<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-03/func/sub-0060_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>5dfaedb4d4d77e96126045eb8fb129da</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>18:17:57.897500</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.999284, 0.0378312, -0.000777441, -0.0373407, 0.989235, 0.141491]</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.0890814</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>[4143, -7735, -7267, 686, -25, 38, 5, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cf47fa17-ab99-4962-8304-d1bd58ada709||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.6810054779052734, -0.10018228739500046, -0.016528988257050514, 115.95728302001953], [-0.10149829089641571, 2.654045343399048, 0.38167399168014526, -100.1383056640625], [-0.002085817977786064, -0.3796102702617645, 2.6728360652923584, -44.41196823120117], [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': ['181757.897500', '181758.357500', '181758.817500', '181759.277500', '181759.737500', '181800.197500', '181800.657500', '181801.117500', '181801.577500', '181802.037500', '181802.497500', '181802.957500', '181803.417500', '181803.877500', '181804.337500', '181804.797500', '181805.257500', '181805.717500', '181806.177500', '181806.637500', '181807.097500', '181807.557500', '181808.017500', '181808.477500', '181808.937500', '181809.397500', '181809.857500', '181810.317500', '181810.777500', '181811.237500', '181811.697500', '181812.157500', '181812.617500', '181813.077500', '181813.537500', '181813.997500', '181814.457500', '181814.917500', '181815.377500', '181815.837500', '181816.297500', '181816.757500', '181817.217500', '181817.677500', '181818.137500', '181818.597500', '181819.057500', '181819.517500', '181819.977500', '181820.437500', '181820.897500', '181821.357500', '181821.817500', '181822.277500', '181822.737500', '181823.197500', '181823.657500', '181824.117500', '181824.577500', '181825.037500', '181825.497500', '181825.957500', '181826.417500', '181826.877500', '181827.337500', '181827.797500', '181828.257500', '181828.717500', '181829.177500', '181829.637500', '181830.097500', '181830.557500', '181831.017500', '181831.477500', '181831.937500', '181832.397500', '181832.857500', '181833.317500', '181833.777500', '181834.237500', '181834.697500', '181835.157500', '181835.617500', '181836.077500', '181836.537500', '181836.997500', '181837.457500', '181837.917500', '181838.377500', '181838.837500', '181839.297500', '181839.757500', '181840.217500', '181840.677500', '181841.137500', '181841.597500', '181842.057500', '181842.517500', '181842.977500', '181843.437500', '181843.897500', '181844.357500', '181844.817500', '181845.277500', '181845.737500', '181846.197500', '181846.657500', '181847.117500', '181847.577500', '181848.037500', '181848.497500', '181848.957500', '181849.417500', '181849.877500', '181850.337500', '181850.797500', '181851.257500', '181851.717500', '181852.177500', '181852.637500', '181853.097500', '181853.557500', '181854.017500', '181854.477500', '181854.937500', '181855.397500', '181855.857500', '181856.317500', '181856.777500', '181857.237500', '181857.697500', '181858.157500', '181858.617500', '181859.077500', '181859.537500', '181859.997500', '181900.457500', '181900.917500', '181901.377500', '181901.837500', '181902.297500', '181902.757500', '181903.217500', '181903.677500', '181904.137500', '181904.597500', '181905.057500', '181905.517500', '181905.977500', '181906.437500', '181906.897500', '181907.357500', '181907.817500', '181908.277500', '181908.737500', '181909.197500', '181909.657500', '181910.117500', '181910.577500', '181911.037500', '181911.497500', '181911.957500', '181912.417500', '181912.877500', '181913.337500', '181913.797500', '181914.257500', '181914.717500', '181915.177500', '181915.637500', '181916.097500', '181916.557500', '181917.017500', '181917.477500', '181917.937500', '181918.397500', '181918.857500', '181919.317500', '181919.777500', '181920.237500', '181920.697500', '181921.157500', '181921.617500', '181922.077500', '181922.537500', '181922.997500', '181923.457500', '181923.917500', '181924.377500', '181924.837500', '181925.297500', '181925.757500', '181926.217500', '181926.677500', '181927.137500', '181927.597500', '181928.057500', '181928.517500', '181928.977500', '181929.437500', '181929.897500', '181930.357500', '181930.817500', '181931.277500', '181931.737500', '181932.197500', '181932.657500', '181933.117500', '181933.577500', '181934.037500', '181934.497500', '181934.957500', '181935.417500', '181935.877500', '181936.337500', '181936.797500', '181937.257500', '181937.717500', '181938.177500', '181938.637500', '181939.097500', '181939.557500', '181940.017500', '181940.477500', '181940.937500', '181941.397500', '181941.857500', '181942.317500', '181942.777500', '181943.237500', '181943.697500', '181944.157500', '181944.617500', '181945.077500', '181945.537500', '181945.997500', '181946.457500', '181946.917500', '181947.377500', '181947.837500', '181948.297500', '181948.757500', '181949.217500', '181949.677500', '181950.137500', '181950.597500', '181951.057500', '181951.517500', '181951.977500', '181952.437500', '181952.897500', '181953.357500', '181953.817500', '181954.277500', '181954.737500', '181955.197500', '181955.657500', '181956.117500', '181956.577500', '181957.037500', '181957.497500', '181957.957500', '181958.417500', '181958.877500', '181959.337500', '181959.797500', '182000.257500', '182000.717500', '182001.177500', '182001.637500', '182002.097500', '182002.557500', '182003.017500', '182003.477500', '182003.937500', '182004.397500', '182004.857500', '182005.317500', '182005.777500', '182006.237500', '182006.697500', '182007.157500', '182007.617500', '182008.077500', '182008.537500', '182008.997500', '182009.457500', '182009.917500', '182010.377500', '182010.837500', '182011.297500', '182011.757500', '182012.217500', '182012.677500', '182013.137500', '182013.597500', '182014.057500', '182014.517500', '182014.977500', '182015.437500', '182015.897500', '182016.357500', '182016.817500', '182017.277500', '182017.737500', '182018.197500', '182018.657500', '182019.117500', '182019.577500', '182020.037500', '182020.497500', '182020.957500', '182021.417500', '182021.877500', '182022.337500', '182022.797500', '182023.257500', '182023.717500', '182024.177500', '182024.637500', '182025.097500', '182025.557500', '182026.017500', '182026.477500', '182026.937500', '182027.397500', '182027.857500', '182028.317500', '182028.777500', '182029.237500', '182029.697500', '182030.157500', '182030.617500', '182031.077500', '182031.537500', '182031.997500', '182032.457500', '182032.917500', '182033.377500', '182033.837500', '182034.297500', '182034.757500', '182035.217500', '182035.677500', '182036.137500', '182036.597500', '182037.057500', '182037.517500', '182037.977500', '182038.437500', '182038.897500', '182039.357500', '182039.817500', '182040.277500', '182040.737500', '182041.197500', '182041.657500', '182042.117500', '182042.577500', '182043.037500', '182043.497500', '182043.957500', '182044.417500', '182044.877500', '182045.337500', '182045.797500', '182046.257500', '182046.717500', '182047.177500', '182047.637500', '182048.097500', '182048.557500', '182049.017500', '182049.477500', '182049.937500', '182050.397500', '182050.857500', '182051.317500', '182051.777500', '182052.237500', '182052.697500', '182053.157500', '182053.617500', '182054.077500', '182054.537500', '182054.997500', '182055.457500', '182055.917500', '182056.377500', '182056.837500', '182057.297500', '182057.757500', '182058.217500', '182058.677500', '182059.137500', '182059.597500', '182100.057500', '182100.517500', '182100.977500', '182101.437500', '182101.897500', '182102.357500', '182102.817500', '182103.277500', '182103.737500', '182104.197500', '182104.657500', '182105.117500', '182105.577500', '182106.037500', '182106.497500', '182106.957500', '182107.417500', '182107.877500', '182108.337500', '182108.797500', '182109.257500', '182109.717500', '182110.177500', '182110.637500', '182111.097500', '182111.557500', '182112.017500', '182112.477500', '182112.937500', '182113.397500', '182113.857500', '182114.317500', '182114.777500', '182115.237500', '182115.697500', '182116.157500', '182116.617500', '182117.077500', '182117.537500', '182117.997500', '182118.457500', '182118.917500', '182119.377500', '182119.837500', '182120.297500', '182120.757500', '182121.217500', '182121.677500', '182122.137500', '182122.597500', '182123.057500', '182123.517500', '182123.977500', '182124.437500', '182124.897500', '182125.357500', '182125.817500', '182126.277500', '182126.737500', '182127.197500', '182127.657500', '182128.117500', '182128.577500', '182129.037500', '182129.497500', '182129.957500', '182130.417500', '182130.877500', '182131.337500', '182131.797500', '182132.257500', '182132.717500', '182133.177500', '182133.637500', '182134.097500', '182134.557500', '182135.017500', '182135.477500', '182135.937500', '182136.397500', '182136.857500', '182137.317500', '182137.777500', '182138.237500', '182138.697500', '182139.157500', '182139.617500', '182140.077500', '182140.537500', '182140.997500', '182141.457500', '182141.917500', '182142.377500', '182142.837500', '182143.297500', '182143.757500', '182144.217500', '182144.677500', '182145.137500', '182145.597500', '182146.057500', '182146.517500', '182146.977500', '182147.437500', '182147.897500', '182148.357500', '182148.817500', '182149.277500', '182149.737500', '182150.197500', '182150.657500', '182151.117500', '182151.577500', '182152.037500', '182152.497500', '182152.957500', '182153.417500', '182153.877500', '182154.337500', '182154.797500', '182155.257500', '182155.717500', '182156.177500', '182156.637500', '182157.097500', '182157.557500', '182158.017500', '182158.477500', '182158.937500', '182159.397500', '182159.857500', '182200.317500', '182200.777500', '182201.237500', '182201.697500', '182202.157500', '182202.617500', '182203.077500', '182203.537500', '182203.997500', '182204.457500', '182204.917500', '182205.377500', '182205.837500', '182206.297500', '182206.757500', '182207.217500', '182207.677500', '182208.137500', '182208.597500', '182209.057500', '182209.517500', '182209.977500', '182210.437500', '182210.897500', '182211.357500', '182211.817500', '182212.277500', '182212.737500', '182213.197500', '182213.657500', '182214.117500', '182214.577500', '182215.037500', '182215.497500', '182215.957500', '182216.417500', '182216.877500', '182217.337500', '182217.797500', '182218.257500', '182218.717500', '182219.177500', '182219.637500', '182220.097500', '182220.557500', '182221.017500', '182221.477500', '182221.937500', '182222.397500', '182222.857500', '182223.317500', '182223.777500', '182224.237500', '182224.697500', '182225.157500', '182225.617500', '182226.077500', '182226.537500', '182226.997500', '182227.457500', '182227.917500', '182228.377500', '182228.837500', '182229.297500', '182229.757500', '182230.217500', '182230.677500', '182231.137500', '182231.597500', '182232.057500', '182232.517500', '182232.977500', '182233.437500', '182233.897500', '182234.357500', '182234.817500', '182235.277500', '182235.737500', '182236.197500', '182236.657500', '182237.117500', '182237.577500', '182238.037500', '182238.497500', '182238.957500', '182239.417500', '182239.877500', '182240.337500', '182240.797500', '182241.257500', '182241.717500', '182242.177500', '182242.637500', '182243.097500', '182243.557500', '182244.017500', '182244.477500', '182244.937500', '182245.397500', '182245.857500', '182246.317500', '182246.777500', '182247.237500', '182247.697500', '182248.157500', '182248.617500', '182249.077500', '182249.537500', '182249.997500', '182250.457500', '182250.917500', '182251.377500', '182251.837500', '182252.297500', '182252.757500', '182253.217500', '182253.677500', '182254.137500', '182254.597500', '182255.057500', '182255.517500', '182255.977500', '182256.437500', '182256.897500', '182257.357500', '182257.817500', '182258.277500', '182258.737500', '182259.197500', '182259.657500', '182300.117500', '182300.577500', '182301.037500', '182301.497500', '182301.957500', '182302.417500', '182302.877500', '182303.337500', '182303.797500', '182304.257500', '182304.717500', '182305.177500', '182305.637500', '182306.097500', '182306.557500', '182307.017500', '182307.477500', '182307.937500', '182308.397500', '182308.857500', '182309.317500', '182309.777500', '182310.237500', '182310.697500', '182311.157500', '182311.617500', '182312.077500', '182312.537500', '182312.997500', '182313.457500', '182313.917500', '182314.377500', '182314.837500', '182315.297500', '182315.757500', '182316.217500', '182316.677500', '182317.137500', '182317.597500', '182318.057500', '182318.517500', '182318.977500', '182319.437500', '182319.897500', '182320.357500', '182320.817500', '182321.277500', '182321.737500', '182322.197500', '182322.657500', '182323.117500', '182323.577500', '182324.037500', '182324.497500', '182324.957500', '182325.417500', '182325.877500', '182326.337500', '182326.797500', '182327.257500', '182327.717500', '182328.177500', '182328.637500', '182329.097500', '182329.557500', '182330.017500', '182330.477500', '182330.937500', '182331.397500', '182331.857500', '182332.317500', '182332.777500', '182333.237500', '182333.697500', '182334.157500', '182334.617500', '182335.077500', '182335.537500', '182335.997500', '182336.457500', '182336.917500', '182337.377500', '182337.837500', '182338.297500', '182338.757500', '182339.217500', '182339.677500', '182340.137500', '182340.597500', '182341.057500', '182341.517500', '182341.977500', '182342.437500', '182342.897500', '182343.357500', '182343.817500', '182344.277500', '182344.737500', '182345.197500', '182345.657500', '182346.117500', '182346.577500', '182347.037500', '182347.497500', '182347.957500', '182348.417500', '182348.877500', '182349.337500', '182349.797500', '182350.257500', '182350.717500', '182351.177500', '182351.637500', '182352.097500', '182352.557500', '182353.017500', '182353.477500', '182353.937500', '182354.397500', '182354.857500', '182355.317500', '182355.777500', '182356.237500', '182356.697500', '182357.157500', '182357.617500', '182358.077500', '182358.537500', '182358.997500', '182359.457500', '182359.917500', '182400.377500', '182400.837500', '182401.297500', '182401.757500', '182402.217500', '182402.677500', '182403.137500', '182403.597500', '182404.057500', '182404.517500', '182404.977500', '182405.437500', '182405.897500', '182406.357500', '182406.817500', '182407.277500', '182407.737500', '182408.197500', '182408.657500', '182409.117500', '182409.577500', '182410.037500', '182410.497500', '182410.957500', '182411.417500', '182411.877500', '182412.337500', '182412.797500', '182413.257500', '182413.717500', '182414.177500', '182414.637500', '182415.097500', '182415.557500', '182416.017500', '182416.477500', '182416.937500', '182417.397500', '182417.857500', '182418.317500', '182418.777500', '182419.237500', '182419.697500', '182420.157500', '182420.617500', '182421.077500', '182421.537500', '182421.997500', '182422.457500', '182422.917500', '182423.377500', '182423.837500', '182424.297500', '182424.757500', '182425.217500', '182425.677500', '182426.137500', '182426.597500', '182427.057500', '182427.517500', '182427.977500', '182428.437500', '182428.897500', '182429.357500', '182429.817500', '182430.277500', '182430.737500', '182431.197500', '182431.657500', '182432.117500', '182432.577500', '182433.037500', '182433.497500', '182433.957500', '182434.417500', '182434.877500', '182435.337500', '182435.797500', '182436.257500', '182436.717500', '182437.177500', '182437.637500', '182438.097500', '182438.557500'], 'ContentTime': ['181813.515000', '181813.518000', '181813.520000', '181813.523000', '181813.526000', '181813.529000', '181813.531000', '181813.534000', '181813.536000', '181813.539000', '181813.541000', '181813.544000', '181813.548000', '181813.551000', '181813.553000', '181813.556000', '181813.558000', '181813.561000', '181813.563000', '181813.566000', '181813.568000', '181813.571000', '181813.574000', '181813.576000', '181813.579000', '181813.581000', '181813.584000', '181813.586000', '181813.589000', '181813.591000', '181813.594000', '181813.596000', '181833.475000', '181833.478000', '181833.481000', '181833.483000', '181833.486000', '181833.488000', '181833.491000', '181833.493000', '181833.496000', '181833.498000', '181833.501000', '181833.504000', '181833.506000', '181833.509000', '181833.511000', '181833.514000', '181833.516000', '181833.525000', '181833.528000', '181833.531000', '181833.533000', '181833.536000', '181833.538000', '181833.541000', '181833.543000', '181833.546000', '181833.548000', '181833.551000', '181833.553000', '181833.556000', '181833.558000', '181833.561000', '181833.563000', '181833.566000', '181833.568000', '181833.571000', '181833.573000', '181833.576000', '181833.578000', '181833.581000', '181833.583000', '181833.586000', '181833.589000', '181853.475000', '181853.478000', '181853.481000', '181853.483000', '181853.486000', '181853.488000', '181853.491000', '181853.493000', '181853.496000', '181853.498000', '181853.507000', '181853.510000', '181853.513000', '181853.515000', '181853.518000', '181853.520000', '181853.523000', '181853.525000', '181853.528000', '181853.530000', '181853.533000', '181853.535000', '181853.538000', '181853.540000', '181853.543000', '181853.546000', '181853.548000', '181853.551000', '181853.553000', '181853.556000', '181853.558000', '181853.561000', '181853.563000', '181853.566000', '181853.568000', '181853.571000', '181853.573000', '181853.576000', '181853.578000', '181853.581000', '181853.583000', '181853.586000', '181853.589000', '181853.591000', '181913.476000', '181913.478000', '181913.481000', '181913.483000', '181913.486000', '181913.488000', '181913.491000', '181913.494000', '181913.496000', '181913.499000', '181913.501000', '181913.504000', '181913.506000', '181913.509000', '181913.512000', '181913.514000', '181913.517000', '181913.519000', '181913.522000', '181913.524000', '181913.527000', '181913.540000', '181913.543000', '181913.545000', '181913.548000', '181913.551000', '181913.553000', '181913.556000', '181913.558000', '181913.561000', '181913.563000', '181913.566000', '181913.569000', '181913.571000', '181913.574000', '181913.576000', '181913.579000', '181913.582000', '181913.584000', '181913.587000', '181913.589000', '181913.592000', '181913.594000', '181933.475000', '181933.478000', '181933.481000', '181933.483000', '181933.486000', '181933.488000', '181933.491000', '181933.494000', '181933.496000', '181933.499000', '181933.501000', '181933.504000', '181933.506000', '181933.509000', '181933.512000', '181933.514000', '181933.517000', '181933.519000', '181933.522000', '181933.525000', '181933.527000', '181933.530000', '181933.533000', '181933.535000', '181933.538000', '181933.540000', '181933.543000', '181933.545000', '181933.548000', '181933.551000', '181933.553000', '181933.556000', '181933.558000', '181933.561000', '181933.563000', '181933.566000', '181933.568000', '181933.571000', '181933.573000', '181933.576000', '181933.579000', '181933.581000', '181933.584000', '181933.586000', '181953.476000', '181953.478000', '181953.481000', '181953.484000', '181953.486000', '181953.489000', '181953.491000', '181953.494000', '181953.496000', '181953.499000', '181953.501000', '181953.504000', '181953.507000', '181953.509000', '181953.512000', '181953.515000', '181953.517000', '181953.520000', '181953.522000', '181953.525000', '181953.528000', '181953.530000', '181953.533000', '181953.535000', '181953.538000', '181953.541000', '181953.543000', '181953.546000', '181953.548000', '181953.551000', '181953.554000', '181953.556000', '181953.559000', '181953.561000', '181953.564000', '181953.567000', '181953.569000', '181953.572000', '181953.574000', '181953.577000', '181953.579000', '181953.582000', '181953.584000', '182013.474000', '182013.477000', '182013.480000', '182013.482000', '182013.485000', '182013.487000', '182013.490000', '182013.492000', '182013.495000', '182013.498000', '182013.500000', '182013.503000', '182013.505000', '182013.508000', '182013.510000', '182013.513000', '182013.516000', '182013.518000', '182013.521000', '182013.523000', '182013.526000', '182013.528000', '182013.531000', '182013.534000', '182013.536000', '182013.539000', '182013.541000', '182013.544000', '182013.546000', '182013.549000', '182013.552000', '182013.554000', '182013.557000', '182013.559000', '182013.562000', '182013.564000', '182013.567000', '182013.570000', '182013.572000', '182013.575000', '182013.577000', '182013.580000', '182013.582000', '182033.476000', '182033.478000', '182033.481000', '182033.483000', '182033.486000', '182033.489000', '182033.491000', '182033.494000', '182033.496000', '182033.499000', '182033.502000', '182033.504000', '182033.507000', '182033.509000', '182033.512000', '182033.514000', '182033.517000', '182033.520000', '182033.522000', '182033.525000', '182033.527000', '182033.530000', '182033.532000', '182033.535000', '182033.537000', '182033.540000', '182033.543000', '182033.545000', '182033.548000', '182033.550000', '182033.553000', '182033.555000', '182033.558000', '182033.560000', '182033.563000', '182033.566000', '182033.568000', '182033.571000', '182033.573000', '182033.576000', '182033.578000', '182033.581000', '182033.583000', '182033.586000', '182053.476000', '182053.479000', '182053.481000', '182053.484000', '182053.486000', '182053.489000', '182053.491000', '182053.494000', '182053.497000', '182053.499000', '182053.502000', '182053.504000', '182053.507000', '182053.511000', '182053.514000', '182053.517000', '182053.520000', '182053.522000', '182053.525000', '182053.527000', '182053.530000', '182053.533000', '182053.535000', '182053.538000', '182053.540000', '182053.543000', '182053.545000', '182053.548000', '182053.551000', '182053.553000', '182053.556000', '182053.558000', '182053.573000', '182053.576000', '182053.579000', '182053.581000', '182053.584000', '182053.586000', '182053.589000', '182053.591000', '182053.594000', '182053.597000', '182053.599000', '182053.602000', '182113.475000', '182113.478000', '182113.481000', '182113.484000', '182113.486000', '182113.489000', '182113.491000', '182113.494000', '182113.496000', '182113.499000', '182113.502000', '182113.504000', '182113.507000', '182113.509000', '182113.512000', '182113.515000', '182113.517000', '182113.520000', '182113.522000', '182113.525000', '182113.527000', '182113.530000', '182113.533000', '182113.535000', '182113.538000', '182113.540000', '182113.543000', '182113.546000', '182113.548000', '182113.551000', '182113.554000', '182113.556000', '182113.559000', '182113.561000', '182113.564000', '182113.566000', '182113.569000', '182113.572000', '182113.574000', '182113.577000', '182113.579000', '182113.582000', '182113.584000', '182133.476000', '182133.479000', '182133.482000', '182133.485000', '182133.487000', '182133.490000', '182133.493000', '182133.495000', '182133.498000', '182133.500000', '182133.503000', '182133.505000', '182133.508000', '182133.511000', '182133.513000', '182133.516000', '182133.519000', '182133.521000', '182133.524000', '182133.526000', '182133.529000', '182133.532000', '182133.534000', '182133.537000', '182133.539000', '182133.542000', '182133.545000', '182133.547000', '182133.550000', '182133.552000', '182133.555000', '182133.557000', '182133.560000', '182133.562000', '182133.565000', '182133.568000', '182133.570000', '182133.573000', '182133.575000', '182133.578000', '182133.581000', '182133.583000', '182133.586000', '182153.475000', '182153.478000', '182153.481000', '182153.483000', '182153.486000', '182153.488000', '182153.491000', '182153.494000', '182153.496000', '182153.499000', '182153.501000', '182153.504000', '182153.506000', '182153.509000', '182153.512000', '182153.514000', '182153.517000', '182153.519000', '182153.522000', '182153.525000', '182153.527000', '182153.530000', '182153.532000', '182153.535000', '182153.538000', '182153.540000', '182153.543000', '182153.545000', '182153.548000', '182153.551000', '182153.553000', '182153.556000', '182153.558000', '182153.561000', '182153.563000', '182153.566000', '182153.568000', '182153.571000', '182153.574000', '182153.576000', '182153.579000', '182153.582000', '182153.584000', '182153.587000', '182213.476000', '182213.478000', '182213.481000', '182213.483000', '182213.486000', '182213.489000', '182213.491000', '182213.506000', '182213.508000', '182213.511000', '182213.514000', '182213.516000', '182213.519000', '182213.521000', '182213.524000', '182213.527000', '182213.529000', '182213.532000', '182213.534000', '182213.537000', '182213.539000', '182213.542000', '182213.544000', '182213.547000', '182213.551000', '182213.553000', '182213.556000', '182213.558000', '182213.561000', '182213.564000', '182213.566000', '182213.569000', '182213.571000', '182213.574000', '182213.576000', '182213.579000', '182213.582000', '182213.584000', '182213.587000', '182213.590000', '182213.592000', '182213.595000', '182213.598000', '182233.474000', '182233.477000', '182233.480000', '182233.482000', '182233.485000', '182233.487000', '182233.490000', '182233.493000', '182233.495000', '182233.498000', '182233.500000', '182233.503000', '182233.505000', '182233.508000', '182233.511000', '182233.513000', '182233.516000', '182233.518000', '182233.521000', '182233.523000', '182233.526000', '182233.528000', '182233.531000', '182233.534000', '182233.536000', '182233.539000', '182233.541000', '182233.544000', '182233.547000', '182233.549000', '182233.552000', '182233.554000', '182233.557000', '182233.560000', '182233.562000', '182233.565000', '182233.567000', '182233.570000', '182233.572000', '182233.575000', '182233.577000', '182233.580000', '182233.582000', '182233.585000', '182253.476000', '182253.479000', '182253.481000', '182253.484000', '182253.486000', '182253.489000', '182253.491000', '182253.494000', '182253.496000', '182253.499000', '182253.502000', '182253.504000', '182253.507000', '182253.510000', '182253.512000', '182253.515000', '182253.517000', '182253.520000', '182253.523000', '182253.525000', '182253.528000', '182253.530000', '182253.533000', '182253.536000', '182253.538000', '182253.541000', '182253.543000', '182253.546000', '182253.548000', '182253.551000', '182253.554000', '182253.556000', '182253.559000', '182253.561000', '182253.564000', '182253.566000', '182253.569000', '182253.571000', '182253.574000', '182253.577000', '182253.579000', '182253.582000', '182253.584000', '182313.476000', '182313.478000', '182313.481000', '182313.484000', '182313.486000', '182313.489000', '182313.491000', '182313.494000', '182313.496000', '182313.499000', '182313.502000', '182313.504000', '182313.507000', '182313.510000', '182313.512000', '182313.515000', '182313.517000', '182313.520000', '182313.522000', '182313.525000', '182313.528000', '182313.530000', '182313.533000', '182313.535000', '182313.538000', '182313.540000', '182313.543000', '182313.546000', '182313.548000', '182313.551000', '182313.553000', '182313.556000', '182313.559000', '182313.561000', '182313.564000', '182313.566000', '182313.569000', '182313.571000', '182313.574000', '182313.577000', '182313.579000', '182313.582000', '182313.585000', '182313.587000', '182333.475000', '182333.478000', '182333.481000', '182333.484000', '182333.486000', '182333.489000', '182333.492000', '182333.494000', '182333.497000', '182333.499000', '182333.502000', '182333.504000', '182333.507000', '182333.510000', '182333.512000', '182333.515000', '182333.517000', '182333.520000', '182333.523000', '182333.525000', '182333.528000', '182333.530000', '182333.533000', '182333.535000', '182333.538000', '182333.541000', '182333.544000', '182333.546000', '182333.549000', '182333.552000', '182333.554000', '182333.557000', '182333.560000', '182333.562000', '182333.565000', '182333.567000', '182333.570000', '182333.572000', '182333.575000', '182333.578000', '182333.580000', '182333.583000', '182333.585000', '182353.476000', '182353.478000', '182353.481000', '182353.483000', '182353.486000', '182353.489000', '182353.491000', '182353.494000', '182353.496000', '182353.499000', '182353.516000', '182353.519000', '182353.521000', '182353.524000', '182353.527000', '182353.529000', '182353.532000', '182353.534000', '182353.537000', '182353.540000', '182353.542000', '182353.545000', '182353.548000', '182353.550000', '182353.553000', '182353.555000', '182353.558000', '182353.561000', '182353.563000', '182353.566000', '182353.568000', '182353.571000', '182353.574000', '182353.576000', '182353.579000', '182353.581000', '182353.584000', '182353.586000', '182353.589000', '182353.592000', '182353.594000', '182353.597000', '182353.599000', '182353.602000', '182413.475000', '182413.478000', '182413.481000', '182413.483000', '182413.486000', '182413.489000', '182413.491000', '182413.494000', '182413.496000', '182413.499000', '182413.501000', '182413.504000', '182413.507000', '182413.509000', '182413.512000', '182413.514000', '182413.517000', '182413.519000', '182413.522000', '182413.524000', '182413.527000', '182413.530000', '182413.532000', '182413.535000', '182413.537000', '182413.540000', '182413.543000', '182413.545000', '182413.548000', '182413.550000', '182413.553000', '182413.555000', '182413.558000', '182413.560000', '182413.563000', '182413.566000', '182413.568000', '182413.571000', '182413.574000', '182413.576000', '182413.579000', '182413.581000', '182413.584000', '182433.476000', '182433.478000', '182433.481000', '182433.483000', '182433.486000', '182433.489000', '182433.491000', '182433.494000', '182433.496000', '182433.499000', '182433.502000', '182433.504000', '182433.507000', '182433.509000', '182433.512000', '182433.514000', '182433.517000', '182433.520000', '182433.522000', '182433.525000', '182433.527000', '182433.530000', '182433.532000', '182433.535000', '182433.538000', '182433.540000', '182433.543000', '182433.545000', '182433.548000', '182433.551000', '182433.553000', '182433.556000', '182433.558000', '182433.561000', '182433.563000', '182433.566000', '182433.569000', '182433.572000', '182433.574000', '182433.577000', '182433.579000', '182433.582000', '182433.585000', '182433.587000', '182439.776000', '182439.779000', '182439.781000', '182439.784000', '182439.787000', '182439.789000', '182439.792000', '182439.795000', '182439.798000', '182439.801000', '182439.804000', '182439.807000', '182439.810000', '182439.813000'], 'InstanceCreationTime': ['181813.515000', '181813.518000', '181813.520000', '181813.523000', '181813.526000', '181813.529000', '181813.531000', '181813.534000', '181813.536000', '181813.539000', '181813.541000', '181813.544000', '181813.548000', '181813.551000', '181813.553000', '181813.556000', '181813.558000', '181813.561000', '181813.563000', '181813.566000', '181813.568000', '181813.571000', '181813.574000', '181813.576000', '181813.579000', '181813.581000', '181813.584000', '181813.586000', '181813.589000', '181813.591000', '181813.594000', '181813.596000', '181833.475000', '181833.478000', '181833.481000', '181833.483000', '181833.486000', '181833.488000', '181833.491000', '181833.493000', '181833.496000', '181833.498000', '181833.501000', '181833.504000', '181833.506000', '181833.509000', '181833.511000', '181833.514000', '181833.516000', '181833.525000', '181833.528000', '181833.531000', '181833.533000', '181833.536000', '181833.538000', '181833.541000', '181833.543000', '181833.546000', '181833.548000', '181833.551000', '181833.553000', '181833.556000', '181833.558000', '181833.561000', '181833.563000', '181833.566000', '181833.568000', '181833.571000', '181833.573000', '181833.576000', '181833.578000', '181833.581000', '181833.583000', '181833.586000', '181833.589000', '181853.475000', '181853.478000', '181853.481000', '181853.483000', '181853.486000', '181853.488000', '181853.491000', '181853.493000', '181853.496000', '181853.498000', '181853.507000', '181853.510000', '181853.513000', '181853.515000', '181853.518000', '181853.520000', '181853.523000', '181853.525000', '181853.528000', '181853.530000', '181853.533000', '181853.535000', '181853.538000', '181853.540000', '181853.543000', '181853.546000', '181853.548000', '181853.551000', '181853.553000', '181853.556000', '181853.558000', '181853.561000', '181853.563000', '181853.566000', '181853.568000', '181853.571000', '181853.573000', '181853.576000', '181853.578000', '181853.581000', '181853.583000', '181853.586000', '181853.589000', '181853.591000', '181913.476000', '181913.478000', '181913.481000', '181913.483000', '181913.486000', '181913.488000', '181913.491000', '181913.494000', '181913.496000', '181913.499000', '181913.501000', '181913.504000', '181913.506000', '181913.509000', '181913.512000', '181913.514000', '181913.517000', '181913.519000', '181913.522000', '181913.524000', '181913.527000', '181913.540000', '181913.543000', '181913.545000', '181913.548000', '181913.551000', '181913.553000', '181913.556000', '181913.558000', '181913.561000', '181913.563000', '181913.566000', '181913.569000', '181913.571000', '181913.574000', '181913.576000', '181913.579000', '181913.582000', '181913.584000', '181913.587000', '181913.589000', '181913.592000', '181913.594000', '181933.475000', '181933.478000', '181933.481000', '181933.483000', '181933.486000', '181933.488000', '181933.491000', '181933.494000', '181933.496000', '181933.499000', '181933.501000', '181933.504000', '181933.506000', '181933.509000', '181933.512000', '181933.514000', '181933.517000', '181933.519000', '181933.522000', '181933.525000', '181933.527000', '181933.530000', '181933.533000', '181933.535000', '181933.538000', '181933.540000', '181933.543000', '181933.545000', '181933.548000', '181933.551000', '181933.553000', '181933.556000', '181933.558000', '181933.561000', '181933.563000', '181933.566000', '181933.568000', '181933.571000', '181933.573000', '181933.576000', '181933.579000', '181933.581000', '181933.584000', '181933.586000', '181953.476000', '181953.478000', '181953.481000', '181953.484000', '181953.486000', '181953.489000', '181953.491000', '181953.494000', '181953.496000', '181953.499000', '181953.501000', '181953.504000', '181953.507000', '181953.509000', '181953.512000', '181953.515000', '181953.517000', '181953.520000', '181953.522000', '181953.525000', '181953.528000', '181953.530000', '181953.533000', '181953.535000', '181953.538000', '181953.541000', '181953.543000', '181953.546000', '181953.548000', '181953.551000', '181953.554000', '181953.556000', '181953.559000', '181953.561000', '181953.564000', '181953.567000', '181953.569000', '181953.572000', '181953.574000', '181953.577000', '181953.579000', '181953.582000', '181953.584000', '182013.474000', '182013.477000', '182013.480000', '182013.482000', '182013.485000', '182013.487000', '182013.490000', '182013.492000', '182013.495000', '182013.498000', '182013.500000', '182013.503000', '182013.505000', '182013.508000', '182013.510000', '182013.513000', '182013.516000', '182013.518000', '182013.521000', '182013.523000', '182013.526000', '182013.528000', '182013.531000', '182013.534000', '182013.536000', '182013.539000', '182013.541000', '182013.544000', '182013.546000', '182013.549000', '182013.552000', '182013.554000', '182013.557000', '182013.559000', '182013.562000', '182013.564000', '182013.567000', '182013.570000', '182013.572000', '182013.575000', '182013.577000', '182013.580000', '182013.582000', '182033.476000', '182033.478000', '182033.481000', '182033.483000', '182033.486000', '182033.489000', '182033.491000', '182033.494000', '182033.496000', '182033.499000', '182033.502000', '182033.504000', '182033.507000', '182033.509000', '182033.512000', '182033.514000', '182033.517000', '182033.520000', '182033.522000', '182033.525000', '182033.527000', '182033.530000', '182033.532000', '182033.535000', '182033.537000', '182033.540000', '182033.543000', '182033.545000', '182033.548000', '182033.550000', '182033.553000', '182033.555000', '182033.558000', '182033.560000', '182033.563000', '182033.566000', '182033.568000', '182033.571000', '182033.573000', '182033.576000', '182033.578000', '182033.581000', '182033.583000', '182033.586000', '182053.476000', '182053.479000', '182053.481000', '182053.484000', '182053.486000', '182053.489000', '182053.491000', '182053.494000', '182053.497000', '182053.499000', '182053.502000', '182053.504000', '182053.507000', '182053.511000', '182053.514000', '182053.517000', '182053.520000', '182053.522000', '182053.525000', '182053.527000', '182053.530000', '182053.533000', '182053.535000', '182053.538000', '182053.540000', '182053.543000', '182053.545000', '182053.548000', '182053.551000', '182053.553000', '182053.556000', '182053.558000', '182053.573000', '182053.576000', '182053.579000', '182053.581000', '182053.584000', '182053.586000', '182053.589000', '182053.591000', '182053.594000', '182053.597000', '182053.599000', '182053.602000', '182113.475000', '182113.478000', '182113.481000', '182113.484000', '182113.486000', '182113.489000', '182113.491000', '182113.494000', '182113.496000', '182113.499000', '182113.502000', '182113.504000', '182113.507000', '182113.509000', '182113.512000', '182113.515000', '182113.517000', '182113.520000', '182113.522000', '182113.525000', '182113.527000', '182113.530000', '182113.533000', '182113.535000', '182113.538000', '182113.540000', '182113.543000', '182113.546000', '182113.548000', '182113.551000', '182113.554000', '182113.556000', '182113.559000', '182113.561000', '182113.564000', '182113.566000', '182113.569000', '182113.572000', '182113.574000', '182113.577000', '182113.579000', '182113.582000', '182113.584000', '182133.476000', '182133.479000', '182133.482000', '182133.485000', '182133.487000', '182133.490000', '182133.493000', '182133.495000', '182133.498000', '182133.500000', '182133.503000', '182133.505000', '182133.508000', '182133.511000', '182133.513000', '182133.516000', '182133.519000', '182133.521000', '182133.524000', '182133.526000', '182133.529000', '182133.532000', '182133.534000', '182133.537000', '182133.539000', '182133.542000', '182133.545000', '182133.547000', '182133.550000', '182133.552000', '182133.555000', '182133.557000', '182133.560000', '182133.562000', '182133.565000', '182133.568000', '182133.570000', '182133.573000', '182133.575000', '182133.578000', '182133.581000', '182133.583000', '182133.586000', '182153.475000', '182153.478000', '182153.481000', '182153.483000', '182153.486000', '182153.488000', '182153.491000', '182153.494000', '182153.496000', '182153.499000', '182153.501000', '182153.504000', '182153.506000', '182153.509000', '182153.512000', '182153.514000', '182153.517000', '182153.519000', '182153.522000', '182153.525000', '182153.527000', '182153.530000', '182153.532000', '182153.535000', '182153.538000', '182153.540000', '182153.543000', '182153.545000', '182153.548000', '182153.551000', '182153.553000', '182153.556000', '182153.558000', '182153.561000', '182153.563000', '182153.566000', '182153.568000', '182153.571000', '182153.574000', '182153.576000', '182153.579000', '182153.582000', '182153.584000', '182153.587000', '182213.476000', '182213.478000', '182213.481000', '182213.483000', '182213.486000', '182213.489000', '182213.491000', '182213.506000', '182213.508000', '182213.511000', '182213.514000', '182213.516000', '182213.519000', '182213.521000', '182213.524000', '182213.527000', '182213.529000', '182213.532000', '182213.534000', '182213.537000', '182213.539000', '182213.542000', '182213.544000', '182213.547000', '182213.551000', '182213.553000', '182213.556000', '182213.558000', '182213.561000', '182213.564000', '182213.566000', '182213.569000', '182213.571000', '182213.574000', '182213.576000', '182213.579000', '182213.582000', '182213.584000', '182213.587000', '182213.590000', '182213.592000', '182213.595000', '182213.598000', '182233.474000', '182233.477000', '182233.480000', '182233.482000', '182233.485000', '182233.487000', '182233.490000', '182233.493000', '182233.495000', '182233.498000', '182233.500000', '182233.503000', '182233.505000', '182233.508000', '182233.511000', '182233.513000', '182233.516000', '182233.518000', '182233.521000', '182233.523000', '182233.526000', '182233.528000', '182233.531000', '182233.534000', '182233.536000', '182233.539000', '182233.541000', '182233.544000', '182233.547000', '182233.549000', '182233.552000', '182233.554000', '182233.557000', '182233.560000', '182233.562000', '182233.565000', '182233.567000', '182233.570000', '182233.572000', '182233.575000', '182233.577000', '182233.580000', '182233.582000', '182233.585000', '182253.476000', '182253.479000', '182253.481000', '182253.484000', '182253.486000', '182253.489000', '182253.491000', '182253.494000', '182253.496000', '182253.499000', '182253.502000', '182253.504000', '182253.507000', '182253.510000', '182253.512000', '182253.515000', '182253.517000', '182253.520000', '182253.523000', '182253.525000', '182253.528000', '182253.530000', '182253.533000', '182253.536000', '182253.538000', '182253.541000', '182253.543000', '182253.546000', '182253.548000', '182253.551000', '182253.554000', '182253.556000', '182253.559000', '182253.561000', '182253.564000', '182253.566000', '182253.569000', '182253.571000', '182253.574000', '182253.577000', '182253.579000', '182253.582000', '182253.584000', '182313.476000', '182313.478000', '182313.481000', '182313.484000', '182313.486000', '182313.489000', '182313.491000', '182313.494000', '182313.496000', '182313.499000', '182313.502000', '182313.504000', '182313.507000', '182313.510000', '182313.512000', '182313.515000', '182313.517000', '182313.520000', '182313.522000', '182313.525000', '182313.528000', '182313.530000', '182313.533000', '182313.535000', '182313.538000', '182313.540000', '182313.543000', '182313.546000', '182313.548000', '182313.551000', '182313.553000', '182313.556000', '182313.559000', '182313.561000', '182313.564000', '182313.566000', '182313.569000', '182313.571000', '182313.574000', '182313.577000', '182313.579000', '182313.582000', '182313.585000', '182313.587000', '182333.475000', '182333.478000', '182333.481000', '182333.484000', '182333.486000', '182333.489000', '182333.492000', '182333.494000', '182333.497000', '182333.499000', '182333.502000', '182333.504000', '182333.507000', '182333.510000', '182333.512000', '182333.515000', '182333.517000', '182333.520000', '182333.523000', '182333.525000', '182333.528000', '182333.530000', '182333.533000', '182333.535000', '182333.538000', '182333.541000', '182333.544000', '182333.546000', '182333.549000', '182333.552000', '182333.554000', '182333.557000', '182333.560000', '182333.562000', '182333.565000', '182333.567000', '182333.570000', '182333.572000', '182333.575000', '182333.578000', '182333.580000', '182333.583000', '182333.585000', '182353.476000', '182353.478000', '182353.481000', '182353.483000', '182353.486000', '182353.489000', '182353.491000', '182353.494000', '182353.496000', '182353.499000', '182353.516000', '182353.519000', '182353.521000', '182353.524000', '182353.527000', '182353.529000', '182353.532000', '182353.534000', '182353.537000', '182353.540000', '182353.542000', '182353.545000', '182353.548000', '182353.550000', '182353.553000', '182353.555000', '182353.558000', '182353.561000', '182353.563000', '182353.566000', '182353.568000', '182353.571000', '182353.574000', '182353.576000', '182353.579000', '182353.581000', '182353.584000', '182353.586000', '182353.589000', '182353.592000', '182353.594000', '182353.597000', '182353.599000', '182353.602000', '182413.475000', '182413.478000', '182413.481000', '182413.483000', '182413.486000', '182413.489000', '182413.491000', '182413.494000', '182413.496000', '182413.499000', '182413.501000', '182413.504000', '182413.507000', '182413.509000', '182413.512000', '182413.514000', '182413.517000', '182413.519000', '182413.522000', '182413.524000', '182413.527000', '182413.530000', '182413.532000', '182413.535000', '182413.537000', '182413.540000', '182413.543000', '182413.545000', '182413.548000', '182413.550000', '182413.553000', '182413.555000', '182413.558000', '182413.560000', '182413.563000', '182413.566000', '182413.568000', '182413.571000', '182413.574000', '182413.576000', '182413.579000', '182413.581000', '182413.584000', '182433.476000', '182433.478000', '182433.481000', '182433.483000', '182433.486000', '182433.489000', '182433.491000', '182433.494000', '182433.496000', '182433.499000', '182433.502000', '182433.504000', '182433.507000', '182433.509000', '182433.512000', '182433.514000', '182433.517000', '182433.520000', '182433.522000', '182433.525000', '182433.527000', '182433.530000', '182433.532000', '182433.535000', '182433.538000', '182433.540000', '182433.543000', '182433.545000', '182433.548000', '182433.551000', '182433.553000', '182433.556000', '182433.558000', '182433.561000', '182433.563000', '182433.566000', '182433.569000', '182433.572000', '182433.574000', '182433.577000', '182433.579000', '182433.582000', '182433.585000', '182433.587000', '182439.776000', '182439.779000', '182439.781000', '182439.784000', '182439.787000', '182439.789000', '182439.792000', '182439.795000', '182439.798000', '182439.801000', '182439.804000', '182439.807000', '182439.810000', '182439.813000'], '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': [8999, 11727, 9598, 9908, 9158, 8950, 9046, 8250, 8732, 8773, 10024, 9155, 8822, 8560, 8776, 8866, 9167, 8702, 8838, 8723, 11609, 8873, 10737, 8954, 8977, 8953, 8933, 8704, 8939, 8680, 8940, 8309, 9154, 8694, 8060, 8882, 8500, 9016, 9153, 9170, 8864, 7940, 8923, 8453, 8890, 9138, 8952, 8680, 9144, 8819, 9126, 8910, 8489, 9061, 8829, 7960, 8959, 8263, 9209, 8537, 7591, 8840, 8519, 9302, 8643, 8305, 8875, 8819, 9035, 8483, 7652, 8892, 8899, 8869, 8861, 9268, 8615, 7961, 8971, 8406, 8965, 8544, 7459, 8987, 8298, 9246, 8815, 7345, 8930, 8020, 9191, 8702, 7271, 8881, 8099, 8924, 8407, 8164, 8727, 8584, 7960, 9083, 8798, 9296, 8738, 8139, 8866, 8945, 10515, 8526, 7750, 9469, 8608, 7879, 10133, 7810, 8160, 7969, 9467, 8432, 9831, 8858, 11416, 8301, 12732, 8720, 9509, 9247, 8545, 12556, 9955, 11991, 10849, 8769, 9446, 8410, 10806, 8520, 8916, 9199, 8416, 8478, 8327, 9049, 9072, 8610, 9008, 9219, 8772, 8209, 9459, 8675, 8986, 8719, 9027, 8089, 8832, 9372, 8411, 9077, 8618, 8761, 9166, 8208, 8780, 8631, 8646, 9006, 8996, 8801, 8473, 8642, 9006, 7990, 8986, 8446, 8825, 9077, 8787, 9170, 8585, 9090, 8520, 9078, 8898, 7783, 9109, 8566, 9117, 9233, 9390, 8926, 8634, 9000, 9094, 9207, 9188, 8952, 9317, 8487, 8932, 8628, 9461, 8913, 7698, 9046, 8689, 9012, 9354, 9042, 8807, 7921, 9288, 9258, 8828, 9083, 9862, 8680, 9031, 8625, 9230, 9536, 9008, 9444, 8878, 9596, 11175, 8845, 11506, 9034, 8806, 8077, 9249, 8984, 9160, 9069, 9212, 8569, 11415, 8921, 9130, 9235, 8920, 8387, 9141, 10477, 8986, 11361, 9206, 9131, 9348, 8973, 9634, 8990, 8735, 9090, 8964, 8930, 9060, 9319, 9127, 7833, 9082, 8741, 9115, 9285, 9546, 8800, 8003, 9044, 8918, 9592, 9064, 8048, 9147, 8752, 9064, 9232, 8285, 9108, 8761, 9161, 8833, 9281, 9377, 9906, 9173, 7926, 9254, 8402, 9148, 9223, 9133, 9107, 8711, 9203, 8755, 9736, 8961, 8258, 9212, 8589, 9125, 9258, 8377, 9112, 8461, 9475, 8954, 7943, 9271, 8667, 9000, 9348, 9464, 8942, 10822, 8919, 9287, 8820, 9042, 8951, 9105, 10031, 8926, 9330, 9512, 8846, 8691, 9154, 8660, 9113, 9221, 8533, 9123, 8593, 9069, 9051, 7747, 8922, 7823, 8709, 9013, 8407, 8884, 9563, 8593, 9314, 8942, 9207, 9216, 9213, 9206, 8880, 9254, 8772, 9244, 9481, 9241, 8965, 8377, 9132, 11018, 9311, 8994, 7930, 8900, 8899, 8977, 10088, 8898, 8900, 8776, 9070, 8950, 9204, 8320, 9046, 9039, 8568, 9106, 8901, 8949, 9482, 9879, 8982, 8660, 8996, 9493, 9497, 9045, 8286, 8992, 8889, 8948, 9293, 9621, 9137, 8059, 9013, 8738, 9174, 9324, 9564, 9031, 7923, 9223, 8697, 9309, 9154, 8160, 9152, 8534, 9096, 9104, 8563, 9153, 8768, 9376, 9275, 9236, 9023, 7877, 9246, 8646, 9296, 9471, 8632, 9245, 8765, 9367, 8737, 9276, 8959, 8286, 9031, 8775, 9140, 9160, 9431, 8933, 10676, 8975, 9310, 9226, 9227, 8992, 8977, 9188, 9753, 8958, 9482, 9271, 9437, 9084, 8951, 8733, 9082, 10388, 9190, 9244, 9078, 9306, 9266, 9319, 8504, 9295, 8680, 9260, 9572, 9867, 9156, 7959, 9187, 8649, 9421, 9381, 9292, 9072, 9034, 9126, 8322, 9246, 8896, 9316, 9073, 8112, 9341, 8551, 9420, 8743, 9226, 9301, 9303, 9328, 8702, 9425, 8593, 9268, 9095, 8035, 9262, 8558, 9391, 9130, 9443, 9272, 8197, 9218, 10526, 9252, 9343, 9259, 8849, 9370, 9222, 8854, 9383, 8584, 9222, 9211, 8005, 9055, 8302, 8314, 7972, 7808, 7330, 8090, 8349, 8360, 8327, 8679, 8655, 9258, 9383, 9318, 10477, 9441, 11735, 9130, 11825, 9682, 11516, 9800, 8796, 9187, 8780, 10965, 8632, 8998, 9940, 8607, 11237, 8789, 9442, 8605, 9135, 9395, 8868, 8344, 8732, 10014, 8577, 8982, 9471, 8829, 8656, 9028, 8114, 8946, 8786, 8064, 8623, 8031, 8243, 8659, 8819, 8553, 9080, 7897, 9049, 8785, 8852, 9628, 8904, 8899, 9556, 8777, 11261, 8870, 9397, 8965, 9220, 9029, 9168, 9265, 9676, 9014, 8977, 9004, 9463, 9631, 9238, 8577, 9109, 8722, 9192, 9253, 8883, 8951, 8938, 9042, 8999, 9183, 8910, 9230, 9552, 9057, 9256, 7994, 9184, 9174, 9370, 9207, 8882, 9209, 9334, 9326, 9112, 8810, 8905, 11015, 9066, 9310, 9371, 9098, 9240, 9049, 8706, 9059, 10873, 9045, 9376, 9792, 9152, 8407, 9030, 8809, 9012, 9106, 8107, 9244, 8873, 9085, 9174, 8547, 9086, 9418, 9807, 9313, 8151, 9293, 9208, 9122, 9518, 9467, 9100, 8833, 9221, 9207, 9269, 9746, 9850, 9154, 8994, 9229, 9322, 9411, 9106, 8732, 9317, 8622, 9152, 8934, 8526, 9011, 9537, 9133, 9264, 9216, 9252, 10679, 9038, 9028, 10737, 9107, 9409, 8752, 9097, 8967, 9182, 9499, 9795, 9244, 8933, 9052, 9413, 9777, 9141, 8452, 9228, 8764, 9076, 9173, 8671, 9046, 8871, 9109, 9419, 9641, 9101, 9014, 9175, 8725, 9095, 8871, 8108, 9087, 9638, 9303, 9117, 8926, 9326, 8771, 9201, 9489, 9597, 9097, 8053, 9238, 8941, 9250, 9512, 9453, 9278, 8921, 9217, 9513, 9519, 9203, 8794, 9217, 9269, 8452, 9053, 9114, 9100, 9441, 9080, 9174, 10365, 9385, 9115, 8361, 9300, 8922, 9012, 9337, 10028, 8940, 8924, 9398, 8981, 8360, 9110, 8649, 9123, 9000, 9199, 9019, 9785, 9180, 9012, 8457, 9075, 8956, 9109, 9190, 9002, 9228, 9013, 9045, 9396, 9977, 9109, 8789, 9047, 8827, 9603, 9170, 8660, 9308, 9029, 9499, 9009, 8572, 9280, 9263, 9561, 9271, 8158, 9432, 9432, 9697, 9414, 8945, 9307, 9256, 9849, 9352, 8855, 9392, 9518, 9001, 9354, 8786, 9210, 9264, 10059, 9289, 8967, 9265, 10921, 9975, 9236, 8363, 9205, 9061, 9167, 10949, 9299, 8941, 11164, 9110, 9470, 9251, 9317, 9208, 9326, 9200, 9554, 9171, 10653, 9757, 9043, 8816, 9193, 8985, 8580, 9319, 9176, 9018, 9436, 9712, 9321, 9855, 9249, 9491, 9741, 9226, 8965], 'WindowCenter': [3967.0, 3958.0, 3923.0, 3920.0, 3906.0, 3894.0, 3895.0, 3883.0, 3882.0, 3882.0, 3904.0, 3893.0, 3893.0, 3880.0, 3882.0, 3893.0, 3893.0, 3881.0, 3882.0, 3880.0, 3903.0, 3880.0, 3888.0, 3879.0, 3879.0, 3879.0, 3880.0, 3880.0, 3878.0, 3880.0, 3880.0, 3881.0, 3892.0, 3880.0, 3881.0, 3892.0, 3883.0, 3894.0, 3892.0, 3893.0, 3893.0, 3884.0, 3894.0, 3882.0, 3894.0, 3893.0, 3893.0, 3893.0, 3894.0, 3894.0, 3893.0, 3883.0, 3883.0, 3893.0, 3894.0, 3884.0, 3896.0, 3894.0, 3906.0, 3895.0, 3885.0, 3907.0, 3895.0, 3907.0, 3896.0, 3885.0, 3895.0, 3894.0, 3895.0, 3895.0, 3884.0, 3895.0, 3893.0, 3895.0, 3894.0, 3895.0, 3883.0, 3884.0, 3894.0, 3883.0, 3895.0, 3896.0, 3885.0, 3894.0, 3896.0, 3905.0, 3905.0, 3887.0, 3907.0, 3896.0, 3907.0, 3907.0, 3887.0, 3908.0, 3899.0, 3909.0, 3897.0, 3899.0, 3896.0, 3897.0, 3897.0, 3908.0, 3898.0, 3908.0, 3908.0, 3899.0, 3909.0, 3910.0, 3919.0, 3898.0, 3901.0, 3907.0, 3898.0, 3886.0, 3904.0, 3874.0, 3884.0, 3885.0, 3893.0, 3897.0, 3908.0, 3897.0, 3903.0, 3881.0, 3913.0, 3871.0, 3879.0, 3880.0, 3868.0, 3900.0, 3878.0, 3887.0, 3877.0, 3853.0, 3864.0, 3842.0, 3863.0, 3843.0, 3851.0, 3852.0, 3841.0, 3842.0, 3842.0, 3850.0, 3852.0, 3852.0, 3853.0, 3854.0, 3853.0, 3853.0, 3863.0, 3864.0, 3865.0, 3867.0, 3866.0, 3857.0, 3865.0, 3878.0, 3865.0, 3879.0, 3878.0, 3879.0, 3880.0, 3870.0, 3881.0, 3881.0, 3881.0, 3879.0, 3882.0, 3880.0, 3871.0, 3881.0, 3880.0, 3870.0, 3883.0, 3882.0, 3894.0, 3893.0, 3882.0, 3894.0, 3883.0, 3894.0, 3882.0, 3892.0, 3881.0, 3872.0, 3893.0, 3881.0, 3892.0, 3892.0, 3893.0, 3894.0, 3883.0, 3892.0, 3894.0, 3895.0, 3894.0, 3894.0, 3893.0, 3895.0, 3906.0, 3895.0, 3908.0, 3907.0, 3887.0, 3907.0, 3910.0, 3907.0, 3908.0, 3907.0, 3906.0, 3897.0, 3909.0, 3909.0, 3910.0, 3910.0, 3920.0, 3899.0, 3909.0, 3898.0, 3909.0, 3908.0, 3908.0, 3909.0, 3909.0, 3908.0, 3917.0, 3895.0, 3916.0, 3894.0, 3895.0, 3883.0, 3896.0, 3895.0, 3907.0, 3895.0, 3905.0, 3894.0, 3914.0, 3896.0, 3894.0, 3895.0, 3893.0, 3884.0, 3893.0, 3903.0, 3884.0, 3903.0, 3893.0, 3882.0, 3881.0, 3881.0, 3889.0, 3879.0, 3881.0, 3881.0, 3879.0, 3881.0, 3880.0, 3892.0, 3890.0, 3870.0, 3893.0, 3881.0, 3891.0, 3891.0, 3891.0, 3891.0, 3883.0, 3893.0, 3892.0, 3903.0, 3892.0, 3884.0, 3894.0, 3894.0, 3895.0, 3894.0, 3883.0, 3894.0, 3894.0, 3893.0, 3892.0, 3894.0, 3893.0, 3903.0, 3893.0, 3882.0, 3892.0, 3883.0, 3894.0, 3893.0, 3904.0, 3894.0, 3894.0, 3906.0, 3896.0, 3906.0, 3894.0, 3894.0, 3905.0, 3894.0, 3907.0, 3896.0, 3886.0, 3895.0, 3897.0, 3907.0, 3896.0, 3886.0, 3904.0, 3895.0, 3895.0, 3896.0, 3906.0, 3895.0, 3916.0, 3896.0, 3895.0, 3895.0, 3895.0, 3894.0, 3895.0, 3903.0, 3894.0, 3892.0, 3894.0, 3883.0, 3881.0, 3892.0, 3882.0, 3891.0, 3891.0, 3883.0, 3892.0, 3892.0, 3894.0, 3894.0, 3884.0, 3895.0, 3882.0, 3897.0, 3907.0, 3896.0, 3907.0, 3907.0, 3896.0, 3907.0, 3894.0, 3905.0, 3895.0, 3905.0, 3905.0, 3896.0, 3906.0, 3895.0, 3895.0, 3906.0, 3906.0, 3896.0, 3896.0, 3896.0, 3916.0, 3896.0, 3895.0, 3885.0, 3895.0, 3894.0, 3894.0, 3906.0, 3896.0, 3895.0, 3883.0, 3893.0, 3894.0, 3894.0, 3882.0, 3894.0, 3894.0, 3883.0, 3894.0, 3893.0, 3893.0, 3893.0, 3904.0, 3894.0, 3884.0, 3892.0, 3891.0, 3894.0, 3894.0, 3883.0, 3895.0, 3894.0, 3894.0, 3893.0, 3891.0, 3893.0, 3883.0, 3890.0, 3879.0, 3892.0, 3892.0, 3893.0, 3892.0, 3883.0, 3894.0, 3882.0, 3894.0, 3894.0, 3882.0, 3906.0, 3895.0, 3896.0, 3896.0, 3895.0, 3906.0, 3896.0, 3907.0, 3907.0, 3906.0, 3894.0, 3897.0, 3905.0, 3895.0, 3906.0, 3906.0, 3895.0, 3907.0, 3905.0, 3908.0, 3906.0, 3909.0, 3906.0, 3897.0, 3908.0, 3896.0, 3907.0, 3906.0, 3908.0, 3897.0, 3918.0, 3897.0, 3907.0, 3907.0, 3906.0, 3895.0, 3896.0, 3896.0, 3907.0, 3895.0, 3906.0, 3895.0, 3895.0, 3896.0, 3895.0, 3883.0, 3894.0, 3903.0, 3894.0, 3893.0, 3894.0, 3892.0, 3893.0, 3892.0, 3883.0, 3894.0, 3891.0, 3893.0, 3892.0, 3905.0, 3894.0, 3883.0, 3894.0, 3894.0, 3895.0, 3894.0, 3895.0, 3895.0, 3895.0, 3895.0, 3885.0, 3895.0, 3894.0, 3904.0, 3906.0, 3885.0, 3906.0, 3896.0, 3907.0, 3895.0, 3907.0, 3906.0, 3907.0, 3906.0, 3896.0, 3906.0, 3895.0, 3907.0, 3905.0, 3897.0, 3907.0, 3897.0, 3907.0, 3907.0, 3907.0, 3907.0, 3897.0, 3905.0, 3918.0, 3906.0, 3906.0, 3907.0, 3895.0, 3894.0, 3893.0, 3894.0, 3892.0, 3893.0, 3906.0, 3905.0, 3886.0, 3907.0, 3897.0, 3897.0, 3886.0, 3884.0, 3872.0, 3884.0, 3882.0, 3896.0, 3896.0, 3908.0, 3908.0, 3905.0, 3905.0, 3894.0, 3903.0, 3891.0, 3912.0, 3881.0, 3902.0, 3880.0, 3888.0, 3879.0, 3868.0, 3867.0, 3868.0, 3876.0, 3856.0, 3865.0, 3863.0, 3852.0, 3871.0, 3854.0, 3863.0, 3852.0, 3852.0, 3863.0, 3853.0, 3853.0, 3852.0, 3863.0, 3852.0, 3851.0, 3863.0, 3852.0, 3853.0, 3864.0, 3853.0, 3866.0, 3866.0, 3853.0, 3865.0, 3868.0, 3868.0, 3878.0, 3880.0, 3880.0, 3881.0, 3870.0, 3881.0, 3881.0, 3882.0, 3891.0, 3880.0, 3881.0, 3891.0, 3881.0, 3902.0, 3880.0, 3877.0, 3879.0, 3881.0, 3881.0, 3892.0, 3891.0, 3893.0, 3881.0, 3894.0, 3892.0, 3893.0, 3904.0, 3893.0, 3894.0, 3894.0, 3895.0, 3896.0, 3894.0, 3894.0, 3895.0, 3893.0, 3894.0, 3894.0, 3895.0, 3893.0, 3893.0, 3894.0, 3895.0, 3894.0, 3884.0, 3892.0, 3906.0, 3907.0, 3906.0, 3907.0, 3907.0, 3907.0, 3909.0, 3897.0, 3897.0, 3896.0, 3917.0, 3895.0, 3894.0, 3893.0, 3894.0, 3894.0, 3894.0, 3883.0, 3894.0, 3904.0, 3894.0, 3894.0, 3903.0, 3892.0, 3882.0, 3892.0, 3894.0, 3894.0, 3894.0, 3883.0, 3904.0, 3896.0, 3907.0, 3907.0, 3896.0, 3896.0, 3906.0, 3906.0, 3904.0, 3886.0, 3905.0, 3905.0, 3907.0, 3906.0, 3904.0, 3895.0, 3895.0, 3895.0, 3895.0, 3895.0, 3893.0, 3905.0, 3894.0, 3894.0, 3895.0, 3892.0, 3894.0, 3894.0, 3895.0, 3906.0, 3883.0, 3895.0, 3895.0, 3896.0, 3906.0, 3905.0, 3895.0, 3894.0, 3894.0, 3895.0, 3905.0, 3896.0, 3895.0, 3905.0, 3895.0, 3895.0, 3895.0, 3895.0, 3895.0, 3896.0, 3905.0, 3905.0, 3895.0, 3896.0, 3895.0, 3893.0, 3904.0, 3894.0, 3883.0, 3893.0, 3881.0, 3894.0, 3893.0, 3883.0, 3893.0, 3882.0, 3893.0, 3893.0, 3894.0, 3881.0, 3883.0, 3893.0, 3881.0, 3893.0, 3894.0, 3883.0, 3895.0, 3894.0, 3895.0, 3896.0, 3895.0, 3906.0, 3895.0, 3905.0, 3906.0, 3904.0, 3894.0, 3883.0, 3894.0, 3892.0, 3894.0, 3904.0, 3905.0, 3894.0, 3894.0, 3895.0, 3905.0, 3906.0, 3906.0, 3895.0, 3905.0, 3896.0, 3885.0, 3895.0, 3895.0, 3896.0, 3907.0, 3895.0, 3895.0, 3906.0, 3895.0, 3893.0, 3885.0, 3895.0, 3895.0, 3894.0, 3895.0, 3895.0, 3895.0, 3895.0, 3895.0, 3893.0, 3884.0, 3895.0, 3894.0, 3895.0, 3895.0, 3895.0, 3895.0, 3905.0, 3894.0, 3882.0, 3881.0, 3882.0, 3882.0, 3892.0, 3893.0, 3881.0, 3892.0, 3880.0, 3892.0, 3891.0, 3893.0, 3883.0, 3882.0, 3893.0, 3892.0, 3893.0, 3891.0, 3883.0, 3894.0, 3893.0, 3903.0, 3894.0, 3893.0, 3906.0, 3895.0, 3905.0, 3906.0, 3886.0, 3907.0, 3905.0, 3906.0, 3906.0, 3895.0, 3907.0, 3906.0, 3907.0, 3907.0, 3896.0, 3907.0, 3907.0, 3908.0, 3907.0, 3897.0, 3907.0, 3908.0, 3917.0, 3907.0, 3908.0, 3908.0, 3916.0, 3905.0, 3907.0, 3885.0, 3907.0, 3896.0, 3896.0, 3914.0, 3895.0, 3895.0, 3906.0, 3895.0, 3893.0, 3894.0, 3895.0, 3895.0, 3907.0, 3907.0, 3906.0, 3896.0, 3905.0, 3895.0, 3896.0, 3894.0, 3907.0, 3894.0, 3894.0, 3896.0, 3894.0, 3895.0, 3895.0, 3893.0, 3894.0, 3893.0, 3894.0, 3891.0, 3893.0, 3893.0, 3893.0], 'WindowWidth': [8861.0, 8832.0, 8774.0, 8763.0, 8737.0, 8715.0, 8715.0, 8695.0, 8695.0, 8694.0, 8726.0, 8709.0, 8709.0, 8690.0, 8693.0, 8709.0, 8709.0, 8690.0, 8693.0, 8688.0, 8719.0, 8685.0, 8694.0, 8684.0, 8681.0, 8684.0, 8686.0, 8685.0, 8680.0, 8686.0, 8687.0, 8688.0, 8705.0, 8687.0, 8691.0, 8707.0, 8696.0, 8712.0, 8707.0, 8711.0, 8709.0, 8698.0, 8711.0, 8693.0, 8711.0, 8710.0, 8709.0, 8710.0, 8711.0, 8711.0, 8709.0, 8695.0, 8695.0, 8710.0, 8712.0, 8699.0, 8718.0, 8713.0, 8732.0, 8718.0, 8704.0, 8735.0, 8718.0, 8734.0, 8717.0, 8701.0, 8715.0, 8713.0, 8715.0, 8716.0, 8699.0, 8713.0, 8710.0, 8714.0, 8712.0, 8714.0, 8697.0, 8698.0, 8712.0, 8697.0, 8715.0, 8720.0, 8704.0, 8714.0, 8718.0, 8731.0, 8731.0, 8711.0, 8736.0, 8721.0, 8737.0, 8737.0, 8709.0, 8738.0, 8728.0, 8742.0, 8724.0, 8727.0, 8720.0, 8722.0, 8724.0, 8738.0, 8726.0, 8740.0, 8740.0, 8728.0, 8743.0, 8747.0, 8755.0, 8724.0, 8734.0, 8738.0, 8721.0, 8703.0, 8724.0, 8685.0, 8700.0, 8702.0, 8708.0, 8723.0, 8738.0, 8720.0, 8723.0, 8690.0, 8731.0, 8674.0, 8682.0, 8684.0, 8665.0, 8709.0, 8677.0, 8686.0, 8674.0, 8636.0, 8651.0, 8619.0, 8648.0, 8621.0, 8629.0, 8632.0, 8616.0, 8619.0, 8618.0, 8628.0, 8632.0, 8634.0, 8635.0, 8637.0, 8636.0, 8635.0, 8652.0, 8654.0, 8656.0, 8660.0, 8661.0, 8650.0, 8658.0, 8676.0, 8659.0, 8681.0, 8680.0, 8683.0, 8686.0, 8673.0, 8688.0, 8689.0, 8690.0, 8685.0, 8690.0, 8686.0, 8674.0, 8687.0, 8686.0, 8674.0, 8694.0, 8692.0, 8710.0, 8709.0, 8695.0, 8710.0, 8696.0, 8712.0, 8693.0, 8708.0, 8690.0, 8681.0, 8708.0, 8691.0, 8706.0, 8707.0, 8709.0, 8710.0, 8696.0, 8707.0, 8712.0, 8713.0, 8713.0, 8712.0, 8711.0, 8717.0, 8734.0, 8717.0, 8737.0, 8734.0, 8710.0, 8737.0, 8745.0, 8738.0, 8738.0, 8735.0, 8733.0, 8722.0, 8742.0, 8741.0, 8744.0, 8745.0, 8755.0, 8727.0, 8740.0, 8725.0, 8742.0, 8738.0, 8739.0, 8739.0, 8741.0, 8737.0, 8748.0, 8716.0, 8744.0, 8713.0, 8716.0, 8698.0, 8716.0, 8714.0, 8734.0, 8717.0, 8731.0, 8712.0, 8739.0, 8716.0, 8713.0, 8713.0, 8708.0, 8697.0, 8709.0, 8721.0, 8697.0, 8722.0, 8707.0, 8691.0, 8688.0, 8687.0, 8697.0, 8682.0, 8687.0, 8687.0, 8684.0, 8689.0, 8686.0, 8704.0, 8701.0, 8674.0, 8708.0, 8690.0, 8704.0, 8703.0, 8703.0, 8705.0, 8696.0, 8708.0, 8707.0, 8724.0, 8708.0, 8699.0, 8713.0, 8711.0, 8715.0, 8712.0, 8696.0, 8711.0, 8711.0, 8711.0, 8707.0, 8711.0, 8709.0, 8722.0, 8709.0, 8693.0, 8708.0, 8698.0, 8714.0, 8710.0, 8727.0, 8712.0, 8713.0, 8732.0, 8718.0, 8732.0, 8714.0, 8714.0, 8730.0, 8713.0, 8735.0, 8718.0, 8705.0, 8716.0, 8721.0, 8735.0, 8720.0, 8707.0, 8729.0, 8717.0, 8717.0, 8718.0, 8731.0, 8715.0, 8744.0, 8717.0, 8716.0, 8716.0, 8715.0, 8712.0, 8714.0, 8723.0, 8711.0, 8705.0, 8709.0, 8694.0, 8691.0, 8705.0, 8692.0, 8705.0, 8704.0, 8695.0, 8707.0, 8709.0, 8714.0, 8713.0, 8699.0, 8717.0, 8697.0, 8722.0, 8736.0, 8722.0, 8736.0, 8734.0, 8719.0, 8733.0, 8714.0, 8730.0, 8716.0, 8729.0, 8730.0, 8719.0, 8731.0, 8716.0, 8716.0, 8730.0, 8731.0, 8719.0, 8718.0, 8717.0, 8745.0, 8717.0, 8716.0, 8701.0, 8716.0, 8714.0, 8715.0, 8732.0, 8717.0, 8713.0, 8697.0, 8710.0, 8710.0, 8711.0, 8694.0, 8711.0, 8711.0, 8696.0, 8712.0, 8708.0, 8709.0, 8710.0, 8724.0, 8710.0, 8697.0, 8705.0, 8705.0, 8711.0, 8710.0, 8696.0, 8713.0, 8710.0, 8711.0, 8709.0, 8705.0, 8708.0, 8695.0, 8703.0, 8686.0, 8706.0, 8706.0, 8707.0, 8706.0, 8696.0, 8711.0, 8694.0, 8712.0, 8711.0, 8694.0, 8731.0, 8715.0, 8718.0, 8717.0, 8717.0, 8733.0, 8717.0, 8735.0, 8735.0, 8732.0, 8716.0, 8721.0, 8729.0, 8716.0, 8734.0, 8732.0, 8720.0, 8736.0, 8732.0, 8740.0, 8734.0, 8741.0, 8733.0, 8724.0, 8738.0, 8720.0, 8735.0, 8734.0, 8736.0, 8720.0, 8749.0, 8721.0, 8734.0, 8732.0, 8731.0, 8717.0, 8719.0, 8720.0, 8734.0, 8715.0, 8731.0, 8716.0, 8715.0, 8716.0, 8713.0, 8697.0, 8711.0, 8723.0, 8710.0, 8708.0, 8710.0, 8706.0, 8709.0, 8708.0, 8696.0, 8712.0, 8706.0, 8710.0, 8707.0, 8726.0, 8712.0, 8696.0, 8712.0, 8713.0, 8716.0, 8713.0, 8714.0, 8714.0, 8715.0, 8715.0, 8701.0, 8715.0, 8714.0, 8728.0, 8732.0, 8704.0, 8732.0, 8720.0, 8734.0, 8717.0, 8735.0, 8733.0, 8735.0, 8733.0, 8721.0, 8733.0, 8717.0, 8736.0, 8730.0, 8722.0, 8734.0, 8722.0, 8736.0, 8736.0, 8736.0, 8735.0, 8722.0, 8732.0, 8750.0, 8733.0, 8732.0, 8733.0, 8716.0, 8713.0, 8710.0, 8713.0, 8709.0, 8711.0, 8732.0, 8729.0, 8707.0, 8736.0, 8723.0, 8720.0, 8707.0, 8699.0, 8681.0, 8698.0, 8693.0, 8719.0, 8720.0, 8742.0, 8740.0, 8731.0, 8731.0, 8714.0, 8723.0, 8704.0, 8733.0, 8689.0, 8718.0, 8686.0, 8692.0, 8681.0, 8664.0, 8662.0, 8664.0, 8673.0, 8646.0, 8655.0, 8652.0, 8633.0, 8659.0, 8637.0, 8650.0, 8633.0, 8634.0, 8649.0, 8636.0, 8637.0, 8635.0, 8650.0, 8633.0, 8632.0, 8647.0, 8634.0, 8636.0, 8654.0, 8638.0, 8659.0, 8659.0, 8641.0, 8658.0, 8667.0, 8666.0, 8682.0, 8686.0, 8687.0, 8689.0, 8674.0, 8690.0, 8687.0, 8692.0, 8703.0, 8686.0, 8687.0, 8701.0, 8689.0, 8716.0, 8686.0, 8679.0, 8684.0, 8687.0, 8688.0, 8704.0, 8704.0, 8710.0, 8690.0, 8711.0, 8708.0, 8709.0, 8724.0, 8710.0, 8711.0, 8713.0, 8715.0, 8717.0, 8713.0, 8712.0, 8714.0, 8709.0, 8713.0, 8712.0, 8715.0, 8710.0, 8711.0, 8710.0, 8715.0, 8712.0, 8699.0, 8709.0, 8732.0, 8735.0, 8734.0, 8736.0, 8736.0, 8735.0, 8739.0, 8722.0, 8721.0, 8718.0, 8745.0, 8715.0, 8711.0, 8710.0, 8710.0, 8712.0, 8710.0, 8696.0, 8712.0, 8724.0, 8711.0, 8710.0, 8721.0, 8704.0, 8693.0, 8707.0, 8710.0, 8713.0, 8712.0, 8698.0, 8727.0, 8717.0, 8735.0, 8734.0, 8719.0, 8717.0, 8731.0, 8730.0, 8726.0, 8704.0, 8730.0, 8730.0, 8734.0, 8730.0, 8726.0, 8713.0, 8713.0, 8714.0, 8714.0, 8715.0, 8710.0, 8728.0, 8712.0, 8712.0, 8713.0, 8708.0, 8713.0, 8712.0, 8716.0, 8731.0, 8698.0, 8716.0, 8716.0, 8719.0, 8734.0, 8730.0, 8716.0, 8714.0, 8712.0, 8715.0, 8728.0, 8716.0, 8713.0, 8727.0, 8713.0, 8713.0, 8714.0, 8716.0, 8714.0, 8716.0, 8727.0, 8730.0, 8715.0, 8716.0, 8714.0, 8709.0, 8723.0, 8709.0, 8694.0, 8707.0, 8691.0, 8710.0, 8708.0, 8695.0, 8707.0, 8691.0, 8708.0, 8709.0, 8711.0, 8690.0, 8695.0, 8707.0, 8690.0, 8708.0, 8712.0, 8698.0, 8714.0, 8713.0, 8715.0, 8717.0, 8714.0, 8731.0, 8715.0, 8728.0, 8730.0, 8726.0, 8711.0, 8697.0, 8710.0, 8708.0, 8712.0, 8725.0, 8726.0, 8711.0, 8711.0, 8716.0, 8729.0, 8733.0, 8733.0, 8716.0, 8729.0, 8717.0, 8702.0, 8715.0, 8715.0, 8719.0, 8733.0, 8717.0, 8713.0, 8730.0, 8715.0, 8709.0, 8700.0, 8715.0, 8714.0, 8713.0, 8713.0, 8714.0, 8713.0, 8714.0, 8713.0, 8710.0, 8700.0, 8714.0, 8712.0, 8715.0, 8714.0, 8715.0, 8713.0, 8726.0, 8712.0, 8693.0, 8689.0, 8692.0, 8691.0, 8706.0, 8706.0, 8691.0, 8704.0, 8688.0, 8707.0, 8703.0, 8708.0, 8694.0, 8693.0, 8708.0, 8706.0, 8708.0, 8704.0, 8696.0, 8711.0, 8708.0, 8724.0, 8712.0, 8711.0, 8730.0, 8713.0, 8728.0, 8730.0, 8706.0, 8735.0, 8730.0, 8731.0, 8732.0, 8716.0, 8733.0, 8732.0, 8735.0, 8732.0, 8719.0, 8735.0, 8733.0, 8736.0, 8735.0, 8722.0, 8736.0, 8738.0, 8750.0, 8734.0, 8738.0, 8737.0, 8746.0, 8729.0, 8733.0, 8702.0, 8733.0, 8716.0, 8718.0, 8740.0, 8715.0, 8712.0, 8728.0, 8713.0, 8710.0, 8711.0, 8715.0, 8715.0, 8733.0, 8733.0, 8732.0, 8717.0, 8730.0, 8715.0, 8717.0, 8714.0, 8733.0, 8713.0, 8713.0, 8717.0, 8712.0, 8714.0, 8713.0, 8709.0, 8711.0, 8707.0, 8710.0, 8704.0, 8708.0, 8708.0, 8709.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.0014933102652825835</td></tr>
<tr><td colspan=3>aqi</td><td>0.016614146943483274</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.052261878833654</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1845266217205543</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.030413399491918</td></tr>
<tr><td colspan=3>efc</td><td>0.4449</td></tr>
<tr><td colspan=3>fber</td><td>7294.6465</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.054960096457919605</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2687427912341407</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438936758037324</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348998034904614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.668123390932436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2996888482749225</td></tr>
<tr><td colspan=3>gcor</td><td>0.0247038</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016288429498672485</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015833904966711998</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8534028794449435</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>34.2583</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.4284</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1086</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309087.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>675.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.0509</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1675</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.8528</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3146.5861</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.4311</td></tr>
<tr><td colspan=3>tsnr</td><td>47.119452303042635</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>