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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-04/func/sub-0084_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6b12b682e5812879125387c717fd518d</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>13:45:55.900000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100429</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eedbcc05-58b4-47c7-bf74-dcdfac5b2df1||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['134555.900000', '134556.360000', '134556.820000', '134557.280000', '134557.740000', '134558.200000', '134558.660000', '134559.120000', '134559.580000', '134600.040000', '134600.500000', '134600.960000', '134601.420000', '134601.880000', '134602.340000', '134602.800000', '134603.260000', '134603.720000', '134604.180000', '134604.640000', '134605.100000', '134605.560000', '134606.020000', '134606.480000', '134606.940000', '134607.400000', '134607.860000', '134608.320000', '134608.780000', '134609.240000', '134609.700000', '134610.160000', '134610.620000', '134611.080000', '134611.540000', '134612.000000', '134612.460000', '134612.920000', '134613.380000', '134613.840000', '134614.300000', '134614.760000', '134615.220000', '134615.680000', '134616.140000', '134616.600000', '134617.060000', '134617.520000', '134617.980000', '134618.440000', '134618.900000', '134619.360000', '134619.820000', '134620.280000', '134620.740000', '134621.200000', '134621.660000', '134622.120000', '134622.580000', '134623.040000', '134623.500000', '134623.960000', '134624.420000', '134624.880000', '134625.340000', '134625.800000', '134626.260000', '134626.720000', '134627.180000', '134627.640000', '134628.100000', '134628.560000', '134629.020000', '134629.480000', '134629.940000', '134630.400000', '134630.860000', '134631.320000', '134631.780000', '134632.240000', '134632.700000', '134633.160000', '134633.620000', '134634.080000', '134634.540000', '134635.000000', '134635.460000', '134635.920000', '134636.380000', '134636.840000', '134637.300000', '134637.760000', '134638.220000', '134638.680000', '134639.140000', '134639.600000', '134640.060000', '134640.520000', '134640.980000', '134641.440000', '134641.900000', '134642.360000', '134642.820000', '134643.280000', '134643.740000', '134644.200000', '134644.660000', '134645.120000', '134645.580000', '134646.040000', '134646.500000', '134646.960000', '134647.420000', '134647.880000', '134648.340000', '134648.800000', '134649.260000', '134649.720000', '134650.180000', '134650.640000', '134651.100000', '134651.560000', '134652.020000', '134652.480000', '134652.940000', '134653.400000', '134653.860000', '134654.320000', '134654.780000', '134655.240000', '134655.700000', '134656.160000', '134656.620000', '134657.080000', '134657.540000', '134658.000000', '134658.460000', '134658.920000', '134659.380000', '134659.840000', '134700.300000', '134700.760000', '134701.220000', '134701.680000', '134702.140000', '134702.600000', '134703.060000', '134703.520000', '134703.980000', '134704.440000', '134704.900000', '134705.360000', '134705.820000', '134706.280000', '134706.740000', '134707.200000', '134707.660000', '134708.120000', '134708.580000', '134709.040000', '134709.500000', '134709.960000', '134710.420000', '134710.880000', '134711.340000', '134711.800000', '134712.260000', '134712.720000', '134713.180000', '134713.640000', '134714.100000', '134714.560000', '134715.020000', '134715.480000', '134715.940000', '134716.400000', '134716.860000', '134717.320000', '134717.780000', '134718.240000', '134718.700000', '134719.160000', '134719.620000', '134720.080000', '134720.540000', '134721.000000', '134721.460000', '134721.920000', '134722.380000', '134722.840000', '134723.300000', '134723.760000', '134724.220000', '134724.680000', '134725.140000', '134725.600000', '134726.060000', '134726.520000', '134726.980000', '134727.440000', '134727.900000', '134728.360000', '134728.820000', '134729.280000', '134729.740000', '134730.200000', '134730.660000', '134731.120000', '134731.580000', '134732.040000', '134732.500000', '134732.960000', '134733.420000', '134733.880000', '134734.340000', '134734.800000', '134735.260000', '134735.720000', '134736.180000', '134736.640000', '134737.100000', '134737.560000', '134738.020000', '134738.480000', '134738.940000', '134739.400000', '134739.860000', '134740.320000', '134740.780000', '134741.240000', '134741.700000', '134742.160000', '134742.620000', '134743.080000', '134743.540000', '134744.000000', '134744.460000', '134744.920000', '134745.380000', '134745.840000', '134746.300000', '134746.760000', '134747.220000', '134747.680000', '134748.140000', '134748.600000', '134749.060000', '134749.520000', '134749.980000', '134750.440000', '134750.900000', '134751.360000', '134751.820000', '134752.280000', '134752.740000', '134753.200000', '134753.660000', '134754.120000', '134754.580000', '134755.040000', '134755.500000', '134755.960000', '134756.420000', '134756.880000', '134757.340000', '134757.800000', '134758.260000', '134758.720000', '134759.180000', '134759.640000', '134800.100000', '134800.560000', '134801.020000', '134801.480000', '134801.940000', '134802.400000', '134802.860000', '134803.320000', '134803.780000', '134804.240000', '134804.700000', '134805.160000', '134805.620000', '134806.080000', '134806.540000', '134807.000000', '134807.460000', '134807.920000', '134808.380000', '134808.840000', '134809.300000', '134809.760000', '134810.220000', '134810.680000', '134811.140000', '134811.600000', '134812.060000', '134812.520000', '134812.980000', '134813.440000', '134813.900000', '134814.360000', '134814.820000', '134815.280000', '134815.740000', '134816.200000', '134816.660000', '134817.120000', '134817.580000', '134818.040000', '134818.500000', '134818.960000', '134819.420000', '134819.880000', '134820.340000', '134820.800000', '134821.260000', '134821.720000', '134822.180000', '134822.640000', '134823.100000', '134823.560000', '134824.020000', '134824.480000', '134824.940000', '134825.400000', '134825.860000', '134826.320000', '134826.780000', '134827.240000', '134827.700000', '134828.160000', '134828.620000', '134829.080000', '134829.540000', '134830.000000', '134830.460000', '134830.920000', '134831.380000', '134831.840000', '134832.300000', '134832.760000', '134833.220000', '134833.680000', '134834.140000', '134834.600000', '134835.060000', '134835.520000', '134835.980000', '134836.440000', '134836.900000', '134837.360000', '134837.820000', '134838.280000', '134838.740000', '134839.200000', '134839.660000', '134840.120000', '134840.580000', '134841.040000', '134841.500000', '134841.960000', '134842.420000', '134842.880000', '134843.340000', '134843.800000', '134844.260000', '134844.720000', '134845.180000', '134845.640000', '134846.100000', '134846.560000', '134847.020000', '134847.480000', '134847.940000', '134848.400000', '134848.860000', '134849.320000', '134849.780000', '134850.240000', '134850.700000', '134851.160000', '134851.620000', '134852.080000', '134852.540000', '134853.000000', '134853.460000', '134853.920000', '134854.380000', '134854.840000', '134855.300000', '134855.760000', '134856.220000', '134856.680000', '134857.140000', '134857.600000', '134858.060000', '134858.520000', '134858.980000', '134859.440000', '134859.900000', '134900.360000', '134900.820000', '134901.280000', '134901.740000', '134902.200000', '134902.660000', '134903.120000', '134903.580000', '134904.040000', '134904.500000', '134904.960000', '134905.420000', '134905.880000', '134906.340000', '134906.800000', '134907.260000', '134907.720000', '134908.180000', '134908.640000', '134909.100000', '134909.560000', '134910.020000', '134910.480000', '134910.940000', '134911.400000', '134911.860000', '134912.320000', '134912.780000', '134913.240000', '134913.700000', '134914.160000', '134914.620000', '134915.080000', '134915.540000', '134916.000000', '134916.460000', '134916.920000', '134917.380000', '134917.840000', '134918.300000', '134918.760000', '134919.220000', '134919.680000', '134920.140000', '134920.600000', '134921.060000', '134921.520000', '134921.980000', '134922.440000', '134922.900000', '134923.360000', '134923.820000', '134924.280000', '134924.740000', '134925.200000', '134925.660000', '134926.120000', '134926.580000', '134927.040000', '134927.500000', '134927.960000', '134928.420000', '134928.880000', '134929.340000', '134929.800000', '134930.260000', '134930.720000', '134931.180000', '134931.640000', '134932.100000', '134932.560000', '134933.020000', '134933.480000', '134933.940000', '134934.400000', '134934.860000', '134935.320000', '134935.780000', '134936.240000', '134936.700000', '134937.160000', '134937.620000', '134938.080000', '134938.540000', '134939.000000', '134939.460000', '134939.920000', '134940.380000', '134940.840000', '134941.300000', '134941.760000', '134942.220000', '134942.680000', '134943.140000', '134943.600000', '134944.060000', '134944.520000', '134944.980000', '134945.440000', '134945.900000', '134946.360000', '134946.820000', '134947.280000', '134947.740000', '134948.200000', '134948.660000', '134949.120000', '134949.580000', '134950.040000', '134950.500000', '134950.960000', '134951.420000', '134951.880000', '134952.340000', '134952.800000', '134953.260000', '134953.720000', '134954.180000', '134954.640000', '134955.100000', '134955.560000', '134956.020000', '134956.480000', '134956.940000', '134957.400000', '134957.860000', '134958.320000', '134958.780000', '134959.240000', '134959.700000', '135000.160000', '135000.620000', '135001.080000', '135001.540000', '135002.000000', '135002.460000', '135002.920000', '135003.380000', '135003.840000', '135004.300000', '135004.760000', '135005.220000', '135005.680000', '135006.140000', '135006.600000', '135007.060000', '135007.520000', '135007.980000', '135008.440000', '135008.900000', '135009.360000', '135009.820000', '135010.280000', '135010.740000', '135011.200000', '135011.660000', '135012.120000', '135012.580000', '135013.040000', '135013.500000', '135013.960000', '135014.420000', '135014.880000', '135015.340000', '135015.800000', '135016.260000', '135016.720000', '135017.180000', '135017.640000', '135018.100000', '135018.560000', '135019.020000', '135019.480000', '135019.940000', '135020.400000', '135020.860000', '135021.320000', '135021.780000', '135022.240000', '135022.700000', '135023.160000', '135023.620000', '135024.080000', '135024.540000', '135025.000000', '135025.460000', '135025.920000', '135026.380000', '135026.840000', '135027.300000', '135027.760000', '135028.220000', '135028.680000', '135029.140000', '135029.600000', '135030.060000', '135030.520000', '135030.980000', '135031.440000', '135031.900000', '135032.360000', '135032.820000', '135033.280000', '135033.740000', '135034.200000', '135034.660000', '135035.120000', '135035.580000', '135036.040000', '135036.500000', '135036.960000', '135037.420000', '135037.880000', '135038.340000', '135038.800000', '135039.260000', '135039.720000', '135040.180000', '135040.640000', '135041.100000', '135041.560000', '135042.020000', '135042.480000', '135042.940000', '135043.400000', '135043.860000', '135044.320000', '135044.780000', '135045.240000', '135045.700000', '135046.160000', '135046.620000', '135047.080000', '135047.540000', '135048.000000', '135048.460000', '135048.920000', '135049.380000', '135049.840000', '135050.300000', '135050.760000', '135051.220000', '135051.680000', '135052.140000', '135052.600000', '135053.060000', '135053.520000', '135053.980000', '135054.440000', '135054.900000', '135055.360000', '135055.820000', '135056.280000', '135056.740000', '135057.200000', '135057.660000', '135058.120000', '135058.580000', '135059.040000', '135059.500000', '135059.960000', '135100.420000', '135100.880000', '135101.340000', '135101.800000', '135102.260000', '135102.720000', '135103.180000', '135103.640000', '135104.100000', '135104.560000', '135105.020000', '135105.480000', '135105.940000', '135106.400000', '135106.860000', '135107.320000', '135107.780000', '135108.240000', '135108.700000', '135109.160000', '135109.620000', '135110.080000', '135110.540000', '135111.000000', '135111.460000', '135111.920000', '135112.380000', '135112.840000', '135113.300000', '135113.760000', '135114.220000', '135114.680000', '135115.140000', '135115.600000', '135116.060000', '135116.520000', '135116.980000', '135117.440000', '135117.900000', '135118.360000', '135118.820000', '135119.280000', '135119.740000', '135120.200000', '135120.660000', '135121.120000', '135121.580000', '135122.040000', '135122.500000', '135122.960000', '135123.420000', '135123.880000', '135124.340000', '135124.800000', '135125.260000', '135125.720000', '135126.180000', '135126.640000', '135127.100000', '135127.560000', '135128.020000', '135128.480000', '135128.940000', '135129.400000', '135129.860000', '135130.320000', '135130.780000', '135131.240000', '135131.700000', '135132.160000', '135132.620000', '135133.080000', '135133.540000', '135134.000000', '135134.460000', '135134.920000', '135135.380000', '135135.840000', '135136.300000', '135136.760000', '135137.220000', '135137.680000', '135138.140000', '135138.600000', '135139.060000', '135139.520000', '135139.980000', '135140.440000', '135140.900000', '135141.360000', '135141.820000', '135142.280000', '135142.740000', '135143.200000', '135143.660000', '135144.120000', '135144.580000', '135145.040000', '135145.500000', '135145.960000', '135146.420000', '135146.880000', '135147.340000', '135147.800000', '135148.260000', '135148.720000', '135149.180000', '135149.640000', '135150.100000', '135150.560000', '135151.020000', '135151.480000', '135151.940000', '135152.400000', '135152.860000', '135153.320000', '135153.780000', '135154.240000', '135154.700000', '135155.160000', '135155.620000', '135156.080000', '135156.540000', '135157.000000', '135157.460000', '135157.920000', '135158.380000', '135158.840000', '135159.300000', '135159.760000', '135200.220000', '135200.680000', '135201.140000', '135201.600000', '135202.060000', '135202.520000', '135202.980000', '135203.440000', '135203.900000', '135204.360000', '135204.820000', '135205.280000', '135205.740000', '135206.200000', '135206.660000', '135207.120000', '135207.580000', '135208.040000', '135208.500000', '135208.960000', '135209.420000', '135209.880000', '135210.340000', '135210.800000', '135211.260000', '135211.720000', '135212.180000', '135212.640000', '135213.100000', '135213.560000', '135214.020000', '135214.480000', '135214.940000', '135215.400000', '135215.860000', '135216.320000', '135216.780000', '135217.240000', '135217.700000', '135218.160000', '135218.620000', '135219.080000', '135219.540000', '135220.000000', '135220.460000', '135220.920000', '135221.380000', '135221.840000', '135222.300000', '135222.760000', '135223.220000', '135223.680000', '135224.140000', '135224.600000', '135225.060000', '135225.520000', '135225.980000', '135226.440000', '135226.900000', '135227.360000', '135227.820000', '135228.280000', '135228.740000', '135229.200000', '135229.660000', '135230.120000', '135230.580000', '135231.040000', '135231.500000', '135231.960000', '135232.420000', '135232.880000', '135233.340000', '135233.800000', '135234.260000', '135234.720000', '135235.180000', '135235.640000', '135236.100000', '135236.560000'], 'ContentTime': ['134624.625000', '134624.629000', '134624.631000', '134624.634000', '134624.637000', '134624.639000', '134624.642000', '134624.644000', '134624.656000', '134624.658000', '134624.661000', '134624.663000', '134624.666000', '134624.669000', '134624.671000', '134624.674000', '134624.676000', '134624.679000', '134624.681000', '134624.684000', '134624.686000', '134624.689000', '134624.692000', '134624.694000', '134624.697000', '134624.699000', '134624.702000', '134624.705000', '134624.707000', '134624.710000', '134624.712000', '134624.715000', '134624.718000', '134624.720000', '134624.723000', '134624.725000', '134624.732000', '134624.734000', '134624.737000', '134624.740000', '134624.742000', '134624.745000', '134624.747000', '134624.750000', '134624.752000', '134624.755000', '134624.758000', '134624.760000', '134624.763000', '134624.765000', '134624.768000', '134624.770000', '134624.773000', '134624.775000', '134624.778000', '134624.789000', '134624.792000', '134624.795000', '134624.797000', '134624.819000', '134624.822000', '134644.573000', '134644.576000', '134644.579000', '134644.581000', '134644.584000', '134644.587000', '134644.589000', '134644.592000', '134644.594000', '134644.597000', '134644.600000', '134644.602000', '134644.605000', '134644.607000', '134644.610000', '134644.613000', '134644.615000', '134644.618000', '134644.620000', '134644.623000', '134644.625000', '134644.628000', '134644.631000', '134644.633000', '134644.636000', '134644.638000', '134644.641000', '134644.644000', '134644.646000', '134644.649000', '134644.651000', '134644.654000', '134644.656000', '134644.659000', '134644.662000', '134644.664000', '134644.667000', '134644.669000', '134644.672000', '134644.674000', '134644.677000', '134644.680000', '134644.682000', '134704.573000', '134704.576000', '134704.579000', '134704.582000', '134704.584000', '134704.587000', '134704.589000', '134704.592000', '134704.595000', '134704.597000', '134704.600000', '134704.603000', '134704.605000', '134704.608000', '134704.610000', '134704.613000', '134704.615000', '134704.618000', '134704.621000', '134704.623000', '134704.626000', '134704.628000', '134704.631000', '134704.634000', '134704.636000', '134704.639000', '134704.641000', '134704.644000', '134704.646000', '134704.649000', '134704.651000', '134704.654000', '134704.656000', '134704.659000', '134704.662000', '134704.664000', '134704.667000', '134704.669000', '134704.672000', '134704.674000', '134704.677000', '134704.680000', '134704.682000', '134704.685000', '134724.573000', '134724.575000', '134724.578000', '134724.581000', '134724.583000', '134724.586000', '134724.588000', '134724.591000', '134724.594000', '134724.596000', '134724.599000', '134724.601000', '134724.604000', '134724.607000', '134724.609000', '134724.612000', '134724.614000', '134724.617000', '134724.620000', '134724.622000', '134724.625000', '134724.627000', '134724.630000', '134724.633000', '134724.635000', '134724.638000', '134724.641000', '134724.643000', '134724.646000', '134724.648000', '134724.651000', '134724.653000', '134724.656000', '134724.659000', '134724.661000', '134724.664000', '134724.667000', '134724.669000', '134724.672000', '134724.674000', '134724.677000', '134724.680000', '134724.682000', '134744.572000', '134744.575000', '134744.578000', '134744.580000', '134744.583000', '134744.585000', '134744.588000', '134744.591000', '134744.593000', '134744.596000', '134744.598000', '134744.601000', '134744.604000', '134744.606000', '134744.609000', '134744.611000', '134744.614000', '134744.616000', '134744.619000', '134744.622000', '134744.624000', '134744.627000', '134744.629000', '134744.632000', '134744.635000', '134744.637000', '134744.640000', '134744.643000', '134744.645000', '134744.648000', '134744.650000', '134744.653000', '134744.682000', '134744.684000', '134744.687000', '134744.690000', '134744.692000', '134744.695000', '134744.698000', '134744.700000', '134744.703000', '134744.705000', '134744.708000', '134744.710000', '134804.572000', '134804.575000', '134804.578000', '134804.581000', '134804.583000', '134804.586000', '134804.588000', '134804.591000', '134804.594000', '134804.596000', '134804.599000', '134804.601000', '134804.604000', '134804.607000', '134804.609000', '134804.612000', '134804.614000', '134804.617000', '134804.620000', '134804.622000', '134804.625000', '134804.627000', '134804.630000', '134804.633000', '134804.635000', '134804.638000', '134804.641000', '134804.643000', '134804.646000', '134804.649000', '134804.651000', '134804.654000', '134804.656000', '134804.668000', '134804.670000', '134804.673000', '134804.675000', '134804.678000', '134804.680000', '134804.683000', '134804.686000', '134804.688000', '134804.691000', '134824.572000', '134824.575000', '134824.578000', '134824.580000', '134824.583000', '134824.586000', '134824.588000', '134824.591000', '134824.593000', '134824.596000', '134824.599000', '134824.601000', '134824.604000', '134824.606000', '134824.609000', '134824.612000', '134824.614000', '134824.617000', '134824.619000', '134824.622000', '134824.625000', '134824.627000', '134824.630000', '134824.633000', '134824.635000', '134824.638000', '134824.641000', '134824.643000', '134824.646000', '134824.648000', '134824.651000', '134824.654000', '134824.656000', '134824.659000', '134824.661000', '134824.664000', '134824.667000', '134824.669000', '134824.672000', '134824.674000', '134824.677000', '134824.680000', '134824.682000', '134844.572000', '134844.575000', '134844.578000', '134844.581000', '134844.583000', '134844.586000', '134844.588000', '134844.591000', '134844.594000', '134844.596000', '134844.599000', '134844.601000', '134844.604000', '134844.607000', '134844.609000', '134844.612000', '134844.614000', '134844.617000', '134844.620000', '134844.622000', '134844.625000', '134844.627000', '134844.630000', '134844.633000', '134844.635000', '134844.638000', '134844.641000', '134844.643000', '134844.646000', '134844.648000', '134844.651000', '134844.653000', '134844.656000', '134844.659000', '134844.661000', '134844.664000', '134844.667000', '134844.669000', '134844.672000', '134844.674000', '134844.677000', '134844.679000', '134844.682000', '134844.684000', '134904.573000', '134904.576000', '134904.579000', '134904.581000', '134904.584000', '134904.587000', '134904.589000', '134904.592000', '134904.595000', '134904.597000', '134904.600000', '134904.603000', '134904.605000', '134904.608000', '134904.610000', '134904.613000', '134904.616000', '134904.618000', '134904.621000', '134904.624000', '134904.626000', '134904.629000', '134904.631000', '134904.634000', '134904.636000', '134904.639000', '134904.642000', '134904.645000', '134904.647000', '134904.650000', '134904.652000', '134904.655000', '134904.658000', '134904.660000', '134904.663000', '134904.665000', '134904.668000', '134904.670000', '134904.673000', '134904.676000', '134904.678000', '134904.681000', '134904.683000', '134904.686000', '134924.573000', '134924.576000', '134924.579000', '134924.582000', '134924.584000', '134924.587000', '134924.590000', '134924.592000', '134924.595000', '134924.597000', '134924.608000', '134924.611000', '134924.613000', '134924.616000', '134924.619000', '134924.621000', '134924.624000', '134924.627000', '134924.629000', '134924.632000', '134924.634000', '134924.637000', '134924.639000', '134924.642000', '134924.645000', '134924.647000', '134924.650000', '134924.653000', '134924.655000', '134924.658000', '134924.660000', '134924.663000', '134924.666000', '134924.668000', '134924.671000', '134924.673000', '134924.676000', '134924.678000', '134924.681000', '134924.684000', '134924.686000', '134924.689000', '134924.691000', '134944.572000', '134944.575000', '134944.578000', '134944.581000', '134944.583000', '134944.586000', '134944.589000', '134944.591000', '134944.594000', '134944.597000', '134944.599000', '134944.602000', '134944.605000', '134944.608000', '134944.610000', '134944.625000', '134944.628000', '134944.630000', '134944.633000', '134944.636000', '134944.638000', '134944.641000', '134944.643000', '134944.646000', '134944.649000', '134944.651000', '134944.654000', '134944.656000', '134944.659000', '134944.662000', '134944.664000', '134944.667000', '134944.670000', '134944.672000', '134944.675000', '134944.678000', '134944.680000', '134944.683000', '134944.685000', '134944.688000', '134944.690000', '134944.693000', '134944.696000', '135004.573000', '135004.576000', '135004.578000', '135004.581000', '135004.583000', '135004.586000', '135004.589000', '135004.591000', '135004.594000', '135004.596000', '135004.599000', '135004.602000', '135004.604000', '135004.607000', '135004.609000', '135004.612000', '135004.615000', '135004.617000', '135004.620000', '135004.622000', '135004.625000', '135004.628000', '135004.630000', '135004.633000', '135004.635000', '135004.638000', '135004.641000', '135004.643000', '135004.646000', '135004.649000', '135004.651000', '135004.654000', '135004.656000', '135004.659000', '135004.662000', '135004.664000', '135004.667000', '135004.669000', '135004.672000', '135004.675000', '135004.677000', '135004.680000', '135004.682000', '135004.685000', '135024.573000', '135024.575000', '135024.578000', '135024.581000', '135024.583000', '135024.586000', '135024.589000', '135024.592000', '135024.595000', '135024.598000', '135024.601000', '135024.603000', '135024.606000', '135024.608000', '135024.611000', '135024.614000', '135024.616000', '135024.619000', '135024.621000', '135024.624000', '135024.627000', '135024.629000', '135024.632000', '135024.634000', '135024.637000', '135024.639000', '135024.642000', '135024.645000', '135024.647000', '135024.650000', '135024.652000', '135024.655000', '135024.657000', '135024.660000', '135024.663000', '135024.665000', '135024.668000', '135024.670000', '135024.673000', '135024.675000', '135024.678000', '135024.681000', '135024.683000', '135044.573000', '135044.576000', '135044.578000', '135044.581000', '135044.583000', '135044.586000', '135044.589000', '135044.591000', '135044.594000', '135044.596000', '135044.599000', '135044.602000', '135044.604000', '135044.607000', '135044.610000', '135044.612000', '135044.615000', '135044.618000', '135044.620000', '135044.623000', '135044.625000', '135044.628000', '135044.631000', '135044.633000', '135044.636000', '135044.638000', '135044.641000', '135044.644000', '135044.646000', '135044.649000', '135044.651000', '135044.654000', '135044.657000', '135044.659000', '135044.662000', '135044.664000', '135044.667000', '135044.670000', '135044.672000', '135044.675000', '135044.678000', '135044.680000', '135044.683000', '135044.686000', '135104.573000', '135104.575000', '135104.578000', '135104.581000', '135104.584000', '135104.587000', '135104.590000', '135104.593000', '135104.595000', '135104.598000', '135104.601000', '135104.603000', '135104.606000', '135104.608000', '135104.611000', '135104.613000', '135104.616000', '135104.619000', '135104.621000', '135104.624000', '135104.626000', '135104.629000', '135104.632000', '135104.634000', '135104.637000', '135104.639000', '135104.642000', '135104.645000', '135104.648000', '135104.650000', '135104.653000', '135104.655000', '135104.658000', '135104.661000', '135104.663000', '135104.666000', '135104.668000', '135104.671000', '135104.674000', '135104.676000', '135104.691000', '135104.694000', '135104.697000', '135124.574000', '135124.576000', '135124.579000', '135124.582000', '135124.584000', '135124.587000', '135124.589000', '135124.592000', '135124.595000', '135124.597000', '135124.600000', '135124.603000', '135124.605000', '135124.608000', '135124.610000', '135124.613000', '135124.616000', '135124.618000', '135124.621000', '135124.623000', '135124.626000', '135124.629000', '135124.631000', '135124.634000', '135124.636000', '135124.639000', '135124.642000', '135124.644000', '135124.647000', '135124.650000', '135124.652000', '135124.655000', '135124.657000', '135124.660000', '135124.663000', '135124.665000', '135124.668000', '135124.670000', '135124.673000', '135124.675000', '135124.678000', '135124.681000', '135124.683000', '135124.686000', '135144.573000', '135144.576000', '135144.579000', '135144.582000', '135144.584000', '135144.587000', '135144.589000', '135144.592000', '135144.594000', '135144.597000', '135144.600000', '135144.602000', '135144.605000', '135144.608000', '135144.610000', '135144.613000', '135144.615000', '135144.618000', '135144.621000', '135144.623000', '135144.626000', '135144.628000', '135144.631000', '135144.635000', '135144.638000', '135144.641000', '135144.643000', '135144.646000', '135144.648000', '135144.651000', '135144.654000', '135144.657000', '135144.660000', '135144.663000', '135144.665000', '135144.668000', '135144.671000', '135144.673000', '135144.676000', '135144.678000', '135144.681000', '135144.683000', '135144.686000', '135204.572000', '135204.575000', '135204.578000', '135204.581000', '135204.583000', '135204.586000', '135204.588000', '135204.591000', '135204.594000', '135204.596000', '135204.599000', '135204.602000', '135204.604000', '135204.607000', '135204.610000', '135204.612000', '135204.615000', '135204.617000', '135204.620000', '135204.623000', '135204.625000', '135204.628000', '135204.630000', '135204.633000', '135204.636000', '135204.638000', '135204.641000', '135204.643000', '135204.646000', '135204.648000', '135204.651000', '135204.654000', '135204.656000', '135204.659000', '135204.661000', '135204.664000', '135204.666000', '135204.669000', '135204.672000', '135204.674000', '135204.677000', '135204.680000', '135204.682000', '135204.685000', '135224.573000', '135224.575000', '135224.578000', '135224.581000', '135224.583000', '135224.586000', '135224.588000', '135224.591000', '135224.594000', '135224.596000', '135224.599000', '135224.602000', '135224.604000', '135224.607000', '135224.609000', '135224.612000', '135224.614000', '135224.617000', '135224.620000', '135224.622000', '135224.625000', '135224.627000', '135224.630000', '135224.633000', '135224.635000', '135224.638000', '135224.640000', '135224.643000', '135224.646000', '135224.649000', '135224.652000', '135224.655000', '135224.658000', '135224.660000', '135224.663000', '135224.666000', '135224.668000', '135224.671000', '135224.673000', '135224.676000', '135224.679000', '135224.681000', '135224.685000', '135237.504000', '135237.507000', '135237.510000', '135237.512000', '135237.515000', '135237.517000', '135237.520000', '135237.522000', '135237.530000', '135237.532000', '135237.535000', '135237.537000', '135237.540000', '135237.543000', '135237.545000', '135237.548000', '135237.551000', '135237.553000', '135237.556000', '135237.558000', '135237.561000', '135237.564000', '135237.567000', '135237.569000', '135237.572000', '135237.575000', '135237.577000', '135237.580000', '135237.590000'], 'InstanceCreationTime': ['134624.625000', '134624.629000', '134624.631000', '134624.634000', '134624.637000', '134624.639000', '134624.642000', '134624.644000', '134624.656000', '134624.658000', '134624.661000', '134624.663000', '134624.666000', '134624.669000', '134624.671000', '134624.674000', '134624.676000', '134624.679000', '134624.681000', '134624.684000', '134624.686000', '134624.689000', '134624.692000', '134624.694000', '134624.697000', '134624.699000', '134624.702000', '134624.705000', '134624.707000', '134624.710000', '134624.712000', '134624.715000', '134624.718000', '134624.720000', '134624.723000', '134624.725000', '134624.732000', '134624.734000', '134624.737000', '134624.740000', '134624.742000', '134624.745000', '134624.747000', '134624.750000', '134624.752000', '134624.755000', '134624.758000', '134624.760000', '134624.763000', '134624.765000', '134624.768000', '134624.770000', '134624.773000', '134624.775000', '134624.778000', '134624.789000', '134624.792000', '134624.795000', '134624.797000', '134624.819000', '134624.822000', '134644.573000', '134644.576000', '134644.579000', '134644.581000', '134644.584000', '134644.587000', '134644.589000', '134644.592000', '134644.594000', '134644.597000', '134644.600000', '134644.602000', '134644.605000', '134644.607000', '134644.610000', '134644.613000', '134644.615000', '134644.618000', '134644.620000', '134644.623000', '134644.625000', '134644.628000', '134644.631000', '134644.633000', '134644.636000', '134644.638000', '134644.641000', '134644.644000', '134644.646000', '134644.649000', '134644.651000', '134644.654000', '134644.656000', '134644.659000', '134644.662000', '134644.664000', '134644.667000', '134644.669000', '134644.672000', '134644.674000', '134644.677000', '134644.680000', '134644.682000', '134704.573000', '134704.576000', '134704.579000', '134704.582000', '134704.584000', '134704.587000', '134704.589000', '134704.592000', '134704.595000', '134704.597000', '134704.600000', '134704.603000', '134704.605000', '134704.608000', '134704.610000', '134704.613000', '134704.615000', '134704.618000', '134704.621000', '134704.623000', '134704.626000', '134704.628000', '134704.631000', '134704.634000', '134704.636000', '134704.639000', '134704.641000', '134704.644000', '134704.646000', '134704.649000', '134704.651000', '134704.654000', '134704.656000', '134704.659000', '134704.662000', '134704.664000', '134704.667000', '134704.669000', '134704.672000', '134704.674000', '134704.677000', '134704.680000', '134704.682000', '134704.685000', '134724.573000', '134724.575000', '134724.578000', '134724.581000', '134724.583000', '134724.586000', '134724.588000', '134724.591000', '134724.594000', '134724.596000', '134724.599000', '134724.601000', '134724.604000', '134724.607000', '134724.609000', '134724.612000', '134724.614000', '134724.617000', '134724.620000', '134724.622000', '134724.625000', '134724.627000', '134724.630000', '134724.633000', '134724.635000', '134724.638000', '134724.641000', '134724.643000', '134724.646000', '134724.648000', '134724.651000', '134724.653000', '134724.656000', '134724.659000', '134724.661000', '134724.664000', '134724.667000', '134724.669000', '134724.672000', '134724.674000', '134724.677000', '134724.680000', '134724.682000', '134744.572000', '134744.575000', '134744.578000', '134744.580000', '134744.583000', '134744.585000', '134744.588000', '134744.591000', '134744.593000', '134744.596000', '134744.598000', '134744.601000', '134744.604000', '134744.606000', '134744.609000', '134744.611000', '134744.614000', '134744.616000', '134744.619000', '134744.622000', '134744.624000', '134744.627000', '134744.629000', '134744.632000', '134744.635000', '134744.637000', '134744.640000', '134744.643000', '134744.645000', '134744.648000', '134744.650000', '134744.653000', '134744.682000', '134744.684000', '134744.687000', '134744.690000', '134744.692000', '134744.695000', '134744.698000', '134744.700000', '134744.703000', '134744.705000', '134744.708000', '134744.710000', '134804.572000', '134804.575000', '134804.578000', '134804.581000', '134804.583000', '134804.586000', '134804.588000', '134804.591000', '134804.594000', '134804.596000', '134804.599000', '134804.601000', '134804.604000', '134804.607000', '134804.609000', '134804.612000', '134804.614000', '134804.617000', '134804.620000', '134804.622000', '134804.625000', '134804.627000', '134804.630000', '134804.633000', '134804.635000', '134804.638000', '134804.641000', '134804.643000', '134804.646000', '134804.649000', '134804.651000', '134804.654000', '134804.656000', '134804.668000', '134804.670000', '134804.673000', '134804.675000', '134804.678000', '134804.680000', '134804.683000', '134804.686000', '134804.688000', '134804.691000', '134824.572000', '134824.575000', '134824.578000', '134824.580000', '134824.583000', '134824.586000', '134824.588000', '134824.591000', '134824.593000', '134824.596000', '134824.599000', '134824.601000', '134824.604000', '134824.606000', '134824.609000', '134824.612000', '134824.614000', '134824.617000', '134824.619000', '134824.622000', '134824.625000', '134824.627000', '134824.630000', '134824.633000', '134824.635000', '134824.638000', '134824.641000', '134824.643000', '134824.646000', '134824.648000', '134824.651000', '134824.654000', '134824.656000', '134824.659000', '134824.661000', '134824.664000', '134824.667000', '134824.669000', '134824.672000', '134824.674000', '134824.677000', '134824.680000', '134824.682000', '134844.572000', '134844.575000', '134844.578000', '134844.581000', '134844.583000', '134844.586000', '134844.588000', '134844.591000', '134844.594000', '134844.596000', '134844.599000', '134844.601000', '134844.604000', '134844.607000', '134844.609000', '134844.612000', '134844.614000', '134844.617000', '134844.620000', '134844.622000', '134844.625000', '134844.627000', '134844.630000', '134844.633000', '134844.635000', '134844.638000', '134844.641000', '134844.643000', '134844.646000', '134844.648000', '134844.651000', '134844.653000', '134844.656000', '134844.659000', '134844.661000', '134844.664000', '134844.667000', '134844.669000', '134844.672000', '134844.674000', '134844.677000', '134844.679000', '134844.682000', '134844.684000', '134904.573000', '134904.576000', '134904.579000', '134904.581000', '134904.584000', '134904.587000', '134904.589000', '134904.592000', '134904.595000', '134904.597000', '134904.600000', '134904.603000', '134904.605000', '134904.608000', '134904.610000', '134904.613000', '134904.616000', '134904.618000', '134904.621000', '134904.624000', '134904.626000', '134904.629000', '134904.631000', '134904.634000', '134904.636000', '134904.639000', '134904.642000', '134904.645000', '134904.647000', '134904.650000', '134904.652000', '134904.655000', '134904.658000', '134904.660000', '134904.663000', '134904.665000', '134904.668000', '134904.670000', '134904.673000', '134904.676000', '134904.678000', '134904.681000', '134904.683000', '134904.686000', '134924.573000', '134924.576000', '134924.579000', '134924.582000', '134924.584000', '134924.587000', '134924.590000', '134924.592000', '134924.595000', '134924.597000', '134924.608000', '134924.611000', '134924.613000', '134924.616000', '134924.619000', '134924.621000', '134924.624000', '134924.627000', '134924.629000', '134924.632000', '134924.634000', '134924.637000', '134924.639000', '134924.642000', '134924.645000', '134924.647000', '134924.650000', '134924.653000', '134924.655000', '134924.658000', '134924.660000', '134924.663000', '134924.666000', '134924.668000', '134924.671000', '134924.673000', '134924.676000', '134924.678000', '134924.681000', '134924.684000', '134924.686000', '134924.689000', '134924.691000', '134944.572000', '134944.575000', '134944.578000', '134944.581000', '134944.583000', '134944.586000', '134944.589000', '134944.591000', '134944.594000', '134944.597000', '134944.599000', '134944.602000', '134944.605000', '134944.608000', '134944.610000', '134944.625000', '134944.628000', '134944.630000', '134944.633000', '134944.636000', '134944.638000', '134944.641000', '134944.643000', '134944.646000', '134944.649000', '134944.651000', '134944.654000', '134944.656000', '134944.659000', '134944.662000', '134944.664000', '134944.667000', '134944.670000', '134944.672000', '134944.675000', '134944.678000', '134944.680000', '134944.683000', '134944.685000', '134944.688000', '134944.690000', '134944.693000', '134944.696000', '135004.573000', '135004.576000', '135004.578000', '135004.581000', '135004.583000', '135004.586000', '135004.589000', '135004.591000', '135004.594000', '135004.596000', '135004.599000', '135004.602000', '135004.604000', '135004.607000', '135004.609000', '135004.612000', '135004.615000', '135004.617000', '135004.620000', '135004.622000', '135004.625000', '135004.628000', '135004.630000', '135004.633000', '135004.635000', '135004.638000', '135004.641000', '135004.643000', '135004.646000', '135004.649000', '135004.651000', '135004.654000', '135004.656000', '135004.659000', '135004.662000', '135004.664000', '135004.667000', '135004.669000', '135004.672000', '135004.675000', '135004.677000', '135004.680000', '135004.682000', '135004.685000', '135024.573000', '135024.575000', '135024.578000', '135024.581000', '135024.583000', '135024.586000', '135024.589000', '135024.592000', '135024.595000', '135024.598000', '135024.601000', '135024.603000', '135024.606000', '135024.608000', '135024.611000', '135024.614000', '135024.616000', '135024.619000', '135024.621000', '135024.624000', '135024.627000', '135024.629000', '135024.632000', '135024.634000', '135024.637000', '135024.639000', '135024.642000', '135024.645000', '135024.647000', '135024.650000', '135024.652000', '135024.655000', '135024.657000', '135024.660000', '135024.663000', '135024.665000', '135024.668000', '135024.670000', '135024.673000', '135024.675000', '135024.678000', '135024.681000', '135024.683000', '135044.573000', '135044.576000', '135044.578000', '135044.581000', '135044.583000', '135044.586000', '135044.589000', '135044.591000', '135044.594000', '135044.596000', '135044.599000', '135044.602000', '135044.604000', '135044.607000', '135044.610000', '135044.612000', '135044.615000', '135044.618000', '135044.620000', '135044.623000', '135044.625000', '135044.628000', '135044.631000', '135044.633000', '135044.636000', '135044.638000', '135044.641000', '135044.644000', '135044.646000', '135044.649000', '135044.651000', '135044.654000', '135044.657000', '135044.659000', '135044.662000', '135044.664000', '135044.667000', '135044.670000', '135044.672000', '135044.675000', '135044.678000', '135044.680000', '135044.683000', '135044.686000', '135104.573000', '135104.575000', '135104.578000', '135104.581000', '135104.584000', '135104.587000', '135104.590000', '135104.593000', '135104.595000', '135104.598000', '135104.601000', '135104.603000', '135104.606000', '135104.608000', '135104.611000', '135104.613000', '135104.616000', '135104.619000', '135104.621000', '135104.624000', '135104.626000', '135104.629000', '135104.632000', '135104.634000', '135104.637000', '135104.639000', '135104.642000', '135104.645000', '135104.648000', '135104.650000', '135104.653000', '135104.655000', '135104.658000', '135104.661000', '135104.663000', '135104.666000', '135104.668000', '135104.671000', '135104.674000', '135104.676000', '135104.691000', '135104.694000', '135104.697000', '135124.574000', '135124.576000', '135124.579000', '135124.582000', '135124.584000', '135124.587000', '135124.589000', '135124.592000', '135124.595000', '135124.597000', '135124.600000', '135124.603000', '135124.605000', '135124.608000', '135124.610000', '135124.613000', '135124.616000', '135124.618000', '135124.621000', '135124.623000', '135124.626000', '135124.629000', '135124.631000', '135124.634000', '135124.636000', '135124.639000', '135124.642000', '135124.644000', '135124.647000', '135124.650000', '135124.652000', '135124.655000', '135124.657000', '135124.660000', '135124.663000', '135124.665000', '135124.668000', '135124.670000', '135124.673000', '135124.675000', '135124.678000', '135124.681000', '135124.683000', '135124.686000', '135144.573000', '135144.576000', '135144.579000', '135144.582000', '135144.584000', '135144.587000', '135144.589000', '135144.592000', '135144.594000', '135144.597000', '135144.600000', '135144.602000', '135144.605000', '135144.608000', '135144.610000', '135144.613000', '135144.615000', '135144.618000', '135144.621000', '135144.623000', '135144.626000', '135144.628000', '135144.631000', '135144.635000', '135144.638000', '135144.641000', '135144.643000', '135144.646000', '135144.648000', '135144.651000', '135144.654000', '135144.657000', '135144.660000', '135144.663000', '135144.665000', '135144.668000', '135144.671000', '135144.673000', '135144.676000', '135144.678000', '135144.681000', '135144.683000', '135144.686000', '135204.572000', '135204.575000', '135204.578000', '135204.581000', '135204.583000', '135204.586000', '135204.588000', '135204.591000', '135204.594000', '135204.596000', '135204.599000', '135204.602000', '135204.604000', '135204.607000', '135204.610000', '135204.612000', '135204.615000', '135204.617000', '135204.620000', '135204.623000', '135204.625000', '135204.628000', '135204.630000', '135204.633000', '135204.636000', '135204.638000', '135204.641000', '135204.643000', '135204.646000', '135204.648000', '135204.651000', '135204.654000', '135204.656000', '135204.659000', '135204.661000', '135204.664000', '135204.666000', '135204.669000', '135204.672000', '135204.674000', '135204.677000', '135204.680000', '135204.682000', '135204.685000', '135224.573000', '135224.575000', '135224.578000', '135224.581000', '135224.583000', '135224.586000', '135224.588000', '135224.591000', '135224.594000', '135224.596000', '135224.599000', '135224.602000', '135224.604000', '135224.607000', '135224.609000', '135224.612000', '135224.614000', '135224.617000', '135224.620000', '135224.622000', '135224.625000', '135224.627000', '135224.630000', '135224.633000', '135224.635000', '135224.638000', '135224.640000', '135224.643000', '135224.646000', '135224.649000', '135224.652000', '135224.655000', '135224.658000', '135224.660000', '135224.663000', '135224.666000', '135224.668000', '135224.671000', '135224.673000', '135224.676000', '135224.679000', '135224.681000', '135224.685000', '135237.504000', '135237.507000', '135237.510000', '135237.512000', '135237.515000', '135237.517000', '135237.520000', '135237.522000', '135237.530000', '135237.532000', '135237.535000', '135237.537000', '135237.540000', '135237.543000', '135237.545000', '135237.548000', '135237.551000', '135237.553000', '135237.556000', '135237.558000', '135237.561000', '135237.564000', '135237.567000', '135237.569000', '135237.572000', '135237.575000', '135237.577000', '135237.580000', '135237.590000'], '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': [6023, 5667, 8699, 6546, 5720, 7958, 7098, 10920, 8852, 7189, 6429, 6236, 5602, 8370, 5771, 5372, 9433, 8455, 6673, 7503, 5766, 5612, 6769, 5893, 11341, 8779, 7302, 5567, 6810, 5805, 5720, 9391, 7793, 9002, 9083, 7438, 6364, 7805, 6139, 11852, 7608, 5938, 9030, 7519, 12131, 9106, 6684, 8841, 6576, 5637, 5803, 5968, 5727, 11138, 8196, 6773, 8356, 7983, 5848, 6132, 7833, 5939, 7329, 9564, 8243, 11618, 11132, 6710, 5635, 5700, 5492, 5493, 5557, 5961, 5783, 5535, 5570, 8180, 7421, 10328, 9779, 6955, 8711, 13687, 9580, 7461, 10065, 6531, 5821, 8987, 6930, 8047, 8270, 5790, 9557, 9596, 12794, 9915, 7422, 7561, 6525, 5924, 7909, 6743, 6130, 7658, 5715, 10299, 8947, 11968, 10252, 8763, 6464, 6865, 5539, 7118, 5896, 6905, 10917, 9566, 7370, 8282, 7258, 5838, 7269, 6147, 13027, 7795, 9802, 10181, 10016, 6458, 7062, 5868, 8862, 7585, 5838, 5887, 7783, 6212, 5747, 12905, 8692, 9813, 13909, 9078, 7471, 9787, 6943, 6027, 7968, 6275, 6867, 9885, 10006, 11735, 7575, 5876, 8161, 6600, 5584, 8830, 7591, 7678, 8958, 8372, 14552, 9155, 7138, 11578, 6307, 5699, 6455, 5826, 8441, 8406, 13458, 8769, 6086, 9571, 6657, 7056, 8756, 6152, 12144, 8793, 11225, 10283, 8408, 6859, 7128, 6011, 10882, 6971, 6621, 10168, 10227, 10337, 8533, 5989, 9584, 6389, 5744, 8476, 7763, 13786, 9227, 7000, 9446, 6198, 5653, 7049, 6715, 11834, 9214, 6986, 7251, 6167, 5811, 8591, 8367, 12995, 8669, 6238, 7272, 6064, 5594, 7124, 6604, 9726, 9271, 7953, 10943, 6099, 5630, 8737, 6481, 11731, 7626, 8620, 8801, 6508, 5748, 6332, 6196, 10543, 7055, 8810, 9649, 7170, 5668, 5768, 6533, 8078, 7854, 8457, 6784, 8323, 5636, 7197, 5604, 6892, 6150, 5912, 11737, 8381, 8342, 10595, 8281, 7000, 8409, 8366, 7140, 12818, 9167, 8339, 12288, 7713, 5968, 10226, 6570, 5535, 8120, 6556, 7509, 8001, 5864, 10267, 6608, 5487, 8511, 7837, 12620, 8628, 7194, 8811, 5586, 5624, 6097, 5683, 5668, 12469, 7906, 6500, 11336, 6529, 5846, 8551, 6442, 6303, 8824, 6851, 8994, 8737, 6019, 10368, 7653, 6634, 8297, 6346, 12197, 8419, 9503, 10674, 8238, 5526, 5941, 5885, 8752, 10602, 7486, 5891, 11090, 6342, 5806, 6421, 8671, 9440, 11311, 10550, 9427, 8247, 8490, 6093, 9800, 10347, 8547, 8264, 9768, 7186, 6333, 10991, 7247, 5993, 11732, 8910, 6693, 10975, 8774, 11190, 11367, 8388, 7638, 6953, 6160, 9663, 5977, 5623, 8495, 7728, 12569, 9762, 8376, 6738, 6601, 5705, 5826, 6174, 5608, 10995, 8270, 11974, 9946, 8017, 13168, 8215, 10127, 8379, 8873, 10433, 9120, 13902, 8437, 7708, 9453, 6670, 10587, 7778, 6660, 7460, 6264, 11202, 9021, 8189, 8311, 6060, 5510, 7051, 6295, 9215, 10173, 8686, 6224, 7540, 6034, 5701, 8925, 9475, 13585, 10721, 8349, 5897, 7187, 6507, 11949, 10091, 10541, 13895, 9355, 7257, 7192, 6963, 5900, 10182, 6980, 5730, 10462, 10292, 14907, 10742, 8532, 13542, 8287, 7546, 8903, 6491, 7523, 6687, 5410, 9877, 8357, 10894, 8168, 6321, 5450, 7347, 6066, 10463, 10932, 7277, 5697, 5483, 8172, 7053, 5626, 11674, 8786, 11489, 9317, 8044, 10210, 9383, 11642, 9488, 13319, 11605, 9812, 6019, 6657, 5815, 9232, 8323, 9336, 14985, 8752, 5580, 8334, 6296, 6083, 8337, 6099, 9555, 8502, 8913, 9228, 9530, 14557, 10423, 8512, 9536, 6475, 5616, 7782, 6497, 5862, 13629, 10191, 8993, 11744, 7342, 5582, 8852, 7772, 12015, 8666, 6272, 9615, 7398, 13073, 8338, 6872, 9762, 6806, 12780, 7938, 8247, 11233, 11736, 9970, 9607, 7091, 5736, 6436, 5813, 5649, 7752, 7754, 13525, 9490, 7970, 8428, 7855, 6864, 13263, 10100, 11030, 14161, 9635, 6950, 10765, 7223, 5752, 11018, 10537, 10576, 9790, 7523, 6078, 7455, 6433, 12109, 9985, 10319, 13914, 8511, 6345, 9724, 6992, 5740, 12134, 8872, 8236, 12683, 8271, 7175, 8167, 7778, 6643, 6182, 9875, 8643, 10201, 13715, 9391, 7536, 10457, 7482, 6298, 8792, 7452, 11058, 9820, 7308, 7707, 7810, 6352, 8423, 6928, 5672, 8593, 7733, 13120, 9977, 7584, 11931, 8190, 6135, 8495, 6624, 10034, 7327, 6401, 10956, 9252, 8938, 8197, 6274, 6887, 7705, 8291, 11124, 8293, 5464, 7606, 6125, 5628, 11657, 8141, 8702, 7801, 7484, 9275, 9420, 10396, 7588, 6458, 5676, 8205, 6446, 12343, 9443, 10552, 10333, 7890, 6968, 7882, 6088, 9652, 8856, 12960, 10081, 7758, 12163, 7915, 6026, 7418, 6071, 10587, 6991, 5586, 8419, 6182, 12374, 9380, 7242, 8059, 6069, 5604, 6956, 5884, 12142, 8396, 6922, 8299, 5835, 5422, 7849, 5955, 11554, 7460, 9881, 8965, 6734, 12104, 10980, 8797, 6616, 7985, 5920, 5761, 9414, 6666, 5816, 9117, 7102, 6008, 7499, 6337, 7953, 8367, 7409, 13140, 9334, 8427, 7132, 6619, 5868, 5836, 7519, 7745, 12853, 9002, 7705, 6405, 8737, 7786, 9134, 7589, 5806, 7719, 8098, 6607, 12167, 10146, 9895, 13011, 10550, 8799, 7197, 10260, 6219, 5508, 11470, 8263, 8731, 12900, 7598, 5783, 10363, 6999, 9582, 11506, 9649, 10222, 8895, 6880, 6168, 7909, 6059, 11254, 9241, 11412, 13303, 9404, 7688, 10070, 7575, 6716, 8890, 6690, 8040, 7731, 7697, 13913, 9959, 8063, 9089, 6503, 5707, 8722, 6244, 10863, 9656, 10484, 13815, 7036, 5630, 8223, 6481, 5621, 8650, 7632, 14021, 10397, 8355, 6793, 7021, 5753, 7709, 6302, 5652, 9569, 7471, 5901, 8565, 7448, 7003, 9336, 8444, 10270, 8739, 6527, 11102, 7440, 6109, 10810, 9798, 10534, 12830, 9624, 6098, 7827, 6156, 5782, 6428, 6134, 5785, 9466, 6892, 6521, 13946, 9566, 10070, 13337, 8853, 7170, 9139, 7685, 9553, 9563, 7564, 12110, 9155, 6185, 12617, 8258, 6448, 9587, 7601, 5669, 10443, 9794, 8945, 11199, 6801, 5602, 6703, 6456, 5880, 10422, 9084, 7233, 9790, 11722, 10226, 5945, 8075, 7329, 7600, 12067, 9392, 8325, 11139, 9127, 7437, 10571, 9951, 10134, 13022, 8476, 6486, 9383], 'WindowCenter': [3673.0, 3660.0, 3687.0, 3654.0, 3632.0, 3674.0, 3664.0, 3694.0, 3683.0, 3652.0, 3639.0, 3628.0, 3617.0, 3656.0, 3615.0, 3615.0, 3680.0, 3671.0, 3650.0, 3660.0, 3643.0, 3630.0, 3649.0, 3628.0, 3702.0, 3683.0, 3675.0, 3632.0, 3653.0, 3632.0, 3632.0, 3683.0, 3674.0, 3695.0, 3684.0, 3664.0, 3641.0, 3661.0, 3629.0, 3690.0, 3649.0, 3626.0, 3670.0, 3650.0, 3702.0, 3671.0, 3640.0, 3669.0, 3636.0, 3615.0, 3615.0, 3627.0, 3629.0, 3704.0, 3684.0, 3666.0, 3685.0, 3674.0, 3630.0, 3628.0, 3659.0, 3628.0, 3651.0, 3683.0, 3660.0, 3695.0, 3692.0, 3626.0, 3603.0, 3603.0, 3592.0, 3591.0, 3605.0, 3628.0, 3616.0, 3621.0, 3622.0, 3676.0, 3678.0, 3723.0, 3709.0, 3664.0, 3685.0, 3716.0, 3695.0, 3664.0, 3695.0, 3644.0, 3631.0, 3684.0, 3651.0, 3660.0, 3661.0, 3618.0, 3683.0, 3683.0, 3715.0, 3693.0, 3662.0, 3660.0, 3627.0, 3616.0, 3658.0, 3639.0, 3616.0, 3649.0, 3629.0, 3694.0, 3683.0, 3704.0, 3694.0, 3671.0, 3639.0, 3638.0, 3607.0, 3649.0, 3630.0, 3663.0, 3708.0, 3697.0, 3678.0, 3685.0, 3665.0, 3630.0, 3649.0, 3628.0, 3702.0, 3651.0, 3682.0, 3696.0, 3695.0, 3642.0, 3647.0, 3614.0, 3667.0, 3659.0, 3630.0, 3618.0, 3663.0, 3632.0, 3631.0, 3729.0, 3687.0, 3708.0, 3728.0, 3696.0, 3663.0, 3681.0, 3638.0, 3617.0, 3648.0, 3630.0, 3651.0, 3695.0, 3695.0, 3716.0, 3673.0, 3630.0, 3658.0, 3625.0, 3592.0, 3657.0, 3646.0, 3647.0, 3671.0, 3671.0, 3714.0, 3682.0, 3650.0, 3690.0, 3626.0, 3613.0, 3624.0, 3616.0, 3659.0, 3672.0, 3714.0, 3684.0, 3642.0, 3681.0, 3637.0, 3634.0, 3656.0, 3613.0, 3689.0, 3671.0, 3692.0, 3693.0, 3672.0, 3639.0, 3638.0, 3615.0, 3677.0, 3636.0, 3637.0, 3680.0, 3692.0, 3692.0, 3672.0, 3629.0, 3669.0, 3625.0, 3602.0, 3657.0, 3648.0, 3701.0, 3670.0, 3650.0, 3681.0, 3627.0, 3618.0, 3648.0, 3638.0, 3700.0, 3681.0, 3651.0, 3649.0, 3628.0, 3615.0, 3670.0, 3671.0, 3701.0, 3670.0, 3628.0, 3648.0, 3627.0, 3606.0, 3638.0, 3640.0, 3680.0, 3683.0, 3672.0, 3693.0, 3628.0, 3615.0, 3656.0, 3625.0, 3688.0, 3646.0, 3659.0, 3668.0, 3637.0, 3614.0, 3626.0, 3627.0, 3690.0, 3648.0, 3669.0, 3696.0, 3664.0, 3642.0, 3629.0, 3652.0, 3657.0, 3670.0, 3673.0, 3652.0, 3673.0, 3629.0, 3663.0, 3631.0, 3651.0, 3641.0, 3643.0, 3704.0, 3676.0, 3685.0, 3695.0, 3672.0, 3638.0, 3658.0, 3657.0, 3647.0, 3701.0, 3671.0, 3669.0, 3702.0, 3648.0, 3626.0, 3678.0, 3624.0, 3601.0, 3645.0, 3626.0, 3645.0, 3646.0, 3615.0, 3678.0, 3626.0, 3603.0, 3658.0, 3647.0, 3690.0, 3669.0, 3649.0, 3680.0, 3618.0, 3628.0, 3628.0, 3631.0, 3643.0, 3727.0, 3686.0, 3666.0, 3717.0, 3655.0, 3631.0, 3671.0, 3640.0, 3639.0, 3671.0, 3640.0, 3670.0, 3671.0, 3629.0, 3682.0, 3649.0, 3624.0, 3644.0, 3626.0, 3688.0, 3670.0, 3680.0, 3693.0, 3683.0, 3630.0, 3641.0, 3630.0, 3684.0, 3706.0, 3676.0, 3645.0, 3730.0, 3667.0, 3657.0, 3655.0, 3695.0, 3708.0, 3719.0, 3706.0, 3684.0, 3672.0, 3670.0, 3629.0, 3691.0, 3704.0, 3686.0, 3685.0, 3708.0, 3665.0, 3641.0, 3694.0, 3650.0, 3628.0, 3691.0, 3668.0, 3638.0, 3681.0, 3671.0, 3690.0, 3691.0, 3659.0, 3647.0, 3635.0, 3613.0, 3654.0, 3613.0, 3603.0, 3658.0, 3660.0, 3702.0, 3692.0, 3683.0, 3651.0, 3651.0, 3630.0, 3617.0, 3629.0, 3631.0, 3706.0, 3687.0, 3718.0, 3708.0, 3676.0, 3704.0, 3660.0, 3666.0, 3646.0, 3655.0, 3668.0, 3669.0, 3699.0, 3658.0, 3647.0, 3668.0, 3625.0, 3664.0, 3634.0, 3622.0, 3633.0, 3625.0, 3678.0, 3669.0, 3658.0, 3670.0, 3626.0, 3604.0, 3636.0, 3637.0, 3680.0, 3693.0, 3683.0, 3642.0, 3674.0, 3642.0, 3629.0, 3683.0, 3694.0, 3715.0, 3706.0, 3686.0, 3631.0, 3651.0, 3638.0, 3702.0, 3680.0, 3694.0, 3714.0, 3683.0, 3661.0, 3650.0, 3648.0, 3617.0, 3680.0, 3650.0, 3629.0, 3692.0, 3695.0, 3726.0, 3705.0, 3684.0, 3713.0, 3670.0, 3647.0, 3668.0, 3627.0, 3647.0, 3639.0, 3621.0, 3683.0, 3672.0, 3704.0, 3685.0, 3653.0, 3620.0, 3662.0, 3641.0, 3694.0, 3692.0, 3651.0, 3630.0, 3621.0, 3673.0, 3653.0, 3630.0, 3692.0, 3671.0, 3690.0, 3671.0, 3661.0, 3682.0, 3670.0, 3691.0, 3680.0, 3702.0, 3693.0, 3682.0, 3627.0, 3637.0, 3617.0, 3668.0, 3673.0, 3696.0, 3727.0, 3686.0, 3633.0, 3674.0, 3642.0, 3628.0, 3671.0, 3629.0, 3682.0, 3673.0, 3682.0, 3684.0, 3695.0, 3717.0, 3695.0, 3672.0, 3680.0, 3626.0, 3616.0, 3648.0, 3639.0, 3631.0, 3727.0, 3707.0, 3697.0, 3717.0, 3662.0, 3607.0, 3668.0, 3648.0, 3689.0, 3658.0, 3626.0, 3669.0, 3649.0, 3689.0, 3658.0, 3624.0, 3665.0, 3612.0, 3675.0, 3646.0, 3656.0, 3690.0, 3702.0, 3681.0, 3683.0, 3651.0, 3631.0, 3639.0, 3619.0, 3618.0, 3662.0, 3675.0, 3742.0, 3710.0, 3701.0, 3687.0, 3675.0, 3652.0, 3714.0, 3693.0, 3694.0, 3716.0, 3684.0, 3653.0, 3692.0, 3650.0, 3617.0, 3692.0, 3692.0, 3692.0, 3681.0, 3660.0, 3616.0, 3648.0, 3628.0, 3690.0, 3682.0, 3683.0, 3702.0, 3672.0, 3638.0, 3680.0, 3649.0, 3618.0, 3704.0, 3673.0, 3673.0, 3716.0, 3674.0, 3665.0, 3673.0, 3661.0, 3639.0, 3628.0, 3682.0, 3672.0, 3695.0, 3715.0, 3685.0, 3664.0, 3692.0, 3648.0, 3626.0, 3657.0, 3649.0, 3691.0, 3683.0, 3663.0, 3662.0, 3661.0, 3640.0, 3659.0, 3638.0, 3618.0, 3670.0, 3661.0, 3715.0, 3694.0, 3663.0, 3703.0, 3660.0, 3616.0, 3657.0, 3626.0, 3667.0, 3638.0, 3628.0, 3692.0, 3683.0, 3682.0, 3671.0, 3629.0, 3637.0, 3649.0, 3673.0, 3707.0, 3685.0, 3632.0, 3674.0, 3642.0, 3634.0, 3718.0, 3686.0, 3698.0, 3674.0, 3664.0, 3685.0, 3684.0, 3707.0, 3675.0, 3654.0, 3631.0, 3672.0, 3642.0, 3715.0, 3695.0, 3707.0, 3696.0, 3676.0, 3652.0, 3660.0, 3627.0, 3668.0, 3671.0, 3702.0, 3681.0, 3661.0, 3702.0, 3659.0, 3616.0, 3635.0, 3613.0, 3665.0, 3624.0, 3592.0, 3657.0, 3627.0, 3691.0, 3670.0, 3648.0, 3658.0, 3627.0, 3616.0, 3636.0, 3617.0, 3702.0, 3670.0, 3651.0, 3673.0, 3631.0, 3620.0, 3660.0, 3642.0, 3691.0, 3661.0, 3682.0, 3671.0, 3652.0, 3690.0, 3706.0, 3686.0, 3653.0, 3671.0, 3628.0, 3629.0, 3681.0, 3638.0, 3632.0, 3682.0, 3652.0, 3640.0, 3649.0, 3639.0, 3660.0, 3659.0, 3648.0, 3701.0, 3683.0, 3674.0, 3662.0, 3651.0, 3630.0, 3630.0, 3663.0, 3675.0, 3730.0, 3698.0, 3690.0, 3668.0, 3697.0, 3677.0, 3697.0, 3677.0, 3634.0, 3664.0, 3663.0, 3654.0, 3730.0, 3708.0, 3696.0, 3716.0, 3696.0, 3673.0, 3663.0, 3704.0, 3630.0, 3619.0, 3705.0, 3673.0, 3698.0, 3729.0, 3687.0, 3645.0, 3693.0, 3651.0, 3682.0, 3705.0, 3696.0, 3695.0, 3683.0, 3651.0, 3627.0, 3659.0, 3629.0, 3692.0, 3683.0, 3693.0, 3715.0, 3684.0, 3662.0, 3681.0, 3648.0, 3626.0, 3658.0, 3637.0, 3659.0, 3661.0, 3662.0, 3715.0, 3695.0, 3673.0, 3682.0, 3639.0, 3615.0, 3657.0, 3628.0, 3691.0, 3683.0, 3695.0, 3715.0, 3652.0, 3629.0, 3658.0, 3627.0, 3616.0, 3670.0, 3661.0, 3714.0, 3695.0, 3675.0, 3650.0, 3650.0, 3619.0, 3660.0, 3641.0, 3630.0, 3683.0, 3663.0, 3631.0, 3673.0, 3651.0, 3638.0, 3668.0, 3657.0, 3666.0, 3645.0, 3614.0, 3676.0, 3636.0, 3615.0, 3692.0, 3694.0, 3706.0, 3716.0, 3696.0, 3657.0, 3686.0, 3657.0, 3657.0, 3655.0, 3655.0, 3657.0, 3720.0, 3691.0, 3682.0, 3756.0, 3725.0, 3723.0, 3730.0, 3684.0, 3650.0, 3669.0, 3649.0, 3680.0, 3681.0, 3662.0, 3703.0, 3682.0, 3640.0, 3701.0, 3657.0, 3625.0, 3666.0, 3646.0, 3628.0, 3692.0, 3693.0, 3685.0, 3706.0, 3666.0, 3657.0, 3665.0, 3652.0, 3641.0, 3707.0, 3699.0, 3691.0, 3724.0, 3733.0, 3708.0, 3642.0, 3673.0, 3663.0, 3674.0, 3717.0, 3699.0, 3701.0, 3732.0, 3698.0, 3677.0, 3695.0, 3695.0, 3695.0, 3715.0, 3673.0, 3641.0, 3682.0], 'WindowWidth': [8315.0, 8290.0, 8319.0, 8270.0, 8236.0, 8295.0, 8282.0, 8319.0, 8304.0, 8262.0, 8241.0, 8223.0, 8206.0, 8256.0, 8202.0, 8205.0, 8295.0, 8287.0, 8259.0, 8271.0, 8256.0, 8232.0, 8253.0, 8227.0, 8328.0, 8306.0, 8299.0, 8241.0, 8266.0, 8239.0, 8236.0, 8307.0, 8297.0, 8324.0, 8309.0, 8281.0, 8246.0, 8269.0, 8224.0, 8306.0, 8249.0, 8218.0, 8280.0, 8255.0, 8326.0, 8284.0, 8242.0, 8278.0, 8231.0, 8201.0, 8200.0, 8221.0, 8230.0, 8334.0, 8310.0, 8288.0, 8313.0, 8295.0, 8234.0, 8225.0, 8264.0, 8223.0, 8257.0, 8301.0, 8267.0, 8320.0, 8312.0, 8214.0, 8180.0, 8180.0, 8162.0, 8160.0, 8188.0, 8222.0, 8202.0, 8220.0, 8219.0, 8295.0, 8308.0, 8377.0, 8347.0, 8281.0, 8309.0, 8353.0, 8321.0, 8281.0, 8323.0, 8253.0, 8232.0, 8302.0, 8259.0, 8267.0, 8268.0, 8212.0, 8301.0, 8304.0, 8347.0, 8317.0, 8272.0, 8267.0, 8219.0, 8203.0, 8259.0, 8235.0, 8204.0, 8251.0, 8228.0, 8320.0, 8304.0, 8332.0, 8319.0, 8285.0, 8239.0, 8236.0, 8195.0, 8251.0, 8232.0, 8279.0, 8344.0, 8330.0, 8308.0, 8313.0, 8283.0, 8229.0, 8251.0, 8222.0, 8322.0, 8257.0, 8300.0, 8324.0, 8323.0, 8247.0, 8247.0, 8200.0, 8271.0, 8267.0, 8229.0, 8211.0, 8275.0, 8235.0, 8237.0, 8375.0, 8319.0, 8347.0, 8374.0, 8329.0, 8280.0, 8298.0, 8233.0, 8204.0, 8245.0, 8227.0, 8259.0, 8322.0, 8325.0, 8352.0, 8292.0, 8230.0, 8260.0, 8210.0, 8166.0, 8254.0, 8243.0, 8244.0, 8282.0, 8285.0, 8345.0, 8300.0, 8254.0, 8306.0, 8215.0, 8197.0, 8210.0, 8205.0, 8266.0, 8287.0, 8346.0, 8307.0, 8249.0, 8296.0, 8232.0, 8223.0, 8251.0, 8195.0, 8301.0, 8282.0, 8311.0, 8316.0, 8288.0, 8240.0, 8235.0, 8200.0, 8280.0, 8227.0, 8232.0, 8294.0, 8312.0, 8312.0, 8288.0, 8227.0, 8276.0, 8212.0, 8178.0, 8256.0, 8250.0, 8323.0, 8281.0, 8255.0, 8297.0, 8221.0, 8209.0, 8250.0, 8238.0, 8321.0, 8296.0, 8258.0, 8251.0, 8222.0, 8202.0, 8280.0, 8284.0, 8325.0, 8281.0, 8225.0, 8249.0, 8220.0, 8192.0, 8234.0, 8243.0, 8294.0, 8303.0, 8287.0, 8314.0, 8224.0, 8202.0, 8251.0, 8213.0, 8298.0, 8244.0, 8261.0, 8274.0, 8234.0, 8201.0, 8217.0, 8219.0, 8308.0, 8251.0, 8279.0, 8325.0, 8281.0, 8252.0, 8228.0, 8262.0, 8259.0, 8283.0, 8291.0, 8266.0, 8292.0, 8227.0, 8278.0, 8235.0, 8260.0, 8247.0, 8254.0, 8335.0, 8300.0, 8311.0, 8321.0, 8285.0, 8234.0, 8259.0, 8258.0, 8246.0, 8322.0, 8283.0, 8280.0, 8324.0, 8248.0, 8218.0, 8284.0, 8209.0, 8177.0, 8236.0, 8214.0, 8238.0, 8242.0, 8200.0, 8285.0, 8216.0, 8181.0, 8261.0, 8246.0, 8305.0, 8278.0, 8253.0, 8295.0, 8212.0, 8227.0, 8226.0, 8235.0, 8254.0, 8371.0, 8314.0, 8290.0, 8358.0, 8273.0, 8236.0, 8286.0, 8241.0, 8239.0, 8282.0, 8242.0, 8280.0, 8284.0, 8226.0, 8295.0, 8249.0, 8211.0, 8235.0, 8214.0, 8301.0, 8282.0, 8297.0, 8318.0, 8307.0, 8233.0, 8247.0, 8232.0, 8307.0, 8341.0, 8302.0, 8263.0, 8381.0, 8297.0, 8281.0, 8273.0, 8326.0, 8345.0, 8363.0, 8340.0, 8305.0, 8288.0, 8280.0, 8225.0, 8312.0, 8336.0, 8314.0, 8313.0, 8345.0, 8287.0, 8246.0, 8317.0, 8254.0, 8223.0, 8307.0, 8273.0, 8236.0, 8294.0, 8284.0, 8306.0, 8309.0, 8263.0, 8244.0, 8226.0, 8193.0, 8246.0, 8192.0, 8180.0, 8259.0, 8268.0, 8327.0, 8316.0, 8305.0, 8262.0, 8260.0, 8229.0, 8209.0, 8227.0, 8232.0, 8337.0, 8315.0, 8358.0, 8345.0, 8299.0, 8331.0, 8265.0, 8265.0, 8238.0, 8249.0, 8271.0, 8274.0, 8314.0, 8260.0, 8243.0, 8272.0, 8212.0, 8258.0, 8218.0, 8203.0, 8219.0, 8211.0, 8285.0, 8276.0, 8260.0, 8279.0, 8218.0, 8186.0, 8229.0, 8235.0, 8294.0, 8315.0, 8305.0, 8252.0, 8296.0, 8249.0, 8227.0, 8301.0, 8320.0, 8349.0, 8338.0, 8310.0, 8233.0, 8255.0, 8238.0, 8324.0, 8296.0, 8319.0, 8345.0, 8304.0, 8272.0, 8255.0, 8249.0, 8206.0, 8291.0, 8252.0, 8226.0, 8313.0, 8322.0, 8364.0, 8336.0, 8305.0, 8342.0, 8281.0, 8247.0, 8274.0, 8219.0, 8244.0, 8240.0, 8221.0, 8303.0, 8286.0, 8332.0, 8314.0, 8269.0, 8220.0, 8275.0, 8249.0, 8316.0, 8310.0, 8255.0, 8230.0, 8221.0, 8290.0, 8262.0, 8230.0, 8309.0, 8281.0, 8304.0, 8277.0, 8266.0, 8298.0, 8277.0, 8307.0, 8294.0, 8323.0, 8314.0, 8297.0, 8220.0, 8233.0, 8207.0, 8276.0, 8290.0, 8326.0, 8369.0, 8313.0, 8243.0, 8293.0, 8247.0, 8223.0, 8282.0, 8225.0, 8297.0, 8287.0, 8300.0, 8305.0, 8322.0, 8353.0, 8320.0, 8287.0, 8292.0, 8216.0, 8202.0, 8246.0, 8241.0, 8236.0, 8369.0, 8341.0, 8331.0, 8354.0, 8274.0, 8194.0, 8272.0, 8246.0, 8299.0, 8258.0, 8214.0, 8273.0, 8247.0, 8301.0, 8258.0, 8207.0, 8259.0, 8187.0, 8272.0, 8241.0, 8253.0, 8306.0, 8326.0, 8297.0, 8302.0, 8261.0, 8234.0, 8240.0, 8212.0, 8212.0, 8275.0, 8299.0, 8396.0, 8353.0, 8343.0, 8317.0, 8295.0, 8260.0, 8343.0, 8315.0, 8319.0, 8349.0, 8304.0, 8263.0, 8312.0, 8253.0, 8209.0, 8311.0, 8314.0, 8311.0, 8296.0, 8266.0, 8204.0, 8245.0, 8223.0, 8305.0, 8299.0, 8300.0, 8326.0, 8283.0, 8236.0, 8293.0, 8250.0, 8212.0, 8331.0, 8289.0, 8289.0, 8350.0, 8293.0, 8282.0, 8290.0, 8268.0, 8237.0, 8223.0, 8298.0, 8285.0, 8321.0, 8349.0, 8308.0, 8280.0, 8312.0, 8248.0, 8215.0, 8257.0, 8250.0, 8310.0, 8301.0, 8276.0, 8274.0, 8271.0, 8240.0, 8262.0, 8232.0, 8207.0, 8279.0, 8271.0, 8346.0, 8319.0, 8276.0, 8327.0, 8264.0, 8204.0, 8255.0, 8214.0, 8268.0, 8232.0, 8221.0, 8312.0, 8301.0, 8299.0, 8281.0, 8224.0, 8232.0, 8252.0, 8290.0, 8343.0, 8310.0, 8238.0, 8292.0, 8248.0, 8240.0, 8357.0, 8314.0, 8333.0, 8295.0, 8279.0, 8309.0, 8308.0, 8342.0, 8298.0, 8268.0, 8233.0, 8287.0, 8250.0, 8347.0, 8324.0, 8342.0, 8327.0, 8299.0, 8260.0, 8266.0, 8219.0, 8272.0, 8281.0, 8324.0, 8296.0, 8271.0, 8324.0, 8264.0, 8202.0, 8224.0, 8194.0, 8260.0, 8208.0, 8165.0, 8256.0, 8218.0, 8309.0, 8280.0, 8250.0, 8261.0, 8218.0, 8205.0, 8229.0, 8207.0, 8325.0, 8282.0, 8258.0, 8289.0, 8234.0, 8216.0, 8265.0, 8249.0, 8308.0, 8272.0, 8295.0, 8282.0, 8260.0, 8305.0, 8339.0, 8313.0, 8267.0, 8284.0, 8222.0, 8229.0, 8298.0, 8236.0, 8237.0, 8302.0, 8261.0, 8243.0, 8253.0, 8238.0, 8267.0, 8262.0, 8250.0, 8323.0, 8302.0, 8294.0, 8276.0, 8261.0, 8230.0, 8232.0, 8277.0, 8298.0, 8377.0, 8336.0, 8327.0, 8295.0, 8331.0, 8303.0, 8330.0, 8300.0, 8240.0, 8278.0, 8274.0, 8267.0, 8379.0, 8345.0, 8325.0, 8351.0, 8325.0, 8290.0, 8283.0, 8335.0, 8229.0, 8217.0, 8334.0, 8295.0, 8333.0, 8376.0, 8319.0, 8259.0, 8317.0, 8259.0, 8301.0, 8336.0, 8324.0, 8320.0, 8303.0, 8257.0, 8221.0, 8262.0, 8229.0, 8312.0, 8300.0, 8315.0, 8347.0, 8304.0, 8273.0, 8295.0, 8248.0, 8214.0, 8258.0, 8231.0, 8264.0, 8269.0, 8274.0, 8348.0, 8322.0, 8290.0, 8299.0, 8238.0, 8200.0, 8255.0, 8223.0, 8309.0, 8301.0, 8322.0, 8349.0, 8260.0, 8227.0, 8260.0, 8216.0, 8202.0, 8280.0, 8272.0, 8346.0, 8321.0, 8294.0, 8257.0, 8255.0, 8212.0, 8266.0, 8247.0, 8232.0, 8302.0, 8276.0, 8233.0, 8288.0, 8258.0, 8236.0, 8271.0, 8254.0, 8265.0, 8236.0, 8195.0, 8278.0, 8228.0, 8200.0, 8314.0, 8322.0, 8339.0, 8353.0, 8327.0, 8282.0, 8319.0, 8281.0, 8281.0, 8275.0, 8275.0, 8282.0, 8366.0, 8333.0, 8326.0, 8426.0, 8383.0, 8378.0, 8379.0, 8307.0, 8254.0, 8277.0, 8250.0, 8292.0, 8297.0, 8272.0, 8328.0, 8300.0, 8243.0, 8320.0, 8258.0, 8213.0, 8266.0, 8241.0, 8225.0, 8315.0, 8318.0, 8311.0, 8340.0, 8290.0, 8282.0, 8288.0, 8263.0, 8251.0, 8343.0, 8337.0, 8330.0, 8378.0, 8386.0, 8345.0, 8250.0, 8292.0, 8277.0, 8294.0, 8358.0, 8335.0, 8342.0, 8384.0, 8332.0, 8302.0, 8321.0, 8322.0, 8320.0, 8348.0, 8291.0, 8246.0, 8298.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.0018758438576349022</td></tr>
<tr><td colspan=3>aqi</td><td>0.049307256027554536</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.63278370129887</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.122843092896551</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0075278834022985</td></tr>
<tr><td colspan=3>efc</td><td>0.4647</td></tr>
<tr><td colspan=3>fber</td><td>5625.5547</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2245154564373668</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>390</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>44.776119402985074</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5831406583734684</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.431344669304953</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8752143859950015</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4428629198204512</td></tr>
<tr><td colspan=3>gcor</td><td>0.00925163</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011275994591414928</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03134290874004364</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.837977128830642</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>22.6481</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6615</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.854</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303217.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>583.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.3442</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1215</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.465</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2885.9511</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.9373</td></tr>
<tr><td colspan=3>tsnr</td><td>27.489102482097223</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>