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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0016_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-01_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-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-social_acq-mb8_run-01_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-0016/ses-04/func/sub-0016_ses-04_task-social_acq-mb8_run-01_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>777fc8e0693ca90be1ae010a36aa13f4</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:39:49.712500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999594, -0.0200192, -0.0202672, 0.0211131, 0.998248, 0.0552821]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0934135</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7774, -7251, 586, -38, -177, -36, 98]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84457588-19e2-4e4b-9e69-bfe5ebd79dbf||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681838035583496, 0.056644923985004425, -0.05163734778761864, 112.11214447021484], [0.053710080683231354, 2.678225040435791, 0.15035638213157654, -93.75604248046875], [-0.05437532067298889, -0.14831778407096863, 2.6953155994415283, -63.75754165649414], [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': ['123949.712500', '123950.172500', '123950.632500', '123951.092500', '123951.552500', '123952.012500', '123952.472500', '123952.932500', '123953.392500', '123953.852500', '123954.312500', '123954.772500', '123955.232500', '123955.692500', '123956.152500', '123956.612500', '123957.072500', '123957.532500', '123957.992500', '123958.452500', '123958.912500', '123959.372500', '123959.832500', '124000.292500', '124000.752500', '124001.212500', '124001.672500', '124002.132500', '124002.592500', '124003.052500', '124003.512500', '124003.972500', '124004.432500', '124004.892500', '124005.352500', '124005.812500', '124006.272500', '124006.732500', '124007.192500', '124007.652500', '124008.112500', '124008.572500', '124009.032500', '124009.492500', '124009.952500', '124010.412500', '124010.872500', '124011.332500', '124011.792500', '124012.252500', '124012.712500', '124013.172500', '124013.632500', '124014.092500', '124014.552500', '124015.012500', '124015.472500', '124015.932500', '124016.392500', '124016.852500', '124017.312500', '124017.772500', '124018.232500', '124018.692500', '124019.152500', '124019.612500', '124020.072500', '124020.532500', '124020.992500', '124021.452500', '124021.912500', '124022.372500', '124022.832500', '124023.292500', '124023.752500', '124024.212500', '124024.672500', '124025.132500', '124025.592500', '124026.052500', '124026.512500', '124026.972500', '124027.432500', '124027.892500', '124028.352500', '124028.812500', '124029.272500', '124029.732500', '124030.192500', '124030.652500', '124031.112500', '124031.572500', '124032.032500', '124032.492500', '124032.952500', '124033.412500', '124033.872500', '124034.332500', '124034.792500', '124035.252500', '124035.712500', '124036.172500', '124036.632500', '124037.092500', '124037.552500', '124038.012500', '124038.472500', '124038.932500', '124039.392500', '124039.852500', '124040.312500', '124040.772500', '124041.232500', '124041.692500', '124042.152500', '124042.612500', '124043.072500', '124043.532500', '124043.992500', '124044.452500', '124044.912500', '124045.372500', '124045.832500', '124046.292500', '124046.752500', '124047.212500', '124047.672500', '124048.132500', '124048.592500', '124049.052500', '124049.512500', '124049.972500', '124050.432500', '124050.892500', '124051.352500', '124051.812500', '124052.272500', '124052.732500', '124053.192500', '124053.652500', '124054.112500', '124054.572500', '124055.032500', '124055.492500', '124055.952500', '124056.412500', '124056.872500', '124057.332500', '124057.792500', '124058.252500', '124058.712500', '124059.172500', '124059.632500', '124100.092500', '124100.552500', '124101.012500', '124101.472500', '124101.932500', '124102.392500', '124102.852500', '124103.312500', '124103.772500', '124104.232500', '124104.692500', '124105.152500', '124105.612500', '124106.072500', '124106.532500', '124106.992500', '124107.452500', '124107.912500', '124108.372500', '124108.832500', '124109.292500', '124109.752500', '124110.212500', '124110.672500', '124111.132500', '124111.592500', '124112.052500', '124112.512500', '124112.972500', '124113.432500', '124113.892500', '124114.352500', '124114.812500', '124115.272500', '124115.732500', '124116.192500', '124116.652500', '124117.112500', '124117.572500', '124118.032500', '124118.492500', '124118.952500', '124119.412500', '124119.872500', '124120.332500', '124120.792500', '124121.252500', '124121.712500', '124122.172500', '124122.632500', '124123.092500', '124123.552500', '124124.012500', '124124.472500', '124124.932500', '124125.392500', '124125.852500', '124126.312500', '124126.772500', '124127.232500', '124127.692500', '124128.152500', '124128.612500', '124129.072500', '124129.532500', '124129.992500', '124130.452500', '124130.912500', '124131.372500', '124131.832500', '124132.292500', '124132.752500', '124133.212500', '124133.672500', '124134.132500', '124134.592500', '124135.052500', '124135.512500', '124135.972500', '124136.432500', '124136.892500', '124137.352500', '124137.812500', '124138.272500', '124138.732500', '124139.192500', '124139.652500', '124140.112500', '124140.572500', '124141.032500', '124141.492500', '124141.952500', '124142.412500', '124142.872500', '124143.332500', '124143.792500', '124144.252500', '124144.712500', '124145.172500', '124145.632500', '124146.092500', '124146.552500', '124147.012500', '124147.472500', '124147.932500', '124148.392500', '124148.852500', '124149.312500', '124149.772500', '124150.232500', '124150.692500', '124151.152500', '124151.612500', '124152.072500', '124152.532500', '124152.992500', '124153.452500', '124153.912500', '124154.372500', '124154.832500', '124155.292500', '124155.752500', '124156.212500', '124156.672500', '124157.132500', '124157.592500', '124158.052500', '124158.512500', '124158.972500', '124159.432500', '124159.892500', '124200.352500', '124200.812500', '124201.272500', '124201.732500', '124202.192500', '124202.652500', '124203.112500', '124203.572500', '124204.032500', '124204.492500', '124204.952500', '124205.412500', '124205.872500', '124206.332500', '124206.792500', '124207.252500', '124207.712500', '124208.172500', '124208.632500', '124209.092500', '124209.552500', '124210.012500', '124210.472500', '124210.932500', '124211.392500', '124211.852500', '124212.312500', '124212.772500', '124213.232500', '124213.692500', '124214.152500', '124214.612500', '124215.072500', '124215.532500', '124215.992500', '124216.452500', '124216.912500', '124217.372500', '124217.832500', '124218.292500', '124218.752500', '124219.212500', '124219.672500', '124220.132500', '124220.592500', '124221.052500', '124221.512500', '124221.972500', '124222.432500', '124222.892500', '124223.352500', '124223.812500', '124224.272500', '124224.732500', '124225.192500', '124225.652500', '124226.112500', '124226.572500', '124227.032500', '124227.492500', '124227.952500', '124228.412500', '124228.872500', '124229.332500', '124229.792500', '124230.252500', '124230.712500', '124231.172500', '124231.632500', '124232.092500', '124232.552500', '124233.012500', '124233.472500', '124233.932500', '124234.392500', '124234.852500', '124235.312500', '124235.772500', '124236.232500', '124236.692500', '124237.152500', '124237.612500', '124238.072500', '124238.532500', '124238.992500', '124239.452500', '124239.912500', '124240.372500', '124240.832500', '124241.292500', '124241.752500', '124242.212500', '124242.672500', '124243.132500', '124243.592500', '124244.052500', '124244.512500', '124244.972500', '124245.432500', '124245.892500', '124246.352500', '124246.812500', '124247.272500', '124247.732500', '124248.192500', '124248.652500', '124249.112500', '124249.572500', '124250.032500', '124250.492500', '124250.952500', '124251.412500', '124251.872500', '124252.332500', '124252.792500', '124253.252500', '124253.712500', '124254.172500', '124254.632500', '124255.092500', '124255.552500', '124256.012500', '124256.472500', '124256.932500', '124257.392500', '124257.852500', '124258.312500', '124258.772500', '124259.232500', '124259.692500', '124300.152500', '124300.612500', '124301.072500', '124301.532500', '124301.992500', '124302.452500', '124302.912500', '124303.372500', '124303.832500', '124304.292500', '124304.752500', '124305.212500', '124305.672500', '124306.132500', '124306.592500', '124307.052500', '124307.512500', '124307.972500', '124308.432500', '124308.892500', '124309.352500', '124309.812500', '124310.272500', '124310.732500', '124311.192500', '124311.652500', '124312.112500', '124312.572500', '124313.032500', '124313.492500', '124313.952500', '124314.412500', '124314.872500', '124315.332500', '124315.792500', '124316.252500', '124316.712500', '124317.172500', '124317.632500', '124318.092500', '124318.552500', '124319.012500', '124319.472500', '124319.932500', '124320.392500', '124320.852500', '124321.312500', '124321.772500', '124322.232500', '124322.692500', '124323.152500', '124323.612500', '124324.072500', '124324.532500', '124324.992500', '124325.452500', '124325.912500', '124326.372500', '124326.832500', '124327.292500', '124327.752500', '124328.212500', '124328.672500', '124329.132500', '124329.592500', '124330.052500', '124330.512500', '124330.972500', '124331.432500', '124331.892500', '124332.352500', '124332.812500', '124333.272500', '124333.732500', '124334.192500', '124334.652500', '124335.112500', '124335.572500', '124336.032500', '124336.492500', '124336.952500', '124337.412500', '124337.872500', '124338.332500', '124338.792500', '124339.252500', '124339.712500', '124340.172500', '124340.632500', '124341.092500', '124341.552500', '124342.012500', '124342.472500', '124342.932500', '124343.392500', '124343.852500', '124344.312500', '124344.772500', '124345.232500', '124345.692500', '124346.152500', '124346.612500', '124347.072500', '124347.532500', '124347.992500', '124348.452500', '124348.912500', '124349.372500', '124349.832500', '124350.292500', '124350.752500', '124351.212500', '124351.672500', '124352.132500', '124352.592500', '124353.052500', '124353.512500', '124353.972500', '124354.432500', '124354.892500', '124355.352500', '124355.812500', '124356.272500', '124356.732500', '124357.192500', '124357.652500', '124358.112500', '124358.572500', '124359.032500', '124359.492500', '124359.952500', '124400.412500', '124400.872500', '124401.332500', '124401.792500', '124402.252500', '124402.712500', '124403.172500', '124403.632500', '124404.092500', '124404.552500', '124405.012500', '124405.472500', '124405.932500', '124406.392500', '124406.852500', '124407.312500', '124407.772500', '124408.232500', '124408.692500', '124409.152500', '124409.612500', '124410.072500', '124410.532500', '124410.992500', '124411.452500', '124411.912500', '124412.372500', '124412.832500', '124413.292500', '124413.752500', '124414.212500', '124414.672500', '124415.132500', '124415.592500', '124416.052500', '124416.512500', '124416.972500', '124417.432500', '124417.892500', '124418.352500', '124418.812500', '124419.272500', '124419.732500', '124420.192500', '124420.652500', '124421.112500', '124421.572500', '124422.032500', '124422.492500', '124422.952500', '124423.412500', '124423.872500', '124424.332500', '124424.792500', '124425.252500', '124425.712500', '124426.172500', '124426.632500', '124427.092500', '124427.552500', '124428.012500', '124428.472500', '124428.932500', '124429.392500', '124429.852500', '124430.312500', '124430.772500', '124431.232500', '124431.692500', '124432.152500', '124432.612500', '124433.072500', '124433.532500', '124433.992500', '124434.452500', '124434.912500', '124435.372500', '124435.832500', '124436.292500', '124436.752500', '124437.212500', '124437.672500', '124438.132500', '124438.592500', '124439.052500', '124439.512500', '124439.972500', '124440.432500', '124440.892500', '124441.352500', '124441.812500', '124442.272500', '124442.732500', '124443.192500', '124443.652500', '124444.112500', '124444.572500', '124445.032500', '124445.492500', '124445.952500', '124446.412500', '124446.872500', '124447.332500', '124447.792500', '124448.252500', '124448.712500', '124449.172500', '124449.632500', '124450.092500', '124450.552500', '124451.012500', '124451.472500', '124451.932500', '124452.392500', '124452.852500', '124453.312500', '124453.772500', '124454.232500', '124454.692500', '124455.152500', '124455.612500', '124456.072500', '124456.532500', '124456.992500', '124457.452500', '124457.912500', '124458.372500', '124458.832500', '124459.292500', '124459.752500', '124500.212500', '124500.672500', '124501.132500', '124501.592500', '124502.052500', '124502.512500', '124502.972500', '124503.432500', '124503.892500', '124504.352500', '124504.812500', '124505.272500', '124505.732500', '124506.192500', '124506.652500', '124507.112500', '124507.572500', '124508.032500', '124508.492500', '124508.952500', '124509.412500', '124509.872500', '124510.332500', '124510.792500', '124511.252500', '124511.712500', '124512.172500', '124512.632500', '124513.092500', '124513.552500', '124514.012500', '124514.472500', '124514.932500', '124515.392500', '124515.852500', '124516.312500', '124516.772500', '124517.232500', '124517.692500', '124518.152500', '124518.612500', '124519.072500', '124519.532500', '124519.992500', '124520.452500', '124520.912500', '124521.372500', '124521.832500', '124522.292500', '124522.752500', '124523.212500', '124523.672500', '124524.132500', '124524.592500', '124525.052500', '124525.512500', '124525.972500', '124526.432500', '124526.892500', '124527.352500', '124527.812500', '124528.272500', '124528.732500', '124529.192500', '124529.652500', '124530.112500', '124530.572500', '124531.032500', '124531.492500', '124531.952500', '124532.412500', '124532.872500', '124533.332500', '124533.792500', '124534.252500', '124534.712500', '124535.172500', '124535.632500', '124536.092500', '124536.552500', '124537.012500', '124537.472500', '124537.932500', '124538.392500', '124538.852500', '124539.312500', '124539.772500', '124540.232500', '124540.692500', '124541.152500', '124541.612500', '124542.072500', '124542.532500', '124542.992500', '124543.452500', '124543.912500', '124544.372500', '124544.832500', '124545.292500', '124545.752500', '124546.212500', '124546.672500', '124547.132500', '124547.592500', '124548.052500', '124548.512500', '124548.972500', '124549.432500', '124549.892500', '124550.352500', '124550.812500', '124551.272500', '124551.732500', '124552.192500', '124552.652500', '124553.112500', '124553.572500', '124554.032500', '124554.492500', '124554.952500', '124555.412500', '124555.872500', '124556.332500', '124556.792500', '124557.252500', '124557.712500', '124558.172500', '124558.632500', '124559.092500', '124559.552500', '124600.012500', '124600.472500', '124600.932500', '124601.392500', '124601.852500', '124602.312500', '124602.772500', '124603.232500', '124603.692500', '124604.152500', '124604.612500', '124605.072500', '124605.532500', '124605.992500', '124606.452500', '124606.912500', '124607.372500', '124607.832500', '124608.292500', '124608.752500', '124609.212500', '124609.672500', '124610.132500', '124610.592500', '124611.052500', '124611.512500', '124611.972500', '124612.432500', '124612.892500', '124613.352500', '124613.812500', '124614.272500', '124614.732500', '124615.192500', '124615.652500', '124616.112500', '124616.572500', '124617.032500', '124617.492500', '124617.952500', '124618.412500', '124618.872500', '124619.332500', '124619.792500', '124620.252500', '124620.712500', '124621.172500', '124621.632500', '124622.092500', '124622.552500', '124623.012500', '124623.472500', '124623.932500', '124624.392500', '124624.852500', '124625.312500', '124625.772500', '124626.232500', '124626.692500', '124627.152500', '124627.612500', '124628.072500', '124628.532500', '124628.992500', '124629.452500', '124629.912500', '124630.372500'], 'ContentTime': ['124005.606000', '124005.609000', '124005.612000', '124005.615000', '124005.618000', '124005.621000', '124005.624000', '124005.627000', '124005.630000', '124005.633000', '124005.635000', '124005.638000', '124005.641000', '124005.644000', '124005.653000', '124005.656000', '124005.658000', '124005.661000', '124005.664000', '124005.667000', '124005.670000', '124005.673000', '124005.676000', '124005.679000', '124005.681000', '124005.684000', '124005.687000', '124005.690000', '124005.693000', '124005.696000', '124005.699000', '124005.707000', '124005.710000', '124025.574000', '124025.577000', '124025.580000', '124025.583000', '124025.586000', '124025.599000', '124025.602000', '124025.605000', '124025.607000', '124025.610000', '124025.613000', '124025.616000', '124025.619000', '124025.622000', '124025.625000', '124025.628000', '124025.631000', '124025.633000', '124025.637000', '124025.640000', '124025.643000', '124025.645000', '124025.649000', '124025.651000', '124025.654000', '124025.657000', '124025.660000', '124025.663000', '124025.666000', '124025.669000', '124025.671000', '124025.674000', '124025.677000', '124025.680000', '124025.683000', '124025.685000', '124025.688000', '124025.691000', '124025.694000', '124025.697000', '124025.700000', '124025.703000', '124025.705000', '124045.574000', '124045.577000', '124045.580000', '124045.583000', '124045.586000', '124045.588000', '124045.591000', '124045.594000', '124045.597000', '124045.600000', '124045.603000', '124045.606000', '124045.609000', '124045.611000', '124045.614000', '124045.617000', '124045.620000', '124045.623000', '124045.626000', '124045.629000', '124045.632000', '124045.634000', '124045.637000', '124045.640000', '124045.643000', '124045.646000', '124045.649000', '124045.652000', '124045.655000', '124045.657000', '124045.668000', '124045.671000', '124045.674000', '124045.677000', '124045.680000', '124045.682000', '124045.685000', '124045.688000', '124045.691000', '124045.694000', '124045.697000', '124045.700000', '124045.702000', '124045.705000', '124105.574000', '124105.577000', '124105.580000', '124105.583000', '124105.586000', '124105.588000', '124105.591000', '124105.594000', '124105.597000', '124105.600000', '124105.603000', '124105.606000', '124105.608000', '124105.611000', '124105.614000', '124105.617000', '124105.620000', '124105.623000', '124105.626000', '124105.630000', '124105.633000', '124105.636000', '124105.639000', '124105.642000', '124105.644000', '124105.647000', '124105.650000', '124105.653000', '124105.656000', '124105.659000', '124105.662000', '124105.664000', '124105.667000', '124105.670000', '124105.673000', '124105.676000', '124105.679000', '124105.682000', '124105.685000', '124105.688000', '124105.690000', '124105.693000', '124105.696000', '124125.574000', '124125.577000', '124125.580000', '124125.583000', '124125.586000', '124125.588000', '124125.602000', '124125.605000', '124125.608000', '124125.611000', '124125.614000', '124125.617000', '124125.620000', '124125.622000', '124125.625000', '124125.628000', '124125.631000', '124125.634000', '124125.637000', '124125.640000', '124125.643000', '124125.646000', '124125.648000', '124125.651000', '124125.654000', '124125.657000', '124125.660000', '124125.663000', '124125.666000', '124125.669000', '124125.672000', '124125.674000', '124125.677000', '124125.680000', '124125.683000', '124125.686000', '124125.689000', '124125.692000', '124125.695000', '124125.697000', '124125.700000', '124125.703000', '124125.706000', '124125.709000', '124145.574000', '124145.577000', '124145.581000', '124145.584000', '124145.587000', '124145.590000', '124145.593000', '124145.596000', '124145.599000', '124145.602000', '124145.604000', '124145.607000', '124145.610000', '124145.613000', '124145.616000', '124145.619000', '124145.622000', '124145.625000', '124145.628000', '124145.631000', '124145.634000', '124145.636000', '124145.639000', '124145.642000', '124145.645000', '124145.648000', '124145.651000', '124145.654000', '124145.657000', '124145.660000', '124145.663000', '124145.666000', '124145.669000', '124145.672000', '124145.674000', '124145.677000', '124145.680000', '124145.683000', '124145.686000', '124145.689000', '124145.692000', '124145.695000', '124145.697000', '124205.573000', '124205.576000', '124205.579000', '124205.582000', '124205.585000', '124205.588000', '124205.591000', '124205.593000', '124205.596000', '124205.599000', '124205.602000', '124205.605000', '124205.608000', '124205.611000', '124205.613000', '124205.616000', '124205.619000', '124205.622000', '124205.625000', '124205.628000', '124205.631000', '124205.634000', '124205.637000', '124205.640000', '124205.642000', '124205.645000', '124205.648000', '124205.651000', '124205.654000', '124205.657000', '124205.660000', '124205.663000', '124205.666000', '124205.668000', '124205.671000', '124205.674000', '124205.677000', '124205.680000', '124205.683000', '124205.686000', '124205.689000', '124205.692000', '124205.694000', '124205.697000', '124225.573000', '124225.576000', '124225.579000', '124225.582000', '124225.585000', '124225.588000', '124225.591000', '124225.594000', '124225.596000', '124225.599000', '124225.602000', '124225.605000', '124225.608000', '124225.611000', '124225.614000', '124225.616000', '124225.619000', '124225.622000', '124225.625000', '124225.628000', '124225.631000', '124225.634000', '124225.637000', '124225.640000', '124225.643000', '124225.645000', '124225.648000', '124225.651000', '124225.654000', '124225.657000', '124225.662000', '124225.667000', '124225.670000', '124225.672000', '124225.675000', '124225.678000', '124225.681000', '124225.684000', '124225.687000', '124225.690000', '124225.692000', '124225.695000', '124225.698000', '124245.574000', '124245.577000', '124245.580000', '124245.583000', '124245.586000', '124245.589000', '124245.592000', '124245.595000', '124245.597000', '124245.600000', '124245.603000', '124245.606000', '124245.609000', '124245.612000', '124245.615000', '124245.618000', '124245.621000', '124245.624000', '124245.627000', '124245.629000', '124245.632000', '124245.635000', '124245.638000', '124245.641000', '124245.644000', '124245.647000', '124245.650000', '124245.652000', '124245.655000', '124245.658000', '124245.661000', '124245.664000', '124245.667000', '124245.670000', '124245.673000', '124245.676000', '124245.679000', '124245.681000', '124245.684000', '124245.687000', '124245.690000', '124245.693000', '124245.696000', '124245.699000', '124305.574000', '124305.587000', '124305.590000', '124305.593000', '124305.596000', '124305.599000', '124305.601000', '124305.604000', '124305.607000', '124305.610000', '124305.613000', '124305.616000', '124305.620000', '124305.623000', '124305.626000', '124305.629000', '124305.632000', '124305.635000', '124305.638000', '124305.641000', '124305.644000', '124305.646000', '124305.649000', '124305.652000', '124305.655000', '124305.658000', '124305.661000', '124305.664000', '124305.667000', '124305.670000', '124305.673000', '124305.676000', '124305.679000', '124305.682000', '124305.685000', '124305.688000', '124305.691000', '124305.694000', '124305.696000', '124305.699000', '124305.702000', '124305.705000', '124305.709000', '124325.574000', '124325.577000', '124325.580000', '124325.583000', '124325.586000', '124325.589000', '124325.592000', '124325.595000', '124325.597000', '124325.600000', '124325.603000', '124325.606000', '124325.609000', '124325.612000', '124325.615000', '124325.618000', '124325.621000', '124325.623000', '124325.626000', '124325.629000', '124325.632000', '124325.635000', '124325.638000', '124325.641000', '124325.643000', '124325.646000', '124325.649000', '124325.652000', '124325.655000', '124325.658000', '124325.661000', '124325.664000', '124325.667000', '124325.669000', '124325.672000', '124325.675000', '124325.678000', '124325.681000', '124325.684000', '124325.687000', '124325.690000', '124325.692000', '124325.695000', '124325.698000', '124345.574000', '124345.577000', '124345.580000', '124345.583000', '124345.586000', '124345.589000', '124345.592000', '124345.594000', '124345.597000', '124345.600000', '124345.603000', '124345.606000', '124345.609000', '124345.612000', '124345.615000', '124345.618000', '124345.621000', '124345.623000', '124345.626000', '124345.629000', '124345.632000', '124345.635000', '124345.638000', '124345.641000', '124345.644000', '124345.646000', '124345.649000', '124345.652000', '124345.655000', '124345.658000', '124345.661000', '124345.664000', '124345.667000', '124345.670000', '124345.673000', '124345.675000', '124345.678000', '124345.681000', '124345.684000', '124345.687000', '124345.690000', '124345.693000', '124345.696000', '124405.574000', '124405.577000', '124405.580000', '124405.583000', '124405.586000', '124405.589000', '124405.592000', '124405.594000', '124405.597000', '124405.600000', '124405.603000', '124405.606000', '124405.609000', '124405.612000', '124405.615000', '124405.618000', '124405.621000', '124405.623000', '124405.626000', '124405.629000', '124405.632000', '124405.635000', '124405.638000', '124405.641000', '124405.644000', '124405.647000', '124405.650000', '124405.653000', '124405.656000', '124405.658000', '124405.661000', '124405.664000', '124405.667000', '124405.670000', '124405.673000', '124405.676000', '124405.679000', '124405.681000', '124405.684000', '124405.687000', '124405.690000', '124405.693000', '124405.696000', '124405.699000', '124425.573000', '124425.576000', '124425.579000', '124425.582000', '124425.585000', '124425.588000', '124425.591000', '124425.594000', '124425.596000', '124425.599000', '124425.602000', '124425.605000', '124425.608000', '124425.611000', '124425.614000', '124425.617000', '124425.620000', '124425.623000', '124425.625000', '124425.628000', '124425.631000', '124425.634000', '124425.637000', '124425.640000', '124425.643000', '124425.646000', '124425.658000', '124425.661000', '124425.664000', '124425.667000', '124425.670000', '124425.673000', '124425.676000', '124425.679000', '124425.682000', '124425.685000', '124425.688000', '124425.690000', '124425.693000', '124425.696000', '124425.699000', '124425.702000', '124425.705000', '124445.573000', '124445.576000', '124445.579000', '124445.582000', '124445.585000', '124445.588000', '124445.591000', '124445.593000', '124445.596000', '124445.599000', '124445.602000', '124445.605000', '124445.608000', '124445.611000', '124445.614000', '124445.617000', '124445.620000', '124445.623000', '124445.625000', '124445.628000', '124445.631000', '124445.634000', '124445.637000', '124445.640000', '124445.643000', '124445.646000', '124445.649000', '124445.651000', '124445.654000', '124445.657000', '124445.660000', '124445.663000', '124445.666000', '124445.669000', '124445.672000', '124445.675000', '124445.677000', '124445.680000', '124445.683000', '124445.686000', '124445.689000', '124445.692000', '124445.695000', '124445.698000', '124505.574000', '124505.577000', '124505.580000', '124505.583000', '124505.586000', '124505.589000', '124505.592000', '124505.595000', '124505.597000', '124505.600000', '124505.603000', '124505.606000', '124505.609000', '124505.612000', '124505.615000', '124505.618000', '124505.621000', '124505.624000', '124505.627000', '124505.629000', '124505.632000', '124505.635000', '124505.638000', '124505.641000', '124505.644000', '124505.647000', '124505.650000', '124505.653000', '124505.655000', '124505.658000', '124505.661000', '124505.664000', '124505.667000', '124505.670000', '124505.673000', '124505.676000', '124505.679000', '124505.681000', '124505.684000', '124505.687000', '124505.690000', '124505.693000', '124505.696000', '124525.574000', '124525.577000', '124525.580000', '124525.583000', '124525.586000', '124525.589000', '124525.592000', '124525.595000', '124525.597000', '124525.600000', '124525.603000', '124525.606000', '124525.609000', '124525.612000', '124525.615000', '124525.618000', '124525.621000', '124525.624000', '124525.626000', '124525.629000', '124525.632000', '124525.635000', '124525.638000', '124525.641000', '124525.644000', '124525.647000', '124525.650000', '124525.653000', '124525.655000', '124525.658000', '124525.661000', '124525.664000', '124525.667000', '124525.670000', '124525.673000', '124525.676000', '124525.679000', '124525.682000', '124525.685000', '124525.687000', '124525.690000', '124525.693000', '124525.696000', '124525.699000', '124545.574000', '124545.577000', '124545.580000', '124545.583000', '124545.586000', '124545.589000', '124545.592000', '124545.595000', '124545.598000', '124545.600000', '124545.603000', '124545.606000', '124545.609000', '124545.612000', '124545.615000', '124545.618000', '124545.621000', '124545.624000', '124545.627000', '124545.629000', '124545.632000', '124545.635000', '124545.638000', '124545.641000', '124545.644000', '124545.647000', '124545.650000', '124545.653000', '124545.656000', '124545.659000', '124545.662000', '124545.664000', '124545.667000', '124545.670000', '124545.673000', '124545.676000', '124545.679000', '124545.691000', '124545.697000', '124545.700000', '124545.703000', '124545.705000', '124545.708000', '124605.574000', '124605.577000', '124605.580000', '124605.583000', '124605.586000', '124605.589000', '124605.591000', '124605.594000', '124605.597000', '124605.600000', '124605.603000', '124605.606000', '124605.609000', '124605.612000', '124605.615000', '124605.617000', '124605.620000', '124605.623000', '124605.626000', '124605.629000', '124605.632000', '124605.635000', '124605.638000', '124605.641000', '124605.644000', '124605.646000', '124605.649000', '124605.652000', '124605.655000', '124605.658000', '124605.661000', '124605.664000', '124605.667000', '124605.670000', '124605.673000', '124605.676000', '124605.679000', '124605.682000', '124605.685000', '124605.687000', '124605.690000', '124605.693000', '124605.696000', '124605.699000', '124625.574000', '124625.577000', '124625.580000', '124625.583000', '124625.586000', '124625.589000', '124625.592000', '124625.595000', '124625.597000', '124625.600000', '124625.603000', '124625.606000', '124625.609000', '124625.612000', '124625.615000', '124625.618000', '124625.620000', '124625.623000', '124625.626000', '124625.629000', '124625.632000', '124625.635000', '124625.638000', '124625.641000', '124625.644000', '124625.647000', '124625.650000', '124625.652000', '124625.655000', '124625.658000', '124625.661000', '124625.664000', '124625.667000', '124625.670000', '124625.673000', '124625.676000', '124625.679000', '124625.681000', '124625.684000', '124625.687000', '124625.690000', '124625.693000', '124625.696000', '124631.371000', '124631.374000', '124631.377000', '124631.380000', '124631.383000', '124631.387000', '124631.390000', '124631.393000', '124631.396000', '124631.399000', '124631.401000', '124631.404000', '124631.407000'], 'InstanceCreationTime': ['124005.606000', '124005.609000', '124005.612000', '124005.615000', '124005.618000', '124005.621000', '124005.624000', '124005.627000', '124005.630000', '124005.633000', '124005.635000', '124005.638000', '124005.641000', '124005.644000', '124005.653000', '124005.656000', '124005.658000', '124005.661000', '124005.664000', '124005.667000', '124005.670000', '124005.673000', '124005.676000', '124005.679000', '124005.681000', '124005.684000', '124005.687000', '124005.690000', '124005.693000', '124005.696000', '124005.699000', '124005.707000', '124005.710000', '124025.574000', '124025.577000', '124025.580000', '124025.583000', '124025.586000', '124025.599000', '124025.602000', '124025.605000', '124025.607000', '124025.610000', '124025.613000', '124025.616000', '124025.619000', '124025.622000', '124025.625000', '124025.628000', '124025.631000', '124025.633000', '124025.637000', '124025.640000', '124025.643000', '124025.645000', '124025.649000', '124025.651000', '124025.654000', '124025.657000', '124025.660000', '124025.663000', '124025.666000', '124025.669000', '124025.671000', '124025.674000', '124025.677000', '124025.680000', '124025.683000', '124025.685000', '124025.688000', '124025.691000', '124025.694000', '124025.697000', '124025.700000', '124025.703000', '124025.705000', '124045.574000', '124045.577000', '124045.580000', '124045.583000', '124045.586000', '124045.588000', '124045.591000', '124045.594000', '124045.597000', '124045.600000', '124045.603000', '124045.606000', '124045.609000', '124045.611000', '124045.614000', '124045.617000', '124045.620000', '124045.623000', '124045.626000', '124045.629000', '124045.632000', '124045.634000', '124045.637000', '124045.640000', '124045.643000', '124045.646000', '124045.649000', '124045.652000', '124045.655000', '124045.657000', '124045.668000', '124045.671000', '124045.674000', '124045.677000', '124045.680000', '124045.682000', '124045.685000', '124045.688000', '124045.691000', '124045.694000', '124045.697000', '124045.700000', '124045.702000', '124045.705000', '124105.574000', '124105.577000', '124105.580000', '124105.583000', '124105.586000', '124105.588000', '124105.591000', '124105.594000', '124105.597000', '124105.600000', '124105.603000', '124105.606000', '124105.608000', '124105.611000', '124105.614000', '124105.617000', '124105.620000', '124105.623000', '124105.626000', '124105.630000', '124105.633000', '124105.636000', '124105.639000', '124105.642000', '124105.644000', '124105.647000', '124105.650000', '124105.653000', '124105.656000', '124105.659000', '124105.662000', '124105.664000', '124105.667000', '124105.670000', '124105.673000', '124105.676000', '124105.679000', '124105.682000', '124105.685000', '124105.688000', '124105.690000', '124105.693000', '124105.696000', '124125.574000', '124125.577000', '124125.580000', '124125.583000', '124125.586000', '124125.588000', '124125.602000', '124125.605000', '124125.608000', '124125.611000', '124125.614000', '124125.617000', '124125.620000', '124125.622000', '124125.625000', '124125.628000', '124125.631000', '124125.634000', '124125.637000', '124125.640000', '124125.643000', '124125.646000', '124125.648000', '124125.651000', '124125.654000', '124125.657000', '124125.660000', '124125.663000', '124125.666000', '124125.669000', '124125.672000', '124125.674000', '124125.677000', '124125.680000', '124125.683000', '124125.686000', '124125.689000', '124125.692000', '124125.695000', '124125.697000', '124125.700000', '124125.703000', '124125.706000', '124125.709000', '124145.574000', '124145.577000', '124145.581000', '124145.584000', '124145.587000', '124145.590000', '124145.593000', '124145.596000', '124145.599000', '124145.602000', '124145.604000', '124145.607000', '124145.610000', '124145.613000', '124145.616000', '124145.619000', '124145.622000', '124145.625000', '124145.628000', '124145.631000', '124145.634000', '124145.636000', '124145.639000', '124145.642000', '124145.645000', '124145.648000', '124145.651000', '124145.654000', '124145.657000', '124145.660000', '124145.663000', '124145.666000', '124145.669000', '124145.672000', '124145.674000', '124145.677000', '124145.680000', '124145.683000', '124145.686000', '124145.689000', '124145.692000', '124145.695000', '124145.697000', '124205.573000', '124205.576000', '124205.579000', '124205.582000', '124205.585000', '124205.588000', '124205.591000', '124205.593000', '124205.596000', '124205.599000', '124205.602000', '124205.605000', '124205.608000', '124205.611000', '124205.613000', '124205.616000', '124205.619000', '124205.622000', '124205.625000', '124205.628000', '124205.631000', '124205.634000', '124205.637000', '124205.640000', '124205.642000', '124205.645000', '124205.648000', '124205.651000', '124205.654000', '124205.657000', '124205.660000', '124205.663000', '124205.666000', '124205.668000', '124205.671000', '124205.674000', '124205.677000', '124205.680000', '124205.683000', '124205.686000', '124205.689000', '124205.692000', '124205.694000', '124205.697000', '124225.573000', '124225.576000', '124225.579000', '124225.582000', '124225.585000', '124225.588000', '124225.591000', '124225.594000', '124225.596000', '124225.599000', '124225.602000', '124225.605000', '124225.608000', '124225.611000', '124225.614000', '124225.616000', '124225.619000', '124225.622000', '124225.625000', '124225.628000', '124225.631000', '124225.634000', '124225.637000', '124225.640000', '124225.643000', '124225.645000', '124225.648000', '124225.651000', '124225.654000', '124225.657000', '124225.662000', '124225.667000', '124225.670000', '124225.672000', '124225.675000', '124225.678000', '124225.681000', '124225.684000', '124225.687000', '124225.690000', '124225.692000', '124225.695000', '124225.698000', '124245.574000', '124245.577000', '124245.580000', '124245.583000', '124245.586000', '124245.589000', '124245.592000', '124245.595000', '124245.597000', '124245.600000', '124245.603000', '124245.606000', '124245.609000', '124245.612000', '124245.615000', '124245.618000', '124245.621000', '124245.624000', '124245.627000', '124245.629000', '124245.632000', '124245.635000', '124245.638000', '124245.641000', '124245.644000', '124245.647000', '124245.650000', '124245.652000', '124245.655000', '124245.658000', '124245.661000', '124245.664000', '124245.667000', '124245.670000', '124245.673000', '124245.676000', '124245.679000', '124245.681000', '124245.684000', '124245.687000', '124245.690000', '124245.693000', '124245.696000', '124245.699000', '124305.574000', '124305.587000', '124305.590000', '124305.593000', '124305.596000', '124305.599000', '124305.601000', '124305.604000', '124305.607000', '124305.610000', '124305.613000', '124305.616000', '124305.620000', '124305.623000', '124305.626000', '124305.629000', '124305.632000', '124305.635000', '124305.638000', '124305.641000', '124305.644000', '124305.646000', '124305.649000', '124305.652000', '124305.655000', '124305.658000', '124305.661000', '124305.664000', '124305.667000', '124305.670000', '124305.673000', '124305.676000', '124305.679000', '124305.682000', '124305.685000', '124305.688000', '124305.691000', '124305.694000', '124305.696000', '124305.699000', '124305.702000', '124305.705000', '124305.709000', '124325.574000', '124325.577000', '124325.580000', '124325.583000', '124325.586000', '124325.589000', '124325.592000', '124325.595000', '124325.597000', '124325.600000', '124325.603000', '124325.606000', '124325.609000', '124325.612000', '124325.615000', '124325.618000', '124325.621000', '124325.623000', '124325.626000', '124325.629000', '124325.632000', '124325.635000', '124325.638000', '124325.641000', '124325.643000', '124325.646000', '124325.649000', '124325.652000', '124325.655000', '124325.658000', '124325.661000', '124325.664000', '124325.667000', '124325.669000', '124325.672000', '124325.675000', '124325.678000', '124325.681000', '124325.684000', '124325.687000', '124325.690000', '124325.692000', '124325.695000', '124325.698000', '124345.574000', '124345.577000', '124345.580000', '124345.583000', '124345.586000', '124345.589000', '124345.592000', '124345.594000', '124345.597000', '124345.600000', '124345.603000', '124345.606000', '124345.609000', '124345.612000', '124345.615000', '124345.618000', '124345.621000', '124345.623000', '124345.626000', '124345.629000', '124345.632000', '124345.635000', '124345.638000', '124345.641000', '124345.644000', '124345.646000', '124345.649000', '124345.652000', '124345.655000', '124345.658000', '124345.661000', '124345.664000', '124345.667000', '124345.670000', '124345.673000', '124345.675000', '124345.678000', '124345.681000', '124345.684000', '124345.687000', '124345.690000', '124345.693000', '124345.696000', '124405.574000', '124405.577000', '124405.580000', '124405.583000', '124405.586000', '124405.589000', '124405.592000', '124405.594000', '124405.597000', '124405.600000', '124405.603000', '124405.606000', '124405.609000', '124405.612000', '124405.615000', '124405.618000', '124405.621000', '124405.623000', '124405.626000', '124405.629000', '124405.632000', '124405.635000', '124405.638000', '124405.641000', '124405.644000', '124405.647000', '124405.650000', '124405.653000', '124405.656000', '124405.658000', '124405.661000', '124405.664000', '124405.667000', '124405.670000', '124405.673000', '124405.676000', '124405.679000', '124405.681000', '124405.684000', '124405.687000', '124405.690000', '124405.693000', '124405.696000', '124405.699000', '124425.573000', '124425.576000', '124425.579000', '124425.582000', '124425.585000', '124425.588000', '124425.591000', '124425.594000', '124425.596000', '124425.599000', '124425.602000', '124425.605000', '124425.608000', '124425.611000', '124425.614000', '124425.617000', '124425.620000', '124425.623000', '124425.625000', '124425.628000', '124425.631000', '124425.634000', '124425.637000', '124425.640000', '124425.643000', '124425.646000', '124425.658000', '124425.661000', '124425.664000', '124425.667000', '124425.670000', '124425.673000', '124425.676000', '124425.679000', '124425.682000', '124425.685000', '124425.688000', '124425.690000', '124425.693000', '124425.696000', '124425.699000', '124425.702000', '124425.705000', '124445.573000', '124445.576000', '124445.579000', '124445.582000', '124445.585000', '124445.588000', '124445.591000', '124445.593000', '124445.596000', '124445.599000', '124445.602000', '124445.605000', '124445.608000', '124445.611000', '124445.614000', '124445.617000', '124445.620000', '124445.623000', '124445.625000', '124445.628000', '124445.631000', '124445.634000', '124445.637000', '124445.640000', '124445.643000', '124445.646000', '124445.649000', '124445.651000', '124445.654000', '124445.657000', '124445.660000', '124445.663000', '124445.666000', '124445.669000', '124445.672000', '124445.675000', '124445.677000', '124445.680000', '124445.683000', '124445.686000', '124445.689000', '124445.692000', '124445.695000', '124445.698000', '124505.574000', '124505.577000', '124505.580000', '124505.583000', '124505.586000', '124505.589000', '124505.592000', '124505.595000', '124505.597000', '124505.600000', '124505.603000', '124505.606000', '124505.609000', '124505.612000', '124505.615000', '124505.618000', '124505.621000', '124505.624000', '124505.627000', '124505.629000', '124505.632000', '124505.635000', '124505.638000', '124505.641000', '124505.644000', '124505.647000', '124505.650000', '124505.653000', '124505.655000', '124505.658000', '124505.661000', '124505.664000', '124505.667000', '124505.670000', '124505.673000', '124505.676000', '124505.679000', '124505.681000', '124505.684000', '124505.687000', '124505.690000', '124505.693000', '124505.696000', '124525.574000', '124525.577000', '124525.580000', '124525.583000', '124525.586000', '124525.589000', '124525.592000', '124525.595000', '124525.597000', '124525.600000', '124525.603000', '124525.606000', '124525.609000', '124525.612000', '124525.615000', '124525.618000', '124525.621000', '124525.624000', '124525.626000', '124525.629000', '124525.632000', '124525.635000', '124525.638000', '124525.641000', '124525.644000', '124525.647000', '124525.650000', '124525.653000', '124525.655000', '124525.658000', '124525.661000', '124525.664000', '124525.667000', '124525.670000', '124525.673000', '124525.676000', '124525.679000', '124525.682000', '124525.685000', '124525.687000', '124525.690000', '124525.693000', '124525.696000', '124525.699000', '124545.574000', '124545.577000', '124545.580000', '124545.583000', '124545.586000', '124545.589000', '124545.592000', '124545.595000', '124545.598000', '124545.600000', '124545.603000', '124545.606000', '124545.609000', '124545.612000', '124545.615000', '124545.618000', '124545.621000', '124545.624000', '124545.627000', '124545.629000', '124545.632000', '124545.635000', '124545.638000', '124545.641000', '124545.644000', '124545.647000', '124545.650000', '124545.653000', '124545.656000', '124545.659000', '124545.662000', '124545.664000', '124545.667000', '124545.670000', '124545.673000', '124545.676000', '124545.679000', '124545.691000', '124545.697000', '124545.700000', '124545.703000', '124545.705000', '124545.708000', '124605.574000', '124605.577000', '124605.580000', '124605.583000', '124605.586000', '124605.589000', '124605.591000', '124605.594000', '124605.597000', '124605.600000', '124605.603000', '124605.606000', '124605.609000', '124605.612000', '124605.615000', '124605.617000', '124605.620000', '124605.623000', '124605.626000', '124605.629000', '124605.632000', '124605.635000', '124605.638000', '124605.641000', '124605.644000', '124605.646000', '124605.649000', '124605.652000', '124605.655000', '124605.658000', '124605.661000', '124605.664000', '124605.667000', '124605.670000', '124605.673000', '124605.676000', '124605.679000', '124605.682000', '124605.685000', '124605.687000', '124605.690000', '124605.693000', '124605.696000', '124605.699000', '124625.574000', '124625.577000', '124625.580000', '124625.583000', '124625.586000', '124625.589000', '124625.592000', '124625.595000', '124625.597000', '124625.600000', '124625.603000', '124625.606000', '124625.609000', '124625.612000', '124625.615000', '124625.618000', '124625.620000', '124625.623000', '124625.626000', '124625.629000', '124625.632000', '124625.635000', '124625.638000', '124625.641000', '124625.644000', '124625.647000', '124625.650000', '124625.652000', '124625.655000', '124625.658000', '124625.661000', '124625.664000', '124625.667000', '124625.670000', '124625.673000', '124625.676000', '124625.679000', '124625.681000', '124625.684000', '124625.687000', '124625.690000', '124625.693000', '124625.696000', '124631.371000', '124631.374000', '124631.377000', '124631.380000', '124631.383000', '124631.387000', '124631.390000', '124631.393000', '124631.396000', '124631.399000', '124631.401000', '124631.404000', '124631.407000'], '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': [11016, 8918, 10206, 9117, 10290, 9069, 8657, 9103, 9306, 8899, 9327, 8583, 8941, 9515, 8724, 9897, 8439, 10846, 8864, 11362, 9186, 12101, 9122, 12377, 9062, 12145, 9047, 12576, 8760, 12427, 8666, 11852, 8326, 11507, 8173, 8774, 8874, 9109, 8953, 8157, 10044, 8428, 10662, 8941, 9531, 9053, 9104, 9101, 9046, 9007, 9204, 8739, 9205, 8958, 9109, 8818, 8904, 8997, 8733, 9479, 8956, 11587, 8970, 9331, 8839, 8997, 8959, 9019, 8874, 9400, 8783, 8847, 8633, 8951, 8981, 9260, 8221, 8895, 8999, 8774, 8524, 8506, 8768, 8531, 10058, 8615, 12259, 8160, 11970, 8258, 11394, 8153, 12035, 8343, 11967, 8733, 11966, 8880, 10960, 8943, 8962, 8904, 8642, 8837, 8762, 8634, 12846, 8243, 13010, 8881, 11600, 9048, 8670, 9167, 8959, 8994, 9371, 8909, 9276, 8975, 8409, 8654, 9557, 8774, 12246, 8629, 13280, 8981, 12464, 8941, 9849, 8875, 9220, 9035, 8802, 8903, 8887, 8647, 9060, 8939, 8904, 8835, 8900, 8763, 8927, 8815, 8490, 8921, 9110, 9217, 8836, 9146, 8910, 10799, 9090, 10781, 8787, 11139, 8875, 10939, 8696, 10184, 8868, 8811, 9033, 8871, 8787, 9236, 8787, 8914, 9774, 9040, 10410, 8750, 10942, 8751, 10814, 8795, 9849, 8825, 8941, 8829, 9182, 9367, 9088, 10101, 8941, 8572, 8512, 9210, 9209, 8927, 9329, 8899, 8261, 8944, 8872, 9763, 8849, 9215, 9066, 9069, 9115, 9131, 9068, 9320, 9012, 8962, 9099, 10515, 9008, 11718, 9029, 11870, 9002, 11167, 9257, 8782, 9247, 8914, 8933, 9301, 9021, 8830, 8883, 8771, 8298, 9139, 8808, 8785, 9225, 9199, 7942, 8857, 8927, 9007, 9966, 8807, 10525, 8891, 10147, 9083, 9769, 9242, 8752, 9061, 9038, 9232, 9119, 10630, 8857, 9536, 8628, 8879, 8927, 9070, 8629, 9070, 9251, 8881, 9178, 8754, 9295, 8787, 9284, 8853, 9332, 8962, 9242, 9353, 9107, 9135, 8971, 8768, 9161, 9851, 9012, 10717, 8632, 11427, 8902, 11912, 8864, 11058, 8971, 9645, 8866, 9159, 8765, 8403, 9309, 8519, 9161, 9250, 9180, 8694, 8283, 8996, 9162, 8830, 8813, 8920, 8763, 8733, 8743, 8715, 11931, 8758, 13124, 9047, 12174, 8983, 11245, 9082, 8977, 8909, 8550, 8833, 9054, 8745, 8489, 8838, 8515, 8983, 11014, 9063, 12027, 9129, 10594, 9093, 9921, 8906, 11832, 8797, 11574, 8643, 10172, 8569, 8744, 8948, 8781, 8777, 9091, 8448, 8773, 8392, 8825, 8722, 8797, 8781, 8965, 8783, 8871, 9589, 8737, 10580, 8839, 9967, 8960, 10473, 8907, 11362, 8806, 12375, 8736, 12898, 8679, 12584, 8924, 11369, 8902, 8962, 8928, 8734, 8642, 9079, 8692, 9115, 8808, 8836, 8377, 8904, 10494, 8661, 9154, 8646, 8762, 8616, 8793, 8795, 8986, 8828, 8705, 10024, 8748, 9572, 8682, 9044, 8639, 9028, 8551, 8739, 9038, 8398, 12447, 8444, 10865, 8399, 8414, 8718, 8984, 10843, 8643, 9232, 8741, 8671, 8629, 8630, 8546, 8538, 9397, 8369, 10688, 8588, 9621, 8600, 8744, 8603, 8390, 9847, 8537, 10827, 8356, 10401, 8681, 10317, 8737, 8136, 8623, 9083, 8530, 8762, 8438, 8778, 8342, 8820, 8602, 8468, 8811, 8695, 9139, 8704, 10412, 8514, 9601, 8550, 7727, 8319, 8281, 10739, 8238, 8706, 8418, 8733, 8370, 8333, 8219, 8428, 8085, 8224, 8608, 8483, 8387, 8589, 8734, 10458, 8816, 12154, 8699, 13534, 8556, 12723, 8817, 13159, 8785, 12225, 8961, 11987, 8612, 11726, 8579, 11916, 8472, 9635, 8563, 8463, 8626, 8269, 8617, 8216, 8349, 8794, 8487, 8375, 8763, 8244, 8616, 8610, 8737, 8467, 8608, 8537, 8471, 8554, 10683, 8465, 8533, 8598, 8516, 10097, 8597, 8632, 8595, 8417, 8604, 8596, 8452, 8632, 8600, 8895, 8004, 8391, 10009, 8381, 8167, 8469, 8745, 8540, 8444, 9031, 8619, 9094, 8669, 8865, 8659, 10770, 8682, 11006, 8632, 11994, 8705, 11819, 8662, 10664, 8572, 8666, 8411, 8503, 8487, 8481, 8988, 8631, 9365, 8773, 10264, 8758, 9981, 8662, 11134, 8532, 8425, 8460, 8810, 8680, 8544, 8506, 8427, 8598, 8289, 8497, 8449, 8638, 8535, 10557, 8870, 11089, 9070, 12095, 9032, 11527, 8712, 8499, 8458, 8417, 11046, 8612, 10122, 8672, 9269, 8857, 9162, 8868, 11045, 8427, 9652, 8563, 8101, 8548, 8679, 8546, 8516, 8611, 8575, 8659, 8304, 8605, 8570, 8578, 8455, 8491, 8332, 8561, 8405, 8569, 8877, 9868, 9001, 11088, 8800, 11419, 8643, 9941, 8601, 8488, 8746, 8459, 8898, 10343, 8906, 11471, 8578, 11712, 8584, 9477, 8687, 8293, 9031, 8233, 9614, 8328, 9602, 8257, 8735, 8343, 8989, 8321, 9535, 8576, 10606, 8791, 11992, 8830, 12080, 8821, 11087, 8730, 9463, 8971, 9810, 9022, 8908, 8710, 9302, 8686, 9762, 8683, 12010, 8709, 12711, 8679, 11707, 8856, 11148, 8754, 10755, 8904, 10607, 8753, 10923, 8617, 10651, 8815, 9720, 8655, 9415, 8707, 9427, 8790, 9122, 8669, 9285, 8831, 9950, 8746, 8803, 8824, 9165, 8788, 9878, 8917, 9241, 8728, 8683, 8656, 8624, 8430, 8300, 8563, 8168, 8300, 8540, 8784, 8876, 9443, 8763, 10474, 8496, 9262, 8653, 8298, 8681, 7985, 8942, 8305, 9315, 9115, 9277, 9145, 8610, 8483, 8806, 8548, 8558, 9053, 9128, 9003, 9262, 8799, 8938, 8661, 8042, 8554, 8791, 10193, 8951, 10418, 9053, 9128, 8857, 8930, 8691, 9018, 8886, 10156, 9106, 10556, 9199, 10849, 9161, 10994, 9035, 11110, 8921, 10984, 8909, 8656, 8565, 8229, 8482, 9044, 9324, 9023, 11106, 8936, 11734, 8771, 10740, 8766, 10062, 8944, 8507, 8840, 9031, 8601, 8285, 8447, 8675, 9382, 8989, 8340, 8866, 8449, 9017, 8481, 8771, 8593, 8690, 8586, 8497, 8950, 9827, 9049, 10997, 8918, 8942, 8557, 8220, 10058, 8869, 12938, 8918, 12058, 9036, 12148, 9144, 12202, 8950, 12523, 8982, 11342, 8757, 10147, 8561, 9638, 8741, 10499, 8665, 10363, 8816, 10149, 8883, 9569, 8716, 8428, 8560, 8441, 8634, 8936, 8809, 9083, 8789, 8999, 8799, 8764, 8824, 8472, 8575, 8139, 8603, 8358, 8300, 8882, 8916, 9113, 9136, 8913, 9522, 8765, 9582, 8724, 11314, 8765], 'WindowCenter': [4011.0, 3987.0, 3993.0, 3970.0, 3978.0, 3955.0, 3942.0, 3956.0, 3966.0, 3967.0, 3979.0, 3967.0, 3967.0, 3977.0, 3956.0, 3977.0, 3957.0, 3991.0, 3981.0, 3998.0, 3968.0, 3985.0, 3951.0, 3971.0, 3950.0, 3972.0, 3954.0, 3972.0, 3940.0, 3972.0, 3967.0, 3985.0, 3941.0, 3972.0, 3945.0, 3964.0, 3952.0, 3965.0, 3968.0, 3945.0, 3973.0, 3954.0, 3988.0, 3979.0, 3979.0, 3967.0, 3965.0, 3954.0, 3965.0, 3954.0, 3954.0, 3953.0, 3953.0, 3951.0, 3953.0, 3953.0, 3953.0, 3954.0, 3955.0, 3978.0, 3969.0, 3987.0, 3964.0, 3953.0, 3952.0, 3952.0, 3954.0, 3954.0, 3955.0, 3953.0, 3941.0, 3941.0, 3941.0, 3964.0, 3967.0, 3967.0, 3943.0, 3955.0, 3967.0, 3956.0, 3955.0, 3955.0, 3954.0, 3956.0, 3965.0, 3955.0, 4009.0, 3956.0, 3987.0, 3955.0, 3986.0, 3956.0, 3987.0, 3956.0, 3985.0, 3955.0, 3986.0, 3951.0, 3963.0, 3942.0, 3941.0, 3952.0, 3939.0, 3940.0, 3928.0, 3941.0, 3984.0, 3940.0, 3983.0, 3953.0, 3983.0, 3954.0, 3953.0, 3951.0, 3949.0, 3953.0, 3964.0, 3965.0, 3965.0, 3967.0, 3943.0, 3956.0, 3965.0, 3956.0, 3984.0, 3954.0, 3996.0, 3955.0, 3984.0, 3951.0, 3951.0, 3951.0, 3951.0, 3953.0, 3952.0, 3955.0, 3954.0, 3956.0, 3955.0, 3965.0, 3955.0, 3965.0, 3954.0, 3955.0, 3965.0, 3969.0, 3969.0, 3968.0, 3968.0, 3965.0, 3954.0, 3954.0, 3966.0, 3974.0, 3955.0, 3974.0, 3957.0, 3974.0, 3981.0, 3985.0, 3967.0, 3976.0, 3981.0, 3980.0, 3970.0, 3967.0, 3956.0, 3967.0, 3955.0, 3968.0, 3976.0, 3965.0, 3976.0, 3957.0, 3975.0, 3954.0, 3974.0, 3957.0, 3978.0, 3967.0, 3965.0, 3968.0, 3966.0, 3965.0, 3969.0, 3991.0, 3967.0, 3967.0, 3966.0, 3978.0, 3979.0, 3978.0, 3979.0, 3978.0, 3957.0, 3967.0, 3969.0, 3978.0, 3955.0, 3954.0, 3954.0, 3954.0, 3955.0, 3955.0, 3956.0, 3952.0, 3953.0, 3942.0, 3952.0, 3964.0, 3953.0, 3974.0, 3952.0, 3986.0, 3956.0, 3975.0, 3951.0, 3939.0, 3950.0, 3940.0, 3942.0, 3951.0, 3951.0, 3953.0, 3950.0, 3957.0, 3968.0, 3965.0, 3967.0, 3969.0, 3965.0, 3967.0, 3954.0, 3966.0, 3967.0, 3980.0, 3979.0, 3969.0, 3978.0, 3969.0, 3990.0, 3982.0, 3992.0, 3981.0, 3957.0, 3958.0, 3955.0, 3967.0, 3955.0, 3977.0, 3953.0, 3954.0, 3943.0, 3952.0, 3951.0, 3953.0, 3954.0, 3953.0, 3953.0, 3952.0, 3967.0, 3953.0, 3963.0, 3953.0, 3963.0, 3965.0, 3979.0, 3979.0, 3979.0, 3965.0, 3955.0, 3965.0, 3956.0, 3954.0, 3966.0, 3964.0, 3965.0, 3975.0, 3958.0, 3986.0, 3969.0, 4003.0, 3969.0, 3973.0, 3955.0, 3953.0, 3951.0, 3953.0, 3952.0, 3957.0, 3966.0, 3967.0, 3979.0, 3967.0, 3964.0, 3955.0, 3942.0, 3953.0, 3964.0, 3968.0, 3967.0, 3969.0, 3967.0, 3968.0, 3968.0, 3982.0, 3998.0, 3980.0, 4009.0, 3968.0, 3986.0, 3954.0, 3973.0, 3954.0, 3964.0, 3965.0, 3954.0, 3954.0, 3954.0, 3955.0, 3954.0, 3954.0, 3955.0, 3967.0, 3987.0, 3956.0, 3984.0, 3951.0, 3950.0, 3938.0, 3949.0, 3938.0, 3959.0, 3941.0, 3960.0, 3941.0, 3960.0, 3952.0, 3955.0, 3967.0, 3967.0, 3966.0, 3965.0, 3955.0, 3967.0, 3958.0, 3967.0, 3966.0, 3967.0, 3968.0, 3981.0, 3970.0, 3969.0, 3966.0, 3954.0, 3973.0, 3957.0, 3964.0, 3966.0, 3975.0, 3966.0, 3986.0, 3967.0, 3987.0, 3956.0, 3986.0, 3955.0, 3998.0, 3968.0, 3984.0, 3955.0, 3953.0, 3953.0, 3954.0, 3954.0, 3954.0, 3953.0, 3967.0, 3968.0, 3968.0, 3954.0, 3981.0, 3977.0, 3967.0, 3965.0, 3965.0, 3956.0, 3970.0, 3982.0, 3969.0, 3979.0, 3965.0, 3968.0, 3974.0, 3968.0, 3976.0, 3967.0, 3966.0, 3968.0, 3969.0, 3968.0, 3980.0, 3982.0, 3972.0, 4008.0, 3966.0, 3987.0, 3954.0, 3953.0, 3967.0, 3981.0, 3988.0, 3957.0, 3967.0, 3954.0, 3953.0, 3955.0, 3952.0, 3944.0, 3954.0, 3954.0, 3945.0, 3975.0, 3969.0, 3979.0, 3956.0, 3952.0, 3952.0, 3955.0, 3962.0, 3955.0, 3975.0, 3956.0, 3989.0, 3968.0, 3976.0, 3954.0, 3944.0, 3956.0, 3953.0, 3952.0, 3954.0, 3954.0, 3954.0, 3955.0, 3966.0, 3968.0, 3957.0, 3955.0, 3954.0, 3965.0, 3955.0, 3989.0, 3970.0, 3991.0, 3967.0, 3946.0, 3959.0, 3969.0, 3990.0, 3956.0, 3954.0, 3942.0, 3954.0, 3944.0, 3942.0, 3954.0, 3955.0, 3954.0, 3956.0, 3965.0, 3955.0, 3955.0, 3954.0, 3955.0, 3987.0, 3968.0, 3998.0, 3954.0, 3981.0, 3944.0, 3973.0, 3938.0, 3968.0, 3928.0, 3959.0, 3937.0, 3958.0, 3929.0, 3970.0, 3952.0, 3972.0, 3928.0, 3948.0, 3938.0, 3940.0, 3941.0, 3940.0, 3955.0, 3942.0, 3943.0, 3965.0, 3967.0, 3956.0, 3956.0, 3955.0, 3954.0, 3955.0, 3953.0, 3956.0, 3954.0, 3966.0, 3956.0, 3970.0, 3990.0, 3968.0, 3968.0, 3968.0, 3967.0, 3974.0, 3967.0, 3966.0, 3967.0, 3955.0, 3968.0, 3957.0, 3970.0, 3967.0, 3967.0, 3979.0, 3955.0, 3969.0, 3976.0, 3968.0, 3966.0, 3954.0, 3954.0, 3956.0, 3955.0, 3966.0, 3956.0, 3979.0, 3970.0, 3964.0, 3953.0, 3962.0, 3942.0, 3963.0, 3952.0, 3974.0, 3954.0, 3972.0, 3953.0, 3974.0, 3968.0, 3957.0, 3956.0, 3952.0, 3953.0, 3955.0, 3954.0, 3957.0, 3964.0, 3956.0, 3976.0, 3968.0, 3979.0, 3968.0, 3985.0, 3955.0, 3955.0, 3957.0, 3967.0, 3966.0, 3955.0, 3965.0, 3970.0, 3981.0, 3970.0, 3967.0, 3957.0, 3967.0, 3967.0, 3988.0, 3966.0, 3976.0, 3965.0, 3985.0, 3966.0, 3999.0, 3969.0, 3968.0, 3955.0, 3955.0, 3984.0, 3955.0, 3988.0, 3956.0, 3953.0, 3953.0, 3964.0, 3966.0, 3986.0, 3957.0, 3964.0, 3954.0, 3944.0, 3954.0, 3952.0, 3954.0, 3953.0, 3956.0, 3953.0, 3955.0, 3943.0, 3953.0, 3953.0, 3954.0, 3969.0, 3966.0, 3954.0, 3954.0, 3944.0, 3954.0, 3953.0, 3964.0, 3957.0, 3975.0, 3979.0, 3998.0, 3967.0, 3966.0, 3954.0, 3955.0, 3956.0, 3955.0, 3965.0, 3974.0, 3966.0, 3984.0, 3967.0, 3988.0, 3967.0, 3976.0, 3955.0, 3956.0, 3966.0, 3970.0, 3964.0, 3953.0, 3962.0, 3954.0, 3955.0, 3957.0, 3966.0, 3957.0, 3976.0, 3954.0, 3975.0, 3943.0, 3972.0, 3940.0, 3972.0, 3940.0, 3962.0, 3942.0, 3948.0, 3941.0, 3949.0, 3938.0, 3938.0, 3926.0, 3936.0, 3939.0, 3950.0, 3939.0, 3969.0, 3939.0, 3968.0, 3939.0, 3959.0, 3940.0, 3971.0, 3944.0, 3970.0, 3950.0, 3959.0, 3939.0, 3947.0, 3941.0, 3959.0, 3952.0, 3950.0, 3940.0, 3949.0, 3942.0, 3952.0, 3950.0, 3964.0, 3956.0, 3954.0, 3955.0, 3964.0, 3955.0, 3954.0, 3967.0, 3966.0, 3969.0, 3975.0, 3967.0, 3967.0, 3955.0, 3970.0, 3969.0, 3969.0, 3959.0, 3955.0, 3955.0, 3955.0, 3954.0, 3980.0, 3968.0, 3980.0, 3978.0, 3982.0, 4002.0, 3985.0, 3991.0, 3971.0, 3968.0, 3971.0, 3956.0, 3979.0, 3958.0, 3967.0, 3966.0, 3968.0, 3980.0, 3958.0, 3968.0, 3967.0, 3953.0, 3952.0, 3954.0, 3964.0, 3964.0, 3976.0, 3969.0, 3968.0, 3968.0, 3957.0, 3967.0, 3966.0, 3976.0, 3967.0, 3975.0, 3954.0, 3953.0, 3955.0, 3968.0, 3967.0, 3953.0, 3953.0, 3961.0, 3954.0, 3962.0, 3953.0, 3973.0, 3952.0, 3973.0, 3952.0, 3972.0, 3969.0, 3988.0, 3964.0, 3955.0, 3953.0, 3943.0, 3954.0, 3965.0, 3964.0, 3966.0, 3975.0, 3967.0, 4000.0, 3969.0, 3986.0, 3967.0, 3977.0, 3955.0, 3955.0, 3965.0, 3965.0, 3969.0, 3969.0, 3957.0, 3967.0, 3965.0, 3968.0, 3957.0, 3967.0, 3954.0, 3966.0, 3955.0, 3955.0, 3968.0, 3967.0, 3967.0, 3965.0, 3979.0, 3975.0, 3965.0, 3988.0, 3982.0, 3977.0, 3969.0, 3968.0, 3974.0, 3968.0, 3997.0, 3966.0, 3984.0, 3954.0, 3983.0, 3963.0, 3984.0, 3965.0, 3997.0, 3967.0, 3975.0, 3953.0, 3962.0, 3952.0, 3949.0, 3941.0, 3960.0, 3942.0, 3961.0, 3952.0, 3962.0, 3966.0, 3976.0, 3954.0, 3942.0, 3954.0, 3942.0, 3954.0, 3963.0, 3965.0, 3954.0, 3955.0, 3954.0, 3966.0, 3969.0, 3967.0, 3955.0, 3954.0, 3942.0, 3953.0, 3953.0, 3956.0, 3968.0, 3968.0, 3979.0, 3993.0, 3981.0, 3992.0, 3981.0, 3981.0, 3969.0, 3986.0, 3968.0], 'WindowWidth': [8959.0, 8919.0, 8917.0, 8880.0, 8881.0, 8845.0, 8822.0, 8846.0, 8861.0, 8864.0, 8882.0, 8867.0, 8865.0, 8878.0, 8849.0, 8877.0, 8850.0, 8903.0, 8890.0, 8908.0, 8866.0, 8881.0, 8832.0, 8859.0, 8830.0, 8859.0, 8838.0, 8859.0, 8816.0, 8859.0, 8864.0, 8881.0, 8820.0, 8859.0, 8829.0, 8859.0, 8837.0, 8858.0, 8865.0, 8831.0, 8866.0, 8842.0, 8896.0, 8884.0, 8884.0, 8866.0, 8857.0, 8842.0, 8856.0, 8840.0, 8840.0, 8838.0, 8836.0, 8832.0, 8835.0, 8837.0, 8838.0, 8840.0, 8844.0, 8879.0, 8870.0, 8889.0, 8855.0, 8837.0, 8836.0, 8834.0, 8840.0, 8836.0, 8841.0, 8833.0, 8818.0, 8817.0, 8818.0, 8857.0, 8862.0, 8863.0, 8826.0, 8842.0, 8861.0, 8847.0, 8843.0, 8845.0, 8840.0, 8846.0, 8855.0, 8844.0, 8925.0, 8848.0, 8889.0, 8847.0, 8887.0, 8848.0, 8887.0, 8845.0, 8886.0, 8846.0, 8885.0, 8834.0, 8847.0, 8818.0, 8816.0, 8831.0, 8810.0, 8814.0, 8794.0, 8815.0, 8879.0, 8817.0, 8876.0, 8839.0, 8879.0, 8839.0, 8838.0, 8832.0, 8826.0, 8837.0, 8853.0, 8857.0, 8857.0, 8863.0, 8826.0, 8848.0, 8855.0, 8845.0, 8879.0, 8839.0, 8902.0, 8843.0, 8880.0, 8832.0, 8829.0, 8830.0, 8831.0, 8839.0, 8836.0, 8843.0, 8840.0, 8848.0, 8843.0, 8857.0, 8843.0, 8857.0, 8839.0, 8844.0, 8857.0, 8870.0, 8870.0, 8867.0, 8867.0, 8855.0, 8841.0, 8839.0, 8859.0, 8867.0, 8844.0, 8868.0, 8849.0, 8869.0, 8890.0, 8887.0, 8864.0, 8875.0, 8889.0, 8887.0, 8872.0, 8864.0, 8847.0, 8862.0, 8845.0, 8866.0, 8875.0, 8861.0, 8874.0, 8848.0, 8869.0, 8842.0, 8867.0, 8848.0, 8881.0, 8866.0, 8858.0, 8864.0, 8860.0, 8859.0, 8868.0, 8903.0, 8863.0, 8866.0, 8865.0, 8880.0, 8885.0, 8882.0, 8884.0, 8880.0, 8849.0, 8862.0, 8866.0, 8878.0, 8843.0, 8838.0, 8839.0, 8840.0, 8841.0, 8841.0, 8843.0, 8835.0, 8837.0, 8819.0, 8834.0, 8851.0, 8837.0, 8864.0, 8835.0, 8886.0, 8845.0, 8868.0, 8831.0, 8811.0, 8826.0, 8813.0, 8818.0, 8828.0, 8830.0, 8834.0, 8830.0, 8849.0, 8868.0, 8858.0, 8864.0, 8869.0, 8858.0, 8862.0, 8842.0, 8862.0, 8863.0, 8887.0, 8881.0, 8869.0, 8878.0, 8869.0, 8900.0, 8894.0, 8905.0, 8887.0, 8848.0, 8849.0, 8843.0, 8861.0, 8844.0, 8876.0, 8834.0, 8838.0, 8822.0, 8836.0, 8832.0, 8840.0, 8841.0, 8836.0, 8835.0, 8833.0, 8864.0, 8839.0, 8851.0, 8839.0, 8851.0, 8857.0, 8882.0, 8882.0, 8882.0, 8857.0, 8843.0, 8856.0, 8846.0, 8840.0, 8859.0, 8854.0, 8859.0, 8870.0, 8851.0, 8886.0, 8869.0, 8920.0, 8868.0, 8864.0, 8842.0, 8836.0, 8834.0, 8835.0, 8837.0, 8851.0, 8860.0, 8865.0, 8882.0, 8862.0, 8854.0, 8843.0, 8820.0, 8837.0, 8855.0, 8865.0, 8862.0, 8868.0, 8863.0, 8867.0, 8866.0, 8897.0, 8909.0, 8886.0, 8925.0, 8866.0, 8886.0, 8840.0, 8863.0, 8837.0, 8854.0, 8858.0, 8839.0, 8842.0, 8841.0, 8845.0, 8841.0, 8841.0, 8841.0, 8863.0, 8890.0, 8845.0, 8879.0, 8830.0, 8824.0, 8809.0, 8821.0, 8809.0, 8836.0, 8816.0, 8840.0, 8817.0, 8842.0, 8834.0, 8847.0, 8864.0, 8865.0, 8863.0, 8857.0, 8846.0, 8866.0, 8853.0, 8864.0, 8861.0, 8863.0, 8867.0, 8889.0, 8873.0, 8869.0, 8858.0, 8839.0, 8863.0, 8847.0, 8854.0, 8859.0, 8869.0, 8861.0, 8885.0, 8862.0, 8888.0, 8846.0, 8885.0, 8845.0, 8908.0, 8864.0, 8879.0, 8841.0, 8836.0, 8840.0, 8839.0, 8841.0, 8840.0, 8839.0, 8863.0, 8866.0, 8867.0, 8841.0, 8892.0, 8877.0, 8865.0, 8857.0, 8859.0, 8848.0, 8875.0, 8893.0, 8870.0, 8884.0, 8858.0, 8865.0, 8870.0, 8866.0, 8873.0, 8864.0, 8862.0, 8868.0, 8869.0, 8867.0, 8888.0, 8894.0, 8880.0, 8923.0, 8863.0, 8889.0, 8842.0, 8837.0, 8865.0, 8888.0, 8892.0, 8850.0, 8860.0, 8842.0, 8839.0, 8842.0, 8836.0, 8825.0, 8840.0, 8840.0, 8831.0, 8872.0, 8870.0, 8882.0, 8847.0, 8837.0, 8837.0, 8844.0, 8849.0, 8844.0, 8870.0, 8846.0, 8895.0, 8867.0, 8873.0, 8842.0, 8829.0, 8847.0, 8840.0, 8838.0, 8840.0, 8841.0, 8840.0, 8844.0, 8860.0, 8869.0, 8850.0, 8844.0, 8843.0, 8855.0, 8844.0, 8896.0, 8875.0, 8902.0, 8865.0, 8837.0, 8855.0, 8869.0, 8896.0, 8846.0, 8840.0, 8822.0, 8841.0, 8826.0, 8824.0, 8842.0, 8845.0, 8842.0, 8847.0, 8858.0, 8844.0, 8845.0, 8842.0, 8844.0, 8891.0, 8870.0, 8906.0, 8841.0, 8872.0, 8824.0, 8858.0, 8809.0, 8847.0, 8794.0, 8837.0, 8806.0, 8835.0, 8797.0, 8856.0, 8836.0, 8861.0, 8798.0, 8823.0, 8810.0, 8814.0, 8817.0, 8816.0, 8841.0, 8822.0, 8823.0, 8859.0, 8863.0, 8850.0, 8847.0, 8843.0, 8840.0, 8844.0, 8840.0, 8846.0, 8842.0, 8861.0, 8847.0, 8875.0, 8899.0, 8868.0, 8870.0, 8867.0, 8863.0, 8869.0, 8862.0, 8861.0, 8866.0, 8844.0, 8865.0, 8848.0, 8872.0, 8864.0, 8866.0, 8885.0, 8848.0, 8869.0, 8873.0, 8870.0, 8862.0, 8843.0, 8843.0, 8847.0, 8845.0, 8859.0, 8849.0, 8885.0, 8874.0, 8856.0, 8838.0, 8847.0, 8822.0, 8848.0, 8836.0, 8864.0, 8839.0, 8861.0, 8839.0, 8866.0, 8865.0, 8850.0, 8845.0, 8836.0, 8837.0, 8843.0, 8840.0, 8850.0, 8857.0, 8848.0, 8873.0, 8869.0, 8883.0, 8869.0, 8884.0, 8843.0, 8842.0, 8851.0, 8863.0, 8862.0, 8842.0, 8860.0, 8875.0, 8890.0, 8873.0, 8864.0, 8850.0, 8863.0, 8866.0, 8894.0, 8862.0, 8873.0, 8859.0, 8883.0, 8860.0, 8911.0, 8873.0, 8867.0, 8846.0, 8845.0, 8883.0, 8844.0, 8895.0, 8848.0, 8837.0, 8837.0, 8855.0, 8864.0, 8889.0, 8850.0, 8853.0, 8841.0, 8825.0, 8842.0, 8836.0, 8841.0, 8836.0, 8845.0, 8838.0, 8843.0, 8825.0, 8839.0, 8838.0, 8841.0, 8869.0, 8862.0, 8842.0, 8839.0, 8826.0, 8839.0, 8841.0, 8853.0, 8847.0, 8870.0, 8884.0, 8907.0, 8864.0, 8858.0, 8841.0, 8843.0, 8847.0, 8843.0, 8858.0, 8868.0, 8860.0, 8879.0, 8864.0, 8892.0, 8866.0, 8875.0, 8843.0, 8845.0, 8861.0, 8873.0, 8856.0, 8838.0, 8848.0, 8841.0, 8844.0, 8849.0, 8862.0, 8851.0, 8876.0, 8844.0, 8870.0, 8825.0, 8863.0, 8815.0, 8859.0, 8813.0, 8848.0, 8822.0, 8823.0, 8816.0, 8825.0, 8809.0, 8807.0, 8790.0, 8803.0, 8811.0, 8825.0, 8811.0, 8851.0, 8811.0, 8849.0, 8811.0, 8836.0, 8812.0, 8858.0, 8824.0, 8856.0, 8829.0, 8838.0, 8809.0, 8819.0, 8816.0, 8841.0, 8834.0, 8827.0, 8815.0, 8825.0, 8820.0, 8833.0, 8831.0, 8856.0, 8847.0, 8838.0, 8843.0, 8853.0, 8843.0, 8841.0, 8863.0, 8860.0, 8868.0, 8871.0, 8862.0, 8861.0, 8846.0, 8873.0, 8871.0, 8870.0, 8856.0, 8844.0, 8844.0, 8845.0, 8843.0, 8890.0, 8870.0, 8886.0, 8882.0, 8894.0, 8921.0, 8901.0, 8904.0, 8876.0, 8868.0, 8876.0, 8852.0, 8884.0, 8852.0, 8866.0, 8861.0, 8865.0, 8884.0, 8852.0, 8864.0, 8864.0, 8838.0, 8834.0, 8839.0, 8854.0, 8856.0, 8878.0, 8871.0, 8867.0, 8865.0, 8850.0, 8865.0, 8864.0, 8876.0, 8863.0, 8871.0, 8840.0, 8838.0, 8841.0, 8864.0, 8864.0, 8837.0, 8837.0, 8845.0, 8838.0, 8846.0, 8839.0, 8864.0, 8836.0, 8862.0, 8836.0, 8863.0, 8868.0, 8893.0, 8857.0, 8842.0, 8838.0, 8824.0, 8841.0, 8857.0, 8855.0, 8860.0, 8870.0, 8863.0, 8912.0, 8869.0, 8887.0, 8867.0, 8875.0, 8843.0, 8842.0, 8857.0, 8856.0, 8870.0, 8870.0, 8851.0, 8863.0, 8858.0, 8866.0, 8849.0, 8863.0, 8843.0, 8862.0, 8844.0, 8847.0, 8867.0, 8863.0, 8863.0, 8859.0, 8882.0, 8871.0, 8860.0, 8892.0, 8891.0, 8880.0, 8872.0, 8867.0, 8870.0, 8868.0, 8903.0, 8859.0, 8882.0, 8842.0, 8878.0, 8853.0, 8880.0, 8857.0, 8905.0, 8864.0, 8870.0, 8838.0, 8849.0, 8835.0, 8827.0, 8818.0, 8842.0, 8821.0, 8843.0, 8835.0, 8846.0, 8860.0, 8874.0, 8843.0, 8822.0, 8840.0, 8823.0, 8841.0, 8852.0, 8858.0, 8842.0, 8846.0, 8841.0, 8863.0, 8870.0, 8863.0, 8844.0, 8840.0, 8822.0, 8837.0, 8839.0, 8847.0, 8866.0, 8866.0, 8885.0, 8909.0, 8889.0, 8906.0, 8893.0, 8889.0, 8869.0, 8887.0, 8869.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.0007068082663605052</td></tr>
<tr><td colspan=3>aqi</td><td>0.021368437313432836</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.52305479382754</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2080588164252868</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9962812298275858</td></tr>
<tr><td colspan=3>efc</td><td>0.462</td></tr>
<tr><td colspan=3>fber</td><td>5218.5361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09842912092937899</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.577497129735936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.628292845814141</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6158223012703</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8431822049405264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.425874031231597</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133432</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012099949643015862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018401481211185455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.7135719403357133</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.5312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7894</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9217</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304914.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>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.4305</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0081</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.3798</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3177.3968</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3388.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71630.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.3228</td></tr>
<tr><td colspan=3>tsnr</td><td>40.88105432380689</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>