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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:10:56.815000</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.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109458</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cf83508c-afdd-46ae-b617-413447d807ad||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.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['131056.815000', '131057.275000', '131057.735000', '131058.195000', '131058.655000', '131059.115000', '131059.575000', '131100.035000', '131100.495000', '131100.955000', '131101.415000', '131101.875000', '131102.335000', '131102.795000', '131103.255000', '131103.715000', '131104.175000', '131104.635000', '131105.095000', '131105.555000', '131106.015000', '131106.475000', '131106.935000', '131107.395000', '131107.855000', '131108.315000', '131108.775000', '131109.235000', '131109.695000', '131110.155000', '131110.615000', '131111.075000', '131111.535000', '131111.995000', '131112.455000', '131112.915000', '131113.375000', '131113.835000', '131114.295000', '131114.755000', '131115.215000', '131115.675000', '131116.135000', '131116.595000', '131117.055000', '131117.515000', '131117.975000', '131118.435000', '131118.895000', '131119.355000', '131119.815000', '131120.275000', '131120.735000', '131121.195000', '131121.655000', '131122.115000', '131122.575000', '131123.035000', '131123.495000', '131123.955000', '131124.415000', '131124.875000', '131125.335000', '131125.795000', '131126.255000', '131126.715000', '131127.175000', '131127.635000', '131128.095000', '131128.555000', '131129.015000', '131129.475000', '131129.935000', '131130.395000', '131130.855000', '131131.315000', '131131.775000', '131132.235000', '131132.695000', '131133.155000', '131133.615000', '131134.075000', '131134.535000', '131134.995000', '131135.455000', '131135.915000', '131136.375000', '131136.835000', '131137.295000', '131137.755000', '131138.215000', '131138.675000', '131139.135000', '131139.595000', '131140.055000', '131140.515000', '131140.975000', '131141.435000', '131141.895000', '131142.355000', '131142.815000', '131143.275000', '131143.735000', '131144.195000', '131144.655000', '131145.115000', '131145.575000', '131146.035000', '131146.495000', '131146.955000', '131147.415000', '131147.875000', '131148.335000', '131148.795000', '131149.255000', '131149.715000', '131150.175000', '131150.635000', '131151.095000', '131151.555000', '131152.015000', '131152.475000', '131152.935000', '131153.395000', '131153.855000', '131154.315000', '131154.775000', '131155.235000', '131155.695000', '131156.155000', '131156.615000', '131157.075000', '131157.535000', '131157.995000', '131158.455000', '131158.915000', '131159.375000', '131159.835000', '131200.295000', '131200.755000', '131201.215000', '131201.675000', '131202.135000', '131202.595000', '131203.055000', '131203.515000', '131203.975000', '131204.435000', '131204.895000', '131205.355000', '131205.815000', '131206.275000', '131206.735000', '131207.195000', '131207.655000', '131208.115000', '131208.575000', '131209.035000', '131209.495000', '131209.955000', '131210.415000', '131210.875000', '131211.335000', '131211.795000', '131212.255000', '131212.715000', '131213.175000', '131213.635000', '131214.095000', '131214.555000', '131215.015000', '131215.475000', '131215.935000', '131216.395000', '131216.855000', '131217.315000', '131217.775000', '131218.235000', '131218.695000', '131219.155000', '131219.615000', '131220.075000', '131220.535000', '131220.995000', '131221.455000', '131221.915000', '131222.375000', '131222.835000', '131223.295000', '131223.755000', '131224.215000', '131224.675000', '131225.135000', '131225.595000', '131226.055000', '131226.515000', '131226.975000', '131227.435000', '131227.895000', '131228.355000', '131228.815000', '131229.275000', '131229.735000', '131230.195000', '131230.655000', '131231.115000', '131231.575000', '131232.035000', '131232.495000', '131232.955000', '131233.415000', '131233.875000', '131234.335000', '131234.795000', '131235.255000', '131235.715000', '131236.175000', '131236.635000', '131237.095000', '131237.555000', '131238.015000', '131238.475000', '131238.935000', '131239.395000', '131239.855000', '131240.315000', '131240.775000', '131241.235000', '131241.695000', '131242.155000', '131242.615000', '131243.075000', '131243.535000', '131243.995000', '131244.455000', '131244.915000', '131245.375000', '131245.835000', '131246.295000', '131246.755000', '131247.215000', '131247.675000', '131248.135000', '131248.595000', '131249.055000', '131249.515000', '131249.975000', '131250.435000', '131250.895000', '131251.355000', '131251.815000', '131252.275000', '131252.735000', '131253.195000', '131253.655000', '131254.115000', '131254.575000', '131255.035000', '131255.495000', '131255.955000', '131256.415000', '131256.875000', '131257.335000', '131257.795000', '131258.255000', '131258.715000', '131259.175000', '131259.635000', '131300.095000', '131300.555000', '131301.015000', '131301.475000', '131301.935000', '131302.395000', '131302.855000', '131303.315000', '131303.775000', '131304.235000', '131304.695000', '131305.155000', '131305.615000', '131306.075000', '131306.535000', '131306.995000', '131307.455000', '131307.915000', '131308.375000', '131308.835000', '131309.295000', '131309.755000', '131310.215000', '131310.675000', '131311.135000', '131311.595000', '131312.055000', '131312.515000', '131312.975000', '131313.435000', '131313.895000', '131314.355000', '131314.815000', '131315.275000', '131315.735000', '131316.195000', '131316.655000', '131317.115000', '131317.575000', '131318.035000', '131318.495000', '131318.955000', '131319.415000', '131319.875000', '131320.335000', '131320.795000', '131321.255000', '131321.715000', '131322.175000', '131322.635000', '131323.095000', '131323.555000', '131324.015000', '131324.475000', '131324.935000', '131325.395000', '131325.855000', '131326.315000', '131326.775000', '131327.235000', '131327.695000', '131328.155000', '131328.615000', '131329.075000', '131329.535000', '131329.995000', '131330.455000', '131330.915000', '131331.375000', '131331.835000', '131332.295000', '131332.755000', '131333.215000', '131333.675000', '131334.135000', '131334.595000', '131335.055000', '131335.515000', '131335.975000', '131336.435000', '131336.895000', '131337.355000', '131337.815000', '131338.275000', '131338.735000', '131339.195000', '131339.655000', '131340.115000', '131340.575000', '131341.035000', '131341.495000', '131341.955000', '131342.415000', '131342.875000', '131343.335000', '131343.795000', '131344.255000', '131344.715000', '131345.175000', '131345.635000', '131346.095000', '131346.555000', '131347.015000', '131347.475000', '131347.935000', '131348.395000', '131348.855000', '131349.315000', '131349.775000', '131350.235000', '131350.695000', '131351.155000', '131351.615000', '131352.075000', '131352.535000', '131352.995000', '131353.455000', '131353.915000', '131354.375000', '131354.835000', '131355.295000', '131355.755000', '131356.215000', '131356.675000', '131357.135000', '131357.595000', '131358.055000', '131358.515000', '131358.975000', '131359.435000', '131359.895000', '131400.355000', '131400.815000', '131401.275000', '131401.735000', '131402.195000', '131402.655000', '131403.115000', '131403.575000', '131404.035000', '131404.495000', '131404.955000', '131405.415000', '131405.875000', '131406.335000', '131406.795000', '131407.255000', '131407.715000', '131408.175000', '131408.635000', '131409.095000', '131409.555000', '131410.015000', '131410.475000', '131410.935000', '131411.395000', '131411.855000', '131412.315000', '131412.775000', '131413.235000', '131413.695000', '131414.155000', '131414.615000', '131415.075000', '131415.535000', '131415.995000', '131416.455000', '131416.915000', '131417.375000', '131417.835000', '131418.295000', '131418.755000', '131419.215000', '131419.675000', '131420.135000', '131420.595000', '131421.055000', '131421.515000', '131421.975000', '131422.435000', '131422.895000', '131423.355000', '131423.815000', '131424.275000', '131424.735000', '131425.195000', '131425.655000', '131426.115000', '131426.575000', '131427.035000', '131427.495000', '131427.955000', '131428.415000', '131428.875000', '131429.335000', '131429.795000', '131430.255000', '131430.715000', '131431.175000', '131431.635000', '131432.095000', '131432.555000', '131433.015000', '131433.475000', '131433.935000', '131434.395000', '131434.855000', '131435.315000', '131435.775000', '131436.235000', '131436.695000', '131437.155000', '131437.615000', '131438.075000', '131438.535000', '131438.995000', '131439.455000', '131439.915000', '131440.375000', '131440.835000', '131441.295000', '131441.755000', '131442.215000', '131442.675000', '131443.135000', '131443.595000', '131444.055000', '131444.515000', '131444.975000', '131445.435000', '131445.895000', '131446.355000', '131446.815000', '131447.275000', '131447.735000', '131448.195000', '131448.655000', '131449.115000', '131449.575000', '131450.035000', '131450.495000', '131450.955000', '131451.415000', '131451.875000', '131452.335000', '131452.795000', '131453.255000', '131453.715000', '131454.175000', '131454.635000', '131455.095000', '131455.555000', '131456.015000', '131456.475000', '131456.935000', '131457.395000', '131457.855000', '131458.315000', '131458.775000', '131459.235000', '131459.695000', '131500.155000', '131500.615000', '131501.075000', '131501.535000', '131501.995000', '131502.455000', '131502.915000', '131503.375000', '131503.835000', '131504.295000', '131504.755000', '131505.215000', '131505.675000', '131506.135000', '131506.595000', '131507.055000', '131507.515000', '131507.975000', '131508.435000', '131508.895000', '131509.355000', '131509.815000', '131510.275000', '131510.735000', '131511.195000', '131511.655000', '131512.115000', '131512.575000', '131513.035000', '131513.495000', '131513.955000', '131514.415000', '131514.875000', '131515.335000', '131515.795000', '131516.255000', '131516.715000', '131517.175000', '131517.635000', '131518.095000', '131518.555000', '131519.015000', '131519.475000', '131519.935000', '131520.395000', '131520.855000', '131521.315000', '131521.775000', '131522.235000', '131522.695000', '131523.155000', '131523.615000', '131524.075000', '131524.535000', '131524.995000', '131525.455000', '131525.915000', '131526.375000', '131526.835000', '131527.295000', '131527.755000', '131528.215000', '131528.675000', '131529.135000', '131529.595000', '131530.055000', '131530.515000', '131530.975000', '131531.435000', '131531.895000', '131532.355000', '131532.815000', '131533.275000', '131533.735000', '131534.195000', '131534.655000', '131535.115000', '131535.575000', '131536.035000', '131536.495000', '131536.955000', '131537.415000', '131537.875000', '131538.335000', '131538.795000', '131539.255000', '131539.715000', '131540.175000', '131540.635000', '131541.095000', '131541.555000', '131542.015000', '131542.475000', '131542.935000', '131543.395000', '131543.855000', '131544.315000', '131544.775000', '131545.235000', '131545.695000', '131546.155000', '131546.615000', '131547.075000', '131547.535000', '131547.995000', '131548.455000', '131548.915000', '131549.375000', '131549.835000', '131550.295000', '131550.755000', '131551.215000', '131551.675000', '131552.135000', '131552.595000', '131553.055000', '131553.515000', '131553.975000', '131554.435000', '131554.895000', '131555.355000', '131555.815000', '131556.275000', '131556.735000', '131557.195000', '131557.655000', '131558.115000', '131558.575000', '131559.035000', '131559.495000', '131559.955000', '131600.415000', '131600.875000', '131601.335000', '131601.795000', '131602.255000', '131602.715000', '131603.175000', '131603.635000', '131604.095000', '131604.555000', '131605.015000', '131605.475000', '131605.935000', '131606.395000', '131606.855000', '131607.315000', '131607.775000', '131608.235000', '131608.695000', '131609.155000', '131609.615000', '131610.075000', '131610.535000', '131610.995000', '131611.455000', '131611.915000', '131612.375000', '131612.835000', '131613.295000', '131613.755000', '131614.215000', '131614.675000', '131615.135000', '131615.595000', '131616.055000', '131616.515000', '131616.975000', '131617.435000', '131617.895000', '131618.355000', '131618.815000', '131619.275000', '131619.735000', '131620.195000', '131620.655000', '131621.115000', '131621.575000', '131622.035000', '131622.495000', '131622.955000', '131623.415000', '131623.875000', '131624.335000', '131624.795000', '131625.255000', '131625.715000', '131626.175000', '131626.635000', '131627.095000', '131627.555000', '131628.015000', '131628.475000', '131628.935000', '131629.395000', '131629.855000', '131630.315000', '131630.775000', '131631.235000', '131631.695000', '131632.155000', '131632.615000', '131633.075000', '131633.535000', '131633.995000', '131634.455000', '131634.915000', '131635.375000', '131635.835000', '131636.295000', '131636.755000', '131637.215000', '131637.675000', '131638.135000', '131638.595000', '131639.055000', '131639.515000', '131639.975000', '131640.435000', '131640.895000', '131641.355000', '131641.815000', '131642.275000', '131642.735000', '131643.195000', '131643.655000', '131644.115000', '131644.575000', '131645.035000', '131645.495000', '131645.955000', '131646.415000', '131646.875000', '131647.335000', '131647.795000', '131648.255000', '131648.715000', '131649.175000', '131649.635000', '131650.095000', '131650.555000', '131651.015000', '131651.475000', '131651.935000', '131652.395000', '131652.855000', '131653.315000', '131653.775000', '131654.235000', '131654.695000', '131655.155000', '131655.615000', '131656.075000', '131656.535000', '131656.995000', '131657.455000', '131657.915000', '131658.375000', '131658.835000', '131659.295000', '131659.755000', '131700.215000', '131700.675000', '131701.135000', '131701.595000', '131702.055000', '131702.515000', '131702.975000', '131703.435000', '131703.895000', '131704.355000', '131704.815000', '131705.275000', '131705.735000', '131706.195000', '131706.655000', '131707.115000', '131707.575000', '131708.035000', '131708.495000', '131708.955000', '131709.415000', '131709.875000', '131710.335000', '131710.795000', '131711.255000', '131711.715000', '131712.175000', '131712.635000', '131713.095000', '131713.555000', '131714.015000', '131714.475000', '131714.935000', '131715.395000', '131715.855000', '131716.315000', '131716.775000', '131717.235000', '131717.695000', '131718.155000', '131718.615000', '131719.075000', '131719.535000', '131719.995000', '131720.455000', '131720.915000', '131721.375000', '131721.835000', '131722.295000', '131722.755000', '131723.215000', '131723.675000', '131724.135000', '131724.595000', '131725.055000', '131725.515000', '131725.975000', '131726.435000', '131726.895000', '131727.355000', '131727.815000', '131728.275000', '131728.735000', '131729.195000', '131729.655000', '131730.115000', '131730.575000', '131731.035000', '131731.495000', '131731.955000', '131732.415000', '131732.875000', '131733.335000', '131733.795000', '131734.255000', '131734.715000', '131735.175000', '131735.635000', '131736.095000', '131736.555000', '131737.015000', '131737.475000'], 'ContentTime': ['131109.642000', '131109.645000', '131109.648000', '131109.651000', '131109.653000', '131109.656000', '131109.658000', '131109.661000', '131109.663000', '131109.666000', '131109.669000', '131109.671000', '131109.674000', '131109.677000', '131109.684000', '131109.687000', '131109.690000', '131109.692000', '131109.695000', '131109.697000', '131109.700000', '131109.703000', '131109.705000', '131109.708000', '131109.710000', '131109.713000', '131129.612000', '131129.615000', '131129.617000', '131129.620000', '131129.622000', '131129.625000', '131129.627000', '131129.630000', '131129.633000', '131129.635000', '131129.642000', '131129.644000', '131129.647000', '131129.649000', '131129.652000', '131129.655000', '131129.657000', '131129.660000', '131129.662000', '131129.665000', '131129.667000', '131129.670000', '131129.673000', '131129.675000', '131129.678000', '131129.680000', '131129.683000', '131129.685000', '131129.688000', '131129.691000', '131129.693000', '131129.696000', '131129.698000', '131129.701000', '131129.703000', '131129.706000', '131129.709000', '131129.711000', '131129.714000', '131129.716000', '131129.719000', '131129.724000', '131129.727000', '131129.730000', '131149.612000', '131149.614000', '131149.617000', '131149.620000', '131149.622000', '131149.625000', '131149.627000', '131149.630000', '131149.632000', '131149.635000', '131149.637000', '131149.640000', '131149.643000', '131149.645000', '131149.648000', '131149.650000', '131149.653000', '131149.656000', '131149.658000', '131149.661000', '131149.663000', '131149.666000', '131149.668000', '131149.671000', '131149.674000', '131149.676000', '131149.679000', '131149.681000', '131149.684000', '131149.687000', '131149.689000', '131149.692000', '131149.695000', '131149.703000', '131149.706000', '131149.708000', '131149.711000', '131149.714000', '131149.718000', '131149.721000', '131149.723000', '131149.726000', '131149.729000', '131209.611000', '131209.614000', '131209.617000', '131209.620000', '131209.622000', '131209.625000', '131209.627000', '131209.630000', '131209.632000', '131209.635000', '131209.638000', '131209.640000', '131209.643000', '131209.645000', '131209.648000', '131209.651000', '131209.653000', '131209.656000', '131209.658000', '131209.661000', '131209.663000', '131209.666000', '131209.669000', '131209.671000', '131209.674000', '131209.676000', '131209.679000', '131209.682000', '131209.684000', '131209.687000', '131209.689000', '131209.692000', '131209.695000', '131209.697000', '131209.700000', '131209.702000', '131209.705000', '131209.707000', '131209.710000', '131209.713000', '131209.715000', '131209.718000', '131209.720000', '131209.723000', '131229.612000', '131229.615000', '131229.617000', '131229.620000', '131229.622000', '131229.625000', '131229.627000', '131229.630000', '131229.633000', '131229.635000', '131229.638000', '131229.640000', '131229.643000', '131229.646000', '131229.648000', '131229.651000', '131229.653000', '131229.656000', '131229.659000', '131229.661000', '131229.664000', '131229.666000', '131229.669000', '131229.672000', '131229.674000', '131229.677000', '131229.688000', '131229.691000', '131229.693000', '131229.696000', '131229.698000', '131229.701000', '131229.703000', '131229.706000', '131229.709000', '131229.712000', '131229.715000', '131229.718000', '131229.720000', '131229.723000', '131229.726000', '131229.729000', '131229.731000', '131249.612000', '131249.614000', '131249.617000', '131249.620000', '131249.622000', '131249.625000', '131249.627000', '131249.630000', '131249.633000', '131249.635000', '131249.638000', '131249.641000', '131249.643000', '131249.646000', '131249.648000', '131249.651000', '131249.654000', '131249.656000', '131249.659000', '131249.661000', '131249.664000', '131249.666000', '131249.669000', '131249.672000', '131249.674000', '131249.677000', '131249.679000', '131249.682000', '131249.685000', '131249.687000', '131249.690000', '131249.693000', '131249.695000', '131249.698000', '131249.700000', '131249.703000', '131249.705000', '131249.708000', '131249.711000', '131249.713000', '131249.716000', '131249.718000', '131249.721000', '131249.724000', '131309.611000', '131309.614000', '131309.616000', '131309.619000', '131309.621000', '131309.624000', '131309.627000', '131309.629000', '131309.632000', '131309.634000', '131309.637000', '131309.640000', '131309.642000', '131309.645000', '131309.647000', '131309.650000', '131309.653000', '131309.655000', '131309.658000', '131309.660000', '131309.663000', '131309.666000', '131309.668000', '131309.671000', '131309.673000', '131309.676000', '131309.679000', '131309.681000', '131309.684000', '131309.686000', '131309.689000', '131309.692000', '131309.694000', '131309.697000', '131309.699000', '131309.702000', '131309.705000', '131309.707000', '131309.710000', '131309.712000', '131309.715000', '131309.718000', '131309.720000', '131329.611000', '131329.614000', '131329.617000', '131329.620000', '131329.622000', '131329.625000', '131329.627000', '131329.630000', '131329.632000', '131329.635000', '131329.638000', '131329.640000', '131329.643000', '131329.645000', '131329.648000', '131329.651000', '131329.653000', '131329.656000', '131329.658000', '131329.661000', '131329.664000', '131329.666000', '131329.669000', '131329.671000', '131329.674000', '131329.677000', '131329.679000', '131329.682000', '131329.684000', '131329.687000', '131329.690000', '131329.692000', '131329.695000', '131329.697000', '131329.700000', '131329.703000', '131329.705000', '131329.708000', '131329.710000', '131329.713000', '131329.716000', '131329.718000', '131329.721000', '131349.611000', '131349.614000', '131349.617000', '131349.620000', '131349.622000', '131349.625000', '131349.627000', '131349.630000', '131349.632000', '131349.635000', '131349.638000', '131349.640000', '131349.643000', '131349.645000', '131349.648000', '131349.651000', '131349.653000', '131349.656000', '131349.658000', '131349.661000', '131349.663000', '131349.666000', '131349.669000', '131349.671000', '131349.674000', '131349.677000', '131349.679000', '131349.682000', '131349.684000', '131349.687000', '131349.690000', '131349.692000', '131349.695000', '131349.697000', '131349.700000', '131349.703000', '131349.705000', '131349.708000', '131349.710000', '131349.713000', '131349.716000', '131349.718000', '131349.721000', '131349.723000', '131409.612000', '131409.615000', '131409.617000', '131409.620000', '131409.623000', '131409.625000', '131409.628000', '131409.631000', '131409.640000', '131409.643000', '131409.645000', '131409.648000', '131409.650000', '131409.653000', '131409.656000', '131409.658000', '131409.661000', '131409.663000', '131409.666000', '131409.669000', '131409.671000', '131409.674000', '131409.676000', '131409.679000', '131409.682000', '131409.684000', '131409.687000', '131409.689000', '131409.692000', '131409.695000', '131409.697000', '131409.700000', '131409.702000', '131409.705000', '131409.708000', '131409.710000', '131409.713000', '131409.715000', '131409.718000', '131409.721000', '131409.723000', '131409.726000', '131409.728000', '131409.731000', '131429.611000', '131429.614000', '131429.617000', '131429.620000', '131429.622000', '131429.625000', '131429.628000', '131429.630000', '131429.633000', '131429.635000', '131429.638000', '131429.641000', '131429.643000', '131429.646000', '131429.649000', '131429.651000', '131429.654000', '131429.656000', '131429.659000', '131429.661000', '131429.664000', '131429.667000', '131429.669000', '131429.672000', '131429.675000', '131429.677000', '131429.680000', '131429.682000', '131429.685000', '131429.688000', '131429.690000', '131429.693000', '131429.695000', '131429.698000', '131429.701000', '131429.703000', '131429.706000', '131429.708000', '131429.711000', '131429.714000', '131429.716000', '131429.719000', '131429.721000', '131449.612000', '131449.615000', '131449.617000', '131449.620000', '131449.622000', '131449.625000', '131449.628000', '131449.630000', '131449.633000', '131449.636000', '131449.638000', '131449.641000', '131449.643000', '131449.646000', '131449.648000', '131449.651000', '131449.654000', '131449.656000', '131449.659000', '131449.661000', '131449.664000', '131449.667000', '131449.669000', '131449.672000', '131449.675000', '131449.677000', '131449.680000', '131449.682000', '131449.685000', '131449.688000', '131449.690000', '131449.693000', '131449.695000', '131449.698000', '131449.700000', '131449.703000', '131449.725000', '131449.728000', '131449.730000', '131449.733000', '131449.735000', '131449.738000', '131449.741000', '131449.743000', '131509.610000', '131509.613000', '131509.616000', '131509.619000', '131509.621000', '131509.624000', '131509.627000', '131509.629000', '131509.632000', '131509.634000', '131509.637000', '131509.640000', '131509.642000', '131509.645000', '131509.647000', '131509.650000', '131509.653000', '131509.655000', '131509.658000', '131509.660000', '131509.663000', '131509.666000', '131509.668000', '131509.671000', '131509.674000', '131509.676000', '131509.679000', '131509.681000', '131509.684000', '131509.687000', '131509.689000', '131509.692000', '131509.694000', '131509.697000', '131509.700000', '131509.702000', '131509.705000', '131509.707000', '131509.710000', '131509.713000', '131509.715000', '131509.718000', '131509.720000', '131529.611000', '131529.614000', '131529.616000', '131529.619000', '131529.621000', '131529.624000', '131529.627000', '131529.629000', '131529.632000', '131529.635000', '131529.637000', '131529.640000', '131529.642000', '131529.645000', '131529.647000', '131529.650000', '131529.653000', '131529.655000', '131529.658000', '131529.661000', '131529.663000', '131529.666000', '131529.669000', '131529.671000', '131529.674000', '131529.676000', '131529.679000', '131529.682000', '131529.684000', '131529.687000', '131529.690000', '131529.692000', '131529.695000', '131529.713000', '131529.716000', '131529.718000', '131529.721000', '131529.723000', '131529.726000', '131529.729000', '131529.731000', '131529.734000', '131529.736000', '131529.739000', '131549.612000', '131549.615000', '131549.617000', '131549.620000', '131549.623000', '131549.625000', '131549.628000', '131549.630000', '131549.633000', '131549.636000', '131549.638000', '131549.641000', '131549.643000', '131549.646000', '131549.649000', '131549.651000', '131549.654000', '131549.656000', '131549.659000', '131549.662000', '131549.664000', '131549.667000', '131549.670000', '131549.672000', '131549.675000', '131549.677000', '131549.680000', '131549.683000', '131549.685000', '131549.688000', '131549.690000', '131549.693000', '131549.696000', '131549.698000', '131549.701000', '131549.704000', '131549.706000', '131549.709000', '131549.711000', '131549.714000', '131549.717000', '131549.720000', '131549.722000', '131609.612000', '131609.615000', '131609.617000', '131609.620000', '131609.622000', '131609.625000', '131609.628000', '131609.630000', '131609.633000', '131609.635000', '131609.638000', '131609.640000', '131609.643000', '131609.646000', '131609.648000', '131609.651000', '131609.653000', '131609.656000', '131609.659000', '131609.661000', '131609.664000', '131609.666000', '131609.669000', '131609.672000', '131609.674000', '131609.677000', '131609.679000', '131609.682000', '131609.685000', '131609.687000', '131609.690000', '131609.692000', '131609.695000', '131609.698000', '131609.700000', '131609.703000', '131609.705000', '131609.708000', '131609.711000', '131609.713000', '131609.716000', '131609.718000', '131609.721000', '131609.724000', '131629.612000', '131629.615000', '131629.617000', '131629.620000', '131629.622000', '131629.625000', '131629.628000', '131629.630000', '131629.633000', '131629.635000', '131629.638000', '131629.640000', '131629.643000', '131629.646000', '131629.648000', '131629.651000', '131629.654000', '131629.656000', '131629.659000', '131629.661000', '131629.664000', '131629.667000', '131629.669000', '131629.672000', '131629.674000', '131629.677000', '131629.680000', '131629.682000', '131629.685000', '131629.687000', '131629.690000', '131629.693000', '131629.695000', '131629.698000', '131629.701000', '131629.703000', '131629.706000', '131629.708000', '131629.711000', '131629.714000', '131629.716000', '131629.719000', '131629.722000', '131649.612000', '131649.615000', '131649.617000', '131649.620000', '131649.623000', '131649.625000', '131649.628000', '131649.630000', '131649.633000', '131649.636000', '131649.639000', '131649.641000', '131649.644000', '131649.647000', '131649.649000', '131649.652000', '131649.655000', '131649.657000', '131649.660000', '131649.662000', '131649.665000', '131649.668000', '131649.670000', '131649.673000', '131649.675000', '131649.678000', '131649.681000', '131649.683000', '131649.686000', '131649.689000', '131649.691000', '131649.694000', '131649.697000', '131649.699000', '131649.702000', '131649.705000', '131649.707000', '131649.710000', '131649.713000', '131649.715000', '131649.718000', '131649.721000', '131649.723000', '131709.612000', '131709.614000', '131709.617000', '131709.620000', '131709.622000', '131709.625000', '131709.627000', '131709.630000', '131709.632000', '131709.635000', '131709.638000', '131709.640000', '131709.643000', '131709.645000', '131709.648000', '131709.650000', '131709.653000', '131709.656000', '131709.658000', '131709.661000', '131709.664000', '131709.666000', '131709.669000', '131709.671000', '131709.674000', '131709.677000', '131709.679000', '131709.682000', '131709.685000', '131709.687000', '131709.690000', '131709.692000', '131709.695000', '131709.698000', '131709.700000', '131709.703000', '131709.705000', '131709.708000', '131709.711000', '131709.713000', '131709.716000', '131709.718000', '131709.721000', '131709.724000', '131729.610000', '131729.613000', '131729.616000', '131729.619000', '131729.621000', '131729.624000', '131729.626000', '131729.629000', '131729.632000', '131729.634000', '131729.637000', '131729.639000', '131729.642000', '131729.645000', '131729.647000', '131729.650000', '131729.653000', '131729.655000', '131729.658000', '131729.660000', '131729.663000', '131729.665000', '131729.668000', '131729.671000', '131729.673000', '131729.676000', '131729.678000', '131729.681000', '131729.684000', '131729.686000', '131729.689000', '131729.692000', '131729.694000', '131729.697000', '131729.699000', '131729.702000', '131729.705000', '131729.707000', '131729.710000', '131729.712000', '131729.715000', '131729.718000', '131729.720000', '131738.351000', '131738.355000', '131738.358000', '131738.361000', '131738.364000', '131738.367000', '131738.369000', '131738.372000', '131738.375000', '131738.378000', '131738.381000', '131738.383000', '131738.386000', '131738.389000', '131738.393000', '131738.396000', '131738.399000', '131738.401000', '131738.404000', '131738.407000'], 'InstanceCreationTime': ['131109.642000', '131109.645000', '131109.648000', '131109.651000', '131109.653000', '131109.656000', '131109.658000', '131109.661000', '131109.663000', '131109.666000', '131109.669000', '131109.671000', '131109.674000', '131109.677000', '131109.684000', '131109.687000', '131109.690000', '131109.692000', '131109.695000', '131109.697000', '131109.700000', '131109.703000', '131109.705000', '131109.708000', '131109.710000', '131109.713000', '131129.612000', '131129.615000', '131129.617000', '131129.620000', '131129.622000', '131129.625000', '131129.627000', '131129.630000', '131129.633000', '131129.635000', '131129.642000', '131129.644000', '131129.647000', '131129.649000', '131129.652000', '131129.655000', '131129.657000', '131129.660000', '131129.662000', '131129.665000', '131129.667000', '131129.670000', '131129.673000', '131129.675000', '131129.678000', '131129.680000', '131129.683000', '131129.685000', '131129.688000', '131129.691000', '131129.693000', '131129.696000', '131129.698000', '131129.701000', '131129.703000', '131129.706000', '131129.709000', '131129.711000', '131129.714000', '131129.716000', '131129.719000', '131129.724000', '131129.727000', '131129.730000', '131149.612000', '131149.614000', '131149.617000', '131149.620000', '131149.622000', '131149.625000', '131149.627000', '131149.630000', '131149.632000', '131149.635000', '131149.637000', '131149.640000', '131149.643000', '131149.645000', '131149.648000', '131149.650000', '131149.653000', '131149.656000', '131149.658000', '131149.661000', '131149.663000', '131149.666000', '131149.668000', '131149.671000', '131149.674000', '131149.676000', '131149.679000', '131149.681000', '131149.684000', '131149.687000', '131149.689000', '131149.692000', '131149.695000', '131149.703000', '131149.706000', '131149.708000', '131149.711000', '131149.714000', '131149.718000', '131149.721000', '131149.723000', '131149.726000', '131149.729000', '131209.611000', '131209.614000', '131209.617000', '131209.620000', '131209.622000', '131209.625000', '131209.627000', '131209.630000', '131209.632000', '131209.635000', '131209.638000', '131209.640000', '131209.643000', '131209.645000', '131209.648000', '131209.651000', '131209.653000', '131209.656000', '131209.658000', '131209.661000', '131209.663000', '131209.666000', '131209.669000', '131209.671000', '131209.674000', '131209.676000', '131209.679000', '131209.682000', '131209.684000', '131209.687000', '131209.689000', '131209.692000', '131209.695000', '131209.697000', '131209.700000', '131209.702000', '131209.705000', '131209.707000', '131209.710000', '131209.713000', '131209.715000', '131209.718000', '131209.720000', '131209.723000', '131229.612000', '131229.615000', '131229.617000', '131229.620000', '131229.622000', '131229.625000', '131229.627000', '131229.630000', '131229.633000', '131229.635000', '131229.638000', '131229.640000', '131229.643000', '131229.646000', '131229.648000', '131229.651000', '131229.653000', '131229.656000', '131229.659000', '131229.661000', '131229.664000', '131229.666000', '131229.669000', '131229.672000', '131229.674000', '131229.677000', '131229.688000', '131229.691000', '131229.693000', '131229.696000', '131229.698000', '131229.701000', '131229.703000', '131229.706000', '131229.709000', '131229.712000', '131229.715000', '131229.718000', '131229.720000', '131229.723000', '131229.726000', '131229.729000', '131229.731000', '131249.612000', '131249.614000', '131249.617000', '131249.620000', '131249.622000', '131249.625000', '131249.627000', '131249.630000', '131249.633000', '131249.635000', '131249.638000', '131249.641000', '131249.643000', '131249.646000', '131249.648000', '131249.651000', '131249.654000', '131249.656000', '131249.659000', '131249.661000', '131249.664000', '131249.666000', '131249.669000', '131249.672000', '131249.674000', '131249.677000', '131249.679000', '131249.682000', '131249.685000', '131249.687000', '131249.690000', '131249.693000', '131249.695000', '131249.698000', '131249.700000', '131249.703000', '131249.705000', '131249.708000', '131249.711000', '131249.713000', '131249.716000', '131249.718000', '131249.721000', '131249.724000', '131309.611000', '131309.614000', '131309.616000', '131309.619000', '131309.621000', '131309.624000', '131309.627000', '131309.629000', '131309.632000', '131309.634000', '131309.637000', '131309.640000', '131309.642000', '131309.645000', '131309.647000', '131309.650000', '131309.653000', '131309.655000', '131309.658000', '131309.660000', '131309.663000', '131309.666000', '131309.668000', '131309.671000', '131309.673000', '131309.676000', '131309.679000', '131309.681000', '131309.684000', '131309.686000', '131309.689000', '131309.692000', '131309.694000', '131309.697000', '131309.699000', '131309.702000', '131309.705000', '131309.707000', '131309.710000', '131309.712000', '131309.715000', '131309.718000', '131309.720000', '131329.611000', '131329.614000', '131329.617000', '131329.620000', '131329.622000', '131329.625000', '131329.627000', '131329.630000', '131329.632000', '131329.635000', '131329.638000', '131329.640000', '131329.643000', '131329.645000', '131329.648000', '131329.651000', '131329.653000', '131329.656000', '131329.658000', '131329.661000', '131329.664000', '131329.666000', '131329.669000', '131329.671000', '131329.674000', '131329.677000', '131329.679000', '131329.682000', '131329.684000', '131329.687000', '131329.690000', '131329.692000', '131329.695000', '131329.697000', '131329.700000', '131329.703000', '131329.705000', '131329.708000', '131329.710000', '131329.713000', '131329.716000', '131329.718000', '131329.721000', '131349.611000', '131349.614000', '131349.617000', '131349.620000', '131349.622000', '131349.625000', '131349.627000', '131349.630000', '131349.632000', '131349.635000', '131349.638000', '131349.640000', '131349.643000', '131349.645000', '131349.648000', '131349.651000', '131349.653000', '131349.656000', '131349.658000', '131349.661000', '131349.663000', '131349.666000', '131349.669000', '131349.671000', '131349.674000', '131349.677000', '131349.679000', '131349.682000', '131349.684000', '131349.687000', '131349.690000', '131349.692000', '131349.695000', '131349.697000', '131349.700000', '131349.703000', '131349.705000', '131349.708000', '131349.710000', '131349.713000', '131349.716000', '131349.718000', '131349.721000', '131349.723000', '131409.612000', '131409.615000', '131409.617000', '131409.620000', '131409.623000', '131409.625000', '131409.628000', '131409.631000', '131409.640000', '131409.643000', '131409.645000', '131409.648000', '131409.650000', '131409.653000', '131409.656000', '131409.658000', '131409.661000', '131409.663000', '131409.666000', '131409.669000', '131409.671000', '131409.674000', '131409.676000', '131409.679000', '131409.682000', '131409.684000', '131409.687000', '131409.689000', '131409.692000', '131409.695000', '131409.697000', '131409.700000', '131409.702000', '131409.705000', '131409.708000', '131409.710000', '131409.713000', '131409.715000', '131409.718000', '131409.721000', '131409.723000', '131409.726000', '131409.728000', '131409.731000', '131429.611000', '131429.614000', '131429.617000', '131429.620000', '131429.622000', '131429.625000', '131429.628000', '131429.630000', '131429.633000', '131429.635000', '131429.638000', '131429.641000', '131429.643000', '131429.646000', '131429.649000', '131429.651000', '131429.654000', '131429.656000', '131429.659000', '131429.661000', '131429.664000', '131429.667000', '131429.669000', '131429.672000', '131429.675000', '131429.677000', '131429.680000', '131429.682000', '131429.685000', '131429.688000', '131429.690000', '131429.693000', '131429.695000', '131429.698000', '131429.701000', '131429.703000', '131429.706000', '131429.708000', '131429.711000', '131429.714000', '131429.716000', '131429.719000', '131429.721000', '131449.612000', '131449.615000', '131449.617000', '131449.620000', '131449.622000', '131449.625000', '131449.628000', '131449.630000', '131449.633000', '131449.636000', '131449.638000', '131449.641000', '131449.643000', '131449.646000', '131449.648000', '131449.651000', '131449.654000', '131449.656000', '131449.659000', '131449.661000', '131449.664000', '131449.667000', '131449.669000', '131449.672000', '131449.675000', '131449.677000', '131449.680000', '131449.682000', '131449.685000', '131449.688000', '131449.690000', '131449.693000', '131449.695000', '131449.698000', '131449.700000', '131449.703000', '131449.725000', '131449.728000', '131449.730000', '131449.733000', '131449.735000', '131449.738000', '131449.741000', '131449.743000', '131509.610000', '131509.613000', '131509.616000', '131509.619000', '131509.621000', '131509.624000', '131509.627000', '131509.629000', '131509.632000', '131509.634000', '131509.637000', '131509.640000', '131509.642000', '131509.645000', '131509.647000', '131509.650000', '131509.653000', '131509.655000', '131509.658000', '131509.660000', '131509.663000', '131509.666000', '131509.668000', '131509.671000', '131509.674000', '131509.676000', '131509.679000', '131509.681000', '131509.684000', '131509.687000', '131509.689000', '131509.692000', '131509.694000', '131509.697000', '131509.700000', '131509.702000', '131509.705000', '131509.707000', '131509.710000', '131509.713000', '131509.715000', '131509.718000', '131509.720000', '131529.611000', '131529.614000', '131529.616000', '131529.619000', '131529.621000', '131529.624000', '131529.627000', '131529.629000', '131529.632000', '131529.635000', '131529.637000', '131529.640000', '131529.642000', '131529.645000', '131529.647000', '131529.650000', '131529.653000', '131529.655000', '131529.658000', '131529.661000', '131529.663000', '131529.666000', '131529.669000', '131529.671000', '131529.674000', '131529.676000', '131529.679000', '131529.682000', '131529.684000', '131529.687000', '131529.690000', '131529.692000', '131529.695000', '131529.713000', '131529.716000', '131529.718000', '131529.721000', '131529.723000', '131529.726000', '131529.729000', '131529.731000', '131529.734000', '131529.736000', '131529.739000', '131549.612000', '131549.615000', '131549.617000', '131549.620000', '131549.623000', '131549.625000', '131549.628000', '131549.630000', '131549.633000', '131549.636000', '131549.638000', '131549.641000', '131549.643000', '131549.646000', '131549.649000', '131549.651000', '131549.654000', '131549.656000', '131549.659000', '131549.662000', '131549.664000', '131549.667000', '131549.670000', '131549.672000', '131549.675000', '131549.677000', '131549.680000', '131549.683000', '131549.685000', '131549.688000', '131549.690000', '131549.693000', '131549.696000', '131549.698000', '131549.701000', '131549.704000', '131549.706000', '131549.709000', '131549.711000', '131549.714000', '131549.717000', '131549.720000', '131549.722000', '131609.612000', '131609.615000', '131609.617000', '131609.620000', '131609.622000', '131609.625000', '131609.628000', '131609.630000', '131609.633000', '131609.635000', '131609.638000', '131609.640000', '131609.643000', '131609.646000', '131609.648000', '131609.651000', '131609.653000', '131609.656000', '131609.659000', '131609.661000', '131609.664000', '131609.666000', '131609.669000', '131609.672000', '131609.674000', '131609.677000', '131609.679000', '131609.682000', '131609.685000', '131609.687000', '131609.690000', '131609.692000', '131609.695000', '131609.698000', '131609.700000', '131609.703000', '131609.705000', '131609.708000', '131609.711000', '131609.713000', '131609.716000', '131609.718000', '131609.721000', '131609.724000', '131629.612000', '131629.615000', '131629.617000', '131629.620000', '131629.622000', '131629.625000', '131629.628000', '131629.630000', '131629.633000', '131629.635000', '131629.638000', '131629.640000', '131629.643000', '131629.646000', '131629.648000', '131629.651000', '131629.654000', '131629.656000', '131629.659000', '131629.661000', '131629.664000', '131629.667000', '131629.669000', '131629.672000', '131629.674000', '131629.677000', '131629.680000', '131629.682000', '131629.685000', '131629.687000', '131629.690000', '131629.693000', '131629.695000', '131629.698000', '131629.701000', '131629.703000', '131629.706000', '131629.708000', '131629.711000', '131629.714000', '131629.716000', '131629.719000', '131629.722000', '131649.612000', '131649.615000', '131649.617000', '131649.620000', '131649.623000', '131649.625000', '131649.628000', '131649.630000', '131649.633000', '131649.636000', '131649.639000', '131649.641000', '131649.644000', '131649.647000', '131649.649000', '131649.652000', '131649.655000', '131649.657000', '131649.660000', '131649.662000', '131649.665000', '131649.668000', '131649.670000', '131649.673000', '131649.675000', '131649.678000', '131649.681000', '131649.683000', '131649.686000', '131649.689000', '131649.691000', '131649.694000', '131649.697000', '131649.699000', '131649.702000', '131649.705000', '131649.707000', '131649.710000', '131649.713000', '131649.715000', '131649.718000', '131649.721000', '131649.723000', '131709.612000', '131709.614000', '131709.617000', '131709.620000', '131709.622000', '131709.625000', '131709.627000', '131709.630000', '131709.632000', '131709.635000', '131709.638000', '131709.640000', '131709.643000', '131709.645000', '131709.648000', '131709.650000', '131709.653000', '131709.656000', '131709.658000', '131709.661000', '131709.664000', '131709.666000', '131709.669000', '131709.671000', '131709.674000', '131709.677000', '131709.679000', '131709.682000', '131709.685000', '131709.687000', '131709.690000', '131709.692000', '131709.695000', '131709.698000', '131709.700000', '131709.703000', '131709.705000', '131709.708000', '131709.711000', '131709.713000', '131709.716000', '131709.718000', '131709.721000', '131709.724000', '131729.610000', '131729.613000', '131729.616000', '131729.619000', '131729.621000', '131729.624000', '131729.626000', '131729.629000', '131729.632000', '131729.634000', '131729.637000', '131729.639000', '131729.642000', '131729.645000', '131729.647000', '131729.650000', '131729.653000', '131729.655000', '131729.658000', '131729.660000', '131729.663000', '131729.665000', '131729.668000', '131729.671000', '131729.673000', '131729.676000', '131729.678000', '131729.681000', '131729.684000', '131729.686000', '131729.689000', '131729.692000', '131729.694000', '131729.697000', '131729.699000', '131729.702000', '131729.705000', '131729.707000', '131729.710000', '131729.712000', '131729.715000', '131729.718000', '131729.720000', '131738.351000', '131738.355000', '131738.358000', '131738.361000', '131738.364000', '131738.367000', '131738.369000', '131738.372000', '131738.375000', '131738.378000', '131738.381000', '131738.383000', '131738.386000', '131738.389000', '131738.393000', '131738.396000', '131738.399000', '131738.401000', '131738.404000', '131738.407000'], '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': [7971, 10641, 6869, 7788, 6810, 8559, 6641, 8371, 6088, 8061, 6368, 7860, 6224, 7826, 6168, 7408, 6906, 7080, 6219, 7380, 8582, 6896, 9127, 6635, 7872, 6406, 8931, 6446, 8554, 6893, 7862, 6368, 8416, 6733, 8286, 7070, 8153, 6890, 8907, 6210, 7915, 6990, 7517, 9071, 7469, 8562, 7359, 9036, 7300, 9675, 7133, 8643, 7373, 7933, 7546, 6799, 7705, 6377, 7958, 6124, 8905, 7079, 9440, 6375, 7251, 6814, 6198, 8739, 6384, 8803, 6343, 7637, 6191, 7929, 6077, 7562, 10088, 8597, 8328, 7293, 7513, 6128, 8131, 6364, 7786, 6152, 7553, 6594, 9042, 6400, 8630, 6361, 7648, 6390, 8749, 6180, 8045, 10339, 8778, 8305, 6827, 8382, 7118, 7851, 6540, 7621, 6134, 7938, 6421, 7946, 6606, 8355, 6499, 8162, 8363, 7339, 10659, 8718, 7831, 6656, 7553, 6486, 7587, 8425, 7388, 6686, 7316, 6921, 7202, 6915, 7405, 7223, 7351, 6015, 7592, 6279, 7557, 6608, 7988, 7080, 7661, 7346, 7786, 7292, 8406, 7436, 8000, 7049, 8158, 7135, 8234, 7124, 8026, 7007, 7741, 7283, 7698, 6149, 7739, 6490, 7483, 6198, 7285, 6366, 7088, 9264, 7378, 7976, 7183, 7793, 6896, 7701, 6867, 7893, 6663, 7632, 6541, 7586, 6182, 7392, 9337, 7072, 8067, 7558, 7687, 7170, 7409, 6431, 7711, 6495, 7805, 6429, 7412, 6438, 7303, 7667, 7309, 8502, 7440, 7756, 6955, 7946, 6548, 7587, 6641, 7634, 5923, 7470, 7278, 7111, 8851, 7296, 6641, 7493, 6397, 7162, 7836, 7100, 8680, 7217, 7798, 6587, 7547, 6233, 7697, 7073, 7809, 6561, 7411, 8093, 7062, 8645, 7283, 8023, 7166, 7912, 6443, 7719, 6410, 7534, 6312, 7654, 6544, 7777, 6413, 7436, 6168, 7299, 6229, 7730, 6647, 7584, 6372, 7348, 9619, 7218, 8438, 7492, 7826, 6565, 7510, 6527, 7448, 6656, 7496, 6127, 7396, 6678, 6988, 7035, 7432, 6491, 7535, 7416, 7141, 9281, 6739, 7840, 8665, 7397, 7680, 7039, 7912, 7099, 8053, 6901, 7783, 6386, 7563, 6348, 7532, 6335, 7726, 6454, 7561, 6522, 7675, 7904, 7544, 9383, 7700, 7975, 7325, 7779, 7396, 7904, 6786, 7918, 6928, 7812, 6549, 7718, 6204, 7491, 6391, 7880, 6740, 7621, 6345, 7602, 6350, 7712, 6815, 7724, 6528, 7668, 7150, 7614, 9848, 7272, 7968, 7315, 7693, 6839, 7903, 6755, 7834, 6735, 7742, 6686, 7560, 6600, 7524, 6238, 7378, 6438, 7343, 6390, 7986, 6364, 8014, 6595, 7498, 7077, 6766, 7460, 6270, 7291, 6022, 7583, 6198, 7861, 6731, 7668, 6388, 7659, 6403, 7585, 10336, 8166, 8497, 7662, 7360, 6987, 7804, 7064, 7693, 6967, 7944, 6793, 7687, 6758, 7498, 7144, 7988, 7387, 7940, 7164, 8113, 7091, 7877, 7289, 7761, 6714, 7721, 6542, 7691, 6272, 7479, 7581, 7364, 9304, 7418, 7606, 7140, 7532, 7206, 8125, 7606, 6131, 7513, 6383, 7438, 6407, 7402, 7374, 7506, 6395, 7382, 7043, 7168, 8376, 7513, 8009, 7381, 7950, 7077, 8003, 7145, 7788, 6734, 7960, 6818, 7872, 6504, 7608, 6322, 7686, 6194, 7818, 6773, 7746, 6330, 7434, 6255, 7423, 9626, 7827, 7794, 7384, 7764, 7327, 7738, 6715, 7888, 6096, 7627, 6306, 7502, 8614, 7435, 7911, 6982, 7822, 6700, 7643, 7969, 7473, 7816, 7589, 7996, 6802, 7764, 6764, 7668, 6437, 7607, 6315, 7738, 6579, 7864, 6445, 7600, 7458, 7435, 8358, 7459, 8211, 7679, 7867, 6574, 7854, 6418, 7803, 6457, 7518, 6478, 7563, 6433, 7767, 6730, 8134, 6926, 7913, 6644, 7806, 7131, 7921, 7132, 7940, 6754, 7912, 7866, 7847, 10739, 8155, 8886, 7360, 8266, 7512, 7917, 7671, 8053, 7658, 7962, 7332, 7859, 7568, 8124, 7776, 7933, 7341, 7802, 6839, 7880, 6874, 7794, 6800, 7746, 6422, 7584, 6977, 7709, 8486, 7551, 7403, 7270, 7891, 7467, 7874, 6784, 7864, 8204, 7470, 7939, 7494, 7924, 6996, 7817, 6583, 7685, 6562, 7610, 6423, 7552, 6435, 7497, 6242, 7512, 6818, 7150, 6566, 8066, 7068, 8337, 7202, 8391, 7692, 7897, 6894, 7958, 6825, 7890, 7367, 7815, 6557, 7654, 6464, 7549, 8644, 7568, 8096, 7494, 6509, 7383, 6385, 7537, 7844, 7652, 7778, 7541, 6375, 7419, 6417, 7439, 6525, 7539, 6489, 7573, 6266, 7363, 6328, 7692, 8890, 7755, 9546, 7683, 7881, 7315, 7908, 7135, 7917, 6811, 7807, 7137, 7667, 6136, 7564, 6704, 7534, 8805, 7543, 8004, 7282, 8139, 6619, 7946, 6548, 7875, 6660, 7738, 7364, 7666, 5981, 7399, 7688, 7314, 7919, 7650, 6563, 7491, 6240, 7330, 7066, 7438, 8664, 7254, 7041, 7338, 8403, 7260, 8167, 7726, 8334, 7672, 7790, 7104, 7866, 7344, 7789, 7054, 8071, 7399, 8074, 7474, 8063, 7262, 8019, 7440, 8499, 8111, 7950, 7564, 7908, 7677, 7867, 7085, 7859, 9210, 7636, 8074, 7391, 7890, 7626, 7981, 6871, 7839, 6443, 7630, 7166, 7240, 7813, 7385, 7961, 7496, 7598, 6377, 7754, 5943, 5644, 6212, 6513, 8828, 6662, 9350, 6616, 9460, 6458, 10209, 7151, 7111, 8195, 8489, 10495, 10017, 11468, 8029, 10871, 8381, 9712, 7442, 9806, 7656, 10194, 7883, 7227, 7755, 6644, 7794, 7022, 7590, 6673, 7671, 6305, 7798, 6297, 7621, 6394, 7675, 6452, 7786, 6243, 7949, 6208, 7747, 6897, 8327, 6727, 7962, 6485, 7911, 6876, 7747, 6612, 7883, 6553, 7798, 6670, 7696, 7581, 7650, 8020, 7610, 7136, 7510, 6247, 7358, 6365, 7529, 6293, 7950, 6580, 7862, 7260, 7782, 6920, 8903, 6770, 8147, 7142, 7955, 7355, 6820, 7359, 8260, 7362, 9122, 7153, 7811, 7079, 8032, 7044, 7918, 6968, 7813, 6966, 8544, 7009, 8357, 7052, 8702, 7223, 6914, 7581, 8265, 7104, 8694, 7461, 8791, 7430, 8054, 7226, 8404, 7404, 8400, 7111, 8007, 6780, 7809, 6495, 7977, 6397, 7914, 6636, 7833, 6554, 7623, 5929, 7652, 6105, 7493, 6849, 7601, 6898, 7892, 6151, 7908, 6141, 7801, 6462, 7791, 6615, 7754, 6137, 7725, 5980, 8088, 6206, 8093, 6566, 8267, 6426, 7977, 6304, 7864, 6227, 7866, 6316, 7694, 6505, 7733, 6451], 'WindowCenter': [3684.0, 3700.0, 3646.0, 3652.0, 3632.0, 3661.0, 3630.0, 3649.0, 3619.0, 3650.0, 3618.0, 3650.0, 3618.0, 3639.0, 3616.0, 3641.0, 3629.0, 3628.0, 3619.0, 3641.0, 3661.0, 3643.0, 3674.0, 3642.0, 3653.0, 3633.0, 3674.0, 3645.0, 3664.0, 3642.0, 3652.0, 3630.0, 3661.0, 3631.0, 3650.0, 3641.0, 3650.0, 3640.0, 3661.0, 3618.0, 3649.0, 3627.0, 3639.0, 3660.0, 3637.0, 3646.0, 3626.0, 3647.0, 3625.0, 3645.0, 3625.0, 3646.0, 3626.0, 3635.0, 3636.0, 3614.0, 3636.0, 3616.0, 3653.0, 3632.0, 3675.0, 3655.0, 3673.0, 3632.0, 3655.0, 3644.0, 3634.0, 3676.0, 3634.0, 3665.0, 3634.0, 3654.0, 3622.0, 3654.0, 3622.0, 3667.0, 3686.0, 3664.0, 3652.0, 3656.0, 3654.0, 3634.0, 3654.0, 3632.0, 3653.0, 3621.0, 3652.0, 3632.0, 3663.0, 3632.0, 3664.0, 3633.0, 3655.0, 3633.0, 3662.0, 3619.0, 3665.0, 3673.0, 3651.0, 3650.0, 3629.0, 3650.0, 3641.0, 3652.0, 3618.0, 3651.0, 3621.0, 3650.0, 3629.0, 3651.0, 3629.0, 3650.0, 3617.0, 3649.0, 3637.0, 3627.0, 3670.0, 3647.0, 3625.0, 3614.0, 3624.0, 3602.0, 3623.0, 3633.0, 3623.0, 3613.0, 3624.0, 3613.0, 3625.0, 3612.0, 3624.0, 3624.0, 3626.0, 3603.0, 3635.0, 3603.0, 3624.0, 3613.0, 3636.0, 3625.0, 3636.0, 3625.0, 3635.0, 3627.0, 3647.0, 3637.0, 3637.0, 3627.0, 3637.0, 3627.0, 3647.0, 3629.0, 3649.0, 3628.0, 3638.0, 3638.0, 3638.0, 3617.0, 3639.0, 3617.0, 3640.0, 3616.0, 3638.0, 3616.0, 3628.0, 3661.0, 3640.0, 3649.0, 3628.0, 3637.0, 3628.0, 3637.0, 3629.0, 3649.0, 3628.0, 3639.0, 3617.0, 3638.0, 3605.0, 3638.0, 3659.0, 3627.0, 3650.0, 3638.0, 3638.0, 3628.0, 3640.0, 3630.0, 3651.0, 3619.0, 3639.0, 3618.0, 3639.0, 3618.0, 3639.0, 3637.0, 3639.0, 3650.0, 3638.0, 3638.0, 3628.0, 3637.0, 3616.0, 3637.0, 3615.0, 3636.0, 3605.0, 3624.0, 3624.0, 3627.0, 3659.0, 3638.0, 3626.0, 3637.0, 3615.0, 3627.0, 3637.0, 3628.0, 3661.0, 3639.0, 3639.0, 3627.0, 3638.0, 3616.0, 3640.0, 3628.0, 3639.0, 3627.0, 3638.0, 3637.0, 3628.0, 3647.0, 3640.0, 3650.0, 3628.0, 3638.0, 3616.0, 3637.0, 3617.0, 3638.0, 3617.0, 3653.0, 3630.0, 3649.0, 3618.0, 3653.0, 3632.0, 3652.0, 3619.0, 3641.0, 3631.0, 3639.0, 3618.0, 3639.0, 3660.0, 3638.0, 3648.0, 3638.0, 3637.0, 3615.0, 3624.0, 3614.0, 3626.0, 3613.0, 3624.0, 3604.0, 3625.0, 3614.0, 3626.0, 3627.0, 3639.0, 3618.0, 3640.0, 3638.0, 3629.0, 3659.0, 3626.0, 3650.0, 3648.0, 3637.0, 3636.0, 3626.0, 3636.0, 3638.0, 3649.0, 3627.0, 3637.0, 3617.0, 3637.0, 3617.0, 3639.0, 3630.0, 3652.0, 3618.0, 3639.0, 3618.0, 3638.0, 3637.0, 3639.0, 3661.0, 3639.0, 3638.0, 3637.0, 3636.0, 3626.0, 3637.0, 3627.0, 3649.0, 3627.0, 3639.0, 3617.0, 3639.0, 3632.0, 3655.0, 3630.0, 3651.0, 3630.0, 3640.0, 3618.0, 3638.0, 3618.0, 3652.0, 3629.0, 3639.0, 3618.0, 3640.0, 3627.0, 3640.0, 3670.0, 3638.0, 3636.0, 3638.0, 3637.0, 3627.0, 3637.0, 3616.0, 3637.0, 3615.0, 3637.0, 3627.0, 3637.0, 3627.0, 3638.0, 3602.0, 3626.0, 3629.0, 3654.0, 3617.0, 3650.0, 3616.0, 3648.0, 3631.0, 3639.0, 3641.0, 3629.0, 3641.0, 3630.0, 3652.0, 3621.0, 3652.0, 3632.0, 3652.0, 3630.0, 3651.0, 3629.0, 3640.0, 3618.0, 3639.0, 3670.0, 3650.0, 3649.0, 3638.0, 3637.0, 3628.0, 3637.0, 3628.0, 3638.0, 3639.0, 3650.0, 3628.0, 3653.0, 3644.0, 3651.0, 3641.0, 3663.0, 3653.0, 3651.0, 3641.0, 3651.0, 3641.0, 3650.0, 3639.0, 3639.0, 3628.0, 3639.0, 3616.0, 3638.0, 3615.0, 3628.0, 3637.0, 3637.0, 3658.0, 3627.0, 3636.0, 3627.0, 3637.0, 3637.0, 3649.0, 3638.0, 3616.0, 3638.0, 3616.0, 3639.0, 3617.0, 3640.0, 3640.0, 3640.0, 3628.0, 3639.0, 3638.0, 3640.0, 3651.0, 3652.0, 3650.0, 3639.0, 3649.0, 3640.0, 3648.0, 3629.0, 3638.0, 3629.0, 3650.0, 3629.0, 3650.0, 3646.0, 3666.0, 3632.0, 3653.0, 3621.0, 3652.0, 3629.0, 3651.0, 3617.0, 3640.0, 3618.0, 3640.0, 3671.0, 3639.0, 3638.0, 3639.0, 3637.0, 3637.0, 3637.0, 3615.0, 3649.0, 3605.0, 3637.0, 3616.0, 3626.0, 3646.0, 3637.0, 3636.0, 3627.0, 3636.0, 3614.0, 3636.0, 3635.0, 3625.0, 3635.0, 3637.0, 3636.0, 3613.0, 3635.0, 3615.0, 3636.0, 3616.0, 3637.0, 3616.0, 3649.0, 3628.0, 3650.0, 3617.0, 3650.0, 3639.0, 3639.0, 3650.0, 3639.0, 3649.0, 3650.0, 3649.0, 3627.0, 3650.0, 3618.0, 3651.0, 3617.0, 3639.0, 3619.0, 3650.0, 3617.0, 3650.0, 3629.0, 3651.0, 3640.0, 3651.0, 3629.0, 3651.0, 3642.0, 3663.0, 3640.0, 3649.0, 3627.0, 3638.0, 3636.0, 3649.0, 3682.0, 3650.0, 3648.0, 3639.0, 3647.0, 3636.0, 3649.0, 3650.0, 3637.0, 3639.0, 3649.0, 3638.0, 3647.0, 3639.0, 3650.0, 3638.0, 3637.0, 3638.0, 3636.0, 3616.0, 3638.0, 3628.0, 3637.0, 3615.0, 3637.0, 3616.0, 3638.0, 3626.0, 3639.0, 3649.0, 3638.0, 3625.0, 3626.0, 3635.0, 3625.0, 3635.0, 3614.0, 3636.0, 3635.0, 3625.0, 3635.0, 3625.0, 3635.0, 3626.0, 3636.0, 3615.0, 3636.0, 3615.0, 3637.0, 3615.0, 3637.0, 3617.0, 3640.0, 3631.0, 3653.0, 3642.0, 3642.0, 3630.0, 3651.0, 3641.0, 3664.0, 3654.0, 3665.0, 3654.0, 3651.0, 3642.0, 3651.0, 3630.0, 3652.0, 3641.0, 3640.0, 3618.0, 3640.0, 3618.0, 3641.0, 3650.0, 3651.0, 3649.0, 3639.0, 3617.0, 3639.0, 3616.0, 3639.0, 3651.0, 3652.0, 3638.0, 3639.0, 3630.0, 3667.0, 3632.0, 3653.0, 3631.0, 3653.0, 3631.0, 3651.0, 3629.0, 3640.0, 3618.0, 3640.0, 3660.0, 3651.0, 3673.0, 3641.0, 3637.0, 3626.0, 3636.0, 3626.0, 3636.0, 3616.0, 3639.0, 3628.0, 3637.0, 3605.0, 3637.0, 3615.0, 3637.0, 3647.0, 3637.0, 3636.0, 3626.0, 3636.0, 3615.0, 3637.0, 3615.0, 3637.0, 3627.0, 3639.0, 3636.0, 3637.0, 3631.0, 3640.0, 3637.0, 3639.0, 3649.0, 3640.0, 3629.0, 3640.0, 3629.0, 3641.0, 3639.0, 3652.0, 3663.0, 3642.0, 3640.0, 3639.0, 3650.0, 3641.0, 3650.0, 3653.0, 3661.0, 3665.0, 3666.0, 3654.0, 3650.0, 3640.0, 3640.0, 3640.0, 3651.0, 3641.0, 3649.0, 3638.0, 3638.0, 3638.0, 3638.0, 3639.0, 3649.0, 3638.0, 3637.0, 3636.0, 3635.0, 3637.0, 3635.0, 3624.0, 3638.0, 3646.0, 3625.0, 3635.0, 3625.0, 3634.0, 3623.0, 3635.0, 3613.0, 3636.0, 3603.0, 3635.0, 3624.0, 3625.0, 3624.0, 3637.0, 3636.0, 3639.0, 3636.0, 3604.0, 3635.0, 3617.0, 3619.0, 3616.0, 3631.0, 3660.0, 3641.0, 3685.0, 3656.0, 3687.0, 3645.0, 3685.0, 3654.0, 3642.0, 3663.0, 3661.0, 3673.0, 3672.0, 3682.0, 3639.0, 3670.0, 3648.0, 3657.0, 3627.0, 3657.0, 3635.0, 3656.0, 3635.0, 3622.0, 3624.0, 3611.0, 3624.0, 3612.0, 3638.0, 3627.0, 3637.0, 3617.0, 3638.0, 3616.0, 3651.0, 3629.0, 3639.0, 3618.0, 3638.0, 3618.0, 3649.0, 3619.0, 3651.0, 3639.0, 3650.0, 3627.0, 3652.0, 3646.0, 3664.0, 3630.0, 3639.0, 3629.0, 3649.0, 3618.0, 3638.0, 3616.0, 3638.0, 3637.0, 3637.0, 3636.0, 3636.0, 3625.0, 3624.0, 3629.0, 3624.0, 3614.0, 3638.0, 3615.0, 3636.0, 3627.0, 3650.0, 3640.0, 3650.0, 3640.0, 3660.0, 3629.0, 3650.0, 3643.0, 3651.0, 3641.0, 3629.0, 3641.0, 3662.0, 3652.0, 3673.0, 3642.0, 3652.0, 3641.0, 3650.0, 3658.0, 3678.0, 3657.0, 3654.0, 3642.0, 3662.0, 3641.0, 3662.0, 3642.0, 3662.0, 3653.0, 3641.0, 3653.0, 3662.0, 3641.0, 3660.0, 3641.0, 3662.0, 3641.0, 3649.0, 3639.0, 3649.0, 3639.0, 3649.0, 3628.0, 3649.0, 3627.0, 3639.0, 3617.0, 3638.0, 3615.0, 3637.0, 3627.0, 3637.0, 3615.0, 3638.0, 3616.0, 3638.0, 3617.0, 3625.0, 3626.0, 3651.0, 3639.0, 3649.0, 3617.0, 3649.0, 3619.0, 3652.0, 3631.0, 3653.0, 3630.0, 3651.0, 3619.0, 3650.0, 3619.0, 3652.0, 3620.0, 3653.0, 3642.0, 3663.0, 3630.0, 3665.0, 3633.0, 3653.0, 3620.0, 3651.0, 3630.0, 3652.0, 3633.0, 3652.0, 3630.0], 'WindowWidth': [8336.0, 8348.0, 8266.0, 8268.0, 8240.0, 8276.0, 8233.0, 8258.0, 8219.0, 8260.0, 8214.0, 8257.0, 8216.0, 8243.0, 8209.0, 8248.0, 8232.0, 8229.0, 8216.0, 8250.0, 8277.0, 8257.0, 8300.0, 8252.0, 8269.0, 8245.0, 8299.0, 8261.0, 8283.0, 8254.0, 8264.0, 8236.0, 8278.0, 8237.0, 8260.0, 8248.0, 8259.0, 8245.0, 8276.0, 8213.0, 8256.0, 8224.0, 8240.0, 8270.0, 8236.0, 8247.0, 8219.0, 8246.0, 8217.0, 8243.0, 8218.0, 8245.0, 8220.0, 8230.0, 8233.0, 8202.0, 8234.0, 8208.0, 8267.0, 8241.0, 8301.0, 8275.0, 8294.0, 8239.0, 8277.0, 8258.0, 8247.0, 8302.0, 8245.0, 8287.0, 8246.0, 8271.0, 8226.0, 8269.0, 8225.0, 8292.0, 8315.0, 8283.0, 8263.0, 8276.0, 8271.0, 8245.0, 8269.0, 8239.0, 8268.0, 8224.0, 8265.0, 8239.0, 8281.0, 8239.0, 8285.0, 8244.0, 8273.0, 8242.0, 8278.0, 8219.0, 8287.0, 8294.0, 8262.0, 8258.0, 8230.0, 8258.0, 8248.0, 8264.0, 8214.0, 8263.0, 8225.0, 8259.0, 8232.0, 8262.0, 8229.0, 8258.0, 8212.0, 8256.0, 8236.0, 8223.0, 8284.0, 8248.0, 8218.0, 8201.0, 8214.0, 8181.0, 8211.0, 8223.0, 8210.0, 8196.0, 8212.0, 8198.0, 8215.0, 8197.0, 8215.0, 8214.0, 8218.0, 8186.0, 8230.0, 8185.0, 8215.0, 8198.0, 8234.0, 8219.0, 8233.0, 8218.0, 8231.0, 8222.0, 8249.0, 8238.0, 8236.0, 8225.0, 8236.0, 8224.0, 8249.0, 8228.0, 8255.0, 8228.0, 8240.0, 8240.0, 8239.0, 8213.0, 8244.0, 8211.0, 8243.0, 8209.0, 8240.0, 8210.0, 8229.0, 8274.0, 8247.0, 8256.0, 8228.0, 8238.0, 8227.0, 8238.0, 8227.0, 8256.0, 8228.0, 8240.0, 8210.0, 8240.0, 8192.0, 8240.0, 8267.0, 8227.0, 8259.0, 8239.0, 8238.0, 8227.0, 8247.0, 8235.0, 8264.0, 8218.0, 8244.0, 8214.0, 8244.0, 8214.0, 8242.0, 8237.0, 8242.0, 8259.0, 8240.0, 8239.0, 8228.0, 8238.0, 8207.0, 8236.0, 8204.0, 8235.0, 8192.0, 8215.0, 8216.0, 8224.0, 8271.0, 8241.0, 8221.0, 8239.0, 8208.0, 8224.0, 8237.0, 8228.0, 8275.0, 8243.0, 8242.0, 8226.0, 8241.0, 8209.0, 8246.0, 8229.0, 8244.0, 8224.0, 8240.0, 8238.0, 8227.0, 8252.0, 8245.0, 8260.0, 8227.0, 8239.0, 8209.0, 8238.0, 8212.0, 8242.0, 8214.0, 8268.0, 8234.0, 8256.0, 8217.0, 8272.0, 8243.0, 8267.0, 8220.0, 8248.0, 8234.0, 8243.0, 8214.0, 8243.0, 8271.0, 8242.0, 8254.0, 8240.0, 8237.0, 8205.0, 8218.0, 8202.0, 8220.0, 8200.0, 8215.0, 8189.0, 8219.0, 8204.0, 8222.0, 8225.0, 8244.0, 8215.0, 8246.0, 8241.0, 8230.0, 8268.0, 8223.0, 8258.0, 8252.0, 8237.0, 8233.0, 8223.0, 8234.0, 8243.0, 8256.0, 8224.0, 8239.0, 8212.0, 8239.0, 8213.0, 8243.0, 8233.0, 8267.0, 8215.0, 8244.0, 8215.0, 8241.0, 8238.0, 8243.0, 8277.0, 8244.0, 8239.0, 8238.0, 8233.0, 8222.0, 8236.0, 8227.0, 8257.0, 8226.0, 8245.0, 8214.0, 8243.0, 8241.0, 8274.0, 8236.0, 8263.0, 8233.0, 8245.0, 8215.0, 8241.0, 8216.0, 8263.0, 8231.0, 8244.0, 8214.0, 8246.0, 8224.0, 8245.0, 8285.0, 8240.0, 8235.0, 8240.0, 8236.0, 8226.0, 8237.0, 8207.0, 8236.0, 8205.0, 8237.0, 8223.0, 8236.0, 8225.0, 8241.0, 8185.0, 8220.0, 8234.0, 8275.0, 8213.0, 8261.0, 8210.0, 8254.0, 8237.0, 8245.0, 8250.0, 8233.0, 8249.0, 8235.0, 8267.0, 8224.0, 8266.0, 8241.0, 8266.0, 8235.0, 8262.0, 8231.0, 8245.0, 8214.0, 8242.0, 8284.0, 8259.0, 8258.0, 8239.0, 8237.0, 8227.0, 8237.0, 8226.0, 8242.0, 8245.0, 8259.0, 8229.0, 8268.0, 8262.0, 8264.0, 8250.0, 8282.0, 8271.0, 8262.0, 8250.0, 8261.0, 8248.0, 8260.0, 8244.0, 8244.0, 8225.0, 8242.0, 8209.0, 8239.0, 8207.0, 8225.0, 8235.0, 8236.0, 8267.0, 8224.0, 8234.0, 8224.0, 8237.0, 8237.0, 8256.0, 8241.0, 8211.0, 8241.0, 8210.0, 8244.0, 8212.0, 8248.0, 8248.0, 8246.0, 8230.0, 8245.0, 8242.0, 8248.0, 8262.0, 8267.0, 8261.0, 8243.0, 8256.0, 8246.0, 8254.0, 8229.0, 8242.0, 8231.0, 8260.0, 8230.0, 8261.0, 8266.0, 8291.0, 8242.0, 8270.0, 8224.0, 8264.0, 8232.0, 8262.0, 8214.0, 8245.0, 8215.0, 8247.0, 8291.0, 8245.0, 8241.0, 8242.0, 8237.0, 8237.0, 8237.0, 8207.0, 8256.0, 8193.0, 8237.0, 8207.0, 8220.0, 8247.0, 8236.0, 8236.0, 8222.0, 8233.0, 8203.0, 8235.0, 8232.0, 8218.0, 8230.0, 8235.0, 8234.0, 8199.0, 8230.0, 8205.0, 8234.0, 8211.0, 8237.0, 8210.0, 8258.0, 8228.0, 8259.0, 8214.0, 8260.0, 8242.0, 8244.0, 8259.0, 8245.0, 8258.0, 8260.0, 8256.0, 8226.0, 8259.0, 8214.0, 8261.0, 8213.0, 8244.0, 8218.0, 8260.0, 8213.0, 8261.0, 8232.0, 8262.0, 8249.0, 8264.0, 8231.0, 8265.0, 8256.0, 8283.0, 8246.0, 8256.0, 8225.0, 8239.0, 8235.0, 8258.0, 8306.0, 8261.0, 8255.0, 8242.0, 8250.0, 8235.0, 8256.0, 8259.0, 8237.0, 8243.0, 8254.0, 8240.0, 8252.0, 8243.0, 8258.0, 8240.0, 8237.0, 8241.0, 8235.0, 8207.0, 8240.0, 8229.0, 8239.0, 8207.0, 8237.0, 8207.0, 8238.0, 8221.0, 8244.0, 8256.0, 8238.0, 8219.0, 8221.0, 8231.0, 8217.0, 8231.0, 8201.0, 8233.0, 8229.0, 8216.0, 8229.0, 8217.0, 8232.0, 8220.0, 8232.0, 8204.0, 8234.0, 8205.0, 8236.0, 8205.0, 8237.0, 8214.0, 8248.0, 8238.0, 8269.0, 8256.0, 8254.0, 8236.0, 8262.0, 8251.0, 8283.0, 8272.0, 8289.0, 8270.0, 8263.0, 8252.0, 8263.0, 8235.0, 8265.0, 8248.0, 8245.0, 8215.0, 8246.0, 8215.0, 8248.0, 8259.0, 8262.0, 8257.0, 8243.0, 8213.0, 8242.0, 8209.0, 8244.0, 8262.0, 8265.0, 8242.0, 8244.0, 8235.0, 8295.0, 8242.0, 8268.0, 8236.0, 8269.0, 8237.0, 8262.0, 8230.0, 8246.0, 8214.0, 8246.0, 8271.0, 8261.0, 8297.0, 8246.0, 8237.0, 8221.0, 8234.0, 8221.0, 8234.0, 8207.0, 8241.0, 8225.0, 8237.0, 8193.0, 8238.0, 8205.0, 8236.0, 8248.0, 8235.0, 8233.0, 8220.0, 8233.0, 8204.0, 8237.0, 8206.0, 8238.0, 8223.0, 8243.0, 8236.0, 8237.0, 8240.0, 8247.0, 8240.0, 8244.0, 8256.0, 8245.0, 8231.0, 8248.0, 8232.0, 8250.0, 8245.0, 8267.0, 8284.0, 8252.0, 8248.0, 8246.0, 8262.0, 8248.0, 8260.0, 8268.0, 8277.0, 8291.0, 8291.0, 8274.0, 8262.0, 8248.0, 8247.0, 8247.0, 8261.0, 8247.0, 8257.0, 8242.0, 8239.0, 8239.0, 8238.0, 8243.0, 8257.0, 8240.0, 8237.0, 8235.0, 8232.0, 8235.0, 8232.0, 8216.0, 8239.0, 8246.0, 8217.0, 8229.0, 8216.0, 8227.0, 8213.0, 8229.0, 8200.0, 8232.0, 8185.0, 8229.0, 8215.0, 8219.0, 8215.0, 8238.0, 8235.0, 8243.0, 8236.0, 8188.0, 8232.0, 8213.0, 8222.0, 8213.0, 8240.0, 8274.0, 8252.0, 8319.0, 8282.0, 8322.0, 8262.0, 8314.0, 8273.0, 8256.0, 8284.0, 8277.0, 8297.0, 8291.0, 8304.0, 8242.0, 8283.0, 8253.0, 8264.0, 8223.0, 8261.0, 8232.0, 8259.0, 8229.0, 8211.0, 8214.0, 8194.0, 8214.0, 8196.0, 8243.0, 8227.0, 8239.0, 8213.0, 8242.0, 8210.0, 8265.0, 8232.0, 8244.0, 8215.0, 8242.0, 8215.0, 8257.0, 8221.0, 8265.0, 8244.0, 8259.0, 8225.0, 8268.0, 8268.0, 8287.0, 8235.0, 8245.0, 8230.0, 8257.0, 8213.0, 8240.0, 8209.0, 8238.0, 8236.0, 8236.0, 8233.0, 8234.0, 8219.0, 8216.0, 8234.0, 8216.0, 8203.0, 8241.0, 8207.0, 8236.0, 8225.0, 8261.0, 8247.0, 8260.0, 8247.0, 8271.0, 8231.0, 8260.0, 8257.0, 8265.0, 8250.0, 8232.0, 8249.0, 8278.0, 8266.0, 8296.0, 8254.0, 8266.0, 8250.0, 8259.0, 8285.0, 8313.0, 8283.0, 8272.0, 8256.0, 8278.0, 8252.0, 8280.0, 8253.0, 8280.0, 8267.0, 8251.0, 8268.0, 8279.0, 8250.0, 8272.0, 8250.0, 8278.0, 8249.0, 8258.0, 8244.0, 8257.0, 8244.0, 8255.0, 8228.0, 8256.0, 8225.0, 8243.0, 8211.0, 8240.0, 8207.0, 8236.0, 8223.0, 8238.0, 8208.0, 8241.0, 8209.0, 8241.0, 8215.0, 8218.0, 8224.0, 8261.0, 8243.0, 8259.0, 8213.0, 8256.0, 8219.0, 8269.0, 8239.0, 8268.0, 8236.0, 8264.0, 8220.0, 8261.0, 8222.0, 8267.0, 8222.0, 8269.0, 8255.0, 8282.0, 8237.0, 8289.0, 8245.0, 8269.0, 8222.0, 8265.0, 8236.0, 8266.0, 8243.0, 8268.0, 8236.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.001426344827586207</td></tr>
<tr><td colspan=3>aqi</td><td>0.026323182068965518</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.307536174706605</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1610613373072505</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0228656128193332</td></tr>
<tr><td colspan=3>efc</td><td>0.4863</td></tr>
<tr><td colspan=3>fber</td><td>3732.1187</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10627469070616627</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.816091954022989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.491974749045448</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4974963040914115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6161353921719264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.362292550873005</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103532</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008132782764732838</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0261548962444067</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.090746612655127</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>27.4932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9883</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.7367</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298283.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.3616</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8783</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.9575</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2883.3118</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.4469</td></tr>
<tr><td colspan=3>tsnr</td><td>36.51199520973023</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>