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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0116_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-04_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-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-04_task-social_acq-mb8_run-04_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-0116/ses-04/func/sub-0116_ses-04_task-social_acq-mb8_run-04_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>065a4cd67b91ca65da12804d1e1a006f</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>17:32:27.152500</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.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</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.259</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-04_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.0957692</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7909, -7263, 502, -140, -385, 251, 143]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41a329b5-6998-4cf5-8d6d-f5f1bb173f3d||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.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [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': ['173227.152500', '173227.612500', '173228.072500', '173228.532500', '173228.992500', '173229.452500', '173229.912500', '173230.372500', '173230.832500', '173231.292500', '173231.752500', '173232.212500', '173232.672500', '173233.132500', '173233.592500', '173234.052500', '173234.512500', '173234.972500', '173235.432500', '173235.892500', '173236.352500', '173236.812500', '173237.272500', '173237.732500', '173238.192500', '173238.652500', '173239.112500', '173239.572500', '173240.032500', '173240.492500', '173240.952500', '173241.412500', '173241.872500', '173242.332500', '173242.792500', '173243.252500', '173243.712500', '173244.172500', '173244.632500', '173245.092500', '173245.552500', '173246.012500', '173246.472500', '173246.932500', '173247.392500', '173247.852500', '173248.312500', '173248.772500', '173249.232500', '173249.692500', '173250.152500', '173250.612500', '173251.072500', '173251.532500', '173251.992500', '173252.452500', '173252.912500', '173253.372500', '173253.832500', '173254.292500', '173254.752500', '173255.212500', '173255.672500', '173256.132500', '173256.592500', '173257.052500', '173257.512500', '173257.972500', '173258.432500', '173258.892500', '173259.352500', '173259.812500', '173300.272500', '173300.732500', '173301.192500', '173301.652500', '173302.112500', '173302.572500', '173303.032500', '173303.492500', '173303.952500', '173304.412500', '173304.872500', '173305.332500', '173305.792500', '173306.252500', '173306.712500', '173307.172500', '173307.632500', '173308.092500', '173308.552500', '173309.012500', '173309.472500', '173309.932500', '173310.392500', '173310.852500', '173311.312500', '173311.772500', '173312.232500', '173312.692500', '173313.152500', '173313.612500', '173314.072500', '173314.532500', '173314.992500', '173315.452500', '173315.912500', '173316.372500', '173316.832500', '173317.292500', '173317.752500', '173318.212500', '173318.672500', '173319.132500', '173319.592500', '173320.052500', '173320.512500', '173320.972500', '173321.432500', '173321.892500', '173322.352500', '173322.812500', '173323.272500', '173323.732500', '173324.192500', '173324.652500', '173325.112500', '173325.572500', '173326.032500', '173326.492500', '173326.952500', '173327.412500', '173327.872500', '173328.332500', '173328.792500', '173329.252500', '173329.712500', '173330.172500', '173330.632500', '173331.092500', '173331.552500', '173332.012500', '173332.472500', '173332.932500', '173333.392500', '173333.852500', '173334.312500', '173334.772500', '173335.232500', '173335.692500', '173336.152500', '173336.612500', '173337.072500', '173337.532500', '173337.992500', '173338.452500', '173338.912500', '173339.372500', '173339.832500', '173340.292500', '173340.752500', '173341.212500', '173341.672500', '173342.132500', '173342.592500', '173343.052500', '173343.512500', '173343.972500', '173344.432500', '173344.892500', '173345.352500', '173345.812500', '173346.272500', '173346.732500', '173347.192500', '173347.652500', '173348.112500', '173348.572500', '173349.032500', '173349.492500', '173349.952500', '173350.412500', '173350.872500', '173351.332500', '173351.792500', '173352.252500', '173352.712500', '173353.172500', '173353.632500', '173354.092500', '173354.552500', '173355.012500', '173355.472500', '173355.932500', '173356.392500', '173356.852500', '173357.312500', '173357.772500', '173358.232500', '173358.692500', '173359.152500', '173359.612500', '173400.072500', '173400.532500', '173400.992500', '173401.452500', '173401.912500', '173402.372500', '173402.832500', '173403.292500', '173403.752500', '173404.212500', '173404.672500', '173405.132500', '173405.592500', '173406.052500', '173406.512500', '173406.972500', '173407.432500', '173407.892500', '173408.352500', '173408.812500', '173409.272500', '173409.732500', '173410.192500', '173410.652500', '173411.112500', '173411.572500', '173412.032500', '173412.492500', '173412.952500', '173413.412500', '173413.872500', '173414.332500', '173414.792500', '173415.252500', '173415.712500', '173416.172500', '173416.632500', '173417.092500', '173417.552500', '173418.012500', '173418.472500', '173418.932500', '173419.392500', '173419.852500', '173420.312500', '173420.772500', '173421.232500', '173421.692500', '173422.152500', '173422.612500', '173423.072500', '173423.532500', '173423.992500', '173424.452500', '173424.912500', '173425.372500', '173425.832500', '173426.292500', '173426.752500', '173427.212500', '173427.672500', '173428.132500', '173428.592500', '173429.052500', '173429.512500', '173429.972500', '173430.432500', '173430.892500', '173431.352500', '173431.812500', '173432.272500', '173432.732500', '173433.192500', '173433.652500', '173434.112500', '173434.572500', '173435.032500', '173435.492500', '173435.952500', '173436.412500', '173436.872500', '173437.332500', '173437.792500', '173438.252500', '173438.712500', '173439.172500', '173439.632500', '173440.092500', '173440.552500', '173441.012500', '173441.472500', '173441.932500', '173442.392500', '173442.852500', '173443.312500', '173443.772500', '173444.232500', '173444.692500', '173445.152500', '173445.612500', '173446.072500', '173446.532500', '173446.992500', '173447.452500', '173447.912500', '173448.372500', '173448.832500', '173449.292500', '173449.752500', '173450.212500', '173450.672500', '173451.132500', '173451.592500', '173452.052500', '173452.512500', '173452.972500', '173453.432500', '173453.892500', '173454.352500', '173454.812500', '173455.272500', '173455.732500', '173456.192500', '173456.652500', '173457.112500', '173457.572500', '173458.032500', '173458.492500', '173458.952500', '173459.412500', '173459.872500', '173500.332500', '173500.792500', '173501.252500', '173501.712500', '173502.172500', '173502.632500', '173503.092500', '173503.552500', '173504.012500', '173504.472500', '173504.932500', '173505.392500', '173505.852500', '173506.312500', '173506.772500', '173507.232500', '173507.692500', '173508.152500', '173508.612500', '173509.072500', '173509.532500', '173509.992500', '173510.452500', '173510.912500', '173511.372500', '173511.832500', '173512.292500', '173512.752500', '173513.212500', '173513.672500', '173514.132500', '173514.592500', '173515.052500', '173515.512500', '173515.972500', '173516.432500', '173516.892500', '173517.352500', '173517.812500', '173518.272500', '173518.732500', '173519.192500', '173519.652500', '173520.112500', '173520.572500', '173521.032500', '173521.492500', '173521.952500', '173522.412500', '173522.872500', '173523.332500', '173523.792500', '173524.252500', '173524.712500', '173525.172500', '173525.632500', '173526.092500', '173526.552500', '173527.012500', '173527.472500', '173527.932500', '173528.392500', '173528.852500', '173529.312500', '173529.772500', '173530.232500', '173530.692500', '173531.152500', '173531.612500', '173532.072500', '173532.532500', '173532.992500', '173533.452500', '173533.912500', '173534.372500', '173534.832500', '173535.292500', '173535.752500', '173536.212500', '173536.672500', '173537.132500', '173537.592500', '173538.052500', '173538.512500', '173538.972500', '173539.432500', '173539.892500', '173540.352500', '173540.812500', '173541.272500', '173541.732500', '173542.192500', '173542.652500', '173543.112500', '173543.572500', '173544.032500', '173544.492500', '173544.952500', '173545.412500', '173545.872500', '173546.332500', '173546.792500', '173547.252500', '173547.712500', '173548.172500', '173548.632500', '173549.092500', '173549.552500', '173550.012500', '173550.472500', '173550.932500', '173551.392500', '173551.852500', '173552.312500', '173552.772500', '173553.232500', '173553.692500', '173554.152500', '173554.612500', '173555.072500', '173555.532500', '173555.992500', '173556.452500', '173556.912500', '173557.372500', '173557.832500', '173558.292500', '173558.752500', '173559.212500', '173559.672500', '173600.132500', '173600.592500', '173601.052500', '173601.512500', '173601.972500', '173602.432500', '173602.892500', '173603.352500', '173603.812500', '173604.272500', '173604.732500', '173605.192500', '173605.652500', '173606.112500', '173606.572500', '173607.032500', '173607.492500', '173607.952500', '173608.412500', '173608.872500', '173609.332500', '173609.792500', '173610.252500', '173610.712500', '173611.172500', '173611.632500', '173612.092500', '173612.552500', '173613.012500', '173613.472500', '173613.932500', '173614.392500', '173614.852500', '173615.312500', '173615.772500', '173616.232500', '173616.692500', '173617.152500', '173617.612500', '173618.072500', '173618.532500', '173618.992500', '173619.452500', '173619.912500', '173620.372500', '173620.832500', '173621.292500', '173621.752500', '173622.212500', '173622.672500', '173623.132500', '173623.592500', '173624.052500', '173624.512500', '173624.972500', '173625.432500', '173625.892500', '173626.352500', '173626.812500', '173627.272500', '173627.732500', '173628.192500', '173628.652500', '173629.112500', '173629.572500', '173630.032500', '173630.492500', '173630.952500', '173631.412500', '173631.872500', '173632.332500', '173632.792500', '173633.252500', '173633.712500', '173634.172500', '173634.632500', '173635.092500', '173635.552500', '173636.012500', '173636.472500', '173636.932500', '173637.392500', '173637.852500', '173638.312500', '173638.772500', '173639.232500', '173639.692500', '173640.152500', '173640.612500', '173641.072500', '173641.532500', '173641.992500', '173642.452500', '173642.912500', '173643.372500', '173643.832500', '173644.292500', '173644.752500', '173645.212500', '173645.672500', '173646.132500', '173646.592500', '173647.052500', '173647.512500', '173647.972500', '173648.432500', '173648.892500', '173649.352500', '173649.812500', '173650.272500', '173650.732500', '173651.192500', '173651.652500', '173652.112500', '173652.572500', '173653.032500', '173653.492500', '173653.952500', '173654.412500', '173654.872500', '173655.332500', '173655.792500', '173656.252500', '173656.712500', '173657.172500', '173657.632500', '173658.092500', '173658.552500', '173659.012500', '173659.472500', '173659.932500', '173700.392500', '173700.852500', '173701.312500', '173701.772500', '173702.232500', '173702.692500', '173703.152500', '173703.612500', '173704.072500', '173704.532500', '173704.992500', '173705.452500', '173705.912500', '173706.372500', '173706.832500', '173707.292500', '173707.752500', '173708.212500', '173708.672500', '173709.132500', '173709.592500', '173710.052500', '173710.512500', '173710.972500', '173711.432500', '173711.892500', '173712.352500', '173712.812500', '173713.272500', '173713.732500', '173714.192500', '173714.652500', '173715.112500', '173715.572500', '173716.032500', '173716.492500', '173716.952500', '173717.412500', '173717.872500', '173718.332500', '173718.792500', '173719.252500', '173719.712500', '173720.172500', '173720.632500', '173721.092500', '173721.552500', '173722.012500', '173722.472500', '173722.932500', '173723.392500', '173723.852500', '173724.312500', '173724.772500', '173725.232500', '173725.692500', '173726.152500', '173726.612500', '173727.072500', '173727.532500', '173727.992500', '173728.452500', '173728.912500', '173729.372500', '173729.832500', '173730.292500', '173730.752500', '173731.212500', '173731.672500', '173732.132500', '173732.592500', '173733.052500', '173733.512500', '173733.972500', '173734.432500', '173734.892500', '173735.352500', '173735.812500', '173736.272500', '173736.732500', '173737.192500', '173737.652500', '173738.112500', '173738.572500', '173739.032500', '173739.492500', '173739.952500', '173740.412500', '173740.872500', '173741.332500', '173741.792500', '173742.252500', '173742.712500', '173743.172500', '173743.632500', '173744.092500', '173744.552500', '173745.012500', '173745.472500', '173745.932500', '173746.392500', '173746.852500', '173747.312500', '173747.772500', '173748.232500', '173748.692500', '173749.152500', '173749.612500', '173750.072500', '173750.532500', '173750.992500', '173751.452500', '173751.912500', '173752.372500', '173752.832500', '173753.292500', '173753.752500', '173754.212500', '173754.672500', '173755.132500', '173755.592500', '173756.052500', '173756.512500', '173756.972500', '173757.432500', '173757.892500', '173758.352500', '173758.812500', '173759.272500', '173759.732500', '173800.192500', '173800.652500', '173801.112500', '173801.572500', '173802.032500', '173802.492500', '173802.952500', '173803.412500', '173803.872500', '173804.332500', '173804.792500', '173805.252500', '173805.712500', '173806.172500', '173806.632500', '173807.092500', '173807.552500', '173808.012500', '173808.472500', '173808.932500', '173809.392500', '173809.852500', '173810.312500', '173810.772500', '173811.232500', '173811.692500', '173812.152500', '173812.612500', '173813.072500', '173813.532500', '173813.992500', '173814.452500', '173814.912500', '173815.372500', '173815.832500', '173816.292500', '173816.752500', '173817.212500', '173817.672500', '173818.132500', '173818.592500', '173819.052500', '173819.512500', '173819.972500', '173820.432500', '173820.892500', '173821.352500', '173821.812500', '173822.272500', '173822.732500', '173823.192500', '173823.652500', '173824.112500', '173824.572500', '173825.032500', '173825.492500', '173825.952500', '173826.412500', '173826.872500', '173827.332500', '173827.792500', '173828.252500', '173828.712500', '173829.172500', '173829.632500', '173830.092500', '173830.552500', '173831.012500', '173831.472500', '173831.932500', '173832.392500', '173832.852500', '173833.312500', '173833.772500', '173834.232500', '173834.692500', '173835.152500', '173835.612500', '173836.072500', '173836.532500', '173836.992500', '173837.452500', '173837.912500', '173838.372500', '173838.832500', '173839.292500', '173839.752500', '173840.212500', '173840.672500', '173841.132500', '173841.592500', '173842.052500', '173842.512500', '173842.972500', '173843.432500', '173843.892500', '173844.352500', '173844.812500', '173845.272500', '173845.732500', '173846.192500', '173846.652500', '173847.112500', '173847.572500', '173848.032500', '173848.492500', '173848.952500', '173849.412500', '173849.872500', '173850.332500', '173850.792500', '173851.252500', '173851.712500', '173852.172500', '173852.632500', '173853.092500', '173853.552500', '173854.012500', '173854.472500', '173854.932500', '173855.392500', '173855.852500', '173856.312500', '173856.772500', '173857.232500', '173857.692500', '173858.152500', '173858.612500', '173859.072500', '173859.532500', '173859.992500', '173900.452500', '173900.912500', '173901.372500', '173901.832500', '173902.292500', '173902.752500', '173903.212500', '173903.672500', '173904.132500', '173904.592500', '173905.052500', '173905.512500', '173905.972500', '173906.432500', '173906.892500', '173907.352500', '173907.812500'], 'ContentTime': ['173247.958000', '173247.961000', '173247.963000', '173247.966000', '173247.969000', '173247.971000', '173247.974000', '173247.976000', '173247.979000', '173247.982000', '173247.984000', '173247.987000', '173247.989000', '173247.992000', '173247.995000', '173248.007000', '173248.009000', '173248.012000', '173248.015000', '173248.017000', '173248.020000', '173248.022000', '173248.031000', '173248.034000', '173248.036000', '173248.039000', '173248.041000', '173248.044000', '173248.047000', '173248.049000', '173248.052000', '173248.054000', '173248.057000', '173248.059000', '173248.062000', '173248.065000', '173248.067000', '173248.070000', '173248.072000', '173248.075000', '173248.078000', '173248.080000', '173307.903000', '173307.906000', '173307.909000', '173307.912000', '173307.914000', '173307.917000', '173307.920000', '173307.922000', '173307.925000', '173307.927000', '173307.930000', '173307.933000', '173307.935000', '173307.938000', '173307.940000', '173307.943000', '173307.946000', '173307.948000', '173307.951000', '173307.953000', '173307.956000', '173307.959000', '173307.962000', '173307.965000', '173307.968000', '173307.970000', '173307.973000', '173307.976000', '173307.978000', '173307.981000', '173307.983000', '173307.987000', '173307.990000', '173307.993000', '173307.995000', '173307.998000', '173308.001000', '173308.013000', '173308.015000', '173308.018000', '173308.021000', '173308.023000', '173308.026000', '173327.903000', '173327.906000', '173327.909000', '173327.912000', '173327.914000', '173327.917000', '173327.920000', '173327.922000', '173327.925000', '173327.928000', '173327.930000', '173327.933000', '173327.935000', '173327.938000', '173327.941000', '173327.944000', '173327.946000', '173327.949000', '173327.951000', '173327.955000', '173327.958000', '173327.961000', '173327.963000', '173327.966000', '173327.968000', '173327.971000', '173327.974000', '173327.989000', '173327.992000', '173327.995000', '173327.997000', '173328.001000', '173328.004000', '173328.006000', '173328.009000', '173328.011000', '173328.014000', '173328.017000', '173328.019000', '173328.022000', '173328.025000', '173328.027000', '173328.030000', '173328.033000', '173347.903000', '173347.905000', '173347.908000', '173347.912000', '173347.915000', '173347.917000', '173347.920000', '173347.923000', '173347.925000', '173347.928000', '173347.930000', '173347.933000', '173347.936000', '173347.938000', '173347.941000', '173347.943000', '173347.946000', '173347.949000', '173347.951000', '173347.954000', '173347.956000', '173347.959000', '173347.962000', '173347.964000', '173347.967000', '173347.969000', '173347.972000', '173347.975000', '173347.977000', '173347.980000', '173347.982000', '173347.985000', '173347.987000', '173347.990000', '173347.993000', '173347.995000', '173347.998000', '173348.001000', '173348.004000', '173348.007000', '173348.009000', '173348.012000', '173348.015000', '173407.904000', '173407.906000', '173407.909000', '173407.912000', '173407.914000', '173407.917000', '173407.920000', '173407.922000', '173407.925000', '173407.927000', '173407.930000', '173407.932000', '173407.935000', '173407.938000', '173407.940000', '173407.943000', '173407.946000', '173407.948000', '173407.951000', '173407.953000', '173407.956000', '173407.959000', '173407.961000', '173407.964000', '173407.966000', '173407.969000', '173407.972000', '173407.974000', '173407.977000', '173407.979000', '173407.982000', '173407.985000', '173407.987000', '173407.990000', '173407.992000', '173407.995000', '173407.998000', '173408.001000', '173408.004000', '173408.006000', '173408.009000', '173408.012000', '173408.014000', '173408.017000', '173427.903000', '173427.906000', '173427.909000', '173427.912000', '173427.914000', '173427.917000', '173427.919000', '173427.922000', '173427.925000', '173427.927000', '173427.930000', '173427.933000', '173427.935000', '173427.938000', '173427.940000', '173427.943000', '173427.946000', '173427.948000', '173427.951000', '173427.954000', '173427.956000', '173427.959000', '173427.962000', '173427.965000', '173427.968000', '173427.970000', '173427.973000', '173427.975000', '173427.978000', '173427.981000', '173427.983000', '173427.986000', '173427.989000', '173427.991000', '173427.994000', '173427.996000', '173428.007000', '173428.010000', '173428.013000', '173428.015000', '173428.018000', '173428.021000', '173428.023000', '173447.903000', '173447.906000', '173447.909000', '173447.911000', '173447.914000', '173447.917000', '173447.919000', '173447.922000', '173447.924000', '173447.927000', '173447.930000', '173447.932000', '173447.935000', '173447.938000', '173447.940000', '173447.943000', '173447.945000', '173447.948000', '173447.951000', '173447.953000', '173447.956000', '173447.958000', '173447.961000', '173447.964000', '173447.966000', '173447.969000', '173447.971000', '173447.974000', '173447.977000', '173447.979000', '173447.982000', '173447.984000', '173447.987000', '173447.990000', '173447.992000', '173447.995000', '173447.997000', '173448.001000', '173448.004000', '173448.007000', '173448.009000', '173448.012000', '173448.014000', '173448.017000', '173507.903000', '173507.906000', '173507.909000', '173507.912000', '173507.914000', '173507.917000', '173507.920000', '173507.922000', '173507.925000', '173507.928000', '173507.930000', '173507.933000', '173507.935000', '173507.938000', '173507.941000', '173507.943000', '173507.946000', '173507.949000', '173507.958000', '173507.961000', '173507.964000', '173507.966000', '173507.986000', '173507.989000', '173507.991000', '173507.994000', '173507.997000', '173508.002000', '173508.004000', '173508.007000', '173508.010000', '173508.012000', '173508.015000', '173508.017000', '173508.020000', '173508.023000', '173508.025000', '173508.028000', '173508.031000', '173508.033000', '173508.036000', '173508.038000', '173508.041000', '173527.903000', '173527.906000', '173527.909000', '173527.911000', '173527.914000', '173527.917000', '173527.919000', '173527.922000', '173527.925000', '173527.927000', '173527.930000', '173527.932000', '173527.935000', '173527.938000', '173527.940000', '173527.943000', '173527.946000', '173527.948000', '173527.951000', '173527.953000', '173527.956000', '173527.959000', '173527.961000', '173527.964000', '173527.967000', '173527.969000', '173527.972000', '173527.974000', '173527.977000', '173527.979000', '173527.982000', '173527.985000', '173527.987000', '173527.990000', '173527.993000', '173527.995000', '173527.998000', '173528.002000', '173528.004000', '173528.007000', '173528.009000', '173528.012000', '173528.015000', '173528.017000', '173547.903000', '173547.906000', '173547.909000', '173547.912000', '173547.914000', '173547.917000', '173547.919000', '173547.922000', '173547.925000', '173547.927000', '173547.930000', '173547.933000', '173547.935000', '173547.938000', '173547.940000', '173547.943000', '173547.945000', '173547.948000', '173547.951000', '173547.953000', '173547.956000', '173547.959000', '173547.961000', '173547.964000', '173547.966000', '173547.969000', '173547.972000', '173547.974000', '173547.977000', '173547.979000', '173547.982000', '173547.984000', '173547.987000', '173547.990000', '173547.992000', '173547.995000', '173547.998000', '173548.001000', '173548.004000', '173548.007000', '173548.009000', '173548.012000', '173548.015000', '173607.903000', '173607.906000', '173607.908000', '173607.911000', '173607.913000', '173607.916000', '173607.919000', '173607.921000', '173607.924000', '173607.927000', '173607.929000', '173607.932000', '173607.934000', '173607.937000', '173607.940000', '173607.942000', '173607.945000', '173607.947000', '173607.950000', '173607.953000', '173607.955000', '173607.958000', '173607.961000', '173607.963000', '173607.966000', '173607.968000', '173607.971000', '173607.974000', '173607.976000', '173607.979000', '173607.981000', '173607.984000', '173607.986000', '173607.989000', '173607.992000', '173607.994000', '173607.997000', '173608.001000', '173608.014000', '173608.016000', '173608.019000', '173608.021000', '173608.024000', '173608.027000', '173627.903000', '173627.906000', '173627.909000', '173627.911000', '173627.914000', '173627.917000', '173627.919000', '173627.922000', '173627.925000', '173627.927000', '173627.930000', '173627.932000', '173627.935000', '173627.938000', '173627.949000', '173627.951000', '173627.954000', '173627.956000', '173627.959000', '173627.962000', '173627.964000', '173627.967000', '173627.970000', '173627.972000', '173627.975000', '173627.978000', '173627.980000', '173627.983000', '173627.985000', '173627.988000', '173627.991000', '173627.993000', '173627.996000', '173627.998000', '173628.002000', '173628.005000', '173628.007000', '173628.010000', '173628.013000', '173628.015000', '173628.018000', '173628.020000', '173628.023000', '173647.903000', '173647.906000', '173647.909000', '173647.912000', '173647.914000', '173647.917000', '173647.920000', '173647.923000', '173647.925000', '173647.928000', '173647.931000', '173647.933000', '173647.936000', '173647.939000', '173647.941000', '173647.944000', '173647.946000', '173647.949000', '173647.952000', '173647.954000', '173647.957000', '173647.959000', '173647.962000', '173647.965000', '173647.967000', '173647.970000', '173647.973000', '173647.975000', '173647.978000', '173647.980000', '173647.983000', '173647.986000', '173647.988000', '173647.991000', '173647.994000', '173647.996000', '173648.000000', '173648.002000', '173648.005000', '173648.008000', '173648.010000', '173648.013000', '173648.016000', '173648.018000', '173707.904000', '173707.907000', '173707.909000', '173707.912000', '173707.915000', '173707.917000', '173707.920000', '173707.922000', '173707.925000', '173707.928000', '173707.930000', '173707.933000', '173707.936000', '173707.938000', '173707.941000', '173707.943000', '173707.946000', '173707.949000', '173707.951000', '173707.954000', '173707.957000', '173707.959000', '173707.962000', '173707.965000', '173707.967000', '173707.970000', '173707.973000', '173707.975000', '173707.978000', '173707.980000', '173707.983000', '173707.986000', '173707.988000', '173707.991000', '173707.994000', '173707.996000', '173708.000000', '173708.003000', '173708.005000', '173708.008000', '173708.010000', '173708.013000', '173708.016000', '173727.903000', '173727.906000', '173727.909000', '173727.912000', '173727.914000', '173727.917000', '173727.919000', '173727.922000', '173727.925000', '173727.927000', '173727.930000', '173727.933000', '173727.935000', '173727.938000', '173727.940000', '173727.943000', '173727.946000', '173727.948000', '173727.951000', '173727.954000', '173727.956000', '173727.959000', '173727.961000', '173727.964000', '173727.967000', '173727.969000', '173727.972000', '173727.975000', '173727.977000', '173727.980000', '173727.982000', '173727.985000', '173727.988000', '173727.990000', '173727.993000', '173727.995000', '173727.998000', '173728.002000', '173728.004000', '173728.007000', '173728.010000', '173728.012000', '173728.015000', '173728.017000', '173747.904000', '173747.907000', '173747.909000', '173747.912000', '173747.915000', '173747.917000', '173747.920000', '173747.922000', '173747.925000', '173747.928000', '173747.930000', '173747.933000', '173747.935000', '173747.938000', '173747.941000', '173747.944000', '173747.946000', '173747.949000', '173747.951000', '173747.954000', '173747.957000', '173747.959000', '173747.962000', '173747.964000', '173747.967000', '173747.970000', '173747.972000', '173747.975000', '173747.977000', '173747.980000', '173747.983000', '173747.985000', '173747.988000', '173747.991000', '173747.993000', '173747.996000', '173747.998000', '173748.002000', '173748.005000', '173748.007000', '173748.010000', '173748.012000', '173748.015000', '173807.905000', '173807.908000', '173807.911000', '173807.913000', '173807.916000', '173807.918000', '173807.921000', '173807.924000', '173807.926000', '173807.929000', '173807.931000', '173807.934000', '173807.937000', '173807.939000', '173807.942000', '173807.954000', '173807.957000', '173807.960000', '173807.963000', '173807.965000', '173807.968000', '173807.971000', '173807.973000', '173807.976000', '173807.978000', '173807.981000', '173807.984000', '173807.986000', '173807.989000', '173807.992000', '173807.994000', '173807.997000', '173808.001000', '173808.003000', '173808.006000', '173808.008000', '173808.011000', '173808.014000', '173808.016000', '173808.019000', '173808.022000', '173808.024000', '173808.027000', '173808.031000', '173827.902000', '173827.905000', '173827.908000', '173827.911000', '173827.913000', '173827.916000', '173827.918000', '173827.921000', '173827.924000', '173827.926000', '173827.935000', '173827.938000', '173827.940000', '173827.943000', '173827.946000', '173827.948000', '173827.951000', '173827.954000', '173827.956000', '173827.959000', '173827.962000', '173827.964000', '173827.967000', '173827.969000', '173827.972000', '173827.975000', '173827.977000', '173827.980000', '173827.982000', '173827.985000', '173827.988000', '173827.990000', '173827.993000', '173827.996000', '173827.998000', '173828.002000', '173828.004000', '173828.007000', '173828.010000', '173828.012000', '173828.015000', '173828.018000', '173828.020000', '173847.904000', '173847.906000', '173847.909000', '173847.912000', '173847.914000', '173847.917000', '173847.920000', '173847.922000', '173847.925000', '173847.927000', '173847.930000', '173847.933000', '173847.935000', '173847.938000', '173847.941000', '173847.943000', '173847.946000', '173847.948000', '173847.951000', '173847.954000', '173847.956000', '173847.959000', '173847.962000', '173847.964000', '173847.967000', '173847.970000', '173847.972000', '173847.975000', '173847.978000', '173847.980000', '173847.983000', '173847.985000', '173847.988000', '173847.991000', '173847.993000', '173847.996000', '173848.000000', '173848.002000', '173848.005000', '173848.007000', '173848.010000', '173848.013000', '173848.015000', '173848.018000', '173907.904000', '173907.907000', '173907.909000', '173907.912000', '173907.914000', '173907.917000', '173907.920000', '173907.922000', '173907.925000', '173907.928000', '173907.930000', '173907.933000', '173907.936000', '173907.938000', '173907.941000', '173907.944000', '173907.946000', '173907.949000', '173907.952000', '173907.954000', '173907.957000', '173907.960000', '173907.962000', '173907.965000', '173907.968000', '173907.970000', '173907.973000', '173907.976000', '173907.978000', '173907.981000', '173907.984000', '173907.986000', '173907.989000', '173907.992000', '173907.994000', '173907.997000', '173908.001000', '173908.003000', '173908.006000', '173908.009000', '173908.011000', '173908.014000', '173908.017000', '173909.481000', '173909.484000', '173909.487000', '173909.490000'], 'InstanceCreationTime': ['173247.958000', '173247.961000', '173247.963000', '173247.966000', '173247.969000', '173247.971000', '173247.974000', '173247.976000', '173247.979000', '173247.982000', '173247.984000', '173247.987000', '173247.989000', '173247.992000', '173247.995000', '173248.007000', '173248.009000', '173248.012000', '173248.015000', '173248.017000', '173248.020000', '173248.022000', '173248.031000', '173248.034000', '173248.036000', '173248.039000', '173248.041000', '173248.044000', '173248.047000', '173248.049000', '173248.052000', '173248.054000', '173248.057000', '173248.059000', '173248.062000', '173248.065000', '173248.067000', '173248.070000', '173248.072000', '173248.075000', '173248.078000', '173248.080000', '173307.903000', '173307.906000', '173307.909000', '173307.912000', '173307.914000', '173307.917000', '173307.920000', '173307.922000', '173307.925000', '173307.927000', '173307.930000', '173307.933000', '173307.935000', '173307.938000', '173307.940000', '173307.943000', '173307.946000', '173307.948000', '173307.951000', '173307.953000', '173307.956000', '173307.959000', '173307.962000', '173307.965000', '173307.968000', '173307.970000', '173307.973000', '173307.976000', '173307.978000', '173307.981000', '173307.983000', '173307.987000', '173307.990000', '173307.993000', '173307.995000', '173307.998000', '173308.001000', '173308.013000', '173308.015000', '173308.018000', '173308.021000', '173308.023000', '173308.026000', '173327.903000', '173327.906000', '173327.909000', '173327.912000', '173327.914000', '173327.917000', '173327.920000', '173327.922000', '173327.925000', '173327.928000', '173327.930000', '173327.933000', '173327.935000', '173327.938000', '173327.941000', '173327.944000', '173327.946000', '173327.949000', '173327.951000', '173327.955000', '173327.958000', '173327.961000', '173327.963000', '173327.966000', '173327.968000', '173327.971000', '173327.974000', '173327.989000', '173327.992000', '173327.995000', '173327.997000', '173328.001000', '173328.004000', '173328.006000', '173328.009000', '173328.011000', '173328.014000', '173328.017000', '173328.019000', '173328.022000', '173328.025000', '173328.027000', '173328.030000', '173328.033000', '173347.903000', '173347.905000', '173347.908000', '173347.912000', '173347.915000', '173347.917000', '173347.920000', '173347.923000', '173347.925000', '173347.928000', '173347.930000', '173347.933000', '173347.936000', '173347.938000', '173347.941000', '173347.943000', '173347.946000', '173347.949000', '173347.951000', '173347.954000', '173347.956000', '173347.959000', '173347.962000', '173347.964000', '173347.967000', '173347.969000', '173347.972000', '173347.975000', '173347.977000', '173347.980000', '173347.982000', '173347.985000', '173347.987000', '173347.990000', '173347.993000', '173347.995000', '173347.998000', '173348.001000', '173348.004000', '173348.007000', '173348.009000', '173348.012000', '173348.015000', '173407.904000', '173407.906000', '173407.909000', '173407.912000', '173407.914000', '173407.917000', '173407.920000', '173407.922000', '173407.925000', '173407.927000', '173407.930000', '173407.932000', '173407.935000', '173407.938000', '173407.940000', '173407.943000', '173407.946000', '173407.948000', '173407.951000', '173407.953000', '173407.956000', '173407.959000', '173407.961000', '173407.964000', '173407.966000', '173407.969000', '173407.972000', '173407.974000', '173407.977000', '173407.979000', '173407.982000', '173407.985000', '173407.987000', '173407.990000', '173407.992000', '173407.995000', '173407.998000', '173408.001000', '173408.004000', '173408.006000', '173408.009000', '173408.012000', '173408.014000', '173408.017000', '173427.903000', '173427.906000', '173427.909000', '173427.912000', '173427.914000', '173427.917000', '173427.919000', '173427.922000', '173427.925000', '173427.927000', '173427.930000', '173427.933000', '173427.935000', '173427.938000', '173427.940000', '173427.943000', '173427.946000', '173427.948000', '173427.951000', '173427.954000', '173427.956000', '173427.959000', '173427.962000', '173427.965000', '173427.968000', '173427.970000', '173427.973000', '173427.975000', '173427.978000', '173427.981000', '173427.983000', '173427.986000', '173427.989000', '173427.991000', '173427.994000', '173427.996000', '173428.007000', '173428.010000', '173428.013000', '173428.015000', '173428.018000', '173428.021000', '173428.023000', '173447.903000', '173447.906000', '173447.909000', '173447.911000', '173447.914000', '173447.917000', '173447.919000', '173447.922000', '173447.924000', '173447.927000', '173447.930000', '173447.932000', '173447.935000', '173447.938000', '173447.940000', '173447.943000', '173447.945000', '173447.948000', '173447.951000', '173447.953000', '173447.956000', '173447.958000', '173447.961000', '173447.964000', '173447.966000', '173447.969000', '173447.971000', '173447.974000', '173447.977000', '173447.979000', '173447.982000', '173447.984000', '173447.987000', '173447.990000', '173447.992000', '173447.995000', '173447.997000', '173448.001000', '173448.004000', '173448.007000', '173448.009000', '173448.012000', '173448.014000', '173448.017000', '173507.903000', '173507.906000', '173507.909000', '173507.912000', '173507.914000', '173507.917000', '173507.920000', '173507.922000', '173507.925000', '173507.928000', '173507.930000', '173507.933000', '173507.935000', '173507.938000', '173507.941000', '173507.943000', '173507.946000', '173507.949000', '173507.958000', '173507.961000', '173507.964000', '173507.966000', '173507.986000', '173507.989000', '173507.991000', '173507.994000', '173507.997000', '173508.002000', '173508.004000', '173508.007000', '173508.010000', '173508.012000', '173508.015000', '173508.017000', '173508.020000', '173508.023000', '173508.025000', '173508.028000', '173508.031000', '173508.033000', '173508.036000', '173508.038000', '173508.041000', '173527.903000', '173527.906000', '173527.909000', '173527.911000', '173527.914000', '173527.917000', '173527.919000', '173527.922000', '173527.925000', '173527.927000', '173527.930000', '173527.932000', '173527.935000', '173527.938000', '173527.940000', '173527.943000', '173527.946000', '173527.948000', '173527.951000', '173527.953000', '173527.956000', '173527.959000', '173527.961000', '173527.964000', '173527.967000', '173527.969000', '173527.972000', '173527.974000', '173527.977000', '173527.979000', '173527.982000', '173527.985000', '173527.987000', '173527.990000', '173527.993000', '173527.995000', '173527.998000', '173528.002000', '173528.004000', '173528.007000', '173528.009000', '173528.012000', '173528.015000', '173528.017000', '173547.903000', '173547.906000', '173547.909000', '173547.912000', '173547.914000', '173547.917000', '173547.919000', '173547.922000', '173547.925000', '173547.927000', '173547.930000', '173547.933000', '173547.935000', '173547.938000', '173547.940000', '173547.943000', '173547.945000', '173547.948000', '173547.951000', '173547.953000', '173547.956000', '173547.959000', '173547.961000', '173547.964000', '173547.966000', '173547.969000', '173547.972000', '173547.974000', '173547.977000', '173547.979000', '173547.982000', '173547.984000', '173547.987000', '173547.990000', '173547.992000', '173547.995000', '173547.998000', '173548.001000', '173548.004000', '173548.007000', '173548.009000', '173548.012000', '173548.015000', '173607.903000', '173607.906000', '173607.908000', '173607.911000', '173607.913000', '173607.916000', '173607.919000', '173607.921000', '173607.924000', '173607.927000', '173607.929000', '173607.932000', '173607.934000', '173607.937000', '173607.940000', '173607.942000', '173607.945000', '173607.947000', '173607.950000', '173607.953000', '173607.955000', '173607.958000', '173607.961000', '173607.963000', '173607.966000', '173607.968000', '173607.971000', '173607.974000', '173607.976000', '173607.979000', '173607.981000', '173607.984000', '173607.986000', '173607.989000', '173607.992000', '173607.994000', '173607.997000', '173608.001000', '173608.014000', '173608.016000', '173608.019000', '173608.021000', '173608.024000', '173608.027000', '173627.903000', '173627.906000', '173627.909000', '173627.911000', '173627.914000', '173627.917000', '173627.919000', '173627.922000', '173627.925000', '173627.927000', '173627.930000', '173627.932000', '173627.935000', '173627.938000', '173627.949000', '173627.951000', '173627.954000', '173627.956000', '173627.959000', '173627.962000', '173627.964000', '173627.967000', '173627.970000', '173627.972000', '173627.975000', '173627.978000', '173627.980000', '173627.983000', '173627.985000', '173627.988000', '173627.991000', '173627.993000', '173627.996000', '173627.998000', '173628.002000', '173628.005000', '173628.007000', '173628.010000', '173628.013000', '173628.015000', '173628.018000', '173628.020000', '173628.023000', '173647.903000', '173647.906000', '173647.909000', '173647.912000', '173647.914000', '173647.917000', '173647.920000', '173647.923000', '173647.925000', '173647.928000', '173647.931000', '173647.933000', '173647.936000', '173647.939000', '173647.941000', '173647.944000', '173647.946000', '173647.949000', '173647.952000', '173647.954000', '173647.957000', '173647.959000', '173647.962000', '173647.965000', '173647.967000', '173647.970000', '173647.973000', '173647.975000', '173647.978000', '173647.980000', '173647.983000', '173647.986000', '173647.988000', '173647.991000', '173647.994000', '173647.996000', '173648.000000', '173648.002000', '173648.005000', '173648.008000', '173648.010000', '173648.013000', '173648.016000', '173648.018000', '173707.904000', '173707.907000', '173707.909000', '173707.912000', '173707.915000', '173707.917000', '173707.920000', '173707.922000', '173707.925000', '173707.928000', '173707.930000', '173707.933000', '173707.936000', '173707.938000', '173707.941000', '173707.943000', '173707.946000', '173707.949000', '173707.951000', '173707.954000', '173707.957000', '173707.959000', '173707.962000', '173707.965000', '173707.967000', '173707.970000', '173707.973000', '173707.975000', '173707.978000', '173707.980000', '173707.983000', '173707.986000', '173707.988000', '173707.991000', '173707.994000', '173707.996000', '173708.000000', '173708.003000', '173708.005000', '173708.008000', '173708.010000', '173708.013000', '173708.016000', '173727.903000', '173727.906000', '173727.909000', '173727.912000', '173727.914000', '173727.917000', '173727.919000', '173727.922000', '173727.925000', '173727.927000', '173727.930000', '173727.933000', '173727.935000', '173727.938000', '173727.940000', '173727.943000', '173727.946000', '173727.948000', '173727.951000', '173727.954000', '173727.956000', '173727.959000', '173727.961000', '173727.964000', '173727.967000', '173727.969000', '173727.972000', '173727.975000', '173727.977000', '173727.980000', '173727.982000', '173727.985000', '173727.988000', '173727.990000', '173727.993000', '173727.995000', '173727.998000', '173728.002000', '173728.004000', '173728.007000', '173728.010000', '173728.012000', '173728.015000', '173728.017000', '173747.904000', '173747.907000', '173747.909000', '173747.912000', '173747.915000', '173747.917000', '173747.920000', '173747.922000', '173747.925000', '173747.928000', '173747.930000', '173747.933000', '173747.935000', '173747.938000', '173747.941000', '173747.944000', '173747.946000', '173747.949000', '173747.951000', '173747.954000', '173747.957000', '173747.959000', '173747.962000', '173747.964000', '173747.967000', '173747.970000', '173747.972000', '173747.975000', '173747.977000', '173747.980000', '173747.983000', '173747.985000', '173747.988000', '173747.991000', '173747.993000', '173747.996000', '173747.998000', '173748.002000', '173748.005000', '173748.007000', '173748.010000', '173748.012000', '173748.015000', '173807.905000', '173807.908000', '173807.911000', '173807.913000', '173807.916000', '173807.918000', '173807.921000', '173807.924000', '173807.926000', '173807.929000', '173807.931000', '173807.934000', '173807.937000', '173807.939000', '173807.942000', '173807.954000', '173807.957000', '173807.960000', '173807.963000', '173807.965000', '173807.968000', '173807.971000', '173807.973000', '173807.976000', '173807.978000', '173807.981000', '173807.984000', '173807.986000', '173807.989000', '173807.992000', '173807.994000', '173807.997000', '173808.001000', '173808.003000', '173808.006000', '173808.008000', '173808.011000', '173808.014000', '173808.016000', '173808.019000', '173808.022000', '173808.024000', '173808.027000', '173808.031000', '173827.902000', '173827.905000', '173827.908000', '173827.911000', '173827.913000', '173827.916000', '173827.918000', '173827.921000', '173827.924000', '173827.926000', '173827.935000', '173827.938000', '173827.940000', '173827.943000', '173827.946000', '173827.948000', '173827.951000', '173827.954000', '173827.956000', '173827.959000', '173827.962000', '173827.964000', '173827.967000', '173827.969000', '173827.972000', '173827.975000', '173827.977000', '173827.980000', '173827.982000', '173827.985000', '173827.988000', '173827.990000', '173827.993000', '173827.996000', '173827.998000', '173828.002000', '173828.004000', '173828.007000', '173828.010000', '173828.012000', '173828.015000', '173828.018000', '173828.020000', '173847.904000', '173847.906000', '173847.909000', '173847.912000', '173847.914000', '173847.917000', '173847.920000', '173847.922000', '173847.925000', '173847.927000', '173847.930000', '173847.933000', '173847.935000', '173847.938000', '173847.941000', '173847.943000', '173847.946000', '173847.948000', '173847.951000', '173847.954000', '173847.956000', '173847.959000', '173847.962000', '173847.964000', '173847.967000', '173847.970000', '173847.972000', '173847.975000', '173847.978000', '173847.980000', '173847.983000', '173847.985000', '173847.988000', '173847.991000', '173847.993000', '173847.996000', '173848.000000', '173848.002000', '173848.005000', '173848.007000', '173848.010000', '173848.013000', '173848.015000', '173848.018000', '173907.904000', '173907.907000', '173907.909000', '173907.912000', '173907.914000', '173907.917000', '173907.920000', '173907.922000', '173907.925000', '173907.928000', '173907.930000', '173907.933000', '173907.936000', '173907.938000', '173907.941000', '173907.944000', '173907.946000', '173907.949000', '173907.952000', '173907.954000', '173907.957000', '173907.960000', '173907.962000', '173907.965000', '173907.968000', '173907.970000', '173907.973000', '173907.976000', '173907.978000', '173907.981000', '173907.984000', '173907.986000', '173907.989000', '173907.992000', '173907.994000', '173907.997000', '173908.001000', '173908.003000', '173908.006000', '173908.009000', '173908.011000', '173908.014000', '173908.017000', '173909.481000', '173909.484000', '173909.487000', '173909.490000'], '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': [10269, 9934, 11602, 9559, 14787, 9549, 9184, 14641, 9145, 11764, 9803, 9262, 14601, 8914, 9911, 12647, 9452, 14114, 8715, 9656, 12813, 9562, 14704, 8686, 10391, 9724, 9329, 9618, 9709, 15723, 10972, 11483, 10055, 9221, 9384, 10862, 9338, 11923, 17051, 10086, 13311, 9386, 9721, 14350, 9305, 14037, 9400, 9493, 10402, 9615, 14537, 10046, 10564, 9198, 9652, 10974, 9031, 9129, 9373, 9434, 10949, 9660, 12095, 8755, 13165, 10584, 10471, 11646, 8693, 14451, 8832, 16008, 9592, 10739, 14275, 9259, 8841, 9177, 14663, 9910, 12085, 9192, 10149, 9006, 9235, 9647, 10503, 9129, 11285, 8815, 9684, 9242, 9013, 9081, 15241, 10771, 13190, 8724, 10077, 9486, 9607, 9342, 11797, 8717, 10475, 9358, 10185, 9547, 9426, 9098, 9477, 10381, 9216, 13605, 9160, 10586, 8809, 9849, 13458, 9401, 10791, 8936, 11050, 9448, 9848, 9453, 9311, 9051, 9621, 14954, 9704, 12948, 10181, 10952, 9286, 9577, 12696, 9336, 14754, 8583, 10053, 13758, 9539, 12663, 9115, 9600, 11174, 9535, 12026, 8478, 10342, 9265, 9942, 16274, 9099, 11533, 9420, 8853, 8835, 8884, 9169, 9022, 8655, 9857, 9170, 12598, 9047, 13760, 9673, 12958, 8436, 12717, 14512, 9969, 15319, 10022, 11729, 9137, 11403, 14461, 8978, 11120, 8829, 16166, 11338, 11119, 8903, 8607, 8797, 9072, 9628, 8726, 11165, 9716, 11839, 9622, 10771, 9505, 10519, 9153, 11554, 9497, 9720, 9570, 9443, 9392, 9046, 8303, 8593, 9066, 9147, 8981, 10812, 9198, 10170, 8741, 13120, 9254, 9251, 9687, 9140, 9193, 9233, 9166, 10739, 12853, 9022, 15137, 8966, 12345, 8522, 9131, 9422, 9263, 9513, 9232, 9907, 10331, 8994, 9556, 10177, 8546, 8886, 11479, 9060, 12089, 11467, 14130, 11174, 17121, 10943, 13196, 11477, 9718, 15457, 9723, 10014, 9397, 9850, 10700, 9607, 9103, 9986, 9015, 14584, 10072, 16199, 11598, 13317, 9466, 10815, 9390, 10433, 8910, 9566, 8445, 9310, 8825, 8837, 9707, 11487, 8836, 8553, 8800, 7847, 10475, 8232, 10891, 15913, 10097, 12466, 8694, 11547, 8913, 9221, 9225, 9288, 10597, 13485, 10264, 8731, 8873, 9103, 9484, 8797, 9224, 9543, 9525, 12876, 9104, 10126, 8914, 9677, 11060, 15496, 13385, 16234, 10920, 11349, 10239, 11071, 9414, 11716, 9048, 11587, 8746, 12826, 9020, 10459, 8820, 8210, 10077, 9395, 9698, 8506, 12543, 9099, 12408, 9029, 8689, 8396, 9117, 9135, 10439, 8720, 13451, 9275, 10120, 10321, 8864, 14751, 9184, 8750, 9466, 9018, 8825, 8963, 13225, 8814, 9720, 8664, 9265, 15451, 8647, 11704, 9388, 8922, 11181, 9141, 13171, 10064, 9216, 9272, 8610, 10021, 10840, 9041, 10026, 9137, 9355, 8871, 9088, 8393, 8336, 9022, 9178, 10742, 16065, 11870, 10535, 10236, 9270, 9474, 9459, 11022, 9692, 9527, 9382, 16557, 11694, 10581, 9351, 9358, 9507, 14973, 9665, 10533, 9551, 9100, 9322, 9396, 12953, 9259, 10500, 9354, 9465, 9329, 11388, 9300, 8811, 9293, 13183, 9461, 8845, 9327, 9369, 15492, 9213, 12648, 9664, 9408, 9652, 9701, 13629, 10113, 9378, 9963, 9488, 14208, 9395, 10393, 10377, 10241, 9285, 9444, 8676, 9616, 8647, 8663, 8606, 10351, 8706, 13388, 8917, 14760, 12484, 10417, 15862, 10801, 10730, 10042, 9207, 10818, 9314, 9457, 9056, 9680, 12639, 9417, 12680, 13529, 9172, 14615, 9787, 9731, 9476, 8886, 8910, 8961, 10879, 9096, 9188, 9114, 8624, 9014, 9384, 9146, 9560, 11269, 9182, 13241, 9448, 10414, 9450, 9428, 13297, 9856, 9152, 9502, 9514, 12202, 9951, 12455, 10500, 9300, 13781, 9908, 12309, 9927, 9683, 10623, 9295, 10913, 9398, 9579, 9936, 9178, 9619, 10869, 9494, 13770, 15007, 10801, 16120, 10786, 8871, 9900, 9730, 16901, 11620, 11605, 10256, 9184, 16924, 10393, 14057, 9891, 9125, 9597, 9543, 11880, 9883, 8944, 9663, 9140, 10287, 9117, 11829, 9255, 10709, 9453, 8873, 12016, 9243, 12747, 9239, 9463, 9345, 9362, 13674, 9430, 9339, 9619, 9374, 11434, 9460, 10845, 10051, 8965, 10186, 8739, 9682, 9095, 8699, 8838, 10833, 8804, 9132, 9796, 9402, 11739, 14598, 10840, 13699, 9509, 9228, 9068, 9439, 10187, 10985, 9377, 14551, 11541, 12013, 11061, 9035, 15868, 10343, 10307, 9477, 9136, 9806, 9244, 9186, 9557, 12256, 9269, 10041, 10139, 8615, 9269, 8801, 13030, 8959, 11224, 9286, 9551, 9301, 8975, 13134, 9645, 12229, 9631, 9229, 12362, 9634, 12669, 9685, 9536, 9996, 9002, 14558, 9793, 12511, 10045, 9140, 14209, 9750, 12163, 9949, 9399, 9471, 9585, 9614, 9668, 13475, 9963, 9085, 13386, 9255, 9622, 9258, 9985, 8508, 9795, 9985, 9337, 11708, 14452, 10980, 13369, 9427, 9225, 15724, 9638, 11325, 9852, 9499, 9656, 9447, 9504, 9186, 9364, 10264, 9361, 12290, 13235, 9770, 13965, 9135, 10124, 9628, 9217, 9414, 9384, 11295, 9558, 9146, 9503, 12047, 9070, 13052, 10045, 10598, 12413, 9261, 13141, 10054, 8947, 9425, 9619, 13436, 9649, 10059, 9927, 9298, 9731, 8778, 10103, 8982, 9132, 8701, 10272, 15347, 11015, 10040, 9845, 8868, 16581, 10101, 13646, 9547, 9190, 9685, 9373, 12885, 9212, 11213, 9208, 10744, 9140, 9187, 9989, 16673, 12248, 10744, 9580, 8926, 10794, 8862, 11991, 9477, 9706, 10052, 8715, 8999, 8785, 9208, 8728, 8915, 8593, 9136, 9852, 9064, 11344, 9823, 9236, 15414, 9259, 11330, 9418, 9274, 14420, 9336, 10518, 9856, 9134, 9591, 9490, 13479, 9397, 10439, 9623, 9072, 13987, 9479, 10863, 9688, 9127, 12505, 9653, 10297, 9682, 9783, 8937, 10597, 9073, 9008, 9432, 9960, 9275, 12593, 9079, 14146, 13365, 9465, 15670, 9989, 10421, 13545, 9894, 13010, 9832, 10784, 10108, 9029, 9527, 9169, 10211, 10398, 14909, 9781, 13089, 9369, 11572, 9953, 9008, 9514, 9911, 9486, 8991, 9930, 9577, 13782, 10126, 10201, 15068, 11150, 13129, 10940, 8993, 9498, 8970, 9340, 9351, 9478, 8761, 9090, 9173, 13923, 9689, 12970, 9717, 11335, 9343, 9256, 8357, 9308, 9058, 9519, 9200, 13543, 9083, 14220, 12457, 10183, 15992, 10939, 10795, 9399, 9121, 16136, 9514, 9239, 9134, 12140, 9910, 9503, 9415, 9122, 12984, 9073], 'WindowCenter': [4591.0, 4566.0, 4561.0, 4539.0, 4577.0, 4536.0, 4527.0, 4564.0, 4526.0, 4545.0, 4523.0, 4526.0, 4563.0, 4525.0, 4536.0, 4554.0, 4536.0, 4562.0, 4526.0, 4537.0, 4556.0, 4538.0, 4576.0, 4529.0, 4549.0, 4564.0, 4551.0, 4541.0, 4555.0, 4603.0, 4564.0, 4562.0, 4552.0, 4539.0, 4551.0, 4562.0, 4554.0, 4574.0, 4592.0, 4550.0, 4569.0, 4528.0, 4526.0, 4556.0, 4525.0, 4555.0, 4525.0, 4523.0, 4532.0, 4525.0, 4578.0, 4538.0, 4535.0, 4527.0, 4538.0, 4547.0, 4530.0, 4541.0, 4528.0, 4529.0, 4548.0, 4527.0, 4547.0, 4519.0, 4556.0, 4536.0, 4524.0, 4533.0, 4502.0, 4542.0, 4515.0, 4554.0, 4525.0, 4546.0, 4552.0, 4513.0, 4502.0, 4503.0, 4552.0, 4511.0, 4534.0, 4500.0, 4509.0, 4502.0, 4503.0, 4514.0, 4533.0, 4524.0, 4546.0, 4527.0, 4525.0, 4514.0, 4513.0, 4514.0, 4554.0, 4535.0, 4542.0, 4515.0, 4523.0, 4527.0, 4524.0, 4526.0, 4545.0, 4528.0, 4537.0, 4525.0, 4537.0, 4526.0, 4526.0, 4518.0, 4538.0, 4536.0, 4528.0, 4558.0, 4528.0, 4537.0, 4528.0, 4539.0, 4557.0, 4528.0, 4547.0, 4529.0, 4549.0, 4540.0, 4539.0, 4541.0, 4540.0, 4541.0, 4554.0, 4608.0, 4556.0, 4570.0, 4562.0, 4549.0, 4527.0, 4539.0, 4557.0, 4527.0, 4566.0, 4516.0, 4536.0, 4555.0, 4524.0, 4555.0, 4516.0, 4525.0, 4534.0, 4526.0, 4544.0, 4505.0, 4535.0, 4525.0, 4537.0, 4589.0, 4540.0, 4558.0, 4529.0, 4541.0, 4539.0, 4529.0, 4538.0, 4530.0, 4531.0, 4537.0, 4530.0, 4556.0, 4518.0, 4555.0, 4515.0, 4542.0, 4506.0, 4558.0, 4552.0, 4525.0, 4566.0, 4527.0, 4543.0, 4515.0, 4522.0, 4541.0, 4502.0, 4521.0, 4501.0, 4548.0, 4520.0, 4520.0, 4502.0, 4502.0, 4502.0, 4513.0, 4524.0, 4515.0, 4561.0, 4554.0, 4548.0, 4513.0, 4522.0, 4514.0, 4508.0, 4526.0, 4533.0, 4513.0, 4524.0, 4525.0, 4523.0, 4524.0, 4514.0, 4516.0, 4516.0, 4528.0, 4537.0, 4542.0, 4560.0, 4542.0, 4551.0, 4546.0, 4598.0, 4554.0, 4530.0, 4528.0, 4529.0, 4541.0, 4542.0, 4553.0, 4562.0, 4570.0, 4541.0, 4579.0, 4530.0, 4558.0, 4519.0, 4528.0, 4541.0, 4543.0, 4552.0, 4539.0, 4552.0, 4550.0, 4530.0, 4541.0, 4539.0, 4518.0, 4518.0, 4537.0, 4518.0, 4548.0, 4550.0, 4558.0, 4536.0, 4566.0, 4522.0, 4544.0, 4522.0, 4512.0, 4541.0, 4515.0, 4513.0, 4515.0, 4525.0, 4521.0, 4513.0, 4492.0, 4514.0, 4515.0, 4554.0, 4513.0, 4541.0, 4521.0, 4528.0, 4499.0, 4507.0, 4489.0, 4507.0, 4490.0, 4498.0, 4489.0, 4500.0, 4501.0, 4501.0, 4513.0, 4532.0, 4526.0, 4515.0, 4527.0, 4519.0, 4549.0, 4520.0, 4551.0, 4569.0, 4539.0, 4548.0, 4520.0, 4548.0, 4529.0, 4539.0, 4540.0, 4541.0, 4563.0, 4570.0, 4552.0, 4518.0, 4529.0, 4529.0, 4539.0, 4531.0, 4528.0, 4530.0, 4530.0, 4558.0, 4531.0, 4539.0, 4522.0, 4529.0, 4551.0, 4569.0, 4558.0, 4567.0, 4537.0, 4533.0, 4526.0, 4547.0, 4525.0, 4544.0, 4515.0, 4533.0, 4515.0, 4545.0, 4506.0, 4523.0, 4515.0, 4504.0, 4525.0, 4526.0, 4524.0, 4516.0, 4544.0, 4527.0, 4545.0, 4502.0, 4491.0, 4502.0, 4512.0, 4526.0, 4535.0, 4518.0, 4556.0, 4515.0, 4525.0, 4524.0, 4513.0, 4553.0, 4515.0, 4504.0, 4525.0, 4516.0, 4514.0, 4517.0, 4555.0, 4527.0, 4526.0, 4517.0, 4528.0, 4567.0, 4516.0, 4546.0, 4527.0, 4517.0, 4536.0, 4526.0, 4556.0, 4538.0, 4526.0, 4539.0, 4529.0, 4538.0, 4535.0, 4527.0, 4538.0, 4543.0, 4544.0, 4544.0, 4545.0, 4522.0, 4522.0, 4532.0, 4543.0, 4564.0, 4583.0, 4551.0, 4552.0, 4539.0, 4518.0, 4529.0, 4521.0, 4538.0, 4528.0, 4527.0, 4530.0, 4566.0, 4545.0, 4534.0, 4526.0, 4526.0, 4526.0, 4555.0, 4524.0, 4523.0, 4512.0, 4502.0, 4501.0, 4513.0, 4542.0, 4514.0, 4523.0, 4514.0, 4523.0, 4526.0, 4546.0, 4537.0, 4527.0, 4540.0, 4558.0, 4538.0, 4527.0, 4527.0, 4528.0, 4566.0, 4527.0, 4556.0, 4526.0, 4515.0, 4524.0, 4526.0, 4554.0, 4537.0, 4515.0, 4525.0, 4526.0, 4555.0, 4527.0, 4537.0, 4539.0, 4539.0, 4539.0, 4540.0, 4531.0, 4541.0, 4532.0, 4522.0, 4520.0, 4528.0, 4522.0, 4559.0, 4530.0, 4583.0, 4548.0, 4528.0, 4555.0, 4526.0, 4523.0, 4511.0, 4504.0, 4511.0, 4500.0, 4511.0, 4503.0, 4513.0, 4545.0, 4501.0, 4530.0, 4529.0, 4487.0, 4527.0, 4497.0, 4485.0, 4486.0, 4487.0, 4486.0, 4490.0, 4508.0, 4500.0, 4499.0, 4512.0, 4504.0, 4514.0, 4514.0, 4527.0, 4529.0, 4546.0, 4528.0, 4557.0, 4526.0, 4535.0, 4526.0, 4527.0, 4555.0, 4537.0, 4527.0, 4538.0, 4540.0, 4559.0, 4541.0, 4560.0, 4551.0, 4530.0, 4558.0, 4539.0, 4550.0, 4540.0, 4539.0, 4552.0, 4530.0, 4563.0, 4531.0, 4529.0, 4541.0, 4521.0, 4533.0, 4538.0, 4530.0, 4561.0, 4571.0, 4540.0, 4559.0, 4540.0, 4507.0, 4515.0, 4517.0, 4556.0, 4535.0, 4522.0, 4514.0, 4502.0, 4551.0, 4513.0, 4530.0, 4500.0, 4502.0, 4500.0, 4502.0, 4519.0, 4511.0, 4502.0, 4512.0, 4503.0, 4522.0, 4505.0, 4532.0, 4515.0, 4524.0, 4515.0, 4506.0, 4533.0, 4515.0, 4533.0, 4504.0, 4515.0, 4504.0, 4514.0, 4544.0, 4513.0, 4515.0, 4513.0, 4514.0, 4534.0, 4527.0, 4537.0, 4527.0, 4517.0, 4539.0, 4518.0, 4542.0, 4531.0, 4523.0, 4519.0, 4542.0, 4523.0, 4530.0, 4539.0, 4530.0, 4563.0, 4571.0, 4540.0, 4560.0, 4530.0, 4531.0, 4507.0, 4515.0, 4527.0, 4537.0, 4541.0, 4570.0, 4534.0, 4535.0, 4522.0, 4502.0, 4538.0, 4499.0, 4497.0, 4499.0, 4500.0, 4509.0, 4500.0, 4500.0, 4512.0, 4530.0, 4512.0, 4511.0, 4522.0, 4502.0, 4513.0, 4515.0, 4543.0, 4516.0, 4535.0, 4517.0, 4524.0, 4528.0, 4528.0, 4555.0, 4527.0, 4545.0, 4527.0, 4528.0, 4545.0, 4526.0, 4546.0, 4525.0, 4526.0, 4526.0, 4517.0, 4556.0, 4528.0, 4545.0, 4526.0, 4525.0, 4554.0, 4525.0, 4544.0, 4526.0, 4516.0, 4514.0, 4527.0, 4524.0, 4527.0, 4544.0, 4527.0, 4515.0, 4542.0, 4528.0, 4527.0, 4530.0, 4539.0, 4529.0, 4538.0, 4538.0, 4530.0, 4562.0, 4569.0, 4538.0, 4547.0, 4516.0, 4515.0, 4554.0, 4515.0, 4523.0, 4512.0, 4511.0, 4510.0, 4512.0, 4514.0, 4514.0, 4526.0, 4547.0, 4538.0, 4556.0, 4544.0, 4523.0, 4541.0, 4513.0, 4521.0, 4501.0, 4514.0, 4500.0, 4513.0, 4532.0, 4523.0, 4523.0, 4534.0, 4544.0, 4526.0, 4556.0, 4526.0, 4536.0, 4544.0, 4514.0, 4543.0, 4524.0, 4513.0, 4513.0, 4525.0, 4543.0, 4524.0, 4526.0, 4525.0, 4528.0, 4540.0, 4519.0, 4539.0, 4529.0, 4529.0, 4521.0, 4541.0, 4559.0, 4527.0, 4516.0, 4517.0, 4519.0, 4566.0, 4525.0, 4545.0, 4513.0, 4515.0, 4513.0, 4526.0, 4532.0, 4515.0, 4522.0, 4516.0, 4522.0, 4514.0, 4514.0, 4526.0, 4566.0, 4533.0, 4520.0, 4500.0, 4498.0, 4508.0, 4490.0, 4518.0, 4499.0, 4498.0, 4510.0, 4500.0, 4501.0, 4501.0, 4513.0, 4513.0, 4515.0, 4514.0, 4526.0, 4524.0, 4527.0, 4546.0, 4526.0, 4525.0, 4553.0, 4513.0, 4533.0, 4512.0, 4515.0, 4543.0, 4514.0, 4523.0, 4523.0, 4516.0, 4513.0, 4526.0, 4553.0, 4526.0, 4536.0, 4525.0, 4527.0, 4557.0, 4527.0, 4547.0, 4526.0, 4529.0, 4558.0, 4541.0, 4536.0, 4529.0, 4539.0, 4530.0, 4551.0, 4532.0, 4529.0, 4529.0, 4540.0, 4530.0, 4548.0, 4521.0, 4572.0, 4560.0, 4531.0, 4567.0, 4526.0, 4536.0, 4543.0, 4525.0, 4545.0, 4525.0, 4538.0, 4524.0, 4503.0, 4515.0, 4514.0, 4525.0, 4526.0, 4545.0, 4516.0, 4542.0, 4514.0, 4521.0, 4513.0, 4503.0, 4517.0, 4513.0, 4525.0, 4526.0, 4536.0, 4538.0, 4568.0, 4528.0, 4529.0, 4544.0, 4524.0, 4532.0, 4524.0, 4501.0, 4514.0, 4502.0, 4515.0, 4514.0, 4527.0, 4515.0, 4529.0, 4529.0, 4567.0, 4539.0, 4559.0, 4542.0, 4551.0, 4531.0, 4530.0, 4519.0, 4531.0, 4531.0, 4529.0, 4530.0, 4571.0, 4533.0, 4573.0, 4548.0, 4528.0, 4554.0, 4525.0, 4523.0, 4501.0, 4500.0, 4539.0, 4500.0, 4499.0, 4513.0, 4531.0, 4511.0, 4512.0, 4501.0, 4512.0, 4541.0, 4499.0], 'WindowWidth': [10075.0, 10027.0, 10010.0, 9979.0, 10024.0, 9965.0, 9954.0, 9998.0, 9952.0, 9975.0, 9944.0, 9951.0, 9998.0, 9950.0, 9965.0, 9986.0, 9965.0, 9997.0, 9954.0, 9967.0, 9991.0, 9971.0, 10020.0, 9963.0, 9988.0, 10019.0, 9995.0, 9976.0, 10001.0, 10070.0, 10015.0, 10010.0, 9992.0, 9974.0, 9996.0, 10011.0, 10003.0, 10029.0, 10052.0, 9990.0, 10014.0, 9956.0, 9951.0, 9990.0, 9946.0, 9986.0, 9945.0, 9941.0, 9952.0, 9947.0, 10027.0, 9970.0, 9962.0, 9953.0, 9970.0, 9981.0, 9960.0, 9978.0, 9953.0, 9956.0, 9981.0, 9951.0, 9976.0, 9942.0, 9988.0, 9962.0, 9942.0, 9950.0, 9906.0, 9960.0, 9929.0, 9984.0, 9945.0, 9976.0, 9977.0, 9923.0, 9903.0, 9907.0, 9978.0, 9919.0, 9952.0, 9900.0, 9910.0, 9904.0, 9906.0, 9925.0, 9952.0, 9944.0, 9976.0, 9951.0, 9945.0, 9930.0, 9926.0, 9928.0, 9985.0, 9959.0, 9964.0, 9930.0, 9938.0, 9949.0, 9943.0, 9950.0, 9971.0, 9955.0, 9965.0, 9948.0, 9963.0, 9948.0, 9947.0, 9938.0, 9967.0, 9962.0, 9956.0, 9996.0, 9955.0, 9965.0, 9956.0, 9971.0, 9992.0, 9954.0, 9979.0, 9959.0, 9985.0, 9977.0, 9969.0, 9978.0, 9974.0, 9982.0, 10002.0, 10087.0, 10005.0, 10017.0, 10011.0, 9987.0, 9954.0, 9970.0, 9992.0, 9951.0, 10005.0, 9936.0, 9963.0, 9985.0, 9944.0, 9986.0, 9935.0, 9946.0, 9956.0, 9947.0, 9969.0, 9920.0, 9959.0, 9945.0, 9965.0, 10043.0, 9975.0, 9997.0, 9958.0, 9978.0, 9974.0, 9959.0, 9969.0, 9959.0, 9961.0, 9964.0, 9959.0, 9988.0, 9938.0, 9982.0, 9929.0, 9962.0, 9921.0, 9992.0, 9977.0, 9945.0, 10006.0, 9950.0, 9967.0, 9926.0, 9933.0, 9961.0, 9907.0, 9929.0, 9902.0, 9968.0, 9928.0, 9926.0, 9906.0, 9907.0, 9909.0, 9926.0, 9941.0, 9930.0, 10007.0, 10000.0, 9981.0, 9924.0, 9934.0, 9926.0, 9909.0, 9948.0, 9954.0, 9926.0, 9941.0, 9944.0, 9938.0, 9944.0, 9930.0, 9935.0, 9934.0, 9958.0, 9968.0, 9985.0, 10003.0, 9981.0, 9992.0, 9995.0, 10072.0, 10002.0, 9959.0, 9954.0, 9956.0, 9977.0, 9980.0, 9999.0, 10009.0, 10016.0, 9979.0, 10028.0, 9959.0, 9996.0, 9941.0, 9955.0, 9977.0, 9983.0, 9994.0, 9972.0, 9993.0, 9986.0, 9958.0, 9974.0, 9970.0, 9938.0, 9935.0, 9957.0, 9936.0, 9977.0, 9983.0, 9990.0, 9959.0, 10004.0, 9934.0, 9967.0, 9934.0, 9919.0, 9959.0, 9929.0, 9922.0, 9926.0, 9943.0, 9932.0, 9925.0, 9886.0, 9920.0, 9930.0, 9984.0, 9925.0, 9959.0, 9929.0, 9934.0, 9896.0, 9903.0, 9880.0, 9902.0, 9885.0, 9893.0, 9885.0, 9901.0, 9906.0, 9905.0, 9924.0, 9950.0, 9949.0, 9933.0, 9953.0, 9944.0, 9986.0, 9945.0, 9988.0, 10010.0, 9970.0, 9981.0, 9943.0, 9982.0, 9958.0, 9972.0, 9974.0, 9978.0, 10011.0, 10017.0, 9994.0, 9940.0, 9955.0, 9957.0, 9969.0, 9960.0, 9952.0, 9954.0, 9955.0, 9991.0, 9960.0, 9967.0, 9947.0, 9955.0, 9991.0, 10014.0, 9992.0, 10006.0, 9961.0, 9951.0, 9945.0, 9979.0, 9946.0, 9967.0, 9931.0, 9953.0, 9931.0, 9969.0, 9916.0, 9937.0, 9930.0, 9915.0, 9944.0, 9949.0, 9941.0, 9934.0, 9971.0, 9952.0, 9973.0, 9908.0, 9890.0, 9909.0, 9923.0, 9948.0, 9959.0, 9940.0, 9989.0, 9932.0, 9945.0, 9939.0, 9925.0, 9980.0, 9929.0, 9914.0, 9945.0, 9934.0, 9929.0, 9937.0, 9986.0, 9951.0, 9950.0, 9938.0, 9954.0, 10003.0, 9936.0, 9976.0, 9952.0, 9936.0, 9960.0, 9950.0, 9989.0, 9967.0, 9950.0, 9974.0, 9958.0, 9968.0, 9959.0, 9952.0, 9965.0, 9981.0, 9982.0, 9982.0, 9985.0, 9949.0, 9949.0, 9962.0, 9979.0, 10013.0, 10042.0, 9988.0, 9990.0, 9969.0, 9936.0, 9951.0, 9940.0, 9962.0, 9952.0, 9950.0, 9953.0, 10003.0, 9973.0, 9956.0, 9946.0, 9947.0, 9949.0, 9987.0, 9942.0, 9939.0, 9920.0, 9908.0, 9905.0, 9925.0, 9962.0, 9930.0, 9938.0, 9930.0, 9940.0, 9949.0, 9977.0, 9966.0, 9953.0, 9975.0, 9997.0, 9968.0, 9952.0, 9951.0, 9955.0, 10005.0, 9950.0, 9988.0, 9947.0, 9931.0, 9943.0, 9949.0, 9985.0, 9962.0, 9931.0, 9944.0, 9947.0, 9986.0, 9952.0, 9965.0, 9971.0, 9968.0, 9972.0, 9973.0, 9962.0, 9974.0, 9962.0, 9946.0, 9939.0, 9947.0, 9945.0, 9994.0, 9958.0, 10039.0, 9978.0, 9950.0, 9982.0, 9942.0, 9936.0, 9914.0, 9908.0, 9914.0, 9897.0, 9918.0, 9911.0, 9926.0, 9970.0, 9905.0, 9945.0, 9938.0, 9879.0, 9932.0, 9890.0, 9871.0, 9873.0, 9879.0, 9876.0, 9887.0, 9908.0, 9901.0, 9899.0, 9922.0, 9914.0, 9929.0, 9929.0, 9953.0, 9958.0, 9975.0, 9953.0, 9991.0, 9949.0, 9959.0, 9946.0, 9950.0, 9986.0, 9965.0, 9950.0, 9970.0, 9974.0, 9997.0, 9977.0, 10001.0, 9988.0, 9959.0, 9994.0, 9971.0, 9984.0, 9972.0, 9971.0, 9993.0, 9957.0, 10007.0, 9959.0, 9953.0, 9972.0, 9942.0, 9962.0, 9962.0, 9952.0, 9999.0, 10013.0, 9966.0, 9992.0, 9968.0, 9917.0, 9927.0, 9933.0, 9986.0, 9952.0, 9932.0, 9920.0, 9904.0, 9972.0, 9918.0, 9940.0, 9898.0, 9901.0, 9898.0, 9904.0, 9922.0, 9916.0, 9903.0, 9919.0, 9907.0, 9934.0, 9914.0, 9946.0, 9927.0, 9938.0, 9927.0, 9916.0, 9948.0, 9927.0, 9949.0, 9911.0, 9927.0, 9909.0, 9925.0, 9964.0, 9923.0, 9926.0, 9923.0, 9926.0, 9951.0, 9946.0, 9961.0, 9947.0, 9935.0, 9966.0, 9934.0, 9974.0, 9958.0, 9944.0, 9935.0, 9970.0, 9945.0, 9954.0, 9967.0, 9960.0, 10010.0, 10016.0, 9971.0, 9994.0, 9958.0, 9958.0, 9917.0, 9928.0, 9949.0, 9964.0, 9977.0, 10013.0, 9956.0, 9954.0, 9934.0, 9904.0, 9949.0, 9897.0, 9891.0, 9898.0, 9898.0, 9911.0, 9901.0, 9900.0, 9920.0, 9942.0, 9920.0, 9917.0, 9936.0, 9907.0, 9926.0, 9931.0, 9966.0, 9933.0, 9958.0, 9935.0, 9941.0, 9953.0, 9956.0, 9985.0, 9950.0, 9971.0, 9949.0, 9951.0, 9971.0, 9946.0, 9974.0, 9946.0, 9947.0, 9948.0, 9937.0, 9989.0, 9951.0, 9972.0, 9947.0, 9947.0, 9983.0, 9945.0, 9969.0, 9944.0, 9931.0, 9927.0, 9946.0, 9940.0, 9948.0, 9968.0, 9947.0, 9929.0, 9962.0, 9950.0, 9948.0, 9957.0, 9968.0, 9956.0, 9966.0, 9964.0, 9958.0, 10005.0, 10011.0, 9965.0, 9975.0, 9930.0, 9930.0, 9980.0, 9927.0, 9935.0, 9916.0, 9918.0, 9916.0, 9919.0, 9923.0, 9924.0, 9951.0, 9981.0, 9970.0, 9992.0, 9971.0, 9939.0, 9959.0, 9921.0, 9932.0, 9902.0, 9925.0, 9902.0, 9923.0, 9949.0, 9939.0, 9940.0, 9960.0, 9970.0, 9950.0, 9989.0, 9948.0, 9960.0, 9966.0, 9929.0, 9964.0, 9943.0, 9925.0, 9923.0, 9943.0, 9965.0, 9943.0, 9945.0, 9946.0, 9955.0, 9971.0, 9940.0, 9969.0, 9953.0, 9952.0, 9941.0, 9971.0, 9991.0, 9941.0, 9927.0, 9930.0, 9940.0, 10004.0, 9944.0, 9970.0, 9924.0, 9929.0, 9924.0, 9947.0, 9947.0, 9930.0, 9933.0, 9930.0, 9933.0, 9928.0, 9928.0, 9948.0, 10004.0, 9952.0, 9928.0, 9899.0, 9896.0, 9907.0, 9887.0, 9921.0, 9899.0, 9895.0, 9915.0, 9901.0, 9905.0, 9905.0, 9925.0, 9929.0, 9932.0, 9929.0, 9950.0, 9944.0, 9951.0, 9977.0, 9948.0, 9944.0, 9981.0, 9924.0, 9952.0, 9920.0, 9929.0, 9964.0, 9926.0, 9937.0, 9938.0, 9932.0, 9925.0, 9946.0, 9981.0, 9948.0, 9961.0, 9946.0, 9951.0, 9990.0, 9950.0, 9977.0, 9948.0, 9958.0, 9997.0, 9975.0, 9962.0, 9954.0, 9968.0, 9959.0, 9988.0, 9961.0, 9955.0, 9956.0, 9971.0, 9958.0, 9978.0, 9945.0, 10017.0, 9997.0, 9958.0, 10005.0, 9945.0, 9959.0, 9965.0, 9941.0, 9967.0, 9942.0, 9964.0, 9942.0, 9909.0, 9929.0, 9924.0, 9942.0, 9941.0, 9964.0, 9930.0, 9962.0, 9925.0, 9931.0, 9924.0, 9910.0, 9933.0, 9922.0, 9944.0, 9951.0, 9964.0, 9968.0, 10008.0, 9948.0, 9950.0, 9968.0, 9938.0, 9947.0, 9938.0, 9904.0, 9927.0, 9908.0, 9931.0, 9929.0, 9951.0, 9933.0, 9957.0, 9958.0, 10005.0, 9972.0, 9999.0, 9979.0, 9989.0, 9960.0, 9958.0, 9940.0, 9960.0, 9959.0, 9951.0, 9957.0, 10014.0, 9967.0, 10025.0, 9981.0, 9951.0, 9983.0, 9941.0, 9935.0, 9901.0, 9900.0, 9953.0, 9901.0, 9896.0, 9922.0, 9944.0, 9918.0, 9920.0, 9904.0, 9922.0, 9957.0, 9900.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.0020501146788990824</td></tr>
<tr><td colspan=3>aqi</td><td>0.029611562958715597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.362851581928815</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2422427410792192</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0346198597359342</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>6068.5806</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11469302065641772</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.385321100917432</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.540355852281259</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4721657592407937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.780687024612346</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3682147729906373</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121834</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008409916423261166</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02009771391749382</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7650864645180446</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>42.8205</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.875</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.627</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>296772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>673.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.8636</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1276</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.9725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.5557</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.2951</td></tr>
<tr><td colspan=3>tsnr</td><td>35.74114497075789</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>