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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-01/func/sub-0129_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d9244807369b9f587181a718f2bd3748</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>12:41:39.727500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999433, 0.0134801, -0.0308404, -0.0137812, 0.999859, -0.00957185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7754, -7260, 114, -102, -38, 62, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95a0ad45-545f-477f-9434-5eea27d0993b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814067363739014, -0.03697394207119942, -0.08290902525186539, 116.07263946533203], [-0.03616608679294586, 2.682549238204956, -0.02697690576314926, -92.38004302978516], [-0.0827425867319107, 0.025680579245090485, 2.698591947555542, -75.21609497070312], [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': ['124139.727500', '124140.187500', '124140.647500', '124141.107500', '124141.567500', '124142.027500', '124142.487500', '124142.947500', '124143.407500', '124143.867500', '124144.327500', '124144.787500', '124145.247500', '124145.707500', '124146.167500', '124146.627500', '124147.087500', '124147.547500', '124148.007500', '124148.467500', '124148.927500', '124149.387500', '124149.847500', '124150.307500', '124150.767500', '124151.227500', '124151.687500', '124152.147500', '124152.607500', '124153.067500', '124153.527500', '124153.987500', '124154.447500', '124154.907500', '124155.367500', '124155.827500', '124156.287500', '124156.747500', '124157.207500', '124157.667500', '124158.127500', '124158.587500', '124159.047500', '124159.507500', '124159.967500', '124200.427500', '124200.887500', '124201.347500', '124201.807500', '124202.267500', '124202.727500', '124203.187500', '124203.647500', '124204.107500', '124204.567500', '124205.027500', '124205.487500', '124205.947500', '124206.407500', '124206.867500', '124207.327500', '124207.787500', '124208.247500', '124208.707500', '124209.167500', '124209.627500', '124210.087500', '124210.547500', '124211.007500', '124211.467500', '124211.927500', '124212.387500', '124212.847500', '124213.307500', '124213.767500', '124214.227500', '124214.687500', '124215.147500', '124215.607500', '124216.067500', '124216.527500', '124216.987500', '124217.447500', '124217.907500', '124218.367500', '124218.827500', '124219.287500', '124219.747500', '124220.207500', '124220.667500', '124221.127500', '124221.587500', '124222.047500', '124222.507500', '124222.967500', '124223.427500', '124223.887500', '124224.347500', '124224.807500', '124225.267500', '124225.727500', '124226.187500', '124226.647500', '124227.107500', '124227.567500', '124228.027500', '124228.487500', '124228.947500', '124229.407500', '124229.867500', '124230.327500', '124230.787500', '124231.247500', '124231.707500', '124232.167500', '124232.627500', '124233.087500', '124233.547500', '124234.007500', '124234.467500', '124234.927500', '124235.387500', '124235.847500', '124236.307500', '124236.767500', '124237.227500', '124237.687500', '124238.147500', '124238.607500', '124239.067500', '124239.527500', '124239.987500', '124240.447500', '124240.907500', '124241.367500', '124241.827500', '124242.287500', '124242.747500', '124243.207500', '124243.667500', '124244.127500', '124244.587500', '124245.047500', '124245.507500', '124245.967500', '124246.427500', '124246.887500', '124247.347500', '124247.807500', '124248.267500', '124248.727500', '124249.187500', '124249.647500', '124250.107500', '124250.567500', '124251.027500', '124251.487500', '124251.947500', '124252.407500', '124252.867500', '124253.327500', '124253.787500', '124254.247500', '124254.707500', '124255.167500', '124255.627500', '124256.087500', '124256.547500', '124257.007500', '124257.467500', '124257.927500', '124258.387500', '124258.847500', '124259.307500', '124259.767500', '124300.227500', '124300.687500', '124301.147500', '124301.607500', '124302.067500', '124302.527500', '124302.987500', '124303.447500', '124303.907500', '124304.367500', '124304.827500', '124305.287500', '124305.747500', '124306.207500', '124306.667500', '124307.127500', '124307.587500', '124308.047500', '124308.507500', '124308.967500', '124309.427500', '124309.887500', '124310.347500', '124310.807500', '124311.267500', '124311.727500', '124312.187500', '124312.647500', '124313.107500', '124313.567500', '124314.027500', '124314.487500', '124314.947500', '124315.407500', '124315.867500', '124316.327500', '124316.787500', '124317.247500', '124317.707500', '124318.167500', '124318.627500', '124319.087500', '124319.547500', '124320.007500', '124320.467500', '124320.927500', '124321.387500', '124321.847500', '124322.307500', '124322.767500', '124323.227500', '124323.687500', '124324.147500', '124324.607500', '124325.067500', '124325.527500', '124325.987500', '124326.447500', '124326.907500', '124327.367500', '124327.827500', '124328.287500', '124328.747500', '124329.207500', '124329.667500', '124330.127500', '124330.587500', '124331.047500', '124331.507500', '124331.967500', '124332.427500', '124332.887500', '124333.347500', '124333.807500', '124334.267500', '124334.727500', '124335.187500', '124335.647500', '124336.107500', '124336.567500', '124337.027500', '124337.487500', '124337.947500', '124338.407500', '124338.867500', '124339.327500', '124339.787500', '124340.247500', '124340.707500', '124341.167500', '124341.627500', '124342.087500', '124342.547500', '124343.007500', '124343.467500', '124343.927500', '124344.387500', '124344.847500', '124345.307500', '124345.767500', '124346.227500', '124346.687500', '124347.147500', '124347.607500', '124348.067500', '124348.527500', '124348.987500', '124349.447500', '124349.907500', '124350.367500', '124350.827500', '124351.287500', '124351.747500', '124352.207500', '124352.667500', '124353.127500', '124353.587500', '124354.047500', '124354.507500', '124354.967500', '124355.427500', '124355.887500', '124356.347500', '124356.807500', '124357.267500', '124357.727500', '124358.187500', '124358.647500', '124359.107500', '124359.567500', '124400.027500', '124400.487500', '124400.947500', '124401.407500', '124401.867500', '124402.327500', '124402.787500', '124403.247500', '124403.707500', '124404.167500', '124404.627500', '124405.087500', '124405.547500', '124406.007500', '124406.467500', '124406.927500', '124407.387500', '124407.847500', '124408.307500', '124408.767500', '124409.227500', '124409.687500', '124410.147500', '124410.607500', '124411.067500', '124411.527500', '124411.987500', '124412.447500', '124412.907500', '124413.367500', '124413.827500', '124414.287500', '124414.747500', '124415.207500', '124415.667500', '124416.127500', '124416.587500', '124417.047500', '124417.507500', '124417.967500', '124418.427500', '124418.887500', '124419.347500', '124419.807500', '124420.267500', '124420.727500', '124421.187500', '124421.647500', '124422.107500', '124422.567500', '124423.027500', '124423.487500', '124423.947500', '124424.407500', '124424.867500', '124425.327500', '124425.787500', '124426.247500', '124426.707500', '124427.167500', '124427.627500', '124428.087500', '124428.547500', '124429.007500', '124429.467500', '124429.927500', '124430.387500', '124430.847500', '124431.307500', '124431.767500', '124432.227500', '124432.687500', '124433.147500', '124433.607500', '124434.067500', '124434.527500', '124434.987500', '124435.447500', '124435.907500', '124436.367500', '124436.827500', '124437.287500', '124437.747500', '124438.207500', '124438.667500', '124439.127500', '124439.587500', '124440.047500', '124440.507500', '124440.967500', '124441.427500', '124441.887500', '124442.347500', '124442.807500', '124443.267500', '124443.727500', '124444.187500', '124444.647500', '124445.107500', '124445.567500', '124446.027500', '124446.487500', '124446.947500', '124447.407500', '124447.867500', '124448.327500', '124448.787500', '124449.247500', '124449.707500', '124450.167500', '124450.627500', '124451.087500', '124451.547500', '124452.007500', '124452.467500', '124452.927500', '124453.387500', '124453.847500', '124454.307500', '124454.767500', '124455.227500', '124455.687500', '124456.147500', '124456.607500', '124457.067500', '124457.527500', '124457.987500', '124458.447500', '124458.907500', '124459.367500', '124459.827500', '124500.287500', '124500.747500', '124501.207500', '124501.667500', '124502.127500', '124502.587500', '124503.047500', '124503.507500', '124503.967500', '124504.427500', '124504.887500', '124505.347500', '124505.807500', '124506.267500', '124506.727500', '124507.187500', '124507.647500', '124508.107500', '124508.567500', '124509.027500', '124509.487500', '124509.947500', '124510.407500', '124510.867500', '124511.327500', '124511.787500', '124512.247500', '124512.707500', '124513.167500', '124513.627500', '124514.087500', '124514.547500', '124515.007500', '124515.467500', '124515.927500', '124516.387500', '124516.847500', '124517.307500', '124517.767500', '124518.227500', '124518.687500', '124519.147500', '124519.607500', '124520.067500', '124520.527500', '124520.987500', '124521.447500', '124521.907500', '124522.367500', '124522.827500', '124523.287500', '124523.747500', '124524.207500', '124524.667500', '124525.127500', '124525.587500', '124526.047500', '124526.507500', '124526.967500', '124527.427500', '124527.887500', '124528.347500', '124528.807500', '124529.267500', '124529.727500', '124530.187500', '124530.647500', '124531.107500', '124531.567500', '124532.027500', '124532.487500', '124532.947500', '124533.407500', '124533.867500', '124534.327500', '124534.787500', '124535.247500', '124535.707500', '124536.167500', '124536.627500', '124537.087500', '124537.547500', '124538.007500', '124538.467500', '124538.927500', '124539.387500', '124539.847500', '124540.307500', '124540.767500', '124541.227500', '124541.687500', '124542.147500', '124542.607500', '124543.067500', '124543.527500', '124543.987500', '124544.447500', '124544.907500', '124545.367500', '124545.827500', '124546.287500', '124546.747500', '124547.207500', '124547.667500', '124548.127500', '124548.587500', '124549.047500', '124549.507500', '124549.967500', '124550.427500', '124550.887500', '124551.347500', '124551.807500', '124552.267500', '124552.727500', '124553.187500', '124553.647500', '124554.107500', '124554.567500', '124555.027500', '124555.487500', '124555.947500', '124556.407500', '124556.867500', '124557.327500', '124557.787500', '124558.247500', '124558.707500', '124559.167500', '124559.627500', '124600.087500', '124600.547500', '124601.007500', '124601.467500', '124601.927500', '124602.387500', '124602.847500', '124603.307500', '124603.767500', '124604.227500', '124604.687500', '124605.147500', '124605.607500', '124606.067500', '124606.527500', '124606.987500', '124607.447500', '124607.907500', '124608.367500', '124608.827500', '124609.287500', '124609.747500', '124610.207500', '124610.667500', '124611.127500', '124611.587500', '124612.047500', '124612.507500', '124612.967500', '124613.427500', '124613.887500', '124614.347500', '124614.807500', '124615.267500', '124615.727500', '124616.187500', '124616.647500', '124617.107500', '124617.567500', '124618.027500', '124618.487500', '124618.947500', '124619.407500', '124619.867500', '124620.327500', '124620.787500', '124621.247500', '124621.707500', '124622.167500', '124622.627500', '124623.087500', '124623.547500', '124624.007500', '124624.467500', '124624.927500', '124625.387500', '124625.847500', '124626.307500', '124626.767500', '124627.227500', '124627.687500', '124628.147500', '124628.607500', '124629.067500', '124629.527500', '124629.987500', '124630.447500', '124630.907500', '124631.367500', '124631.827500', '124632.287500', '124632.747500', '124633.207500', '124633.667500', '124634.127500', '124634.587500', '124635.047500', '124635.507500', '124635.967500', '124636.427500', '124636.887500', '124637.347500', '124637.807500', '124638.267500', '124638.727500', '124639.187500', '124639.647500', '124640.107500', '124640.567500', '124641.027500', '124641.487500', '124641.947500', '124642.407500', '124642.867500', '124643.327500', '124643.787500', '124644.247500', '124644.707500', '124645.167500', '124645.627500', '124646.087500', '124646.547500', '124647.007500', '124647.467500', '124647.927500', '124648.387500', '124648.847500', '124649.307500', '124649.767500', '124650.227500', '124650.687500', '124651.147500', '124651.607500', '124652.067500', '124652.527500', '124652.987500', '124653.447500', '124653.907500', '124654.367500', '124654.827500', '124655.287500', '124655.747500', '124656.207500', '124656.667500', '124657.127500', '124657.587500', '124658.047500', '124658.507500', '124658.967500', '124659.427500', '124659.887500', '124700.347500', '124700.807500', '124701.267500', '124701.727500', '124702.187500', '124702.647500', '124703.107500', '124703.567500', '124704.027500', '124704.487500', '124704.947500', '124705.407500', '124705.867500', '124706.327500', '124706.787500', '124707.247500', '124707.707500', '124708.167500', '124708.627500', '124709.087500', '124709.547500', '124710.007500', '124710.467500', '124710.927500', '124711.387500', '124711.847500', '124712.307500', '124712.767500', '124713.227500', '124713.687500', '124714.147500', '124714.607500', '124715.067500', '124715.527500', '124715.987500', '124716.447500', '124716.907500', '124717.367500', '124717.827500', '124718.287500', '124718.747500', '124719.207500', '124719.667500', '124720.127500', '124720.587500', '124721.047500', '124721.507500', '124721.967500', '124722.427500', '124722.887500', '124723.347500', '124723.807500', '124724.267500', '124724.727500', '124725.187500', '124725.647500', '124726.107500', '124726.567500', '124727.027500', '124727.487500', '124727.947500', '124728.407500', '124728.867500', '124729.327500', '124729.787500', '124730.247500', '124730.707500', '124731.167500', '124731.627500', '124732.087500', '124732.547500', '124733.007500', '124733.467500', '124733.927500', '124734.387500', '124734.847500', '124735.307500', '124735.767500', '124736.227500', '124736.687500', '124737.147500', '124737.607500', '124738.067500', '124738.527500', '124738.987500', '124739.447500', '124739.907500', '124740.367500', '124740.827500', '124741.287500', '124741.747500', '124742.207500', '124742.667500', '124743.127500', '124743.587500', '124744.047500', '124744.507500', '124744.967500', '124745.427500', '124745.887500', '124746.347500', '124746.807500', '124747.267500', '124747.727500', '124748.187500', '124748.647500', '124749.107500', '124749.567500', '124750.027500', '124750.487500', '124750.947500', '124751.407500', '124751.867500', '124752.327500', '124752.787500', '124753.247500', '124753.707500', '124754.167500', '124754.627500', '124755.087500', '124755.547500', '124756.007500', '124756.467500', '124756.927500', '124757.387500', '124757.847500', '124758.307500', '124758.767500', '124759.227500', '124759.687500', '124800.147500', '124800.607500', '124801.067500', '124801.527500', '124801.987500', '124802.447500', '124802.907500', '124803.367500', '124803.827500', '124804.287500', '124804.747500', '124805.207500', '124805.667500', '124806.127500', '124806.587500', '124807.047500', '124807.507500', '124807.967500', '124808.427500', '124808.887500', '124809.347500', '124809.807500', '124810.267500', '124810.727500', '124811.187500', '124811.647500', '124812.107500', '124812.567500', '124813.027500', '124813.487500', '124813.947500', '124814.407500', '124814.867500', '124815.327500', '124815.787500', '124816.247500', '124816.707500', '124817.167500', '124817.627500', '124818.087500', '124818.547500', '124819.007500', '124819.467500', '124819.927500', '124820.387500'], 'ContentTime': ['124203.917000', '124203.920000', '124203.922000', '124203.930000', '124203.933000', '124203.935000', '124203.938000', '124203.940000', '124203.943000', '124203.946000', '124203.948000', '124203.951000', '124203.954000', '124203.962000', '124203.965000', '124203.968000', '124203.970000', '124203.973000', '124203.976000', '124203.978000', '124203.981000', '124203.984000', '124203.986000', '124203.989000', '124203.991000', '124203.994000', '124203.996000', '124204.000000', '124204.003000', '124204.005000', '124204.008000', '124204.010000', '124204.013000', '124204.015000', '124204.018000', '124204.021000', '124204.023000', '124204.026000', '124204.028000', '124204.031000', '124204.033000', '124204.036000', '124204.047000', '124204.050000', '124204.052000', '124204.055000', '124204.057000', '124204.060000', '124204.062000', '124223.881000', '124223.884000', '124223.887000', '124223.889000', '124223.892000', '124223.894000', '124223.897000', '124223.900000', '124223.902000', '124223.905000', '124223.914000', '124223.916000', '124223.919000', '124223.921000', '124223.924000', '124223.927000', '124223.929000', '124223.932000', '124223.934000', '124223.937000', '124223.939000', '124223.942000', '124223.945000', '124223.947000', '124223.953000', '124223.956000', '124223.958000', '124223.961000', '124223.963000', '124223.966000', '124223.969000', '124223.971000', '124223.974000', '124223.976000', '124223.979000', '124223.981000', '124223.984000', '124223.987000', '124223.989000', '124223.992000', '124223.994000', '124223.997000', '124224.000000', '124224.003000', '124243.881000', '124243.884000', '124243.887000', '124243.889000', '124243.892000', '124243.895000', '124243.897000', '124243.900000', '124243.902000', '124243.905000', '124243.907000', '124243.910000', '124243.913000', '124243.915000', '124243.918000', '124243.920000', '124243.923000', '124243.926000', '124243.928000', '124243.931000', '124243.933000', '124243.936000', '124243.938000', '124243.941000', '124243.944000', '124243.948000', '124243.950000', '124243.953000', '124243.956000', '124243.958000', '124243.961000', '124243.963000', '124243.966000', '124243.968000', '124243.971000', '124243.974000', '124243.976000', '124243.979000', '124243.981000', '124243.984000', '124243.986000', '124243.989000', '124243.991000', '124243.994000', '124303.882000', '124303.884000', '124303.887000', '124303.890000', '124303.892000', '124303.895000', '124303.897000', '124303.900000', '124303.902000', '124303.905000', '124303.908000', '124303.910000', '124303.921000', '124303.923000', '124303.926000', '124303.928000', '124303.931000', '124303.933000', '124303.936000', '124303.939000', '124303.941000', '124303.944000', '124303.946000', '124303.949000', '124303.951000', '124303.954000', '124303.956000', '124303.959000', '124303.962000', '124303.964000', '124303.967000', '124303.969000', '124303.992000', '124303.995000', '124303.998000', '124304.001000', '124304.004000', '124304.006000', '124304.009000', '124304.011000', '124304.014000', '124304.016000', '124304.019000', '124323.882000', '124323.884000', '124323.887000', '124323.890000', '124323.892000', '124323.895000', '124323.897000', '124323.900000', '124323.902000', '124323.905000', '124323.908000', '124323.910000', '124323.913000', '124323.915000', '124323.918000', '124323.921000', '124323.923000', '124323.926000', '124323.928000', '124323.931000', '124323.935000', '124323.938000', '124323.940000', '124323.943000', '124323.945000', '124323.948000', '124323.950000', '124323.953000', '124323.956000', '124323.958000', '124323.961000', '124323.964000', '124323.966000', '124323.974000', '124323.977000', '124323.979000', '124323.982000', '124323.984000', '124323.987000', '124323.990000', '124323.992000', '124323.995000', '124323.998000', '124324.000000', '124343.882000', '124343.884000', '124343.887000', '124343.890000', '124343.892000', '124343.895000', '124343.897000', '124343.900000', '124343.903000', '124343.905000', '124343.908000', '124343.910000', '124343.913000', '124343.915000', '124343.918000', '124343.920000', '124343.923000', '124343.926000', '124343.928000', '124343.931000', '124343.933000', '124343.936000', '124343.938000', '124343.941000', '124343.943000', '124343.946000', '124343.949000', '124343.951000', '124343.954000', '124343.956000', '124343.959000', '124343.962000', '124343.964000', '124343.971000', '124343.974000', '124343.976000', '124343.979000', '124343.981000', '124343.984000', '124343.986000', '124343.989000', '124343.991000', '124343.994000', '124403.882000', '124403.884000', '124403.887000', '124403.889000', '124403.892000', '124403.895000', '124403.898000', '124403.901000', '124403.903000', '124403.906000', '124403.909000', '124403.911000', '124403.914000', '124403.916000', '124403.919000', '124403.922000', '124403.924000', '124403.927000', '124403.929000', '124403.932000', '124403.934000', '124403.937000', '124403.940000', '124403.942000', '124403.945000', '124403.947000', '124403.950000', '124403.952000', '124403.955000', '124403.957000', '124403.960000', '124403.963000', '124403.965000', '124403.968000', '124403.970000', '124403.973000', '124403.975000', '124403.978000', '124403.981000', '124403.983000', '124403.986000', '124403.988000', '124403.991000', '124423.881000', '124423.884000', '124423.887000', '124423.889000', '124423.892000', '124423.894000', '124423.897000', '124423.900000', '124423.902000', '124423.905000', '124423.907000', '124423.910000', '124423.913000', '124423.915000', '124423.918000', '124423.920000', '124423.923000', '124423.925000', '124423.928000', '124423.931000', '124423.933000', '124423.941000', '124423.944000', '124423.947000', '124423.949000', '124423.952000', '124423.954000', '124423.957000', '124423.960000', '124423.962000', '124423.965000', '124423.967000', '124423.970000', '124423.973000', '124423.975000', '124423.978000', '124423.980000', '124423.983000', '124423.985000', '124423.988000', '124423.991000', '124423.993000', '124423.996000', '124423.998000', '124443.881000', '124443.884000', '124443.887000', '124443.889000', '124443.892000', '124443.895000', '124443.897000', '124443.900000', '124443.902000', '124443.905000', '124443.908000', '124443.910000', '124443.913000', '124443.915000', '124443.918000', '124443.920000', '124443.923000', '124443.926000', '124443.928000', '124443.931000', '124443.934000', '124443.936000', '124443.939000', '124443.941000', '124443.944000', '124443.946000', '124443.949000', '124443.952000', '124443.968000', '124443.970000', '124443.974000', '124443.977000', '124443.980000', '124443.982000', '124443.985000', '124443.987000', '124443.990000', '124443.993000', '124443.995000', '124443.998000', '124444.001000', '124444.004000', '124444.007000', '124503.881000', '124503.884000', '124503.887000', '124503.889000', '124503.892000', '124503.894000', '124503.897000', '124503.900000', '124503.902000', '124503.905000', '124503.907000', '124503.910000', '124503.913000', '124503.915000', '124503.918000', '124503.920000', '124503.923000', '124503.934000', '124503.936000', '124503.939000', '124503.941000', '124503.944000', '124503.947000', '124503.949000', '124503.952000', '124503.954000', '124503.957000', '124503.960000', '124503.962000', '124503.965000', '124503.967000', '124503.970000', '124503.973000', '124503.975000', '124503.978000', '124503.981000', '124503.983000', '124503.986000', '124503.988000', '124503.991000', '124503.993000', '124503.996000', '124504.000000', '124504.002000', '124523.882000', '124523.884000', '124523.887000', '124523.890000', '124523.892000', '124523.895000', '124523.897000', '124523.900000', '124523.903000', '124523.905000', '124523.908000', '124523.910000', '124523.913000', '124523.915000', '124523.918000', '124523.921000', '124523.923000', '124523.926000', '124523.928000', '124523.931000', '124523.934000', '124523.936000', '124523.939000', '124523.941000', '124523.944000', '124523.946000', '124523.949000', '124523.952000', '124523.954000', '124523.957000', '124523.960000', '124523.962000', '124523.965000', '124523.967000', '124523.970000', '124523.972000', '124523.975000', '124523.978000', '124523.980000', '124523.983000', '124523.985000', '124523.988000', '124523.991000', '124543.882000', '124543.884000', '124543.887000', '124543.889000', '124543.892000', '124543.895000', '124543.897000', '124543.900000', '124543.902000', '124543.905000', '124543.908000', '124543.910000', '124543.913000', '124543.915000', '124543.918000', '124543.921000', '124543.923000', '124543.926000', '124543.928000', '124543.931000', '124543.933000', '124543.936000', '124543.939000', '124543.941000', '124543.944000', '124543.946000', '124543.949000', '124543.965000', '124543.968000', '124543.971000', '124543.973000', '124543.976000', '124543.978000', '124543.981000', '124543.983000', '124543.986000', '124543.989000', '124543.991000', '124543.994000', '124543.996000', '124544.004000', '124544.007000', '124544.010000', '124544.012000', '124603.881000', '124603.884000', '124603.887000', '124603.889000', '124603.892000', '124603.894000', '124603.897000', '124603.900000', '124603.902000', '124603.905000', '124603.907000', '124603.910000', '124603.913000', '124603.915000', '124603.918000', '124603.920000', '124603.923000', '124603.926000', '124603.928000', '124603.931000', '124603.933000', '124603.936000', '124603.938000', '124603.941000', '124603.944000', '124603.946000', '124603.949000', '124603.951000', '124603.954000', '124603.956000', '124603.959000', '124603.961000', '124603.964000', '124603.967000', '124603.969000', '124603.972000', '124603.974000', '124603.977000', '124603.979000', '124603.982000', '124603.985000', '124603.987000', '124603.990000', '124623.882000', '124623.884000', '124623.887000', '124623.890000', '124623.892000', '124623.895000', '124623.897000', '124623.900000', '124623.902000', '124623.905000', '124623.908000', '124623.910000', '124623.913000', '124623.915000', '124623.918000', '124623.921000', '124623.923000', '124623.926000', '124623.928000', '124623.931000', '124623.933000', '124623.936000', '124623.939000', '124623.941000', '124623.944000', '124623.946000', '124623.949000', '124623.951000', '124623.954000', '124623.957000', '124623.959000', '124623.962000', '124623.964000', '124623.967000', '124623.970000', '124623.972000', '124623.975000', '124623.977000', '124623.980000', '124623.983000', '124623.985000', '124623.988000', '124623.990000', '124623.993000', '124643.881000', '124643.884000', '124643.887000', '124643.889000', '124643.892000', '124643.895000', '124643.897000', '124643.905000', '124643.908000', '124643.910000', '124643.913000', '124643.915000', '124643.918000', '124643.921000', '124643.923000', '124643.926000', '124643.928000', '124643.931000', '124643.933000', '124643.936000', '124643.939000', '124643.941000', '124643.944000', '124643.946000', '124643.949000', '124643.952000', '124643.954000', '124643.957000', '124643.959000', '124643.962000', '124643.965000', '124643.967000', '124643.970000', '124643.972000', '124643.975000', '124643.978000', '124643.980000', '124643.983000', '124643.986000', '124643.988000', '124643.991000', '124643.993000', '124643.996000', '124703.881000', '124703.884000', '124703.887000', '124703.890000', '124703.892000', '124703.895000', '124703.897000', '124703.900000', '124703.903000', '124703.905000', '124703.908000', '124703.911000', '124703.913000', '124703.916000', '124703.918000', '124703.921000', '124703.924000', '124703.926000', '124703.929000', '124703.931000', '124703.934000', '124703.937000', '124703.939000', '124703.942000', '124703.944000', '124703.947000', '124703.950000', '124703.952000', '124703.955000', '124703.958000', '124703.960000', '124703.963000', '124703.965000', '124703.968000', '124703.971000', '124703.973000', '124703.976000', '124703.978000', '124703.981000', '124703.984000', '124703.986000', '124703.989000', '124703.991000', '124703.994000', '124723.882000', '124723.884000', '124723.887000', '124723.890000', '124723.892000', '124723.895000', '124723.897000', '124723.900000', '124723.903000', '124723.905000', '124723.908000', '124723.910000', '124723.913000', '124723.915000', '124723.918000', '124723.921000', '124723.923000', '124723.926000', '124723.928000', '124723.931000', '124723.933000', '124723.936000', '124723.939000', '124723.941000', '124723.944000', '124723.946000', '124723.949000', '124723.951000', '124723.954000', '124723.957000', '124723.959000', '124723.962000', '124723.964000', '124723.967000', '124723.970000', '124723.972000', '124723.975000', '124723.978000', '124723.980000', '124723.983000', '124723.985000', '124723.988000', '124723.990000', '124743.881000', '124743.884000', '124743.887000', '124743.889000', '124743.892000', '124743.895000', '124743.897000', '124743.900000', '124743.902000', '124743.905000', '124743.908000', '124743.910000', '124743.913000', '124743.915000', '124743.918000', '124743.921000', '124743.923000', '124743.926000', '124743.928000', '124743.931000', '124743.933000', '124743.954000', '124743.957000', '124743.961000', '124743.963000', '124743.966000', '124743.968000', '124743.971000', '124743.974000', '124743.976000', '124743.979000', '124743.981000', '124743.984000', '124743.986000', '124743.989000', '124743.992000', '124743.994000', '124743.997000', '124744.000000', '124744.003000', '124744.005000', '124744.008000', '124744.011000', '124744.013000', '124803.881000', '124803.884000', '124803.887000', '124803.890000', '124803.892000', '124803.895000', '124803.897000', '124803.900000', '124803.902000', '124803.905000', '124803.908000', '124803.910000', '124803.913000', '124803.915000', '124803.918000', '124803.920000', '124803.923000', '124803.926000', '124803.928000', '124803.931000', '124803.933000', '124803.936000', '124803.939000', '124803.941000', '124803.944000', '124803.946000', '124803.949000', '124803.951000', '124803.954000', '124803.957000', '124803.959000', '124803.962000', '124803.964000', '124803.967000', '124803.970000', '124803.972000', '124803.975000', '124803.977000', '124803.980000', '124803.983000', '124803.985000', '124803.988000', '124803.990000', '124821.943000', '124821.946000', '124821.949000', '124821.951000', '124821.954000', '124821.957000', '124821.959000', '124821.962000', '124821.964000', '124821.967000', '124821.970000', '124821.972000', '124821.975000', '124821.978000', '124821.980000', '124821.983000', '124821.986000', '124821.988000', '124821.991000', '124821.994000', '124821.996000', '124822.000000', '124822.003000', '124822.005000', '124822.008000', '124822.011000', '124822.013000', '124822.016000', '124822.019000', '124822.021000', '124822.024000', '124822.027000', '124822.029000', '124822.034000', '124822.037000', '124822.039000', '124822.042000', '124822.045000', '124822.048000', '124822.051000'], 'InstanceCreationTime': ['124203.917000', '124203.920000', '124203.922000', '124203.930000', '124203.933000', '124203.935000', '124203.938000', '124203.940000', '124203.943000', '124203.946000', '124203.948000', '124203.951000', '124203.954000', '124203.962000', '124203.965000', '124203.968000', '124203.970000', '124203.973000', '124203.976000', '124203.978000', '124203.981000', '124203.984000', '124203.986000', '124203.989000', '124203.991000', '124203.994000', '124203.996000', '124204.000000', '124204.003000', '124204.005000', '124204.008000', '124204.010000', '124204.013000', '124204.015000', '124204.018000', '124204.021000', '124204.023000', '124204.026000', '124204.028000', '124204.031000', '124204.033000', '124204.036000', '124204.047000', '124204.050000', '124204.052000', '124204.055000', '124204.057000', '124204.060000', '124204.062000', '124223.881000', '124223.884000', '124223.887000', '124223.889000', '124223.892000', '124223.894000', '124223.897000', '124223.900000', '124223.902000', '124223.905000', '124223.914000', '124223.916000', '124223.919000', '124223.921000', '124223.924000', '124223.927000', '124223.929000', '124223.932000', '124223.934000', '124223.937000', '124223.939000', '124223.942000', '124223.945000', '124223.947000', '124223.953000', '124223.956000', '124223.958000', '124223.961000', '124223.963000', '124223.966000', '124223.969000', '124223.971000', '124223.974000', '124223.976000', '124223.979000', '124223.981000', '124223.984000', '124223.987000', '124223.989000', '124223.992000', '124223.994000', '124223.997000', '124224.000000', '124224.003000', '124243.881000', '124243.884000', '124243.887000', '124243.889000', '124243.892000', '124243.895000', '124243.897000', '124243.900000', '124243.902000', '124243.905000', '124243.907000', '124243.910000', '124243.913000', '124243.915000', '124243.918000', '124243.920000', '124243.923000', '124243.926000', '124243.928000', '124243.931000', '124243.933000', '124243.936000', '124243.938000', '124243.941000', '124243.944000', '124243.948000', '124243.950000', '124243.953000', '124243.956000', '124243.958000', '124243.961000', '124243.963000', '124243.966000', '124243.968000', '124243.971000', '124243.974000', '124243.976000', '124243.979000', '124243.981000', '124243.984000', '124243.986000', '124243.989000', '124243.991000', '124243.994000', '124303.882000', '124303.884000', '124303.887000', '124303.890000', '124303.892000', '124303.895000', '124303.897000', '124303.900000', '124303.902000', '124303.905000', '124303.908000', '124303.910000', '124303.921000', '124303.923000', '124303.926000', '124303.928000', '124303.931000', '124303.933000', '124303.936000', '124303.939000', '124303.941000', '124303.944000', '124303.946000', '124303.949000', '124303.951000', '124303.954000', '124303.956000', '124303.959000', '124303.962000', '124303.964000', '124303.967000', '124303.969000', '124303.992000', '124303.995000', '124303.998000', '124304.001000', '124304.004000', '124304.006000', '124304.009000', '124304.011000', '124304.014000', '124304.016000', '124304.019000', '124323.882000', '124323.884000', '124323.887000', '124323.890000', '124323.892000', '124323.895000', '124323.897000', '124323.900000', '124323.902000', '124323.905000', '124323.908000', '124323.910000', '124323.913000', '124323.915000', '124323.918000', '124323.921000', '124323.923000', '124323.926000', '124323.928000', '124323.931000', '124323.935000', '124323.938000', '124323.940000', '124323.943000', '124323.945000', '124323.948000', '124323.950000', '124323.953000', '124323.956000', '124323.958000', '124323.961000', '124323.964000', '124323.966000', '124323.974000', '124323.977000', '124323.979000', '124323.982000', '124323.984000', '124323.987000', '124323.990000', '124323.992000', '124323.995000', '124323.998000', '124324.000000', '124343.882000', '124343.884000', '124343.887000', '124343.890000', '124343.892000', '124343.895000', '124343.897000', '124343.900000', '124343.903000', '124343.905000', '124343.908000', '124343.910000', '124343.913000', '124343.915000', '124343.918000', '124343.920000', '124343.923000', '124343.926000', '124343.928000', '124343.931000', '124343.933000', '124343.936000', '124343.938000', '124343.941000', '124343.943000', '124343.946000', '124343.949000', '124343.951000', '124343.954000', '124343.956000', '124343.959000', '124343.962000', '124343.964000', '124343.971000', '124343.974000', '124343.976000', '124343.979000', '124343.981000', '124343.984000', '124343.986000', '124343.989000', '124343.991000', '124343.994000', '124403.882000', '124403.884000', '124403.887000', '124403.889000', '124403.892000', '124403.895000', '124403.898000', '124403.901000', '124403.903000', '124403.906000', '124403.909000', '124403.911000', '124403.914000', '124403.916000', '124403.919000', '124403.922000', '124403.924000', '124403.927000', '124403.929000', '124403.932000', '124403.934000', '124403.937000', '124403.940000', '124403.942000', '124403.945000', '124403.947000', '124403.950000', '124403.952000', '124403.955000', '124403.957000', '124403.960000', '124403.963000', '124403.965000', '124403.968000', '124403.970000', '124403.973000', '124403.975000', '124403.978000', '124403.981000', '124403.983000', '124403.986000', '124403.988000', '124403.991000', '124423.881000', '124423.884000', '124423.887000', '124423.889000', '124423.892000', '124423.894000', '124423.897000', '124423.900000', '124423.902000', '124423.905000', '124423.907000', '124423.910000', '124423.913000', '124423.915000', '124423.918000', '124423.920000', '124423.923000', '124423.925000', '124423.928000', '124423.931000', '124423.933000', '124423.941000', '124423.944000', '124423.947000', '124423.949000', '124423.952000', '124423.954000', '124423.957000', '124423.960000', '124423.962000', '124423.965000', '124423.967000', '124423.970000', '124423.973000', '124423.975000', '124423.978000', '124423.980000', '124423.983000', '124423.985000', '124423.988000', '124423.991000', '124423.993000', '124423.996000', '124423.998000', '124443.881000', '124443.884000', '124443.887000', '124443.889000', '124443.892000', '124443.895000', '124443.897000', '124443.900000', '124443.902000', '124443.905000', '124443.908000', '124443.910000', '124443.913000', '124443.915000', '124443.918000', '124443.920000', '124443.923000', '124443.926000', '124443.928000', '124443.931000', '124443.934000', '124443.936000', '124443.939000', '124443.941000', '124443.944000', '124443.946000', '124443.949000', '124443.952000', '124443.968000', '124443.970000', '124443.974000', '124443.977000', '124443.980000', '124443.982000', '124443.985000', '124443.987000', '124443.990000', '124443.993000', '124443.995000', '124443.998000', '124444.001000', '124444.004000', '124444.007000', '124503.881000', '124503.884000', '124503.887000', '124503.889000', '124503.892000', '124503.894000', '124503.897000', '124503.900000', '124503.902000', '124503.905000', '124503.907000', '124503.910000', '124503.913000', '124503.915000', '124503.918000', '124503.920000', '124503.923000', '124503.934000', '124503.936000', '124503.939000', '124503.941000', '124503.944000', '124503.947000', '124503.949000', '124503.952000', '124503.954000', '124503.957000', '124503.960000', '124503.962000', '124503.965000', '124503.967000', '124503.970000', '124503.973000', '124503.975000', '124503.978000', '124503.981000', '124503.983000', '124503.986000', '124503.988000', '124503.991000', '124503.993000', '124503.996000', '124504.000000', '124504.002000', '124523.882000', '124523.884000', '124523.887000', '124523.890000', '124523.892000', '124523.895000', '124523.897000', '124523.900000', '124523.903000', '124523.905000', '124523.908000', '124523.910000', '124523.913000', '124523.915000', '124523.918000', '124523.921000', '124523.923000', '124523.926000', '124523.928000', '124523.931000', '124523.934000', '124523.936000', '124523.939000', '124523.941000', '124523.944000', '124523.946000', '124523.949000', '124523.952000', '124523.954000', '124523.957000', '124523.960000', '124523.962000', '124523.965000', '124523.967000', '124523.970000', '124523.972000', '124523.975000', '124523.978000', '124523.980000', '124523.983000', '124523.985000', '124523.988000', '124523.991000', '124543.882000', '124543.884000', '124543.887000', '124543.889000', '124543.892000', '124543.895000', '124543.897000', '124543.900000', '124543.902000', '124543.905000', '124543.908000', '124543.910000', '124543.913000', '124543.915000', '124543.918000', '124543.921000', '124543.923000', '124543.926000', '124543.928000', '124543.931000', '124543.933000', '124543.936000', '124543.939000', '124543.941000', '124543.944000', '124543.946000', '124543.949000', '124543.965000', '124543.968000', '124543.971000', '124543.973000', '124543.976000', '124543.978000', '124543.981000', '124543.983000', '124543.986000', '124543.989000', '124543.991000', '124543.994000', '124543.996000', '124544.004000', '124544.007000', '124544.010000', '124544.012000', '124603.881000', '124603.884000', '124603.887000', '124603.889000', '124603.892000', '124603.894000', '124603.897000', '124603.900000', '124603.902000', '124603.905000', '124603.907000', '124603.910000', '124603.913000', '124603.915000', '124603.918000', '124603.920000', '124603.923000', '124603.926000', '124603.928000', '124603.931000', '124603.933000', '124603.936000', '124603.938000', '124603.941000', '124603.944000', '124603.946000', '124603.949000', '124603.951000', '124603.954000', '124603.956000', '124603.959000', '124603.961000', '124603.964000', '124603.967000', '124603.969000', '124603.972000', '124603.974000', '124603.977000', '124603.979000', '124603.982000', '124603.985000', '124603.987000', '124603.990000', '124623.882000', '124623.884000', '124623.887000', '124623.890000', '124623.892000', '124623.895000', '124623.897000', '124623.900000', '124623.902000', '124623.905000', '124623.908000', '124623.910000', '124623.913000', '124623.915000', '124623.918000', '124623.921000', '124623.923000', '124623.926000', '124623.928000', '124623.931000', '124623.933000', '124623.936000', '124623.939000', '124623.941000', '124623.944000', '124623.946000', '124623.949000', '124623.951000', '124623.954000', '124623.957000', '124623.959000', '124623.962000', '124623.964000', '124623.967000', '124623.970000', '124623.972000', '124623.975000', '124623.977000', '124623.980000', '124623.983000', '124623.985000', '124623.988000', '124623.990000', '124623.993000', '124643.881000', '124643.884000', '124643.887000', '124643.889000', '124643.892000', '124643.895000', '124643.897000', '124643.905000', '124643.908000', '124643.910000', '124643.913000', '124643.915000', '124643.918000', '124643.921000', '124643.923000', '124643.926000', '124643.928000', '124643.931000', '124643.933000', '124643.936000', '124643.939000', '124643.941000', '124643.944000', '124643.946000', '124643.949000', '124643.952000', '124643.954000', '124643.957000', '124643.959000', '124643.962000', '124643.965000', '124643.967000', '124643.970000', '124643.972000', '124643.975000', '124643.978000', '124643.980000', '124643.983000', '124643.986000', '124643.988000', '124643.991000', '124643.993000', '124643.996000', '124703.881000', '124703.884000', '124703.887000', '124703.890000', '124703.892000', '124703.895000', '124703.897000', '124703.900000', '124703.903000', '124703.905000', '124703.908000', '124703.911000', '124703.913000', '124703.916000', '124703.918000', '124703.921000', '124703.924000', '124703.926000', '124703.929000', '124703.931000', '124703.934000', '124703.937000', '124703.939000', '124703.942000', '124703.944000', '124703.947000', '124703.950000', '124703.952000', '124703.955000', '124703.958000', '124703.960000', '124703.963000', '124703.965000', '124703.968000', '124703.971000', '124703.973000', '124703.976000', '124703.978000', '124703.981000', '124703.984000', '124703.986000', '124703.989000', '124703.991000', '124703.994000', '124723.882000', '124723.884000', '124723.887000', '124723.890000', '124723.892000', '124723.895000', '124723.897000', '124723.900000', '124723.903000', '124723.905000', '124723.908000', '124723.910000', '124723.913000', '124723.915000', '124723.918000', '124723.921000', '124723.923000', '124723.926000', '124723.928000', '124723.931000', '124723.933000', '124723.936000', '124723.939000', '124723.941000', '124723.944000', '124723.946000', '124723.949000', '124723.951000', '124723.954000', '124723.957000', '124723.959000', '124723.962000', '124723.964000', '124723.967000', '124723.970000', '124723.972000', '124723.975000', '124723.978000', '124723.980000', '124723.983000', '124723.985000', '124723.988000', '124723.990000', '124743.881000', '124743.884000', '124743.887000', '124743.889000', '124743.892000', '124743.895000', '124743.897000', '124743.900000', '124743.902000', '124743.905000', '124743.908000', '124743.910000', '124743.913000', '124743.915000', '124743.918000', '124743.921000', '124743.923000', '124743.926000', '124743.928000', '124743.931000', '124743.933000', '124743.954000', '124743.957000', '124743.961000', '124743.963000', '124743.966000', '124743.968000', '124743.971000', '124743.974000', '124743.976000', '124743.979000', '124743.981000', '124743.984000', '124743.986000', '124743.989000', '124743.992000', '124743.994000', '124743.997000', '124744.000000', '124744.003000', '124744.005000', '124744.008000', '124744.011000', '124744.013000', '124803.881000', '124803.884000', '124803.887000', '124803.890000', '124803.892000', '124803.895000', '124803.897000', '124803.900000', '124803.902000', '124803.905000', '124803.908000', '124803.910000', '124803.913000', '124803.915000', '124803.918000', '124803.920000', '124803.923000', '124803.926000', '124803.928000', '124803.931000', '124803.933000', '124803.936000', '124803.939000', '124803.941000', '124803.944000', '124803.946000', '124803.949000', '124803.951000', '124803.954000', '124803.957000', '124803.959000', '124803.962000', '124803.964000', '124803.967000', '124803.970000', '124803.972000', '124803.975000', '124803.977000', '124803.980000', '124803.983000', '124803.985000', '124803.988000', '124803.990000', '124821.943000', '124821.946000', '124821.949000', '124821.951000', '124821.954000', '124821.957000', '124821.959000', '124821.962000', '124821.964000', '124821.967000', '124821.970000', '124821.972000', '124821.975000', '124821.978000', '124821.980000', '124821.983000', '124821.986000', '124821.988000', '124821.991000', '124821.994000', '124821.996000', '124822.000000', '124822.003000', '124822.005000', '124822.008000', '124822.011000', '124822.013000', '124822.016000', '124822.019000', '124822.021000', '124822.024000', '124822.027000', '124822.029000', '124822.034000', '124822.037000', '124822.039000', '124822.042000', '124822.045000', '124822.048000', '124822.051000'], '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': [14203, 10042, 14334, 8224, 7727, 7706, 8100, 9457, 8042, 10450, 8089, 10693, 8241, 11672, 8237, 11084, 7977, 13562, 9158, 11049, 9722, 9862, 8003, 8613, 8411, 8800, 7963, 8438, 8479, 8914, 8544, 11660, 8344, 9313, 8437, 8549, 9036, 8114, 8836, 8297, 12474, 8685, 12950, 8194, 8112, 8019, 8261, 8525, 8376, 12029, 8156, 12215, 11002, 8559, 8270, 7903, 10959, 7953, 8566, 8273, 8778, 8130, 9798, 8232, 8900, 8490, 8983, 8683, 8366, 8325, 11804, 8380, 12834, 8410, 14310, 8696, 10908, 9141, 8137, 8917, 8326, 10978, 8510, 11490, 8411, 14573, 8764, 12186, 8848, 8139, 8810, 8523, 8820, 8845, 12022, 8551, 8553, 8077, 8495, 8473, 11084, 8460, 9134, 8567, 8049, 8761, 8020, 10965, 8318, 12037, 8323, 13210, 8599, 11612, 8512, 10099, 10712, 13442, 10582, 12858, 10251, 8182, 8357, 8609, 10217, 8806, 12677, 8738, 13184, 8659, 13438, 8934, 9287, 8865, 8133, 9194, 8626, 8472, 8597, 14493, 8634, 11902, 9166, 10531, 9088, 10348, 10663, 11271, 10793, 8880, 9452, 9275, 12375, 9296, 14660, 9312, 13873, 8935, 11009, 8957, 11969, 9261, 12495, 9000, 11310, 8963, 9191, 8942, 8286, 8778, 8791, 8839, 9011, 9593, 8935, 12696, 8532, 9867, 8733, 8459, 9633, 8769, 12305, 9104, 12674, 8583, 9616, 8707, 9013, 9009, 8236, 8738, 8621, 13433, 9169, 8621, 10593, 8743, 8779, 9360, 8360, 13361, 10068, 15036, 12833, 11134, 11357, 8340, 9404, 8530, 12678, 8451, 12515, 9202, 13682, 9137, 8891, 9308, 8780, 8734, 8785, 11790, 9019, 9331, 9125, 10996, 9111, 12196, 8902, 12905, 10729, 12918, 9027, 9375, 9265, 9225, 9057, 12085, 9797, 11890, 9171, 10305, 9052, 8407, 8829, 8593, 8229, 8187, 8838, 8408, 11173, 8489, 13624, 8731, 13881, 8928, 12161, 8947, 11829, 8615, 13144, 11158, 8470, 8538, 8638, 10833, 9057, 13501, 10293, 13684, 11316, 8511, 9299, 8573, 8298, 8815, 9850, 8860, 12760, 9445, 9252, 9257, 8694, 9371, 9006, 10553, 8921, 12329, 9143, 8220, 9125, 8955, 12424, 9174, 13912, 8975, 14526, 9287, 12865, 9335, 12737, 8942, 11181, 8586, 9219, 8754, 9438, 9208, 9132, 8749, 10057, 9132, 9190, 9280, 8304, 9577, 8676, 9147, 11622, 11202, 8533, 8582, 8329, 8884, 8765, 11365, 8588, 13283, 8885, 14030, 9207, 12054, 9134, 11926, 8802, 12444, 8690, 12775, 8925, 9597, 9157, 9490, 8962, 11200, 9003, 9076, 9059, 8595, 8970, 9026, 12302, 8823, 11534, 8856, 11629, 9058, 12191, 9029, 10587, 9884, 8351, 9071, 8737, 8269, 8867, 9712, 9086, 12480, 8748, 12096, 8792, 11767, 8635, 10811, 8472, 8757, 8342, 8267, 8554, 9537, 8472, 12248, 9227, 8219, 9161, 8521, 11185, 11402, 11660, 14055, 12228, 8832, 9268, 8567, 9298, 8536, 9718, 8733, 14762, 13219, 10364, 8924, 8883, 10206, 8997, 11159, 8701, 8886, 8578, 9148, 8752, 11645, 9046, 8635, 8994, 14899, 9857, 14237, 11785, 8680, 9171, 8463, 9404, 9029, 12252, 9600, 12413, 8313, 8761, 8935, 8406, 9100, 8766, 9035, 8617, 9429, 8738, 9151, 8339, 9148, 9242, 9050, 8241, 8743, 9021, 8676, 8243, 8405, 8684, 9456, 8675, 10651, 8711, 12858, 8503, 10216, 8270, 9346, 8543, 13167, 8743, 12888, 8946, 8611, 8356, 8222, 8781, 13117, 8485, 9017, 8999, 8252, 10262, 10193, 10251, 12913, 13111, 8401, 9065, 8547, 8275, 8649, 9105, 8851, 13863, 8590, 11960, 9012, 11649, 8819, 10441, 8801, 13846, 8959, 11049, 9013, 11212, 8959, 11467, 8800, 13877, 9389, 11640, 8950, 10362, 9103, 11629, 8832, 13108, 8903, 10585, 8991, 8916, 8652, 8762, 9079, 8796, 8736, 8897, 8041, 9089, 8544, 8820, 8704, 10276, 8769, 8857, 8415, 9062, 9082, 8997, 11188, 10336, 10272, 8892, 8757, 8718, 8201, 11345, 8568, 10944, 8940, 12023, 8831, 10921, 8604, 11239, 8724, 12112, 8999, 9603, 8921, 8416, 8684, 9571, 12962, 8655, 9699, 8709, 9179, 9655, 9032, 11895, 8760, 11585, 8843, 10936, 8755, 14633, 9565, 11715, 8707, 8965, 8660, 8777, 9197, 8431, 8697, 10029, 8754, 8008, 8904, 9697, 8961, 11224, 9570, 13535, 10533, 9255, 9207, 8967, 9093, 8663, 11614, 9216, 12115, 8998, 11803, 8938, 12865, 8933, 12933, 8969, 13596, 8952, 10503, 9068, 9161, 8945, 10535, 9377, 8469, 8474, 8948, 9549, 8971, 11664, 8836, 12848, 8972, 8972, 9005, 8920, 10377, 9225, 11198, 8770, 11638, 8829, 12362, 8866, 12454, 9107, 12573, 8902, 8388, 8829, 8534, 8695, 8992, 9075, 10542, 8811, 8671, 9060, 8589, 8822, 9310, 8772, 8773, 8271, 8622, 9914, 9005, 13646, 8926, 13155, 8856, 11599, 8663, 11570, 8926, 14528, 8624, 10738, 8941, 8534, 9045, 8622, 10513, 9366, 13116, 8671, 10751, 8932, 8275, 9191, 8733, 8708, 8871, 8279, 8827, 11596, 8939, 11677, 8985, 8474, 9065, 8305, 11885, 9131, 13918, 8512, 14190, 8956, 12501, 8677, 10765, 10794, 11893, 8991, 8647, 8670, 8673, 9388, 9312, 8840, 9082, 8210, 8672, 9833, 8891, 9801, 8633, 8555, 8500, 8965, 10932, 8927, 10892, 8812, 8740, 8791, 8867, 11375, 8936, 14449, 8994, 12561, 8944, 8124, 8538, 8873, 9034, 9147, 8804, 11913, 11217, 15129, 8939, 9795, 9026, 8470, 8852, 8169, 11601, 8200, 10399, 8991, 8524, 9274, 8736, 8981, 8909, 10288, 8791, 10417, 9132, 12829, 9050, 15209, 11588, 13520, 9054, 11971, 8830, 11124, 9410, 10863, 9397, 8233, 9058, 8346, 8887, 8462, 11146, 8680, 9712, 8827, 9143, 8618, 9960, 8719, 8795, 8159, 8273, 8585, 8711, 8361, 11399, 8908, 10072, 8046, 8898, 8406, 8939, 8282, 12380, 12343, 11807, 8172, 9200, 8455, 8672, 13037, 8562, 10704, 8780, 8061, 8763, 8096, 9342, 10849, 8682, 12927, 10270, 8728, 8882, 8791, 8846, 8645, 8533, 11474, 8761, 8698, 8777, 8310, 9887, 8274, 10929, 8672, 10828, 8781, 13377, 8869, 14253, 9487, 9088, 9274, 8816, 8228, 8769, 8581, 8293, 8482, 9232, 8698, 8323, 9040, 9600, 8759, 9915, 8637, 8924, 8758, 9063, 8697, 12681, 9563, 14234, 8767, 12189, 9009, 12370, 8894, 12030, 8679, 11833, 9129, 9680, 8814, 8330], 'WindowCenter': [4133.0, 4075.0, 4101.0, 4036.0, 4028.0, 4038.0, 4039.0, 4055.0, 4025.0, 4055.0, 4025.0, 4055.0, 4035.0, 4066.0, 4035.0, 4066.0, 4024.0, 4086.0, 4044.0, 4065.0, 4043.0, 4042.0, 4011.0, 4021.0, 4021.0, 4031.0, 4010.0, 4020.0, 4021.0, 4031.0, 4032.0, 4051.0, 4021.0, 4030.0, 4021.0, 4021.0, 4031.0, 4021.0, 4031.0, 4021.0, 4073.0, 4033.0, 4073.0, 4021.0, 4023.0, 4024.0, 4023.0, 4020.0, 4021.0, 4062.0, 4023.0, 4063.0, 4053.0, 4032.0, 4022.0, 4023.0, 4052.0, 4021.0, 4031.0, 4020.0, 4031.0, 4021.0, 4054.0, 4023.0, 4044.0, 4045.0, 4043.0, 4033.0, 4021.0, 4022.0, 4062.0, 4022.0, 4073.0, 4034.0, 4084.0, 4033.0, 4053.0, 4032.0, 4010.0, 4019.0, 4020.0, 4050.0, 4020.0, 4051.0, 4021.0, 4083.0, 4021.0, 4062.0, 4031.0, 4021.0, 4030.0, 4019.0, 4030.0, 4030.0, 4062.0, 4031.0, 4031.0, 4022.0, 4031.0, 4022.0, 4064.0, 4035.0, 4044.0, 4045.0, 4035.0, 4034.0, 4024.0, 4054.0, 4023.0, 4076.0, 4024.0, 4075.0, 4035.0, 4064.0, 4033.0, 4042.0, 4054.0, 4072.0, 4053.0, 4074.0, 4043.0, 4022.0, 4022.0, 4033.0, 4042.0, 4032.0, 4072.0, 4032.0, 4073.0, 4021.0, 4073.0, 4033.0, 4032.0, 4033.0, 4022.0, 4031.0, 4031.0, 4020.0, 4033.0, 4085.0, 4033.0, 4064.0, 4043.0, 4052.0, 4031.0, 4040.0, 4041.0, 4052.0, 4051.0, 4031.0, 4030.0, 4030.0, 4060.0, 4029.0, 4070.0, 4029.0, 4070.0, 4019.0, 4039.0, 4019.0, 4049.0, 4030.0, 4059.0, 4029.0, 4049.0, 4031.0, 4030.0, 4030.0, 4032.0, 4032.0, 4033.0, 4032.0, 4033.0, 4044.0, 4035.0, 4075.0, 4034.0, 4043.0, 4034.0, 4023.0, 4043.0, 4022.0, 4064.0, 4034.0, 4074.0, 4034.0, 4043.0, 4033.0, 4033.0, 4033.0, 4022.0, 4034.0, 4035.0, 4087.0, 4060.0, 4049.0, 4068.0, 4050.0, 4049.0, 4046.0, 4024.0, 4087.0, 4057.0, 4087.0, 4078.0, 4067.0, 4066.0, 4023.0, 4032.0, 4021.0, 4062.0, 4022.0, 4064.0, 4033.0, 4074.0, 4033.0, 4033.0, 4032.0, 4022.0, 4033.0, 4036.0, 4066.0, 4046.0, 4046.0, 4046.0, 4054.0, 4034.0, 4064.0, 4033.0, 4064.0, 4055.0, 4063.0, 4033.0, 4032.0, 4032.0, 4030.0, 4032.0, 4063.0, 4045.0, 4063.0, 4033.0, 4043.0, 4032.0, 4022.0, 4046.0, 4035.0, 4036.0, 4038.0, 4046.0, 4036.0, 4065.0, 4036.0, 4089.0, 4036.0, 4087.0, 4036.0, 4065.0, 4034.0, 4064.0, 4034.0, 4076.0, 4067.0, 4024.0, 4035.0, 4035.0, 4054.0, 4034.0, 4074.0, 4056.0, 4087.0, 4065.0, 4034.0, 4033.0, 4022.0, 4020.0, 4031.0, 4041.0, 4034.0, 4074.0, 4043.0, 4033.0, 4032.0, 4022.0, 4032.0, 4033.0, 4054.0, 4046.0, 4075.0, 4045.0, 4035.0, 4044.0, 4034.0, 4063.0, 4033.0, 4075.0, 4034.0, 4084.0, 4032.0, 4063.0, 4032.0, 4062.0, 4020.0, 4051.0, 4032.0, 4031.0, 4034.0, 4043.0, 4044.0, 4043.0, 4034.0, 4043.0, 4046.0, 4044.0, 4044.0, 4023.0, 4043.0, 4022.0, 4033.0, 4063.0, 4066.0, 4033.0, 4034.0, 4035.0, 4033.0, 4033.0, 4063.0, 4033.0, 4085.0, 4046.0, 4086.0, 4045.0, 4064.0, 4033.0, 4051.0, 4020.0, 4061.0, 4033.0, 4073.0, 4033.0, 4042.0, 4043.0, 4031.0, 4033.0, 4053.0, 4033.0, 4033.0, 4033.0, 4033.0, 4032.0, 4032.0, 4075.0, 4034.0, 4063.0, 4033.0, 4063.0, 4032.0, 4061.0, 4021.0, 4041.0, 4043.0, 4021.0, 4031.0, 4022.0, 4020.0, 4032.0, 4041.0, 4033.0, 4074.0, 4033.0, 4063.0, 4033.0, 4063.0, 4033.0, 4054.0, 4034.0, 4033.0, 4034.0, 4033.0, 4034.0, 4043.0, 4035.0, 4077.0, 4047.0, 4036.0, 4046.0, 4034.0, 4065.0, 4064.0, 4065.0, 4086.0, 4065.0, 4033.0, 4043.0, 4033.0, 4043.0, 4032.0, 4042.0, 4035.0, 4099.0, 4089.0, 4055.0, 4045.0, 4058.0, 4068.0, 4045.0, 4053.0, 4021.0, 4034.0, 4034.0, 4045.0, 4034.0, 4065.0, 4033.0, 4032.0, 4033.0, 4083.0, 4032.0, 4072.0, 4051.0, 4020.0, 4030.0, 4021.0, 4029.0, 4020.0, 4050.0, 4030.0, 4061.0, 4009.0, 4019.0, 4031.0, 4009.0, 4020.0, 4019.0, 4019.0, 4019.0, 4030.0, 4020.0, 4032.0, 4021.0, 4031.0, 4031.0, 4031.0, 4009.0, 4032.0, 4034.0, 4033.0, 4035.0, 4035.0, 4047.0, 4045.0, 4037.0, 4055.0, 4037.0, 4089.0, 4036.0, 4056.0, 4036.0, 4044.0, 4034.0, 4076.0, 4036.0, 4089.0, 4036.0, 4034.0, 4024.0, 4022.0, 4035.0, 4089.0, 4037.0, 4047.0, 4047.0, 4036.0, 4056.0, 4055.0, 4044.0, 4076.0, 4076.0, 4023.0, 4034.0, 4034.0, 4022.0, 4033.0, 4032.0, 4034.0, 4087.0, 4034.0, 4064.0, 4045.0, 4064.0, 4034.0, 4052.0, 4033.0, 4086.0, 4034.0, 4064.0, 4034.0, 4053.0, 4032.0, 4051.0, 4022.0, 4073.0, 4033.0, 4052.0, 4031.0, 4040.0, 4020.0, 4050.0, 4020.0, 4061.0, 4020.0, 4039.0, 4020.0, 4020.0, 4019.0, 4019.0, 4019.0, 4033.0, 4021.0, 4032.0, 4023.0, 4032.0, 4033.0, 4032.0, 4032.0, 4055.0, 4034.0, 4033.0, 4023.0, 4033.0, 4033.0, 4033.0, 4053.0, 4055.0, 4054.0, 4033.0, 4034.0, 4033.0, 4023.0, 4052.0, 4022.0, 4053.0, 4033.0, 4063.0, 4033.0, 4052.0, 4032.0, 4053.0, 4033.0, 4075.0, 4034.0, 4044.0, 4034.0, 4023.0, 4033.0, 4056.0, 4086.0, 4035.0, 4045.0, 4035.0, 4043.0, 4043.0, 4033.0, 4076.0, 4034.0, 4064.0, 4034.0, 4053.0, 4033.0, 4084.0, 4043.0, 4063.0, 4032.0, 4031.0, 4021.0, 4032.0, 4044.0, 4047.0, 4035.0, 4056.0, 4047.0, 4036.0, 4045.0, 4045.0, 4033.0, 4052.0, 4044.0, 4076.0, 4053.0, 4032.0, 4032.0, 4032.0, 4031.0, 4020.0, 4064.0, 4045.0, 4063.0, 4034.0, 4064.0, 4033.0, 4073.0, 4032.0, 4061.0, 4034.0, 4072.0, 4032.0, 4042.0, 4031.0, 4030.0, 4020.0, 4041.0, 4031.0, 4021.0, 4020.0, 4031.0, 4029.0, 4019.0, 4050.0, 4033.0, 4073.0, 4033.0, 4032.0, 4032.0, 4031.0, 4042.0, 4032.0, 4054.0, 4032.0, 4053.0, 4032.0, 4061.0, 4031.0, 4060.0, 4031.0, 4063.0, 4020.0, 4021.0, 4031.0, 4020.0, 4020.0, 4031.0, 4031.0, 4053.0, 4031.0, 4022.0, 4032.0, 4021.0, 4032.0, 4044.0, 4035.0, 4035.0, 4034.0, 4035.0, 4044.0, 4045.0, 4086.0, 4045.0, 4075.0, 4034.0, 4063.0, 4022.0, 4051.0, 4032.0, 4085.0, 4023.0, 4052.0, 4032.0, 4032.0, 4031.0, 4021.0, 4052.0, 4045.0, 4074.0, 4033.0, 4052.0, 4032.0, 4023.0, 4043.0, 4034.0, 4032.0, 4033.0, 4022.0, 4034.0, 4065.0, 4047.0, 4079.0, 4046.0, 4035.0, 4044.0, 4034.0, 4065.0, 4045.0, 4088.0, 4034.0, 4085.0, 4033.0, 4063.0, 4022.0, 4052.0, 4054.0, 4064.0, 4031.0, 4020.0, 4020.0, 4021.0, 4031.0, 4032.0, 4031.0, 4032.0, 4020.0, 4032.0, 4041.0, 4033.0, 4043.0, 4032.0, 4033.0, 4032.0, 4032.0, 4052.0, 4045.0, 4066.0, 4033.0, 4033.0, 4021.0, 4032.0, 4051.0, 4032.0, 4083.0, 4048.0, 4075.0, 4048.0, 4028.0, 4037.0, 4047.0, 4046.0, 4044.0, 4045.0, 4066.0, 4066.0, 4084.0, 4035.0, 4043.0, 4032.0, 4023.0, 4022.0, 4023.0, 4053.0, 4035.0, 4054.0, 4034.0, 4034.0, 4046.0, 4033.0, 4045.0, 4047.0, 4056.0, 4049.0, 4068.0, 4049.0, 4076.0, 4036.0, 4088.0, 4069.0, 4075.0, 4035.0, 4053.0, 4034.0, 4053.0, 4034.0, 4055.0, 4034.0, 4023.0, 4033.0, 4022.0, 4032.0, 4023.0, 4054.0, 4023.0, 4032.0, 4033.0, 4032.0, 4033.0, 4043.0, 4021.0, 4034.0, 4024.0, 4033.0, 4036.0, 4033.0, 4024.0, 4064.0, 4035.0, 4056.0, 4023.0, 4033.0, 4024.0, 4033.0, 4022.0, 4064.0, 4064.0, 4065.0, 4022.0, 4032.0, 4021.0, 4021.0, 4061.0, 4021.0, 4054.0, 4032.0, 4022.0, 4033.0, 4023.0, 4032.0, 4052.0, 4023.0, 4074.0, 4043.0, 4021.0, 4032.0, 4021.0, 4031.0, 4020.0, 4033.0, 4064.0, 4022.0, 4022.0, 4021.0, 4021.0, 4042.0, 4023.0, 4053.0, 4033.0, 4052.0, 4021.0, 4061.0, 4020.0, 4071.0, 4030.0, 4020.0, 4029.0, 4020.0, 4019.0, 4019.0, 4020.0, 4022.0, 4032.0, 4032.0, 4033.0, 4023.0, 4033.0, 4042.0, 4035.0, 4046.0, 4034.0, 4033.0, 4033.0, 4021.0, 4022.0, 4063.0, 4046.0, 4074.0, 4022.0, 4063.0, 4031.0, 4061.0, 4031.0, 4062.0, 4022.0, 4063.0, 4045.0, 4044.0, 4034.0, 4035.0], 'WindowWidth': [9171.0, 9077.0, 9101.0, 9006.0, 9001.0, 9015.0, 9016.0, 9031.0, 8989.0, 9027.0, 8989.0, 9028.0, 9004.0, 9044.0, 9002.0, 9044.0, 8986.0, 9070.0, 9013.0, 9042.0, 9010.0, 9007.0, 8962.0, 8976.0, 8978.0, 8989.0, 8962.0, 8973.0, 8978.0, 8990.0, 8992.0, 9016.0, 8978.0, 8988.0, 8977.0, 8977.0, 8991.0, 8977.0, 8989.0, 8977.0, 9049.0, 8998.0, 9050.0, 8978.0, 8984.0, 8985.0, 8984.0, 8976.0, 8978.0, 9032.0, 8984.0, 9037.0, 9023.0, 8995.0, 8983.0, 8985.0, 9021.0, 8978.0, 8991.0, 8976.0, 8993.0, 8979.0, 9028.0, 8984.0, 9014.0, 9017.0, 9011.0, 8998.0, 8980.0, 8982.0, 9034.0, 8982.0, 9050.0, 9002.0, 9068.0, 8997.0, 9024.0, 8993.0, 8963.0, 8971.0, 8973.0, 9015.0, 8973.0, 9016.0, 8979.0, 9065.0, 8977.0, 9033.0, 8993.0, 8977.0, 8989.0, 8971.0, 8987.0, 8988.0, 9035.0, 8990.0, 8992.0, 8983.0, 8992.0, 8981.0, 9039.0, 9005.0, 9016.0, 9018.0, 9005.0, 9000.0, 8986.0, 9026.0, 8985.0, 9061.0, 8987.0, 9058.0, 9003.0, 9042.0, 8999.0, 9008.0, 9026.0, 9046.0, 9024.0, 9052.0, 9009.0, 8981.0, 8981.0, 8999.0, 9006.0, 8995.0, 9047.0, 8995.0, 9049.0, 8979.0, 9049.0, 8997.0, 8994.0, 8998.0, 8981.0, 8990.0, 8991.0, 8976.0, 8998.0, 9070.0, 8996.0, 9039.0, 9010.0, 9020.0, 8992.0, 9000.0, 9005.0, 9021.0, 9018.0, 8990.0, 8989.0, 8989.0, 9027.0, 8986.0, 9042.0, 8986.0, 9041.0, 8972.0, 8998.0, 8973.0, 9011.0, 8987.0, 9026.0, 8986.0, 9012.0, 8991.0, 8989.0, 8989.0, 8995.0, 8996.0, 8997.0, 8995.0, 8997.0, 9013.0, 9003.0, 9055.0, 9001.0, 9011.0, 9000.0, 8982.0, 9011.0, 8979.0, 9041.0, 9000.0, 9053.0, 9000.0, 9009.0, 8997.0, 8997.0, 8998.0, 8979.0, 9000.0, 9003.0, 9077.0, 9044.0, 9026.0, 9050.0, 9030.0, 9028.0, 9020.0, 8987.0, 9073.0, 9035.0, 9074.0, 9065.0, 9047.0, 9045.0, 8981.0, 8991.0, 8976.0, 9030.0, 8977.0, 9037.0, 8994.0, 9050.0, 8995.0, 8995.0, 8993.0, 8979.0, 8996.0, 9006.0, 9043.0, 9018.0, 9019.0, 9017.0, 9025.0, 8998.0, 9035.0, 8994.0, 9038.0, 9028.0, 9034.0, 8994.0, 8993.0, 8992.0, 8986.0, 8992.0, 9033.0, 9014.0, 9035.0, 8995.0, 9007.0, 8993.0, 8980.0, 9019.0, 9002.0, 9005.0, 9011.0, 9018.0, 9006.0, 9042.0, 9005.0, 9079.0, 9005.0, 9075.0, 9005.0, 9040.0, 8998.0, 9037.0, 8999.0, 9058.0, 9048.0, 8986.0, 9003.0, 9003.0, 9024.0, 8998.0, 9051.0, 9032.0, 9073.0, 9042.0, 9000.0, 8995.0, 8981.0, 8975.0, 8990.0, 9001.0, 8998.0, 9052.0, 9010.0, 8997.0, 8991.0, 8979.0, 8991.0, 8995.0, 9025.0, 9019.0, 9055.0, 9015.0, 9001.0, 9011.0, 8999.0, 9036.0, 8995.0, 9054.0, 8999.0, 9064.0, 8993.0, 9035.0, 8992.0, 9034.0, 8974.0, 9017.0, 8995.0, 8992.0, 9001.0, 9011.0, 9013.0, 9009.0, 8998.0, 9011.0, 9019.0, 9012.0, 9014.0, 8983.0, 9009.0, 8978.0, 8995.0, 9036.0, 9044.0, 8997.0, 8999.0, 9003.0, 8996.0, 8998.0, 9035.0, 8995.0, 9070.0, 9019.0, 9071.0, 9016.0, 9041.0, 8995.0, 9017.0, 8975.0, 9031.0, 8997.0, 9048.0, 8996.0, 9007.0, 9008.0, 8990.0, 8996.0, 9022.0, 8995.0, 8997.0, 8997.0, 8996.0, 8995.0, 8994.0, 9054.0, 9000.0, 9037.0, 8998.0, 9036.0, 8994.0, 9030.0, 8977.0, 9001.0, 9012.0, 8976.0, 8991.0, 8981.0, 8975.0, 8993.0, 9003.0, 8998.0, 9053.0, 8998.0, 9037.0, 8998.0, 9037.0, 8997.0, 9026.0, 9001.0, 8996.0, 9002.0, 8998.0, 9002.0, 9011.0, 9004.0, 9063.0, 9022.0, 9005.0, 9020.0, 9001.0, 9043.0, 9038.0, 9043.0, 9071.0, 9045.0, 8995.0, 9009.0, 8998.0, 9009.0, 8995.0, 9007.0, 9005.0, 9099.0, 9083.0, 9027.0, 9016.0, 9041.0, 9052.0, 9016.0, 9022.0, 8977.0, 9000.0, 8998.0, 9014.0, 8998.0, 9041.0, 8998.0, 8994.0, 8998.0, 9062.0, 8991.0, 9047.0, 9017.0, 8972.0, 8987.0, 8975.0, 8984.0, 8973.0, 9012.0, 8982.0, 9027.0, 8956.0, 8968.0, 8988.0, 8956.0, 8973.0, 8969.0, 8970.0, 8969.0, 8986.0, 8974.0, 8990.0, 8976.0, 8991.0, 8989.0, 8989.0, 8957.0, 8994.0, 8999.0, 8996.0, 9004.0, 9002.0, 9021.0, 9017.0, 9007.0, 9029.0, 9007.0, 9082.0, 9005.0, 9031.0, 9004.0, 9013.0, 9000.0, 9057.0, 9004.0, 9083.0, 9003.0, 8998.0, 8987.0, 8979.0, 9001.0, 9079.0, 9007.0, 9021.0, 9021.0, 9006.0, 9030.0, 9026.0, 9011.0, 9056.0, 9059.0, 8982.0, 8999.0, 8999.0, 8980.0, 8997.0, 8992.0, 8999.0, 9074.0, 9001.0, 9041.0, 9016.0, 9040.0, 8998.0, 9019.0, 8998.0, 9073.0, 8999.0, 9040.0, 8999.0, 9022.0, 8994.0, 9017.0, 8978.0, 9051.0, 8997.0, 9017.0, 8991.0, 9001.0, 8974.0, 9013.0, 8974.0, 9030.0, 8974.0, 8997.0, 8972.0, 8972.0, 8971.0, 8971.0, 8971.0, 8996.0, 8978.0, 8994.0, 8983.0, 8994.0, 8996.0, 8995.0, 8993.0, 9029.0, 9001.0, 8998.0, 8983.0, 8997.0, 8996.0, 8996.0, 9020.0, 9029.0, 9026.0, 8997.0, 9001.0, 8995.0, 8983.0, 9020.0, 8978.0, 9022.0, 8996.0, 9036.0, 8996.0, 9019.0, 8995.0, 9021.0, 8996.0, 9056.0, 9000.0, 9013.0, 8998.0, 8983.0, 8996.0, 9033.0, 9071.0, 9004.0, 9016.0, 9001.0, 9010.0, 9009.0, 8995.0, 9060.0, 8998.0, 9039.0, 8998.0, 9021.0, 8995.0, 9067.0, 9010.0, 9036.0, 8992.0, 8991.0, 8976.0, 8993.0, 9013.0, 9025.0, 9004.0, 9032.0, 9023.0, 9006.0, 9018.0, 9014.0, 8996.0, 9019.0, 9011.0, 9057.0, 9024.0, 8995.0, 8995.0, 8994.0, 8991.0, 8975.0, 9040.0, 9016.0, 9037.0, 8999.0, 9039.0, 8998.0, 9050.0, 8992.0, 9031.0, 8999.0, 9046.0, 8992.0, 9006.0, 8990.0, 8985.0, 8973.0, 9004.0, 8991.0, 8976.0, 8975.0, 8991.0, 8984.0, 8972.0, 9012.0, 8997.0, 9048.0, 8995.0, 8994.0, 8993.0, 8989.0, 9005.0, 8994.0, 9024.0, 8994.0, 9021.0, 8991.0, 9031.0, 8989.0, 9026.0, 8991.0, 9034.0, 8975.0, 8977.0, 8991.0, 8976.0, 8976.0, 8991.0, 8991.0, 9022.0, 8992.0, 8979.0, 8995.0, 8978.0, 8995.0, 9012.0, 9003.0, 9003.0, 8999.0, 9002.0, 9011.0, 9016.0, 9073.0, 9017.0, 9054.0, 8998.0, 9036.0, 8980.0, 9018.0, 8993.0, 9070.0, 8983.0, 9021.0, 8995.0, 8992.0, 8991.0, 8978.0, 9020.0, 9015.0, 9052.0, 8996.0, 9021.0, 8994.0, 8983.0, 9010.0, 9000.0, 8994.0, 8999.0, 8983.0, 9001.0, 9042.0, 9022.0, 9068.0, 9019.0, 9003.0, 9014.0, 9001.0, 9043.0, 9015.0, 9079.0, 8999.0, 9068.0, 8996.0, 9034.0, 8980.0, 9020.0, 9025.0, 9037.0, 8992.0, 8974.0, 8974.0, 8977.0, 8991.0, 8994.0, 8990.0, 8994.0, 8975.0, 8993.0, 9004.0, 8997.0, 9011.0, 8994.0, 8997.0, 8993.0, 8994.0, 9018.0, 9015.0, 9042.0, 8996.0, 8995.0, 8976.0, 8992.0, 9016.0, 8992.0, 9064.0, 9027.0, 9056.0, 9023.0, 8995.0, 9007.0, 9024.0, 9019.0, 9012.0, 9014.0, 9044.0, 9044.0, 9064.0, 8999.0, 9009.0, 8992.0, 8980.0, 8978.0, 8980.0, 9021.0, 9002.0, 9023.0, 8998.0, 8998.0, 9017.0, 8997.0, 9014.0, 9022.0, 9033.0, 9027.0, 9052.0, 9025.0, 9059.0, 9005.0, 9079.0, 9055.0, 9055.0, 9000.0, 9021.0, 8996.0, 9021.0, 8998.0, 9029.0, 8997.0, 8982.0, 8995.0, 8980.0, 8994.0, 8983.0, 9024.0, 8981.0, 8991.0, 8996.0, 8992.0, 8996.0, 9008.0, 8977.0, 9000.0, 8984.0, 8998.0, 9005.0, 8996.0, 8983.0, 9037.0, 8999.0, 9033.0, 8982.0, 8996.0, 8985.0, 8994.0, 8978.0, 9038.0, 9039.0, 9040.0, 8978.0, 8991.0, 8975.0, 8977.0, 9029.0, 8977.0, 9026.0, 8994.0, 8981.0, 8997.0, 8984.0, 8994.0, 9018.0, 8980.0, 9052.0, 9011.0, 8978.0, 8992.0, 8977.0, 8990.0, 8974.0, 8995.0, 9037.0, 8979.0, 8980.0, 8977.0, 8976.0, 9006.0, 8985.0, 9022.0, 8995.0, 9018.0, 8978.0, 9031.0, 8973.0, 9044.0, 8988.0, 8974.0, 8985.0, 8973.0, 8971.0, 8971.0, 8973.0, 8981.0, 8993.0, 8993.0, 8997.0, 8981.0, 8997.0, 9006.0, 9002.0, 9015.0, 8998.0, 8996.0, 8995.0, 8976.0, 8979.0, 9034.0, 9017.0, 9052.0, 8980.0, 9035.0, 8991.0, 9030.0, 8990.0, 9031.0, 8979.0, 9037.0, 9015.0, 9013.0, 8999.0, 9002.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.0009218505747126436</td></tr>
<tr><td colspan=3>aqi</td><td>0.01751240183908046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.39201472627154</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2229828418872282</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015359180310701</td></tr>
<tr><td colspan=3>efc</td><td>0.4978</td></tr>
<tr><td colspan=3>fber</td><td>4456.5225</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07289149266563498</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4942528735632183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5377467086786725</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3631355800220937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8847934766757093</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3653110693382144</td></tr>
<tr><td colspan=3>gcor</td><td>0.00629829</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027669841423630714</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038948532193899155</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.685153307333866</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>18.4845</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9545</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.4336</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297662.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.9373</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0177</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.2603</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3197.6831</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.5147</td></tr>
<tr><td colspan=3>tsnr</td><td>40.81282762438059</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>