<?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-0044_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0044_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-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-03/func/sub-0044_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>23b1838a808eb607ba4990e93ea66da3</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:36:52.852500</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_VE11C_LATEST_20160120</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.999287, -0.0238615, 0.0292679, 0.0214556, 0.99657, 0.0799299]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0968797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7710, -7237, 475, -22, -8, 57, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.302</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>adaa72c1-c871-4317-8769-6607bea385ba||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681013345718384, 0.05756368488073349, 0.08390175551176071, 108.0659408569336], [0.0640186220407486, 2.6737232208251953, 0.21396134793758392, -103.86685180664062], [0.07852357625961304, -0.21444611251354218, 2.6902010440826416, -51.61527633666992], [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': ['173652.852500', '173653.312500', '173653.772500', '173654.232500', '173654.692500', '173655.152500', '173655.612500', '173656.072500', '173656.532500', '173656.992500', '173657.452500', '173657.912500', '173658.372500', '173658.832500', '173659.292500', '173659.752500', '173700.212500', '173700.672500', '173701.132500', '173701.592500', '173702.052500', '173702.512500', '173702.972500', '173703.432500', '173703.892500', '173704.352500', '173704.812500', '173705.272500', '173705.732500', '173706.192500', '173706.652500', '173707.112500', '173707.572500', '173708.032500', '173708.492500', '173708.952500', '173709.412500', '173709.872500', '173710.332500', '173710.792500', '173711.252500', '173711.712500', '173712.172500', '173712.632500', '173713.092500', '173713.552500', '173714.012500', '173714.472500', '173714.932500', '173715.392500', '173715.852500', '173716.312500', '173716.772500', '173717.232500', '173717.692500', '173718.152500', '173718.612500', '173719.072500', '173719.532500', '173719.992500', '173720.452500', '173720.912500', '173721.372500', '173721.832500', '173722.292500', '173722.752500', '173723.212500', '173723.672500', '173724.132500', '173724.592500', '173725.052500', '173725.512500', '173725.972500', '173726.432500', '173726.892500', '173727.352500', '173727.812500', '173728.272500', '173728.732500', '173729.192500', '173729.652500', '173730.112500', '173730.572500', '173731.032500', '173731.492500', '173731.952500', '173732.412500', '173732.872500', '173733.332500', '173733.792500', '173734.252500', '173734.712500', '173735.172500', '173735.632500', '173736.092500', '173736.552500', '173737.012500', '173737.472500', '173737.932500', '173738.392500', '173738.852500', '173739.312500', '173739.772500', '173740.232500', '173740.692500', '173741.152500', '173741.612500', '173742.072500', '173742.532500', '173742.992500', '173743.452500', '173743.912500', '173744.372500', '173744.832500', '173745.292500', '173745.752500', '173746.212500', '173746.672500', '173747.132500', '173747.592500', '173748.052500', '173748.512500', '173748.972500', '173749.432500', '173749.892500', '173750.352500', '173750.812500', '173751.272500', '173751.732500', '173752.192500', '173752.652500', '173753.112500', '173753.572500', '173754.032500', '173754.492500', '173754.952500', '173755.412500', '173755.872500', '173756.332500', '173756.792500', '173757.252500', '173757.712500', '173758.172500', '173758.632500', '173759.092500', '173759.552500', '173800.012500', '173800.472500', '173800.932500', '173801.392500', '173801.852500', '173802.312500', '173802.772500', '173803.232500', '173803.692500', '173804.152500', '173804.612500', '173805.072500', '173805.532500', '173805.992500', '173806.452500', '173806.912500', '173807.372500', '173807.832500', '173808.292500', '173808.752500', '173809.212500', '173809.672500', '173810.132500', '173810.592500', '173811.052500', '173811.512500', '173811.972500', '173812.432500', '173812.892500', '173813.352500', '173813.812500', '173814.272500', '173814.732500', '173815.192500', '173815.652500', '173816.112500', '173816.572500', '173817.032500', '173817.492500', '173817.952500', '173818.412500', '173818.872500', '173819.332500', '173819.792500', '173820.252500', '173820.712500', '173821.172500', '173821.632500', '173822.092500', '173822.552500', '173823.012500', '173823.472500', '173823.932500', '173824.392500', '173824.852500', '173825.312500', '173825.772500', '173826.232500', '173826.692500', '173827.152500', '173827.612500', '173828.072500', '173828.532500', '173828.992500', '173829.452500', '173829.912500', '173830.372500', '173830.832500', '173831.292500', '173831.752500', '173832.212500', '173832.672500', '173833.132500', '173833.592500', '173834.052500', '173834.512500', '173834.972500', '173835.432500', '173835.892500', '173836.352500', '173836.812500', '173837.272500', '173837.732500', '173838.192500', '173838.652500', '173839.112500', '173839.572500', '173840.032500', '173840.492500', '173840.952500', '173841.412500', '173841.872500', '173842.332500', '173842.792500', '173843.252500', '173843.712500', '173844.172500', '173844.632500', '173845.092500', '173845.552500', '173846.012500', '173846.472500', '173846.932500', '173847.392500', '173847.852500', '173848.312500', '173848.772500', '173849.232500', '173849.692500', '173850.152500', '173850.612500', '173851.072500', '173851.532500', '173851.992500', '173852.452500', '173852.912500', '173853.372500', '173853.832500', '173854.292500', '173854.752500', '173855.212500', '173855.672500', '173856.132500', '173856.592500', '173857.052500', '173857.512500', '173857.972500', '173858.432500', '173858.892500', '173859.352500', '173859.812500', '173900.272500', '173900.732500', '173901.192500', '173901.652500', '173902.112500', '173902.572500', '173903.032500', '173903.492500', '173903.952500', '173904.412500', '173904.872500', '173905.332500', '173905.792500', '173906.252500', '173906.712500', '173907.172500', '173907.632500', '173908.092500', '173908.552500', '173909.012500', '173909.472500', '173909.932500', '173910.392500', '173910.852500', '173911.312500', '173911.772500', '173912.232500', '173912.692500', '173913.152500', '173913.612500', '173914.072500', '173914.532500', '173914.992500', '173915.452500', '173915.912500', '173916.372500', '173916.832500', '173917.292500', '173917.752500', '173918.212500', '173918.672500', '173919.132500', '173919.592500', '173920.052500', '173920.512500', '173920.972500', '173921.432500', '173921.892500', '173922.352500', '173922.812500', '173923.272500', '173923.732500', '173924.192500', '173924.652500', '173925.112500', '173925.572500', '173926.032500', '173926.492500', '173926.952500', '173927.412500', '173927.872500', '173928.332500', '173928.792500', '173929.252500', '173929.712500', '173930.172500', '173930.632500', '173931.092500', '173931.552500', '173932.012500', '173932.472500', '173932.932500', '173933.392500', '173933.852500', '173934.312500', '173934.772500', '173935.232500', '173935.692500', '173936.152500', '173936.612500', '173937.072500', '173937.532500', '173937.992500', '173938.452500', '173938.912500', '173939.372500', '173939.832500', '173940.292500', '173940.752500', '173941.212500', '173941.672500', '173942.132500', '173942.592500', '173943.052500', '173943.512500', '173943.972500', '173944.432500', '173944.892500', '173945.352500', '173945.812500', '173946.272500', '173946.732500', '173947.192500', '173947.652500', '173948.112500', '173948.572500', '173949.032500', '173949.492500', '173949.952500', '173950.412500', '173950.872500', '173951.332500', '173951.792500', '173952.252500', '173952.712500', '173953.172500', '173953.632500', '173954.092500', '173954.552500', '173955.012500', '173955.472500', '173955.932500', '173956.392500', '173956.852500', '173957.312500', '173957.772500', '173958.232500', '173958.692500', '173959.152500', '173959.612500', '174000.072500', '174000.532500', '174000.992500', '174001.452500', '174001.912500', '174002.372500', '174002.832500', '174003.292500', '174003.752500', '174004.212500', '174004.672500', '174005.132500', '174005.592500', '174006.052500', '174006.512500', '174006.972500', '174007.432500', '174007.892500', '174008.352500', '174008.812500', '174009.272500', '174009.732500', '174010.192500', '174010.652500', '174011.112500', '174011.572500', '174012.032500', '174012.492500', '174012.952500', '174013.412500', '174013.872500', '174014.332500', '174014.792500', '174015.252500', '174015.712500', '174016.172500', '174016.632500', '174017.092500', '174017.552500', '174018.012500', '174018.472500', '174018.932500', '174019.392500', '174019.852500', '174020.312500', '174020.772500', '174021.232500', '174021.692500', '174022.152500', '174022.612500', '174023.072500', '174023.532500', '174023.992500', '174024.452500', '174024.912500', '174025.372500', '174025.832500', '174026.292500', '174026.752500', '174027.212500', '174027.672500', '174028.132500', '174028.592500', '174029.052500', '174029.512500', '174029.972500', '174030.432500', '174030.892500', '174031.352500', '174031.812500', '174032.272500', '174032.732500', '174033.192500', '174033.652500', '174034.112500', '174034.572500', '174035.032500', '174035.492500', '174035.952500', '174036.412500', '174036.872500', '174037.332500', '174037.792500', '174038.252500', '174038.712500', '174039.172500', '174039.632500', '174040.092500', '174040.552500', '174041.012500', '174041.472500', '174041.932500', '174042.392500', '174042.852500', '174043.312500', '174043.772500', '174044.232500', '174044.692500', '174045.152500', '174045.612500', '174046.072500', '174046.532500', '174046.992500', '174047.452500', '174047.912500', '174048.372500', '174048.832500', '174049.292500', '174049.752500', '174050.212500', '174050.672500', '174051.132500', '174051.592500', '174052.052500', '174052.512500', '174052.972500', '174053.432500', '174053.892500', '174054.352500', '174054.812500', '174055.272500', '174055.732500', '174056.192500', '174056.652500', '174057.112500', '174057.572500', '174058.032500', '174058.492500', '174058.952500', '174059.412500', '174059.872500', '174100.332500', '174100.792500', '174101.252500', '174101.712500', '174102.172500', '174102.632500', '174103.092500', '174103.552500', '174104.012500', '174104.472500', '174104.932500', '174105.392500', '174105.852500', '174106.312500', '174106.772500', '174107.232500', '174107.692500', '174108.152500', '174108.612500', '174109.072500', '174109.532500', '174109.992500', '174110.452500', '174110.912500', '174111.372500', '174111.832500', '174112.292500', '174112.752500', '174113.212500', '174113.672500', '174114.132500', '174114.592500', '174115.052500', '174115.512500', '174115.972500', '174116.432500', '174116.892500', '174117.352500', '174117.812500', '174118.272500', '174118.732500', '174119.192500', '174119.652500', '174120.112500', '174120.572500', '174121.032500', '174121.492500', '174121.952500', '174122.412500', '174122.872500', '174123.332500', '174123.792500', '174124.252500', '174124.712500', '174125.172500', '174125.632500', '174126.092500', '174126.552500', '174127.012500', '174127.472500', '174127.932500', '174128.392500', '174128.852500', '174129.312500', '174129.772500', '174130.232500', '174130.692500', '174131.152500', '174131.612500', '174132.072500', '174132.532500', '174132.992500', '174133.452500', '174133.912500', '174134.372500', '174134.832500', '174135.292500', '174135.752500', '174136.212500', '174136.672500', '174137.132500', '174137.592500', '174138.052500', '174138.512500', '174138.972500', '174139.432500', '174139.892500', '174140.352500', '174140.812500', '174141.272500', '174141.732500', '174142.192500', '174142.652500', '174143.112500', '174143.572500', '174144.032500', '174144.492500', '174144.952500', '174145.412500', '174145.872500', '174146.332500', '174146.792500', '174147.252500', '174147.712500', '174148.172500', '174148.632500', '174149.092500', '174149.552500', '174150.012500', '174150.472500', '174150.932500', '174151.392500', '174151.852500', '174152.312500', '174152.772500', '174153.232500', '174153.692500', '174154.152500', '174154.612500', '174155.072500', '174155.532500', '174155.992500', '174156.452500', '174156.912500', '174157.372500', '174157.832500', '174158.292500', '174158.752500', '174159.212500', '174159.672500', '174200.132500', '174200.592500', '174201.052500', '174201.512500', '174201.972500', '174202.432500', '174202.892500', '174203.352500', '174203.812500', '174204.272500', '174204.732500', '174205.192500', '174205.652500', '174206.112500', '174206.572500', '174207.032500', '174207.492500', '174207.952500', '174208.412500', '174208.872500', '174209.332500', '174209.792500', '174210.252500', '174210.712500', '174211.172500', '174211.632500', '174212.092500', '174212.552500', '174213.012500', '174213.472500', '174213.932500', '174214.392500', '174214.852500', '174215.312500', '174215.772500', '174216.232500', '174216.692500', '174217.152500', '174217.612500', '174218.072500', '174218.532500', '174218.992500', '174219.452500', '174219.912500', '174220.372500', '174220.832500', '174221.292500', '174221.752500', '174222.212500', '174222.672500', '174223.132500', '174223.592500', '174224.052500', '174224.512500', '174224.972500', '174225.432500', '174225.892500', '174226.352500', '174226.812500', '174227.272500', '174227.732500', '174228.192500', '174228.652500', '174229.112500', '174229.572500', '174230.032500', '174230.492500', '174230.952500', '174231.412500', '174231.872500', '174232.332500', '174232.792500', '174233.252500', '174233.712500', '174234.172500', '174234.632500', '174235.092500', '174235.552500', '174236.012500', '174236.472500', '174236.932500', '174237.392500', '174237.852500', '174238.312500', '174238.772500', '174239.232500', '174239.692500', '174240.152500', '174240.612500', '174241.072500', '174241.532500', '174241.992500', '174242.452500', '174242.912500', '174243.372500', '174243.832500', '174244.292500', '174244.752500', '174245.212500', '174245.672500', '174246.132500', '174246.592500', '174247.052500', '174247.512500', '174247.972500', '174248.432500', '174248.892500', '174249.352500', '174249.812500', '174250.272500', '174250.732500', '174251.192500', '174251.652500', '174252.112500', '174252.572500', '174253.032500', '174253.492500', '174253.952500', '174254.412500', '174254.872500', '174255.332500', '174255.792500', '174256.252500', '174256.712500', '174257.172500', '174257.632500', '174258.092500', '174258.552500', '174259.012500', '174259.472500', '174259.932500', '174300.392500', '174300.852500', '174301.312500', '174301.772500', '174302.232500', '174302.692500', '174303.152500', '174303.612500', '174304.072500', '174304.532500', '174304.992500', '174305.452500', '174305.912500', '174306.372500', '174306.832500', '174307.292500', '174307.752500', '174308.212500', '174308.672500', '174309.132500', '174309.592500', '174310.052500', '174310.512500', '174310.972500', '174311.432500', '174311.892500', '174312.352500', '174312.812500', '174313.272500', '174313.732500', '174314.192500', '174314.652500', '174315.112500', '174315.572500', '174316.032500', '174316.492500', '174316.952500', '174317.412500', '174317.872500', '174318.332500', '174318.792500', '174319.252500', '174319.712500', '174320.172500', '174320.632500', '174321.092500', '174321.552500', '174322.012500', '174322.472500', '174322.932500', '174323.392500', '174323.852500', '174324.312500', '174324.772500', '174325.232500', '174325.692500', '174326.152500', '174326.612500', '174327.072500', '174327.532500', '174327.992500', '174328.452500', '174328.912500', '174329.372500', '174329.832500', '174330.292500', '174330.752500', '174331.212500', '174331.672500', '174332.132500', '174332.592500', '174333.052500', '174333.512500'], 'ContentTime': ['173705.853000', '173705.857000', '173705.860000', '173705.862000', '173705.865000', '173705.868000', '173705.871000', '173705.874000', '173705.877000', '173705.880000', '173705.892000', '173705.895000', '173705.898000', '173705.901000', '173705.903000', '173705.906000', '173705.909000', '173705.912000', '173705.921000', '173705.924000', '173705.927000', '173705.930000', '173705.933000', '173705.936000', '173705.939000', '173705.942000', '173725.815000', '173725.818000', '173725.821000', '173725.824000', '173725.826000', '173725.829000', '173725.832000', '173725.835000', '173725.838000', '173725.840000', '173725.846000', '173725.848000', '173725.851000', '173725.854000', '173725.857000', '173725.860000', '173725.862000', '173725.865000', '173725.868000', '173725.871000', '173725.874000', '173725.877000', '173725.880000', '173725.883000', '173725.885000', '173725.888000', '173725.891000', '173725.894000', '173725.897000', '173725.905000', '173725.908000', '173725.911000', '173725.913000', '173725.916000', '173725.919000', '173725.922000', '173725.925000', '173725.928000', '173725.931000', '173725.933000', '173725.936000', '173725.939000', '173725.942000', '173725.945000', '173745.815000', '173745.818000', '173745.821000', '173745.823000', '173745.826000', '173745.829000', '173745.832000', '173745.835000', '173745.838000', '173745.840000', '173745.843000', '173745.846000', '173745.849000', '173745.852000', '173745.855000', '173745.857000', '173745.860000', '173745.863000', '173745.866000', '173745.869000', '173745.871000', '173745.874000', '173745.877000', '173745.880000', '173745.882000', '173745.885000', '173745.888000', '173745.891000', '173745.894000', '173745.897000', '173745.899000', '173745.902000', '173745.907000', '173745.909000', '173745.912000', '173745.915000', '173745.918000', '173745.921000', '173745.923000', '173745.926000', '173745.929000', '173745.932000', '173745.935000', '173805.814000', '173805.817000', '173805.820000', '173805.822000', '173805.825000', '173805.828000', '173805.831000', '173805.834000', '173805.837000', '173805.839000', '173805.842000', '173805.845000', '173805.848000', '173805.851000', '173805.854000', '173805.856000', '173805.859000', '173805.862000', '173805.865000', '173805.868000', '173805.871000', '173805.873000', '173805.876000', '173805.879000', '173805.882000', '173805.885000', '173805.888000', '173805.890000', '173805.893000', '173805.903000', '173805.906000', '173805.909000', '173805.912000', '173805.915000', '173805.917000', '173805.920000', '173805.923000', '173805.926000', '173805.929000', '173805.932000', '173805.935000', '173805.938000', '173805.940000', '173805.943000', '173825.814000', '173825.817000', '173825.820000', '173825.822000', '173825.825000', '173825.828000', '173825.831000', '173825.834000', '173825.836000', '173825.839000', '173825.842000', '173825.845000', '173825.859000', '173825.862000', '173825.865000', '173825.868000', '173825.870000', '173825.873000', '173825.876000', '173825.879000', '173825.882000', '173825.884000', '173825.887000', '173825.890000', '173825.893000', '173825.896000', '173825.899000', '173825.902000', '173825.904000', '173825.907000', '173825.910000', '173825.913000', '173825.916000', '173825.919000', '173825.922000', '173825.925000', '173825.927000', '173825.930000', '173825.933000', '173825.936000', '173825.939000', '173825.942000', '173825.945000', '173845.815000', '173845.818000', '173845.821000', '173845.823000', '173845.826000', '173845.829000', '173845.832000', '173845.835000', '173845.838000', '173845.840000', '173845.843000', '173845.846000', '173845.849000', '173845.852000', '173845.855000', '173845.857000', '173845.860000', '173845.863000', '173845.866000', '173845.869000', '173845.872000', '173845.874000', '173845.877000', '173845.880000', '173845.883000', '173845.886000', '173845.888000', '173845.891000', '173845.894000', '173845.897000', '173845.900000', '173845.903000', '173845.905000', '173845.908000', '173845.911000', '173845.914000', '173845.917000', '173845.920000', '173845.922000', '173845.925000', '173845.928000', '173845.931000', '173845.934000', '173905.815000', '173905.818000', '173905.821000', '173905.824000', '173905.826000', '173905.829000', '173905.832000', '173905.835000', '173905.838000', '173905.841000', '173905.843000', '173905.846000', '173905.849000', '173905.852000', '173905.855000', '173905.858000', '173905.861000', '173905.863000', '173905.866000', '173905.869000', '173905.872000', '173905.875000', '173905.878000', '173905.880000', '173905.883000', '173905.886000', '173905.889000', '173905.892000', '173905.895000', '173905.897000', '173905.900000', '173905.903000', '173905.906000', '173905.909000', '173905.912000', '173905.915000', '173905.917000', '173905.920000', '173905.923000', '173905.926000', '173905.929000', '173905.932000', '173905.934000', '173905.937000', '173925.815000', '173925.818000', '173925.821000', '173925.824000', '173925.826000', '173925.829000', '173925.832000', '173925.835000', '173925.838000', '173925.841000', '173925.844000', '173925.847000', '173925.850000', '173925.852000', '173925.855000', '173925.858000', '173925.861000', '173925.864000', '173925.866000', '173925.869000', '173925.872000', '173925.875000', '173925.878000', '173925.881000', '173925.884000', '173925.886000', '173925.889000', '173925.892000', '173925.895000', '173925.898000', '173925.901000', '173925.903000', '173925.906000', '173925.909000', '173925.912000', '173925.915000', '173925.918000', '173925.920000', '173925.923000', '173925.926000', '173925.929000', '173925.932000', '173925.935000', '173945.815000', '173945.818000', '173945.821000', '173945.824000', '173945.826000', '173945.829000', '173945.832000', '173945.835000', '173945.838000', '173945.841000', '173945.844000', '173945.846000', '173945.849000', '173945.852000', '173945.855000', '173945.858000', '173945.861000', '173945.863000', '173945.866000', '173945.869000', '173945.872000', '173945.875000', '173945.877000', '173945.880000', '173945.883000', '173945.886000', '173945.889000', '173945.892000', '173945.895000', '173945.898000', '173945.900000', '173945.903000', '173945.906000', '173945.909000', '173945.920000', '173945.923000', '173945.925000', '173945.928000', '173945.931000', '173945.934000', '173945.937000', '173945.940000', '173945.943000', '173945.946000', '174005.815000', '174005.818000', '174005.821000', '174005.824000', '174005.827000', '174005.830000', '174005.832000', '174005.835000', '174005.850000', '174005.853000', '174005.856000', '174005.859000', '174005.861000', '174005.864000', '174005.867000', '174005.870000', '174005.873000', '174005.876000', '174005.878000', '174005.881000', '174005.884000', '174005.887000', '174005.890000', '174005.893000', '174005.896000', '174005.898000', '174005.901000', '174005.904000', '174005.907000', '174005.910000', '174005.913000', '174005.916000', '174005.918000', '174005.921000', '174005.924000', '174005.927000', '174005.930000', '174005.933000', '174005.936000', '174005.938000', '174005.941000', '174005.944000', '174005.947000', '174025.814000', '174025.817000', '174025.820000', '174025.823000', '174025.833000', '174025.836000', '174025.839000', '174025.842000', '174025.844000', '174025.847000', '174025.850000', '174025.853000', '174025.856000', '174025.859000', '174025.862000', '174025.865000', '174025.867000', '174025.871000', '174025.873000', '174025.876000', '174025.879000', '174025.882000', '174025.885000', '174025.888000', '174025.891000', '174025.894000', '174025.896000', '174025.899000', '174025.902000', '174025.905000', '174025.908000', '174025.910000', '174025.913000', '174025.916000', '174025.919000', '174025.922000', '174025.925000', '174025.928000', '174025.930000', '174025.933000', '174025.936000', '174025.939000', '174025.942000', '174025.945000', '174045.814000', '174045.817000', '174045.820000', '174045.823000', '174045.826000', '174045.829000', '174045.831000', '174045.834000', '174045.837000', '174045.840000', '174045.843000', '174045.846000', '174045.849000', '174045.852000', '174045.855000', '174045.858000', '174045.861000', '174045.863000', '174045.866000', '174045.869000', '174045.872000', '174045.875000', '174045.878000', '174045.881000', '174045.884000', '174045.887000', '174045.890000', '174045.893000', '174045.896000', '174045.899000', '174045.902000', '174045.904000', '174045.907000', '174045.910000', '174045.913000', '174045.916000', '174045.919000', '174045.922000', '174045.924000', '174045.927000', '174045.930000', '174045.933000', '174045.936000', '174105.815000', '174105.824000', '174105.827000', '174105.830000', '174105.833000', '174105.836000', '174105.839000', '174105.842000', '174105.845000', '174105.848000', '174105.850000', '174105.853000', '174105.856000', '174105.859000', '174105.862000', '174105.865000', '174105.867000', '174105.870000', '174105.873000', '174105.876000', '174105.879000', '174105.882000', '174105.885000', '174105.888000', '174105.890000', '174105.893000', '174105.896000', '174105.899000', '174105.902000', '174105.904000', '174105.907000', '174105.910000', '174105.913000', '174105.916000', '174105.919000', '174105.922000', '174105.924000', '174105.927000', '174105.930000', '174105.933000', '174105.936000', '174105.939000', '174105.942000', '174105.944000', '174125.815000', '174125.818000', '174125.821000', '174125.824000', '174125.827000', '174125.830000', '174125.833000', '174125.835000', '174125.838000', '174125.841000', '174125.844000', '174125.847000', '174125.850000', '174125.853000', '174125.856000', '174125.858000', '174125.861000', '174125.864000', '174125.867000', '174125.870000', '174125.873000', '174125.876000', '174125.879000', '174125.882000', '174125.885000', '174125.887000', '174125.890000', '174125.893000', '174125.896000', '174125.899000', '174125.902000', '174125.905000', '174125.908000', '174125.921000', '174125.924000', '174125.927000', '174125.930000', '174125.933000', '174125.935000', '174125.938000', '174125.941000', '174125.944000', '174125.947000', '174145.815000', '174145.818000', '174145.821000', '174145.824000', '174145.826000', '174145.829000', '174145.832000', '174145.835000', '174145.838000', '174145.841000', '174145.843000', '174145.846000', '174145.849000', '174145.852000', '174145.855000', '174145.858000', '174145.860000', '174145.863000', '174145.866000', '174145.869000', '174145.872000', '174145.875000', '174145.878000', '174145.880000', '174145.883000', '174145.886000', '174145.889000', '174145.892000', '174145.895000', '174145.898000', '174145.901000', '174145.904000', '174145.907000', '174145.910000', '174145.913000', '174145.915000', '174145.918000', '174145.921000', '174145.924000', '174145.927000', '174145.930000', '174145.933000', '174145.935000', '174145.938000', '174205.815000', '174205.818000', '174205.821000', '174205.824000', '174205.827000', '174205.829000', '174205.832000', '174205.836000', '174205.839000', '174205.842000', '174205.845000', '174205.847000', '174205.850000', '174205.853000', '174205.856000', '174205.859000', '174205.862000', '174205.865000', '174205.868000', '174205.870000', '174205.873000', '174205.876000', '174205.879000', '174205.882000', '174205.884000', '174205.887000', '174205.891000', '174205.894000', '174205.896000', '174205.899000', '174205.902000', '174205.906000', '174205.909000', '174205.912000', '174205.914000', '174205.917000', '174205.920000', '174205.923000', '174205.926000', '174205.929000', '174205.931000', '174205.934000', '174205.937000', '174225.815000', '174225.818000', '174225.821000', '174225.824000', '174225.826000', '174225.829000', '174225.832000', '174225.835000', '174225.838000', '174225.841000', '174225.844000', '174225.846000', '174225.849000', '174225.852000', '174225.855000', '174225.858000', '174225.861000', '174225.864000', '174225.866000', '174225.869000', '174225.872000', '174225.875000', '174225.878000', '174225.881000', '174225.883000', '174225.886000', '174225.889000', '174225.892000', '174225.895000', '174225.898000', '174225.901000', '174225.903000', '174225.906000', '174225.909000', '174225.912000', '174225.915000', '174225.918000', '174225.920000', '174225.923000', '174225.926000', '174225.929000', '174225.932000', '174225.935000', '174225.937000', '174245.814000', '174245.817000', '174245.820000', '174245.823000', '174245.826000', '174245.829000', '174245.831000', '174245.834000', '174245.837000', '174245.840000', '174245.843000', '174245.845000', '174245.855000', '174245.858000', '174245.861000', '174245.864000', '174245.867000', '174245.869000', '174245.872000', '174245.875000', '174245.878000', '174245.881000', '174245.884000', '174245.887000', '174245.890000', '174245.892000', '174245.895000', '174245.898000', '174245.901000', '174245.904000', '174245.907000', '174245.910000', '174245.912000', '174245.916000', '174245.920000', '174245.923000', '174245.926000', '174245.929000', '174245.931000', '174245.934000', '174245.937000', '174245.940000', '174245.945000', '174305.824000', '174305.827000', '174305.830000', '174305.833000', '174305.836000', '174305.839000', '174305.842000', '174305.845000', '174305.847000', '174305.850000', '174305.853000', '174305.856000', '174305.859000', '174305.862000', '174305.864000', '174305.867000', '174305.870000', '174305.873000', '174305.876000', '174305.879000', '174305.881000', '174305.884000', '174305.887000', '174305.890000', '174305.893000', '174305.896000', '174305.899000', '174305.902000', '174305.904000', '174305.907000', '174305.910000', '174305.913000', '174305.916000', '174305.919000', '174305.922000', '174305.925000', '174305.927000', '174305.930000', '174305.933000', '174305.936000', '174305.939000', '174305.942000', '174305.945000', '174305.948000', '174325.815000', '174325.818000', '174325.821000', '174325.824000', '174325.827000', '174325.829000', '174325.832000', '174325.835000', '174325.838000', '174325.841000', '174325.844000', '174325.847000', '174325.849000', '174325.852000', '174325.855000', '174325.858000', '174325.861000', '174325.864000', '174325.866000', '174325.869000', '174325.873000', '174325.877000', '174325.880000', '174325.882000', '174325.885000', '174325.888000', '174325.891000', '174325.894000', '174325.897000', '174325.900000', '174325.903000', '174325.905000', '174325.908000', '174325.911000', '174325.914000', '174325.917000', '174325.920000', '174325.923000', '174325.925000', '174325.928000', '174325.931000', '174325.934000', '174325.937000', '174334.737000', '174334.741000', '174334.744000', '174334.747000', '174334.750000', '174334.753000', '174334.756000', '174334.759000', '174334.762000', '174334.765000', '174334.768000', '174334.824000', '174334.827000', '174334.830000', '174334.833000', '174334.836000', '174334.839000', '174334.842000', '174334.844000', '174334.847000'], 'InstanceCreationTime': ['173705.853000', '173705.857000', '173705.860000', '173705.862000', '173705.865000', '173705.868000', '173705.871000', '173705.874000', '173705.877000', '173705.880000', '173705.892000', '173705.895000', '173705.898000', '173705.901000', '173705.903000', '173705.906000', '173705.909000', '173705.912000', '173705.921000', '173705.924000', '173705.927000', '173705.930000', '173705.933000', '173705.936000', '173705.939000', '173705.942000', '173725.815000', '173725.818000', '173725.821000', '173725.824000', '173725.826000', '173725.829000', '173725.832000', '173725.835000', '173725.838000', '173725.840000', '173725.846000', '173725.848000', '173725.851000', '173725.854000', '173725.857000', '173725.860000', '173725.862000', '173725.865000', '173725.868000', '173725.871000', '173725.874000', '173725.877000', '173725.880000', '173725.883000', '173725.885000', '173725.888000', '173725.891000', '173725.894000', '173725.897000', '173725.905000', '173725.908000', '173725.911000', '173725.913000', '173725.916000', '173725.919000', '173725.922000', '173725.925000', '173725.928000', '173725.931000', '173725.933000', '173725.936000', '173725.939000', '173725.942000', '173725.945000', '173745.815000', '173745.818000', '173745.821000', '173745.823000', '173745.826000', '173745.829000', '173745.832000', '173745.835000', '173745.838000', '173745.840000', '173745.843000', '173745.846000', '173745.849000', '173745.852000', '173745.855000', '173745.857000', '173745.860000', '173745.863000', '173745.866000', '173745.869000', '173745.871000', '173745.874000', '173745.877000', '173745.880000', '173745.882000', '173745.885000', '173745.888000', '173745.891000', '173745.894000', '173745.897000', '173745.899000', '173745.902000', '173745.907000', '173745.909000', '173745.912000', '173745.915000', '173745.918000', '173745.921000', '173745.923000', '173745.926000', '173745.929000', '173745.932000', '173745.935000', '173805.814000', '173805.817000', '173805.820000', '173805.822000', '173805.825000', '173805.828000', '173805.831000', '173805.834000', '173805.837000', '173805.839000', '173805.842000', '173805.845000', '173805.848000', '173805.851000', '173805.854000', '173805.856000', '173805.859000', '173805.862000', '173805.865000', '173805.868000', '173805.871000', '173805.873000', '173805.876000', '173805.879000', '173805.882000', '173805.885000', '173805.888000', '173805.890000', '173805.893000', '173805.903000', '173805.906000', '173805.909000', '173805.912000', '173805.915000', '173805.917000', '173805.920000', '173805.923000', '173805.926000', '173805.929000', '173805.932000', '173805.935000', '173805.938000', '173805.940000', '173805.943000', '173825.814000', '173825.817000', '173825.820000', '173825.822000', '173825.825000', '173825.828000', '173825.831000', '173825.834000', '173825.836000', '173825.839000', '173825.842000', '173825.845000', '173825.859000', '173825.862000', '173825.865000', '173825.868000', '173825.870000', '173825.873000', '173825.876000', '173825.879000', '173825.882000', '173825.884000', '173825.887000', '173825.890000', '173825.893000', '173825.896000', '173825.899000', '173825.902000', '173825.904000', '173825.907000', '173825.910000', '173825.913000', '173825.916000', '173825.919000', '173825.922000', '173825.925000', '173825.927000', '173825.930000', '173825.933000', '173825.936000', '173825.939000', '173825.942000', '173825.945000', '173845.815000', '173845.818000', '173845.821000', '173845.823000', '173845.826000', '173845.829000', '173845.832000', '173845.835000', '173845.838000', '173845.840000', '173845.843000', '173845.846000', '173845.849000', '173845.852000', '173845.855000', '173845.857000', '173845.860000', '173845.863000', '173845.866000', '173845.869000', '173845.872000', '173845.874000', '173845.877000', '173845.880000', '173845.883000', '173845.886000', '173845.888000', '173845.891000', '173845.894000', '173845.897000', '173845.900000', '173845.903000', '173845.905000', '173845.908000', '173845.911000', '173845.914000', '173845.917000', '173845.920000', '173845.922000', '173845.925000', '173845.928000', '173845.931000', '173845.934000', '173905.815000', '173905.818000', '173905.821000', '173905.824000', '173905.826000', '173905.829000', '173905.832000', '173905.835000', '173905.838000', '173905.841000', '173905.843000', '173905.846000', '173905.849000', '173905.852000', '173905.855000', '173905.858000', '173905.861000', '173905.863000', '173905.866000', '173905.869000', '173905.872000', '173905.875000', '173905.878000', '173905.880000', '173905.883000', '173905.886000', '173905.889000', '173905.892000', '173905.895000', '173905.897000', '173905.900000', '173905.903000', '173905.906000', '173905.909000', '173905.912000', '173905.915000', '173905.917000', '173905.920000', '173905.923000', '173905.926000', '173905.929000', '173905.932000', '173905.934000', '173905.937000', '173925.815000', '173925.818000', '173925.821000', '173925.824000', '173925.826000', '173925.829000', '173925.832000', '173925.835000', '173925.838000', '173925.841000', '173925.844000', '173925.847000', '173925.850000', '173925.852000', '173925.855000', '173925.858000', '173925.861000', '173925.864000', '173925.866000', '173925.869000', '173925.872000', '173925.875000', '173925.878000', '173925.881000', '173925.884000', '173925.886000', '173925.889000', '173925.892000', '173925.895000', '173925.898000', '173925.901000', '173925.903000', '173925.906000', '173925.909000', '173925.912000', '173925.915000', '173925.918000', '173925.920000', '173925.923000', '173925.926000', '173925.929000', '173925.932000', '173925.935000', '173945.815000', '173945.818000', '173945.821000', '173945.824000', '173945.826000', '173945.829000', '173945.832000', '173945.835000', '173945.838000', '173945.841000', '173945.844000', '173945.846000', '173945.849000', '173945.852000', '173945.855000', '173945.858000', '173945.861000', '173945.863000', '173945.866000', '173945.869000', '173945.872000', '173945.875000', '173945.877000', '173945.880000', '173945.883000', '173945.886000', '173945.889000', '173945.892000', '173945.895000', '173945.898000', '173945.900000', '173945.903000', '173945.906000', '173945.909000', '173945.920000', '173945.923000', '173945.925000', '173945.928000', '173945.931000', '173945.934000', '173945.937000', '173945.940000', '173945.943000', '173945.946000', '174005.815000', '174005.818000', '174005.821000', '174005.824000', '174005.827000', '174005.830000', '174005.832000', '174005.835000', '174005.850000', '174005.853000', '174005.856000', '174005.859000', '174005.861000', '174005.864000', '174005.867000', '174005.870000', '174005.873000', '174005.876000', '174005.878000', '174005.881000', '174005.884000', '174005.887000', '174005.890000', '174005.893000', '174005.896000', '174005.898000', '174005.901000', '174005.904000', '174005.907000', '174005.910000', '174005.913000', '174005.916000', '174005.918000', '174005.921000', '174005.924000', '174005.927000', '174005.930000', '174005.933000', '174005.936000', '174005.938000', '174005.941000', '174005.944000', '174005.947000', '174025.814000', '174025.817000', '174025.820000', '174025.823000', '174025.833000', '174025.836000', '174025.839000', '174025.842000', '174025.844000', '174025.847000', '174025.850000', '174025.853000', '174025.856000', '174025.859000', '174025.862000', '174025.865000', '174025.867000', '174025.871000', '174025.873000', '174025.876000', '174025.879000', '174025.882000', '174025.885000', '174025.888000', '174025.891000', '174025.894000', '174025.896000', '174025.899000', '174025.902000', '174025.905000', '174025.908000', '174025.910000', '174025.913000', '174025.916000', '174025.919000', '174025.922000', '174025.925000', '174025.928000', '174025.930000', '174025.933000', '174025.936000', '174025.939000', '174025.942000', '174025.945000', '174045.814000', '174045.817000', '174045.820000', '174045.823000', '174045.826000', '174045.829000', '174045.831000', '174045.834000', '174045.837000', '174045.840000', '174045.843000', '174045.846000', '174045.849000', '174045.852000', '174045.855000', '174045.858000', '174045.861000', '174045.863000', '174045.866000', '174045.869000', '174045.872000', '174045.875000', '174045.878000', '174045.881000', '174045.884000', '174045.887000', '174045.890000', '174045.893000', '174045.896000', '174045.899000', '174045.902000', '174045.904000', '174045.907000', '174045.910000', '174045.913000', '174045.916000', '174045.919000', '174045.922000', '174045.924000', '174045.927000', '174045.930000', '174045.933000', '174045.936000', '174105.815000', '174105.824000', '174105.827000', '174105.830000', '174105.833000', '174105.836000', '174105.839000', '174105.842000', '174105.845000', '174105.848000', '174105.850000', '174105.853000', '174105.856000', '174105.859000', '174105.862000', '174105.865000', '174105.867000', '174105.870000', '174105.873000', '174105.876000', '174105.879000', '174105.882000', '174105.885000', '174105.888000', '174105.890000', '174105.893000', '174105.896000', '174105.899000', '174105.902000', '174105.904000', '174105.907000', '174105.910000', '174105.913000', '174105.916000', '174105.919000', '174105.922000', '174105.924000', '174105.927000', '174105.930000', '174105.933000', '174105.936000', '174105.939000', '174105.942000', '174105.944000', '174125.815000', '174125.818000', '174125.821000', '174125.824000', '174125.827000', '174125.830000', '174125.833000', '174125.835000', '174125.838000', '174125.841000', '174125.844000', '174125.847000', '174125.850000', '174125.853000', '174125.856000', '174125.858000', '174125.861000', '174125.864000', '174125.867000', '174125.870000', '174125.873000', '174125.876000', '174125.879000', '174125.882000', '174125.885000', '174125.887000', '174125.890000', '174125.893000', '174125.896000', '174125.899000', '174125.902000', '174125.905000', '174125.908000', '174125.921000', '174125.924000', '174125.927000', '174125.930000', '174125.933000', '174125.935000', '174125.938000', '174125.941000', '174125.944000', '174125.947000', '174145.815000', '174145.818000', '174145.821000', '174145.824000', '174145.826000', '174145.829000', '174145.832000', '174145.835000', '174145.838000', '174145.841000', '174145.843000', '174145.846000', '174145.849000', '174145.852000', '174145.855000', '174145.858000', '174145.860000', '174145.863000', '174145.866000', '174145.869000', '174145.872000', '174145.875000', '174145.878000', '174145.880000', '174145.883000', '174145.886000', '174145.889000', '174145.892000', '174145.895000', '174145.898000', '174145.901000', '174145.904000', '174145.907000', '174145.910000', '174145.913000', '174145.915000', '174145.918000', '174145.921000', '174145.924000', '174145.927000', '174145.930000', '174145.933000', '174145.935000', '174145.938000', '174205.815000', '174205.818000', '174205.821000', '174205.824000', '174205.827000', '174205.829000', '174205.832000', '174205.836000', '174205.839000', '174205.842000', '174205.845000', '174205.847000', '174205.850000', '174205.853000', '174205.856000', '174205.859000', '174205.862000', '174205.865000', '174205.868000', '174205.870000', '174205.873000', '174205.876000', '174205.879000', '174205.882000', '174205.884000', '174205.887000', '174205.891000', '174205.894000', '174205.896000', '174205.899000', '174205.902000', '174205.906000', '174205.909000', '174205.912000', '174205.914000', '174205.917000', '174205.920000', '174205.923000', '174205.926000', '174205.929000', '174205.931000', '174205.934000', '174205.937000', '174225.815000', '174225.818000', '174225.821000', '174225.824000', '174225.826000', '174225.829000', '174225.832000', '174225.835000', '174225.838000', '174225.841000', '174225.844000', '174225.846000', '174225.849000', '174225.852000', '174225.855000', '174225.858000', '174225.861000', '174225.864000', '174225.866000', '174225.869000', '174225.872000', '174225.875000', '174225.878000', '174225.881000', '174225.883000', '174225.886000', '174225.889000', '174225.892000', '174225.895000', '174225.898000', '174225.901000', '174225.903000', '174225.906000', '174225.909000', '174225.912000', '174225.915000', '174225.918000', '174225.920000', '174225.923000', '174225.926000', '174225.929000', '174225.932000', '174225.935000', '174225.937000', '174245.814000', '174245.817000', '174245.820000', '174245.823000', '174245.826000', '174245.829000', '174245.831000', '174245.834000', '174245.837000', '174245.840000', '174245.843000', '174245.845000', '174245.855000', '174245.858000', '174245.861000', '174245.864000', '174245.867000', '174245.869000', '174245.872000', '174245.875000', '174245.878000', '174245.881000', '174245.884000', '174245.887000', '174245.890000', '174245.892000', '174245.895000', '174245.898000', '174245.901000', '174245.904000', '174245.907000', '174245.910000', '174245.912000', '174245.916000', '174245.920000', '174245.923000', '174245.926000', '174245.929000', '174245.931000', '174245.934000', '174245.937000', '174245.940000', '174245.945000', '174305.824000', '174305.827000', '174305.830000', '174305.833000', '174305.836000', '174305.839000', '174305.842000', '174305.845000', '174305.847000', '174305.850000', '174305.853000', '174305.856000', '174305.859000', '174305.862000', '174305.864000', '174305.867000', '174305.870000', '174305.873000', '174305.876000', '174305.879000', '174305.881000', '174305.884000', '174305.887000', '174305.890000', '174305.893000', '174305.896000', '174305.899000', '174305.902000', '174305.904000', '174305.907000', '174305.910000', '174305.913000', '174305.916000', '174305.919000', '174305.922000', '174305.925000', '174305.927000', '174305.930000', '174305.933000', '174305.936000', '174305.939000', '174305.942000', '174305.945000', '174305.948000', '174325.815000', '174325.818000', '174325.821000', '174325.824000', '174325.827000', '174325.829000', '174325.832000', '174325.835000', '174325.838000', '174325.841000', '174325.844000', '174325.847000', '174325.849000', '174325.852000', '174325.855000', '174325.858000', '174325.861000', '174325.864000', '174325.866000', '174325.869000', '174325.873000', '174325.877000', '174325.880000', '174325.882000', '174325.885000', '174325.888000', '174325.891000', '174325.894000', '174325.897000', '174325.900000', '174325.903000', '174325.905000', '174325.908000', '174325.911000', '174325.914000', '174325.917000', '174325.920000', '174325.923000', '174325.925000', '174325.928000', '174325.931000', '174325.934000', '174325.937000', '174334.737000', '174334.741000', '174334.744000', '174334.747000', '174334.750000', '174334.753000', '174334.756000', '174334.759000', '174334.762000', '174334.765000', '174334.768000', '174334.824000', '174334.827000', '174334.830000', '174334.833000', '174334.836000', '174334.839000', '174334.842000', '174334.844000', '174334.847000'], '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': [13449, 12834, 13295, 9511, 13889, 9422, 14157, 10899, 13909, 9206, 10488, 9500, 11219, 10403, 11138, 12144, 11689, 14027, 9366, 13295, 9234, 12145, 10199, 12116, 9121, 10344, 10227, 9625, 14099, 10740, 14047, 9653, 12469, 9697, 11196, 10314, 10263, 9680, 11160, 9851, 11074, 9819, 12334, 9643, 11935, 12141, 9914, 14535, 9994, 13432, 10495, 12209, 9851, 10280, 12097, 9537, 14353, 10688, 14207, 9337, 11221, 9705, 10163, 10117, 9822, 11387, 9479, 13542, 9370, 11563, 9529, 11489, 9822, 11431, 9493, 9691, 12523, 9355, 14032, 9932, 12223, 9750, 11057, 10153, 9295, 9554, 9832, 10261, 9515, 10187, 11257, 10810, 10110, 13583, 10899, 12434, 9732, 13209, 9419, 14699, 9163, 12556, 10137, 12237, 9964, 9379, 15350, 10482, 14745, 9118, 13015, 9546, 11607, 12935, 11550, 14402, 9107, 11964, 9311, 10858, 9690, 9661, 11146, 9214, 14900, 9625, 11920, 9660, 11667, 9425, 10698, 10315, 9332, 10869, 8906, 13377, 9040, 12949, 9132, 11406, 9623, 11548, 9338, 11211, 11302, 11337, 12012, 9289, 13143, 9741, 12557, 10089, 11780, 9960, 9720, 14263, 9015, 14107, 9715, 11567, 9085, 9794, 10151, 8990, 14290, 9537, 14603, 9413, 12976, 9799, 10061, 10114, 9364, 14534, 10223, 14434, 9177, 11442, 9896, 9253, 15168, 9983, 14592, 9561, 10391, 10080, 9248, 15035, 10263, 14677, 9237, 10798, 9943, 8981, 14657, 8791, 13684, 9693, 11634, 10188, 8878, 12952, 9175, 13517, 10116, 14025, 9756, 9823, 10329, 9146, 13586, 10725, 14602, 9296, 11462, 9353, 10137, 12997, 10313, 15092, 9050, 14429, 9447, 10423, 10055, 9756, 10805, 8786, 13159, 9162, 10976, 9382, 12453, 9211, 12003, 11562, 10645, 10420, 10189, 12324, 10832, 16270, 11540, 15893, 9212, 12076, 9325, 9121, 13073, 8737, 14803, 9371, 12601, 9402, 9131, 10431, 8918, 14994, 9521, 10332, 9413, 10649, 10163, 8981, 11575, 8790, 12232, 9404, 11734, 10459, 10043, 12132, 10562, 14611, 9086, 11212, 9535, 11618, 12106, 10565, 14266, 8843, 14978, 9488, 11660, 10205, 9564, 13549, 8899, 14693, 9447, 9529, 12306, 9148, 14935, 9042, 13843, 9542, 10224, 10176, 8745, 14180, 9436, 14328, 9899, 12392, 10272, 8556, 14669, 10572, 15388, 9241, 13408, 9898, 8808, 15131, 9633, 14991, 9094, 12780, 9916, 8479, 15033, 8806, 12989, 9276, 11980, 10065, 8742, 15164, 9105, 12944, 9774, 10378, 12103, 8878, 12700, 9201, 11175, 8454, 10170, 9971, 8867, 13856, 8577, 12565, 9368, 11286, 9650, 8465, 13192, 8960, 12322, 9173, 13820, 9345, 11003, 9695, 8652, 14984, 8865, 13561, 10161, 11022, 10685, 8733, 13246, 9432, 11657, 12059, 9909, 15672, 8938, 10759, 9208, 10355, 9626, 9269, 11099, 8788, 12199, 9384, 10888, 10689, 9869, 13878, 9221, 11472, 9048, 9563, 13879, 8646, 13954, 9558, 12985, 10153, 8552, 14599, 8959, 14983, 9445, 12076, 9857, 8579, 13880, 9332, 11547, 9570, 8993, 14407, 9300, 11067, 9064, 11612, 9496, 8686, 13433, 9297, 12431, 8968, 10808, 11226, 8535, 12262, 9392, 11165, 10840, 8633, 14376, 9265, 12714, 9602, 11969, 9583, 8734, 15284, 8727, 13526, 9516, 11999, 10287, 8459, 14394, 8851, 12099, 9322, 9842, 10728, 8794, 14436, 9409, 11970, 9738, 11657, 10759, 9588, 13467, 9507, 12306, 9675, 12316, 10102, 11165, 11826, 9115, 13666, 9329, 11886, 9977, 10230, 9715, 8799, 14643, 9708, 12029, 10423, 11017, 9724, 10864, 12045, 9003, 10807, 10940, 14071, 12309, 15074, 9471, 11336, 10180, 10418, 13343, 9054, 14407, 9607, 12802, 9678, 8735, 12092, 9221, 14043, 9801, 12337, 10400, 9484, 10048, 8520, 13904, 10123, 12442, 9863, 11351, 9329, 12222, 10243, 9666, 13908, 10067, 13604, 10174, 10181, 13496, 9835, 14304, 9863, 12574, 9531, 11542, 14149, 9628, 14727, 9629, 12248, 11867, 8514, 15350, 9214, 13092, 9697, 9133, 13465, 8666, 14757, 9517, 11882, 9360, 9197, 13389, 8993, 13854, 9863, 13484, 10489, 8392, 14774, 8843, 14634, 9700, 13070, 10088, 8843, 15465, 9137, 14551, 9451, 10171, 12088, 8481, 13310, 9482, 11460, 10872, 9302, 15340, 8843, 10924, 9601, 9412, 13073, 8507, 14856, 10339, 12566, 9027, 9154, 13080, 9035, 12490, 9435, 11475, 10636, 8203, 13677, 8863, 13572, 9455, 9205, 14613, 8632, 13114, 9645, 9661, 12252, 8645, 12899, 9087, 13428, 10047, 8422, 14029, 9162, 12332, 9710, 9159, 15435, 8934, 12280, 9343, 9773, 14103, 8574, 14128, 9131, 10834, 8530, 11449, 9651, 9460, 9472, 9046, 15073, 9523, 12217, 11663, 8607, 13196, 9357, 10741, 9445, 11312, 12053, 10571, 13709, 8512, 12282, 9279, 11234, 15327, 12434, 14560, 9443, 10288, 9428, 9261, 12821, 9104, 13608, 9578, 11944, 9019, 10348, 12486, 11252, 15261, 9239, 12308, 10257, 9305, 15907, 10314, 14414, 9379, 10346, 9181, 10221, 12958, 9889, 14046, 9522, 10293, 11504, 8240, 14193, 9388, 13816, 10091, 10531, 12439, 8627, 13647, 9002, 13076, 10312, 10065, 15518, 8582, 12217, 9204, 9212, 14047, 9959, 15193, 9029, 10511, 9632, 8425, 13459, 8160, 11504, 8478, 10505, 9143, 8623, 13693, 8503, 13544, 9267, 10187, 14900, 9215, 14399, 9102, 9462, 11676, 9820, 11669, 8460, 14267, 8616, 12736, 9577, 10016, 14018, 12444, 12673, 8580, 11129, 8882, 12010, 12779, 9637, 14910, 9012, 10591, 9932, 8400, 14191, 8871, 13789, 9299, 10416, 8963, 11007, 8962, 12464, 9487, 11368, 9129, 12794, 14108, 10447, 14547, 8517, 12125, 9844, 9127, 13545, 8356, 14617, 9475, 14388, 8993, 9797, 8309, 8504, 10360, 12780, 8825, 15325, 9001, 11510, 11416, 8520, 15527, 9083, 12723, 8664, 8182, 8148, 9582, 8598, 9706, 9720, 9836, 8789, 11237, 13431, 13597, 13652, 15431, 14138, 14674, 9800, 14050, 12160, 16173, 11705, 14701, 10551, 13577, 8900, 12290, 9347, 13313, 9139, 10409, 10233, 8706, 10907, 8644, 12681, 9307, 10577, 9038, 10172, 9838, 9453, 9839, 11652, 9685, 11332, 12909, 9199, 13126, 9285, 11828, 10147, 9784, 13244, 8938, 13288, 10189, 12386, 9753, 9870, 13240, 8832, 14529, 10265, 13216, 13240, 11343, 10274, 8928, 9562, 10463, 9268, 12756, 14523, 11866, 14587, 10618, 11080, 14009, 8444, 13839, 9355, 12576, 13858, 12292, 14229, 8805, 13964], 'WindowCenter': [4527.0, 4514.0, 4496.0, 4454.0, 4492.0, 4454.0, 4492.0, 4474.0, 4479.0, 4437.0, 4450.0, 4439.0, 4457.0, 4447.0, 4460.0, 4456.0, 4459.0, 4464.0, 4426.0, 4465.0, 4425.0, 4456.0, 4450.0, 4469.0, 4426.0, 4437.0, 4435.0, 4426.0, 4465.0, 4446.0, 4465.0, 4423.0, 4452.0, 4422.0, 4457.0, 4436.0, 4448.0, 4435.0, 4456.0, 4436.0, 4470.0, 4450.0, 4468.0, 4437.0, 4457.0, 4454.0, 4435.0, 4463.0, 4424.0, 4451.0, 4432.0, 4454.0, 4423.0, 4434.0, 4439.0, 4422.0, 4460.0, 4433.0, 4463.0, 4423.0, 4443.0, 4421.0, 4433.0, 4422.0, 4433.0, 4442.0, 4425.0, 4462.0, 4424.0, 4443.0, 4424.0, 4456.0, 4435.0, 4457.0, 4434.0, 4438.0, 4453.0, 4438.0, 4475.0, 4436.0, 4468.0, 4463.0, 4514.0, 4477.0, 4440.0, 4437.0, 4420.0, 4417.0, 4422.0, 4447.0, 4458.0, 4445.0, 4445.0, 4476.0, 4458.0, 4466.0, 4437.0, 4464.0, 4426.0, 4477.0, 4427.0, 4455.0, 4434.0, 4454.0, 4422.0, 4421.0, 4471.0, 4432.0, 4461.0, 4411.0, 4451.0, 4409.0, 4442.0, 4440.0, 4441.0, 4459.0, 4410.0, 4438.0, 4409.0, 4430.0, 4409.0, 4423.0, 4430.0, 4423.0, 4471.0, 4423.0, 4442.0, 4423.0, 4443.0, 4423.0, 4444.0, 4432.0, 4423.0, 4444.0, 4427.0, 4474.0, 4423.0, 4464.0, 4436.0, 4456.0, 4436.0, 4455.0, 4425.0, 4457.0, 4445.0, 4458.0, 4466.0, 4438.0, 4465.0, 4437.0, 4467.0, 4435.0, 4456.0, 4436.0, 4436.0, 4475.0, 4426.0, 4473.0, 4436.0, 4456.0, 4425.0, 4436.0, 4434.0, 4426.0, 4475.0, 4437.0, 4476.0, 4427.0, 4466.0, 4435.0, 4447.0, 4434.0, 4438.0, 4474.0, 4435.0, 4474.0, 4424.0, 4452.0, 4433.0, 4425.0, 4473.0, 4435.0, 4473.0, 4424.0, 4435.0, 4433.0, 4425.0, 4472.0, 4435.0, 4474.0, 4424.0, 4442.0, 4435.0, 4425.0, 4473.0, 4414.0, 4462.0, 4423.0, 4454.0, 4433.0, 4425.0, 4452.0, 4436.0, 4464.0, 4447.0, 4475.0, 4436.0, 4445.0, 4434.0, 4436.0, 4465.0, 4456.0, 4474.0, 4427.0, 4455.0, 4424.0, 4447.0, 4463.0, 4436.0, 4473.0, 4424.0, 4474.0, 4437.0, 4470.0, 4447.0, 4437.0, 4445.0, 4439.0, 4463.0, 4425.0, 4444.0, 4436.0, 4465.0, 4436.0, 4467.0, 4456.0, 4457.0, 4446.0, 4447.0, 4464.0, 4446.0, 4483.0, 4444.0, 4472.0, 4412.0, 4441.0, 4411.0, 4422.0, 4451.0, 4413.0, 4462.0, 4412.0, 4452.0, 4411.0, 4423.0, 4432.0, 4424.0, 4471.0, 4434.0, 4434.0, 4436.0, 4446.0, 4446.0, 4426.0, 4454.0, 4425.0, 4464.0, 4425.0, 4466.0, 4445.0, 4447.0, 4466.0, 4459.0, 4486.0, 4427.0, 4453.0, 4436.0, 4457.0, 4455.0, 4448.0, 4475.0, 4426.0, 4475.0, 4435.0, 4455.0, 4434.0, 4437.0, 4465.0, 4425.0, 4474.0, 4434.0, 4436.0, 4454.0, 4438.0, 4486.0, 4438.0, 4477.0, 4437.0, 4444.0, 4434.0, 4427.0, 4476.0, 4437.0, 4488.0, 4436.0, 4465.0, 4446.0, 4426.0, 4473.0, 4446.0, 4485.0, 4425.0, 4464.0, 4433.0, 4426.0, 4472.0, 4423.0, 4473.0, 4413.0, 4463.0, 4421.0, 4402.0, 4472.0, 4423.0, 4462.0, 4423.0, 4453.0, 4432.0, 4414.0, 4471.0, 4412.0, 4452.0, 4422.0, 4433.0, 4440.0, 4412.0, 4451.0, 4423.0, 4442.0, 4402.0, 4444.0, 4422.0, 4424.0, 4473.0, 4425.0, 4462.0, 4423.0, 4444.0, 4424.0, 4415.0, 4462.0, 4423.0, 4453.0, 4424.0, 4475.0, 4424.0, 4444.0, 4435.0, 4425.0, 4472.0, 4426.0, 4463.0, 4432.0, 4445.0, 4432.0, 4413.0, 4461.0, 4423.0, 4454.0, 4451.0, 4434.0, 4472.0, 4412.0, 4442.0, 4423.0, 4433.0, 4422.0, 4425.0, 4443.0, 4425.0, 4452.0, 4423.0, 4445.0, 4433.0, 4433.0, 4463.0, 4436.0, 4454.0, 4412.0, 4433.0, 4461.0, 4414.0, 4474.0, 4424.0, 4463.0, 4432.0, 4425.0, 4472.0, 4424.0, 4473.0, 4423.0, 4454.0, 4432.0, 4412.0, 4462.0, 4423.0, 4454.0, 4423.0, 4424.0, 4472.0, 4423.0, 4443.0, 4423.0, 4454.0, 4422.0, 4414.0, 4464.0, 4424.0, 4464.0, 4424.0, 4445.0, 4443.0, 4415.0, 4453.0, 4423.0, 4454.0, 4443.0, 4414.0, 4472.0, 4424.0, 4464.0, 4435.0, 4455.0, 4435.0, 4426.0, 4474.0, 4426.0, 4464.0, 4434.0, 4455.0, 4433.0, 4417.0, 4475.0, 4425.0, 4479.0, 4437.0, 4446.0, 4445.0, 4427.0, 4486.0, 4437.0, 4465.0, 4435.0, 4467.0, 4456.0, 4436.0, 4463.0, 4435.0, 4465.0, 4447.0, 4466.0, 4445.0, 4457.0, 4455.0, 4426.0, 4475.0, 4425.0, 4455.0, 4434.0, 4459.0, 4437.0, 4441.0, 4487.0, 4449.0, 4478.0, 4457.0, 4457.0, 4435.0, 4458.0, 4467.0, 4438.0, 4458.0, 4461.0, 4478.0, 4469.0, 4476.0, 4436.0, 4444.0, 4434.0, 4445.0, 4462.0, 4425.0, 4475.0, 4436.0, 4464.0, 4424.0, 4415.0, 4452.0, 4425.0, 4473.0, 4436.0, 4466.0, 4446.0, 4437.0, 4448.0, 4440.0, 4478.0, 4461.0, 4491.0, 4472.0, 4482.0, 4463.0, 4481.0, 4448.0, 4449.0, 4477.0, 4448.0, 4478.0, 4461.0, 4461.0, 4477.0, 4461.0, 4487.0, 4436.0, 4466.0, 4436.0, 4458.0, 4475.0, 4433.0, 4474.0, 4424.0, 4454.0, 4443.0, 4414.0, 4471.0, 4423.0, 4462.0, 4422.0, 4423.0, 4462.0, 4413.0, 4472.0, 4424.0, 4453.0, 4423.0, 4434.0, 4461.0, 4424.0, 4463.0, 4434.0, 4464.0, 4432.0, 4415.0, 4473.0, 4425.0, 4473.0, 4424.0, 4464.0, 4433.0, 4426.0, 4474.0, 4424.0, 4472.0, 4433.0, 4445.0, 4452.0, 4414.0, 4462.0, 4423.0, 4455.0, 4443.0, 4436.0, 4473.0, 4425.0, 4443.0, 4423.0, 4424.0, 4463.0, 4414.0, 4474.0, 4434.0, 4453.0, 4424.0, 4435.0, 4462.0, 4424.0, 4453.0, 4424.0, 4455.0, 4443.0, 4415.0, 4473.0, 4424.0, 4475.0, 4423.0, 4435.0, 4473.0, 4414.0, 4463.0, 4423.0, 4434.0, 4452.0, 4414.0, 4463.0, 4413.0, 4475.0, 4434.0, 4415.0, 4472.0, 4424.0, 4464.0, 4422.0, 4424.0, 4472.0, 4423.0, 4454.0, 4423.0, 4435.0, 4473.0, 4414.0, 4461.0, 4423.0, 4443.0, 4412.0, 4466.0, 4437.0, 4447.0, 4447.0, 4450.0, 4485.0, 4434.0, 4454.0, 4442.0, 4414.0, 4452.0, 4424.0, 4454.0, 4437.0, 4456.0, 4455.0, 4447.0, 4474.0, 4425.0, 4453.0, 4423.0, 4454.0, 4471.0, 4466.0, 4475.0, 4437.0, 4445.0, 4423.0, 4423.0, 4451.0, 4424.0, 4473.0, 4435.0, 4451.0, 4425.0, 4445.0, 4453.0, 4444.0, 4473.0, 4434.0, 4462.0, 4431.0, 4423.0, 4470.0, 4448.0, 4472.0, 4424.0, 4444.0, 4436.0, 4445.0, 4450.0, 4434.0, 4463.0, 4423.0, 4443.0, 4441.0, 4402.0, 4462.0, 4421.0, 4461.0, 4431.0, 4443.0, 4450.0, 4412.0, 4460.0, 4423.0, 4463.0, 4420.0, 4432.0, 4460.0, 4411.0, 4451.0, 4422.0, 4422.0, 4448.0, 4420.0, 4471.0, 4411.0, 4430.0, 4421.0, 4412.0, 4473.0, 4414.0, 4442.0, 4402.0, 4432.0, 4422.0, 4414.0, 4462.0, 4413.0, 4462.0, 4422.0, 4443.0, 4460.0, 4411.0, 4460.0, 4410.0, 4421.0, 4441.0, 4433.0, 4454.0, 4414.0, 4471.0, 4412.0, 4462.0, 4420.0, 4433.0, 4460.0, 4466.0, 4462.0, 4425.0, 4454.0, 4423.0, 4452.0, 4450.0, 4422.0, 4459.0, 4410.0, 4430.0, 4421.0, 4402.0, 4461.0, 4412.0, 4460.0, 4421.0, 4431.0, 4424.0, 4456.0, 4424.0, 4464.0, 4435.0, 4441.0, 4433.0, 4476.0, 4473.0, 4442.0, 4473.0, 4468.0, 4496.0, 4449.0, 4393.0, 4446.0, 4399.0, 4460.0, 4435.0, 4474.0, 4425.0, 4435.0, 4415.0, 4414.0, 4445.0, 4451.0, 4425.0, 4484.0, 4424.0, 4467.0, 4454.0, 4413.0, 4470.0, 4420.0, 4462.0, 4412.0, 4412.0, 4398.0, 4420.0, 4410.0, 4420.0, 4420.0, 4418.0, 4387.0, 4430.0, 4464.0, 4464.0, 4465.0, 4461.0, 4439.0, 4434.0, 4397.0, 4439.0, 4429.0, 4459.0, 4431.0, 4448.0, 4409.0, 4426.0, 4386.0, 4415.0, 4386.0, 4437.0, 4398.0, 4419.0, 4409.0, 4401.0, 4419.0, 4402.0, 4451.0, 4426.0, 4448.0, 4416.0, 4434.0, 4438.0, 4437.0, 4462.0, 4470.0, 4451.0, 4472.0, 4484.0, 4443.0, 4481.0, 4452.0, 4482.0, 4461.0, 4451.0, 4468.0, 4443.0, 4480.0, 4452.0, 4467.0, 4439.0, 4451.0, 4466.0, 4428.0, 4477.0, 4435.0, 4466.0, 4456.0, 4459.0, 4437.0, 4426.0, 4438.0, 4448.0, 4427.0, 4480.0, 4476.0, 4446.0, 4465.0, 4423.0, 4433.0, 4452.0, 4402.0, 4451.0, 4412.0, 4452.0, 4450.0, 4453.0, 4462.0, 4414.0, 4461.0], 'WindowWidth': [9940.0, 9915.0, 9877.0, 9817.0, 9864.0, 9815.0, 9863.0, 9841.0, 9841.0, 9784.0, 9801.0, 9784.0, 9807.0, 9792.0, 9812.0, 9803.0, 9811.0, 9813.0, 9763.0, 9811.0, 9758.0, 9804.0, 9802.0, 9825.0, 9763.0, 9779.0, 9772.0, 9763.0, 9813.0, 9789.0, 9813.0, 9756.0, 9792.0, 9754.0, 9807.0, 9777.0, 9797.0, 9777.0, 9805.0, 9779.0, 9832.0, 9803.0, 9826.0, 9781.0, 9808.0, 9798.0, 9773.0, 9810.0, 9756.0, 9791.0, 9765.0, 9797.0, 9753.0, 9769.0, 9771.0, 9750.0, 9800.0, 9766.0, 9807.0, 9757.0, 9780.0, 9749.0, 9766.0, 9750.0, 9769.0, 9778.0, 9760.0, 9807.0, 9760.0, 9781.0, 9759.0, 9805.0, 9773.0, 9807.0, 9774.0, 9783.0, 9798.0, 9784.0, 9829.0, 9778.0, 9826.0, 9832.0, 9920.0, 9853.0, 9791.0, 9780.0, 9745.0, 9736.0, 9754.0, 9793.0, 9812.0, 9788.0, 9790.0, 9834.0, 9810.0, 9817.0, 9780.0, 9814.0, 9764.0, 9834.0, 9767.0, 9802.0, 9772.0, 9799.0, 9752.0, 9753.0, 9818.0, 9767.0, 9804.0, 9736.0, 9790.0, 9729.0, 9779.0, 9772.0, 9775.0, 9797.0, 9734.0, 9768.0, 9731.0, 9760.0, 9731.0, 9754.0, 9762.0, 9755.0, 9818.0, 9756.0, 9778.0, 9756.0, 9783.0, 9757.0, 9786.0, 9769.0, 9759.0, 9789.0, 9771.0, 9831.0, 9761.0, 9813.0, 9782.0, 9806.0, 9784.0, 9805.0, 9765.0, 9811.0, 9790.0, 9811.0, 9819.0, 9785.0, 9818.0, 9782.0, 9821.0, 9776.0, 9806.0, 9776.0, 9779.0, 9831.0, 9767.0, 9827.0, 9781.0, 9805.0, 9763.0, 9778.0, 9771.0, 9768.0, 9831.0, 9781.0, 9833.0, 9768.0, 9818.0, 9778.0, 9798.0, 9774.0, 9783.0, 9827.0, 9777.0, 9827.0, 9761.0, 9797.0, 9770.0, 9763.0, 9825.0, 9775.0, 9824.0, 9761.0, 9777.0, 9771.0, 9763.0, 9822.0, 9775.0, 9827.0, 9759.0, 9784.0, 9777.0, 9763.0, 9827.0, 9747.0, 9809.0, 9758.0, 9802.0, 9772.0, 9765.0, 9796.0, 9780.0, 9814.0, 9795.0, 9832.0, 9782.0, 9792.0, 9774.0, 9782.0, 9815.0, 9806.0, 9829.0, 9769.0, 9803.0, 9760.0, 9794.0, 9812.0, 9778.0, 9826.0, 9760.0, 9830.0, 9784.0, 9833.0, 9798.0, 9783.0, 9790.0, 9791.0, 9814.0, 9763.0, 9787.0, 9782.0, 9818.0, 9779.0, 9824.0, 9807.0, 9810.0, 9793.0, 9796.0, 9815.0, 9794.0, 9840.0, 9786.0, 9822.0, 9741.0, 9778.0, 9736.0, 9754.0, 9792.0, 9743.0, 9806.0, 9741.0, 9794.0, 9737.0, 9758.0, 9766.0, 9762.0, 9821.0, 9775.0, 9774.0, 9780.0, 9795.0, 9794.0, 9768.0, 9800.0, 9765.0, 9815.0, 9765.0, 9819.0, 9788.0, 9797.0, 9818.0, 9815.0, 9848.0, 9771.0, 9801.0, 9779.0, 9811.0, 9804.0, 9799.0, 9829.0, 9765.0, 9830.0, 9776.0, 9804.0, 9774.0, 9782.0, 9816.0, 9765.0, 9829.0, 9776.0, 9782.0, 9802.0, 9787.0, 9848.0, 9787.0, 9837.0, 9783.0, 9790.0, 9775.0, 9772.0, 9834.0, 9783.0, 9853.0, 9779.0, 9817.0, 9794.0, 9768.0, 9825.0, 9792.0, 9845.0, 9762.0, 9815.0, 9771.0, 9765.0, 9821.0, 9758.0, 9823.0, 9744.0, 9811.0, 9752.0, 9728.0, 9822.0, 9759.0, 9807.0, 9757.0, 9800.0, 9768.0, 9746.0, 9821.0, 9743.0, 9795.0, 9753.0, 9770.0, 9777.0, 9740.0, 9793.0, 9756.0, 9782.0, 9727.0, 9789.0, 9755.0, 9762.0, 9827.0, 9767.0, 9811.0, 9757.0, 9787.0, 9759.0, 9750.0, 9808.0, 9759.0, 9798.0, 9761.0, 9831.0, 9761.0, 9789.0, 9777.0, 9765.0, 9822.0, 9765.0, 9813.0, 9768.0, 9789.0, 9768.0, 9746.0, 9806.0, 9758.0, 9801.0, 9792.0, 9775.0, 9821.0, 9741.0, 9780.0, 9759.0, 9772.0, 9756.0, 9764.0, 9786.0, 9765.0, 9797.0, 9760.0, 9791.0, 9770.0, 9775.0, 9811.0, 9780.0, 9800.0, 9743.0, 9772.0, 9806.0, 9746.0, 9825.0, 9759.0, 9811.0, 9769.0, 9763.0, 9823.0, 9760.0, 9824.0, 9756.0, 9799.0, 9768.0, 9742.0, 9808.0, 9757.0, 9800.0, 9756.0, 9761.0, 9823.0, 9759.0, 9785.0, 9758.0, 9802.0, 9755.0, 9748.0, 9816.0, 9762.0, 9815.0, 9760.0, 9789.0, 9784.0, 9751.0, 9798.0, 9760.0, 9801.0, 9784.0, 9749.0, 9821.0, 9761.0, 9814.0, 9776.0, 9805.0, 9780.0, 9769.0, 9828.0, 9767.0, 9813.0, 9775.0, 9804.0, 9771.0, 9757.0, 9831.0, 9765.0, 9847.0, 9783.0, 9795.0, 9791.0, 9770.0, 9850.0, 9786.0, 9820.0, 9778.0, 9824.0, 9810.0, 9783.0, 9814.0, 9779.0, 9819.0, 9798.0, 9820.0, 9792.0, 9810.0, 9806.0, 9770.0, 9831.0, 9763.0, 9806.0, 9775.0, 9819.0, 9788.0, 9798.0, 9855.0, 9805.0, 9843.0, 9812.0, 9812.0, 9778.0, 9814.0, 9825.0, 9787.0, 9813.0, 9822.0, 9841.0, 9827.0, 9833.0, 9780.0, 9787.0, 9773.0, 9788.0, 9808.0, 9761.0, 9830.0, 9781.0, 9815.0, 9761.0, 9751.0, 9795.0, 9764.0, 9826.0, 9779.0, 9819.0, 9794.0, 9783.0, 9801.0, 9792.0, 9842.0, 9825.0, 9865.0, 9843.0, 9856.0, 9832.0, 9850.0, 9801.0, 9804.0, 9837.0, 9800.0, 9840.0, 9823.0, 9824.0, 9838.0, 9822.0, 9849.0, 9780.0, 9820.0, 9780.0, 9811.0, 9831.0, 9774.0, 9829.0, 9759.0, 9799.0, 9783.0, 9745.0, 9820.0, 9757.0, 9808.0, 9755.0, 9759.0, 9808.0, 9743.0, 9823.0, 9760.0, 9798.0, 9757.0, 9776.0, 9806.0, 9760.0, 9812.0, 9773.0, 9814.0, 9769.0, 9751.0, 9825.0, 9762.0, 9825.0, 9760.0, 9814.0, 9772.0, 9767.0, 9829.0, 9762.0, 9823.0, 9773.0, 9790.0, 9796.0, 9747.0, 9808.0, 9758.0, 9804.0, 9785.0, 9779.0, 9827.0, 9765.0, 9785.0, 9757.0, 9762.0, 9811.0, 9747.0, 9829.0, 9774.0, 9799.0, 9760.0, 9779.0, 9808.0, 9761.0, 9797.0, 9762.0, 9803.0, 9786.0, 9753.0, 9827.0, 9762.0, 9830.0, 9759.0, 9779.0, 9826.0, 9746.0, 9813.0, 9758.0, 9775.0, 9797.0, 9749.0, 9811.0, 9745.0, 9833.0, 9774.0, 9753.0, 9824.0, 9762.0, 9813.0, 9753.0, 9760.0, 9822.0, 9760.0, 9801.0, 9759.0, 9777.0, 9826.0, 9748.0, 9807.0, 9759.0, 9786.0, 9743.0, 9823.0, 9787.0, 9800.0, 9799.0, 9808.0, 9846.0, 9775.0, 9799.0, 9781.0, 9747.0, 9795.0, 9761.0, 9802.0, 9785.0, 9809.0, 9804.0, 9797.0, 9829.0, 9765.0, 9799.0, 9758.0, 9802.0, 9819.0, 9823.0, 9831.0, 9787.0, 9793.0, 9760.0, 9760.0, 9791.0, 9762.0, 9825.0, 9779.0, 9797.0, 9766.0, 9793.0, 9798.0, 9788.0, 9827.0, 9777.0, 9812.0, 9766.0, 9758.0, 9816.0, 9801.0, 9823.0, 9762.0, 9789.0, 9782.0, 9791.0, 9792.0, 9776.0, 9811.0, 9760.0, 9787.0, 9779.0, 9729.0, 9807.0, 9753.0, 9807.0, 9764.0, 9785.0, 9790.0, 9742.0, 9804.0, 9759.0, 9813.0, 9749.0, 9769.0, 9804.0, 9739.0, 9792.0, 9755.0, 9755.0, 9783.0, 9750.0, 9820.0, 9739.0, 9762.0, 9752.0, 9743.0, 9827.0, 9749.0, 9780.0, 9731.0, 9769.0, 9756.0, 9750.0, 9811.0, 9745.0, 9809.0, 9755.0, 9786.0, 9802.0, 9738.0, 9803.0, 9736.0, 9753.0, 9777.0, 9770.0, 9801.0, 9748.0, 9821.0, 9745.0, 9809.0, 9749.0, 9773.0, 9803.0, 9820.0, 9809.0, 9767.0, 9804.0, 9760.0, 9795.0, 9789.0, 9755.0, 9799.0, 9735.0, 9764.0, 9751.0, 9729.0, 9806.0, 9741.0, 9802.0, 9752.0, 9765.0, 9763.0, 9808.0, 9763.0, 9813.0, 9778.0, 9779.0, 9774.0, 9834.0, 9828.0, 9785.0, 9826.0, 9848.0, 9883.0, 9804.0, 9701.0, 9776.0, 9717.0, 9800.0, 9777.0, 9829.0, 9766.0, 9778.0, 9753.0, 9751.0, 9791.0, 9792.0, 9764.0, 9842.0, 9763.0, 9825.0, 9802.0, 9747.0, 9819.0, 9752.0, 9810.0, 9746.0, 9743.0, 9721.0, 9750.0, 9740.0, 9750.0, 9750.0, 9745.0, 9698.0, 9760.0, 9816.0, 9816.0, 9818.0, 9804.0, 9767.0, 9753.0, 9705.0, 9768.0, 9754.0, 9797.0, 9759.0, 9780.0, 9725.0, 9743.0, 9689.0, 9725.0, 9690.0, 9758.0, 9707.0, 9739.0, 9729.0, 9720.0, 9740.0, 9724.0, 9787.0, 9763.0, 9794.0, 9749.0, 9772.0, 9781.0, 9780.0, 9824.0, 9831.0, 9806.0, 9836.0, 9856.0, 9797.0, 9846.0, 9810.0, 9851.0, 9818.0, 9804.0, 9822.0, 9797.0, 9841.0, 9808.0, 9823.0, 9785.0, 9804.0, 9818.0, 9769.0, 9832.0, 9773.0, 9816.0, 9802.0, 9812.0, 9781.0, 9766.0, 9782.0, 9796.0, 9767.0, 9841.0, 9831.0, 9789.0, 9815.0, 9752.0, 9767.0, 9793.0, 9725.0, 9787.0, 9738.0, 9791.0, 9785.0, 9797.0, 9806.0, 9744.0, 9804.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.0026215747126436782</td></tr>
<tr><td colspan=3>aqi</td><td>0.02913220655172414</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.18072927660532</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.234929260023015</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0297762563981587</td></tr>
<tr><td colspan=3>efc</td><td>0.4855</td></tr>
<tr><td colspan=3>fber</td><td>5205.6621</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1251869029684552</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.183908045977011</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.46820519168473</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.435344032845965</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.668716027281943</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.300555514926283</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101497</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011806506663560867</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027458621188998222</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8304052696159974</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>36.1634</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.6501</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.3309</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.0562</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4525</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.8674</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3585.5028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.3965</td></tr>
<tr><td colspan=3>tsnr</td><td>34.746584366541356</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>