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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-03_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-03_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-0080/ses-03/func/sub-0080_ses-03_task-social_acq-mb8_run-03_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>00aa6f2c67e7c9b5cdd09581f09d267b</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:20:24.442500</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.999335, 0.0364668, -0.000549187, -0.0364693, 0.99932, -0.00549606]</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-03_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.102815</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7755, -7174, 495, -62, -153, 55, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e010f02-4515-4c09-ac81-3e88576efa77||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.6811420917510986, -0.09784433245658875, -0.0009406524477526546, 117.04199981689453], [-0.09783770143985748, 2.6811015605926514, -0.01488356664776802, -85.79085540771484], [-0.0014734285650774837, 0.014745526947081089, 2.6999588012695312, -20.94136619567871], [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': ['172024.442500', '172024.902500', '172025.362500', '172025.822500', '172026.282500', '172026.742500', '172027.202500', '172027.662500', '172028.122500', '172028.582500', '172029.042500', '172029.502500', '172029.962500', '172030.422500', '172030.882500', '172031.342500', '172031.802500', '172032.262500', '172032.722500', '172033.182500', '172033.642500', '172034.102500', '172034.562500', '172035.022500', '172035.482500', '172035.942500', '172036.402500', '172036.862500', '172037.322500', '172037.782500', '172038.242500', '172038.702500', '172039.162500', '172039.622500', '172040.082500', '172040.542500', '172041.002500', '172041.462500', '172041.922500', '172042.382500', '172042.842500', '172043.302500', '172043.762500', '172044.222500', '172044.682500', '172045.142500', '172045.602500', '172046.062500', '172046.522500', '172046.982500', '172047.442500', '172047.902500', '172048.362500', '172048.822500', '172049.282500', '172049.742500', '172050.202500', '172050.662500', '172051.122500', '172051.582500', '172052.042500', '172052.502500', '172052.962500', '172053.422500', '172053.882500', '172054.342500', '172054.802500', '172055.262500', '172055.722500', '172056.182500', '172056.642500', '172057.102500', '172057.562500', '172058.022500', '172058.482500', '172058.942500', '172059.402500', '172059.862500', '172100.322500', '172100.782500', '172101.242500', '172101.702500', '172102.162500', '172102.622500', '172103.082500', '172103.542500', '172104.002500', '172104.462500', '172104.922500', '172105.382500', '172105.842500', '172106.302500', '172106.762500', '172107.222500', '172107.682500', '172108.142500', '172108.602500', '172109.062500', '172109.522500', '172109.982500', '172110.442500', '172110.902500', '172111.362500', '172111.822500', '172112.282500', '172112.742500', '172113.202500', '172113.662500', '172114.122500', '172114.582500', '172115.042500', '172115.502500', '172115.962500', '172116.422500', '172116.882500', '172117.342500', '172117.802500', '172118.262500', '172118.722500', '172119.182500', '172119.642500', '172120.102500', '172120.562500', '172121.022500', '172121.482500', '172121.942500', '172122.402500', '172122.862500', '172123.322500', '172123.782500', '172124.242500', '172124.702500', '172125.162500', '172125.622500', '172126.082500', '172126.542500', '172127.002500', '172127.462500', '172127.922500', '172128.382500', '172128.842500', '172129.302500', '172129.762500', '172130.222500', '172130.682500', '172131.142500', '172131.602500', '172132.062500', '172132.522500', '172132.982500', '172133.442500', '172133.902500', '172134.362500', '172134.822500', '172135.282500', '172135.742500', '172136.202500', '172136.662500', '172137.122500', '172137.582500', '172138.042500', '172138.502500', '172138.962500', '172139.422500', '172139.882500', '172140.342500', '172140.802500', '172141.262500', '172141.722500', '172142.182500', '172142.642500', '172143.102500', '172143.562500', '172144.022500', '172144.482500', '172144.942500', '172145.402500', '172145.862500', '172146.322500', '172146.782500', '172147.242500', '172147.702500', '172148.162500', '172148.622500', '172149.082500', '172149.542500', '172150.002500', '172150.462500', '172150.922500', '172151.382500', '172151.842500', '172152.302500', '172152.762500', '172153.222500', '172153.682500', '172154.142500', '172154.602500', '172155.062500', '172155.522500', '172155.982500', '172156.442500', '172156.902500', '172157.362500', '172157.822500', '172158.282500', '172158.742500', '172159.202500', '172159.662500', '172200.122500', '172200.582500', '172201.042500', '172201.502500', '172201.962500', '172202.422500', '172202.882500', '172203.342500', '172203.802500', '172204.262500', '172204.722500', '172205.182500', '172205.642500', '172206.102500', '172206.562500', '172207.022500', '172207.482500', '172207.942500', '172208.402500', '172208.862500', '172209.322500', '172209.782500', '172210.242500', '172210.702500', '172211.162500', '172211.622500', '172212.082500', '172212.542500', '172213.002500', '172213.462500', '172213.922500', '172214.382500', '172214.842500', '172215.302500', '172215.762500', '172216.222500', '172216.682500', '172217.142500', '172217.602500', '172218.062500', '172218.522500', '172218.982500', '172219.442500', '172219.902500', '172220.362500', '172220.822500', '172221.282500', '172221.742500', '172222.202500', '172222.662500', '172223.122500', '172223.582500', '172224.042500', '172224.502500', '172224.962500', '172225.422500', '172225.882500', '172226.342500', '172226.802500', '172227.262500', '172227.722500', '172228.182500', '172228.642500', '172229.102500', '172229.562500', '172230.022500', '172230.482500', '172230.942500', '172231.402500', '172231.862500', '172232.322500', '172232.782500', '172233.242500', '172233.702500', '172234.162500', '172234.622500', '172235.082500', '172235.542500', '172236.002500', '172236.462500', '172236.922500', '172237.382500', '172237.842500', '172238.302500', '172238.762500', '172239.222500', '172239.682500', '172240.142500', '172240.602500', '172241.062500', '172241.522500', '172241.982500', '172242.442500', '172242.902500', '172243.362500', '172243.822500', '172244.282500', '172244.742500', '172245.202500', '172245.662500', '172246.122500', '172246.582500', '172247.042500', '172247.502500', '172247.962500', '172248.422500', '172248.882500', '172249.342500', '172249.802500', '172250.262500', '172250.722500', '172251.182500', '172251.642500', '172252.102500', '172252.562500', '172253.022500', '172253.482500', '172253.942500', '172254.402500', '172254.862500', '172255.322500', '172255.782500', '172256.242500', '172256.702500', '172257.162500', '172257.622500', '172258.082500', '172258.542500', '172259.002500', '172259.462500', '172259.922500', '172300.382500', '172300.842500', '172301.302500', '172301.762500', '172302.222500', '172302.682500', '172303.142500', '172303.602500', '172304.062500', '172304.522500', '172304.982500', '172305.442500', '172305.902500', '172306.362500', '172306.822500', '172307.282500', '172307.742500', '172308.202500', '172308.662500', '172309.122500', '172309.582500', '172310.042500', '172310.502500', '172310.962500', '172311.422500', '172311.882500', '172312.342500', '172312.802500', '172313.262500', '172313.722500', '172314.182500', '172314.642500', '172315.102500', '172315.562500', '172316.022500', '172316.482500', '172316.942500', '172317.402500', '172317.862500', '172318.322500', '172318.782500', '172319.242500', '172319.702500', '172320.162500', '172320.622500', '172321.082500', '172321.542500', '172322.002500', '172322.462500', '172322.922500', '172323.382500', '172323.842500', '172324.302500', '172324.762500', '172325.222500', '172325.682500', '172326.142500', '172326.602500', '172327.062500', '172327.522500', '172327.982500', '172328.442500', '172328.902500', '172329.362500', '172329.822500', '172330.282500', '172330.742500', '172331.202500', '172331.662500', '172332.122500', '172332.582500', '172333.042500', '172333.502500', '172333.962500', '172334.422500', '172334.882500', '172335.342500', '172335.802500', '172336.262500', '172336.722500', '172337.182500', '172337.642500', '172338.102500', '172338.562500', '172339.022500', '172339.482500', '172339.942500', '172340.402500', '172340.862500', '172341.322500', '172341.782500', '172342.242500', '172342.702500', '172343.162500', '172343.622500', '172344.082500', '172344.542500', '172345.002500', '172345.462500', '172345.922500', '172346.382500', '172346.842500', '172347.302500', '172347.762500', '172348.222500', '172348.682500', '172349.142500', '172349.602500', '172350.062500', '172350.522500', '172350.982500', '172351.442500', '172351.902500', '172352.362500', '172352.822500', '172353.282500', '172353.742500', '172354.202500', '172354.662500', '172355.122500', '172355.582500', '172356.042500', '172356.502500', '172356.962500', '172357.422500', '172357.882500', '172358.342500', '172358.802500', '172359.262500', '172359.722500', '172400.182500', '172400.642500', '172401.102500', '172401.562500', '172402.022500', '172402.482500', '172402.942500', '172403.402500', '172403.862500', '172404.322500', '172404.782500', '172405.242500', '172405.702500', '172406.162500', '172406.622500', '172407.082500', '172407.542500', '172408.002500', '172408.462500', '172408.922500', '172409.382500', '172409.842500', '172410.302500', '172410.762500', '172411.222500', '172411.682500', '172412.142500', '172412.602500', '172413.062500', '172413.522500', '172413.982500', '172414.442500', '172414.902500', '172415.362500', '172415.822500', '172416.282500', '172416.742500', '172417.202500', '172417.662500', '172418.122500', '172418.582500', '172419.042500', '172419.502500', '172419.962500', '172420.422500', '172420.882500', '172421.342500', '172421.802500', '172422.262500', '172422.722500', '172423.182500', '172423.642500', '172424.102500', '172424.562500', '172425.022500', '172425.482500', '172425.942500', '172426.402500', '172426.862500', '172427.322500', '172427.782500', '172428.242500', '172428.702500', '172429.162500', '172429.622500', '172430.082500', '172430.542500', '172431.002500', '172431.462500', '172431.922500', '172432.382500', '172432.842500', '172433.302500', '172433.762500', '172434.222500', '172434.682500', '172435.142500', '172435.602500', '172436.062500', '172436.522500', '172436.982500', '172437.442500', '172437.902500', '172438.362500', '172438.822500', '172439.282500', '172439.742500', '172440.202500', '172440.662500', '172441.122500', '172441.582500', '172442.042500', '172442.502500', '172442.962500', '172443.422500', '172443.882500', '172444.342500', '172444.802500', '172445.262500', '172445.722500', '172446.182500', '172446.642500', '172447.102500', '172447.562500', '172448.022500', '172448.482500', '172448.942500', '172449.402500', '172449.862500', '172450.322500', '172450.782500', '172451.242500', '172451.702500', '172452.162500', '172452.622500', '172453.082500', '172453.542500', '172454.002500', '172454.462500', '172454.922500', '172455.382500', '172455.842500', '172456.302500', '172456.762500', '172457.222500', '172457.682500', '172458.142500', '172458.602500', '172459.062500', '172459.522500', '172459.982500', '172500.442500', '172500.902500', '172501.362500', '172501.822500', '172502.282500', '172502.742500', '172503.202500', '172503.662500', '172504.122500', '172504.582500', '172505.042500', '172505.502500', '172505.962500', '172506.422500', '172506.882500', '172507.342500', '172507.802500', '172508.262500', '172508.722500', '172509.182500', '172509.642500', '172510.102500', '172510.562500', '172511.022500', '172511.482500', '172511.942500', '172512.402500', '172512.862500', '172513.322500', '172513.782500', '172514.242500', '172514.702500', '172515.162500', '172515.622500', '172516.082500', '172516.542500', '172517.002500', '172517.462500', '172517.922500', '172518.382500', '172518.842500', '172519.302500', '172519.762500', '172520.222500', '172520.682500', '172521.142500', '172521.602500', '172522.062500', '172522.522500', '172522.982500', '172523.442500', '172523.902500', '172524.362500', '172524.822500', '172525.282500', '172525.742500', '172526.202500', '172526.662500', '172527.122500', '172527.582500', '172528.042500', '172528.502500', '172528.962500', '172529.422500', '172529.882500', '172530.342500', '172530.802500', '172531.262500', '172531.722500', '172532.182500', '172532.642500', '172533.102500', '172533.562500', '172534.022500', '172534.482500', '172534.942500', '172535.402500', '172535.862500', '172536.322500', '172536.782500', '172537.242500', '172537.702500', '172538.162500', '172538.622500', '172539.082500', '172539.542500', '172540.002500', '172540.462500', '172540.922500', '172541.382500', '172541.842500', '172542.302500', '172542.762500', '172543.222500', '172543.682500', '172544.142500', '172544.602500', '172545.062500', '172545.522500', '172545.982500', '172546.442500', '172546.902500', '172547.362500', '172547.822500', '172548.282500', '172548.742500', '172549.202500', '172549.662500', '172550.122500', '172550.582500', '172551.042500', '172551.502500', '172551.962500', '172552.422500', '172552.882500', '172553.342500', '172553.802500', '172554.262500', '172554.722500', '172555.182500', '172555.642500', '172556.102500', '172556.562500', '172557.022500', '172557.482500', '172557.942500', '172558.402500', '172558.862500', '172559.322500', '172559.782500', '172600.242500', '172600.702500', '172601.162500', '172601.622500', '172602.082500', '172602.542500', '172603.002500', '172603.462500', '172603.922500', '172604.382500', '172604.842500', '172605.302500', '172605.762500', '172606.222500', '172606.682500', '172607.142500', '172607.602500', '172608.062500', '172608.522500', '172608.982500', '172609.442500', '172609.902500', '172610.362500', '172610.822500', '172611.282500', '172611.742500', '172612.202500', '172612.662500', '172613.122500', '172613.582500', '172614.042500', '172614.502500', '172614.962500', '172615.422500', '172615.882500', '172616.342500', '172616.802500', '172617.262500', '172617.722500', '172618.182500', '172618.642500', '172619.102500', '172619.562500', '172620.022500', '172620.482500', '172620.942500', '172621.402500', '172621.862500', '172622.322500', '172622.782500', '172623.242500', '172623.702500', '172624.162500', '172624.622500', '172625.082500', '172625.542500', '172626.002500', '172626.462500', '172626.922500', '172627.382500', '172627.842500', '172628.302500', '172628.762500', '172629.222500', '172629.682500', '172630.142500', '172630.602500', '172631.062500', '172631.522500', '172631.982500', '172632.442500', '172632.902500', '172633.362500', '172633.822500', '172634.282500', '172634.742500', '172635.202500', '172635.662500', '172636.122500', '172636.582500', '172637.042500', '172637.502500', '172637.962500', '172638.422500', '172638.882500', '172639.342500', '172639.802500', '172640.262500', '172640.722500', '172641.182500', '172641.642500', '172642.102500', '172642.562500', '172643.022500', '172643.482500', '172643.942500', '172644.402500', '172644.862500', '172645.322500', '172645.782500', '172646.242500', '172646.702500', '172647.162500', '172647.622500', '172648.082500', '172648.542500', '172649.002500', '172649.462500', '172649.922500', '172650.382500', '172650.842500', '172651.302500', '172651.762500', '172652.222500', '172652.682500', '172653.142500', '172653.602500', '172654.062500', '172654.522500', '172654.982500', '172655.442500', '172655.902500', '172656.362500', '172656.822500', '172657.282500', '172657.742500', '172658.202500', '172658.662500', '172659.122500', '172659.582500', '172700.042500', '172700.502500', '172700.962500', '172701.422500', '172701.882500', '172702.342500', '172702.802500', '172703.262500', '172703.722500', '172704.182500', '172704.642500', '172705.102500'], 'ContentTime': ['172046.575000', '172046.581000', '172046.584000', '172046.586000', '172046.589000', '172046.592000', '172046.594000', '172046.603000', '172046.606000', '172046.608000', '172046.611000', '172046.613000', '172046.616000', '172046.619000', '172046.622000', '172046.624000', '172046.627000', '172046.629000', '172046.632000', '172046.635000', '172046.637000', '172046.640000', '172046.642000', '172046.645000', '172046.647000', '172046.651000', '172046.653000', '172046.667000', '172046.669000', '172046.672000', '172046.674000', '172046.677000', '172046.680000', '172046.682000', '172046.685000', '172046.688000', '172046.690000', '172046.699000', '172046.702000', '172046.705000', '172046.707000', '172046.710000', '172046.712000', '172046.715000', '172046.717000', '172106.549000', '172106.551000', '172106.554000', '172106.556000', '172106.559000', '172106.562000', '172106.564000', '172106.567000', '172106.569000', '172106.572000', '172106.574000', '172106.577000', '172106.580000', '172106.582000', '172106.585000', '172106.587000', '172106.590000', '172106.592000', '172106.595000', '172106.598000', '172106.600000', '172106.603000', '172106.606000', '172106.608000', '172106.611000', '172106.614000', '172106.616000', '172106.619000', '172106.622000', '172106.624000', '172106.627000', '172106.629000', '172106.632000', '172106.634000', '172106.637000', '172106.640000', '172106.642000', '172106.645000', '172106.647000', '172106.650000', '172106.652000', '172106.655000', '172106.657000', '172106.660000', '172126.549000', '172126.551000', '172126.554000', '172126.556000', '172126.559000', '172126.562000', '172126.564000', '172126.567000', '172126.569000', '172126.572000', '172126.574000', '172126.577000', '172126.580000', '172126.582000', '172126.585000', '172126.593000', '172126.595000', '172126.598000', '172126.601000', '172126.603000', '172126.606000', '172126.608000', '172126.611000', '172126.614000', '172126.616000', '172126.619000', '172126.621000', '172126.624000', '172126.627000', '172126.629000', '172126.632000', '172126.634000', '172126.637000', '172126.640000', '172126.642000', '172126.645000', '172126.647000', '172126.650000', '172126.653000', '172126.655000', '172126.658000', '172126.660000', '172126.663000', '172146.548000', '172146.551000', '172146.554000', '172146.556000', '172146.559000', '172146.562000', '172146.564000', '172146.567000', '172146.569000', '172146.572000', '172146.575000', '172146.577000', '172146.580000', '172146.582000', '172146.585000', '172146.587000', '172146.590000', '172146.593000', '172146.595000', '172146.598000', '172146.600000', '172146.603000', '172146.605000', '172146.608000', '172146.611000', '172146.613000', '172146.616000', '172146.618000', '172146.621000', '172146.624000', '172146.626000', '172146.629000', '172146.631000', '172146.634000', '172146.637000', '172146.639000', '172146.642000', '172146.644000', '172146.647000', '172146.650000', '172146.652000', '172146.655000', '172146.657000', '172146.660000', '172206.548000', '172206.551000', '172206.554000', '172206.556000', '172206.559000', '172206.562000', '172206.564000', '172206.567000', '172206.569000', '172206.572000', '172206.575000', '172206.577000', '172206.580000', '172206.582000', '172206.585000', '172206.588000', '172206.590000', '172206.593000', '172206.596000', '172206.598000', '172206.601000', '172206.603000', '172206.606000', '172206.608000', '172206.611000', '172206.614000', '172206.616000', '172206.619000', '172206.622000', '172206.624000', '172206.627000', '172206.630000', '172206.632000', '172206.635000', '172206.645000', '172206.648000', '172206.651000', '172206.653000', '172206.656000', '172206.658000', '172206.661000', '172206.664000', '172206.666000', '172226.547000', '172226.550000', '172226.553000', '172226.555000', '172226.558000', '172226.560000', '172226.563000', '172226.566000', '172226.568000', '172226.571000', '172226.574000', '172226.576000', '172226.579000', '172226.581000', '172226.584000', '172226.586000', '172226.589000', '172226.592000', '172226.594000', '172226.597000', '172226.599000', '172226.618000', '172226.621000', '172226.623000', '172226.626000', '172226.628000', '172226.631000', '172226.633000', '172226.636000', '172226.639000', '172226.641000', '172226.644000', '172226.646000', '172226.649000', '172226.652000', '172226.654000', '172226.657000', '172226.659000', '172226.662000', '172226.665000', '172226.667000', '172226.670000', '172226.672000', '172226.675000', '172246.549000', '172246.551000', '172246.554000', '172246.557000', '172246.559000', '172246.562000', '172246.564000', '172246.567000', '172246.570000', '172246.572000', '172246.575000', '172246.577000', '172246.580000', '172246.583000', '172246.585000', '172246.588000', '172246.590000', '172246.593000', '172246.595000', '172246.598000', '172246.601000', '172246.603000', '172246.606000', '172246.608000', '172246.611000', '172246.613000', '172246.616000', '172246.619000', '172246.621000', '172246.624000', '172246.627000', '172246.629000', '172246.632000', '172246.634000', '172246.637000', '172246.640000', '172246.642000', '172246.645000', '172246.647000', '172246.650000', '172246.652000', '172246.655000', '172246.658000', '172306.548000', '172306.551000', '172306.554000', '172306.557000', '172306.559000', '172306.562000', '172306.564000', '172306.567000', '172306.570000', '172306.572000', '172306.575000', '172306.577000', '172306.589000', '172306.591000', '172306.594000', '172306.597000', '172306.599000', '172306.602000', '172306.604000', '172306.607000', '172306.610000', '172306.612000', '172306.615000', '172306.617000', '172306.620000', '172306.623000', '172306.625000', '172306.628000', '172306.630000', '172306.633000', '172306.636000', '172306.638000', '172306.641000', '172306.644000', '172306.646000', '172306.649000', '172306.651000', '172306.654000', '172306.656000', '172306.659000', '172306.662000', '172306.664000', '172306.667000', '172306.669000', '172326.549000', '172326.551000', '172326.554000', '172326.557000', '172326.559000', '172326.562000', '172326.564000', '172326.567000', '172326.570000', '172326.572000', '172326.575000', '172326.577000', '172326.580000', '172326.583000', '172326.585000', '172326.588000', '172326.590000', '172326.593000', '172326.596000', '172326.598000', '172326.601000', '172326.603000', '172326.606000', '172326.609000', '172326.611000', '172326.614000', '172326.616000', '172326.619000', '172326.621000', '172326.624000', '172326.627000', '172326.629000', '172326.632000', '172326.635000', '172326.637000', '172326.640000', '172326.642000', '172326.645000', '172326.647000', '172326.650000', '172326.653000', '172326.655000', '172326.658000', '172346.549000', '172346.551000', '172346.554000', '172346.557000', '172346.559000', '172346.562000', '172346.565000', '172346.567000', '172346.570000', '172346.572000', '172346.575000', '172346.577000', '172346.580000', '172346.583000', '172346.585000', '172346.588000', '172346.590000', '172346.593000', '172346.596000', '172346.598000', '172346.601000', '172346.603000', '172346.606000', '172346.609000', '172346.611000', '172346.614000', '172346.617000', '172346.619000', '172346.622000', '172346.624000', '172346.627000', '172346.630000', '172346.632000', '172346.635000', '172346.638000', '172346.640000', '172346.643000', '172346.645000', '172346.648000', '172346.650000', '172346.653000', '172346.656000', '172346.658000', '172346.661000', '172406.549000', '172406.551000', '172406.554000', '172406.557000', '172406.559000', '172406.562000', '172406.564000', '172406.567000', '172406.570000', '172406.572000', '172406.575000', '172406.577000', '172406.580000', '172406.583000', '172406.585000', '172406.588000', '172406.599000', '172406.601000', '172406.604000', '172406.606000', '172406.609000', '172406.611000', '172406.614000', '172406.617000', '172406.619000', '172406.622000', '172406.624000', '172406.627000', '172406.630000', '172406.632000', '172406.635000', '172406.637000', '172406.640000', '172406.643000', '172406.645000', '172406.648000', '172406.650000', '172406.653000', '172406.656000', '172406.658000', '172406.661000', '172406.663000', '172406.666000', '172426.548000', '172426.551000', '172426.554000', '172426.556000', '172426.559000', '172426.562000', '172426.564000', '172426.567000', '172426.569000', '172426.572000', '172426.574000', '172426.577000', '172426.580000', '172426.583000', '172426.585000', '172426.588000', '172426.591000', '172426.593000', '172426.596000', '172426.599000', '172426.601000', '172426.604000', '172426.606000', '172426.609000', '172426.612000', '172426.614000', '172426.617000', '172426.619000', '172426.622000', '172426.625000', '172426.627000', '172426.630000', '172426.632000', '172426.635000', '172426.638000', '172426.640000', '172426.643000', '172426.645000', '172426.648000', '172426.651000', '172426.653000', '172426.656000', '172426.658000', '172446.548000', '172446.551000', '172446.553000', '172446.556000', '172446.558000', '172446.561000', '172446.563000', '172446.566000', '172446.569000', '172446.571000', '172446.574000', '172446.576000', '172446.579000', '172446.582000', '172446.584000', '172446.587000', '172446.589000', '172446.592000', '172446.594000', '172446.597000', '172446.600000', '172446.602000', '172446.605000', '172446.608000', '172446.610000', '172446.613000', '172446.616000', '172446.618000', '172446.621000', '172446.623000', '172446.626000', '172446.628000', '172446.631000', '172446.634000', '172446.636000', '172446.639000', '172446.641000', '172446.644000', '172446.647000', '172446.649000', '172446.652000', '172446.654000', '172446.657000', '172446.659000', '172506.548000', '172506.551000', '172506.554000', '172506.557000', '172506.559000', '172506.562000', '172506.564000', '172506.567000', '172506.570000', '172506.572000', '172506.575000', '172506.577000', '172506.580000', '172506.583000', '172506.585000', '172506.588000', '172506.590000', '172506.593000', '172506.595000', '172506.598000', '172506.601000', '172506.603000', '172506.606000', '172506.608000', '172506.611000', '172506.613000', '172506.616000', '172506.619000', '172506.621000', '172506.624000', '172506.627000', '172506.629000', '172506.632000', '172506.634000', '172506.637000', '172506.640000', '172506.642000', '172506.645000', '172506.647000', '172506.650000', '172506.652000', '172506.655000', '172506.658000', '172506.660000', '172526.549000', '172526.552000', '172526.554000', '172526.557000', '172526.559000', '172526.562000', '172526.564000', '172526.567000', '172526.570000', '172526.572000', '172526.575000', '172526.577000', '172526.580000', '172526.583000', '172526.585000', '172526.588000', '172526.590000', '172526.593000', '172526.596000', '172526.598000', '172526.601000', '172526.603000', '172526.606000', '172526.609000', '172526.611000', '172526.614000', '172526.616000', '172526.633000', '172526.635000', '172526.638000', '172526.640000', '172526.643000', '172526.646000', '172526.648000', '172526.651000', '172526.653000', '172526.656000', '172526.658000', '172526.661000', '172526.664000', '172526.666000', '172526.669000', '172526.671000', '172546.548000', '172546.551000', '172546.554000', '172546.557000', '172546.559000', '172546.562000', '172546.564000', '172546.567000', '172546.571000', '172546.573000', '172546.576000', '172546.578000', '172546.581000', '172546.584000', '172546.587000', '172546.589000', '172546.592000', '172546.595000', '172546.597000', '172546.600000', '172546.602000', '172546.605000', '172546.608000', '172546.610000', '172546.613000', '172546.616000', '172546.618000', '172546.621000', '172546.624000', '172546.626000', '172546.629000', '172546.632000', '172546.634000', '172546.637000', '172546.639000', '172546.642000', '172546.645000', '172546.647000', '172546.650000', '172546.652000', '172546.655000', '172546.658000', '172546.660000', '172546.663000', '172606.548000', '172606.551000', '172606.554000', '172606.557000', '172606.559000', '172606.562000', '172606.564000', '172606.567000', '172606.570000', '172606.572000', '172606.575000', '172606.577000', '172606.580000', '172606.582000', '172606.585000', '172606.588000', '172606.590000', '172606.593000', '172606.596000', '172606.598000', '172606.601000', '172606.603000', '172606.606000', '172606.608000', '172606.611000', '172606.614000', '172606.616000', '172606.619000', '172606.622000', '172606.624000', '172606.627000', '172606.629000', '172606.632000', '172606.634000', '172606.637000', '172606.640000', '172606.642000', '172606.645000', '172606.647000', '172606.650000', '172606.653000', '172606.655000', '172606.658000', '172626.548000', '172626.551000', '172626.554000', '172626.556000', '172626.559000', '172626.562000', '172626.564000', '172626.567000', '172626.569000', '172626.572000', '172626.575000', '172626.577000', '172626.580000', '172626.582000', '172626.585000', '172626.588000', '172626.590000', '172626.593000', '172626.596000', '172626.598000', '172626.601000', '172626.603000', '172626.606000', '172626.609000', '172626.611000', '172626.614000', '172626.617000', '172626.619000', '172626.622000', '172626.624000', '172626.627000', '172626.630000', '172626.632000', '172626.635000', '172626.637000', '172626.641000', '172626.644000', '172626.647000', '172626.649000', '172626.652000', '172626.655000', '172626.657000', '172626.660000', '172646.549000', '172646.552000', '172646.554000', '172646.557000', '172646.559000', '172646.562000', '172646.564000', '172646.567000', '172646.570000', '172646.572000', '172646.575000', '172646.577000', '172646.580000', '172646.582000', '172646.585000', '172646.588000', '172646.590000', '172646.593000', '172646.596000', '172646.598000', '172646.601000', '172646.603000', '172646.606000', '172646.608000', '172646.611000', '172646.614000', '172646.616000', '172646.619000', '172646.621000', '172646.624000', '172646.627000', '172646.629000', '172646.632000', '172646.635000', '172646.637000', '172646.640000', '172646.642000', '172646.645000', '172646.647000', '172646.650000', '172646.653000', '172646.655000', '172646.658000', '172646.660000', '172706.557000', '172706.560000', '172706.563000', '172706.565000', '172706.568000', '172706.571000', '172706.574000', '172706.577000', '172706.579000', '172706.582000', '172706.585000', '172706.587000', '172706.591000', '172706.593000', '172706.596000', '172706.599000', '172706.601000', '172706.604000', '172706.607000', '172706.609000', '172706.612000', '172706.615000', '172706.618000', '172706.621000', '172706.623000', '172706.626000', '172706.629000', '172706.631000', '172706.634000', '172706.637000', '172706.640000', '172706.642000', '172706.645000', '172706.648000', '172706.650000', '172706.653000', '172706.655000', '172706.658000', '172706.661000', '172706.664000', '172706.666000', '172706.669000', '172706.671000', '172706.674000'], 'InstanceCreationTime': ['172046.575000', '172046.581000', '172046.584000', '172046.586000', '172046.589000', '172046.592000', '172046.594000', '172046.603000', '172046.606000', '172046.608000', '172046.611000', '172046.613000', '172046.616000', '172046.619000', '172046.622000', '172046.624000', '172046.627000', '172046.629000', '172046.632000', '172046.635000', '172046.637000', '172046.640000', '172046.642000', '172046.645000', '172046.647000', '172046.651000', '172046.653000', '172046.667000', '172046.669000', '172046.672000', '172046.674000', '172046.677000', '172046.680000', '172046.682000', '172046.685000', '172046.688000', '172046.690000', '172046.699000', '172046.702000', '172046.705000', '172046.707000', '172046.710000', '172046.712000', '172046.715000', '172046.717000', '172106.549000', '172106.551000', '172106.554000', '172106.556000', '172106.559000', '172106.562000', '172106.564000', '172106.567000', '172106.569000', '172106.572000', '172106.574000', '172106.577000', '172106.580000', '172106.582000', '172106.585000', '172106.587000', '172106.590000', '172106.592000', '172106.595000', '172106.598000', '172106.600000', '172106.603000', '172106.606000', '172106.608000', '172106.611000', '172106.614000', '172106.616000', '172106.619000', '172106.622000', '172106.624000', '172106.627000', '172106.629000', '172106.632000', '172106.634000', '172106.637000', '172106.640000', '172106.642000', '172106.645000', '172106.647000', '172106.650000', '172106.652000', '172106.655000', '172106.657000', '172106.660000', '172126.549000', '172126.551000', '172126.554000', '172126.556000', '172126.559000', '172126.562000', '172126.564000', '172126.567000', '172126.569000', '172126.572000', '172126.574000', '172126.577000', '172126.580000', '172126.582000', '172126.585000', '172126.593000', '172126.595000', '172126.598000', '172126.601000', '172126.603000', '172126.606000', '172126.608000', '172126.611000', '172126.614000', '172126.616000', '172126.619000', '172126.621000', '172126.624000', '172126.627000', '172126.629000', '172126.632000', '172126.634000', '172126.637000', '172126.640000', '172126.642000', '172126.645000', '172126.647000', '172126.650000', '172126.653000', '172126.655000', '172126.658000', '172126.660000', '172126.663000', '172146.548000', '172146.551000', '172146.554000', '172146.556000', '172146.559000', '172146.562000', '172146.564000', '172146.567000', '172146.569000', '172146.572000', '172146.575000', '172146.577000', '172146.580000', '172146.582000', '172146.585000', '172146.587000', '172146.590000', '172146.593000', '172146.595000', '172146.598000', '172146.600000', '172146.603000', '172146.605000', '172146.608000', '172146.611000', '172146.613000', '172146.616000', '172146.618000', '172146.621000', '172146.624000', '172146.626000', '172146.629000', '172146.631000', '172146.634000', '172146.637000', '172146.639000', '172146.642000', '172146.644000', '172146.647000', '172146.650000', '172146.652000', '172146.655000', '172146.657000', '172146.660000', '172206.548000', '172206.551000', '172206.554000', '172206.556000', '172206.559000', '172206.562000', '172206.564000', '172206.567000', '172206.569000', '172206.572000', '172206.575000', '172206.577000', '172206.580000', '172206.582000', '172206.585000', '172206.588000', '172206.590000', '172206.593000', '172206.596000', '172206.598000', '172206.601000', '172206.603000', '172206.606000', '172206.608000', '172206.611000', '172206.614000', '172206.616000', '172206.619000', '172206.622000', '172206.624000', '172206.627000', '172206.630000', '172206.632000', '172206.635000', '172206.645000', '172206.648000', '172206.651000', '172206.653000', '172206.656000', '172206.658000', '172206.661000', '172206.664000', '172206.666000', '172226.547000', '172226.550000', '172226.553000', '172226.555000', '172226.558000', '172226.560000', '172226.563000', '172226.566000', '172226.568000', '172226.571000', '172226.574000', '172226.576000', '172226.579000', '172226.581000', '172226.584000', '172226.586000', '172226.589000', '172226.592000', '172226.594000', '172226.597000', '172226.599000', '172226.618000', '172226.621000', '172226.623000', '172226.626000', '172226.628000', '172226.631000', '172226.633000', '172226.636000', '172226.639000', '172226.641000', '172226.644000', '172226.646000', '172226.649000', '172226.652000', '172226.654000', '172226.657000', '172226.659000', '172226.662000', '172226.665000', '172226.667000', '172226.670000', '172226.672000', '172226.675000', '172246.549000', '172246.551000', '172246.554000', '172246.557000', '172246.559000', '172246.562000', '172246.564000', '172246.567000', '172246.570000', '172246.572000', '172246.575000', '172246.577000', '172246.580000', '172246.583000', '172246.585000', '172246.588000', '172246.590000', '172246.593000', '172246.595000', '172246.598000', '172246.601000', '172246.603000', '172246.606000', '172246.608000', '172246.611000', '172246.613000', '172246.616000', '172246.619000', '172246.621000', '172246.624000', '172246.627000', '172246.629000', '172246.632000', '172246.634000', '172246.637000', '172246.640000', '172246.642000', '172246.645000', '172246.647000', '172246.650000', '172246.652000', '172246.655000', '172246.658000', '172306.548000', '172306.551000', '172306.554000', '172306.557000', '172306.559000', '172306.562000', '172306.564000', '172306.567000', '172306.570000', '172306.572000', '172306.575000', '172306.577000', '172306.589000', '172306.591000', '172306.594000', '172306.597000', '172306.599000', '172306.602000', '172306.604000', '172306.607000', '172306.610000', '172306.612000', '172306.615000', '172306.617000', '172306.620000', '172306.623000', '172306.625000', '172306.628000', '172306.630000', '172306.633000', '172306.636000', '172306.638000', '172306.641000', '172306.644000', '172306.646000', '172306.649000', '172306.651000', '172306.654000', '172306.656000', '172306.659000', '172306.662000', '172306.664000', '172306.667000', '172306.669000', '172326.549000', '172326.551000', '172326.554000', '172326.557000', '172326.559000', '172326.562000', '172326.564000', '172326.567000', '172326.570000', '172326.572000', '172326.575000', '172326.577000', '172326.580000', '172326.583000', '172326.585000', '172326.588000', '172326.590000', '172326.593000', '172326.596000', '172326.598000', '172326.601000', '172326.603000', '172326.606000', '172326.609000', '172326.611000', '172326.614000', '172326.616000', '172326.619000', '172326.621000', '172326.624000', '172326.627000', '172326.629000', '172326.632000', '172326.635000', '172326.637000', '172326.640000', '172326.642000', '172326.645000', '172326.647000', '172326.650000', '172326.653000', '172326.655000', '172326.658000', '172346.549000', '172346.551000', '172346.554000', '172346.557000', '172346.559000', '172346.562000', '172346.565000', '172346.567000', '172346.570000', '172346.572000', '172346.575000', '172346.577000', '172346.580000', '172346.583000', '172346.585000', '172346.588000', '172346.590000', '172346.593000', '172346.596000', '172346.598000', '172346.601000', '172346.603000', '172346.606000', '172346.609000', '172346.611000', '172346.614000', '172346.617000', '172346.619000', '172346.622000', '172346.624000', '172346.627000', '172346.630000', '172346.632000', '172346.635000', '172346.638000', '172346.640000', '172346.643000', '172346.645000', '172346.648000', '172346.650000', '172346.653000', '172346.656000', '172346.658000', '172346.661000', '172406.549000', '172406.551000', '172406.554000', '172406.557000', '172406.559000', '172406.562000', '172406.564000', '172406.567000', '172406.570000', '172406.572000', '172406.575000', '172406.577000', '172406.580000', '172406.583000', '172406.585000', '172406.588000', '172406.599000', '172406.601000', '172406.604000', '172406.606000', '172406.609000', '172406.611000', '172406.614000', '172406.617000', '172406.619000', '172406.622000', '172406.624000', '172406.627000', '172406.630000', '172406.632000', '172406.635000', '172406.637000', '172406.640000', '172406.643000', '172406.645000', '172406.648000', '172406.650000', '172406.653000', '172406.656000', '172406.658000', '172406.661000', '172406.663000', '172406.666000', '172426.548000', '172426.551000', '172426.554000', '172426.556000', '172426.559000', '172426.562000', '172426.564000', '172426.567000', '172426.569000', '172426.572000', '172426.574000', '172426.577000', '172426.580000', '172426.583000', '172426.585000', '172426.588000', '172426.591000', '172426.593000', '172426.596000', '172426.599000', '172426.601000', '172426.604000', '172426.606000', '172426.609000', '172426.612000', '172426.614000', '172426.617000', '172426.619000', '172426.622000', '172426.625000', '172426.627000', '172426.630000', '172426.632000', '172426.635000', '172426.638000', '172426.640000', '172426.643000', '172426.645000', '172426.648000', '172426.651000', '172426.653000', '172426.656000', '172426.658000', '172446.548000', '172446.551000', '172446.553000', '172446.556000', '172446.558000', '172446.561000', '172446.563000', '172446.566000', '172446.569000', '172446.571000', '172446.574000', '172446.576000', '172446.579000', '172446.582000', '172446.584000', '172446.587000', '172446.589000', '172446.592000', '172446.594000', '172446.597000', '172446.600000', '172446.602000', '172446.605000', '172446.608000', '172446.610000', '172446.613000', '172446.616000', '172446.618000', '172446.621000', '172446.623000', '172446.626000', '172446.628000', '172446.631000', '172446.634000', '172446.636000', '172446.639000', '172446.641000', '172446.644000', '172446.647000', '172446.649000', '172446.652000', '172446.654000', '172446.657000', '172446.659000', '172506.548000', '172506.551000', '172506.554000', '172506.557000', '172506.559000', '172506.562000', '172506.564000', '172506.567000', '172506.570000', '172506.572000', '172506.575000', '172506.577000', '172506.580000', '172506.583000', '172506.585000', '172506.588000', '172506.590000', '172506.593000', '172506.595000', '172506.598000', '172506.601000', '172506.603000', '172506.606000', '172506.608000', '172506.611000', '172506.613000', '172506.616000', '172506.619000', '172506.621000', '172506.624000', '172506.627000', '172506.629000', '172506.632000', '172506.634000', '172506.637000', '172506.640000', '172506.642000', '172506.645000', '172506.647000', '172506.650000', '172506.652000', '172506.655000', '172506.658000', '172506.660000', '172526.549000', '172526.552000', '172526.554000', '172526.557000', '172526.559000', '172526.562000', '172526.564000', '172526.567000', '172526.570000', '172526.572000', '172526.575000', '172526.577000', '172526.580000', '172526.583000', '172526.585000', '172526.588000', '172526.590000', '172526.593000', '172526.596000', '172526.598000', '172526.601000', '172526.603000', '172526.606000', '172526.609000', '172526.611000', '172526.614000', '172526.616000', '172526.633000', '172526.635000', '172526.638000', '172526.640000', '172526.643000', '172526.646000', '172526.648000', '172526.651000', '172526.653000', '172526.656000', '172526.658000', '172526.661000', '172526.664000', '172526.666000', '172526.669000', '172526.671000', '172546.548000', '172546.551000', '172546.554000', '172546.557000', '172546.559000', '172546.562000', '172546.564000', '172546.567000', '172546.571000', '172546.573000', '172546.576000', '172546.578000', '172546.581000', '172546.584000', '172546.587000', '172546.589000', '172546.592000', '172546.595000', '172546.597000', '172546.600000', '172546.602000', '172546.605000', '172546.608000', '172546.610000', '172546.613000', '172546.616000', '172546.618000', '172546.621000', '172546.624000', '172546.626000', '172546.629000', '172546.632000', '172546.634000', '172546.637000', '172546.639000', '172546.642000', '172546.645000', '172546.647000', '172546.650000', '172546.652000', '172546.655000', '172546.658000', '172546.660000', '172546.663000', '172606.548000', '172606.551000', '172606.554000', '172606.557000', '172606.559000', '172606.562000', '172606.564000', '172606.567000', '172606.570000', '172606.572000', '172606.575000', '172606.577000', '172606.580000', '172606.582000', '172606.585000', '172606.588000', '172606.590000', '172606.593000', '172606.596000', '172606.598000', '172606.601000', '172606.603000', '172606.606000', '172606.608000', '172606.611000', '172606.614000', '172606.616000', '172606.619000', '172606.622000', '172606.624000', '172606.627000', '172606.629000', '172606.632000', '172606.634000', '172606.637000', '172606.640000', '172606.642000', '172606.645000', '172606.647000', '172606.650000', '172606.653000', '172606.655000', '172606.658000', '172626.548000', '172626.551000', '172626.554000', '172626.556000', '172626.559000', '172626.562000', '172626.564000', '172626.567000', '172626.569000', '172626.572000', '172626.575000', '172626.577000', '172626.580000', '172626.582000', '172626.585000', '172626.588000', '172626.590000', '172626.593000', '172626.596000', '172626.598000', '172626.601000', '172626.603000', '172626.606000', '172626.609000', '172626.611000', '172626.614000', '172626.617000', '172626.619000', '172626.622000', '172626.624000', '172626.627000', '172626.630000', '172626.632000', '172626.635000', '172626.637000', '172626.641000', '172626.644000', '172626.647000', '172626.649000', '172626.652000', '172626.655000', '172626.657000', '172626.660000', '172646.549000', '172646.552000', '172646.554000', '172646.557000', '172646.559000', '172646.562000', '172646.564000', '172646.567000', '172646.570000', '172646.572000', '172646.575000', '172646.577000', '172646.580000', '172646.582000', '172646.585000', '172646.588000', '172646.590000', '172646.593000', '172646.596000', '172646.598000', '172646.601000', '172646.603000', '172646.606000', '172646.608000', '172646.611000', '172646.614000', '172646.616000', '172646.619000', '172646.621000', '172646.624000', '172646.627000', '172646.629000', '172646.632000', '172646.635000', '172646.637000', '172646.640000', '172646.642000', '172646.645000', '172646.647000', '172646.650000', '172646.653000', '172646.655000', '172646.658000', '172646.660000', '172706.557000', '172706.560000', '172706.563000', '172706.565000', '172706.568000', '172706.571000', '172706.574000', '172706.577000', '172706.579000', '172706.582000', '172706.585000', '172706.587000', '172706.591000', '172706.593000', '172706.596000', '172706.599000', '172706.601000', '172706.604000', '172706.607000', '172706.609000', '172706.612000', '172706.615000', '172706.618000', '172706.621000', '172706.623000', '172706.626000', '172706.629000', '172706.631000', '172706.634000', '172706.637000', '172706.640000', '172706.642000', '172706.645000', '172706.648000', '172706.650000', '172706.653000', '172706.655000', '172706.658000', '172706.661000', '172706.664000', '172706.666000', '172706.669000', '172706.671000', '172706.674000'], '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': [10668, 12458, 9444, 11629, 9015, 8732, 11410, 9159, 13739, 9716, 9719, 14234, 10323, 12417, 9761, 10051, 9949, 12385, 10241, 10381, 14043, 10221, 11344, 9081, 9729, 11596, 10264, 12171, 8038, 10366, 8919, 9883, 12788, 10276, 11889, 8186, 10925, 15484, 10335, 14650, 9963, 13075, 8569, 9792, 15212, 10373, 10957, 8810, 10328, 9666, 10170, 9173, 9975, 16241, 10790, 14004, 12327, 10834, 14634, 10846, 12746, 10152, 10067, 8659, 9787, 15204, 10658, 10506, 8348, 10451, 7394, 8097, 8446, 10214, 15620, 9920, 10761, 14285, 10824, 13629, 9871, 10943, 7560, 10571, 14311, 10581, 13504, 10042, 9627, 10292, 13372, 7594, 10983, 15328, 10542, 12332, 9606, 10814, 13849, 10776, 12820, 10201, 11491, 9244, 10353, 15027, 10458, 13762, 8321, 11158, 15790, 11457, 15337, 10913, 11038, 10959, 15321, 11546, 14145, 10445, 11252, 9659, 11231, 12514, 10853, 11517, 10249, 15612, 9919, 10866, 17319, 10880, 13011, 9866, 9780, 7732, 11114, 14415, 10704, 13358, 10175, 9889, 7469, 10696, 13860, 10289, 10801, 8273, 9350, 9336, 10631, 14868, 11104, 13104, 9203, 11557, 16234, 10917, 12716, 10204, 10889, 8885, 11314, 15485, 10720, 13946, 9881, 10428, 17043, 10693, 13020, 12496, 11653, 13876, 10647, 11765, 9861, 10797, 16658, 11136, 12841, 10486, 11881, 13265, 11439, 11359, 10066, 9356, 10290, 10926, 15460, 11145, 13298, 8669, 11440, 14692, 11644, 14844, 11003, 10896, 8158, 11934, 13733, 10561, 11770, 7967, 10863, 10557, 11447, 11814, 10181, 7079, 8047, 9430, 7254, 11357, 15528, 9450, 11534, 16285, 10107, 12128, 11148, 10560, 15151, 9834, 12082, 8137, 11542, 12625, 11108, 14550, 9350, 11833, 16066, 11091, 11879, 7927, 11607, 12911, 11320, 7492, 9095, 7944, 11905, 10735, 11216, 14479, 10506, 12837, 9933, 12035, 8757, 7216, 11645, 15662, 10038, 12874, 12601, 11479, 11871, 11457, 14801, 8506, 11842, 15350, 10209, 11797, 8992, 11319, 7873, 11133, 13546, 9455, 11254, 7789, 8516, 7326, 11223, 15049, 8764, 11316, 16192, 10360, 13299, 9492, 11879, 10295, 10034, 13086, 8479, 10368, 7531, 8565, 8761, 11842, 17078, 10454, 12311, 8805, 11545, 10796, 9863, 8216, 9415, 8384, 11784, 13110, 11143, 16953, 10596, 14162, 9751, 10090, 10174, 12325, 17996, 10955, 14755, 11348, 12101, 16257, 11796, 11808, 9556, 11308, 12421, 10033, 9575, 8413, 11415, 7086, 11474, 12123, 8429, 10557, 13258, 10808, 11699, 7288, 10947, 11831, 8693, 10798, 13832, 10309, 11910, 9306, 10615, 7615, 10439, 12918, 9749, 10642, 15721, 9455, 13285, 9442, 11597, 15957, 9743, 12581, 17106, 10382, 12881, 9940, 11201, 14832, 10462, 11930, 11982, 11111, 12703, 9674, 11747, 13182, 9908, 12140, 9723, 10787, 10634, 12121, 12979, 11806, 15178, 12170, 11282, 10027, 11146, 9256, 11828, 14563, 10698, 11384, 17663, 11140, 14394, 9334, 11714, 10835, 11033, 11549, 9595, 11330, 7654, 10836, 11619, 8921, 10481, 10656, 11603, 9289, 10766, 10200, 12980, 9712, 11092, 10626, 13802, 15679, 11164, 15882, 12073, 11329, 8146, 10998, 12777, 10333, 11240, 10373, 10335, 10763, 11520, 15151, 10270, 12650, 9142, 11122, 11328, 10584, 11028, 10363, 12674, 11661, 11140, 13896, 9671, 11513, 12964, 11121, 11994, 10224, 8121, 10840, 10165, 12717, 11395, 11283, 16474, 11260, 10303, 11195, 7958, 7381, 11485, 16780, 14512, 11173, 16683, 10907, 12352, 11871, 11526, 13076, 10353, 12105, 11106, 12273, 13337, 11064, 11890, 13819, 12238, 16784, 12212, 13575, 12684, 11594, 12216, 12687, 9666, 12139, 12238, 12483, 12068, 11444, 11752, 10159, 11813, 14525, 11412, 11794, 10125, 11475, 12195, 10618, 11273, 10111, 10528, 9642, 11173, 8822, 11010, 12384, 9682, 11301, 9095, 11267, 14417, 10507, 11434, 10202, 11194, 11702, 10633, 14968, 9758, 14689, 9233, 11160, 9776, 11490, 15717, 9745, 11206, 12852, 9771, 12156, 8519, 10479, 13179, 8787, 11343, 9476, 10325, 12218, 9228, 11305, 8821, 10712, 7637, 10510, 10031, 9688, 11955, 8108, 10594, 14253, 9762, 11889, 10638, 10780, 8198, 10794, 15281, 11100, 12096, 15973, 10784, 15688, 8771, 10950, 8481, 11267, 13712, 10710, 11675, 8272, 10993, 12994, 9849, 11829, 8314, 10744, 13442, 9097, 11597, 8842, 10921, 8893, 10674, 14142, 11014, 12025, 12868, 10644, 15175, 9563, 11891, 10025, 11728, 11032, 11208, 12996, 11783, 9205, 11080, 9886, 10218, 10242, 7756, 13369, 17284, 11408, 10884, 15129, 10390, 12778, 9673, 10756, 8721, 10776, 8015, 10702, 9471, 10316, 8926, 7192, 11388, 15825, 10775, 11591, 16102, 11307, 13480, 10482, 12407, 11332, 13602, 10626, 11006, 15871, 11410, 14580, 9850, 11756, 8982, 10986, 12779, 8691, 11710, 9857, 11135, 9472, 10464, 8284, 11243, 13788, 10693, 11779, 9207, 11272, 9036, 11184, 12366, 10410, 11367, 10179, 9771, 9543, 8192, 10837, 9530, 8550, 11483, 15820, 16315, 11638, 14429, 11455, 11333, 14505, 10354, 11114, 10059, 11090, 12997, 8771, 11875, 10761, 11059, 10666, 11083, 15240, 9792, 11679, 10794, 11034, 14183, 9276, 11197, 8442, 10985, 13133, 9703, 11403, 9024, 11163, 8176, 10803, 13625, 11593, 10954, 15399, 10074, 13111, 10054, 11225, 8986, 10954, 13559, 10529, 11438, 13049, 10915, 14600, 9377, 11634, 10331, 11234, 15385, 9575, 12482, 9921, 11454, 9101, 11113, 12899, 9751, 11630, 13705, 12148, 11372, 8718, 11158, 13429, 9364, 11062, 8670, 11195, 12161, 9337, 11419, 14097, 9959, 12979, 10483, 10903, 8961, 11499, 15461, 9046, 11790, 9112, 11040, 10709, 9136, 11186, 14914, 9264, 14148, 11199, 11390, 15236, 10376, 13351, 9367, 11955, 11143, 11824, 8342, 11776, 12275, 11424, 8009, 11322, 13713, 9609, 11557, 14895, 9562, 12007, 10073, 11738, 9855, 8591, 9583, 10645, 10628, 7848, 13348, 17917, 10879, 15166, 9692, 11587, 9192, 11459, 14931, 10408, 12078, 9642, 10681, 8885, 10820, 13827, 8853, 10823, 10037, 11015, 9861, 10753, 7552, 11094, 15008, 9044, 12561, 8023, 10825, 11479, 9780, 12326, 9409, 10968, 16628, 9762, 11839, 9531, 10944, 11697, 10364, 11853, 9772, 11213, 15380, 9484, 12002, 9934, 12239, 10944, 12699, 10588, 16790, 10265, 11673, 16171, 9900, 12144, 14207, 9293, 12031, 9123, 11559, 10002, 10831, 8131, 7520, 8695, 12048, 12252, 10020, 12478], 'WindowCenter': [4362.0, 4356.0, 4310.0, 4327.0, 4293.0, 4284.0, 4312.0, 4294.0, 4334.0, 4291.0, 4294.0, 4335.0, 4291.0, 4310.0, 4292.0, 4291.0, 4304.0, 4336.0, 4303.0, 4317.0, 4335.0, 4304.0, 4314.0, 4282.0, 4305.0, 4325.0, 4317.0, 4349.0, 4285.0, 4316.0, 4294.0, 4306.0, 4335.0, 4318.0, 4339.0, 4286.0, 4328.0, 4346.0, 4316.0, 4345.0, 4306.0, 4337.0, 4284.0, 4305.0, 4345.0, 4303.0, 4316.0, 4296.0, 4315.0, 4304.0, 4315.0, 4304.0, 4316.0, 4357.0, 4317.0, 4346.0, 4323.0, 4315.0, 4334.0, 4314.0, 4323.0, 4301.0, 4302.0, 4279.0, 4302.0, 4343.0, 4313.0, 4315.0, 4281.0, 4314.0, 4272.0, 4283.0, 4293.0, 4328.0, 4355.0, 4315.0, 4327.0, 4345.0, 4313.0, 4334.0, 4315.0, 4315.0, 4285.0, 4327.0, 4345.0, 4324.0, 4347.0, 4318.0, 4319.0, 4342.0, 4362.0, 4299.0, 4340.0, 4362.0, 4329.0, 4338.0, 4317.0, 4329.0, 4347.0, 4328.0, 4338.0, 4317.0, 4337.0, 4307.0, 4330.0, 4357.0, 4328.0, 4350.0, 4287.0, 4328.0, 4358.0, 4327.0, 4346.0, 4314.0, 4314.0, 4326.0, 4357.0, 4351.0, 4346.0, 4314.0, 4326.0, 4304.0, 4325.0, 4336.0, 4328.0, 4326.0, 4317.0, 4358.0, 4304.0, 4324.0, 4356.0, 4302.0, 4322.0, 4292.0, 4301.0, 4272.0, 4325.0, 4343.0, 4314.0, 4333.0, 4315.0, 4306.0, 4273.0, 4315.0, 4335.0, 4317.0, 4326.0, 4295.0, 4304.0, 4305.0, 4328.0, 4345.0, 4326.0, 4348.0, 4306.0, 4326.0, 4354.0, 4315.0, 4336.0, 4316.0, 4325.0, 4293.0, 4325.0, 4346.0, 4317.0, 4346.0, 4316.0, 4327.0, 4356.0, 4314.0, 4336.0, 4324.0, 4314.0, 4334.0, 4302.0, 4312.0, 4291.0, 4313.0, 4341.0, 4310.0, 4322.0, 4299.0, 4311.0, 4321.0, 4309.0, 4300.0, 4289.0, 4290.0, 4300.0, 4313.0, 4340.0, 4311.0, 4332.0, 4280.0, 4312.0, 4331.0, 4311.0, 4331.0, 4312.0, 4312.0, 4270.0, 4320.0, 4332.0, 4311.0, 4322.0, 4280.0, 4313.0, 4324.0, 4334.0, 4335.0, 4311.0, 4284.0, 4296.0, 4317.0, 4301.0, 4353.0, 4384.0, 4318.0, 4327.0, 4345.0, 4303.0, 4336.0, 4311.0, 4312.0, 4343.0, 4302.0, 4323.0, 4270.0, 4323.0, 4320.0, 4311.0, 4332.0, 4290.0, 4309.0, 4330.0, 4299.0, 4310.0, 4269.0, 4311.0, 4319.0, 4310.0, 4259.0, 4291.0, 4282.0, 4337.0, 4313.0, 4336.0, 4356.0, 4328.0, 4346.0, 4327.0, 4347.0, 4307.0, 4299.0, 4352.0, 4382.0, 4318.0, 4346.0, 4336.0, 4338.0, 4335.0, 4326.0, 4347.0, 4293.0, 4335.0, 4355.0, 4314.0, 4322.0, 4292.0, 4323.0, 4293.0, 4325.0, 4334.0, 4303.0, 4325.0, 4285.0, 4306.0, 4285.0, 4338.0, 4358.0, 4307.0, 4338.0, 4369.0, 4316.0, 4345.0, 4317.0, 4350.0, 4314.0, 4318.0, 4345.0, 4295.0, 4316.0, 4286.0, 4308.0, 4320.0, 4353.0, 4370.0, 4329.0, 4339.0, 4305.0, 4325.0, 4325.0, 4317.0, 4310.0, 4319.0, 4309.0, 4350.0, 4345.0, 4337.0, 4368.0, 4314.0, 4346.0, 4315.0, 4327.0, 4326.0, 4336.0, 4366.0, 4312.0, 4333.0, 4300.0, 4310.0, 4338.0, 4309.0, 4310.0, 4289.0, 4309.0, 4320.0, 4288.0, 4288.0, 4266.0, 4309.0, 4257.0, 4322.0, 4333.0, 4281.0, 4312.0, 4332.0, 4311.0, 4321.0, 4270.0, 4312.0, 4322.0, 4291.0, 4324.0, 4342.0, 4312.0, 4323.0, 4303.0, 4323.0, 4282.0, 4326.0, 4346.0, 4316.0, 4327.0, 4356.0, 4305.0, 4333.0, 4304.0, 4326.0, 4343.0, 4301.0, 4322.0, 4340.0, 4300.0, 4323.0, 4289.0, 4310.0, 4327.0, 4298.0, 4310.0, 4306.0, 4298.0, 4318.0, 4286.0, 4320.0, 4330.0, 4299.0, 4320.0, 4300.0, 4310.0, 4311.0, 4323.0, 4319.0, 4321.0, 4329.0, 4308.0, 4308.0, 4298.0, 4309.0, 4288.0, 4321.0, 4340.0, 4298.0, 4309.0, 4338.0, 4307.0, 4326.0, 4276.0, 4308.0, 4297.0, 4309.0, 4321.0, 4288.0, 4309.0, 4256.0, 4308.0, 4310.0, 4289.0, 4310.0, 4324.0, 4335.0, 4315.0, 4325.0, 4326.0, 4357.0, 4328.0, 4337.0, 4326.0, 4359.0, 4369.0, 4324.0, 4353.0, 4321.0, 4313.0, 4281.0, 4326.0, 4332.0, 4310.0, 4323.0, 4313.0, 4302.0, 4324.0, 4334.0, 4344.0, 4313.0, 4335.0, 4304.0, 4324.0, 4313.0, 4314.0, 4313.0, 4315.0, 4336.0, 4312.0, 4312.0, 4332.0, 4289.0, 4322.0, 4332.0, 4322.0, 4319.0, 4300.0, 4281.0, 4321.0, 4313.0, 4346.0, 4323.0, 4325.0, 4353.0, 4309.0, 4313.0, 4323.0, 4295.0, 4286.0, 4347.0, 4381.0, 4345.0, 4326.0, 4369.0, 4325.0, 4347.0, 4323.0, 4323.0, 4331.0, 4300.0, 4321.0, 4308.0, 4319.0, 4319.0, 4309.0, 4320.0, 4317.0, 4310.0, 4340.0, 4296.0, 4303.0, 4304.0, 4296.0, 4306.0, 4306.0, 4273.0, 4304.0, 4292.0, 4293.0, 4292.0, 4293.0, 4294.0, 4272.0, 4292.0, 4301.0, 4295.0, 4293.0, 4270.0, 4293.0, 4292.0, 4296.0, 4296.0, 4298.0, 4298.0, 4301.0, 4322.0, 4291.0, 4311.0, 4332.0, 4301.0, 4323.0, 4292.0, 4323.0, 4343.0, 4313.0, 4323.0, 4312.0, 4323.0, 4322.0, 4312.0, 4353.0, 4302.0, 4343.0, 4303.0, 4322.0, 4312.0, 4335.0, 4352.0, 4302.0, 4323.0, 4319.0, 4300.0, 4320.0, 4291.0, 4324.0, 4342.0, 4292.0, 4322.0, 4313.0, 4323.0, 4332.0, 4302.0, 4324.0, 4303.0, 4326.0, 4285.0, 4325.0, 4325.0, 4328.0, 4347.0, 4294.0, 4336.0, 4357.0, 4326.0, 4347.0, 4327.0, 4337.0, 4307.0, 4339.0, 4369.0, 4338.0, 4348.0, 4356.0, 4324.0, 4353.0, 4305.0, 4326.0, 4292.0, 4334.0, 4344.0, 4326.0, 4334.0, 4293.0, 4323.0, 4343.0, 4325.0, 4336.0, 4293.0, 4326.0, 4346.0, 4304.0, 4324.0, 4305.0, 4325.0, 4306.0, 4337.0, 4357.0, 4326.0, 4338.0, 4345.0, 4315.0, 4354.0, 4305.0, 4334.0, 4315.0, 4335.0, 4323.0, 4325.0, 4360.0, 4347.0, 4302.0, 4322.0, 4325.0, 4326.0, 4338.0, 4298.0, 4372.0, 4384.0, 4327.0, 4326.0, 4344.0, 4314.0, 4344.0, 4302.0, 4324.0, 4303.0, 4324.0, 4293.0, 4310.0, 4312.0, 4313.0, 4316.0, 4297.0, 4361.0, 4384.0, 4341.0, 4338.0, 4357.0, 4324.0, 4332.0, 4312.0, 4320.0, 4322.0, 4344.0, 4312.0, 4312.0, 4340.0, 4309.0, 4330.0, 4289.0, 4309.0, 4277.0, 4309.0, 4320.0, 4279.0, 4310.0, 4298.0, 4310.0, 4299.0, 4310.0, 4290.0, 4323.0, 4331.0, 4312.0, 4323.0, 4291.0, 4311.0, 4291.0, 4322.0, 4332.0, 4312.0, 4320.0, 4312.0, 4316.0, 4327.0, 4318.0, 4350.0, 4342.0, 4332.0, 4362.0, 4387.0, 4370.0, 4325.0, 4345.0, 4323.0, 4323.0, 4344.0, 4302.0, 4312.0, 4299.0, 4311.0, 4330.0, 4280.0, 4322.0, 4311.0, 4322.0, 4313.0, 4324.0, 4353.0, 4313.0, 4325.0, 4311.0, 4310.0, 4330.0, 4290.0, 4312.0, 4280.0, 4312.0, 4332.0, 4302.0, 4323.0, 4293.0, 4322.0, 4292.0, 4324.0, 4343.0, 4323.0, 4324.0, 4354.0, 4302.0, 4333.0, 4311.0, 4322.0, 4302.0, 4325.0, 4342.0, 4313.0, 4335.0, 4333.0, 4324.0, 4343.0, 4304.0, 4322.0, 4313.0, 4325.0, 4353.0, 4302.0, 4333.0, 4300.0, 4322.0, 4290.0, 4322.0, 4333.0, 4300.0, 4321.0, 4333.0, 4321.0, 4312.0, 4279.0, 4311.0, 4329.0, 4290.0, 4322.0, 4278.0, 4311.0, 4322.0, 4290.0, 4322.0, 4342.0, 4302.0, 4330.0, 4310.0, 4311.0, 4290.0, 4336.0, 4367.0, 4306.0, 4334.0, 4304.0, 4334.0, 4337.0, 4315.0, 4336.0, 4356.0, 4315.0, 4358.0, 4323.0, 4336.0, 4355.0, 4314.0, 4356.0, 4303.0, 4332.0, 4334.0, 4346.0, 4294.0, 4334.0, 4332.0, 4321.0, 4280.0, 4322.0, 4343.0, 4299.0, 4320.0, 4341.0, 4300.0, 4318.0, 4297.0, 4319.0, 4312.0, 4303.0, 4317.0, 4326.0, 4342.0, 4310.0, 4371.0, 4382.0, 4327.0, 4346.0, 4304.0, 4323.0, 4293.0, 4323.0, 4343.0, 4314.0, 4323.0, 4302.0, 4311.0, 4291.0, 4323.0, 4331.0, 4303.0, 4324.0, 4302.0, 4313.0, 4313.0, 4325.0, 4296.0, 4339.0, 4357.0, 4307.0, 4347.0, 4285.0, 4325.0, 4324.0, 4316.0, 4336.0, 4304.0, 4326.0, 4354.0, 4314.0, 4336.0, 4303.0, 4314.0, 4322.0, 4312.0, 4322.0, 4302.0, 4324.0, 4357.0, 4318.0, 4336.0, 4313.0, 4334.0, 4325.0, 4346.0, 4351.0, 4394.0, 4327.0, 4336.0, 4356.0, 4302.0, 4324.0, 4332.0, 4291.0, 4333.0, 4300.0, 4320.0, 4311.0, 4309.0, 4294.0, 4294.0, 4318.0, 4360.0, 4346.0, 4326.0, 4347.0], 'WindowWidth': [9633.0, 9616.0, 9539.0, 9557.0, 9505.0, 9495.0, 9530.0, 9507.0, 9565.0, 9496.0, 9505.0, 9564.0, 9498.0, 9522.0, 9498.0, 9498.0, 9521.0, 9569.0, 9518.0, 9541.0, 9566.0, 9517.0, 9534.0, 9489.0, 9525.0, 9553.0, 9545.0, 9595.0, 9500.0, 9540.0, 9507.0, 9527.0, 9565.0, 9546.0, 9578.0, 9502.0, 9558.0, 9582.0, 9540.0, 9579.0, 9528.0, 9573.0, 9494.0, 9525.0, 9579.0, 9517.0, 9542.0, 9513.0, 9538.0, 9521.0, 9538.0, 9524.0, 9542.0, 9601.0, 9543.0, 9584.0, 9546.0, 9536.0, 9563.0, 9534.0, 9545.0, 9512.0, 9516.0, 9482.0, 9516.0, 9573.0, 9532.0, 9539.0, 9486.0, 9533.0, 9477.0, 9494.0, 9510.0, 9562.0, 9597.0, 9542.0, 9560.0, 9580.0, 9533.0, 9562.0, 9538.0, 9540.0, 9499.0, 9560.0, 9584.0, 9553.0, 9586.0, 9551.0, 9551.0, 9587.0, 9618.0, 9527.0, 9582.0, 9615.0, 9563.0, 9574.0, 9546.0, 9566.0, 9587.0, 9561.0, 9577.0, 9545.0, 9573.0, 9532.0, 9570.0, 9603.0, 9561.0, 9596.0, 9502.0, 9562.0, 9604.0, 9558.0, 9584.0, 9538.0, 9538.0, 9557.0, 9600.0, 9601.0, 9585.0, 9534.0, 9554.0, 9523.0, 9552.0, 9570.0, 9563.0, 9556.0, 9545.0, 9607.0, 9525.0, 9552.0, 9599.0, 9515.0, 9542.0, 9500.0, 9514.0, 9477.0, 9551.0, 9575.0, 9534.0, 9561.0, 9536.0, 9527.0, 9479.0, 9539.0, 9567.0, 9544.0, 9558.0, 9512.0, 9524.0, 9526.0, 9561.0, 9584.0, 9556.0, 9592.0, 9531.0, 9557.0, 9593.0, 9539.0, 9567.0, 9543.0, 9555.0, 9507.0, 9552.0, 9584.0, 9543.0, 9582.0, 9541.0, 9560.0, 9599.0, 9535.0, 9567.0, 9548.0, 9533.0, 9561.0, 9513.0, 9527.0, 9499.0, 9532.0, 9568.0, 9523.0, 9543.0, 9505.0, 9525.0, 9540.0, 9519.0, 9510.0, 9494.0, 9495.0, 9511.0, 9532.0, 9568.0, 9527.0, 9559.0, 9484.0, 9531.0, 9557.0, 9528.0, 9555.0, 9530.0, 9533.0, 9471.0, 9541.0, 9559.0, 9527.0, 9544.0, 9486.0, 9534.0, 9551.0, 9566.0, 9568.0, 9529.0, 9501.0, 9519.0, 9550.0, 9535.0, 9610.0, 9657.0, 9550.0, 9558.0, 9583.0, 9519.0, 9571.0, 9529.0, 9531.0, 9573.0, 9516.0, 9546.0, 9471.0, 9547.0, 9541.0, 9526.0, 9560.0, 9496.0, 9524.0, 9551.0, 9507.0, 9522.0, 9466.0, 9526.0, 9535.0, 9522.0, 9456.0, 9501.0, 9493.0, 9573.0, 9534.0, 9570.0, 9600.0, 9564.0, 9587.0, 9562.0, 9589.0, 9536.0, 9530.0, 9606.0, 9651.0, 9552.0, 9586.0, 9574.0, 9575.0, 9567.0, 9556.0, 9589.0, 9507.0, 9569.0, 9599.0, 9537.0, 9544.0, 9504.0, 9550.0, 9510.0, 9553.0, 9565.0, 9522.0, 9555.0, 9502.0, 9531.0, 9503.0, 9578.0, 9606.0, 9535.0, 9579.0, 9624.0, 9545.0, 9583.0, 9548.0, 9598.0, 9541.0, 9550.0, 9584.0, 9513.0, 9545.0, 9506.0, 9537.0, 9557.0, 9606.0, 9628.0, 9565.0, 9578.0, 9525.0, 9555.0, 9555.0, 9547.0, 9545.0, 9554.0, 9543.0, 9599.0, 9584.0, 9574.0, 9620.0, 9539.0, 9586.0, 9542.0, 9564.0, 9556.0, 9572.0, 9615.0, 9530.0, 9563.0, 9512.0, 9524.0, 9562.0, 9523.0, 9527.0, 9495.0, 9523.0, 9542.0, 9490.0, 9492.0, 9460.0, 9523.0, 9454.0, 9545.0, 9563.0, 9490.0, 9532.0, 9562.0, 9527.0, 9543.0, 9472.0, 9533.0, 9548.0, 9504.0, 9555.0, 9577.0, 9532.0, 9550.0, 9525.0, 9550.0, 9495.0, 9557.0, 9586.0, 9543.0, 9560.0, 9598.0, 9527.0, 9561.0, 9522.0, 9556.0, 9578.0, 9515.0, 9546.0, 9569.0, 9511.0, 9547.0, 9493.0, 9522.0, 9545.0, 9506.0, 9527.0, 9516.0, 9504.0, 9533.0, 9487.0, 9540.0, 9555.0, 9511.0, 9539.0, 9513.0, 9528.0, 9530.0, 9551.0, 9539.0, 9542.0, 9553.0, 9519.0, 9521.0, 9506.0, 9523.0, 9494.0, 9543.0, 9570.0, 9507.0, 9522.0, 9564.0, 9517.0, 9542.0, 9474.0, 9520.0, 9502.0, 9523.0, 9544.0, 9494.0, 9521.0, 9446.0, 9521.0, 9525.0, 9500.0, 9527.0, 9551.0, 9568.0, 9543.0, 9559.0, 9559.0, 9603.0, 9566.0, 9576.0, 9562.0, 9613.0, 9624.0, 9554.0, 9591.0, 9543.0, 9536.0, 9489.0, 9559.0, 9559.0, 9528.0, 9547.0, 9533.0, 9518.0, 9548.0, 9566.0, 9579.0, 9533.0, 9568.0, 9525.0, 9550.0, 9535.0, 9536.0, 9535.0, 9540.0, 9573.0, 9530.0, 9528.0, 9558.0, 9495.0, 9544.0, 9562.0, 9547.0, 9537.0, 9514.0, 9489.0, 9543.0, 9536.0, 9586.0, 9552.0, 9555.0, 9592.0, 9523.0, 9535.0, 9550.0, 9517.0, 9507.0, 9593.0, 9651.0, 9585.0, 9561.0, 9624.0, 9554.0, 9590.0, 9549.0, 9547.0, 9558.0, 9514.0, 9542.0, 9520.0, 9536.0, 9536.0, 9523.0, 9543.0, 9533.0, 9526.0, 9570.0, 9497.0, 9505.0, 9505.0, 9499.0, 9512.0, 9515.0, 9462.0, 9506.0, 9486.0, 9490.0, 9490.0, 9490.0, 9495.0, 9459.0, 9486.0, 9500.0, 9497.0, 9492.0, 9456.0, 9490.0, 9489.0, 9498.0, 9500.0, 9504.0, 9506.0, 9514.0, 9544.0, 9502.0, 9531.0, 9559.0, 9518.0, 9548.0, 9505.0, 9549.0, 9577.0, 9535.0, 9548.0, 9531.0, 9550.0, 9547.0, 9535.0, 9593.0, 9522.0, 9577.0, 9521.0, 9548.0, 9534.0, 9569.0, 9591.0, 9517.0, 9548.0, 9538.0, 9513.0, 9542.0, 9502.0, 9553.0, 9577.0, 9506.0, 9547.0, 9536.0, 9551.0, 9559.0, 9523.0, 9555.0, 9527.0, 9561.0, 9504.0, 9559.0, 9558.0, 9565.0, 9594.0, 9515.0, 9575.0, 9607.0, 9559.0, 9591.0, 9562.0, 9577.0, 9539.0, 9585.0, 9624.0, 9578.0, 9596.0, 9603.0, 9555.0, 9596.0, 9529.0, 9559.0, 9508.0, 9568.0, 9585.0, 9559.0, 9569.0, 9511.0, 9552.0, 9577.0, 9558.0, 9573.0, 9509.0, 9558.0, 9587.0, 9527.0, 9553.0, 9529.0, 9556.0, 9533.0, 9578.0, 9605.0, 9558.0, 9577.0, 9583.0, 9541.0, 9596.0, 9527.0, 9566.0, 9543.0, 9569.0, 9548.0, 9557.0, 9616.0, 9589.0, 9519.0, 9549.0, 9557.0, 9562.0, 9580.0, 9528.0, 9634.0, 9660.0, 9561.0, 9559.0, 9583.0, 9538.0, 9584.0, 9519.0, 9555.0, 9525.0, 9556.0, 9513.0, 9528.0, 9535.0, 9537.0, 9550.0, 9526.0, 9621.0, 9658.0, 9588.0, 9582.0, 9606.0, 9554.0, 9561.0, 9532.0, 9542.0, 9547.0, 9581.0, 9532.0, 9535.0, 9570.0, 9523.0, 9552.0, 9495.0, 9523.0, 9477.0, 9525.0, 9541.0, 9483.0, 9525.0, 9505.0, 9524.0, 9510.0, 9529.0, 9502.0, 9550.0, 9561.0, 9532.0, 9551.0, 9502.0, 9529.0, 9501.0, 9546.0, 9561.0, 9532.0, 9541.0, 9532.0, 9546.0, 9565.0, 9555.0, 9603.0, 9594.0, 9580.0, 9621.0, 9666.0, 9630.0, 9557.0, 9585.0, 9549.0, 9551.0, 9582.0, 9518.0, 9533.0, 9510.0, 9528.0, 9553.0, 9488.0, 9546.0, 9530.0, 9546.0, 9536.0, 9554.0, 9593.0, 9537.0, 9557.0, 9530.0, 9527.0, 9556.0, 9500.0, 9532.0, 9486.0, 9534.0, 9563.0, 9520.0, 9551.0, 9507.0, 9546.0, 9507.0, 9554.0, 9579.0, 9549.0, 9553.0, 9594.0, 9519.0, 9564.0, 9531.0, 9548.0, 9521.0, 9555.0, 9577.0, 9534.0, 9569.0, 9565.0, 9552.0, 9576.0, 9524.0, 9550.0, 9538.0, 9557.0, 9596.0, 9522.0, 9564.0, 9513.0, 9544.0, 9499.0, 9544.0, 9562.0, 9512.0, 9542.0, 9565.0, 9542.0, 9531.0, 9483.0, 9529.0, 9553.0, 9501.0, 9546.0, 9483.0, 9529.0, 9547.0, 9498.0, 9547.0, 9573.0, 9518.0, 9553.0, 9527.0, 9530.0, 9500.0, 9572.0, 9619.0, 9534.0, 9568.0, 9530.0, 9568.0, 9578.0, 9545.0, 9574.0, 9604.0, 9545.0, 9609.0, 9551.0, 9571.0, 9601.0, 9540.0, 9603.0, 9526.0, 9563.0, 9569.0, 9590.0, 9515.0, 9571.0, 9561.0, 9547.0, 9488.0, 9547.0, 9579.0, 9513.0, 9543.0, 9574.0, 9516.0, 9538.0, 9505.0, 9537.0, 9536.0, 9524.0, 9548.0, 9561.0, 9592.0, 9549.0, 9630.0, 9652.0, 9561.0, 9586.0, 9524.0, 9549.0, 9505.0, 9548.0, 9577.0, 9537.0, 9550.0, 9517.0, 9529.0, 9503.0, 9547.0, 9555.0, 9522.0, 9551.0, 9519.0, 9536.0, 9537.0, 9554.0, 9521.0, 9582.0, 9603.0, 9536.0, 9592.0, 9503.0, 9555.0, 9552.0, 9544.0, 9573.0, 9524.0, 9557.0, 9594.0, 9540.0, 9574.0, 9520.0, 9535.0, 9544.0, 9532.0, 9547.0, 9518.0, 9552.0, 9603.0, 9553.0, 9574.0, 9535.0, 9565.0, 9556.0, 9588.0, 9605.0, 9672.0, 9563.0, 9571.0, 9599.0, 9519.0, 9551.0, 9561.0, 9503.0, 9565.0, 9517.0, 9544.0, 9532.0, 9528.0, 9516.0, 9518.0, 9557.0, 9619.0, 9590.0, 9562.0, 9589.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.0016015172413793102</td></tr>
<tr><td colspan=3>aqi</td><td>0.045511347586206896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.55748050818181</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1769472453624856</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9706358916110471</td></tr>
<tr><td colspan=3>efc</td><td>0.4732</td></tr>
<tr><td colspan=3>fber</td><td>6705.7104</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13216930642001326</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.597701149425287</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499920900370324</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372860034335699</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7650101158952034</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361892550880069</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101012</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005614693742245436</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03276647627353668</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.109194537805313</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.753</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0078</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3199</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>300582.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.508</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.836</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.5428</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3540.2383</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1322.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.5243</td></tr>
<tr><td colspan=3>tsnr</td><td>32.027630279480945</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>