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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:40:20.967500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999478, -0.0315396, -0.00696596, 0.032283, 0.982382, 0.184074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0957692</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7909, -7263, 502, -140, -385, 251, 143]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.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>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03c288a7-1335-44d2-820c-84fd172dcd53||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815271377563477, 0.08661296218633652, -0.0028015945572406054, 108.190185546875], [0.08461838215589523, 2.6356594562530518, 0.4973468780517578, -115.98530578613281], [-0.01868916116654873, -0.4938563108444214, 2.653796911239624, -47.17774963378906], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['174020.967500', '174021.427500', '174021.887500', '174022.347500', '174022.807500', '174023.267500', '174023.727500', '174024.187500', '174024.647500', '174025.107500', '174025.567500', '174026.027500', '174026.487500', '174026.947500', '174027.407500', '174027.867500', '174028.327500', '174028.787500', '174029.247500', '174029.707500', '174030.167500', '174030.627500', '174031.087500', '174031.547500', '174032.007500', '174032.467500', '174032.927500', '174033.387500', '174033.847500', '174034.307500', '174034.767500', '174035.227500', '174035.687500', '174036.147500', '174036.607500', '174037.067500', '174037.527500', '174037.987500', '174038.447500', '174038.907500', '174039.367500', '174039.827500', '174040.287500', '174040.747500', '174041.207500', '174041.667500', '174042.127500', '174042.587500', '174043.047500', '174043.507500', '174043.967500', '174044.427500', '174044.887500', '174045.347500', '174045.807500', '174046.267500', '174046.727500', '174047.187500', '174047.647500', '174048.107500', '174048.567500', '174049.027500', '174049.487500', '174049.947500', '174050.407500', '174050.867500', '174051.327500', '174051.787500', '174052.247500', '174052.707500', '174053.167500', '174053.627500', '174054.087500', '174054.547500', '174055.007500', '174055.467500', '174055.927500', '174056.387500', '174056.847500', '174057.307500', '174057.767500', '174058.227500', '174058.687500', '174059.147500', '174059.607500', '174100.067500', '174100.527500', '174100.987500', '174101.447500', '174101.907500', '174102.367500', '174102.827500', '174103.287500', '174103.747500', '174104.207500', '174104.667500', '174105.127500', '174105.587500', '174106.047500', '174106.507500', '174106.967500', '174107.427500', '174107.887500', '174108.347500', '174108.807500', '174109.267500', '174109.727500', '174110.187500', '174110.647500', '174111.107500', '174111.567500', '174112.027500', '174112.487500', '174112.947500', '174113.407500', '174113.867500', '174114.327500', '174114.787500', '174115.247500', '174115.707500', '174116.167500', '174116.627500', '174117.087500', '174117.547500', '174118.007500', '174118.467500', '174118.927500', '174119.387500', '174119.847500', '174120.307500', '174120.767500', '174121.227500', '174121.687500', '174122.147500', '174122.607500', '174123.067500', '174123.527500', '174123.987500', '174124.447500', '174124.907500', '174125.367500', '174125.827500', '174126.287500', '174126.747500', '174127.207500', '174127.667500', '174128.127500', '174128.587500', '174129.047500', '174129.507500', '174129.967500', '174130.427500', '174130.887500', '174131.347500', '174131.807500', '174132.267500', '174132.727500', '174133.187500', '174133.647500', '174134.107500', '174134.567500', '174135.027500', '174135.487500', '174135.947500', '174136.407500', '174136.867500', '174137.327500', '174137.787500', '174138.247500', '174138.707500', '174139.167500', '174139.627500', '174140.087500', '174140.547500', '174141.007500', '174141.467500', '174141.927500', '174142.387500', '174142.847500', '174143.307500', '174143.767500', '174144.227500', '174144.687500', '174145.147500', '174145.607500', '174146.067500', '174146.527500', '174146.987500', '174147.447500', '174147.907500', '174148.367500', '174148.827500', '174149.287500', '174149.747500', '174150.207500', '174150.667500', '174151.127500', '174151.587500', '174152.047500', '174152.507500', '174152.967500', '174153.427500', '174153.887500', '174154.347500', '174154.807500', '174155.267500', '174155.727500', '174156.187500', '174156.647500', '174157.107500', '174157.567500', '174158.027500', '174158.487500', '174158.947500', '174159.407500', '174159.867500', '174200.327500', '174200.787500', '174201.247500', '174201.707500', '174202.167500', '174202.627500', '174203.087500', '174203.547500', '174204.007500', '174204.467500', '174204.927500', '174205.387500', '174205.847500', '174206.307500', '174206.767500', '174207.227500', '174207.687500', '174208.147500', '174208.607500', '174209.067500', '174209.527500', '174209.987500', '174210.447500', '174210.907500', '174211.367500', '174211.827500', '174212.287500', '174212.747500', '174213.207500', '174213.667500', '174214.127500', '174214.587500', '174215.047500', '174215.507500', '174215.967500', '174216.427500', '174216.887500', '174217.347500', '174217.807500', '174218.267500', '174218.727500', '174219.187500', '174219.647500', '174220.107500', '174220.567500', '174221.027500', '174221.487500', '174221.947500', '174222.407500', '174222.867500', '174223.327500', '174223.787500', '174224.247500', '174224.707500', '174225.167500', '174225.627500', '174226.087500', '174226.547500', '174227.007500', '174227.467500', '174227.927500', '174228.387500', '174228.847500', '174229.307500', '174229.767500', '174230.227500', '174230.687500', '174231.147500', '174231.607500', '174232.067500', '174232.527500', '174232.987500', '174233.447500', '174233.907500', '174234.367500', '174234.827500', '174235.287500', '174235.747500', '174236.207500', '174236.667500', '174237.127500', '174237.587500', '174238.047500', '174238.507500', '174238.967500', '174239.427500', '174239.887500', '174240.347500', '174240.807500', '174241.267500', '174241.727500', '174242.187500', '174242.647500', '174243.107500', '174243.567500', '174244.027500', '174244.487500', '174244.947500', '174245.407500', '174245.867500', '174246.327500', '174246.787500', '174247.247500', '174247.707500', '174248.167500', '174248.627500', '174249.087500', '174249.547500', '174250.007500', '174250.467500', '174250.927500', '174251.387500', '174251.847500', '174252.307500', '174252.767500', '174253.227500', '174253.687500', '174254.147500', '174254.607500', '174255.067500', '174255.527500', '174255.987500', '174256.447500', '174256.907500', '174257.367500', '174257.827500', '174258.287500', '174258.747500', '174259.207500', '174259.667500', '174300.127500', '174300.587500', '174301.047500', '174301.507500', '174301.967500', '174302.427500', '174302.887500', '174303.347500', '174303.807500', '174304.267500', '174304.727500', '174305.187500', '174305.647500', '174306.107500', '174306.567500', '174307.027500', '174307.487500', '174307.947500', '174308.407500', '174308.867500', '174309.327500', '174309.787500', '174310.247500', '174310.707500', '174311.167500', '174311.627500', '174312.087500', '174312.547500', '174313.007500', '174313.467500', '174313.927500', '174314.387500', '174314.847500', '174315.307500', '174315.767500', '174316.227500', '174316.687500', '174317.147500', '174317.607500', '174318.067500', '174318.527500', '174318.987500', '174319.447500', '174319.907500', '174320.367500', '174320.827500', '174321.287500', '174321.747500', '174322.207500', '174322.667500', '174323.127500', '174323.587500', '174324.047500', '174324.507500', '174324.967500', '174325.427500', '174325.887500', '174326.347500', '174326.807500', '174327.267500', '174327.727500', '174328.187500', '174328.647500', '174329.107500', '174329.567500', '174330.027500', '174330.487500', '174330.947500', '174331.407500', '174331.867500', '174332.327500', '174332.787500', '174333.247500', '174333.707500', '174334.167500', '174334.627500', '174335.087500', '174335.547500', '174336.007500', '174336.467500', '174336.927500', '174337.387500', '174337.847500', '174338.307500', '174338.767500', '174339.227500', '174339.687500', '174340.147500', '174340.607500', '174341.067500', '174341.527500', '174341.987500', '174342.447500', '174342.907500', '174343.367500', '174343.827500', '174344.287500', '174344.747500', '174345.207500', '174345.667500', '174346.127500', '174346.587500', '174347.047500', '174347.507500', '174347.967500', '174348.427500', '174348.887500', '174349.347500', '174349.807500', '174350.267500', '174350.727500', '174351.187500', '174351.647500', '174352.107500', '174352.567500', '174353.027500', '174353.487500', '174353.947500', '174354.407500', '174354.867500', '174355.327500', '174355.787500', '174356.247500', '174356.707500', '174357.167500', '174357.627500', '174358.087500', '174358.547500', '174359.007500', '174359.467500', '174359.927500', '174400.387500', '174400.847500', '174401.307500', '174401.767500', '174402.227500', '174402.687500', '174403.147500', '174403.607500', '174404.067500', '174404.527500', '174404.987500', '174405.447500', '174405.907500', '174406.367500', '174406.827500', '174407.287500', '174407.747500', '174408.207500', '174408.667500', '174409.127500', '174409.587500', '174410.047500', '174410.507500', '174410.967500', '174411.427500', '174411.887500', '174412.347500', '174412.807500', '174413.267500', '174413.727500', '174414.187500', '174414.647500', '174415.107500', '174415.567500', '174416.027500', '174416.487500', '174416.947500', '174417.407500', '174417.867500', '174418.327500', '174418.787500', '174419.247500', '174419.707500', '174420.167500', '174420.627500', '174421.087500', '174421.547500', '174422.007500', '174422.467500', '174422.927500', '174423.387500', '174423.847500', '174424.307500', '174424.767500', '174425.227500', '174425.687500', '174426.147500', '174426.607500', '174427.067500', '174427.527500', '174427.987500', '174428.447500', '174428.907500', '174429.367500', '174429.827500', '174430.287500', '174430.747500', '174431.207500', '174431.667500', '174432.127500', '174432.587500', '174433.047500', '174433.507500', '174433.967500', '174434.427500', '174434.887500', '174435.347500', '174435.807500', '174436.267500', '174436.727500', '174437.187500', '174437.647500', '174438.107500', '174438.567500', '174439.027500', '174439.487500', '174439.947500', '174440.407500', '174440.867500', '174441.327500', '174441.787500', '174442.247500', '174442.707500', '174443.167500', '174443.627500', '174444.087500', '174444.547500', '174445.007500', '174445.467500', '174445.927500', '174446.387500', '174446.847500', '174447.307500', '174447.767500', '174448.227500', '174448.687500', '174449.147500', '174449.607500', '174450.067500', '174450.527500', '174450.987500', '174451.447500', '174451.907500', '174452.367500', '174452.827500', '174453.287500', '174453.747500', '174454.207500', '174454.667500', '174455.127500', '174455.587500', '174456.047500', '174456.507500', '174456.967500', '174457.427500', '174457.887500', '174458.347500', '174458.807500', '174459.267500', '174459.727500', '174500.187500', '174500.647500', '174501.107500', '174501.567500', '174502.027500', '174502.487500', '174502.947500', '174503.407500', '174503.867500', '174504.327500', '174504.787500', '174505.247500', '174505.707500', '174506.167500', '174506.627500', '174507.087500', '174507.547500', '174508.007500', '174508.467500', '174508.927500', '174509.387500', '174509.847500', '174510.307500', '174510.767500', '174511.227500', '174511.687500', '174512.147500', '174512.607500', '174513.067500', '174513.527500', '174513.987500', '174514.447500', '174514.907500', '174515.367500', '174515.827500', '174516.287500', '174516.747500', '174517.207500', '174517.667500', '174518.127500', '174518.587500', '174519.047500', '174519.507500', '174519.967500', '174520.427500', '174520.887500', '174521.347500', '174521.807500', '174522.267500', '174522.727500', '174523.187500', '174523.647500', '174524.107500', '174524.567500', '174525.027500', '174525.487500', '174525.947500', '174526.407500', '174526.867500', '174527.327500', '174527.787500', '174528.247500', '174528.707500', '174529.167500', '174529.627500', '174530.087500', '174530.547500', '174531.007500', '174531.467500', '174531.927500', '174532.387500', '174532.847500', '174533.307500', '174533.767500', '174534.227500', '174534.687500', '174535.147500', '174535.607500', '174536.067500', '174536.527500', '174536.987500', '174537.447500', '174537.907500', '174538.367500', '174538.827500', '174539.287500', '174539.747500', '174540.207500', '174540.667500', '174541.127500', '174541.587500', '174542.047500', '174542.507500', '174542.967500', '174543.427500', '174543.887500', '174544.347500', '174544.807500', '174545.267500', '174545.727500', '174546.187500', '174546.647500', '174547.107500', '174547.567500', '174548.027500', '174548.487500', '174548.947500', '174549.407500', '174549.867500', '174550.327500', '174550.787500', '174551.247500', '174551.707500', '174552.167500', '174552.627500', '174553.087500', '174553.547500', '174554.007500', '174554.467500', '174554.927500', '174555.387500', '174555.847500', '174556.307500', '174556.767500', '174557.227500', '174557.687500', '174558.147500', '174558.607500', '174559.067500', '174559.527500', '174559.987500', '174600.447500', '174600.907500', '174601.367500', '174601.827500', '174602.287500', '174602.747500', '174603.207500', '174603.667500', '174604.127500', '174604.587500', '174605.047500', '174605.507500', '174605.967500', '174606.427500', '174606.887500', '174607.347500', '174607.807500', '174608.267500', '174608.727500', '174609.187500', '174609.647500', '174610.107500', '174610.567500', '174611.027500', '174611.487500', '174611.947500', '174612.407500', '174612.867500', '174613.327500', '174613.787500', '174614.247500', '174614.707500', '174615.167500', '174615.627500', '174616.087500', '174616.547500', '174617.007500', '174617.467500', '174617.927500', '174618.387500', '174618.847500', '174619.307500', '174619.767500', '174620.227500', '174620.687500', '174621.147500', '174621.607500', '174622.067500', '174622.527500', '174622.987500', '174623.447500', '174623.907500', '174624.367500', '174624.827500', '174625.287500', '174625.747500', '174626.207500', '174626.667500', '174627.127500', '174627.587500', '174628.047500', '174628.507500', '174628.967500', '174629.427500', '174629.887500', '174630.347500', '174630.807500', '174631.267500', '174631.727500', '174632.187500', '174632.647500', '174633.107500', '174633.567500', '174634.027500', '174634.487500', '174634.947500', '174635.407500', '174635.867500', '174636.327500', '174636.787500', '174637.247500', '174637.707500', '174638.167500', '174638.627500', '174639.087500', '174639.547500', '174640.007500', '174640.467500', '174640.927500', '174641.387500', '174641.847500', '174642.307500', '174642.767500', '174643.227500', '174643.687500', '174644.147500', '174644.607500', '174645.067500', '174645.527500', '174645.987500', '174646.447500', '174646.907500', '174647.367500', '174647.827500', '174648.287500', '174648.747500', '174649.207500', '174649.667500', '174650.127500', '174650.587500', '174651.047500', '174651.507500', '174651.967500', '174652.427500', '174652.887500', '174653.347500', '174653.807500', '174654.267500', '174654.727500', '174655.187500', '174655.647500', '174656.107500', '174656.567500', '174657.027500', '174657.487500', '174657.947500', '174658.407500', '174658.867500', '174659.327500', '174659.787500', '174700.247500', '174700.707500', '174701.167500', '174701.627500'], 'ContentTime': ['174048.047000', '174048.050000', '174048.053000', '174048.055000', '174048.058000', '174048.061000', '174048.063000', '174048.066000', '174048.068000', '174048.071000', '174048.073000', '174048.076000', '174048.079000', '174048.081000', '174048.084000', '174048.087000', '174048.089000', '174048.092000', '174048.094000', '174048.097000', '174048.099000', '174048.102000', '174048.104000', '174048.107000', '174048.110000', '174048.112000', '174048.118000', '174048.121000', '174048.123000', '174048.126000', '174048.129000', '174048.131000', '174048.134000', '174048.136000', '174048.139000', '174048.142000', '174048.144000', '174048.147000', '174048.149000', '174048.152000', '174048.155000', '174048.157000', '174048.160000', '174048.162000', '174048.165000', '174048.168000', '174048.170000', '174048.173000', '174048.175000', '174048.178000', '174048.180000', '174048.183000', '174048.186000', '174048.188000', '174048.191000', '174048.193000', '174048.196000', '174108.012000', '174108.015000', '174108.024000', '174108.026000', '174108.029000', '174108.031000', '174108.034000', '174108.037000', '174108.039000', '174108.042000', '174108.045000', '174108.047000', '174108.050000', '174108.052000', '174108.055000', '174108.057000', '174108.060000', '174108.063000', '174108.065000', '174108.068000', '174108.070000', '174108.073000', '174108.075000', '174108.078000', '174108.081000', '174108.083000', '174108.086000', '174108.088000', '174108.091000', '174108.094000', '174108.096000', '174108.099000', '174108.101000', '174108.104000', '174108.107000', '174108.109000', '174108.112000', '174108.114000', '174108.117000', '174108.119000', '174108.122000', '174108.125000', '174108.127000', '174128.012000', '174128.014000', '174128.017000', '174128.020000', '174128.022000', '174128.025000', '174128.027000', '174128.030000', '174128.032000', '174128.035000', '174128.038000', '174128.040000', '174128.043000', '174128.045000', '174128.048000', '174128.051000', '174128.053000', '174128.056000', '174128.058000', '174128.061000', '174128.064000', '174128.069000', '174128.071000', '174128.074000', '174128.076000', '174128.079000', '174128.081000', '174128.084000', '174128.087000', '174128.089000', '174128.092000', '174128.094000', '174128.097000', '174128.100000', '174128.102000', '174128.105000', '174128.107000', '174128.110000', '174128.112000', '174128.115000', '174128.126000', '174128.129000', '174128.132000', '174128.134000', '174148.011000', '174148.014000', '174148.017000', '174148.019000', '174148.022000', '174148.025000', '174148.027000', '174148.030000', '174148.033000', '174148.036000', '174148.038000', '174148.041000', '174148.043000', '174148.046000', '174148.049000', '174148.051000', '174148.054000', '174148.056000', '174148.059000', '174148.061000', '174148.064000', '174148.067000', '174148.069000', '174148.072000', '174148.075000', '174148.078000', '174148.081000', '174148.083000', '174148.086000', '174148.088000', '174148.091000', '174148.094000', '174148.096000', '174148.099000', '174148.101000', '174148.104000', '174148.106000', '174148.109000', '174148.111000', '174148.114000', '174148.117000', '174148.119000', '174148.122000', '174208.012000', '174208.015000', '174208.017000', '174208.020000', '174208.022000', '174208.025000', '174208.028000', '174208.030000', '174208.033000', '174208.035000', '174208.038000', '174208.041000', '174208.043000', '174208.046000', '174208.048000', '174208.051000', '174208.054000', '174208.056000', '174208.059000', '174208.061000', '174208.068000', '174208.070000', '174208.073000', '174208.075000', '174208.078000', '174208.081000', '174208.083000', '174208.086000', '174208.088000', '174208.091000', '174208.094000', '174208.096000', '174208.099000', '174208.101000', '174208.104000', '174208.107000', '174208.109000', '174208.112000', '174208.114000', '174208.117000', '174208.120000', '174208.122000', '174208.125000', '174208.127000', '174228.011000', '174228.014000', '174228.017000', '174228.019000', '174228.022000', '174228.024000', '174228.027000', '174228.030000', '174228.033000', '174228.036000', '174228.039000', '174228.041000', '174228.044000', '174228.047000', '174228.049000', '174228.052000', '174228.054000', '174228.057000', '174228.059000', '174228.062000', '174228.065000', '174228.067000', '174228.070000', '174228.072000', '174228.075000', '174228.078000', '174228.080000', '174228.083000', '174228.086000', '174228.088000', '174228.091000', '174228.093000', '174228.096000', '174228.099000', '174228.101000', '174228.104000', '174228.107000', '174228.109000', '174228.112000', '174228.114000', '174228.117000', '174228.119000', '174228.122000', '174248.011000', '174248.014000', '174248.017000', '174248.019000', '174248.022000', '174248.025000', '174248.027000', '174248.030000', '174248.032000', '174248.035000', '174248.038000', '174248.040000', '174248.043000', '174248.046000', '174248.048000', '174248.051000', '174248.053000', '174248.056000', '174248.059000', '174248.061000', '174248.064000', '174248.066000', '174248.069000', '174248.072000', '174248.074000', '174248.077000', '174248.079000', '174248.082000', '174248.085000', '174248.087000', '174248.090000', '174248.092000', '174248.095000', '174248.098000', '174248.100000', '174248.103000', '174248.105000', '174248.108000', '174248.111000', '174248.113000', '174248.116000', '174248.118000', '174248.121000', '174248.123000', '174308.010000', '174308.013000', '174308.016000', '174308.018000', '174308.021000', '174308.024000', '174308.026000', '174308.029000', '174308.031000', '174308.034000', '174308.037000', '174308.039000', '174308.042000', '174308.045000', '174308.047000', '174308.050000', '174308.052000', '174308.055000', '174308.058000', '174308.060000', '174308.063000', '174308.065000', '174308.068000', '174308.071000', '174308.073000', '174308.076000', '174308.079000', '174308.081000', '174308.084000', '174308.086000', '174308.089000', '174308.092000', '174308.095000', '174308.097000', '174308.100000', '174308.103000', '174308.116000', '174308.118000', '174308.121000', '174308.123000', '174308.126000', '174308.129000', '174308.131000', '174328.012000', '174328.014000', '174328.017000', '174328.020000', '174328.022000', '174328.025000', '174328.027000', '174328.030000', '174328.033000', '174328.035000', '174328.038000', '174328.041000', '174328.043000', '174328.046000', '174328.048000', '174328.051000', '174328.054000', '174328.056000', '174328.059000', '174328.062000', '174328.064000', '174328.067000', '174328.069000', '174328.072000', '174328.075000', '174328.077000', '174328.080000', '174328.082000', '174328.085000', '174328.088000', '174328.090000', '174328.093000', '174328.096000', '174328.098000', '174328.101000', '174328.103000', '174328.106000', '174328.108000', '174328.111000', '174328.114000', '174328.116000', '174328.119000', '174328.121000', '174328.124000', '174348.011000', '174348.014000', '174348.017000', '174348.020000', '174348.022000', '174348.025000', '174348.027000', '174348.030000', '174348.033000', '174348.035000', '174348.038000', '174348.041000', '174348.043000', '174348.046000', '174348.048000', '174348.051000', '174348.053000', '174348.056000', '174348.058000', '174348.061000', '174348.064000', '174348.066000', '174348.069000', '174348.071000', '174348.074000', '174348.077000', '174348.079000', '174348.082000', '174348.084000', '174348.087000', '174348.090000', '174348.092000', '174348.095000', '174348.098000', '174348.100000', '174348.103000', '174348.105000', '174348.108000', '174348.111000', '174348.113000', '174348.116000', '174348.118000', '174348.121000', '174408.012000', '174408.015000', '174408.017000', '174408.020000', '174408.022000', '174408.025000', '174408.028000', '174408.031000', '174408.033000', '174408.036000', '174408.039000', '174408.041000', '174408.044000', '174408.046000', '174408.049000', '174408.052000', '174408.054000', '174408.057000', '174408.059000', '174408.062000', '174408.065000', '174408.067000', '174408.070000', '174408.072000', '174408.075000', '174408.077000', '174408.080000', '174408.083000', '174408.085000', '174408.088000', '174408.090000', '174408.093000', '174408.095000', '174408.098000', '174408.101000', '174408.103000', '174408.106000', '174408.108000', '174408.111000', '174408.114000', '174408.116000', '174408.119000', '174408.121000', '174408.124000', '174428.011000', '174428.014000', '174428.017000', '174428.019000', '174428.022000', '174428.025000', '174428.027000', '174428.030000', '174428.033000', '174428.035000', '174428.038000', '174428.041000', '174428.043000', '174428.046000', '174428.048000', '174428.051000', '174428.053000', '174428.066000', '174428.069000', '174428.072000', '174428.074000', '174428.077000', '174428.079000', '174428.082000', '174428.085000', '174428.087000', '174428.090000', '174428.092000', '174428.095000', '174428.098000', '174428.100000', '174428.103000', '174428.105000', '174428.108000', '174428.111000', '174428.113000', '174428.116000', '174428.118000', '174428.121000', '174428.124000', '174428.126000', '174428.129000', '174428.132000', '174448.011000', '174448.014000', '174448.017000', '174448.019000', '174448.022000', '174448.025000', '174448.027000', '174448.030000', '174448.032000', '174448.035000', '174448.038000', '174448.040000', '174448.043000', '174448.045000', '174448.048000', '174448.051000', '174448.053000', '174448.056000', '174448.059000', '174448.061000', '174448.064000', '174448.067000', '174448.069000', '174448.072000', '174448.074000', '174448.077000', '174448.080000', '174448.082000', '174448.085000', '174448.087000', '174448.090000', '174448.092000', '174448.095000', '174448.098000', '174448.100000', '174448.103000', '174448.105000', '174448.108000', '174448.111000', '174448.113000', '174448.116000', '174448.118000', '174448.121000', '174448.124000', '174508.011000', '174508.014000', '174508.017000', '174508.019000', '174508.022000', '174508.025000', '174508.027000', '174508.030000', '174508.032000', '174508.035000', '174508.038000', '174508.040000', '174508.043000', '174508.045000', '174508.048000', '174508.050000', '174508.053000', '174508.056000', '174508.058000', '174508.061000', '174508.064000', '174508.066000', '174508.069000', '174508.071000', '174508.074000', '174508.077000', '174508.079000', '174508.082000', '174508.085000', '174508.087000', '174508.090000', '174508.093000', '174508.095000', '174508.098000', '174508.100000', '174508.103000', '174508.106000', '174508.108000', '174508.111000', '174508.114000', '174508.116000', '174508.119000', '174508.121000', '174528.010000', '174528.013000', '174528.016000', '174528.019000', '174528.022000', '174528.024000', '174528.027000', '174528.029000', '174528.032000', '174528.035000', '174528.037000', '174528.040000', '174528.042000', '174528.045000', '174528.048000', '174528.050000', '174528.053000', '174528.056000', '174528.058000', '174528.061000', '174528.063000', '174528.066000', '174528.069000', '174528.071000', '174528.074000', '174528.076000', '174528.079000', '174528.082000', '174528.084000', '174528.087000', '174528.090000', '174528.092000', '174528.095000', '174528.097000', '174528.100000', '174528.103000', '174528.105000', '174528.108000', '174528.110000', '174528.113000', '174528.116000', '174528.119000', '174528.122000', '174528.124000', '174548.012000', '174548.014000', '174548.017000', '174548.020000', '174548.022000', '174548.025000', '174548.028000', '174548.030000', '174548.041000', '174548.044000', '174548.046000', '174548.049000', '174548.051000', '174548.054000', '174548.057000', '174548.059000', '174548.062000', '174548.064000', '174548.067000', '174548.070000', '174548.072000', '174548.075000', '174548.077000', '174548.080000', '174548.082000', '174548.085000', '174548.088000', '174548.090000', '174548.093000', '174548.096000', '174548.098000', '174548.101000', '174548.103000', '174548.106000', '174548.109000', '174548.111000', '174548.114000', '174548.116000', '174548.119000', '174548.122000', '174548.124000', '174548.127000', '174548.129000', '174608.011000', '174608.014000', '174608.017000', '174608.020000', '174608.022000', '174608.025000', '174608.028000', '174608.030000', '174608.033000', '174608.035000', '174608.038000', '174608.040000', '174608.045000', '174608.047000', '174608.063000', '174608.065000', '174608.068000', '174608.071000', '174608.073000', '174608.076000', '174608.078000', '174608.081000', '174608.084000', '174608.086000', '174608.089000', '174608.091000', '174608.094000', '174608.097000', '174608.099000', '174608.102000', '174608.105000', '174608.107000', '174608.110000', '174608.112000', '174608.115000', '174608.118000', '174608.120000', '174608.123000', '174608.125000', '174608.128000', '174608.130000', '174608.133000', '174608.136000', '174608.138000', '174628.012000', '174628.014000', '174628.017000', '174628.020000', '174628.022000', '174628.025000', '174628.027000', '174628.030000', '174628.033000', '174628.035000', '174628.038000', '174628.040000', '174628.043000', '174628.046000', '174628.048000', '174628.051000', '174628.054000', '174628.056000', '174628.059000', '174628.061000', '174628.064000', '174628.067000', '174628.069000', '174628.072000', '174628.075000', '174628.077000', '174628.080000', '174628.082000', '174628.085000', '174628.088000', '174628.090000', '174628.093000', '174628.096000', '174628.098000', '174628.101000', '174628.103000', '174628.106000', '174628.109000', '174628.112000', '174628.114000', '174628.117000', '174628.120000', '174628.123000', '174648.011000', '174648.014000', '174648.017000', '174648.019000', '174648.022000', '174648.025000', '174648.027000', '174648.030000', '174648.032000', '174648.035000', '174648.037000', '174648.040000', '174648.043000', '174648.045000', '174648.048000', '174648.051000', '174648.053000', '174648.056000', '174648.058000', '174648.061000', '174648.064000', '174648.067000', '174648.069000', '174648.072000', '174648.074000', '174648.077000', '174648.079000', '174648.082000', '174648.085000', '174648.087000', '174648.090000', '174648.092000', '174648.095000', '174648.098000', '174648.100000', '174648.103000', '174648.105000', '174648.108000', '174648.111000', '174648.113000', '174648.116000', '174648.119000', '174648.121000', '174648.124000', '174702.664000', '174702.667000', '174702.670000', '174702.673000', '174702.675000', '174702.678000', '174702.681000', '174702.683000', '174702.686000', '174702.689000', '174702.691000', '174702.694000', '174702.697000', '174702.700000', '174702.703000', '174702.705000', '174702.708000', '174702.711000', '174702.714000', '174702.716000', '174702.719000', '174702.722000', '174702.726000', '174702.729000', '174702.732000', '174702.734000', '174702.737000', '174702.740000', '174702.743000', '174702.745000', '174702.748000', '174702.751000'], 'InstanceCreationTime': ['174048.047000', '174048.050000', '174048.053000', '174048.055000', '174048.058000', '174048.061000', '174048.063000', '174048.066000', '174048.068000', '174048.071000', '174048.073000', '174048.076000', '174048.079000', '174048.081000', '174048.084000', '174048.087000', '174048.089000', '174048.092000', '174048.094000', '174048.097000', '174048.099000', '174048.102000', '174048.104000', '174048.107000', '174048.110000', '174048.112000', '174048.118000', '174048.121000', '174048.123000', '174048.126000', '174048.129000', '174048.131000', '174048.134000', '174048.136000', '174048.139000', '174048.142000', '174048.144000', '174048.147000', '174048.149000', '174048.152000', '174048.155000', '174048.157000', '174048.160000', '174048.162000', '174048.165000', '174048.168000', '174048.170000', '174048.173000', '174048.175000', '174048.178000', '174048.180000', '174048.183000', '174048.186000', '174048.188000', '174048.191000', '174048.193000', '174048.196000', '174108.012000', '174108.015000', '174108.024000', '174108.026000', '174108.029000', '174108.031000', '174108.034000', '174108.037000', '174108.039000', '174108.042000', '174108.045000', '174108.047000', '174108.050000', '174108.052000', '174108.055000', '174108.057000', '174108.060000', '174108.063000', '174108.065000', '174108.068000', '174108.070000', '174108.073000', '174108.075000', '174108.078000', '174108.081000', '174108.083000', '174108.086000', '174108.088000', '174108.091000', '174108.094000', '174108.096000', '174108.099000', '174108.101000', '174108.104000', '174108.107000', '174108.109000', '174108.112000', '174108.114000', '174108.117000', '174108.119000', '174108.122000', '174108.125000', '174108.127000', '174128.012000', '174128.014000', '174128.017000', '174128.020000', '174128.022000', '174128.025000', '174128.027000', '174128.030000', '174128.032000', '174128.035000', '174128.038000', '174128.040000', '174128.043000', '174128.045000', '174128.048000', '174128.051000', '174128.053000', '174128.056000', '174128.058000', '174128.061000', '174128.064000', '174128.069000', '174128.071000', '174128.074000', '174128.076000', '174128.079000', '174128.081000', '174128.084000', '174128.087000', '174128.089000', '174128.092000', '174128.094000', '174128.097000', '174128.100000', '174128.102000', '174128.105000', '174128.107000', '174128.110000', '174128.112000', '174128.115000', '174128.126000', '174128.129000', '174128.132000', '174128.134000', '174148.011000', '174148.014000', '174148.017000', '174148.019000', '174148.022000', '174148.025000', '174148.027000', '174148.030000', '174148.033000', '174148.036000', '174148.038000', '174148.041000', '174148.043000', '174148.046000', '174148.049000', '174148.051000', '174148.054000', '174148.056000', '174148.059000', '174148.061000', '174148.064000', '174148.067000', '174148.069000', '174148.072000', '174148.075000', '174148.078000', '174148.081000', '174148.083000', '174148.086000', '174148.088000', '174148.091000', '174148.094000', '174148.096000', '174148.099000', '174148.101000', '174148.104000', '174148.106000', '174148.109000', '174148.111000', '174148.114000', '174148.117000', '174148.119000', '174148.122000', '174208.012000', '174208.015000', '174208.017000', '174208.020000', '174208.022000', '174208.025000', '174208.028000', '174208.030000', '174208.033000', '174208.035000', '174208.038000', '174208.041000', '174208.043000', '174208.046000', '174208.048000', '174208.051000', '174208.054000', '174208.056000', '174208.059000', '174208.061000', '174208.068000', '174208.070000', '174208.073000', '174208.075000', '174208.078000', '174208.081000', '174208.083000', '174208.086000', '174208.088000', '174208.091000', '174208.094000', '174208.096000', '174208.099000', '174208.101000', '174208.104000', '174208.107000', '174208.109000', '174208.112000', '174208.114000', '174208.117000', '174208.120000', '174208.122000', '174208.125000', '174208.127000', '174228.011000', '174228.014000', '174228.017000', '174228.019000', '174228.022000', '174228.024000', '174228.027000', '174228.030000', '174228.033000', '174228.036000', '174228.039000', '174228.041000', '174228.044000', '174228.047000', '174228.049000', '174228.052000', '174228.054000', '174228.057000', '174228.059000', '174228.062000', '174228.065000', '174228.067000', '174228.070000', '174228.072000', '174228.075000', '174228.078000', '174228.080000', '174228.083000', '174228.086000', '174228.088000', '174228.091000', '174228.093000', '174228.096000', '174228.099000', '174228.101000', '174228.104000', '174228.107000', '174228.109000', '174228.112000', '174228.114000', '174228.117000', '174228.119000', '174228.122000', '174248.011000', '174248.014000', '174248.017000', '174248.019000', '174248.022000', '174248.025000', '174248.027000', '174248.030000', '174248.032000', '174248.035000', '174248.038000', '174248.040000', '174248.043000', '174248.046000', '174248.048000', '174248.051000', '174248.053000', '174248.056000', '174248.059000', '174248.061000', '174248.064000', '174248.066000', '174248.069000', '174248.072000', '174248.074000', '174248.077000', '174248.079000', '174248.082000', '174248.085000', '174248.087000', '174248.090000', '174248.092000', '174248.095000', '174248.098000', '174248.100000', '174248.103000', '174248.105000', '174248.108000', '174248.111000', '174248.113000', '174248.116000', '174248.118000', '174248.121000', '174248.123000', '174308.010000', '174308.013000', '174308.016000', '174308.018000', '174308.021000', '174308.024000', '174308.026000', '174308.029000', '174308.031000', '174308.034000', '174308.037000', '174308.039000', '174308.042000', '174308.045000', '174308.047000', '174308.050000', '174308.052000', '174308.055000', '174308.058000', '174308.060000', '174308.063000', '174308.065000', '174308.068000', '174308.071000', '174308.073000', '174308.076000', '174308.079000', '174308.081000', '174308.084000', '174308.086000', '174308.089000', '174308.092000', '174308.095000', '174308.097000', '174308.100000', '174308.103000', '174308.116000', '174308.118000', '174308.121000', '174308.123000', '174308.126000', '174308.129000', '174308.131000', '174328.012000', '174328.014000', '174328.017000', '174328.020000', '174328.022000', '174328.025000', '174328.027000', '174328.030000', '174328.033000', '174328.035000', '174328.038000', '174328.041000', '174328.043000', '174328.046000', '174328.048000', '174328.051000', '174328.054000', '174328.056000', '174328.059000', '174328.062000', '174328.064000', '174328.067000', '174328.069000', '174328.072000', '174328.075000', '174328.077000', '174328.080000', '174328.082000', '174328.085000', '174328.088000', '174328.090000', '174328.093000', '174328.096000', '174328.098000', '174328.101000', '174328.103000', '174328.106000', '174328.108000', '174328.111000', '174328.114000', '174328.116000', '174328.119000', '174328.121000', '174328.124000', '174348.011000', '174348.014000', '174348.017000', '174348.020000', '174348.022000', '174348.025000', '174348.027000', '174348.030000', '174348.033000', '174348.035000', '174348.038000', '174348.041000', '174348.043000', '174348.046000', '174348.048000', '174348.051000', '174348.053000', '174348.056000', '174348.058000', '174348.061000', '174348.064000', '174348.066000', '174348.069000', '174348.071000', '174348.074000', '174348.077000', '174348.079000', '174348.082000', '174348.084000', '174348.087000', '174348.090000', '174348.092000', '174348.095000', '174348.098000', '174348.100000', '174348.103000', '174348.105000', '174348.108000', '174348.111000', '174348.113000', '174348.116000', '174348.118000', '174348.121000', '174408.012000', '174408.015000', '174408.017000', '174408.020000', '174408.022000', '174408.025000', '174408.028000', '174408.031000', '174408.033000', '174408.036000', '174408.039000', '174408.041000', '174408.044000', '174408.046000', '174408.049000', '174408.052000', '174408.054000', '174408.057000', '174408.059000', '174408.062000', '174408.065000', '174408.067000', '174408.070000', '174408.072000', '174408.075000', '174408.077000', '174408.080000', '174408.083000', '174408.085000', '174408.088000', '174408.090000', '174408.093000', '174408.095000', '174408.098000', '174408.101000', '174408.103000', '174408.106000', '174408.108000', '174408.111000', '174408.114000', '174408.116000', '174408.119000', '174408.121000', '174408.124000', '174428.011000', '174428.014000', '174428.017000', '174428.019000', '174428.022000', '174428.025000', '174428.027000', '174428.030000', '174428.033000', '174428.035000', '174428.038000', '174428.041000', '174428.043000', '174428.046000', '174428.048000', '174428.051000', '174428.053000', '174428.066000', '174428.069000', '174428.072000', '174428.074000', '174428.077000', '174428.079000', '174428.082000', '174428.085000', '174428.087000', '174428.090000', '174428.092000', '174428.095000', '174428.098000', '174428.100000', '174428.103000', '174428.105000', '174428.108000', '174428.111000', '174428.113000', '174428.116000', '174428.118000', '174428.121000', '174428.124000', '174428.126000', '174428.129000', '174428.132000', '174448.011000', '174448.014000', '174448.017000', '174448.019000', '174448.022000', '174448.025000', '174448.027000', '174448.030000', '174448.032000', '174448.035000', '174448.038000', '174448.040000', '174448.043000', '174448.045000', '174448.048000', '174448.051000', '174448.053000', '174448.056000', '174448.059000', '174448.061000', '174448.064000', '174448.067000', '174448.069000', '174448.072000', '174448.074000', '174448.077000', '174448.080000', '174448.082000', '174448.085000', '174448.087000', '174448.090000', '174448.092000', '174448.095000', '174448.098000', '174448.100000', '174448.103000', '174448.105000', '174448.108000', '174448.111000', '174448.113000', '174448.116000', '174448.118000', '174448.121000', '174448.124000', '174508.011000', '174508.014000', '174508.017000', '174508.019000', '174508.022000', '174508.025000', '174508.027000', '174508.030000', '174508.032000', '174508.035000', '174508.038000', '174508.040000', '174508.043000', '174508.045000', '174508.048000', '174508.050000', '174508.053000', '174508.056000', '174508.058000', '174508.061000', '174508.064000', '174508.066000', '174508.069000', '174508.071000', '174508.074000', '174508.077000', '174508.079000', '174508.082000', '174508.085000', '174508.087000', '174508.090000', '174508.093000', '174508.095000', '174508.098000', '174508.100000', '174508.103000', '174508.106000', '174508.108000', '174508.111000', '174508.114000', '174508.116000', '174508.119000', '174508.121000', '174528.010000', '174528.013000', '174528.016000', '174528.019000', '174528.022000', '174528.024000', '174528.027000', '174528.029000', '174528.032000', '174528.035000', '174528.037000', '174528.040000', '174528.042000', '174528.045000', '174528.048000', '174528.050000', '174528.053000', '174528.056000', '174528.058000', '174528.061000', '174528.063000', '174528.066000', '174528.069000', '174528.071000', '174528.074000', '174528.076000', '174528.079000', '174528.082000', '174528.084000', '174528.087000', '174528.090000', '174528.092000', '174528.095000', '174528.097000', '174528.100000', '174528.103000', '174528.105000', '174528.108000', '174528.110000', '174528.113000', '174528.116000', '174528.119000', '174528.122000', '174528.124000', '174548.012000', '174548.014000', '174548.017000', '174548.020000', '174548.022000', '174548.025000', '174548.028000', '174548.030000', '174548.041000', '174548.044000', '174548.046000', '174548.049000', '174548.051000', '174548.054000', '174548.057000', '174548.059000', '174548.062000', '174548.064000', '174548.067000', '174548.070000', '174548.072000', '174548.075000', '174548.077000', '174548.080000', '174548.082000', '174548.085000', '174548.088000', '174548.090000', '174548.093000', '174548.096000', '174548.098000', '174548.101000', '174548.103000', '174548.106000', '174548.109000', '174548.111000', '174548.114000', '174548.116000', '174548.119000', '174548.122000', '174548.124000', '174548.127000', '174548.129000', '174608.011000', '174608.014000', '174608.017000', '174608.020000', '174608.022000', '174608.025000', '174608.028000', '174608.030000', '174608.033000', '174608.035000', '174608.038000', '174608.040000', '174608.045000', '174608.047000', '174608.063000', '174608.065000', '174608.068000', '174608.071000', '174608.073000', '174608.076000', '174608.078000', '174608.081000', '174608.084000', '174608.086000', '174608.089000', '174608.091000', '174608.094000', '174608.097000', '174608.099000', '174608.102000', '174608.105000', '174608.107000', '174608.110000', '174608.112000', '174608.115000', '174608.118000', '174608.120000', '174608.123000', '174608.125000', '174608.128000', '174608.130000', '174608.133000', '174608.136000', '174608.138000', '174628.012000', '174628.014000', '174628.017000', '174628.020000', '174628.022000', '174628.025000', '174628.027000', '174628.030000', '174628.033000', '174628.035000', '174628.038000', '174628.040000', '174628.043000', '174628.046000', '174628.048000', '174628.051000', '174628.054000', '174628.056000', '174628.059000', '174628.061000', '174628.064000', '174628.067000', '174628.069000', '174628.072000', '174628.075000', '174628.077000', '174628.080000', '174628.082000', '174628.085000', '174628.088000', '174628.090000', '174628.093000', '174628.096000', '174628.098000', '174628.101000', '174628.103000', '174628.106000', '174628.109000', '174628.112000', '174628.114000', '174628.117000', '174628.120000', '174628.123000', '174648.011000', '174648.014000', '174648.017000', '174648.019000', '174648.022000', '174648.025000', '174648.027000', '174648.030000', '174648.032000', '174648.035000', '174648.037000', '174648.040000', '174648.043000', '174648.045000', '174648.048000', '174648.051000', '174648.053000', '174648.056000', '174648.058000', '174648.061000', '174648.064000', '174648.067000', '174648.069000', '174648.072000', '174648.074000', '174648.077000', '174648.079000', '174648.082000', '174648.085000', '174648.087000', '174648.090000', '174648.092000', '174648.095000', '174648.098000', '174648.100000', '174648.103000', '174648.105000', '174648.108000', '174648.111000', '174648.113000', '174648.116000', '174648.119000', '174648.121000', '174648.124000', '174702.664000', '174702.667000', '174702.670000', '174702.673000', '174702.675000', '174702.678000', '174702.681000', '174702.683000', '174702.686000', '174702.689000', '174702.691000', '174702.694000', '174702.697000', '174702.700000', '174702.703000', '174702.705000', '174702.708000', '174702.711000', '174702.714000', '174702.716000', '174702.719000', '174702.722000', '174702.726000', '174702.729000', '174702.732000', '174702.734000', '174702.737000', '174702.740000', '174702.743000', '174702.745000', '174702.748000', '174702.751000'], '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': [15981, 8575, 12493, 10205, 10950, 8740, 9313, 8396, 9218, 9631, 9169, 15038, 9959, 10191, 13080, 8633, 8968, 9018, 9125, 12776, 8908, 14070, 16076, 13013, 14030, 9530, 11695, 8729, 9607, 14592, 9448, 13903, 9302, 11696, 9442, 11695, 9412, 13065, 9545, 12732, 9717, 12358, 9504, 13133, 9191, 12431, 9141, 11449, 9276, 10214, 9001, 10195, 8486, 9090, 8297, 10084, 8880, 15701, 8314, 11134, 8149, 8600, 11778, 15295, 10101, 11173, 9785, 8873, 14626, 8831, 11170, 8698, 8656, 9219, 8988, 13348, 9872, 9945, 8434, 9300, 16168, 9856, 11961, 9311, 9206, 14890, 9046, 11741, 8318, 8682, 9772, 15531, 11550, 10314, 9886, 9116, 15407, 10280, 9221, 10255, 9023, 13987, 9260, 8694, 8998, 9012, 14020, 8658, 10689, 8691, 8391, 11351, 8723, 12399, 9679, 9600, 8225, 8374, 14260, 8896, 12472, 8720, 11227, 12885, 8933, 14267, 8944, 10818, 8855, 8917, 13880, 9197, 10489, 8665, 9127, 15780, 9673, 9997, 8921, 8858, 15202, 8765, 12168, 8639, 9764, 14415, 8584, 13038, 9064, 10287, 12350, 8696, 12574, 8830, 8946, 9457, 8757, 13596, 9191, 8717, 8541, 9013, 16638, 8532, 11618, 10506, 8762, 13893, 8523, 10764, 9632, 7968, 11310, 8561, 13036, 9062, 10400, 8849, 9351, 13307, 8623, 14898, 8644, 12935, 8607, 9219, 9619, 7862, 10618, 8611, 13103, 9404, 9724, 8516, 10285, 12110, 9482, 13375, 8706, 13451, 8764, 10088, 8458, 8691, 12355, 8622, 12893, 9199, 10905, 8655, 9199, 11142, 7906, 9777, 8582, 14932, 9255, 10623, 9020, 10596, 8408, 8497, 8876, 9632, 9034, 10799, 8793, 12206, 12381, 8195, 8577, 7833, 8829, 10150, 14974, 10668, 12977, 8951, 9289, 10642, 7957, 9665, 8962, 14487, 8981, 12344, 9236, 12543, 8899, 10512, 9060, 10651, 9011, 10579, 12126, 8944, 12408, 8944, 12628, 8609, 9386, 8353, 8299, 8880, 8658, 14295, 10177, 10870, 9018, 9467, 11972, 8951, 16339, 9341, 12785, 8901, 10335, 8840, 10813, 8848, 10575, 15599, 9490, 13203, 9084, 9900, 10967, 8738, 13523, 8601, 11108, 8892, 9662, 12353, 8664, 14354, 9754, 11763, 8316, 9185, 11831, 8175, 9285, 8047, 9835, 8330, 8902, 9413, 9406, 10455, 13959, 8545, 10801, 9157, 15604, 11114, 11511, 8671, 8627, 13166, 8767, 13729, 8940, 12035, 9378, 9249, 8660, 9128, 12078, 8765, 9923, 8186, 11461, 8779, 13653, 10445, 10087, 8649, 9345, 10929, 9027, 14719, 8832, 12337, 9217, 9720, 13643, 8796, 13102, 9493, 9996, 13416, 8900, 13813, 9119, 10398, 12772, 9038, 14816, 9066, 10721, 10437, 8568, 9035, 8727, 14704, 10020, 9442, 9452, 9005, 15650, 8431, 11767, 9774, 9327, 12297, 8716, 14207, 10061, 10728, 8789, 8964, 15818, 8908, 12345, 8574, 11632, 10845, 9508, 14852, 9046, 13703, 8829, 11108, 8565, 8515, 9453, 8852, 14032, 9852, 9473, 8367, 8408, 12789, 8816, 14768, 10244, 12326, 8786, 9229, 13697, 8891, 13812, 8637, 10361, 10790, 8955, 10195, 8841, 14433, 9235, 10607, 9318, 9089, 12296, 8755, 14783, 9553, 11222, 8433, 9036, 14679, 8590, 14094, 9112, 10766, 9992, 9233, 11190, 8790, 14616, 9427, 9473, 8516, 8897, 11398, 8859, 14648, 8718, 13593, 9195, 10520, 11579, 8744, 15708, 8691, 12246, 9167, 9479, 10830, 8721, 14718, 9612, 11173, 8640, 10783, 9827, 8797, 16149, 8856, 13323, 8689, 12651, 7859, 9432, 8998, 14934, 10438, 12648, 8983, 10244, 9160, 8664, 8542, 8240, 13502, 8728, 15551, 8477, 13201, 8362, 11194, 9229, 9241, 8579, 10879, 8573, 11052, 8665, 10476, 8639, 10915, 8669, 11103, 8664, 13624, 11994, 10088, 15204, 9748, 12846, 8594, 10680, 8617, 9197, 8475, 8981, 13106, 9220, 11809, 8578, 13987, 8554, 10903, 8450, 10249, 8431, 10302, 8526, 11700, 8493, 14658, 8243, 9317, 8550, 11662, 10384, 13712, 11253, 12579, 8603, 9794, 13938, 8678, 12515, 8668, 12008, 8577, 10652, 8200, 9402, 9840, 8522, 13948, 8561, 11891, 8521, 9091, 14305, 9805, 11221, 9656, 8882, 15072, 10296, 10241, 9146, 8997, 15174, 10135, 9488, 8333, 8861, 13423, 8515, 12165, 8598, 12085, 9833, 9245, 14578, 9747, 12104, 9062, 8884, 14871, 10033, 11227, 8798, 8885, 15567, 8380, 12146, 8478, 10391, 9908, 9223, 12565, 8895, 14858, 10457, 10617, 8614, 9921, 12931, 8925, 13388, 9033, 13290, 8982, 10793, 10098, 8723, 12761, 8912, 13412, 9371, 10878, 9438, 9078, 15132, 9457, 12598, 8247, 10814, 8590, 10262, 8646, 11999, 11710, 10345, 14994, 11174, 12931, 8681, 9586, 8636, 8990, 8584, 9551, 12693, 9039, 13528, 9381, 12684, 8614, 9412, 11679, 8995, 14489, 9014, 11270, 9631, 9229, 9924, 8806, 14456, 9548, 10386, 8426, 9036, 16385, 8796, 12609, 9157, 10877, 9809, 8917, 14716, 9537, 12065, 8642, 10788, 9193, 10341, 9382, 8817, 16283, 8751, 13154, 9704, 9655, 8621, 10288, 8710, 11299, 8435, 10482, 8244, 13287, 8510, 8737, 10171, 8502, 13549, 13958, 10992, 13106, 10671, 10715, 8500, 10200, 7957, 8555, 9018, 8309, 10885, 15820, 10999, 11029, 8621, 10920, 8782, 10975, 8547, 9658, 8464, 8944, 14091, 8721, 11523, 8603, 10681, 8593, 8963, 15246, 9388, 12742, 8781, 9997, 13417, 8737, 13456, 8986, 10577, 11549, 8995, 13888, 8906, 11844, 8501, 9133, 12492, 8500, 13680, 8633, 11888, 9380, 9606, 10171, 8485, 14208, 9873, 9915, 14498, 8681, 13391, 8441, 9650, 12429, 8578, 12608, 8489, 11023, 10624, 8874, 11607, 8638, 14430, 10533, 10194, 10733, 8769, 15069, 10394, 9889, 8619, 8564, 9453, 8976, 8285, 10311, 14452, 8832, 14662, 10436, 10982, 13868, 8905, 13390, 9184, 10319, 9375, 8770, 14096, 8265, 10438, 8574, 13407, 10028, 10056, 8305, 9795, 12255, 8938, 15385, 10471, 11429, 8805, 9129, 14781, 8550, 12664, 8504, 10784, 9945, 10154, 9685, 8654, 14788, 9631, 10702, 9380, 9072, 8697, 8493, 14423, 9902, 10401, 8437, 10381, 9520, 9108, 8373, 9169, 8393, 9916, 8565, 10402, 8456, 13731, 9174, 12396, 8790, 10753, 8291, 8254, 9714, 14473, 10709, 10424, 8213, 8937, 12565, 8423, 12826, 8487, 11757, 8993, 10382, 8552, 9881, 8376, 8746, 14532, 9737, 11084, 8426, 10534, 10543, 8799, 11986], 'WindowCenter': [4618.0, 4542.0, 4569.0, 4562.0, 4550.0, 4510.0, 4516.0, 4500.0, 4510.0, 4511.0, 4535.0, 4565.0, 4525.0, 4535.0, 4544.0, 4503.0, 4525.0, 4524.0, 4524.0, 4554.0, 4512.0, 4553.0, 4540.0, 4529.0, 4527.0, 4487.0, 4496.0, 4465.0, 4497.0, 4524.0, 4494.0, 4523.0, 4484.0, 4502.0, 4494.0, 4513.0, 4496.0, 4523.0, 4496.0, 4525.0, 4508.0, 4526.0, 4498.0, 4526.0, 4498.0, 4526.0, 4498.0, 4517.0, 4511.0, 4518.0, 4511.0, 4532.0, 4524.0, 4525.0, 4528.0, 4548.0, 4542.0, 4578.0, 4529.0, 4559.0, 4530.0, 4541.0, 4571.0, 4568.0, 4536.0, 4535.0, 4523.0, 4514.0, 4552.0, 4514.0, 4544.0, 4514.0, 4515.0, 4524.0, 4538.0, 4565.0, 4548.0, 4536.0, 4518.0, 4540.0, 4591.0, 4550.0, 4558.0, 4539.0, 4539.0, 4579.0, 4529.0, 4556.0, 4528.0, 4529.0, 4551.0, 4580.0, 4548.0, 4536.0, 4524.0, 4514.0, 4553.0, 4523.0, 4512.0, 4521.0, 4512.0, 4551.0, 4512.0, 4501.0, 4511.0, 4512.0, 4550.0, 4512.0, 4531.0, 4501.0, 4513.0, 4531.0, 4514.0, 4543.0, 4524.0, 4523.0, 4515.0, 4516.0, 4564.0, 4526.0, 4553.0, 4525.0, 4546.0, 4554.0, 4525.0, 4553.0, 4514.0, 4533.0, 4512.0, 4512.0, 4552.0, 4513.0, 4532.0, 4513.0, 4523.0, 4563.0, 4524.0, 4534.0, 4524.0, 4525.0, 4564.0, 4523.0, 4554.0, 4525.0, 4536.0, 4564.0, 4515.0, 4554.0, 4514.0, 4532.0, 4541.0, 4513.0, 4542.0, 4512.0, 4512.0, 4521.0, 4514.0, 4552.0, 4523.0, 4514.0, 4515.0, 4526.0, 4574.0, 4515.0, 4544.0, 4534.0, 4515.0, 4553.0, 4515.0, 4544.0, 4523.0, 4504.0, 4532.0, 4515.0, 4554.0, 4526.0, 4544.0, 4526.0, 4524.0, 4554.0, 4515.0, 4564.0, 4515.0, 4554.0, 4514.0, 4522.0, 4522.0, 4505.0, 4534.0, 4514.0, 4554.0, 4525.0, 4534.0, 4526.0, 4545.0, 4555.0, 4536.0, 4554.0, 4515.0, 4553.0, 4515.0, 4535.0, 4513.0, 4514.0, 4541.0, 4513.0, 4542.0, 4523.0, 4532.0, 4514.0, 4524.0, 4543.0, 4504.0, 4533.0, 4514.0, 4563.0, 4537.0, 4534.0, 4526.0, 4536.0, 4514.0, 4514.0, 4524.0, 4535.0, 4525.0, 4545.0, 4527.0, 4570.0, 4557.0, 4515.0, 4515.0, 4505.0, 4526.0, 4546.0, 4566.0, 4534.0, 4553.0, 4512.0, 4512.0, 4520.0, 4492.0, 4511.0, 4512.0, 4551.0, 4514.0, 4552.0, 4536.0, 4542.0, 4514.0, 4532.0, 4525.0, 4533.0, 4525.0, 4544.0, 4544.0, 4524.0, 4553.0, 4524.0, 4543.0, 4513.0, 4523.0, 4515.0, 4517.0, 4526.0, 4529.0, 4566.0, 4563.0, 4576.0, 4542.0, 4536.0, 4544.0, 4525.0, 4577.0, 4568.0, 4594.0, 4500.0, 4507.0, 4501.0, 4532.0, 4513.0, 4546.0, 4577.0, 4525.0, 4553.0, 4513.0, 4523.0, 4546.0, 4515.0, 4554.0, 4514.0, 4532.0, 4513.0, 4522.0, 4542.0, 4514.0, 4553.0, 4524.0, 4543.0, 4516.0, 4536.0, 4545.0, 4514.0, 4523.0, 4505.0, 4534.0, 4516.0, 4527.0, 4539.0, 4529.0, 4549.0, 4566.0, 4516.0, 4546.0, 4527.0, 4567.0, 4546.0, 4534.0, 4503.0, 4502.0, 4541.0, 4503.0, 4541.0, 4513.0, 4543.0, 4524.0, 4513.0, 4527.0, 4526.0, 4543.0, 4514.0, 4522.0, 4503.0, 4532.0, 4514.0, 4553.0, 4535.0, 4532.0, 4516.0, 4526.0, 4535.0, 4526.0, 4565.0, 4526.0, 4555.0, 4526.0, 4526.0, 4556.0, 4528.0, 4555.0, 4526.0, 4535.0, 4555.0, 4515.0, 4554.0, 4515.0, 4534.0, 4543.0, 4514.0, 4553.0, 4513.0, 4532.0, 4522.0, 4513.0, 4512.0, 4514.0, 4551.0, 4523.0, 4523.0, 4513.0, 4513.0, 4562.0, 4504.0, 4543.0, 4524.0, 4525.0, 4543.0, 4515.0, 4554.0, 4525.0, 4534.0, 4515.0, 4526.0, 4564.0, 4515.0, 4543.0, 4515.0, 4544.0, 4531.0, 4525.0, 4553.0, 4513.0, 4543.0, 4513.0, 4532.0, 4502.0, 4502.0, 4511.0, 4513.0, 4553.0, 4523.0, 4524.0, 4511.0, 4515.0, 4552.0, 4515.0, 4564.0, 4535.0, 4543.0, 4503.0, 4523.0, 4552.0, 4513.0, 4541.0, 4503.0, 4522.0, 4532.0, 4514.0, 4523.0, 4515.0, 4553.0, 4514.0, 4533.0, 4513.0, 4515.0, 4542.0, 4514.0, 4553.0, 4524.0, 4533.0, 4504.0, 4514.0, 4553.0, 4514.0, 4552.0, 4514.0, 4534.0, 4523.0, 4514.0, 4532.0, 4514.0, 4552.0, 4514.0, 4523.0, 4514.0, 4525.0, 4544.0, 4525.0, 4564.0, 4516.0, 4555.0, 4526.0, 4536.0, 4545.0, 4514.0, 4564.0, 4515.0, 4544.0, 4514.0, 4525.0, 4533.0, 4515.0, 4552.0, 4523.0, 4533.0, 4515.0, 4534.0, 4524.0, 4506.0, 4565.0, 4526.0, 4556.0, 4517.0, 4554.0, 4517.0, 4537.0, 4528.0, 4578.0, 4546.0, 4555.0, 4514.0, 4524.0, 4513.0, 4514.0, 4514.0, 4516.0, 4554.0, 4515.0, 4565.0, 4506.0, 4545.0, 4508.0, 4534.0, 4526.0, 4526.0, 4528.0, 4546.0, 4516.0, 4545.0, 4516.0, 4547.0, 4517.0, 4536.0, 4517.0, 4547.0, 4528.0, 4567.0, 4545.0, 4535.0, 4563.0, 4524.0, 4543.0, 4502.0, 4522.0, 4502.0, 4511.0, 4502.0, 4513.0, 4543.0, 4524.0, 4543.0, 4516.0, 4565.0, 4514.0, 4534.0, 4518.0, 4564.0, 4531.0, 4547.0, 4527.0, 4556.0, 4528.0, 4568.0, 4507.0, 4526.0, 4517.0, 4547.0, 4538.0, 4557.0, 4536.0, 4544.0, 4502.0, 4512.0, 4541.0, 4501.0, 4530.0, 4502.0, 4531.0, 4502.0, 4522.0, 4492.0, 4525.0, 4522.0, 4514.0, 4552.0, 4515.0, 4544.0, 4515.0, 4526.0, 4554.0, 4536.0, 4535.0, 4524.0, 4515.0, 4553.0, 4524.0, 4523.0, 4512.0, 4513.0, 4552.0, 4523.0, 4525.0, 4504.0, 4514.0, 4543.0, 4504.0, 4542.0, 4515.0, 4545.0, 4524.0, 4525.0, 4554.0, 4525.0, 4544.0, 4513.0, 4515.0, 4553.0, 4523.0, 4534.0, 4515.0, 4516.0, 4564.0, 4516.0, 4544.0, 4516.0, 4536.0, 4536.0, 4526.0, 4556.0, 4527.0, 4566.0, 4537.0, 4535.0, 4516.0, 4536.0, 4545.0, 4516.0, 4555.0, 4516.0, 4554.0, 4514.0, 4534.0, 4522.0, 4504.0, 4542.0, 4513.0, 4554.0, 4513.0, 4533.0, 4512.0, 4514.0, 4552.0, 4524.0, 4543.0, 4505.0, 4544.0, 4516.0, 4535.0, 4517.0, 4547.0, 4545.0, 4537.0, 4555.0, 4535.0, 4545.0, 4504.0, 4512.0, 4502.0, 4512.0, 4514.0, 4525.0, 4542.0, 4515.0, 4554.0, 4526.0, 4544.0, 4504.0, 4514.0, 4533.0, 4514.0, 4553.0, 4514.0, 4533.0, 4513.0, 4514.0, 4523.0, 4514.0, 4552.0, 4524.0, 4523.0, 4503.0, 4515.0, 4563.0, 4504.0, 4542.0, 4514.0, 4534.0, 4523.0, 4515.0, 4553.0, 4525.0, 4543.0, 4515.0, 4534.0, 4515.0, 4525.0, 4514.0, 4515.0, 4564.0, 4505.0, 4543.0, 4525.0, 4537.0, 4517.0, 4536.0, 4518.0, 4546.0, 4519.0, 4547.0, 4530.0, 4558.0, 4516.0, 4528.0, 4549.0, 4529.0, 4570.0, 4557.0, 4535.0, 4544.0, 4524.0, 4522.0, 4504.0, 4523.0, 4506.0, 4516.0, 4526.0, 4519.0, 4549.0, 4566.0, 4536.0, 4534.0, 4515.0, 4533.0, 4514.0, 4533.0, 4504.0, 4523.0, 4503.0, 4514.0, 4552.0, 4504.0, 4533.0, 4504.0, 4533.0, 4503.0, 4515.0, 4553.0, 4514.0, 4541.0, 4504.0, 4524.0, 4542.0, 4504.0, 4542.0, 4503.0, 4523.0, 4532.0, 4503.0, 4542.0, 4503.0, 4531.0, 4503.0, 4514.0, 4541.0, 4515.0, 4555.0, 4516.0, 4545.0, 4525.0, 4526.0, 4535.0, 4517.0, 4555.0, 4525.0, 4525.0, 4555.0, 4516.0, 4555.0, 4506.0, 4526.0, 4544.0, 4516.0, 4556.0, 4517.0, 4537.0, 4537.0, 4527.0, 4546.0, 4529.0, 4567.0, 4538.0, 4537.0, 4536.0, 4517.0, 4566.0, 4536.0, 4525.0, 4517.0, 4516.0, 4526.0, 4527.0, 4518.0, 4548.0, 4566.0, 4527.0, 4565.0, 4536.0, 4536.0, 4543.0, 4504.0, 4542.0, 4513.0, 4523.0, 4511.0, 4503.0, 4552.0, 4505.0, 4534.0, 4516.0, 4555.0, 4536.0, 4525.0, 4506.0, 4536.0, 4545.0, 4516.0, 4565.0, 4534.0, 4534.0, 4514.0, 4514.0, 4553.0, 4504.0, 4542.0, 4504.0, 4533.0, 4523.0, 4523.0, 4512.0, 4503.0, 4552.0, 4513.0, 4522.0, 4512.0, 4512.0, 4501.0, 4504.0, 4552.0, 4524.0, 4522.0, 4517.0, 4534.0, 4526.0, 4516.0, 4515.0, 4524.0, 4516.0, 4536.0, 4528.0, 4547.0, 4530.0, 4568.0, 4528.0, 4556.0, 4520.0, 4536.0, 4517.0, 4517.0, 4538.0, 4567.0, 4536.0, 4534.0, 4504.0, 4513.0, 4543.0, 4504.0, 4542.0, 4513.0, 4543.0, 4514.0, 4523.0, 4513.0, 4524.0, 4504.0, 4515.0, 4555.0, 4525.0, 4533.0, 4505.0, 4535.0, 4533.0, 4515.0, 4543.0], 'WindowWidth': [10107.0, 9991.0, 10017.0, 10012.0, 9985.0, 9928.0, 9932.0, 9902.0, 9918.0, 9918.0, 9964.0, 10004.0, 9945.0, 9960.0, 9967.0, 9912.0, 9946.0, 9945.0, 9944.0, 9984.0, 9924.0, 9982.0, 9962.0, 9941.0, 9935.0, 9876.0, 9884.0, 9841.0, 9892.0, 9926.0, 9885.0, 9922.0, 9872.0, 9892.0, 9887.0, 9909.0, 9891.0, 9924.0, 9892.0, 9931.0, 9911.0, 9932.0, 9897.0, 9932.0, 9897.0, 9933.0, 9899.0, 9921.0, 9922.0, 9927.0, 9923.0, 9951.0, 9948.0, 9950.0, 9959.0, 9985.0, 9982.0, 10026.0, 9961.0, 10002.0, 9965.0, 9980.0, 10024.0, 10015.0, 9962.0, 9961.0, 9940.0, 9929.0, 9979.0, 9931.0, 9971.0, 9931.0, 9934.0, 9946.0, 9973.0, 10004.0, 9984.0, 9966.0, 9943.0, 9975.0, 10047.0, 9989.0, 9998.0, 9973.0, 9974.0, 10024.0, 9955.0, 9992.0, 9957.0, 9962.0, 9996.0, 10037.0, 9986.0, 9964.0, 9943.0, 9929.0, 9984.0, 9940.0, 9923.0, 9934.0, 9925.0, 9977.0, 9927.0, 9910.0, 9921.0, 9925.0, 9974.0, 9925.0, 9949.0, 9910.0, 9930.0, 9950.0, 9931.0, 9968.0, 9947.0, 9943.0, 9936.0, 9938.0, 10001.0, 9951.0, 9984.0, 9950.0, 9979.0, 9986.0, 9949.0, 9985.0, 9931.0, 9954.0, 9925.0, 9926.0, 9980.0, 9929.0, 9951.0, 9928.0, 9943.0, 9999.0, 9945.0, 9958.0, 9946.0, 9949.0, 10000.0, 9944.0, 9985.0, 9950.0, 9965.0, 9998.0, 9934.0, 9985.0, 9932.0, 9953.0, 9963.0, 9928.0, 9964.0, 9926.0, 9926.0, 9936.0, 9932.0, 9981.0, 9945.0, 9934.0, 9934.0, 9953.0, 10016.0, 9936.0, 9972.0, 9958.0, 9936.0, 9985.0, 9934.0, 9975.0, 9943.0, 9919.0, 9953.0, 9935.0, 9985.0, 9951.0, 9973.0, 9952.0, 9948.0, 9986.0, 9936.0, 9999.0, 9934.0, 9985.0, 9930.0, 9940.0, 9940.0, 9921.0, 9959.0, 9933.0, 9985.0, 9950.0, 9959.0, 9954.0, 9977.0, 9990.0, 9967.0, 9987.0, 9936.0, 9985.0, 9935.0, 9963.0, 9930.0, 9930.0, 9963.0, 9929.0, 9967.0, 9944.0, 9954.0, 9932.0, 9945.0, 9969.0, 9919.0, 9957.0, 9933.0, 9999.0, 9970.0, 9959.0, 9952.0, 9965.0, 9934.0, 9933.0, 9949.0, 9961.0, 9952.0, 9978.0, 9957.0, 10018.0, 9992.0, 9933.0, 9935.0, 9923.0, 9952.0, 9982.0, 10009.0, 9960.0, 9982.0, 9925.0, 9923.0, 9931.0, 9897.0, 9921.0, 9926.0, 9978.0, 9931.0, 9980.0, 9967.0, 9967.0, 9931.0, 9953.0, 9949.0, 9956.0, 9951.0, 9976.0, 9974.0, 9947.0, 9983.0, 9946.0, 9969.0, 9930.0, 9943.0, 9933.0, 9940.0, 9950.0, 9959.0, 10005.0, 10013.0, 10036.0, 9984.0, 9965.0, 9973.0, 9948.0, 10022.0, 10032.0, 10062.0, 9903.0, 9907.0, 9905.0, 9952.0, 9928.0, 9979.0, 10024.0, 9948.0, 9982.0, 9927.0, 9940.0, 9978.0, 9933.0, 9985.0, 9932.0, 9952.0, 9928.0, 9940.0, 9964.0, 9930.0, 9981.0, 9944.0, 9967.0, 9938.0, 9966.0, 9973.0, 9932.0, 9942.0, 9920.0, 9958.0, 9939.0, 9955.0, 9972.0, 9958.0, 9986.0, 10006.0, 9938.0, 9977.0, 9955.0, 10010.0, 9978.0, 9958.0, 9914.0, 9912.0, 9962.0, 9912.0, 9963.0, 9927.0, 9966.0, 9945.0, 9927.0, 9955.0, 9950.0, 9969.0, 9932.0, 9939.0, 9915.0, 9952.0, 9931.0, 9983.0, 9960.0, 9953.0, 9938.0, 9950.0, 9960.0, 9952.0, 10001.0, 9952.0, 9988.0, 9951.0, 9951.0, 9989.0, 9958.0, 9987.0, 9948.0, 9961.0, 9986.0, 9933.0, 9984.0, 9932.0, 9957.0, 9968.0, 9929.0, 9980.0, 9926.0, 9951.0, 9935.0, 9927.0, 9924.0, 9931.0, 9978.0, 9942.0, 9940.0, 9925.0, 9928.0, 9991.0, 9918.0, 9969.0, 9944.0, 9946.0, 9967.0, 9933.0, 9984.0, 9946.0, 9957.0, 9934.0, 9949.0, 9999.0, 9933.0, 9969.0, 9934.0, 9971.0, 9949.0, 9945.0, 9982.0, 9927.0, 9966.0, 9927.0, 9950.0, 9910.0, 9912.0, 9922.0, 9929.0, 9981.0, 9941.0, 9944.0, 9925.0, 9935.0, 9978.0, 9934.0, 9998.0, 9959.0, 9968.0, 9914.0, 9942.0, 9978.0, 9927.0, 9963.0, 9914.0, 9939.0, 9950.0, 9930.0, 9940.0, 9935.0, 9981.0, 9930.0, 9953.0, 9927.0, 9931.0, 9964.0, 9929.0, 9981.0, 9944.0, 9953.0, 9916.0, 9931.0, 9980.0, 9929.0, 9979.0, 9929.0, 9956.0, 9940.0, 9928.0, 9950.0, 9929.0, 9980.0, 9930.0, 9940.0, 9930.0, 9948.0, 9971.0, 9947.0, 10000.0, 9939.0, 9988.0, 9951.0, 9963.0, 9973.0, 9932.0, 9999.0, 9932.0, 9970.0, 9930.0, 9944.0, 9953.0, 9933.0, 9980.0, 9942.0, 9954.0, 9932.0, 9958.0, 9939.0, 9920.0, 10002.0, 9952.0, 9989.0, 9938.0, 9984.0, 9941.0, 9969.0, 9959.0, 10024.0, 9978.0, 9988.0, 9930.0, 9943.0, 9926.0, 9929.0, 9929.0, 9935.0, 9983.0, 9933.0, 9998.0, 9922.0, 9970.0, 9923.0, 9954.0, 9948.0, 9948.0, 9959.0, 9977.0, 9939.0, 9975.0, 9936.0, 9980.0, 9938.0, 9961.0, 9941.0, 9980.0, 9957.0, 10007.0, 9973.0, 9960.0, 9996.0, 9943.0, 9966.0, 9910.0, 9935.0, 9908.0, 9921.0, 9912.0, 9927.0, 9967.0, 9944.0, 9968.0, 9937.0, 10003.0, 9929.0, 9955.0, 9943.0, 10018.0, 9969.0, 9981.0, 9955.0, 9991.0, 9957.0, 10005.0, 9923.0, 9950.0, 9940.0, 9979.0, 9970.0, 9994.0, 9962.0, 9968.0, 9907.0, 9920.0, 9959.0, 9905.0, 9941.0, 9908.0, 9944.0, 9908.0, 9935.0, 9894.0, 9949.0, 9938.0, 9928.0, 9978.0, 9933.0, 9970.0, 9932.0, 9949.0, 9986.0, 9962.0, 9959.0, 9942.0, 9932.0, 9983.0, 9941.0, 9937.0, 9923.0, 9927.0, 9978.0, 9939.0, 9946.0, 9917.0, 9930.0, 9965.0, 9917.0, 9966.0, 9934.0, 9973.0, 9942.0, 9946.0, 9984.0, 9944.0, 9968.0, 9927.0, 9933.0, 9982.0, 9941.0, 9955.0, 9933.0, 9935.0, 9998.0, 9936.0, 9971.0, 9936.0, 9963.0, 9965.0, 9950.0, 9988.0, 9952.0, 10004.0, 9965.0, 9959.0, 9936.0, 9963.0, 9971.0, 9936.0, 9986.0, 9935.0, 9984.0, 9930.0, 9955.0, 9937.0, 9916.0, 9965.0, 9927.0, 9984.0, 9927.0, 9953.0, 9923.0, 9929.0, 9979.0, 9943.0, 9966.0, 9919.0, 9971.0, 9938.0, 9961.0, 9940.0, 9979.0, 9972.0, 9963.0, 9987.0, 9958.0, 9974.0, 9914.0, 9922.0, 9909.0, 9924.0, 9931.0, 9947.0, 9967.0, 9934.0, 9984.0, 9948.0, 9970.0, 9915.0, 9929.0, 9951.0, 9929.0, 9980.0, 9930.0, 9953.0, 9925.0, 9927.0, 9938.0, 9929.0, 9978.0, 9942.0, 9940.0, 9914.0, 9931.0, 9995.0, 9916.0, 9964.0, 9929.0, 9955.0, 9937.0, 9931.0, 9980.0, 9945.0, 9966.0, 9933.0, 9956.0, 9931.0, 9945.0, 9929.0, 9932.0, 9998.0, 9918.0, 9968.0, 9944.0, 9966.0, 9941.0, 9961.0, 9942.0, 9975.0, 9946.0, 9981.0, 9961.0, 9995.0, 9937.0, 9957.0, 9987.0, 9960.0, 10017.0, 9993.0, 9959.0, 9968.0, 9942.0, 9934.0, 9915.0, 9941.0, 9923.0, 9936.0, 9951.0, 9947.0, 9986.0, 10006.0, 9963.0, 9956.0, 9933.0, 9953.0, 9930.0, 9954.0, 9915.0, 9940.0, 9912.0, 9927.0, 9976.0, 9914.0, 9951.0, 9915.0, 9954.0, 9912.0, 9932.0, 9981.0, 9929.0, 9962.0, 9914.0, 9943.0, 9964.0, 9914.0, 9963.0, 9911.0, 9938.0, 9949.0, 9912.0, 9962.0, 9913.0, 9946.0, 9911.0, 9928.0, 9962.0, 9933.0, 9988.0, 9935.0, 9973.0, 9946.0, 9949.0, 9958.0, 9939.0, 9987.0, 9946.0, 9947.0, 9985.0, 9934.0, 9984.0, 9921.0, 9947.0, 9969.0, 9934.0, 9990.0, 9940.0, 9965.0, 9964.0, 9952.0, 9977.0, 9957.0, 10007.0, 9966.0, 9966.0, 9961.0, 9938.0, 10003.0, 9961.0, 9946.0, 9939.0, 9934.0, 9948.0, 9952.0, 9942.0, 9984.0, 10005.0, 9954.0, 10003.0, 9961.0, 9960.0, 9967.0, 9913.0, 9963.0, 9924.0, 9937.0, 9919.0, 9913.0, 9976.0, 9918.0, 9957.0, 9938.0, 9988.0, 9962.0, 9945.0, 9922.0, 9964.0, 9971.0, 9936.0, 10000.0, 9957.0, 9955.0, 9927.0, 9930.0, 9979.0, 9914.0, 9963.0, 9915.0, 9952.0, 9938.0, 9940.0, 9921.0, 9913.0, 9977.0, 9925.0, 9935.0, 9921.0, 9923.0, 9907.0, 9915.0, 9977.0, 9942.0, 9938.0, 9941.0, 9958.0, 9947.0, 9934.0, 9936.0, 9945.0, 9939.0, 9964.0, 9957.0, 9981.0, 9963.0, 10011.0, 9956.0, 9989.0, 9946.0, 9961.0, 9940.0, 9941.0, 9971.0, 10010.0, 9964.0, 9957.0, 9916.0, 9928.0, 9967.0, 9915.0, 9965.0, 9928.0, 9967.0, 9928.0, 9941.0, 9928.0, 9943.0, 9917.0, 9933.0, 9987.0, 9945.0, 9953.0, 9919.0, 9958.0, 9953.0, 9932.0, 9966.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.0018448165137614678</td></tr>
<tr><td colspan=3>aqi</td><td>0.021184707683486237</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.92804710142363</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2104524025258319</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9984053725602757</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>6033.9277</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09725184418274516</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.160550458715596</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.498345755539601</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.453279668781982</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7221539350987927</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3196036627380288</td></tr>
<tr><td colspan=3>gcor</td><td>0.0099321</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00854426622390747</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01930774562060833</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7487283102026603</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>43.4799</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.875</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0447</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297213.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>684.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.706</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1231</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.5058</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.0079</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1040.613</td></tr>
<tr><td colspan=3>tsnr</td><td>40.986109640216455</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>