<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0073_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-01/func/sub-0073_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>22bc38c8af11daee06b3287d8f847692</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>19:39:32.522500</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.998207, 0.00850271, -0.0592568, 0.00296173, 0.981635, 0.190746]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0955314</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7780, -7279, 622, -95, -313, 77, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fdfff323-bb90-4715-862f-a1ba93a1d154||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.678115129470825, 0.007946106605231762, -0.16143402457237244, 113.49669647216797], [-0.022812161594629288, 2.633654832839966, 0.5145638585090637, -95.60697937011719], [-0.158981591463089, -0.5117570757865906, 2.6455931663513184, -36.00532531738281], [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': ['193932.522500', '193932.982500', '193933.442500', '193933.902500', '193934.362500', '193934.822500', '193935.282500', '193935.742500', '193936.202500', '193936.662500', '193937.122500', '193937.582500', '193938.042500', '193938.502500', '193938.962500', '193939.422500', '193939.882500', '193940.342500', '193940.802500', '193941.262500', '193941.722500', '193942.182500', '193942.642500', '193943.102500', '193943.562500', '193944.022500', '193944.482500', '193944.942500', '193945.402500', '193945.862500', '193946.322500', '193946.782500', '193947.242500', '193947.702500', '193948.162500', '193948.622500', '193949.082500', '193949.542500', '193950.002500', '193950.462500', '193950.922500', '193951.382500', '193951.842500', '193952.302500', '193952.762500', '193953.222500', '193953.682500', '193954.142500', '193954.602500', '193955.062500', '193955.522500', '193955.982500', '193956.442500', '193956.902500', '193957.362500', '193957.822500', '193958.282500', '193958.742500', '193959.202500', '193959.662500', '194000.122500', '194000.582500', '194001.042500', '194001.502500', '194001.962500', '194002.422500', '194002.882500', '194003.342500', '194003.802500', '194004.262500', '194004.722500', '194005.182500', '194005.642500', '194006.102500', '194006.562500', '194007.022500', '194007.482500', '194007.942500', '194008.402500', '194008.862500', '194009.322500', '194009.782500', '194010.242500', '194010.702500', '194011.162500', '194011.622500', '194012.082500', '194012.542500', '194013.002500', '194013.462500', '194013.922500', '194014.382500', '194014.842500', '194015.302500', '194015.762500', '194016.222500', '194016.682500', '194017.142500', '194017.602500', '194018.062500', '194018.522500', '194018.982500', '194019.442500', '194019.902500', '194020.362500', '194020.822500', '194021.282500', '194021.742500', '194022.202500', '194022.662500', '194023.122500', '194023.582500', '194024.042500', '194024.502500', '194024.962500', '194025.422500', '194025.882500', '194026.342500', '194026.802500', '194027.262500', '194027.722500', '194028.182500', '194028.642500', '194029.102500', '194029.562500', '194030.022500', '194030.482500', '194030.942500', '194031.402500', '194031.862500', '194032.322500', '194032.782500', '194033.242500', '194033.702500', '194034.162500', '194034.622500', '194035.082500', '194035.542500', '194036.002500', '194036.462500', '194036.922500', '194037.382500', '194037.842500', '194038.302500', '194038.762500', '194039.222500', '194039.682500', '194040.142500', '194040.602500', '194041.062500', '194041.522500', '194041.982500', '194042.442500', '194042.902500', '194043.362500', '194043.822500', '194044.282500', '194044.742500', '194045.202500', '194045.662500', '194046.122500', '194046.582500', '194047.042500', '194047.502500', '194047.962500', '194048.422500', '194048.882500', '194049.342500', '194049.802500', '194050.262500', '194050.722500', '194051.182500', '194051.642500', '194052.102500', '194052.562500', '194053.022500', '194053.482500', '194053.942500', '194054.402500', '194054.862500', '194055.322500', '194055.782500', '194056.242500', '194056.702500', '194057.162500', '194057.622500', '194058.082500', '194058.542500', '194059.002500', '194059.462500', '194059.922500', '194100.382500', '194100.842500', '194101.302500', '194101.762500', '194102.222500', '194102.682500', '194103.142500', '194103.602500', '194104.062500', '194104.522500', '194104.982500', '194105.442500', '194105.902500', '194106.362500', '194106.822500', '194107.282500', '194107.742500', '194108.202500', '194108.662500', '194109.122500', '194109.582500', '194110.042500', '194110.502500', '194110.962500', '194111.422500', '194111.882500', '194112.342500', '194112.802500', '194113.262500', '194113.722500', '194114.182500', '194114.642500', '194115.102500', '194115.562500', '194116.022500', '194116.482500', '194116.942500', '194117.402500', '194117.862500', '194118.322500', '194118.782500', '194119.242500', '194119.702500', '194120.162500', '194120.622500', '194121.082500', '194121.542500', '194122.002500', '194122.462500', '194122.922500', '194123.382500', '194123.842500', '194124.302500', '194124.762500', '194125.222500', '194125.682500', '194126.142500', '194126.602500', '194127.062500', '194127.522500', '194127.982500', '194128.442500', '194128.902500', '194129.362500', '194129.822500', '194130.282500', '194130.742500', '194131.202500', '194131.662500', '194132.122500', '194132.582500', '194133.042500', '194133.502500', '194133.962500', '194134.422500', '194134.882500', '194135.342500', '194135.802500', '194136.262500', '194136.722500', '194137.182500', '194137.642500', '194138.102500', '194138.562500', '194139.022500', '194139.482500', '194139.942500', '194140.402500', '194140.862500', '194141.322500', '194141.782500', '194142.242500', '194142.702500', '194143.162500', '194143.622500', '194144.082500', '194144.542500', '194145.002500', '194145.462500', '194145.922500', '194146.382500', '194146.842500', '194147.302500', '194147.762500', '194148.222500', '194148.682500', '194149.142500', '194149.602500', '194150.062500', '194150.522500', '194150.982500', '194151.442500', '194151.902500', '194152.362500', '194152.822500', '194153.282500', '194153.742500', '194154.202500', '194154.662500', '194155.122500', '194155.582500', '194156.042500', '194156.502500', '194156.962500', '194157.422500', '194157.882500', '194158.342500', '194158.802500', '194159.262500', '194159.722500', '194200.182500', '194200.642500', '194201.102500', '194201.562500', '194202.022500', '194202.482500', '194202.942500', '194203.402500', '194203.862500', '194204.322500', '194204.782500', '194205.242500', '194205.702500', '194206.162500', '194206.622500', '194207.082500', '194207.542500', '194208.002500', '194208.462500', '194208.922500', '194209.382500', '194209.842500', '194210.302500', '194210.762500', '194211.222500', '194211.682500', '194212.142500', '194212.602500', '194213.062500', '194213.522500', '194213.982500', '194214.442500', '194214.902500', '194215.362500', '194215.822500', '194216.282500', '194216.742500', '194217.202500', '194217.662500', '194218.122500', '194218.582500', '194219.042500', '194219.502500', '194219.962500', '194220.422500', '194220.882500', '194221.342500', '194221.802500', '194222.262500', '194222.722500', '194223.182500', '194223.642500', '194224.102500', '194224.562500', '194225.022500', '194225.482500', '194225.942500', '194226.402500', '194226.862500', '194227.322500', '194227.782500', '194228.242500', '194228.702500', '194229.162500', '194229.622500', '194230.082500', '194230.542500', '194231.002500', '194231.462500', '194231.922500', '194232.382500', '194232.842500', '194233.302500', '194233.762500', '194234.222500', '194234.682500', '194235.142500', '194235.602500', '194236.062500', '194236.522500', '194236.982500', '194237.442500', '194237.902500', '194238.362500', '194238.822500', '194239.282500', '194239.742500', '194240.202500', '194240.662500', '194241.122500', '194241.582500', '194242.042500', '194242.502500', '194242.962500', '194243.422500', '194243.882500', '194244.342500', '194244.802500', '194245.262500', '194245.722500', '194246.182500', '194246.642500', '194247.102500', '194247.562500', '194248.022500', '194248.482500', '194248.942500', '194249.402500', '194249.862500', '194250.322500', '194250.782500', '194251.242500', '194251.702500', '194252.162500', '194252.622500', '194253.082500', '194253.542500', '194254.002500', '194254.462500', '194254.922500', '194255.382500', '194255.842500', '194256.302500', '194256.762500', '194257.222500', '194257.682500', '194258.142500', '194258.602500', '194259.062500', '194259.522500', '194259.982500', '194300.442500', '194300.902500', '194301.362500', '194301.822500', '194302.282500', '194302.742500', '194303.202500', '194303.662500', '194304.122500', '194304.582500', '194305.042500', '194305.502500', '194305.962500', '194306.422500', '194306.882500', '194307.342500', '194307.802500', '194308.262500', '194308.722500', '194309.182500', '194309.642500', '194310.102500', '194310.562500', '194311.022500', '194311.482500', '194311.942500', '194312.402500', '194312.862500', '194313.322500', '194313.782500', '194314.242500', '194314.702500', '194315.162500', '194315.622500', '194316.082500', '194316.542500', '194317.002500', '194317.462500', '194317.922500', '194318.382500', '194318.842500', '194319.302500', '194319.762500', '194320.222500', '194320.682500', '194321.142500', '194321.602500', '194322.062500', '194322.522500', '194322.982500', '194323.442500', '194323.902500', '194324.362500', '194324.822500', '194325.282500', '194325.742500', '194326.202500', '194326.662500', '194327.122500', '194327.582500', '194328.042500', '194328.502500', '194328.962500', '194329.422500', '194329.882500', '194330.342500', '194330.802500', '194331.262500', '194331.722500', '194332.182500', '194332.642500', '194333.102500', '194333.562500', '194334.022500', '194334.482500', '194334.942500', '194335.402500', '194335.862500', '194336.322500', '194336.782500', '194337.242500', '194337.702500', '194338.162500', '194338.622500', '194339.082500', '194339.542500', '194340.002500', '194340.462500', '194340.922500', '194341.382500', '194341.842500', '194342.302500', '194342.762500', '194343.222500', '194343.682500', '194344.142500', '194344.602500', '194345.062500', '194345.522500', '194345.982500', '194346.442500', '194346.902500', '194347.362500', '194347.822500', '194348.282500', '194348.742500', '194349.202500', '194349.662500', '194350.122500', '194350.582500', '194351.042500', '194351.502500', '194351.962500', '194352.422500', '194352.882500', '194353.342500', '194353.802500', '194354.262500', '194354.722500', '194355.182500', '194355.642500', '194356.102500', '194356.562500', '194357.022500', '194357.482500', '194357.942500', '194358.402500', '194358.862500', '194359.322500', '194359.782500', '194400.242500', '194400.702500', '194401.162500', '194401.622500', '194402.082500', '194402.542500', '194403.002500', '194403.462500', '194403.922500', '194404.382500', '194404.842500', '194405.302500', '194405.762500', '194406.222500', '194406.682500', '194407.142500', '194407.602500', '194408.062500', '194408.522500', '194408.982500', '194409.442500', '194409.902500', '194410.362500', '194410.822500', '194411.282500', '194411.742500', '194412.202500', '194412.662500', '194413.122500', '194413.582500', '194414.042500', '194414.502500', '194414.962500', '194415.422500', '194415.882500', '194416.342500', '194416.802500', '194417.262500', '194417.722500', '194418.182500', '194418.642500', '194419.102500', '194419.562500', '194420.022500', '194420.482500', '194420.942500', '194421.402500', '194421.862500', '194422.322500', '194422.782500', '194423.242500', '194423.702500', '194424.162500', '194424.622500', '194425.082500', '194425.542500', '194426.002500', '194426.462500', '194426.922500', '194427.382500', '194427.842500', '194428.302500', '194428.762500', '194429.222500', '194429.682500', '194430.142500', '194430.602500', '194431.062500', '194431.522500', '194431.982500', '194432.442500', '194432.902500', '194433.362500', '194433.822500', '194434.282500', '194434.742500', '194435.202500', '194435.662500', '194436.122500', '194436.582500', '194437.042500', '194437.502500', '194437.962500', '194438.422500', '194438.882500', '194439.342500', '194439.802500', '194440.262500', '194440.722500', '194441.182500', '194441.642500', '194442.102500', '194442.562500', '194443.022500', '194443.482500', '194443.942500', '194444.402500', '194444.862500', '194445.322500', '194445.782500', '194446.242500', '194446.702500', '194447.162500', '194447.622500', '194448.082500', '194448.542500', '194449.002500', '194449.462500', '194449.922500', '194450.382500', '194450.842500', '194451.302500', '194451.762500', '194452.222500', '194452.682500', '194453.142500', '194453.602500', '194454.062500', '194454.522500', '194454.982500', '194455.442500', '194455.902500', '194456.362500', '194456.822500', '194457.282500', '194457.742500', '194458.202500', '194458.662500', '194459.122500', '194459.582500', '194500.042500', '194500.502500', '194500.962500', '194501.422500', '194501.882500', '194502.342500', '194502.802500', '194503.262500', '194503.722500', '194504.182500', '194504.642500', '194505.102500', '194505.562500', '194506.022500', '194506.482500', '194506.942500', '194507.402500', '194507.862500', '194508.322500', '194508.782500', '194509.242500', '194509.702500', '194510.162500', '194510.622500', '194511.082500', '194511.542500', '194512.002500', '194512.462500', '194512.922500', '194513.382500', '194513.842500', '194514.302500', '194514.762500', '194515.222500', '194515.682500', '194516.142500', '194516.602500', '194517.062500', '194517.522500', '194517.982500', '194518.442500', '194518.902500', '194519.362500', '194519.822500', '194520.282500', '194520.742500', '194521.202500', '194521.662500', '194522.122500', '194522.582500', '194523.042500', '194523.502500', '194523.962500', '194524.422500', '194524.882500', '194525.342500', '194525.802500', '194526.262500', '194526.722500', '194527.182500', '194527.642500', '194528.102500', '194528.562500', '194529.022500', '194529.482500', '194529.942500', '194530.402500', '194530.862500', '194531.322500', '194531.782500', '194532.242500', '194532.702500', '194533.162500', '194533.622500', '194534.082500', '194534.542500', '194535.002500', '194535.462500', '194535.922500', '194536.382500', '194536.842500', '194537.302500', '194537.762500', '194538.222500', '194538.682500', '194539.142500', '194539.602500', '194540.062500', '194540.522500', '194540.982500', '194541.442500', '194541.902500', '194542.362500', '194542.822500', '194543.282500', '194543.742500', '194544.202500', '194544.662500', '194545.122500', '194545.582500', '194546.042500', '194546.502500', '194546.962500', '194547.422500', '194547.882500', '194548.342500', '194548.802500', '194549.262500', '194549.722500', '194550.182500', '194550.642500', '194551.102500', '194551.562500', '194552.022500', '194552.482500', '194552.942500', '194553.402500', '194553.862500', '194554.322500', '194554.782500', '194555.242500', '194555.702500', '194556.162500', '194556.622500', '194557.082500', '194557.542500', '194558.002500', '194558.462500', '194558.922500', '194559.382500', '194559.842500', '194600.302500', '194600.762500', '194601.222500', '194601.682500', '194602.142500', '194602.602500', '194603.062500', '194603.522500', '194603.982500', '194604.442500', '194604.902500', '194605.362500', '194605.822500', '194606.282500', '194606.742500', '194607.202500', '194607.662500', '194608.122500', '194608.582500', '194609.042500', '194609.502500', '194609.962500', '194610.422500', '194610.882500', '194611.342500', '194611.802500', '194612.262500', '194612.722500', '194613.182500'], 'ContentTime': ['193951.657000', '193951.660000', '193951.663000', '193951.665000', '193951.668000', '193951.670000', '193951.673000', '193951.676000', '193951.678000', '193951.688000', '193951.691000', '193951.693000', '193951.696000', '193951.722000', '193951.725000', '193951.728000', '193951.730000', '193951.733000', '193951.739000', '193951.742000', '193951.745000', '193951.747000', '193951.750000', '193951.753000', '193951.755000', '193951.758000', '193951.760000', '193951.763000', '193951.766000', '193951.768000', '193951.771000', '193951.774000', '193951.776000', '193951.779000', '193951.781000', '193951.784000', '193951.787000', '193951.789000', '194011.619000', '194011.622000', '194011.625000', '194011.628000', '194011.630000', '194011.633000', '194011.636000', '194011.638000', '194011.641000', '194011.643000', '194011.651000', '194011.654000', '194011.657000', '194011.659000', '194011.662000', '194011.664000', '194011.667000', '194011.670000', '194011.672000', '194011.675000', '194011.678000', '194011.680000', '194011.683000', '194011.685000', '194011.688000', '194011.691000', '194011.693000', '194011.696000', '194011.699000', '194011.701000', '194011.704000', '194011.706000', '194011.709000', '194011.712000', '194011.714000', '194011.717000', '194011.719000', '194011.722000', '194011.724000', '194011.727000', '194011.730000', '194011.732000', '194011.735000', '194011.737000', '194031.618000', '194031.621000', '194031.624000', '194031.627000', '194031.629000', '194031.632000', '194031.635000', '194031.637000', '194031.640000', '194031.642000', '194031.645000', '194031.648000', '194031.650000', '194031.653000', '194031.655000', '194031.658000', '194031.661000', '194031.663000', '194031.666000', '194031.669000', '194031.671000', '194031.674000', '194031.676000', '194031.679000', '194031.681000', '194031.684000', '194031.697000', '194031.699000', '194031.702000', '194031.704000', '194031.707000', '194031.710000', '194031.712000', '194031.715000', '194031.717000', '194031.720000', '194031.723000', '194031.725000', '194031.728000', '194031.730000', '194031.733000', '194031.735000', '194031.738000', '194051.620000', '194051.623000', '194051.625000', '194051.628000', '194051.631000', '194051.633000', '194051.636000', '194051.638000', '194051.641000', '194051.644000', '194051.646000', '194051.649000', '194051.651000', '194051.654000', '194051.657000', '194051.659000', '194051.662000', '194051.665000', '194051.667000', '194051.670000', '194051.672000', '194051.675000', '194051.678000', '194051.680000', '194051.683000', '194051.686000', '194051.688000', '194051.691000', '194051.694000', '194051.696000', '194051.699000', '194051.702000', '194051.704000', '194051.707000', '194051.709000', '194051.712000', '194051.715000', '194051.717000', '194051.720000', '194051.722000', '194051.725000', '194051.728000', '194051.730000', '194051.733000', '194111.619000', '194111.622000', '194111.625000', '194111.628000', '194111.630000', '194111.633000', '194111.636000', '194111.638000', '194111.641000', '194111.644000', '194111.646000', '194111.649000', '194111.652000', '194111.654000', '194111.657000', '194111.660000', '194111.662000', '194111.665000', '194111.668000', '194111.670000', '194111.673000', '194111.675000', '194111.678000', '194111.681000', '194111.683000', '194111.686000', '194111.689000', '194111.691000', '194111.694000', '194111.697000', '194111.699000', '194111.702000', '194111.705000', '194111.707000', '194111.710000', '194111.713000', '194111.715000', '194111.718000', '194111.720000', '194111.723000', '194111.734000', '194111.737000', '194111.739000', '194131.620000', '194131.622000', '194131.625000', '194131.628000', '194131.630000', '194131.633000', '194131.636000', '194131.638000', '194131.641000', '194131.643000', '194131.646000', '194131.649000', '194131.652000', '194131.654000', '194131.667000', '194131.670000', '194131.672000', '194131.675000', '194131.678000', '194131.680000', '194131.683000', '194131.685000', '194131.688000', '194131.691000', '194131.693000', '194131.696000', '194131.699000', '194131.701000', '194131.704000', '194131.706000', '194131.709000', '194131.712000', '194131.715000', '194131.717000', '194131.720000', '194131.722000', '194131.725000', '194131.728000', '194131.730000', '194131.733000', '194131.736000', '194131.738000', '194131.741000', '194131.744000', '194151.619000', '194151.622000', '194151.625000', '194151.627000', '194151.630000', '194151.633000', '194151.636000', '194151.638000', '194151.641000', '194151.643000', '194151.646000', '194151.649000', '194151.651000', '194151.654000', '194151.657000', '194151.659000', '194151.662000', '194151.664000', '194151.667000', '194151.670000', '194151.672000', '194151.675000', '194151.677000', '194151.680000', '194151.683000', '194151.685000', '194151.688000', '194151.690000', '194151.693000', '194151.696000', '194151.698000', '194151.701000', '194151.704000', '194151.706000', '194151.709000', '194151.711000', '194151.714000', '194151.716000', '194151.719000', '194151.722000', '194151.724000', '194151.727000', '194151.729000', '194211.618000', '194211.621000', '194211.624000', '194211.627000', '194211.629000', '194211.632000', '194211.635000', '194211.637000', '194211.640000', '194211.642000', '194211.645000', '194211.648000', '194211.651000', '194211.653000', '194211.656000', '194211.659000', '194211.661000', '194211.664000', '194211.667000', '194211.670000', '194211.673000', '194211.676000', '194211.678000', '194211.681000', '194211.683000', '194211.686000', '194211.689000', '194211.691000', '194211.694000', '194211.697000', '194211.699000', '194211.702000', '194211.705000', '194211.707000', '194211.710000', '194211.713000', '194211.715000', '194211.718000', '194211.721000', '194211.723000', '194211.726000', '194211.729000', '194211.731000', '194231.618000', '194231.621000', '194231.624000', '194231.627000', '194231.629000', '194231.632000', '194231.635000', '194231.637000', '194231.640000', '194231.642000', '194231.645000', '194231.653000', '194231.656000', '194231.658000', '194231.661000', '194231.663000', '194231.666000', '194231.669000', '194231.671000', '194231.674000', '194231.677000', '194231.679000', '194231.682000', '194231.684000', '194231.687000', '194231.690000', '194231.692000', '194231.695000', '194231.698000', '194231.700000', '194231.703000', '194231.705000', '194231.708000', '194231.711000', '194231.714000', '194231.716000', '194231.719000', '194231.722000', '194231.724000', '194231.727000', '194231.729000', '194231.732000', '194231.735000', '194231.737000', '194251.619000', '194251.621000', '194251.624000', '194251.627000', '194251.630000', '194251.632000', '194251.635000', '194251.638000', '194251.641000', '194251.643000', '194251.646000', '194251.649000', '194251.651000', '194251.654000', '194251.657000', '194251.659000', '194251.662000', '194251.664000', '194251.667000', '194251.670000', '194251.672000', '194251.675000', '194251.678000', '194251.680000', '194251.683000', '194251.686000', '194251.688000', '194251.691000', '194251.694000', '194251.696000', '194251.700000', '194251.702000', '194251.705000', '194251.708000', '194251.711000', '194251.713000', '194251.716000', '194251.718000', '194251.721000', '194251.724000', '194251.727000', '194251.729000', '194251.732000', '194311.620000', '194311.622000', '194311.625000', '194311.628000', '194311.630000', '194311.633000', '194311.636000', '194311.638000', '194311.641000', '194311.644000', '194311.658000', '194311.661000', '194311.663000', '194311.666000', '194311.668000', '194311.671000', '194311.674000', '194311.676000', '194311.679000', '194311.682000', '194311.684000', '194311.687000', '194311.690000', '194311.692000', '194311.695000', '194311.698000', '194311.700000', '194311.708000', '194311.711000', '194311.713000', '194311.716000', '194311.719000', '194311.721000', '194311.734000', '194311.737000', '194311.739000', '194311.742000', '194311.745000', '194311.747000', '194311.750000', '194311.753000', '194311.755000', '194311.758000', '194311.761000', '194331.620000', '194331.623000', '194331.625000', '194331.628000', '194331.630000', '194331.633000', '194331.636000', '194331.638000', '194331.641000', '194331.644000', '194331.647000', '194331.649000', '194331.652000', '194331.655000', '194331.657000', '194331.660000', '194331.663000', '194331.665000', '194331.668000', '194331.671000', '194331.674000', '194331.677000', '194331.679000', '194331.682000', '194331.686000', '194331.689000', '194331.691000', '194331.694000', '194331.697000', '194331.699000', '194331.702000', '194331.714000', '194331.717000', '194331.719000', '194331.722000', '194331.725000', '194331.727000', '194331.730000', '194331.732000', '194331.735000', '194331.738000', '194331.740000', '194331.743000', '194351.620000', '194351.622000', '194351.626000', '194351.629000', '194351.631000', '194351.634000', '194351.637000', '194351.639000', '194351.642000', '194351.645000', '194351.647000', '194351.650000', '194351.653000', '194351.655000', '194351.658000', '194351.661000', '194351.663000', '194351.666000', '194351.669000', '194351.671000', '194351.674000', '194351.676000', '194351.679000', '194351.682000', '194351.685000', '194351.687000', '194351.690000', '194351.693000', '194351.695000', '194351.698000', '194351.701000', '194351.703000', '194351.706000', '194351.708000', '194351.711000', '194351.714000', '194351.716000', '194351.719000', '194351.722000', '194351.724000', '194351.727000', '194351.729000', '194351.732000', '194351.735000', '194411.620000', '194411.623000', '194411.626000', '194411.628000', '194411.631000', '194411.634000', '194411.636000', '194411.639000', '194411.642000', '194411.644000', '194411.647000', '194411.650000', '194411.652000', '194411.655000', '194411.658000', '194411.661000', '194411.663000', '194411.666000', '194411.669000', '194411.671000', '194411.674000', '194411.677000', '194411.680000', '194411.683000', '194411.685000', '194411.688000', '194411.690000', '194411.693000', '194411.696000', '194411.698000', '194411.701000', '194411.704000', '194411.706000', '194411.709000', '194411.712000', '194411.714000', '194411.717000', '194411.720000', '194411.722000', '194411.725000', '194411.727000', '194411.730000', '194411.733000', '194431.619000', '194431.622000', '194431.624000', '194431.627000', '194431.629000', '194431.632000', '194431.635000', '194431.638000', '194431.640000', '194431.643000', '194431.646000', '194431.648000', '194431.651000', '194431.654000', '194431.656000', '194431.659000', '194431.661000', '194431.664000', '194431.667000', '194431.670000', '194431.672000', '194431.675000', '194431.678000', '194431.680000', '194431.683000', '194431.686000', '194431.688000', '194431.691000', '194431.694000', '194431.696000', '194431.699000', '194431.702000', '194431.704000', '194431.707000', '194431.709000', '194431.765000', '194431.767000', '194431.770000', '194431.773000', '194431.775000', '194431.778000', '194431.787000', '194431.789000', '194431.792000', '194451.619000', '194451.622000', '194451.624000', '194451.628000', '194451.631000', '194451.633000', '194451.636000', '194451.639000', '194451.641000', '194451.644000', '194451.647000', '194451.649000', '194451.652000', '194451.655000', '194451.657000', '194451.660000', '194451.662000', '194451.665000', '194451.668000', '194451.671000', '194451.673000', '194451.676000', '194451.679000', '194451.681000', '194451.684000', '194451.686000', '194451.689000', '194451.692000', '194451.694000', '194451.697000', '194451.700000', '194451.702000', '194451.705000', '194451.708000', '194451.711000', '194451.714000', '194451.716000', '194451.719000', '194451.722000', '194451.725000', '194451.727000', '194451.730000', '194451.733000', '194511.619000', '194511.621000', '194511.624000', '194511.627000', '194511.630000', '194511.632000', '194511.635000', '194511.637000', '194511.640000', '194511.643000', '194511.645000', '194511.648000', '194511.651000', '194511.653000', '194511.656000', '194511.658000', '194511.661000', '194511.664000', '194511.666000', '194511.669000', '194511.672000', '194511.675000', '194511.677000', '194511.689000', '194511.692000', '194511.695000', '194511.697000', '194511.700000', '194511.703000', '194511.705000', '194511.708000', '194511.710000', '194511.713000', '194511.716000', '194511.719000', '194511.721000', '194511.724000', '194511.727000', '194511.729000', '194511.732000', '194511.735000', '194511.737000', '194511.740000', '194511.742000', '194531.620000', '194531.622000', '194531.626000', '194531.628000', '194531.631000', '194531.634000', '194531.636000', '194531.639000', '194531.642000', '194531.644000', '194531.647000', '194531.651000', '194531.654000', '194531.656000', '194531.659000', '194531.662000', '194531.664000', '194531.667000', '194531.670000', '194531.672000', '194531.675000', '194531.678000', '194531.680000', '194531.683000', '194531.686000', '194531.688000', '194531.691000', '194531.694000', '194531.696000', '194531.699000', '194531.702000', '194531.704000', '194531.707000', '194531.710000', '194531.712000', '194531.715000', '194531.718000', '194531.721000', '194531.724000', '194531.726000', '194531.729000', '194531.732000', '194531.735000', '194551.620000', '194551.623000', '194551.625000', '194551.628000', '194551.631000', '194551.633000', '194551.636000', '194551.639000', '194551.641000', '194551.644000', '194551.646000', '194551.649000', '194551.652000', '194551.654000', '194551.657000', '194551.660000', '194551.662000', '194551.665000', '194551.668000', '194551.670000', '194551.673000', '194551.676000', '194551.678000', '194551.681000', '194551.683000', '194551.686000', '194551.689000', '194551.692000', '194551.694000', '194551.697000', '194551.699000', '194551.702000', '194551.705000', '194551.708000', '194551.710000', '194551.713000', '194551.715000', '194551.718000', '194551.721000', '194551.723000', '194551.726000', '194551.728000', '194551.731000', '194551.734000', '194611.619000', '194611.623000', '194611.625000', '194611.628000', '194611.630000', '194611.633000', '194611.636000', '194611.638000', '194611.641000', '194611.644000', '194611.646000', '194611.649000', '194611.651000', '194611.654000', '194611.657000', '194611.659000', '194611.662000', '194611.665000', '194611.667000', '194611.670000', '194611.673000', '194611.675000', '194611.678000', '194611.681000', '194611.683000', '194611.686000', '194611.688000', '194611.691000', '194611.694000', '194611.696000', '194611.699000', '194611.702000', '194611.704000', '194611.707000', '194611.710000', '194611.712000', '194611.715000', '194611.718000', '194611.720000', '194611.723000', '194611.725000', '194611.728000', '194611.731000', '194614.965000', '194614.968000', '194614.971000', '194614.974000', '194614.977000', '194614.979000', '194614.982000', '194614.985000'], 'InstanceCreationTime': ['193951.657000', '193951.660000', '193951.663000', '193951.665000', '193951.668000', '193951.670000', '193951.673000', '193951.676000', '193951.678000', '193951.688000', '193951.691000', '193951.693000', '193951.696000', '193951.722000', '193951.725000', '193951.728000', '193951.730000', '193951.733000', '193951.739000', '193951.742000', '193951.745000', '193951.747000', '193951.750000', '193951.753000', '193951.755000', '193951.758000', '193951.760000', '193951.763000', '193951.766000', '193951.768000', '193951.771000', '193951.774000', '193951.776000', '193951.779000', '193951.781000', '193951.784000', '193951.787000', '193951.789000', '194011.619000', '194011.622000', '194011.625000', '194011.628000', '194011.630000', '194011.633000', '194011.636000', '194011.638000', '194011.641000', '194011.643000', '194011.651000', '194011.654000', '194011.657000', '194011.659000', '194011.662000', '194011.664000', '194011.667000', '194011.670000', '194011.672000', '194011.675000', '194011.678000', '194011.680000', '194011.683000', '194011.685000', '194011.688000', '194011.691000', '194011.693000', '194011.696000', '194011.699000', '194011.701000', '194011.704000', '194011.706000', '194011.709000', '194011.712000', '194011.714000', '194011.717000', '194011.719000', '194011.722000', '194011.724000', '194011.727000', '194011.730000', '194011.732000', '194011.735000', '194011.737000', '194031.618000', '194031.621000', '194031.624000', '194031.627000', '194031.629000', '194031.632000', '194031.635000', '194031.637000', '194031.640000', '194031.642000', '194031.645000', '194031.648000', '194031.650000', '194031.653000', '194031.655000', '194031.658000', '194031.661000', '194031.663000', '194031.666000', '194031.669000', '194031.671000', '194031.674000', '194031.676000', '194031.679000', '194031.681000', '194031.684000', '194031.697000', '194031.699000', '194031.702000', '194031.704000', '194031.707000', '194031.710000', '194031.712000', '194031.715000', '194031.717000', '194031.720000', '194031.723000', '194031.725000', '194031.728000', '194031.730000', '194031.733000', '194031.735000', '194031.738000', '194051.620000', '194051.623000', '194051.625000', '194051.628000', '194051.631000', '194051.633000', '194051.636000', '194051.638000', '194051.641000', '194051.644000', '194051.646000', '194051.649000', '194051.651000', '194051.654000', '194051.657000', '194051.659000', '194051.662000', '194051.665000', '194051.667000', '194051.670000', '194051.672000', '194051.675000', '194051.678000', '194051.680000', '194051.683000', '194051.686000', '194051.688000', '194051.691000', '194051.694000', '194051.696000', '194051.699000', '194051.702000', '194051.704000', '194051.707000', '194051.709000', '194051.712000', '194051.715000', '194051.717000', '194051.720000', '194051.722000', '194051.725000', '194051.728000', '194051.730000', '194051.733000', '194111.619000', '194111.622000', '194111.625000', '194111.628000', '194111.630000', '194111.633000', '194111.636000', '194111.638000', '194111.641000', '194111.644000', '194111.646000', '194111.649000', '194111.652000', '194111.654000', '194111.657000', '194111.660000', '194111.662000', '194111.665000', '194111.668000', '194111.670000', '194111.673000', '194111.675000', '194111.678000', '194111.681000', '194111.683000', '194111.686000', '194111.689000', '194111.691000', '194111.694000', '194111.697000', '194111.699000', '194111.702000', '194111.705000', '194111.707000', '194111.710000', '194111.713000', '194111.715000', '194111.718000', '194111.720000', '194111.723000', '194111.734000', '194111.737000', '194111.739000', '194131.620000', '194131.622000', '194131.625000', '194131.628000', '194131.630000', '194131.633000', '194131.636000', '194131.638000', '194131.641000', '194131.643000', '194131.646000', '194131.649000', '194131.652000', '194131.654000', '194131.667000', '194131.670000', '194131.672000', '194131.675000', '194131.678000', '194131.680000', '194131.683000', '194131.685000', '194131.688000', '194131.691000', '194131.693000', '194131.696000', '194131.699000', '194131.701000', '194131.704000', '194131.706000', '194131.709000', '194131.712000', '194131.715000', '194131.717000', '194131.720000', '194131.722000', '194131.725000', '194131.728000', '194131.730000', '194131.733000', '194131.736000', '194131.738000', '194131.741000', '194131.744000', '194151.619000', '194151.622000', '194151.625000', '194151.627000', '194151.630000', '194151.633000', '194151.636000', '194151.638000', '194151.641000', '194151.643000', '194151.646000', '194151.649000', '194151.651000', '194151.654000', '194151.657000', '194151.659000', '194151.662000', '194151.664000', '194151.667000', '194151.670000', '194151.672000', '194151.675000', '194151.677000', '194151.680000', '194151.683000', '194151.685000', '194151.688000', '194151.690000', '194151.693000', '194151.696000', '194151.698000', '194151.701000', '194151.704000', '194151.706000', '194151.709000', '194151.711000', '194151.714000', '194151.716000', '194151.719000', '194151.722000', '194151.724000', '194151.727000', '194151.729000', '194211.618000', '194211.621000', '194211.624000', '194211.627000', '194211.629000', '194211.632000', '194211.635000', '194211.637000', '194211.640000', '194211.642000', '194211.645000', '194211.648000', '194211.651000', '194211.653000', '194211.656000', '194211.659000', '194211.661000', '194211.664000', '194211.667000', '194211.670000', '194211.673000', '194211.676000', '194211.678000', '194211.681000', '194211.683000', '194211.686000', '194211.689000', '194211.691000', '194211.694000', '194211.697000', '194211.699000', '194211.702000', '194211.705000', '194211.707000', '194211.710000', '194211.713000', '194211.715000', '194211.718000', '194211.721000', '194211.723000', '194211.726000', '194211.729000', '194211.731000', '194231.618000', '194231.621000', '194231.624000', '194231.627000', '194231.629000', '194231.632000', '194231.635000', '194231.637000', '194231.640000', '194231.642000', '194231.645000', '194231.653000', '194231.656000', '194231.658000', '194231.661000', '194231.663000', '194231.666000', '194231.669000', '194231.671000', '194231.674000', '194231.677000', '194231.679000', '194231.682000', '194231.684000', '194231.687000', '194231.690000', '194231.692000', '194231.695000', '194231.698000', '194231.700000', '194231.703000', '194231.705000', '194231.708000', '194231.711000', '194231.714000', '194231.716000', '194231.719000', '194231.722000', '194231.724000', '194231.727000', '194231.729000', '194231.732000', '194231.735000', '194231.737000', '194251.619000', '194251.621000', '194251.624000', '194251.627000', '194251.630000', '194251.632000', '194251.635000', '194251.638000', '194251.641000', '194251.643000', '194251.646000', '194251.649000', '194251.651000', '194251.654000', '194251.657000', '194251.659000', '194251.662000', '194251.664000', '194251.667000', '194251.670000', '194251.672000', '194251.675000', '194251.678000', '194251.680000', '194251.683000', '194251.686000', '194251.688000', '194251.691000', '194251.694000', '194251.696000', '194251.700000', '194251.702000', '194251.705000', '194251.708000', '194251.711000', '194251.713000', '194251.716000', '194251.718000', '194251.721000', '194251.724000', '194251.727000', '194251.729000', '194251.732000', '194311.620000', '194311.622000', '194311.625000', '194311.628000', '194311.630000', '194311.633000', '194311.636000', '194311.638000', '194311.641000', '194311.644000', '194311.658000', '194311.661000', '194311.663000', '194311.666000', '194311.668000', '194311.671000', '194311.674000', '194311.676000', '194311.679000', '194311.682000', '194311.684000', '194311.687000', '194311.690000', '194311.692000', '194311.695000', '194311.698000', '194311.700000', '194311.708000', '194311.711000', '194311.713000', '194311.716000', '194311.719000', '194311.721000', '194311.734000', '194311.737000', '194311.739000', '194311.742000', '194311.745000', '194311.747000', '194311.750000', '194311.753000', '194311.755000', '194311.758000', '194311.761000', '194331.620000', '194331.623000', '194331.625000', '194331.628000', '194331.630000', '194331.633000', '194331.636000', '194331.638000', '194331.641000', '194331.644000', '194331.647000', '194331.649000', '194331.652000', '194331.655000', '194331.657000', '194331.660000', '194331.663000', '194331.665000', '194331.668000', '194331.671000', '194331.674000', '194331.677000', '194331.679000', '194331.682000', '194331.686000', '194331.689000', '194331.691000', '194331.694000', '194331.697000', '194331.699000', '194331.702000', '194331.714000', '194331.717000', '194331.719000', '194331.722000', '194331.725000', '194331.727000', '194331.730000', '194331.732000', '194331.735000', '194331.738000', '194331.740000', '194331.743000', '194351.620000', '194351.622000', '194351.626000', '194351.629000', '194351.631000', '194351.634000', '194351.637000', '194351.639000', '194351.642000', '194351.645000', '194351.647000', '194351.650000', '194351.653000', '194351.655000', '194351.658000', '194351.661000', '194351.663000', '194351.666000', '194351.669000', '194351.671000', '194351.674000', '194351.676000', '194351.679000', '194351.682000', '194351.685000', '194351.687000', '194351.690000', '194351.693000', '194351.695000', '194351.698000', '194351.701000', '194351.703000', '194351.706000', '194351.708000', '194351.711000', '194351.714000', '194351.716000', '194351.719000', '194351.722000', '194351.724000', '194351.727000', '194351.729000', '194351.732000', '194351.735000', '194411.620000', '194411.623000', '194411.626000', '194411.628000', '194411.631000', '194411.634000', '194411.636000', '194411.639000', '194411.642000', '194411.644000', '194411.647000', '194411.650000', '194411.652000', '194411.655000', '194411.658000', '194411.661000', '194411.663000', '194411.666000', '194411.669000', '194411.671000', '194411.674000', '194411.677000', '194411.680000', '194411.683000', '194411.685000', '194411.688000', '194411.690000', '194411.693000', '194411.696000', '194411.698000', '194411.701000', '194411.704000', '194411.706000', '194411.709000', '194411.712000', '194411.714000', '194411.717000', '194411.720000', '194411.722000', '194411.725000', '194411.727000', '194411.730000', '194411.733000', '194431.619000', '194431.622000', '194431.624000', '194431.627000', '194431.629000', '194431.632000', '194431.635000', '194431.638000', '194431.640000', '194431.643000', '194431.646000', '194431.648000', '194431.651000', '194431.654000', '194431.656000', '194431.659000', '194431.661000', '194431.664000', '194431.667000', '194431.670000', '194431.672000', '194431.675000', '194431.678000', '194431.680000', '194431.683000', '194431.686000', '194431.688000', '194431.691000', '194431.694000', '194431.696000', '194431.699000', '194431.702000', '194431.704000', '194431.707000', '194431.709000', '194431.765000', '194431.767000', '194431.770000', '194431.773000', '194431.775000', '194431.778000', '194431.787000', '194431.789000', '194431.792000', '194451.619000', '194451.622000', '194451.624000', '194451.628000', '194451.631000', '194451.633000', '194451.636000', '194451.639000', '194451.641000', '194451.644000', '194451.647000', '194451.649000', '194451.652000', '194451.655000', '194451.657000', '194451.660000', '194451.662000', '194451.665000', '194451.668000', '194451.671000', '194451.673000', '194451.676000', '194451.679000', '194451.681000', '194451.684000', '194451.686000', '194451.689000', '194451.692000', '194451.694000', '194451.697000', '194451.700000', '194451.702000', '194451.705000', '194451.708000', '194451.711000', '194451.714000', '194451.716000', '194451.719000', '194451.722000', '194451.725000', '194451.727000', '194451.730000', '194451.733000', '194511.619000', '194511.621000', '194511.624000', '194511.627000', '194511.630000', '194511.632000', '194511.635000', '194511.637000', '194511.640000', '194511.643000', '194511.645000', '194511.648000', '194511.651000', '194511.653000', '194511.656000', '194511.658000', '194511.661000', '194511.664000', '194511.666000', '194511.669000', '194511.672000', '194511.675000', '194511.677000', '194511.689000', '194511.692000', '194511.695000', '194511.697000', '194511.700000', '194511.703000', '194511.705000', '194511.708000', '194511.710000', '194511.713000', '194511.716000', '194511.719000', '194511.721000', '194511.724000', '194511.727000', '194511.729000', '194511.732000', '194511.735000', '194511.737000', '194511.740000', '194511.742000', '194531.620000', '194531.622000', '194531.626000', '194531.628000', '194531.631000', '194531.634000', '194531.636000', '194531.639000', '194531.642000', '194531.644000', '194531.647000', '194531.651000', '194531.654000', '194531.656000', '194531.659000', '194531.662000', '194531.664000', '194531.667000', '194531.670000', '194531.672000', '194531.675000', '194531.678000', '194531.680000', '194531.683000', '194531.686000', '194531.688000', '194531.691000', '194531.694000', '194531.696000', '194531.699000', '194531.702000', '194531.704000', '194531.707000', '194531.710000', '194531.712000', '194531.715000', '194531.718000', '194531.721000', '194531.724000', '194531.726000', '194531.729000', '194531.732000', '194531.735000', '194551.620000', '194551.623000', '194551.625000', '194551.628000', '194551.631000', '194551.633000', '194551.636000', '194551.639000', '194551.641000', '194551.644000', '194551.646000', '194551.649000', '194551.652000', '194551.654000', '194551.657000', '194551.660000', '194551.662000', '194551.665000', '194551.668000', '194551.670000', '194551.673000', '194551.676000', '194551.678000', '194551.681000', '194551.683000', '194551.686000', '194551.689000', '194551.692000', '194551.694000', '194551.697000', '194551.699000', '194551.702000', '194551.705000', '194551.708000', '194551.710000', '194551.713000', '194551.715000', '194551.718000', '194551.721000', '194551.723000', '194551.726000', '194551.728000', '194551.731000', '194551.734000', '194611.619000', '194611.623000', '194611.625000', '194611.628000', '194611.630000', '194611.633000', '194611.636000', '194611.638000', '194611.641000', '194611.644000', '194611.646000', '194611.649000', '194611.651000', '194611.654000', '194611.657000', '194611.659000', '194611.662000', '194611.665000', '194611.667000', '194611.670000', '194611.673000', '194611.675000', '194611.678000', '194611.681000', '194611.683000', '194611.686000', '194611.688000', '194611.691000', '194611.694000', '194611.696000', '194611.699000', '194611.702000', '194611.704000', '194611.707000', '194611.710000', '194611.712000', '194611.715000', '194611.718000', '194611.720000', '194611.723000', '194611.725000', '194611.728000', '194611.731000', '194614.965000', '194614.968000', '194614.971000', '194614.974000', '194614.977000', '194614.979000', '194614.982000', '194614.985000'], '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': [9711, 9525, 14334, 8784, 17174, 7924, 11637, 7975, 8122, 11603, 7911, 14767, 7945, 10736, 7588, 8194, 18064, 7175, 14532, 7850, 10401, 12255, 8472, 17760, 7656, 12114, 9568, 8124, 16209, 7487, 10956, 7002, 8542, 9760, 7382, 10109, 8904, 10245, 7998, 8947, 16761, 8066, 12984, 10239, 10953, 8370, 8615, 17197, 8381, 13146, 7254, 9321, 11081, 7783, 13848, 8866, 10839, 7628, 9161, 17347, 8067, 12641, 7833, 8642, 13255, 7383, 10892, 7840, 9290, 7004, 7852, 13647, 7299, 11155, 7826, 8863, 8392, 7846, 14256, 7987, 10782, 9199, 8214, 14685, 7410, 10902, 7363, 9765, 9584, 7745, 17159, 9613, 13791, 7506, 9742, 13070, 7872, 14476, 8446, 9953, 13701, 8089, 18227, 8440, 14661, 8739, 9130, 15067, 7642, 14076, 7912, 10485, 13359, 7855, 11508, 7774, 8649, 11115, 7670, 11181, 7297, 8909, 16184, 7952, 11366, 7874, 8878, 12926, 7269, 10514, 7996, 8944, 7191, 7966, 11466, 7963, 10238, 7263, 8174, 10077, 7513, 12099, 7361, 7975, 8066, 15387, 9728, 12730, 10035, 8131, 18017, 7532, 14548, 7789, 9342, 13207, 7938, 12639, 7196, 9360, 7423, 8063, 11448, 8423, 10233, 7648, 8424, 10307, 7646, 9833, 8593, 10098, 7142, 9144, 9894, 7998, 9991, 9287, 9792, 7223, 8542, 16336, 8670, 13052, 9629, 10326, 17044, 8187, 14869, 8908, 9505, 9298, 7551, 14797, 7469, 10527, 7241, 8089, 11861, 7405, 10974, 7156, 9884, 9097, 7975, 10471, 8165, 9406, 7426, 7839, 15661, 8266, 11572, 13973, 8597, 16035, 8581, 11247, 7721, 8308, 16040, 7785, 11148, 9604, 10536, 7355, 7220, 7091, 9890, 7797, 9936, 8202, 8654, 14689, 8069, 11936, 16859, 10243, 15321, 10151, 12297, 17520, 11654, 17327, 10687, 11862, 16932, 10106, 17203, 12003, 12727, 8430, 9694, 14010, 7448, 10142, 7039, 7995, 11451, 7489, 10588, 7731, 8574, 10767, 7319, 10171, 8842, 9784, 6904, 8413, 7878, 7459, 10289, 7894, 9001, 7090, 7833, 12459, 7394, 10778, 7582, 8259, 16044, 8055, 12606, 8212, 8641, 11749, 7334, 12980, 7823, 9343, 8473, 7350, 11743, 8205, 10060, 7577, 8227, 13511, 7726, 9863, 7289, 9143, 9554, 7399, 10253, 7875, 9201, 7275, 8285, 10224, 7367, 10553, 7986, 9885, 7328, 8445, 10207, 7328, 11245, 7787, 9581, 8095, 7822, 13573, 7746, 12646, 7977, 10906, 8048, 10157, 8653, 16425, 11468, 14377, 8412, 9879, 17080, 9577, 14754, 12353, 11983, 7583, 10510, 7441, 8259, 14397, 8206, 11663, 7661, 11074, 7519, 7853, 17424, 9054, 14041, 7839, 10937, 9279, 7656, 16063, 7892, 11715, 7691, 9350, 9750, 7583, 13207, 7901, 10390, 7693, 9113, 9081, 7396, 13193, 8581, 10506, 7966, 10446, 7459, 8826, 10139, 7543, 8753, 7292, 11518, 7897, 10188, 7731, 9004, 8204, 7392, 16968, 7907, 13418, 7595, 8427, 14121, 7894, 14820, 7574, 11571, 7804, 8658, 7699, 7467, 14278, 7512, 11031, 8747, 10070, 7562, 9617, 9424, 7821, 15726, 7575, 11264, 8268, 10147, 7642, 8561, 12508, 7583, 12720, 9842, 11648, 7953, 9012, 16287, 8646, 16179, 11206, 12040, 8044, 8922, 15912, 7856, 10419, 7251, 8793, 7613, 7363, 9931, 7450, 10071, 7951, 9537, 7422, 7827, 12142, 7879, 10287, 9368, 9961, 7543, 8439, 12164, 7832, 10091, 9158, 9637, 7829, 7899, 16157, 9749, 13070, 9415, 10569, 10294, 8140, 17854, 12677, 13844, 7605, 11880, 7844, 9191, 16947, 7818, 12409, 8945, 10603, 11276, 8152, 15439, 8033, 9670, 14134, 7930, 16585, 8570, 11332, 10294, 8062, 15019, 8273, 10583, 7260, 9277, 9527, 7444, 11146, 8718, 9775, 8340, 7973, 15196, 8232, 8515, 14379, 7328, 14914, 8033, 8935, 16031, 7399, 12063, 8503, 10587, 7448, 8286, 12501, 7363, 10329, 7876, 8459, 6975, 7602, 10523, 7330, 10222, 8665, 9725, 7122, 9632, 7314, 9643, 8615, 12815, 9279, 10495, 12272, 8438, 17178, 10463, 13052, 10601, 8599, 16301, 7972, 13880, 7670, 11649, 7565, 8930, 8580, 7771, 10934, 7719, 10418, 7772, 9015, 7734, 7476, 15068, 7574, 10532, 10023, 8206, 13702, 8800, 10708, 7871, 8752, 12481, 7770, 10938, 9564, 10642, 8189, 9243, 13017, 7562, 11495, 8451, 10529, 7873, 8620, 15842, 8007, 12259, 8005, 9215, 7706, 7733, 16998, 7971, 13195, 9553, 10743, 7673, 8595, 16282, 7619, 12590, 9741, 10239, 7629, 8594, 10766, 7689, 11410, 9318, 10451, 7687, 9569, 7442, 7733, 14258, 8011, 11834, 7285, 10743, 8082, 10171, 8069, 9115, 8485, 14503, 9811, 14507, 8984, 13314, 9209, 11506, 10684, 9391, 7479, 7739, 7485, 8882, 15499, 7470, 10325, 8050, 8640, 10183, 7501, 10659, 7406, 10557, 8020, 8132, 16262, 11935, 13652, 9393, 10720, 9334, 8150, 16195, 8188, 11178, 7500, 10535, 7400, 8771, 8979, 7748, 13707, 7621, 10865, 7554, 8126, 16530, 8281, 12966, 8777, 10177, 11614, 8046, 15606, 9310, 10399, 7304, 8219, 9299, 7545, 10716, 8488, 9397, 7252, 8075, 13725, 7641, 11197, 8028, 9284, 7325, 7814, 14541, 8023, 10790, 7983, 8239, 13004, 7688, 11079, 7595, 9671, 7324, 8446, 8396, 7517, 11412, 8618, 10304, 7583, 8276, 12441, 7708, 12527, 8476, 9860, 9157, 7887, 11346, 7740, 10536, 7738, 10529, 8582, 8369, 15365, 11440, 12680, 8461, 8834, 17994, 11600, 13925, 9569, 9330, 17083, 8059, 13343, 8253, 9933, 7074, 9027, 7504, 8167, 11945, 8013, 10522, 9651, 9618, 8885, 8325, 7775, 7116, 7519, 7409, 8496, 16344, 10645, 13360, 15694, 9954, 14531, 9861, 9428, 18317, 11559, 13977, 10225, 9430, 18444, 9620, 14683, 10639, 9486, 16316, 8083, 11646, 7925, 9725, 10962, 8041, 10956, 7220, 10122, 7752, 8530, 10661, 7898, 10485, 7737, 9884, 8044, 8006, 11080, 7698, 9897, 8528, 7745, 10520, 7916, 8758, 11041, 7327, 10506, 8054, 8912, 14461, 7733, 10028, 7897, 8118, 10952, 7165, 9276, 7520, 7675, 10300, 8009, 9803, 7499, 8534, 12892, 7979, 9967, 12420, 8249, 13210, 7293, 10248, 9160, 8004, 11436, 8168, 10050, 8074, 9309, 8730, 8088, 10616, 8454, 9842, 8003, 9620, 15246, 8165, 13205, 9583, 11259, 7706, 8442, 17842, 8366, 13625, 9613, 9387, 15780, 8679, 12445, 8081, 8973, 15060, 7558], 'WindowCenter': [4500.0, 4489.0, 4511.0, 4464.0, 4536.0, 4456.0, 4477.0, 4436.0, 4437.0, 4493.0, 4436.0, 4514.0, 4438.0, 4467.0, 4442.0, 4453.0, 4522.0, 4414.0, 4484.0, 4437.0, 4484.0, 4481.0, 4435.0, 4520.0, 4423.0, 4474.0, 4455.0, 4435.0, 4510.0, 4413.0, 4452.0, 4413.0, 4452.0, 4471.0, 4425.0, 4454.0, 4446.0, 4473.0, 4424.0, 4445.0, 4522.0, 4453.0, 4485.0, 4485.0, 4464.0, 4440.0, 4434.0, 4520.0, 4422.0, 4470.0, 4411.0, 4444.0, 4480.0, 4436.0, 4484.0, 4461.0, 4470.0, 4412.0, 4461.0, 4502.0, 4434.0, 4473.0, 4423.0, 4433.0, 4489.0, 4412.0, 4451.0, 4423.0, 4443.0, 4430.0, 4442.0, 4481.0, 4413.0, 4464.0, 4422.0, 4433.0, 4439.0, 4440.0, 4481.0, 4423.0, 4463.0, 4432.0, 4440.0, 4499.0, 4412.0, 4451.0, 4412.0, 4454.0, 4443.0, 4437.0, 4522.0, 4444.0, 4483.0, 4432.0, 4454.0, 4472.0, 4434.0, 4513.0, 4434.0, 4455.0, 4484.0, 4435.0, 4501.0, 4432.0, 4513.0, 4433.0, 4459.0, 4480.0, 4411.0, 4481.0, 4439.0, 4452.0, 4469.0, 4439.0, 4479.0, 4411.0, 4420.0, 4456.0, 4410.0, 4457.0, 4398.0, 4431.0, 4479.0, 4428.0, 4467.0, 4428.0, 4448.0, 4458.0, 4411.0, 4450.0, 4421.0, 4451.0, 4411.0, 4433.0, 4461.0, 4434.0, 4456.0, 4443.0, 4435.0, 4454.0, 4426.0, 4473.0, 4432.0, 4440.0, 4454.0, 4513.0, 4472.0, 4475.0, 4442.0, 4442.0, 4520.0, 4412.0, 4481.0, 4412.0, 4443.0, 4488.0, 4422.0, 4460.0, 4430.0, 4442.0, 4431.0, 4435.0, 4462.0, 4433.0, 4451.0, 4423.0, 4452.0, 4471.0, 4427.0, 4471.0, 4444.0, 4464.0, 4433.0, 4456.0, 4473.0, 4437.0, 4455.0, 4456.0, 4456.0, 4444.0, 4447.0, 4505.0, 4446.0, 4504.0, 4455.0, 4473.0, 4503.0, 4434.0, 4511.0, 4446.0, 4473.0, 4461.0, 4425.0, 4495.0, 4444.0, 4472.0, 4433.0, 4436.0, 4492.0, 4424.0, 4464.0, 4415.0, 4472.0, 4462.0, 4436.0, 4467.0, 4454.0, 4454.0, 4424.0, 4436.0, 4494.0, 4435.0, 4494.0, 4513.0, 4445.0, 4493.0, 4433.0, 4464.0, 4440.0, 4434.0, 4492.0, 4425.0, 4468.0, 4473.0, 4482.0, 4444.0, 4442.0, 4443.0, 4472.0, 4468.0, 4497.0, 4454.0, 4465.0, 4524.0, 4448.0, 4489.0, 4547.0, 4478.0, 4504.0, 4453.0, 4473.0, 4508.0, 4450.0, 4494.0, 4456.0, 4467.0, 4481.0, 4428.0, 4495.0, 4444.0, 4464.0, 4410.0, 4431.0, 4460.0, 4383.0, 4441.0, 4373.0, 4424.0, 4454.0, 4413.0, 4443.0, 4414.0, 4418.0, 4453.0, 4416.0, 4427.0, 4436.0, 4446.0, 4418.0, 4438.0, 4419.0, 4430.0, 4470.0, 4451.0, 4451.0, 4412.0, 4441.0, 4471.0, 4432.0, 4463.0, 4443.0, 4453.0, 4512.0, 4455.0, 4491.0, 4453.0, 4463.0, 4480.0, 4416.0, 4471.0, 4429.0, 4459.0, 4451.0, 4425.0, 4461.0, 4450.0, 4453.0, 4430.0, 4434.0, 4482.0, 4424.0, 4460.0, 4412.0, 4442.0, 4460.0, 4424.0, 4470.0, 4452.0, 4444.0, 4443.0, 4445.0, 4472.0, 4429.0, 4482.0, 4465.0, 4484.0, 4444.0, 4450.0, 4472.0, 4445.0, 4469.0, 4454.0, 4473.0, 4436.0, 4457.0, 4515.0, 4456.0, 4490.0, 4447.0, 4475.0, 4448.0, 4499.0, 4461.0, 4518.0, 4481.0, 4516.0, 4435.0, 4459.0, 4508.0, 4463.0, 4487.0, 4492.0, 4482.0, 4442.0, 4472.0, 4443.0, 4465.0, 4511.0, 4435.0, 4467.0, 4425.0, 4466.0, 4432.0, 4454.0, 4508.0, 4451.0, 4482.0, 4431.0, 4471.0, 4449.0, 4441.0, 4509.0, 4441.0, 4482.0, 4441.0, 4463.0, 4453.0, 4442.0, 4489.0, 4423.0, 4470.0, 4422.0, 4443.0, 4453.0, 4443.0, 4491.0, 4452.0, 4453.0, 4442.0, 4483.0, 4431.0, 4447.0, 4471.0, 4443.0, 4451.0, 4433.0, 4464.0, 4435.0, 4465.0, 4443.0, 4445.0, 4434.0, 4443.0, 4503.0, 4452.0, 4484.0, 4424.0, 4435.0, 4486.0, 4435.0, 4514.0, 4456.0, 4476.0, 4455.0, 4453.0, 4423.0, 4442.0, 4501.0, 4414.0, 4451.0, 4451.0, 4442.0, 4442.0, 4444.0, 4460.0, 4441.0, 4494.0, 4443.0, 4481.0, 4433.0, 4454.0, 4423.0, 4444.0, 4475.0, 4444.0, 4491.0, 4473.0, 4463.0, 4440.0, 4461.0, 4512.0, 4452.0, 4511.0, 4468.0, 4477.0, 4408.0, 4448.0, 4480.0, 4410.0, 4458.0, 4418.0, 4449.0, 4431.0, 4429.0, 4459.0, 4429.0, 4461.0, 4443.0, 4472.0, 4429.0, 4441.0, 4489.0, 4442.0, 4472.0, 4462.0, 4453.0, 4442.0, 4454.0, 4493.0, 4437.0, 4483.0, 4475.0, 4456.0, 4423.0, 4454.0, 4505.0, 4455.0, 4503.0, 4462.0, 4465.0, 4473.0, 4452.0, 4503.0, 4504.0, 4495.0, 4437.0, 4494.0, 4454.0, 4462.0, 4523.0, 4425.0, 4475.0, 4465.0, 4485.0, 4495.0, 4436.0, 4523.0, 4454.0, 4454.0, 4481.0, 4440.0, 4492.0, 4432.0, 4466.0, 4472.0, 4427.0, 4498.0, 4422.0, 4468.0, 4429.0, 4460.0, 4460.0, 4414.0, 4461.0, 4452.0, 4442.0, 4439.0, 4422.0, 4513.0, 4433.0, 4433.0, 4481.0, 4430.0, 4498.0, 4409.0, 4451.0, 4479.0, 4427.0, 4477.0, 4450.0, 4468.0, 4399.0, 4440.0, 4477.0, 4411.0, 4450.0, 4439.0, 4437.0, 4417.0, 4440.0, 4469.0, 4414.0, 4472.0, 4446.0, 4487.0, 4429.0, 4487.0, 4440.0, 4469.0, 4478.0, 4500.0, 4463.0, 4487.0, 4495.0, 4448.0, 4516.0, 4467.0, 4504.0, 4454.0, 4453.0, 4512.0, 4427.0, 4501.0, 4424.0, 4463.0, 4424.0, 4446.0, 4462.0, 4436.0, 4483.0, 4436.0, 4484.0, 4437.0, 4459.0, 4455.0, 4456.0, 4504.0, 4435.0, 4465.0, 4473.0, 4435.0, 4502.0, 4445.0, 4483.0, 4454.0, 4446.0, 4484.0, 4454.0, 4481.0, 4473.0, 4464.0, 4433.0, 4464.0, 4503.0, 4425.0, 4463.0, 4453.0, 4466.0, 4424.0, 4464.0, 4524.0, 4455.0, 4494.0, 4452.0, 4445.0, 4423.0, 4425.0, 4524.0, 4455.0, 4484.0, 4455.0, 4483.0, 4443.0, 4454.0, 4505.0, 4444.0, 4491.0, 4462.0, 4472.0, 4441.0, 4464.0, 4464.0, 4436.0, 4482.0, 4445.0, 4465.0, 4442.0, 4473.0, 4426.0, 4437.0, 4503.0, 4454.0, 4482.0, 4425.0, 4478.0, 4468.0, 4484.0, 4455.0, 4456.0, 4458.0, 4508.0, 4466.0, 4495.0, 4450.0, 4504.0, 4444.0, 4484.0, 4472.0, 4462.0, 4413.0, 4443.0, 4414.0, 4461.0, 4510.0, 4423.0, 4453.0, 4423.0, 4446.0, 4472.0, 4443.0, 4465.0, 4424.0, 4484.0, 4441.0, 4435.0, 4511.0, 4482.0, 4501.0, 4461.0, 4470.0, 4430.0, 4422.0, 4508.0, 4422.0, 4469.0, 4431.0, 4470.0, 4432.0, 4448.0, 4448.0, 4425.0, 4484.0, 4442.0, 4466.0, 4426.0, 4453.0, 4512.0, 4433.0, 4491.0, 4432.0, 4470.0, 4469.0, 4441.0, 4492.0, 4461.0, 4471.0, 4430.0, 4441.0, 4460.0, 4440.0, 4470.0, 4432.0, 4461.0, 4412.0, 4442.0, 4488.0, 4441.0, 4466.0, 4423.0, 4461.0, 4413.0, 4440.0, 4499.0, 4421.0, 4482.0, 4423.0, 4422.0, 4491.0, 4440.0, 4469.0, 4422.0, 4444.0, 4413.0, 4436.0, 4434.0, 4443.0, 4481.0, 4444.0, 4466.0, 4443.0, 4435.0, 4474.0, 4444.0, 4491.0, 4452.0, 4475.0, 4444.0, 4435.0, 4476.0, 4438.0, 4485.0, 4438.0, 4478.0, 4460.0, 4462.0, 4527.0, 4496.0, 4488.0, 4439.0, 4446.0, 4506.0, 4484.0, 4485.0, 4461.0, 4462.0, 4492.0, 4422.0, 4489.0, 4433.0, 4442.0, 4432.0, 4443.0, 4413.0, 4454.0, 4482.0, 4435.0, 4455.0, 4474.0, 4460.0, 4461.0, 4436.0, 4446.0, 4416.0, 4423.0, 4443.0, 4453.0, 4504.0, 4455.0, 4488.0, 4512.0, 4445.0, 4502.0, 4460.0, 4451.0, 4493.0, 4467.0, 4475.0, 4446.0, 4434.0, 4495.0, 4415.0, 4475.0, 4440.0, 4433.0, 4470.0, 4392.0, 4439.0, 4411.0, 4432.0, 4428.0, 4399.0, 4429.0, 4401.0, 4432.0, 4401.0, 4423.0, 4442.0, 4414.0, 4441.0, 4395.0, 4443.0, 4394.0, 4408.0, 4436.0, 4427.0, 4458.0, 4418.0, 4410.0, 4439.0, 4427.0, 4449.0, 4467.0, 4429.0, 4457.0, 4410.0, 4449.0, 4471.0, 4429.0, 4460.0, 4410.0, 4422.0, 4469.0, 4420.0, 4449.0, 4430.0, 4441.0, 4470.0, 4454.0, 4474.0, 4423.0, 4465.0, 4474.0, 4442.0, 4473.0, 4473.0, 4453.0, 4473.0, 4433.0, 4473.0, 4463.0, 4435.0, 4481.0, 4454.0, 4473.0, 4435.0, 4457.0, 4465.0, 4442.0, 4485.0, 4467.0, 4469.0, 4467.0, 4488.0, 4526.0, 4452.0, 4488.0, 4476.0, 4496.0, 4445.0, 4447.0, 4535.0, 4455.0, 4505.0, 4445.0, 4464.0, 4513.0, 4453.0, 4492.0, 4442.0, 4464.0, 4483.0, 4423.0], 'WindowWidth': [9904.0, 9882.0, 9899.0, 9836.0, 9941.0, 9829.0, 9844.0, 9787.0, 9790.0, 9876.0, 9787.0, 9905.0, 9794.0, 9830.0, 9804.0, 9820.0, 9912.0, 9755.0, 9847.0, 9788.0, 9863.0, 9854.0, 9782.0, 9909.0, 9764.0, 9833.0, 9812.0, 9784.0, 9894.0, 9751.0, 9803.0, 9751.0, 9818.0, 9841.0, 9772.0, 9808.0, 9802.0, 9849.0, 9767.0, 9796.0, 9914.0, 9821.0, 9851.0, 9868.0, 9823.0, 9797.0, 9779.0, 9908.0, 9761.0, 9823.0, 9745.0, 9792.0, 9853.0, 9787.0, 9851.0, 9828.0, 9839.0, 9747.0, 9827.0, 9872.0, 9781.0, 9834.0, 9765.0, 9779.0, 9861.0, 9749.0, 9798.0, 9763.0, 9790.0, 9785.0, 9803.0, 9840.0, 9751.0, 9820.0, 9764.0, 9778.0, 9795.0, 9798.0, 9839.0, 9761.0, 9818.0, 9773.0, 9797.0, 9873.0, 9748.0, 9800.0, 9749.0, 9809.0, 9791.0, 9789.0, 9912.0, 9794.0, 9846.0, 9791.0, 9807.0, 9829.0, 9781.0, 9902.0, 9781.0, 9812.0, 9850.0, 9783.0, 9871.0, 9775.0, 9904.0, 9778.0, 9824.0, 9836.0, 9744.0, 9839.0, 9795.0, 9801.0, 9820.0, 9795.0, 9850.0, 9743.0, 9753.0, 9811.0, 9741.0, 9813.0, 9723.0, 9771.0, 9834.0, 9777.0, 9829.0, 9776.0, 9806.0, 9802.0, 9744.0, 9794.0, 9757.0, 9813.0, 9747.0, 9779.0, 9813.0, 9781.0, 9812.0, 9809.0, 9784.0, 9809.0, 9775.0, 9834.0, 9791.0, 9800.0, 9823.0, 9904.0, 9846.0, 9836.0, 9787.0, 9802.0, 9909.0, 9746.0, 9838.0, 9747.0, 9789.0, 9860.0, 9760.0, 9809.0, 9785.0, 9790.0, 9788.0, 9784.0, 9814.0, 9779.0, 9801.0, 9763.0, 9819.0, 9841.0, 9775.0, 9843.0, 9796.0, 9821.0, 9796.0, 9814.0, 9848.0, 9791.0, 9812.0, 9816.0, 9816.0, 9811.0, 9803.0, 9881.0, 9801.0, 9891.0, 9811.0, 9848.0, 9876.0, 9780.0, 9899.0, 9801.0, 9847.0, 9827.0, 9771.0, 9865.0, 9809.0, 9844.0, 9794.0, 9787.0, 9871.0, 9769.0, 9822.0, 9757.0, 9847.0, 9830.0, 9787.0, 9832.0, 9827.0, 9810.0, 9770.0, 9788.0, 9864.0, 9783.0, 9877.0, 9901.0, 9798.0, 9859.0, 9779.0, 9821.0, 9799.0, 9781.0, 9856.0, 9772.0, 9830.0, 9848.0, 9860.0, 9809.0, 9806.0, 9812.0, 9848.0, 9854.0, 9890.0, 9824.0, 9842.0, 9921.0, 9809.0, 9867.0, 9959.0, 9850.0, 9881.0, 9807.0, 9834.0, 9888.0, 9795.0, 9861.0, 9811.0, 9828.0, 9835.0, 9759.0, 9864.0, 9776.0, 9817.0, 9738.0, 9767.0, 9805.0, 9692.0, 9784.0, 9680.0, 9765.0, 9804.0, 9750.0, 9789.0, 9750.0, 9746.0, 9802.0, 9757.0, 9758.0, 9783.0, 9797.0, 9764.0, 9792.0, 9754.0, 9785.0, 9840.0, 9817.0, 9814.0, 9749.0, 9804.0, 9827.0, 9790.0, 9820.0, 9809.0, 9821.0, 9900.0, 9828.0, 9869.0, 9821.0, 9834.0, 9852.0, 9758.0, 9824.0, 9782.0, 9824.0, 9815.0, 9772.0, 9814.0, 9813.0, 9804.0, 9784.0, 9781.0, 9847.0, 9767.0, 9826.0, 9750.0, 9791.0, 9826.0, 9768.0, 9839.0, 9819.0, 9797.0, 9809.0, 9799.0, 9846.0, 9781.0, 9861.0, 9843.0, 9865.0, 9810.0, 9809.0, 9847.0, 9813.0, 9834.0, 9826.0, 9850.0, 9790.0, 9835.0, 9907.0, 9830.0, 9866.0, 9805.0, 9841.0, 9810.0, 9896.0, 9833.0, 9904.0, 9854.0, 9910.0, 9784.0, 9820.0, 9885.0, 9832.0, 9853.0, 9871.0, 9857.0, 9805.0, 9846.0, 9808.0, 9840.0, 9898.0, 9782.0, 9827.0, 9769.0, 9826.0, 9791.0, 9824.0, 9887.0, 9815.0, 9842.0, 9786.0, 9841.0, 9809.0, 9800.0, 9891.0, 9800.0, 9857.0, 9800.0, 9831.0, 9806.0, 9805.0, 9865.0, 9765.0, 9839.0, 9762.0, 9792.0, 9818.0, 9806.0, 9868.0, 9818.0, 9805.0, 9804.0, 9860.0, 9789.0, 9800.0, 9840.0, 9806.0, 9814.0, 9792.0, 9820.0, 9782.0, 9826.0, 9807.0, 9798.0, 9779.0, 9805.0, 9875.0, 9817.0, 9849.0, 9768.0, 9784.0, 9850.0, 9782.0, 9906.0, 9828.0, 9844.0, 9828.0, 9820.0, 9764.0, 9805.0, 9882.0, 9754.0, 9800.0, 9813.0, 9789.0, 9803.0, 9794.0, 9825.0, 9802.0, 9863.0, 9806.0, 9853.0, 9778.0, 9807.0, 9764.0, 9796.0, 9839.0, 9809.0, 9869.0, 9847.0, 9819.0, 9799.0, 9827.0, 9900.0, 9816.0, 9895.0, 9831.0, 9844.0, 9735.0, 9803.0, 9838.0, 9741.0, 9815.0, 9764.0, 9806.0, 9786.0, 9782.0, 9819.0, 9783.0, 9827.0, 9805.0, 9844.0, 9784.0, 9804.0, 9865.0, 9804.0, 9843.0, 9829.0, 9806.0, 9804.0, 9823.0, 9876.0, 9793.0, 9862.0, 9853.0, 9815.0, 9767.0, 9822.0, 9879.0, 9812.0, 9890.0, 9831.0, 9825.0, 9846.0, 9818.0, 9877.0, 9890.0, 9867.0, 9790.0, 9879.0, 9824.0, 9831.0, 9918.0, 9770.0, 9837.0, 9840.0, 9869.0, 9882.0, 9790.0, 9918.0, 9823.0, 9808.0, 9840.0, 9800.0, 9857.0, 9774.0, 9823.0, 9843.0, 9774.0, 9873.0, 9759.0, 9833.0, 9782.0, 9825.0, 9824.0, 9754.0, 9813.0, 9815.0, 9788.0, 9796.0, 9762.0, 9901.0, 9778.0, 9777.0, 9839.0, 9784.0, 9875.0, 9739.0, 9810.0, 9833.0, 9775.0, 9841.0, 9809.0, 9831.0, 9724.0, 9794.0, 9841.0, 9746.0, 9796.0, 9794.0, 9790.0, 9762.0, 9799.0, 9834.0, 9753.0, 9842.0, 9800.0, 9872.0, 9784.0, 9873.0, 9802.0, 9839.0, 9867.0, 9885.0, 9833.0, 9872.0, 9881.0, 9805.0, 9897.0, 9827.0, 9891.0, 9806.0, 9819.0, 9899.0, 9772.0, 9882.0, 9767.0, 9817.0, 9767.0, 9800.0, 9833.0, 9788.0, 9862.0, 9789.0, 9863.0, 9791.0, 9823.0, 9828.0, 9832.0, 9879.0, 9786.0, 9826.0, 9848.0, 9785.0, 9886.0, 9797.0, 9861.0, 9822.0, 9799.0, 9851.0, 9824.0, 9855.0, 9847.0, 9822.0, 9779.0, 9835.0, 9888.0, 9771.0, 9820.0, 9821.0, 9826.0, 9768.0, 9836.0, 9921.0, 9826.0, 9877.0, 9819.0, 9797.0, 9764.0, 9770.0, 9922.0, 9827.0, 9849.0, 9810.0, 9861.0, 9805.0, 9822.0, 9880.0, 9810.0, 9870.0, 9831.0, 9844.0, 9801.0, 9835.0, 9823.0, 9789.0, 9859.0, 9797.0, 9824.0, 9804.0, 9847.0, 9774.0, 9790.0, 9887.0, 9823.0, 9857.0, 9770.0, 9849.0, 9851.0, 9866.0, 9828.0, 9817.0, 9824.0, 9889.0, 9829.0, 9866.0, 9808.0, 9891.0, 9794.0, 9861.0, 9842.0, 9828.0, 9748.0, 9808.0, 9754.0, 9830.0, 9894.0, 9765.0, 9803.0, 9765.0, 9798.0, 9843.0, 9809.0, 9823.0, 9768.0, 9862.0, 9801.0, 9783.0, 9897.0, 9856.0, 9882.0, 9825.0, 9837.0, 9768.0, 9761.0, 9886.0, 9759.0, 9834.0, 9786.0, 9840.0, 9791.0, 9806.0, 9803.0, 9770.0, 9848.0, 9806.0, 9827.0, 9774.0, 9818.0, 9898.0, 9779.0, 9867.0, 9773.0, 9838.0, 9834.0, 9803.0, 9856.0, 9825.0, 9838.0, 9783.0, 9800.0, 9824.0, 9799.0, 9836.0, 9773.0, 9826.0, 9747.0, 9804.0, 9860.0, 9799.0, 9824.0, 9763.0, 9826.0, 9749.0, 9797.0, 9876.0, 9759.0, 9857.0, 9765.0, 9762.0, 9866.0, 9799.0, 9835.0, 9761.0, 9792.0, 9750.0, 9786.0, 9780.0, 9808.0, 9856.0, 9795.0, 9826.0, 9807.0, 9783.0, 9835.0, 9809.0, 9871.0, 9818.0, 9854.0, 9795.0, 9785.0, 9843.0, 9794.0, 9867.0, 9794.0, 9849.0, 9826.0, 9831.0, 9929.0, 9883.0, 9860.0, 9793.0, 9800.0, 9884.0, 9863.0, 9852.0, 9826.0, 9828.0, 9857.0, 9760.0, 9863.0, 9775.0, 9786.0, 9789.0, 9790.0, 9751.0, 9822.0, 9857.0, 9783.0, 9809.0, 9849.0, 9821.0, 9827.0, 9785.0, 9813.0, 9761.0, 9764.0, 9807.0, 9820.0, 9880.0, 9809.0, 9858.0, 9898.0, 9795.0, 9887.0, 9825.0, 9813.0, 9859.0, 9826.0, 9839.0, 9794.0, 9778.0, 9865.0, 9738.0, 9834.0, 9779.0, 9772.0, 9822.0, 9703.0, 9777.0, 9738.0, 9770.0, 9758.0, 9723.0, 9760.0, 9726.0, 9769.0, 9728.0, 9760.0, 9783.0, 9749.0, 9783.0, 9712.0, 9790.0, 9710.0, 9735.0, 9769.0, 9773.0, 9817.0, 9747.0, 9741.0, 9778.0, 9775.0, 9809.0, 9829.0, 9781.0, 9816.0, 9739.0, 9807.0, 9823.0, 9781.0, 9821.0, 9740.0, 9759.0, 9832.0, 9770.0, 9808.0, 9782.0, 9802.0, 9839.0, 9824.0, 9852.0, 9767.0, 9838.0, 9835.0, 9804.0, 9847.0, 9831.0, 9820.0, 9832.0, 9792.0, 9849.0, 9835.0, 9785.0, 9855.0, 9822.0, 9848.0, 9784.0, 9816.0, 9841.0, 9801.0, 9868.0, 9846.0, 9835.0, 9846.0, 9876.0, 9924.0, 9815.0, 9862.0, 9856.0, 9883.0, 9813.0, 9803.0, 9936.0, 9827.0, 9896.0, 9797.0, 9834.0, 9900.0, 9819.0, 9872.0, 9804.0, 9834.0, 9844.0, 9764.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.00048144827586206896</td></tr>
<tr><td colspan=3>aqi</td><td>0.01600010563218391</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.86005375492525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.219388932957422</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9972593552819331</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>7485.8921</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08537560562744406</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2988505747126435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.612368156095329</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559182666257058</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.834188296064049</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44373350596488</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157211</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010325714945793152</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025009935721755028</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.524296563638139</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.4138</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.5001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.2437</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.648</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>644.2931</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.8718</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1101.2054</td></tr>
<tr><td colspan=3>tsnr</td><td>42.90078937471844</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>