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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-04/func/sub-0050_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f4cfb389c7beea23f732cc64f0e173f6</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:47:36.112500</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.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096556</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</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>246.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f7dee361-1701-4668-8574-f161196b396c||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.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['134736.112500', '134736.572500', '134737.032500', '134737.492500', '134737.952500', '134738.412500', '134738.872500', '134739.332500', '134739.792500', '134740.252500', '134740.712500', '134741.172500', '134741.632500', '134742.092500', '134742.552500', '134743.012500', '134743.472500', '134743.932500', '134744.392500', '134744.852500', '134745.312500', '134745.772500', '134746.232500', '134746.692500', '134747.152500', '134747.612500', '134748.072500', '134748.532500', '134748.992500', '134749.452500', '134749.912500', '134750.372500', '134750.832500', '134751.292500', '134751.752500', '134752.212500', '134752.672500', '134753.132500', '134753.592500', '134754.052500', '134754.512500', '134754.972500', '134755.432500', '134755.892500', '134756.352500', '134756.812500', '134757.272500', '134757.732500', '134758.192500', '134758.652500', '134759.112500', '134759.572500', '134800.032500', '134800.492500', '134800.952500', '134801.412500', '134801.872500', '134802.332500', '134802.792500', '134803.252500', '134803.712500', '134804.172500', '134804.632500', '134805.092500', '134805.552500', '134806.012500', '134806.472500', '134806.932500', '134807.392500', '134807.852500', '134808.312500', '134808.772500', '134809.232500', '134809.692500', '134810.152500', '134810.612500', '134811.072500', '134811.532500', '134811.992500', '134812.452500', '134812.912500', '134813.372500', '134813.832500', '134814.292500', '134814.752500', '134815.212500', '134815.672500', '134816.132500', '134816.592500', '134817.052500', '134817.512500', '134817.972500', '134818.432500', '134818.892500', '134819.352500', '134819.812500', '134820.272500', '134820.732500', '134821.192500', '134821.652500', '134822.112500', '134822.572500', '134823.032500', '134823.492500', '134823.952500', '134824.412500', '134824.872500', '134825.332500', '134825.792500', '134826.252500', '134826.712500', '134827.172500', '134827.632500', '134828.092500', '134828.552500', '134829.012500', '134829.472500', '134829.932500', '134830.392500', '134830.852500', '134831.312500', '134831.772500', '134832.232500', '134832.692500', '134833.152500', '134833.612500', '134834.072500', '134834.532500', '134834.992500', '134835.452500', '134835.912500', '134836.372500', '134836.832500', '134837.292500', '134837.752500', '134838.212500', '134838.672500', '134839.132500', '134839.592500', '134840.052500', '134840.512500', '134840.972500', '134841.432500', '134841.892500', '134842.352500', '134842.812500', '134843.272500', '134843.732500', '134844.192500', '134844.652500', '134845.112500', '134845.572500', '134846.032500', '134846.492500', '134846.952500', '134847.412500', '134847.872500', '134848.332500', '134848.792500', '134849.252500', '134849.712500', '134850.172500', '134850.632500', '134851.092500', '134851.552500', '134852.012500', '134852.472500', '134852.932500', '134853.392500', '134853.852500', '134854.312500', '134854.772500', '134855.232500', '134855.692500', '134856.152500', '134856.612500', '134857.072500', '134857.532500', '134857.992500', '134858.452500', '134858.912500', '134859.372500', '134859.832500', '134900.292500', '134900.752500', '134901.212500', '134901.672500', '134902.132500', '134902.592500', '134903.052500', '134903.512500', '134903.972500', '134904.432500', '134904.892500', '134905.352500', '134905.812500', '134906.272500', '134906.732500', '134907.192500', '134907.652500', '134908.112500', '134908.572500', '134909.032500', '134909.492500', '134909.952500', '134910.412500', '134910.872500', '134911.332500', '134911.792500', '134912.252500', '134912.712500', '134913.172500', '134913.632500', '134914.092500', '134914.552500', '134915.012500', '134915.472500', '134915.932500', '134916.392500', '134916.852500', '134917.312500', '134917.772500', '134918.232500', '134918.692500', '134919.152500', '134919.612500', '134920.072500', '134920.532500', '134920.992500', '134921.452500', '134921.912500', '134922.372500', '134922.832500', '134923.292500', '134923.752500', '134924.212500', '134924.672500', '134925.132500', '134925.592500', '134926.052500', '134926.512500', '134926.972500', '134927.432500', '134927.892500', '134928.352500', '134928.812500', '134929.272500', '134929.732500', '134930.192500', '134930.652500', '134931.112500', '134931.572500', '134932.032500', '134932.492500', '134932.952500', '134933.412500', '134933.872500', '134934.332500', '134934.792500', '134935.252500', '134935.712500', '134936.172500', '134936.632500', '134937.092500', '134937.552500', '134938.012500', '134938.472500', '134938.932500', '134939.392500', '134939.852500', '134940.312500', '134940.772500', '134941.232500', '134941.692500', '134942.152500', '134942.612500', '134943.072500', '134943.532500', '134943.992500', '134944.452500', '134944.912500', '134945.372500', '134945.832500', '134946.292500', '134946.752500', '134947.212500', '134947.672500', '134948.132500', '134948.592500', '134949.052500', '134949.512500', '134949.972500', '134950.432500', '134950.892500', '134951.352500', '134951.812500', '134952.272500', '134952.732500', '134953.192500', '134953.652500', '134954.112500', '134954.572500', '134955.032500', '134955.492500', '134955.952500', '134956.412500', '134956.872500', '134957.332500', '134957.792500', '134958.252500', '134958.712500', '134959.172500', '134959.632500', '135000.092500', '135000.552500', '135001.012500', '135001.472500', '135001.932500', '135002.392500', '135002.852500', '135003.312500', '135003.772500', '135004.232500', '135004.692500', '135005.152500', '135005.612500', '135006.072500', '135006.532500', '135006.992500', '135007.452500', '135007.912500', '135008.372500', '135008.832500', '135009.292500', '135009.752500', '135010.212500', '135010.672500', '135011.132500', '135011.592500', '135012.052500', '135012.512500', '135012.972500', '135013.432500', '135013.892500', '135014.352500', '135014.812500', '135015.272500', '135015.732500', '135016.192500', '135016.652500', '135017.112500', '135017.572500', '135018.032500', '135018.492500', '135018.952500', '135019.412500', '135019.872500', '135020.332500', '135020.792500', '135021.252500', '135021.712500', '135022.172500', '135022.632500', '135023.092500', '135023.552500', '135024.012500', '135024.472500', '135024.932500', '135025.392500', '135025.852500', '135026.312500', '135026.772500', '135027.232500', '135027.692500', '135028.152500', '135028.612500', '135029.072500', '135029.532500', '135029.992500', '135030.452500', '135030.912500', '135031.372500', '135031.832500', '135032.292500', '135032.752500', '135033.212500', '135033.672500', '135034.132500', '135034.592500', '135035.052500', '135035.512500', '135035.972500', '135036.432500', '135036.892500', '135037.352500', '135037.812500', '135038.272500', '135038.732500', '135039.192500', '135039.652500', '135040.112500', '135040.572500', '135041.032500', '135041.492500', '135041.952500', '135042.412500', '135042.872500', '135043.332500', '135043.792500', '135044.252500', '135044.712500', '135045.172500', '135045.632500', '135046.092500', '135046.552500', '135047.012500', '135047.472500', '135047.932500', '135048.392500', '135048.852500', '135049.312500', '135049.772500', '135050.232500', '135050.692500', '135051.152500', '135051.612500', '135052.072500', '135052.532500', '135052.992500', '135053.452500', '135053.912500', '135054.372500', '135054.832500', '135055.292500', '135055.752500', '135056.212500', '135056.672500', '135057.132500', '135057.592500', '135058.052500', '135058.512500', '135058.972500', '135059.432500', '135059.892500', '135100.352500', '135100.812500', '135101.272500', '135101.732500', '135102.192500', '135102.652500', '135103.112500', '135103.572500', '135104.032500', '135104.492500', '135104.952500', '135105.412500', '135105.872500', '135106.332500', '135106.792500', '135107.252500', '135107.712500', '135108.172500', '135108.632500', '135109.092500', '135109.552500', '135110.012500', '135110.472500', '135110.932500', '135111.392500', '135111.852500', '135112.312500', '135112.772500', '135113.232500', '135113.692500', '135114.152500', '135114.612500', '135115.072500', '135115.532500', '135115.992500', '135116.452500', '135116.912500', '135117.372500', '135117.832500', '135118.292500', '135118.752500', '135119.212500', '135119.672500', '135120.132500', '135120.592500', '135121.052500', '135121.512500', '135121.972500', '135122.432500', '135122.892500', '135123.352500', '135123.812500', '135124.272500', '135124.732500', '135125.192500', '135125.652500', '135126.112500', '135126.572500', '135127.032500', '135127.492500', '135127.952500', '135128.412500', '135128.872500', '135129.332500', '135129.792500', '135130.252500', '135130.712500', '135131.172500', '135131.632500', '135132.092500', '135132.552500', '135133.012500', '135133.472500', '135133.932500', '135134.392500', '135134.852500', '135135.312500', '135135.772500', '135136.232500', '135136.692500', '135137.152500', '135137.612500', '135138.072500', '135138.532500', '135138.992500', '135139.452500', '135139.912500', '135140.372500', '135140.832500', '135141.292500', '135141.752500', '135142.212500', '135142.672500', '135143.132500', '135143.592500', '135144.052500', '135144.512500', '135144.972500', '135145.432500', '135145.892500', '135146.352500', '135146.812500', '135147.272500', '135147.732500', '135148.192500', '135148.652500', '135149.112500', '135149.572500', '135150.032500', '135150.492500', '135150.952500', '135151.412500', '135151.872500', '135152.332500', '135152.792500', '135153.252500', '135153.712500', '135154.172500', '135154.632500', '135155.092500', '135155.552500', '135156.012500', '135156.472500', '135156.932500', '135157.392500', '135157.852500', '135158.312500', '135158.772500', '135159.232500', '135159.692500', '135200.152500', '135200.612500', '135201.072500', '135201.532500', '135201.992500', '135202.452500', '135202.912500', '135203.372500', '135203.832500', '135204.292500', '135204.752500', '135205.212500', '135205.672500', '135206.132500', '135206.592500', '135207.052500', '135207.512500', '135207.972500', '135208.432500', '135208.892500', '135209.352500', '135209.812500', '135210.272500', '135210.732500', '135211.192500', '135211.652500', '135212.112500', '135212.572500', '135213.032500', '135213.492500', '135213.952500', '135214.412500', '135214.872500', '135215.332500', '135215.792500', '135216.252500', '135216.712500', '135217.172500', '135217.632500', '135218.092500', '135218.552500', '135219.012500', '135219.472500', '135219.932500', '135220.392500', '135220.852500', '135221.312500', '135221.772500', '135222.232500', '135222.692500', '135223.152500', '135223.612500', '135224.072500', '135224.532500', '135224.992500', '135225.452500', '135225.912500', '135226.372500', '135226.832500', '135227.292500', '135227.752500', '135228.212500', '135228.672500', '135229.132500', '135229.592500', '135230.052500', '135230.512500', '135230.972500', '135231.432500', '135231.892500', '135232.352500', '135232.812500', '135233.272500', '135233.732500', '135234.192500', '135234.652500', '135235.112500', '135235.572500', '135236.032500', '135236.492500', '135236.952500', '135237.412500', '135237.872500', '135238.332500', '135238.792500', '135239.252500', '135239.712500', '135240.172500', '135240.632500', '135241.092500', '135241.552500', '135242.012500', '135242.472500', '135242.932500', '135243.392500', '135243.852500', '135244.312500', '135244.772500', '135245.232500', '135245.692500', '135246.152500', '135246.612500', '135247.072500', '135247.532500', '135247.992500', '135248.452500', '135248.912500', '135249.372500', '135249.832500', '135250.292500', '135250.752500', '135251.212500', '135251.672500', '135252.132500', '135252.592500', '135253.052500', '135253.512500', '135253.972500', '135254.432500', '135254.892500', '135255.352500', '135255.812500', '135256.272500', '135256.732500', '135257.192500', '135257.652500', '135258.112500', '135258.572500', '135259.032500', '135259.492500', '135259.952500', '135300.412500', '135300.872500', '135301.332500', '135301.792500', '135302.252500', '135302.712500', '135303.172500', '135303.632500', '135304.092500', '135304.552500', '135305.012500', '135305.472500', '135305.932500', '135306.392500', '135306.852500', '135307.312500', '135307.772500', '135308.232500', '135308.692500', '135309.152500', '135309.612500', '135310.072500', '135310.532500', '135310.992500', '135311.452500', '135311.912500', '135312.372500', '135312.832500', '135313.292500', '135313.752500', '135314.212500', '135314.672500', '135315.132500', '135315.592500', '135316.052500', '135316.512500', '135316.972500', '135317.432500', '135317.892500', '135318.352500', '135318.812500', '135319.272500', '135319.732500', '135320.192500', '135320.652500', '135321.112500', '135321.572500', '135322.032500', '135322.492500', '135322.952500', '135323.412500', '135323.872500', '135324.332500', '135324.792500', '135325.252500', '135325.712500', '135326.172500', '135326.632500', '135327.092500', '135327.552500', '135328.012500', '135328.472500', '135328.932500', '135329.392500', '135329.852500', '135330.312500', '135330.772500', '135331.232500', '135331.692500', '135332.152500', '135332.612500', '135333.072500', '135333.532500', '135333.992500', '135334.452500', '135334.912500', '135335.372500', '135335.832500', '135336.292500', '135336.752500', '135337.212500', '135337.672500', '135338.132500', '135338.592500', '135339.052500', '135339.512500', '135339.972500', '135340.432500', '135340.892500', '135341.352500', '135341.812500', '135342.272500', '135342.732500', '135343.192500', '135343.652500', '135344.112500', '135344.572500', '135345.032500', '135345.492500', '135345.952500', '135346.412500', '135346.872500', '135347.332500', '135347.792500', '135348.252500', '135348.712500', '135349.172500', '135349.632500', '135350.092500', '135350.552500', '135351.012500', '135351.472500', '135351.932500', '135352.392500', '135352.852500', '135353.312500', '135353.772500', '135354.232500', '135354.692500', '135355.152500', '135355.612500', '135356.072500', '135356.532500', '135356.992500', '135357.452500', '135357.912500', '135358.372500', '135358.832500', '135359.292500', '135359.752500', '135400.212500', '135400.672500', '135401.132500', '135401.592500', '135402.052500', '135402.512500', '135402.972500', '135403.432500', '135403.892500', '135404.352500', '135404.812500', '135405.272500', '135405.732500', '135406.192500', '135406.652500', '135407.112500', '135407.572500', '135408.032500', '135408.492500', '135408.952500', '135409.412500', '135409.872500', '135410.332500', '135410.792500', '135411.252500', '135411.712500', '135412.172500', '135412.632500', '135413.092500', '135413.552500', '135414.012500', '135414.472500', '135414.932500', '135415.392500', '135415.852500', '135416.312500', '135416.772500'], 'ContentTime': ['134803.656000', '134803.659000', '134803.661000', '134803.664000', '134803.667000', '134803.669000', '134803.672000', '134803.675000', '134803.677000', '134803.680000', '134803.683000', '134803.686000', '134803.688000', '134803.691000', '134803.702000', '134803.704000', '134803.707000', '134803.709000', '134803.712000', '134803.714000', '134803.717000', '134803.719000', '134803.722000', '134803.725000', '134803.727000', '134803.730000', '134803.732000', '134803.735000', '134803.738000', '134803.741000', '134803.743000', '134803.746000', '134803.749000', '134803.751000', '134803.754000', '134803.757000', '134803.759000', '134803.762000', '134803.764000', '134803.767000', '134803.770000', '134803.782000', '134803.785000', '134803.787000', '134803.790000', '134803.793000', '134803.795000', '134803.798000', '134803.800000', '134803.803000', '134803.805000', '134803.808000', '134803.811000', '134803.813000', '134803.816000', '134803.818000', '134803.821000', '134823.626000', '134823.629000', '134823.631000', '134823.634000', '134823.636000', '134823.639000', '134823.642000', '134823.644000', '134823.647000', '134823.649000', '134823.652000', '134823.655000', '134823.657000', '134823.660000', '134823.662000', '134823.665000', '134823.668000', '134823.670000', '134823.673000', '134823.675000', '134823.678000', '134823.680000', '134823.683000', '134823.691000', '134823.694000', '134823.697000', '134823.699000', '134823.702000', '134823.704000', '134823.707000', '134823.710000', '134823.712000', '134823.715000', '134823.717000', '134823.720000', '134823.722000', '134823.725000', '134823.727000', '134823.730000', '134823.733000', '134823.735000', '134823.738000', '134823.740000', '134823.743000', '134843.625000', '134843.628000', '134843.631000', '134843.633000', '134843.636000', '134843.639000', '134843.641000', '134843.644000', '134843.647000', '134843.649000', '134843.652000', '134843.655000', '134843.657000', '134843.660000', '134843.662000', '134843.665000', '134843.668000', '134843.670000', '134843.673000', '134843.676000', '134843.678000', '134843.681000', '134843.684000', '134843.686000', '134843.689000', '134843.692000', '134843.694000', '134843.697000', '134843.699000', '134843.702000', '134843.704000', '134843.707000', '134843.709000', '134843.712000', '134843.715000', '134843.717000', '134843.720000', '134843.722000', '134843.725000', '134843.727000', '134843.730000', '134843.733000', '134843.735000', '134903.625000', '134903.628000', '134903.631000', '134903.634000', '134903.636000', '134903.639000', '134903.642000', '134903.644000', '134903.647000', '134903.650000', '134903.652000', '134903.655000', '134903.657000', '134903.660000', '134903.663000', '134903.665000', '134903.668000', '134903.670000', '134903.673000', '134903.676000', '134903.678000', '134903.681000', '134903.683000', '134903.686000', '134903.689000', '134903.691000', '134903.694000', '134903.697000', '134903.699000', '134903.702000', '134903.704000', '134903.707000', '134903.709000', '134903.712000', '134903.715000', '134903.717000', '134903.720000', '134903.722000', '134903.731000', '134903.734000', '134903.737000', '134903.739000', '134903.742000', '134903.745000', '134923.626000', '134923.628000', '134923.631000', '134923.634000', '134923.636000', '134923.639000', '134923.641000', '134923.645000', '134923.648000', '134923.650000', '134923.653000', '134923.656000', '134923.658000', '134923.666000', '134923.668000', '134923.671000', '134923.674000', '134923.676000', '134923.679000', '134923.681000', '134923.684000', '134923.687000', '134923.690000', '134923.693000', '134923.695000', '134923.698000', '134923.701000', '134923.703000', '134923.706000', '134923.708000', '134923.711000', '134923.714000', '134923.716000', '134923.719000', '134923.722000', '134923.725000', '134923.727000', '134923.730000', '134923.733000', '134923.735000', '134923.738000', '134923.741000', '134923.743000', '134943.626000', '134943.629000', '134943.631000', '134943.634000', '134943.636000', '134943.639000', '134943.642000', '134943.644000', '134943.647000', '134943.650000', '134943.652000', '134943.655000', '134943.657000', '134943.660000', '134943.663000', '134943.665000', '134943.668000', '134943.670000', '134943.673000', '134943.676000', '134943.678000', '134943.681000', '134943.683000', '134943.694000', '134943.697000', '134943.699000', '134943.702000', '134943.705000', '134943.707000', '134943.710000', '134943.712000', '134943.715000', '134943.718000', '134943.720000', '134943.723000', '134943.725000', '134943.728000', '134943.731000', '134943.733000', '134943.736000', '134943.738000', '134943.741000', '134943.743000', '134943.746000', '135003.626000', '135003.629000', '135003.631000', '135003.634000', '135003.636000', '135003.639000', '135003.642000', '135003.644000', '135003.647000', '135003.650000', '135003.652000', '135003.655000', '135003.657000', '135003.660000', '135003.663000', '135003.665000', '135003.668000', '135003.671000', '135003.673000', '135003.676000', '135003.678000', '135003.681000', '135003.684000', '135003.687000', '135003.690000', '135003.693000', '135003.696000', '135003.698000', '135003.701000', '135003.703000', '135003.706000', '135003.708000', '135003.711000', '135003.714000', '135003.716000', '135003.719000', '135003.722000', '135003.724000', '135003.727000', '135003.729000', '135003.732000', '135003.734000', '135003.737000', '135023.626000', '135023.628000', '135023.631000', '135023.634000', '135023.636000', '135023.639000', '135023.673000', '135023.675000', '135023.678000', '135023.680000', '135023.683000', '135023.686000', '135023.688000', '135023.691000', '135023.693000', '135023.696000', '135023.699000', '135023.701000', '135023.704000', '135023.706000', '135023.709000', '135023.712000', '135023.714000', '135023.717000', '135023.720000', '135023.722000', '135023.725000', '135023.728000', '135023.730000', '135023.733000', '135023.735000', '135023.738000', '135023.741000', '135023.743000', '135023.746000', '135023.749000', '135023.751000', '135023.754000', '135023.756000', '135023.759000', '135023.762000', '135023.764000', '135023.767000', '135023.769000', '135043.626000', '135043.628000', '135043.631000', '135043.634000', '135043.636000', '135043.639000', '135043.641000', '135043.644000', '135043.647000', '135043.649000', '135043.652000', '135043.654000', '135043.657000', '135043.660000', '135043.662000', '135043.665000', '135043.667000', '135043.670000', '135043.673000', '135043.675000', '135043.678000', '135043.680000', '135043.683000', '135043.686000', '135043.688000', '135043.691000', '135043.693000', '135043.696000', '135043.699000', '135043.701000', '135043.704000', '135043.706000', '135043.709000', '135043.712000', '135043.714000', '135043.717000', '135043.720000', '135043.722000', '135043.725000', '135043.727000', '135043.730000', '135043.733000', '135043.735000', '135103.625000', '135103.628000', '135103.631000', '135103.634000', '135103.636000', '135103.639000', '135103.641000', '135103.644000', '135103.647000', '135103.649000', '135103.652000', '135103.655000', '135103.657000', '135103.660000', '135103.662000', '135103.665000', '135103.668000', '135103.670000', '135103.673000', '135103.676000', '135103.678000', '135103.681000', '135103.683000', '135103.686000', '135103.689000', '135103.691000', '135103.694000', '135103.697000', '135103.699000', '135103.702000', '135103.704000', '135103.707000', '135103.710000', '135103.712000', '135103.717000', '135103.720000', '135103.722000', '135103.725000', '135103.728000', '135103.730000', '135103.733000', '135103.735000', '135103.738000', '135103.741000', '135123.626000', '135123.629000', '135123.631000', '135123.634000', '135123.645000', '135123.648000', '135123.651000', '135123.653000', '135123.656000', '135123.658000', '135123.661000', '135123.664000', '135123.666000', '135123.669000', '135123.671000', '135123.674000', '135123.677000', '135123.679000', '135123.682000', '135123.684000', '135123.687000', '135123.690000', '135123.692000', '135123.695000', '135123.698000', '135123.700000', '135123.703000', '135123.706000', '135123.709000', '135123.712000', '135123.715000', '135123.717000', '135123.720000', '135123.722000', '135123.725000', '135123.728000', '135123.730000', '135123.733000', '135123.735000', '135123.738000', '135123.741000', '135123.743000', '135123.746000', '135143.626000', '135143.629000', '135143.632000', '135143.634000', '135143.637000', '135143.640000', '135143.642000', '135143.645000', '135143.647000', '135143.650000', '135143.653000', '135143.655000', '135143.658000', '135143.661000', '135143.663000', '135143.666000', '135143.668000', '135143.671000', '135143.674000', '135143.676000', '135143.679000', '135143.681000', '135143.684000', '135143.687000', '135143.689000', '135143.692000', '135143.694000', '135143.697000', '135143.700000', '135143.702000', '135143.705000', '135143.708000', '135143.710000', '135143.713000', '135143.715000', '135143.718000', '135143.721000', '135143.723000', '135143.726000', '135143.728000', '135143.731000', '135143.734000', '135143.736000', '135143.739000', '135203.626000', '135203.629000', '135203.631000', '135203.634000', '135203.636000', '135203.639000', '135203.642000', '135203.644000', '135203.647000', '135203.650000', '135203.652000', '135203.655000', '135203.658000', '135203.660000', '135203.663000', '135203.665000', '135203.668000', '135203.671000', '135203.673000', '135203.676000', '135203.679000', '135203.681000', '135203.684000', '135203.686000', '135203.689000', '135203.692000', '135203.694000', '135203.697000', '135203.699000', '135203.702000', '135203.705000', '135203.707000', '135203.710000', '135203.712000', '135203.715000', '135203.717000', '135203.720000', '135203.723000', '135203.725000', '135203.728000', '135203.730000', '135203.733000', '135203.736000', '135223.625000', '135223.628000', '135223.631000', '135223.633000', '135223.636000', '135223.639000', '135223.641000', '135223.644000', '135223.646000', '135223.649000', '135223.652000', '135223.654000', '135223.657000', '135223.659000', '135223.662000', '135223.665000', '135223.667000', '135223.670000', '135223.673000', '135223.675000', '135223.678000', '135223.680000', '135223.683000', '135223.686000', '135223.688000', '135223.691000', '135223.693000', '135223.696000', '135223.699000', '135223.701000', '135223.704000', '135223.707000', '135223.709000', '135223.712000', '135223.714000', '135223.717000', '135223.719000', '135223.722000', '135223.725000', '135223.727000', '135223.730000', '135223.732000', '135223.735000', '135223.738000', '135243.625000', '135243.628000', '135243.631000', '135243.634000', '135243.636000', '135243.639000', '135243.641000', '135243.644000', '135243.647000', '135243.649000', '135243.652000', '135243.654000', '135243.657000', '135243.660000', '135243.662000', '135243.665000', '135243.668000', '135243.670000', '135243.673000', '135243.675000', '135243.678000', '135243.681000', '135243.683000', '135243.686000', '135243.689000', '135243.691000', '135243.694000', '135243.696000', '135243.699000', '135243.726000', '135243.729000', '135243.731000', '135243.734000', '135243.737000', '135243.739000', '135243.742000', '135243.744000', '135243.747000', '135243.750000', '135243.752000', '135243.755000', '135243.758000', '135243.760000', '135303.626000', '135303.628000', '135303.631000', '135303.634000', '135303.636000', '135303.639000', '135303.641000', '135303.644000', '135303.647000', '135303.649000', '135303.652000', '135303.654000', '135303.657000', '135303.660000', '135303.662000', '135303.665000', '135303.668000', '135303.670000', '135303.673000', '135303.675000', '135303.678000', '135303.681000', '135303.683000', '135303.686000', '135303.689000', '135303.691000', '135303.694000', '135303.696000', '135303.699000', '135303.702000', '135303.704000', '135303.707000', '135303.709000', '135303.712000', '135303.714000', '135303.717000', '135303.720000', '135303.722000', '135303.725000', '135303.727000', '135303.730000', '135303.733000', '135303.735000', '135303.738000', '135323.626000', '135323.628000', '135323.631000', '135323.634000', '135323.636000', '135323.639000', '135323.642000', '135323.644000', '135323.647000', '135323.649000', '135323.652000', '135323.655000', '135323.657000', '135323.660000', '135323.663000', '135323.665000', '135323.668000', '135323.670000', '135323.673000', '135323.676000', '135323.678000', '135323.682000', '135323.685000', '135323.688000', '135323.690000', '135323.693000', '135323.696000', '135323.698000', '135323.701000', '135323.704000', '135323.706000', '135323.709000', '135323.711000', '135323.714000', '135323.717000', '135323.719000', '135323.722000', '135323.725000', '135323.727000', '135323.730000', '135323.732000', '135323.735000', '135323.738000', '135343.625000', '135343.628000', '135343.631000', '135343.634000', '135343.636000', '135343.639000', '135343.641000', '135343.644000', '135343.646000', '135343.649000', '135343.652000', '135343.654000', '135343.657000', '135343.660000', '135343.662000', '135343.665000', '135343.667000', '135343.670000', '135343.673000', '135343.675000', '135343.678000', '135343.680000', '135343.683000', '135343.685000', '135343.688000', '135343.691000', '135343.693000', '135343.696000', '135343.698000', '135343.701000', '135343.704000', '135343.706000', '135343.709000', '135343.711000', '135343.714000', '135343.717000', '135343.719000', '135343.722000', '135343.724000', '135343.727000', '135343.730000', '135343.732000', '135343.735000', '135343.737000', '135403.627000', '135403.629000', '135403.632000', '135403.635000', '135403.637000', '135403.640000', '135403.642000', '135403.645000', '135403.648000', '135403.650000', '135403.653000', '135403.656000', '135403.658000', '135403.661000', '135403.663000', '135403.666000', '135403.669000', '135403.671000', '135403.674000', '135403.677000', '135403.679000', '135403.682000', '135403.685000', '135403.687000', '135403.690000', '135403.692000', '135403.695000', '135403.698000', '135403.700000', '135403.703000', '135403.706000', '135403.708000', '135403.711000', '135403.713000', '135403.716000', '135403.719000', '135403.721000', '135403.724000', '135403.727000', '135403.729000', '135403.759000', '135403.762000', '135403.765000', '135418.073000', '135418.076000', '135418.078000', '135418.081000', '135418.084000', '135418.086000', '135418.089000', '135418.092000', '135418.094000', '135418.097000', '135418.100000', '135418.102000', '135418.105000', '135418.108000', '135418.110000', '135418.113000', '135418.116000', '135418.118000', '135418.121000', '135418.124000', '135418.126000', '135418.129000', '135418.131000', '135418.134000', '135418.137000', '135418.139000', '135418.142000', '135418.145000', '135418.147000', '135418.150000', '135418.152000', '135418.155000'], 'InstanceCreationTime': ['134803.656000', '134803.659000', '134803.661000', '134803.664000', '134803.667000', '134803.669000', '134803.672000', '134803.675000', '134803.677000', '134803.680000', '134803.683000', '134803.686000', '134803.688000', '134803.691000', '134803.702000', '134803.704000', '134803.707000', '134803.709000', '134803.712000', '134803.714000', '134803.717000', '134803.719000', '134803.722000', '134803.725000', '134803.727000', '134803.730000', '134803.732000', '134803.735000', '134803.738000', '134803.741000', '134803.743000', '134803.746000', '134803.749000', '134803.751000', '134803.754000', '134803.757000', '134803.759000', '134803.762000', '134803.764000', '134803.767000', '134803.770000', '134803.782000', '134803.785000', '134803.787000', '134803.790000', '134803.793000', '134803.795000', '134803.798000', '134803.800000', '134803.803000', '134803.805000', '134803.808000', '134803.811000', '134803.813000', '134803.816000', '134803.818000', '134803.821000', '134823.626000', '134823.629000', '134823.631000', '134823.634000', '134823.636000', '134823.639000', '134823.642000', '134823.644000', '134823.647000', '134823.649000', '134823.652000', '134823.655000', '134823.657000', '134823.660000', '134823.662000', '134823.665000', '134823.668000', '134823.670000', '134823.673000', '134823.675000', '134823.678000', '134823.680000', '134823.683000', '134823.691000', '134823.694000', '134823.697000', '134823.699000', '134823.702000', '134823.704000', '134823.707000', '134823.710000', '134823.712000', '134823.715000', '134823.717000', '134823.720000', '134823.722000', '134823.725000', '134823.727000', '134823.730000', '134823.733000', '134823.735000', '134823.738000', '134823.740000', '134823.743000', '134843.625000', '134843.628000', '134843.631000', '134843.633000', '134843.636000', '134843.639000', '134843.641000', '134843.644000', '134843.647000', '134843.649000', '134843.652000', '134843.655000', '134843.657000', '134843.660000', '134843.662000', '134843.665000', '134843.668000', '134843.670000', '134843.673000', '134843.676000', '134843.678000', '134843.681000', '134843.684000', '134843.686000', '134843.689000', '134843.692000', '134843.694000', '134843.697000', '134843.699000', '134843.702000', '134843.704000', '134843.707000', '134843.709000', '134843.712000', '134843.715000', '134843.717000', '134843.720000', '134843.722000', '134843.725000', '134843.727000', '134843.730000', '134843.733000', '134843.735000', '134903.625000', '134903.628000', '134903.631000', '134903.634000', '134903.636000', '134903.639000', '134903.642000', '134903.644000', '134903.647000', '134903.650000', '134903.652000', '134903.655000', '134903.657000', '134903.660000', '134903.663000', '134903.665000', '134903.668000', '134903.670000', '134903.673000', '134903.676000', '134903.678000', '134903.681000', '134903.683000', '134903.686000', '134903.689000', '134903.691000', '134903.694000', '134903.697000', '134903.699000', '134903.702000', '134903.704000', '134903.707000', '134903.709000', '134903.712000', '134903.715000', '134903.717000', '134903.720000', '134903.722000', '134903.731000', '134903.734000', '134903.737000', '134903.739000', '134903.742000', '134903.745000', '134923.626000', '134923.628000', '134923.631000', '134923.634000', '134923.636000', '134923.639000', '134923.641000', '134923.645000', '134923.648000', '134923.650000', '134923.653000', '134923.656000', '134923.658000', '134923.666000', '134923.668000', '134923.671000', '134923.674000', '134923.676000', '134923.679000', '134923.681000', '134923.684000', '134923.687000', '134923.690000', '134923.693000', '134923.695000', '134923.698000', '134923.701000', '134923.703000', '134923.706000', '134923.708000', '134923.711000', '134923.714000', '134923.716000', '134923.719000', '134923.722000', '134923.725000', '134923.727000', '134923.730000', '134923.733000', '134923.735000', '134923.738000', '134923.741000', '134923.743000', '134943.626000', '134943.629000', '134943.631000', '134943.634000', '134943.636000', '134943.639000', '134943.642000', '134943.644000', '134943.647000', '134943.650000', '134943.652000', '134943.655000', '134943.657000', '134943.660000', '134943.663000', '134943.665000', '134943.668000', '134943.670000', '134943.673000', '134943.676000', '134943.678000', '134943.681000', '134943.683000', '134943.694000', '134943.697000', '134943.699000', '134943.702000', '134943.705000', '134943.707000', '134943.710000', '134943.712000', '134943.715000', '134943.718000', '134943.720000', '134943.723000', '134943.725000', '134943.728000', '134943.731000', '134943.733000', '134943.736000', '134943.738000', '134943.741000', '134943.743000', '134943.746000', '135003.626000', '135003.629000', '135003.631000', '135003.634000', '135003.636000', '135003.639000', '135003.642000', '135003.644000', '135003.647000', '135003.650000', '135003.652000', '135003.655000', '135003.657000', '135003.660000', '135003.663000', '135003.665000', '135003.668000', '135003.671000', '135003.673000', '135003.676000', '135003.678000', '135003.681000', '135003.684000', '135003.687000', '135003.690000', '135003.693000', '135003.696000', '135003.698000', '135003.701000', '135003.703000', '135003.706000', '135003.708000', '135003.711000', '135003.714000', '135003.716000', '135003.719000', '135003.722000', '135003.724000', '135003.727000', '135003.729000', '135003.732000', '135003.734000', '135003.737000', '135023.626000', '135023.628000', '135023.631000', '135023.634000', '135023.636000', '135023.639000', '135023.673000', '135023.675000', '135023.678000', '135023.680000', '135023.683000', '135023.686000', '135023.688000', '135023.691000', '135023.693000', '135023.696000', '135023.699000', '135023.701000', '135023.704000', '135023.706000', '135023.709000', '135023.712000', '135023.714000', '135023.717000', '135023.720000', '135023.722000', '135023.725000', '135023.728000', '135023.730000', '135023.733000', '135023.735000', '135023.738000', '135023.741000', '135023.743000', '135023.746000', '135023.749000', '135023.751000', '135023.754000', '135023.756000', '135023.759000', '135023.762000', '135023.764000', '135023.767000', '135023.769000', '135043.626000', '135043.628000', '135043.631000', '135043.634000', '135043.636000', '135043.639000', '135043.641000', '135043.644000', '135043.647000', '135043.649000', '135043.652000', '135043.654000', '135043.657000', '135043.660000', '135043.662000', '135043.665000', '135043.667000', '135043.670000', '135043.673000', '135043.675000', '135043.678000', '135043.680000', '135043.683000', '135043.686000', '135043.688000', '135043.691000', '135043.693000', '135043.696000', '135043.699000', '135043.701000', '135043.704000', '135043.706000', '135043.709000', '135043.712000', '135043.714000', '135043.717000', '135043.720000', '135043.722000', '135043.725000', '135043.727000', '135043.730000', '135043.733000', '135043.735000', '135103.625000', '135103.628000', '135103.631000', '135103.634000', '135103.636000', '135103.639000', '135103.641000', '135103.644000', '135103.647000', '135103.649000', '135103.652000', '135103.655000', '135103.657000', '135103.660000', '135103.662000', '135103.665000', '135103.668000', '135103.670000', '135103.673000', '135103.676000', '135103.678000', '135103.681000', '135103.683000', '135103.686000', '135103.689000', '135103.691000', '135103.694000', '135103.697000', '135103.699000', '135103.702000', '135103.704000', '135103.707000', '135103.710000', '135103.712000', '135103.717000', '135103.720000', '135103.722000', '135103.725000', '135103.728000', '135103.730000', '135103.733000', '135103.735000', '135103.738000', '135103.741000', '135123.626000', '135123.629000', '135123.631000', '135123.634000', '135123.645000', '135123.648000', '135123.651000', '135123.653000', '135123.656000', '135123.658000', '135123.661000', '135123.664000', '135123.666000', '135123.669000', '135123.671000', '135123.674000', '135123.677000', '135123.679000', '135123.682000', '135123.684000', '135123.687000', '135123.690000', '135123.692000', '135123.695000', '135123.698000', '135123.700000', '135123.703000', '135123.706000', '135123.709000', '135123.712000', '135123.715000', '135123.717000', '135123.720000', '135123.722000', '135123.725000', '135123.728000', '135123.730000', '135123.733000', '135123.735000', '135123.738000', '135123.741000', '135123.743000', '135123.746000', '135143.626000', '135143.629000', '135143.632000', '135143.634000', '135143.637000', '135143.640000', '135143.642000', '135143.645000', '135143.647000', '135143.650000', '135143.653000', '135143.655000', '135143.658000', '135143.661000', '135143.663000', '135143.666000', '135143.668000', '135143.671000', '135143.674000', '135143.676000', '135143.679000', '135143.681000', '135143.684000', '135143.687000', '135143.689000', '135143.692000', '135143.694000', '135143.697000', '135143.700000', '135143.702000', '135143.705000', '135143.708000', '135143.710000', '135143.713000', '135143.715000', '135143.718000', '135143.721000', '135143.723000', '135143.726000', '135143.728000', '135143.731000', '135143.734000', '135143.736000', '135143.739000', '135203.626000', '135203.629000', '135203.631000', '135203.634000', '135203.636000', '135203.639000', '135203.642000', '135203.644000', '135203.647000', '135203.650000', '135203.652000', '135203.655000', '135203.658000', '135203.660000', '135203.663000', '135203.665000', '135203.668000', '135203.671000', '135203.673000', '135203.676000', '135203.679000', '135203.681000', '135203.684000', '135203.686000', '135203.689000', '135203.692000', '135203.694000', '135203.697000', '135203.699000', '135203.702000', '135203.705000', '135203.707000', '135203.710000', '135203.712000', '135203.715000', '135203.717000', '135203.720000', '135203.723000', '135203.725000', '135203.728000', '135203.730000', '135203.733000', '135203.736000', '135223.625000', '135223.628000', '135223.631000', '135223.633000', '135223.636000', '135223.639000', '135223.641000', '135223.644000', '135223.646000', '135223.649000', '135223.652000', '135223.654000', '135223.657000', '135223.659000', '135223.662000', '135223.665000', '135223.667000', '135223.670000', '135223.673000', '135223.675000', '135223.678000', '135223.680000', '135223.683000', '135223.686000', '135223.688000', '135223.691000', '135223.693000', '135223.696000', '135223.699000', '135223.701000', '135223.704000', '135223.707000', '135223.709000', '135223.712000', '135223.714000', '135223.717000', '135223.719000', '135223.722000', '135223.725000', '135223.727000', '135223.730000', '135223.732000', '135223.735000', '135223.738000', '135243.625000', '135243.628000', '135243.631000', '135243.634000', '135243.636000', '135243.639000', '135243.641000', '135243.644000', '135243.647000', '135243.649000', '135243.652000', '135243.654000', '135243.657000', '135243.660000', '135243.662000', '135243.665000', '135243.668000', '135243.670000', '135243.673000', '135243.675000', '135243.678000', '135243.681000', '135243.683000', '135243.686000', '135243.689000', '135243.691000', '135243.694000', '135243.696000', '135243.699000', '135243.726000', '135243.729000', '135243.731000', '135243.734000', '135243.737000', '135243.739000', '135243.742000', '135243.744000', '135243.747000', '135243.750000', '135243.752000', '135243.755000', '135243.758000', '135243.760000', '135303.626000', '135303.628000', '135303.631000', '135303.634000', '135303.636000', '135303.639000', '135303.641000', '135303.644000', '135303.647000', '135303.649000', '135303.652000', '135303.654000', '135303.657000', '135303.660000', '135303.662000', '135303.665000', '135303.668000', '135303.670000', '135303.673000', '135303.675000', '135303.678000', '135303.681000', '135303.683000', '135303.686000', '135303.689000', '135303.691000', '135303.694000', '135303.696000', '135303.699000', '135303.702000', '135303.704000', '135303.707000', '135303.709000', '135303.712000', '135303.714000', '135303.717000', '135303.720000', '135303.722000', '135303.725000', '135303.727000', '135303.730000', '135303.733000', '135303.735000', '135303.738000', '135323.626000', '135323.628000', '135323.631000', '135323.634000', '135323.636000', '135323.639000', '135323.642000', '135323.644000', '135323.647000', '135323.649000', '135323.652000', '135323.655000', '135323.657000', '135323.660000', '135323.663000', '135323.665000', '135323.668000', '135323.670000', '135323.673000', '135323.676000', '135323.678000', '135323.682000', '135323.685000', '135323.688000', '135323.690000', '135323.693000', '135323.696000', '135323.698000', '135323.701000', '135323.704000', '135323.706000', '135323.709000', '135323.711000', '135323.714000', '135323.717000', '135323.719000', '135323.722000', '135323.725000', '135323.727000', '135323.730000', '135323.732000', '135323.735000', '135323.738000', '135343.625000', '135343.628000', '135343.631000', '135343.634000', '135343.636000', '135343.639000', '135343.641000', '135343.644000', '135343.646000', '135343.649000', '135343.652000', '135343.654000', '135343.657000', '135343.660000', '135343.662000', '135343.665000', '135343.667000', '135343.670000', '135343.673000', '135343.675000', '135343.678000', '135343.680000', '135343.683000', '135343.685000', '135343.688000', '135343.691000', '135343.693000', '135343.696000', '135343.698000', '135343.701000', '135343.704000', '135343.706000', '135343.709000', '135343.711000', '135343.714000', '135343.717000', '135343.719000', '135343.722000', '135343.724000', '135343.727000', '135343.730000', '135343.732000', '135343.735000', '135343.737000', '135403.627000', '135403.629000', '135403.632000', '135403.635000', '135403.637000', '135403.640000', '135403.642000', '135403.645000', '135403.648000', '135403.650000', '135403.653000', '135403.656000', '135403.658000', '135403.661000', '135403.663000', '135403.666000', '135403.669000', '135403.671000', '135403.674000', '135403.677000', '135403.679000', '135403.682000', '135403.685000', '135403.687000', '135403.690000', '135403.692000', '135403.695000', '135403.698000', '135403.700000', '135403.703000', '135403.706000', '135403.708000', '135403.711000', '135403.713000', '135403.716000', '135403.719000', '135403.721000', '135403.724000', '135403.727000', '135403.729000', '135403.759000', '135403.762000', '135403.765000', '135418.073000', '135418.076000', '135418.078000', '135418.081000', '135418.084000', '135418.086000', '135418.089000', '135418.092000', '135418.094000', '135418.097000', '135418.100000', '135418.102000', '135418.105000', '135418.108000', '135418.110000', '135418.113000', '135418.116000', '135418.118000', '135418.121000', '135418.124000', '135418.126000', '135418.129000', '135418.131000', '135418.134000', '135418.137000', '135418.139000', '135418.142000', '135418.145000', '135418.147000', '135418.150000', '135418.152000', '135418.155000'], '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': [18310, 12846, 18099, 13220, 18722, 13151, 18053, 13292, 16977, 12768, 15714, 12626, 14668, 13490, 13275, 13314, 14607, 13615, 17692, 13960, 10833, 12965, 9948, 14594, 12290, 16528, 9943, 16290, 10164, 16611, 11179, 16868, 9709, 17495, 11396, 18786, 13170, 18875, 12814, 17986, 12028, 17365, 11578, 17427, 10469, 17319, 10033, 17035, 9669, 16128, 9232, 15879, 9681, 16589, 9287, 17074, 10369, 17880, 11091, 18004, 12015, 17739, 11906, 17772, 11837, 17792, 11139, 17364, 10956, 16717, 11547, 17035, 11952, 17621, 12510, 17045, 12021, 17106, 11774, 16739, 11804, 17625, 12828, 17050, 12386, 9931, 14705, 9950, 18845, 13781, 10794, 15899, 10074, 18613, 12040, 19044, 13019, 18482, 13209, 18738, 13928, 17001, 12092, 15465, 12753, 14039, 13114, 13714, 14305, 10108, 15365, 9634, 16597, 10234, 16681, 11843, 15596, 9580, 15390, 9577, 16408, 10301, 17214, 10141, 17567, 10867, 17633, 11785, 18122, 12176, 17684, 12365, 17935, 12544, 17987, 12047, 18124, 11846, 17880, 11671, 17373, 11727, 17623, 12100, 17598, 12537, 17280, 12536, 17511, 12209, 17554, 13099, 17255, 12040, 17191, 12475, 17313, 12816, 17479, 12912, 17969, 12984, 11376, 14176, 10144, 15757, 12079, 17935, 10440, 16204, 9808, 14009, 17417, 13251, 18254, 13199, 17195, 12031, 16756, 12324, 17583, 11602, 17251, 10869, 16180, 10581, 17060, 10182, 17504, 9788, 16087, 9650, 16568, 9455, 17161, 10841, 17548, 12476, 18503, 12306, 17823, 12838, 17520, 12901, 17096, 12999, 14355, 11849, 9427, 15775, 11699, 12140, 14360, 9185, 18377, 12963, 17855, 12361, 18280, 12952, 17984, 12903, 17810, 13022, 18048, 12828, 10991, 12567, 12861, 12979, 15559, 13591, 13198, 13930, 12011, 14026, 14717, 14043, 17011, 13903, 16904, 13853, 14714, 12866, 17784, 12946, 16948, 12317, 16882, 12219, 16624, 11610, 15194, 12277, 12650, 13178, 10851, 16009, 9604, 16952, 10658, 18818, 11619, 18419, 13301, 18298, 12836, 17768, 12981, 17343, 12432, 17474, 13354, 10184, 13487, 9673, 15517, 12089, 11640, 14546, 10475, 19077, 13794, 18367, 12527, 18677, 13125, 18086, 13000, 18328, 13664, 9377, 13956, 9527, 16659, 10329, 17525, 11365, 18380, 12139, 17512, 12284, 17769, 12671, 17306, 12134, 17376, 12873, 9593, 13973, 9690, 16765, 11837, 18455, 12462, 18742, 12653, 18444, 13235, 17611, 12295, 14716, 12738, 9387, 14017, 9284, 17062, 9846, 17744, 10516, 17685, 10789, 17902, 12158, 18074, 11974, 17617, 12304, 17035, 12037, 17076, 12627, 13260, 11815, 11901, 12617, 13126, 12766, 15920, 13277, 9880, 12798, 11667, 13711, 16949, 13352, 17785, 13160, 16315, 12055, 16219, 11692, 16589, 11779, 15721, 12015, 16745, 11917, 16915, 11748, 17354, 12146, 17601, 12004, 17181, 12528, 17636, 13363, 11488, 13843, 10911, 15187, 10675, 15937, 10702, 17573, 11354, 18122, 13025, 18454, 13541, 18335, 13236, 17558, 13643, 10030, 13573, 9542, 15925, 9888, 16333, 10413, 17149, 10420, 18094, 12794, 18342, 13640, 10133, 16202, 12582, 12101, 15476, 11236, 19332, 13581, 14171, 13622, 9918, 18134, 12193, 17131, 11353, 16698, 10966, 17508, 11672, 17831, 12058, 17991, 12596, 18163, 13828, 19550, 13342, 10431, 14448, 10200, 17210, 11624, 18425, 11785, 17258, 11386, 17136, 11034, 17575, 10505, 16728, 11392, 17257, 11933, 17086, 12187, 16970, 12181, 16817, 12361, 17224, 12454, 17488, 12016, 16300, 12345, 14340, 12638, 11149, 12992, 9914, 14914, 9969, 15374, 10375, 15088, 13139, 14222, 10173, 14736, 10284, 15548, 10292, 15978, 10588, 17092, 12446, 10711, 14532, 11985, 16822, 13256, 9383, 15537, 10039, 16670, 10395, 16352, 10625, 16685, 10362, 16324, 10218, 16292, 10850, 17110, 12619, 16917, 11996, 12998, 12349, 11654, 13956, 11125, 16022, 10684, 16393, 11542, 16462, 12688, 15552, 10075, 16453, 10740, 17255, 12340, 18103, 13048, 17366, 12494, 16962, 12305, 17263, 12151, 17467, 12056, 17101, 12423, 17793, 12254, 17176, 12319, 16950, 12665, 13299, 12441, 10212, 14162, 9473, 16298, 10232, 16539, 10993, 17150, 12063, 16981, 10891, 16691, 10395, 15655, 9535, 15660, 10119, 15475, 11560, 14959, 13836, 14718, 9960, 14763, 10567, 14478, 14466, 13927, 18066, 14232, 17980, 12545, 16869, 12413, 16891, 12207, 14755, 11724, 10855, 12495, 9720, 15355, 10580, 17158, 10079, 17393, 10476, 16478, 11231, 15131, 9899, 16111, 10474, 15650, 10507, 15026, 14677, 14190, 11294, 13701, 13472, 14071, 15831, 13628, 10814, 14695, 9846, 15648, 9769, 15851, 10993, 15867, 9931, 16201, 10185, 16304, 10502, 15353, 10528, 15959, 11206, 16833, 13229, 11875, 15259, 10999, 20063, 13899, 18637, 12789, 17333, 13145, 15277, 12657, 15363, 12384, 9421, 16361, 12295, 15398, 12547, 9423, 15259, 10007, 17040, 11275, 17811, 12880, 16992, 12730, 13629, 13136, 9926, 14682, 10495, 16824, 12637, 17508, 12765, 14543, 12929, 9458, 15151, 10206, 16499, 10433, 16423, 10867, 17176, 12245, 17262, 13078, 17238, 12434, 17684, 12600, 16656, 12264, 14777, 12551, 12531, 13714, 9460, 15856, 11187, 17066, 12581, 17290, 12806, 12264, 12899, 10189, 15055, 10531, 15616, 10795, 16028, 10224, 16072, 10160, 17058, 10350, 16162, 10153, 16619, 10531, 16532, 11171, 16240, 10443, 15633, 10009, 15710, 9529, 15145, 9705, 15090, 9941, 14939, 11057, 15340, 11307, 13959, 10983, 14335, 10820, 15902, 11011, 17578, 13042, 9713, 15209, 11880, 18014, 12967, 16014, 12867, 18294, 12886, 17843, 12841, 16903, 11712, 16834, 10877, 17219, 9687, 14959, 9275, 14973, 9629, 15648, 9750, 15198, 10661, 15324, 9866, 15571, 10372, 15787, 14020, 15261, 10186, 15728, 10973, 16253, 10631, 16690, 11259, 18672, 12906, 16390, 11923, 17388, 12453, 17361, 11875, 16458, 10506, 15845, 9487, 14754, 9385, 14090, 13380, 13461, 15009, 13560, 11259, 13506, 10901, 14888, 10440, 14714, 10075, 14631, 9940, 15551, 12721, 14037, 19086, 12468, 16750, 12566, 17001, 12162, 15874, 11656, 15224, 11008, 14481, 11223, 15052, 11692, 15198, 11383, 15506, 11946, 9483, 13514, 9948, 14592, 12543, 14551, 18725, 13514, 14098, 13347, 16995, 12373, 15778, 11774, 15467, 11825, 15128, 11380, 14702, 10088, 14520, 9408, 13963, 9030, 13928, 13860, 13026, 18136, 12419, 14791, 11666, 15401, 11318, 15351, 11652, 15361, 11995, 14554, 11687, 13452, 12121, 16866, 12005, 15067, 12711, 10883, 14183, 9653, 17429, 13257], 'WindowCenter': [4946.0, 4884.0, 4917.0, 4879.0, 4915.0, 4866.0, 4901.0, 4863.0, 4892.0, 4862.0, 4883.0, 4855.0, 4873.0, 4865.0, 4863.0, 4865.0, 4872.0, 4873.0, 4893.0, 4874.0, 4833.0, 4865.0, 4825.0, 4884.0, 4855.0, 4894.0, 4825.0, 4894.0, 4823.0, 4893.0, 4833.0, 4880.0, 4811.0, 4889.0, 4831.0, 4900.0, 4852.0, 4900.0, 4852.0, 4890.0, 4840.0, 4880.0, 4831.0, 4880.0, 4820.0, 4879.0, 4807.0, 4877.0, 4798.0, 4869.0, 4799.0, 4869.0, 4800.0, 4879.0, 4801.0, 4879.0, 4811.0, 4886.0, 4831.0, 4887.0, 4830.0, 4878.0, 4830.0, 4879.0, 4831.0, 4889.0, 4820.0, 4879.0, 4820.0, 4867.0, 4830.0, 4878.0, 4841.0, 4889.0, 4842.0, 4880.0, 4842.0, 4880.0, 4843.0, 4891.0, 4842.0, 4892.0, 4854.0, 4888.0, 4853.0, 4824.0, 4874.0, 4824.0, 4900.0, 4874.0, 4834.0, 4884.0, 4813.0, 4893.0, 4842.0, 4897.0, 4850.0, 4888.0, 4839.0, 4889.0, 4850.0, 4865.0, 4826.0, 4857.0, 4838.0, 4847.0, 4839.0, 4846.0, 4849.0, 4808.0, 4868.0, 4800.0, 4880.0, 4809.0, 4869.0, 4817.0, 4858.0, 4798.0, 4858.0, 4799.0, 4871.0, 4810.0, 4879.0, 4809.0, 4876.0, 4818.0, 4874.0, 4830.0, 4889.0, 4839.0, 4879.0, 4837.0, 4879.0, 4841.0, 4889.0, 4831.0, 4878.0, 4829.0, 4878.0, 4819.0, 4876.0, 4828.0, 4871.0, 4830.0, 4878.0, 4840.0, 4878.0, 4840.0, 4879.0, 4842.0, 4888.0, 4851.0, 4878.0, 4840.0, 4879.0, 4841.0, 4879.0, 4851.0, 4890.0, 4852.0, 4889.0, 4851.0, 4832.0, 4861.0, 4832.0, 4883.0, 4866.0, 4905.0, 4835.0, 4894.0, 4823.0, 4863.0, 4890.0, 4853.0, 4890.0, 4852.0, 4877.0, 4840.0, 4868.0, 4829.0, 4877.0, 4819.0, 4865.0, 4808.0, 4856.0, 4807.0, 4866.0, 4796.0, 4866.0, 4786.0, 4855.0, 4786.0, 4852.0, 4787.0, 4865.0, 4807.0, 4876.0, 4829.0, 4885.0, 4829.0, 4875.0, 4839.0, 4877.0, 4840.0, 4879.0, 4850.0, 4859.0, 4830.0, 4800.0, 4870.0, 4841.0, 4840.0, 4862.0, 4814.0, 4903.0, 4863.0, 4887.0, 4852.0, 4890.0, 4852.0, 4890.0, 4842.0, 4880.0, 4851.0, 4878.0, 4851.0, 4819.0, 4842.0, 4840.0, 4850.0, 4870.0, 4863.0, 4851.0, 4863.0, 4841.0, 4863.0, 4861.0, 4863.0, 4881.0, 4863.0, 4882.0, 4863.0, 4860.0, 4852.0, 4889.0, 4841.0, 4880.0, 4829.0, 4878.0, 4841.0, 4880.0, 4832.0, 4870.0, 4843.0, 4852.0, 4865.0, 4834.0, 4883.0, 4813.0, 4892.0, 4823.0, 4900.0, 4833.0, 4891.0, 4851.0, 4888.0, 4841.0, 4889.0, 4850.0, 4879.0, 4841.0, 4880.0, 4853.0, 4811.0, 4850.0, 4811.0, 4871.0, 4854.0, 4844.0, 4872.0, 4836.0, 4915.0, 4874.0, 4902.0, 4854.0, 4892.0, 4852.0, 4891.0, 4853.0, 4890.0, 4851.0, 4790.0, 4849.0, 4800.0, 4869.0, 4810.0, 4879.0, 4828.0, 4887.0, 4840.0, 4879.0, 4839.0, 4879.0, 4841.0, 4880.0, 4842.0, 4880.0, 4841.0, 4811.0, 4862.0, 4823.0, 4890.0, 4844.0, 4901.0, 4853.0, 4900.0, 4853.0, 4891.0, 4844.0, 4891.0, 4841.0, 4861.0, 4850.0, 4802.0, 4861.0, 4813.0, 4893.0, 4825.0, 4893.0, 4824.0, 4891.0, 4823.0, 4890.0, 4841.0, 4880.0, 4831.0, 4878.0, 4830.0, 4867.0, 4829.0, 4868.0, 4828.0, 4837.0, 4829.0, 4817.0, 4839.0, 4836.0, 4839.0, 4865.0, 4838.0, 4798.0, 4840.0, 4828.0, 4849.0, 4877.0, 4851.0, 4877.0, 4841.0, 4867.0, 4838.0, 4869.0, 4830.0, 4879.0, 4842.0, 4870.0, 4842.0, 4880.0, 4840.0, 4880.0, 4842.0, 4891.0, 4843.0, 4891.0, 4844.0, 4892.0, 4855.0, 4903.0, 4865.0, 4844.0, 4866.0, 4833.0, 4874.0, 4823.0, 4884.0, 4834.0, 4891.0, 4845.0, 4901.0, 4864.0, 4902.0, 4865.0, 4902.0, 4864.0, 4893.0, 4864.0, 4812.0, 4862.0, 4814.0, 4883.0, 4813.0, 4883.0, 4822.0, 4891.0, 4825.0, 4902.0, 4853.0, 4892.0, 4861.0, 4835.0, 4893.0, 4866.0, 4856.0, 4886.0, 4847.0, 4916.0, 4866.0, 4875.0, 4864.0, 4825.0, 4903.0, 4842.0, 4881.0, 4830.0, 4870.0, 4821.0, 4880.0, 4833.0, 4889.0, 4841.0, 4879.0, 4840.0, 4872.0, 4850.0, 4887.0, 4840.0, 4810.0, 4848.0, 4810.0, 4867.0, 4818.0, 4876.0, 4804.0, 4854.0, 4805.0, 4853.0, 4794.0, 4853.0, 4795.0, 4850.0, 4803.0, 4851.0, 4803.0, 4850.0, 4814.0, 4852.0, 4815.0, 4864.0, 4825.0, 4864.0, 4826.0, 4864.0, 4827.0, 4855.0, 4828.0, 4844.0, 4828.0, 4815.0, 4839.0, 4809.0, 4860.0, 4809.0, 4870.0, 4811.0, 4872.0, 4850.0, 4861.0, 4811.0, 4860.0, 4811.0, 4870.0, 4808.0, 4870.0, 4823.0, 4890.0, 4852.0, 4835.0, 4883.0, 4857.0, 4906.0, 4866.0, 4827.0, 4895.0, 4826.0, 4894.0, 4826.0, 4894.0, 4835.0, 4882.0, 4824.0, 4883.0, 4824.0, 4882.0, 4835.0, 4893.0, 4855.0, 4894.0, 4856.0, 4861.0, 4868.0, 4857.0, 4889.0, 4848.0, 4898.0, 4848.0, 4896.0, 4847.0, 4897.0, 4854.0, 4885.0, 4824.0, 4884.0, 4834.0, 4892.0, 4855.0, 4902.0, 4866.0, 4894.0, 4855.0, 4891.0, 4855.0, 4894.0, 4856.0, 4904.0, 4855.0, 4890.0, 4856.0, 4893.0, 4855.0, 4891.0, 4855.0, 4893.0, 4854.0, 4854.0, 4854.0, 4823.0, 4875.0, 4826.0, 4895.0, 4836.0, 4896.0, 4847.0, 4905.0, 4856.0, 4894.0, 4846.0, 4896.0, 4836.0, 4882.0, 4815.0, 4884.0, 4824.0, 4874.0, 4833.0, 4874.0, 4862.0, 4873.0, 4822.0, 4873.0, 4834.0, 4875.0, 4874.0, 4876.0, 4904.0, 4874.0, 4893.0, 4854.0, 4890.0, 4854.0, 4893.0, 4856.0, 4874.0, 4857.0, 4829.0, 4865.0, 4826.0, 4895.0, 4836.0, 4904.0, 4827.0, 4905.0, 4835.0, 4894.0, 4835.0, 4874.0, 4814.0, 4882.0, 4823.0, 4883.0, 4824.0, 4873.0, 4872.0, 4864.0, 4832.0, 4864.0, 4851.0, 4875.0, 4883.0, 4865.0, 4835.0, 4874.0, 4824.0, 4885.0, 4825.0, 4896.0, 4845.0, 4895.0, 4827.0, 4894.0, 4837.0, 4897.0, 4836.0, 4887.0, 4836.0, 4879.0, 4835.0, 4892.0, 4866.0, 4856.0, 4893.0, 4861.0, 4937.0, 4876.0, 4903.0, 4855.0, 4881.0, 4854.0, 4860.0, 4841.0, 4870.0, 4841.0, 4802.0, 4881.0, 4844.0, 4872.0, 4841.0, 4804.0, 4872.0, 4815.0, 4884.0, 4836.0, 4893.0, 4853.0, 4882.0, 4854.0, 4862.0, 4855.0, 4825.0, 4873.0, 4824.0, 4893.0, 4856.0, 4903.0, 4867.0, 4887.0, 4869.0, 4827.0, 4886.0, 4825.0, 4896.0, 4837.0, 4885.0, 4836.0, 4894.0, 4855.0, 4893.0, 4863.0, 4894.0, 4855.0, 4894.0, 4855.0, 4882.0, 4844.0, 4873.0, 4855.0, 4855.0, 4865.0, 4816.0, 4881.0, 4846.0, 4894.0, 4867.0, 4906.0, 4868.0, 4856.0, 4866.0, 4825.0, 4875.0, 4825.0, 4885.0, 4824.0, 4874.0, 4813.0, 4883.0, 4824.0, 4893.0, 4814.0, 4881.0, 4814.0, 4881.0, 4823.0, 4880.0, 4833.0, 4881.0, 4823.0, 4883.0, 4824.0, 4884.0, 4816.0, 4874.0, 4814.0, 4874.0, 4823.0, 4874.0, 4833.0, 4883.0, 4834.0, 4875.0, 4847.0, 4888.0, 4836.0, 4896.0, 4847.0, 4915.0, 4878.0, 4842.0, 4912.0, 4871.0, 4919.0, 4880.0, 4897.0, 4879.0, 4907.0, 4868.0, 4896.0, 4855.0, 4884.0, 4832.0, 4881.0, 4822.0, 4880.0, 4802.0, 4860.0, 4800.0, 4860.0, 4801.0, 4871.0, 4811.0, 4873.0, 4822.0, 4871.0, 4813.0, 4882.0, 4823.0, 4884.0, 4864.0, 4874.0, 4822.0, 4870.0, 4822.0, 4881.0, 4822.0, 4882.0, 4833.0, 4889.0, 4852.0, 4881.0, 4842.0, 4891.0, 4842.0, 4879.0, 4832.0, 4882.0, 4820.0, 4870.0, 4800.0, 4858.0, 4789.0, 4848.0, 4839.0, 4851.0, 4858.0, 4851.0, 4819.0, 4849.0, 4821.0, 4872.0, 4822.0, 4873.0, 4813.0, 4871.0, 4814.0, 4884.0, 4852.0, 4864.0, 4903.0, 4854.0, 4882.0, 4843.0, 4881.0, 4841.0, 4867.0, 4831.0, 4860.0, 4822.0, 4859.0, 4831.0, 4869.0, 4844.0, 4871.0, 4846.0, 4884.0, 4856.0, 4826.0, 4875.0, 4824.0, 4886.0, 4855.0, 4875.0, 4902.0, 4865.0, 4863.0, 4864.0, 4882.0, 4854.0, 4872.0, 4842.0, 4873.0, 4844.0, 4872.0, 4844.0, 4874.0, 4835.0, 4874.0, 4814.0, 4873.0, 4804.0, 4875.0, 4862.0, 4864.0, 4904.0, 4855.0, 4873.0, 4846.0, 4872.0, 4845.0, 4884.0, 4846.0, 4883.0, 4856.0, 4873.0, 4857.0, 4865.0, 4857.0, 4895.0, 4857.0, 4874.0, 4868.0, 4834.0, 4876.0, 4825.0, 4907.0, 4878.0], 'WindowWidth': [10730.0, 10636.0, 10670.0, 10616.0, 10662.0, 10594.0, 10637.0, 10586.0, 10621.0, 10582.0, 10610.0, 10576.0, 10596.0, 10589.0, 10583.0, 10590.0, 10595.0, 10598.0, 10625.0, 10600.0, 10543.0, 10589.0, 10534.0, 10615.0, 10577.0, 10630.0, 10532.0, 10629.0, 10528.0, 10624.0, 10540.0, 10604.0, 10508.0, 10615.0, 10535.0, 10631.0, 10565.0, 10631.0, 10565.0, 10616.0, 10546.0, 10601.0, 10533.0, 10601.0, 10519.0, 10599.0, 10499.0, 10595.0, 10486.0, 10585.0, 10488.0, 10586.0, 10492.0, 10599.0, 10492.0, 10600.0, 10508.0, 10608.0, 10535.0, 10608.0, 10532.0, 10597.0, 10533.0, 10599.0, 10534.0, 10612.0, 10518.0, 10598.0, 10518.0, 10579.0, 10531.0, 10595.0, 10548.0, 10612.0, 10550.0, 10601.0, 10550.0, 10601.0, 10555.0, 10619.0, 10555.0, 10621.0, 10571.0, 10614.0, 10572.0, 10532.0, 10600.0, 10531.0, 10633.0, 10600.0, 10545.0, 10613.0, 10513.0, 10625.0, 10550.0, 10624.0, 10560.0, 10610.0, 10544.0, 10611.0, 10558.0, 10576.0, 10522.0, 10564.0, 10540.0, 10550.0, 10542.0, 10545.0, 10556.0, 10498.0, 10582.0, 10488.0, 10599.0, 10501.0, 10585.0, 10508.0, 10567.0, 10484.0, 10568.0, 10486.0, 10588.0, 10503.0, 10597.0, 10501.0, 10592.0, 10512.0, 10587.0, 10530.0, 10612.0, 10544.0, 10598.0, 10539.0, 10598.0, 10547.0, 10611.0, 10532.0, 10596.0, 10529.0, 10593.0, 10514.0, 10589.0, 10526.0, 10582.0, 10530.0, 10594.0, 10544.0, 10595.0, 10545.0, 10599.0, 10550.0, 10610.0, 10562.0, 10596.0, 10548.0, 10599.0, 10549.0, 10598.0, 10561.0, 10612.0, 10563.0, 10613.0, 10562.0, 10536.0, 10577.0, 10542.0, 10612.0, 10594.0, 10649.0, 10546.0, 10627.0, 10528.0, 10583.0, 10618.0, 10568.0, 10617.0, 10562.0, 10594.0, 10543.0, 10579.0, 10526.0, 10592.0, 10512.0, 10573.0, 10496.0, 10560.0, 10493.0, 10573.0, 10478.0, 10574.0, 10465.0, 10558.0, 10464.0, 10551.0, 10467.0, 10573.0, 10494.0, 10589.0, 10527.0, 10601.0, 10528.0, 10588.0, 10543.0, 10593.0, 10544.0, 10601.0, 10560.0, 10569.0, 10531.0, 10490.0, 10586.0, 10550.0, 10548.0, 10578.0, 10516.0, 10637.0, 10581.0, 10611.0, 10565.0, 10616.0, 10565.0, 10615.0, 10549.0, 10599.0, 10561.0, 10597.0, 10561.0, 10515.0, 10550.0, 10544.0, 10561.0, 10587.0, 10580.0, 10561.0, 10581.0, 10549.0, 10581.0, 10575.0, 10580.0, 10605.0, 10582.0, 10607.0, 10582.0, 10574.0, 10564.0, 10613.0, 10549.0, 10600.0, 10530.0, 10595.0, 10548.0, 10599.0, 10539.0, 10587.0, 10557.0, 10566.0, 10587.0, 10543.0, 10612.0, 10515.0, 10623.0, 10528.0, 10633.0, 10540.0, 10620.0, 10561.0, 10611.0, 10548.0, 10612.0, 10560.0, 10599.0, 10548.0, 10601.0, 10567.0, 10507.0, 10558.0, 10506.0, 10590.0, 10572.0, 10558.0, 10597.0, 10551.0, 10659.0, 10599.0, 10636.0, 10572.0, 10621.0, 10565.0, 10618.0, 10566.0, 10616.0, 10561.0, 10476.0, 10557.0, 10488.0, 10584.0, 10502.0, 10597.0, 10527.0, 10607.0, 10544.0, 10596.0, 10544.0, 10596.0, 10546.0, 10600.0, 10549.0, 10599.0, 10548.0, 10508.0, 10579.0, 10531.0, 10619.0, 10557.0, 10634.0, 10569.0, 10631.0, 10568.0, 10619.0, 10550.0, 10617.0, 10551.0, 10575.0, 10562.0, 10498.0, 10578.0, 10513.0, 10623.0, 10532.0, 10626.0, 10528.0, 10620.0, 10524.0, 10617.0, 10549.0, 10602.0, 10533.0, 10594.0, 10530.0, 10578.0, 10528.0, 10579.0, 10525.0, 10535.0, 10528.0, 10509.0, 10541.0, 10533.0, 10542.0, 10573.0, 10540.0, 10483.0, 10545.0, 10525.0, 10556.0, 10594.0, 10561.0, 10593.0, 10546.0, 10578.0, 10541.0, 10583.0, 10532.0, 10598.0, 10549.0, 10585.0, 10550.0, 10600.0, 10548.0, 10602.0, 10552.0, 10617.0, 10554.0, 10617.0, 10557.0, 10620.0, 10574.0, 10638.0, 10589.0, 10556.0, 10590.0, 10542.0, 10599.0, 10528.0, 10612.0, 10543.0, 10621.0, 10559.0, 10635.0, 10585.0, 10637.0, 10588.0, 10637.0, 10586.0, 10623.0, 10585.0, 10511.0, 10581.0, 10514.0, 10611.0, 10514.0, 10608.0, 10524.0, 10620.0, 10530.0, 10635.0, 10568.0, 10620.0, 10580.0, 10547.0, 10625.0, 10593.0, 10579.0, 10620.0, 10567.0, 10663.0, 10589.0, 10603.0, 10584.0, 10531.0, 10637.0, 10553.0, 10603.0, 10533.0, 10586.0, 10519.0, 10600.0, 10536.0, 10613.0, 10547.0, 10599.0, 10545.0, 10583.0, 10556.0, 10608.0, 10544.0, 10502.0, 10554.0, 10502.0, 10578.0, 10509.0, 10589.0, 10486.0, 10554.0, 10485.0, 10551.0, 10469.0, 10550.0, 10472.0, 10546.0, 10480.0, 10545.0, 10482.0, 10543.0, 10498.0, 10548.0, 10500.0, 10567.0, 10518.0, 10566.0, 10517.0, 10566.0, 10519.0, 10556.0, 10524.0, 10542.0, 10525.0, 10505.0, 10542.0, 10501.0, 10572.0, 10502.0, 10588.0, 10506.0, 10591.0, 10560.0, 10575.0, 10505.0, 10573.0, 10506.0, 10588.0, 10501.0, 10588.0, 10526.0, 10618.0, 10566.0, 10547.0, 10612.0, 10582.0, 10646.0, 10592.0, 10540.0, 10630.0, 10536.0, 10630.0, 10536.0, 10628.0, 10544.0, 10608.0, 10530.0, 10610.0, 10530.0, 10608.0, 10546.0, 10625.0, 10576.0, 10627.0, 10579.0, 10582.0, 10600.0, 10583.0, 10629.0, 10570.0, 10639.0, 10569.0, 10635.0, 10565.0, 10634.0, 10573.0, 10616.0, 10532.0, 10615.0, 10545.0, 10625.0, 10575.0, 10639.0, 10591.0, 10630.0, 10576.0, 10621.0, 10576.0, 10627.0, 10578.0, 10642.0, 10575.0, 10620.0, 10575.0, 10624.0, 10574.0, 10619.0, 10574.0, 10624.0, 10572.0, 10569.0, 10572.0, 10528.0, 10601.0, 10535.0, 10631.0, 10552.0, 10634.0, 10566.0, 10645.0, 10579.0, 10631.0, 10564.0, 10634.0, 10550.0, 10611.0, 10520.0, 10614.0, 10529.0, 10599.0, 10540.0, 10598.0, 10578.0, 10596.0, 10525.0, 10596.0, 10543.0, 10603.0, 10599.0, 10605.0, 10641.0, 10601.0, 10624.0, 10572.0, 10617.0, 10572.0, 10625.0, 10578.0, 10598.0, 10582.0, 10536.0, 10590.0, 10539.0, 10633.0, 10551.0, 10644.0, 10538.0, 10646.0, 10546.0, 10627.0, 10547.0, 10599.0, 10517.0, 10607.0, 10527.0, 10611.0, 10530.0, 10599.0, 10594.0, 10585.0, 10539.0, 10584.0, 10565.0, 10601.0, 10611.0, 10588.0, 10545.0, 10600.0, 10531.0, 10617.0, 10534.0, 10634.0, 10563.0, 10631.0, 10538.0, 10630.0, 10551.0, 10637.0, 10552.0, 10622.0, 10550.0, 10603.0, 10545.0, 10624.0, 10593.0, 10578.0, 10630.0, 10598.0, 10700.0, 10609.0, 10642.0, 10571.0, 10606.0, 10568.0, 10571.0, 10547.0, 10586.0, 10548.0, 10496.0, 10603.0, 10557.0, 10593.0, 10551.0, 10502.0, 10594.0, 10518.0, 10612.0, 10545.0, 10622.0, 10568.0, 10608.0, 10571.0, 10578.0, 10573.0, 10531.0, 10597.0, 10531.0, 10623.0, 10577.0, 10640.0, 10597.0, 10622.0, 10599.0, 10539.0, 10621.0, 10534.0, 10633.0, 10553.0, 10617.0, 10548.0, 10627.0, 10574.0, 10623.0, 10583.0, 10626.0, 10575.0, 10626.0, 10574.0, 10608.0, 10560.0, 10596.0, 10573.0, 10572.0, 10586.0, 10521.0, 10608.0, 10563.0, 10629.0, 10595.0, 10647.0, 10596.0, 10576.0, 10592.0, 10533.0, 10603.0, 10532.0, 10615.0, 10528.0, 10597.0, 10512.0, 10611.0, 10527.0, 10624.0, 10514.0, 10606.0, 10515.0, 10605.0, 10524.0, 10600.0, 10539.0, 10604.0, 10526.0, 10612.0, 10530.0, 10613.0, 10520.0, 10601.0, 10517.0, 10600.0, 10527.0, 10599.0, 10540.0, 10609.0, 10542.0, 10601.0, 10565.0, 10623.0, 10549.0, 10633.0, 10569.0, 10662.0, 10614.0, 10570.0, 10667.0, 10609.0, 10673.0, 10620.0, 10640.0, 10615.0, 10653.0, 10595.0, 10636.0, 10573.0, 10613.0, 10539.0, 10606.0, 10523.0, 10604.0, 10493.0, 10573.0, 10491.0, 10573.0, 10492.0, 10592.0, 10509.0, 10596.0, 10524.0, 10590.0, 10512.0, 10607.0, 10528.0, 10615.0, 10583.0, 10599.0, 10524.0, 10589.0, 10524.0, 10606.0, 10524.0, 10608.0, 10541.0, 10618.0, 10566.0, 10606.0, 10554.0, 10619.0, 10552.0, 10601.0, 10536.0, 10609.0, 10519.0, 10588.0, 10491.0, 10569.0, 10474.0, 10553.0, 10540.0, 10561.0, 10566.0, 10559.0, 10515.0, 10559.0, 10519.0, 10592.0, 10525.0, 10597.0, 10514.0, 10591.0, 10515.0, 10614.0, 10565.0, 10585.0, 10639.0, 10570.0, 10606.0, 10553.0, 10602.0, 10548.0, 10579.0, 10533.0, 10573.0, 10521.0, 10571.0, 10534.0, 10586.0, 10558.0, 10592.0, 10563.0, 10616.0, 10579.0, 10535.0, 10603.0, 10532.0, 10620.0, 10573.0, 10602.0, 10637.0, 10587.0, 10581.0, 10585.0, 10607.0, 10569.0, 10594.0, 10552.0, 10595.0, 10557.0, 10594.0, 10557.0, 10598.0, 10547.0, 10601.0, 10516.0, 10596.0, 10501.0, 10601.0, 10577.0, 10585.0, 10642.0, 10574.0, 10598.0, 10564.0, 10595.0, 10563.0, 10614.0, 10565.0, 10612.0, 10578.0, 10598.0, 10581.0, 10588.0, 10580.0, 10632.0, 10580.0, 10601.0, 10595.0, 10543.0, 10605.0, 10536.0, 10650.0, 10612.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.00023832376578645235</td></tr>
<tr><td colspan=3>aqi</td><td>0.018162909644087257</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.74269507857469</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.307203255264367</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9807807852068957</td></tr>
<tr><td colspan=3>efc</td><td>0.4929</td></tr>
<tr><td colspan=3>fber</td><td>4657.0996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06840037128640573</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4592422502870264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3980259889430564</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.368376125351695</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5979500289691355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.227751812508339</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133329</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012123586609959602</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02610517479479313</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.959484152288167</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>20.7313</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.8751</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.5331</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295538.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.3321</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4732</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>674.8035</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4021.8892</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1063.0107</td></tr>
<tr><td colspan=3>tsnr</td><td>42.54446356371045</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>