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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0010_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-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-02_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-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-02_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-0010/ses-04/func/sub-0010_ses-04_task-social_acq-mb8_run-02_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>62b2a73e2bfb38cc7d92b54e3698f868</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>15:44:28.332500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998801, 0.00851896, 0.0482091, -0.0111572, 0.998439, 0.0547229]</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-02_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.0730798</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7726, -7292, 683, -59, -33, 82, 84]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b8b7b2a1-bfda-4504-86a1-f95be8211bfc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797099113464355, -0.029933903366327286, 0.12870275974273682, 104.8105239868164], [-0.022855738177895546, 2.678739547729492, 0.14902696013450623, -83.29873657226562], [0.12934152781963348, -0.14681755006313324, 2.692810297012329, -54.4382438659668], [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': ['154428.332500', '154428.792500', '154429.252500', '154429.712500', '154430.172500', '154430.632500', '154431.092500', '154431.552500', '154432.012500', '154432.472500', '154432.932500', '154433.392500', '154433.852500', '154434.312500', '154434.772500', '154435.232500', '154435.692500', '154436.152500', '154436.612500', '154437.072500', '154437.532500', '154437.992500', '154438.452500', '154438.912500', '154439.372500', '154439.832500', '154440.292500', '154440.752500', '154441.212500', '154441.672500', '154442.132500', '154442.592500', '154443.052500', '154443.512500', '154443.972500', '154444.432500', '154444.892500', '154445.352500', '154445.812500', '154446.272500', '154446.732500', '154447.192500', '154447.652500', '154448.112500', '154448.572500', '154449.032500', '154449.492500', '154449.952500', '154450.412500', '154450.872500', '154451.332500', '154451.792500', '154452.252500', '154452.712500', '154453.172500', '154453.632500', '154454.092500', '154454.552500', '154455.012500', '154455.472500', '154455.932500', '154456.392500', '154456.852500', '154457.312500', '154457.772500', '154458.232500', '154458.692500', '154459.152500', '154459.612500', '154500.072500', '154500.532500', '154500.992500', '154501.452500', '154501.912500', '154502.372500', '154502.832500', '154503.292500', '154503.752500', '154504.212500', '154504.672500', '154505.132500', '154505.592500', '154506.052500', '154506.512500', '154506.972500', '154507.432500', '154507.892500', '154508.352500', '154508.812500', '154509.272500', '154509.732500', '154510.192500', '154510.652500', '154511.112500', '154511.572500', '154512.032500', '154512.492500', '154512.952500', '154513.412500', '154513.872500', '154514.332500', '154514.792500', '154515.252500', '154515.712500', '154516.172500', '154516.632500', '154517.092500', '154517.552500', '154518.012500', '154518.472500', '154518.932500', '154519.392500', '154519.852500', '154520.312500', '154520.772500', '154521.232500', '154521.692500', '154522.152500', '154522.612500', '154523.072500', '154523.532500', '154523.992500', '154524.452500', '154524.912500', '154525.372500', '154525.832500', '154526.292500', '154526.752500', '154527.212500', '154527.672500', '154528.132500', '154528.592500', '154529.052500', '154529.512500', '154529.972500', '154530.432500', '154530.892500', '154531.352500', '154531.812500', '154532.272500', '154532.732500', '154533.192500', '154533.652500', '154534.112500', '154534.572500', '154535.032500', '154535.492500', '154535.952500', '154536.412500', '154536.872500', '154537.332500', '154537.792500', '154538.252500', '154538.712500', '154539.172500', '154539.632500', '154540.092500', '154540.552500', '154541.012500', '154541.472500', '154541.932500', '154542.392500', '154542.852500', '154543.312500', '154543.772500', '154544.232500', '154544.692500', '154545.152500', '154545.612500', '154546.072500', '154546.532500', '154546.992500', '154547.452500', '154547.912500', '154548.372500', '154548.832500', '154549.292500', '154549.752500', '154550.212500', '154550.672500', '154551.132500', '154551.592500', '154552.052500', '154552.512500', '154552.972500', '154553.432500', '154553.892500', '154554.352500', '154554.812500', '154555.272500', '154555.732500', '154556.192500', '154556.652500', '154557.112500', '154557.572500', '154558.032500', '154558.492500', '154558.952500', '154559.412500', '154559.872500', '154600.332500', '154600.792500', '154601.252500', '154601.712500', '154602.172500', '154602.632500', '154603.092500', '154603.552500', '154604.012500', '154604.472500', '154604.932500', '154605.392500', '154605.852500', '154606.312500', '154606.772500', '154607.232500', '154607.692500', '154608.152500', '154608.612500', '154609.072500', '154609.532500', '154609.992500', '154610.452500', '154610.912500', '154611.372500', '154611.832500', '154612.292500', '154612.752500', '154613.212500', '154613.672500', '154614.132500', '154614.592500', '154615.052500', '154615.512500', '154615.972500', '154616.432500', '154616.892500', '154617.352500', '154617.812500', '154618.272500', '154618.732500', '154619.192500', '154619.652500', '154620.112500', '154620.572500', '154621.032500', '154621.492500', '154621.952500', '154622.412500', '154622.872500', '154623.332500', '154623.792500', '154624.252500', '154624.712500', '154625.172500', '154625.632500', '154626.092500', '154626.552500', '154627.012500', '154627.472500', '154627.932500', '154628.392500', '154628.852500', '154629.312500', '154629.772500', '154630.232500', '154630.692500', '154631.152500', '154631.612500', '154632.072500', '154632.532500', '154632.992500', '154633.452500', '154633.912500', '154634.372500', '154634.832500', '154635.292500', '154635.752500', '154636.212500', '154636.672500', '154637.132500', '154637.592500', '154638.052500', '154638.512500', '154638.972500', '154639.432500', '154639.892500', '154640.352500', '154640.812500', '154641.272500', '154641.732500', '154642.192500', '154642.652500', '154643.112500', '154643.572500', '154644.032500', '154644.492500', '154644.952500', '154645.412500', '154645.872500', '154646.332500', '154646.792500', '154647.252500', '154647.712500', '154648.172500', '154648.632500', '154649.092500', '154649.552500', '154650.012500', '154650.472500', '154650.932500', '154651.392500', '154651.852500', '154652.312500', '154652.772500', '154653.232500', '154653.692500', '154654.152500', '154654.612500', '154655.072500', '154655.532500', '154655.992500', '154656.452500', '154656.912500', '154657.372500', '154657.832500', '154658.292500', '154658.752500', '154659.212500', '154659.672500', '154700.132500', '154700.592500', '154701.052500', '154701.512500', '154701.972500', '154702.432500', '154702.892500', '154703.352500', '154703.812500', '154704.272500', '154704.732500', '154705.192500', '154705.652500', '154706.112500', '154706.572500', '154707.032500', '154707.492500', '154707.952500', '154708.412500', '154708.872500', '154709.332500', '154709.792500', '154710.252500', '154710.712500', '154711.172500', '154711.632500', '154712.092500', '154712.552500', '154713.012500', '154713.472500', '154713.932500', '154714.392500', '154714.852500', '154715.312500', '154715.772500', '154716.232500', '154716.692500', '154717.152500', '154717.612500', '154718.072500', '154718.532500', '154718.992500', '154719.452500', '154719.912500', '154720.372500', '154720.832500', '154721.292500', '154721.752500', '154722.212500', '154722.672500', '154723.132500', '154723.592500', '154724.052500', '154724.512500', '154724.972500', '154725.432500', '154725.892500', '154726.352500', '154726.812500', '154727.272500', '154727.732500', '154728.192500', '154728.652500', '154729.112500', '154729.572500', '154730.032500', '154730.492500', '154730.952500', '154731.412500', '154731.872500', '154732.332500', '154732.792500', '154733.252500', '154733.712500', '154734.172500', '154734.632500', '154735.092500', '154735.552500', '154736.012500', '154736.472500', '154736.932500', '154737.392500', '154737.852500', '154738.312500', '154738.772500', '154739.232500', '154739.692500', '154740.152500', '154740.612500', '154741.072500', '154741.532500', '154741.992500', '154742.452500', '154742.912500', '154743.372500', '154743.832500', '154744.292500', '154744.752500', '154745.212500', '154745.672500', '154746.132500', '154746.592500', '154747.052500', '154747.512500', '154747.972500', '154748.432500', '154748.892500', '154749.352500', '154749.812500', '154750.272500', '154750.732500', '154751.192500', '154751.652500', '154752.112500', '154752.572500', '154753.032500', '154753.492500', '154753.952500', '154754.412500', '154754.872500', '154755.332500', '154755.792500', '154756.252500', '154756.712500', '154757.172500', '154757.632500', '154758.092500', '154758.552500', '154759.012500', '154759.472500', '154759.932500', '154800.392500', '154800.852500', '154801.312500', '154801.772500', '154802.232500', '154802.692500', '154803.152500', '154803.612500', '154804.072500', '154804.532500', '154804.992500', '154805.452500', '154805.912500', '154806.372500', '154806.832500', '154807.292500', '154807.752500', '154808.212500', '154808.672500', '154809.132500', '154809.592500', '154810.052500', '154810.512500', '154810.972500', '154811.432500', '154811.892500', '154812.352500', '154812.812500', '154813.272500', '154813.732500', '154814.192500', '154814.652500', '154815.112500', '154815.572500', '154816.032500', '154816.492500', '154816.952500', '154817.412500', '154817.872500', '154818.332500', '154818.792500', '154819.252500', '154819.712500', '154820.172500', '154820.632500', '154821.092500', '154821.552500', '154822.012500', '154822.472500', '154822.932500', '154823.392500', '154823.852500', '154824.312500', '154824.772500', '154825.232500', '154825.692500', '154826.152500', '154826.612500', '154827.072500', '154827.532500', '154827.992500', '154828.452500', '154828.912500', '154829.372500', '154829.832500', '154830.292500', '154830.752500', '154831.212500', '154831.672500', '154832.132500', '154832.592500', '154833.052500', '154833.512500', '154833.972500', '154834.432500', '154834.892500', '154835.352500', '154835.812500', '154836.272500', '154836.732500', '154837.192500', '154837.652500', '154838.112500', '154838.572500', '154839.032500', '154839.492500', '154839.952500', '154840.412500', '154840.872500', '154841.332500', '154841.792500', '154842.252500', '154842.712500', '154843.172500', '154843.632500', '154844.092500', '154844.552500', '154845.012500', '154845.472500', '154845.932500', '154846.392500', '154846.852500', '154847.312500', '154847.772500', '154848.232500', '154848.692500', '154849.152500', '154849.612500', '154850.072500', '154850.532500', '154850.992500', '154851.452500', '154851.912500', '154852.372500', '154852.832500', '154853.292500', '154853.752500', '154854.212500', '154854.672500', '154855.132500', '154855.592500', '154856.052500', '154856.512500', '154856.972500', '154857.432500', '154857.892500', '154858.352500', '154858.812500', '154859.272500', '154859.732500', '154900.192500', '154900.652500', '154901.112500', '154901.572500', '154902.032500', '154902.492500', '154902.952500', '154903.412500', '154903.872500', '154904.332500', '154904.792500', '154905.252500', '154905.712500', '154906.172500', '154906.632500', '154907.092500', '154907.552500', '154908.012500', '154908.472500', '154908.932500', '154909.392500', '154909.852500', '154910.312500', '154910.772500', '154911.232500', '154911.692500', '154912.152500', '154912.612500', '154913.072500', '154913.532500', '154913.992500', '154914.452500', '154914.912500', '154915.372500', '154915.832500', '154916.292500', '154916.752500', '154917.212500', '154917.672500', '154918.132500', '154918.592500', '154919.052500', '154919.512500', '154919.972500', '154920.432500', '154920.892500', '154921.352500', '154921.812500', '154922.272500', '154922.732500', '154923.192500', '154923.652500', '154924.112500', '154924.572500', '154925.032500', '154925.492500', '154925.952500', '154926.412500', '154926.872500', '154927.332500', '154927.792500', '154928.252500', '154928.712500', '154929.172500', '154929.632500', '154930.092500', '154930.552500', '154931.012500', '154931.472500', '154931.932500', '154932.392500', '154932.852500', '154933.312500', '154933.772500', '154934.232500', '154934.692500', '154935.152500', '154935.612500', '154936.072500', '154936.532500', '154936.992500', '154937.452500', '154937.912500', '154938.372500', '154938.832500', '154939.292500', '154939.752500', '154940.212500', '154940.672500', '154941.132500', '154941.592500', '154942.052500', '154942.512500', '154942.972500', '154943.432500', '154943.892500', '154944.352500', '154944.812500', '154945.272500', '154945.732500', '154946.192500', '154946.652500', '154947.112500', '154947.572500', '154948.032500', '154948.492500', '154948.952500', '154949.412500', '154949.872500', '154950.332500', '154950.792500', '154951.252500', '154951.712500', '154952.172500', '154952.632500', '154953.092500', '154953.552500', '154954.012500', '154954.472500', '154954.932500', '154955.392500', '154955.852500', '154956.312500', '154956.772500', '154957.232500', '154957.692500', '154958.152500', '154958.612500', '154959.072500', '154959.532500', '154959.992500', '155000.452500', '155000.912500', '155001.372500', '155001.832500', '155002.292500', '155002.752500', '155003.212500', '155003.672500', '155004.132500', '155004.592500', '155005.052500', '155005.512500', '155005.972500', '155006.432500', '155006.892500', '155007.352500', '155007.812500', '155008.272500', '155008.732500', '155009.192500', '155009.652500', '155010.112500', '155010.572500', '155011.032500', '155011.492500', '155011.952500', '155012.412500', '155012.872500', '155013.332500', '155013.792500', '155014.252500', '155014.712500', '155015.172500', '155015.632500', '155016.092500', '155016.552500', '155017.012500', '155017.472500', '155017.932500', '155018.392500', '155018.852500', '155019.312500', '155019.772500', '155020.232500', '155020.692500', '155021.152500', '155021.612500', '155022.072500', '155022.532500', '155022.992500', '155023.452500', '155023.912500', '155024.372500', '155024.832500', '155025.292500', '155025.752500', '155026.212500', '155026.672500', '155027.132500', '155027.592500', '155028.052500', '155028.512500', '155028.972500', '155029.432500', '155029.892500', '155030.352500', '155030.812500', '155031.272500', '155031.732500', '155032.192500', '155032.652500', '155033.112500', '155033.572500', '155034.032500', '155034.492500', '155034.952500', '155035.412500', '155035.872500', '155036.332500', '155036.792500', '155037.252500', '155037.712500', '155038.172500', '155038.632500', '155039.092500', '155039.552500', '155040.012500', '155040.472500', '155040.932500', '155041.392500', '155041.852500', '155042.312500', '155042.772500', '155043.232500', '155043.692500', '155044.152500', '155044.612500', '155045.072500', '155045.532500', '155045.992500', '155046.452500', '155046.912500', '155047.372500', '155047.832500', '155048.292500', '155048.752500', '155049.212500', '155049.672500', '155050.132500', '155050.592500', '155051.052500', '155051.512500', '155051.972500', '155052.432500', '155052.892500', '155053.352500', '155053.812500', '155054.272500', '155054.732500', '155055.192500', '155055.652500', '155056.112500', '155056.572500', '155057.032500', '155057.492500', '155057.952500', '155058.412500', '155058.872500', '155059.332500', '155059.792500', '155100.252500', '155100.712500', '155101.172500', '155101.632500', '155102.092500', '155102.552500', '155103.012500', '155103.472500', '155103.932500', '155104.392500', '155104.852500', '155105.312500', '155105.772500', '155106.232500', '155106.692500', '155107.152500', '155107.612500', '155108.072500', '155108.532500', '155108.992500'], 'ContentTime': ['154453.481000', '154453.485000', '154453.490000', '154453.494000', '154453.497000', '154453.500000', '154453.503000', '154453.506000', '154453.509000', '154453.512000', '154453.515000', '154453.518000', '154453.521000', '154453.524000', '154453.527000', '154453.530000', '154453.533000', '154453.536000', '154453.539000', '154453.542000', '154453.545000', '154453.548000', '154453.551000', '154453.554000', '154453.557000', '154453.560000', '154453.562000', '154453.583000', '154453.586000', '154453.589000', '154453.592000', '154453.595000', '154453.598000', '154453.601000', '154453.604000', '154453.607000', '154453.610000', '154453.613000', '154453.616000', '154453.618000', '154453.621000', '154453.624000', '154453.627000', '154453.630000', '154453.633000', '154453.636000', '154453.639000', '154453.642000', '154453.645000', '154453.648000', '154453.651000', '154453.654000', '154513.438000', '154513.441000', '154513.444000', '154513.447000', '154513.450000', '154513.453000', '154513.456000', '154513.459000', '154513.462000', '154513.465000', '154513.468000', '154513.471000', '154513.474000', '154513.477000', '154513.480000', '154513.483000', '154513.486000', '154513.489000', '154513.492000', '154513.495000', '154513.497000', '154513.500000', '154513.503000', '154513.506000', '154513.509000', '154513.512000', '154513.515000', '154513.518000', '154513.521000', '154513.524000', '154513.527000', '154513.530000', '154513.533000', '154513.536000', '154513.539000', '154513.542000', '154513.545000', '154513.548000', '154513.550000', '154513.553000', '154513.556000', '154513.559000', '154513.562000', '154513.566000', '154533.438000', '154533.441000', '154533.444000', '154533.447000', '154533.450000', '154533.453000', '154533.456000', '154533.459000', '154533.463000', '154533.466000', '154533.469000', '154533.472000', '154533.475000', '154533.478000', '154533.481000', '154533.484000', '154533.487000', '154533.490000', '154533.493000', '154533.496000', '154533.499000', '154533.502000', '154533.505000', '154533.509000', '154533.512000', '154533.515000', '154533.518000', '154533.521000', '154533.524000', '154533.527000', '154533.530000', '154533.533000', '154533.536000', '154533.539000', '154533.542000', '154533.545000', '154533.548000', '154533.551000', '154533.554000', '154533.557000', '154533.560000', '154533.563000', '154533.566000', '154553.437000', '154553.440000', '154553.443000', '154553.446000', '154553.449000', '154553.452000', '154553.455000', '154553.458000', '154553.461000', '154553.464000', '154553.467000', '154553.470000', '154553.473000', '154553.476000', '154553.478000', '154553.481000', '154553.484000', '154553.487000', '154553.490000', '154553.493000', '154553.496000', '154553.499000', '154553.502000', '154553.505000', '154553.508000', '154553.511000', '154553.514000', '154553.517000', '154553.520000', '154553.523000', '154553.526000', '154553.529000', '154553.532000', '154553.535000', '154553.538000', '154553.541000', '154553.544000', '154553.546000', '154553.549000', '154553.552000', '154553.555000', '154553.558000', '154553.561000', '154553.564000', '154613.437000', '154613.440000', '154613.443000', '154613.446000', '154613.449000', '154613.452000', '154613.455000', '154613.464000', '154613.467000', '154613.470000', '154613.473000', '154613.476000', '154613.479000', '154613.481000', '154613.485000', '154613.488000', '154613.491000', '154613.493000', '154613.496000', '154613.499000', '154613.502000', '154613.505000', '154613.508000', '154613.511000', '154613.515000', '154613.518000', '154613.521000', '154613.525000', '154613.528000', '154613.531000', '154613.534000', '154613.537000', '154613.540000', '154613.543000', '154613.546000', '154613.548000', '154613.552000', '154613.555000', '154613.557000', '154613.560000', '154613.563000', '154613.566000', '154613.569000', '154633.438000', '154633.441000', '154633.444000', '154633.447000', '154633.450000', '154633.453000', '154633.456000', '154633.459000', '154633.462000', '154633.465000', '154633.468000', '154633.471000', '154633.474000', '154633.476000', '154633.479000', '154633.482000', '154633.485000', '154633.488000', '154633.491000', '154633.494000', '154633.497000', '154633.500000', '154633.503000', '154633.506000', '154633.509000', '154633.512000', '154633.515000', '154633.518000', '154633.534000', '154633.537000', '154633.540000', '154633.543000', '154633.545000', '154633.548000', '154633.551000', '154633.554000', '154633.557000', '154633.560000', '154633.563000', '154633.566000', '154633.569000', '154633.572000', '154633.575000', '154633.587000', '154653.438000', '154653.441000', '154653.444000', '154653.447000', '154653.450000', '154653.453000', '154653.456000', '154653.459000', '154653.462000', '154653.465000', '154653.468000', '154653.471000', '154653.474000', '154653.477000', '154653.480000', '154653.483000', '154653.486000', '154653.489000', '154653.492000', '154653.495000', '154653.498000', '154653.501000', '154653.504000', '154653.507000', '154653.510000', '154653.513000', '154653.516000', '154653.519000', '154653.521000', '154653.524000', '154653.527000', '154653.530000', '154653.533000', '154653.536000', '154653.539000', '154653.542000', '154653.545000', '154653.548000', '154653.551000', '154653.554000', '154653.557000', '154653.560000', '154653.563000', '154713.438000', '154713.441000', '154713.444000', '154713.447000', '154713.450000', '154713.453000', '154713.456000', '154713.459000', '154713.462000', '154713.465000', '154713.468000', '154713.471000', '154713.474000', '154713.477000', '154713.480000', '154713.483000', '154713.486000', '154713.489000', '154713.492000', '154713.495000', '154713.497000', '154713.500000', '154713.503000', '154713.506000', '154713.509000', '154713.512000', '154713.515000', '154713.518000', '154713.521000', '154713.524000', '154713.527000', '154713.530000', '154713.533000', '154713.536000', '154713.539000', '154713.542000', '154713.545000', '154713.548000', '154713.551000', '154713.554000', '154713.557000', '154713.560000', '154713.563000', '154713.566000', '154733.438000', '154733.441000', '154733.444000', '154733.447000', '154733.450000', '154733.453000', '154733.456000', '154733.459000', '154733.462000', '154733.465000', '154733.468000', '154733.471000', '154733.474000', '154733.477000', '154733.480000', '154733.483000', '154733.486000', '154733.489000', '154733.491000', '154733.494000', '154733.499000', '154733.502000', '154733.505000', '154733.508000', '154733.511000', '154733.514000', '154733.517000', '154733.520000', '154733.523000', '154733.526000', '154733.528000', '154733.531000', '154733.534000', '154733.537000', '154733.540000', '154733.543000', '154733.546000', '154733.549000', '154733.553000', '154733.557000', '154733.560000', '154733.563000', '154733.566000', '154753.438000', '154753.441000', '154753.444000', '154753.447000', '154753.450000', '154753.453000', '154753.456000', '154753.459000', '154753.462000', '154753.465000', '154753.468000', '154753.471000', '154753.474000', '154753.477000', '154753.480000', '154753.483000', '154753.491000', '154753.494000', '154753.497000', '154753.500000', '154753.503000', '154753.506000', '154753.509000', '154753.512000', '154753.515000', '154753.518000', '154753.521000', '154753.524000', '154753.527000', '154753.530000', '154753.533000', '154753.536000', '154753.539000', '154753.542000', '154753.545000', '154753.548000', '154753.550000', '154753.553000', '154753.556000', '154753.559000', '154753.562000', '154753.565000', '154753.568000', '154753.571000', '154813.437000', '154813.440000', '154813.443000', '154813.453000', '154813.456000', '154813.459000', '154813.462000', '154813.465000', '154813.468000', '154813.471000', '154813.474000', '154813.477000', '154813.480000', '154813.483000', '154813.486000', '154813.489000', '154813.492000', '154813.495000', '154813.498000', '154813.501000', '154813.504000', '154813.507000', '154813.510000', '154813.513000', '154813.516000', '154813.519000', '154813.522000', '154813.525000', '154813.528000', '154813.530000', '154813.533000', '154813.536000', '154813.539000', '154813.542000', '154813.545000', '154813.548000', '154813.551000', '154813.563000', '154813.566000', '154813.569000', '154813.572000', '154813.575000', '154813.578000', '154833.437000', '154833.440000', '154833.443000', '154833.446000', '154833.449000', '154833.452000', '154833.455000', '154833.458000', '154833.461000', '154833.464000', '154833.467000', '154833.470000', '154833.473000', '154833.476000', '154833.479000', '154833.482000', '154833.485000', '154833.488000', '154833.491000', '154833.494000', '154833.497000', '154833.500000', '154833.503000', '154833.506000', '154833.509000', '154833.512000', '154833.514000', '154833.517000', '154833.520000', '154833.523000', '154833.526000', '154833.529000', '154833.532000', '154833.535000', '154833.538000', '154833.541000', '154833.544000', '154833.547000', '154833.550000', '154833.553000', '154833.556000', '154833.559000', '154833.562000', '154833.565000', '154853.438000', '154853.441000', '154853.444000', '154853.447000', '154853.450000', '154853.453000', '154853.456000', '154853.459000', '154853.462000', '154853.465000', '154853.468000', '154853.471000', '154853.474000', '154853.477000', '154853.480000', '154853.483000', '154853.486000', '154853.489000', '154853.492000', '154853.495000', '154853.498000', '154853.501000', '154853.504000', '154853.506000', '154853.509000', '154853.512000', '154853.515000', '154853.518000', '154853.521000', '154853.524000', '154853.527000', '154853.530000', '154853.533000', '154853.537000', '154853.541000', '154853.544000', '154853.547000', '154853.550000', '154853.553000', '154853.556000', '154853.559000', '154853.562000', '154853.565000', '154913.438000', '154913.441000', '154913.444000', '154913.453000', '154913.456000', '154913.459000', '154913.462000', '154913.465000', '154913.468000', '154913.471000', '154913.474000', '154913.477000', '154913.480000', '154913.483000', '154913.486000', '154913.489000', '154913.492000', '154913.495000', '154913.498000', '154913.502000', '154913.505000', '154913.508000', '154913.511000', '154913.514000', '154913.517000', '154913.520000', '154913.522000', '154913.526000', '154913.528000', '154913.531000', '154913.534000', '154913.537000', '154913.540000', '154913.543000', '154913.546000', '154913.549000', '154913.552000', '154913.555000', '154913.558000', '154913.561000', '154913.564000', '154913.567000', '154913.570000', '154913.573000', '154933.438000', '154933.441000', '154933.444000', '154933.447000', '154933.450000', '154933.453000', '154933.456000', '154933.459000', '154933.462000', '154933.465000', '154933.468000', '154933.471000', '154933.474000', '154933.477000', '154933.480000', '154933.483000', '154933.486000', '154933.489000', '154933.492000', '154933.495000', '154933.498000', '154933.501000', '154933.504000', '154933.507000', '154933.510000', '154933.513000', '154933.516000', '154933.519000', '154933.522000', '154933.525000', '154933.528000', '154933.531000', '154933.534000', '154933.537000', '154933.540000', '154933.543000', '154933.545000', '154933.549000', '154933.551000', '154933.554000', '154933.557000', '154933.560000', '154933.563000', '154953.438000', '154953.441000', '154953.453000', '154953.455000', '154953.458000', '154953.461000', '154953.465000', '154953.467000', '154953.470000', '154953.473000', '154953.476000', '154953.479000', '154953.482000', '154953.485000', '154953.488000', '154953.491000', '154953.494000', '154953.497000', '154953.500000', '154953.503000', '154953.506000', '154953.509000', '154953.512000', '154953.515000', '154953.518000', '154953.521000', '154953.524000', '154953.527000', '154953.530000', '154953.532000', '154953.536000', '154953.539000', '154953.542000', '154953.544000', '154953.548000', '154953.551000', '154953.553000', '154953.556000', '154953.559000', '154953.562000', '154953.565000', '154953.568000', '154953.571000', '154953.583000', '155013.438000', '155013.441000', '155013.444000', '155013.447000', '155013.462000', '155013.465000', '155013.468000', '155013.471000', '155013.474000', '155013.477000', '155013.480000', '155013.483000', '155013.486000', '155013.489000', '155013.492000', '155013.495000', '155013.498000', '155013.501000', '155013.504000', '155013.507000', '155013.510000', '155013.513000', '155013.515000', '155013.518000', '155013.527000', '155013.529000', '155013.532000', '155013.535000', '155013.539000', '155013.541000', '155013.544000', '155013.547000', '155013.551000', '155013.553000', '155013.556000', '155013.559000', '155013.562000', '155013.565000', '155013.568000', '155013.571000', '155013.576000', '155013.579000', '155013.582000', '155033.437000', '155033.441000', '155033.445000', '155033.448000', '155033.451000', '155033.454000', '155033.457000', '155033.460000', '155033.463000', '155033.466000', '155033.469000', '155033.472000', '155033.475000', '155033.478000', '155033.481000', '155033.484000', '155033.487000', '155033.490000', '155033.493000', '155033.496000', '155033.499000', '155033.502000', '155033.505000', '155033.508000', '155033.511000', '155033.514000', '155033.517000', '155033.520000', '155033.523000', '155033.526000', '155033.529000', '155033.531000', '155033.534000', '155033.538000', '155033.541000', '155033.543000', '155033.546000', '155033.549000', '155033.552000', '155033.555000', '155033.558000', '155033.561000', '155033.564000', '155053.437000', '155053.440000', '155053.443000', '155053.446000', '155053.449000', '155053.452000', '155053.455000', '155053.458000', '155053.461000', '155053.464000', '155053.467000', '155053.470000', '155053.473000', '155053.476000', '155053.479000', '155053.482000', '155053.485000', '155053.488000', '155053.491000', '155053.494000', '155053.497000', '155053.500000', '155053.503000', '155053.506000', '155053.509000', '155053.512000', '155053.514000', '155053.517000', '155053.521000', '155053.523000', '155053.526000', '155053.529000', '155053.532000', '155053.535000', '155053.538000', '155053.541000', '155053.544000', '155053.547000', '155053.550000', '155053.553000', '155053.556000', '155053.559000', '155053.562000', '155053.567000', '155110.262000', '155110.266000', '155110.281000', '155110.284000', '155110.287000', '155110.290000', '155110.294000', '155110.297000', '155110.301000', '155110.304000', '155110.307000', '155110.310000', '155110.313000', '155110.316000', '155110.319000', '155110.322000', '155110.325000', '155110.328000', '155110.332000', '155110.335000', '155110.338000', '155110.341000', '155110.344000', '155110.347000', '155110.350000', '155110.353000', '155110.356000', '155110.359000', '155110.362000', '155110.365000', '155110.368000', '155110.371000', '155110.374000', '155110.377000', '155110.381000', '155110.384000', '155110.386000'], 'InstanceCreationTime': ['154453.481000', '154453.485000', '154453.490000', '154453.494000', '154453.497000', '154453.500000', '154453.503000', '154453.506000', '154453.509000', '154453.512000', '154453.515000', '154453.518000', '154453.521000', '154453.524000', '154453.527000', '154453.530000', '154453.533000', '154453.536000', '154453.539000', '154453.542000', '154453.545000', '154453.548000', '154453.551000', '154453.554000', '154453.557000', '154453.560000', '154453.562000', '154453.583000', '154453.586000', '154453.589000', '154453.592000', '154453.595000', '154453.598000', '154453.601000', '154453.604000', '154453.607000', '154453.610000', '154453.613000', '154453.616000', '154453.618000', '154453.621000', '154453.624000', '154453.627000', '154453.630000', '154453.633000', '154453.636000', '154453.639000', '154453.642000', '154453.645000', '154453.648000', '154453.651000', '154453.654000', '154513.438000', '154513.441000', '154513.444000', '154513.447000', '154513.450000', '154513.453000', '154513.456000', '154513.459000', '154513.462000', '154513.465000', '154513.468000', '154513.471000', '154513.474000', '154513.477000', '154513.480000', '154513.483000', '154513.486000', '154513.489000', '154513.492000', '154513.495000', '154513.497000', '154513.500000', '154513.503000', '154513.506000', '154513.509000', '154513.512000', '154513.515000', '154513.518000', '154513.521000', '154513.524000', '154513.527000', '154513.530000', '154513.533000', '154513.536000', '154513.539000', '154513.542000', '154513.545000', '154513.548000', '154513.550000', '154513.553000', '154513.556000', '154513.559000', '154513.562000', '154513.566000', '154533.438000', '154533.441000', '154533.444000', '154533.447000', '154533.450000', '154533.453000', '154533.456000', '154533.459000', '154533.463000', '154533.466000', '154533.469000', '154533.472000', '154533.475000', '154533.478000', '154533.481000', '154533.484000', '154533.487000', '154533.490000', '154533.493000', '154533.496000', '154533.499000', '154533.502000', '154533.505000', '154533.509000', '154533.512000', '154533.515000', '154533.518000', '154533.521000', '154533.524000', '154533.527000', '154533.530000', '154533.533000', '154533.536000', '154533.539000', '154533.542000', '154533.545000', '154533.548000', '154533.551000', '154533.554000', '154533.557000', '154533.560000', '154533.563000', '154533.566000', '154553.437000', '154553.440000', '154553.443000', '154553.446000', '154553.449000', '154553.452000', '154553.455000', '154553.458000', '154553.461000', '154553.464000', '154553.467000', '154553.470000', '154553.473000', '154553.476000', '154553.478000', '154553.481000', '154553.484000', '154553.487000', '154553.490000', '154553.493000', '154553.496000', '154553.499000', '154553.502000', '154553.505000', '154553.508000', '154553.511000', '154553.514000', '154553.517000', '154553.520000', '154553.523000', '154553.526000', '154553.529000', '154553.532000', '154553.535000', '154553.538000', '154553.541000', '154553.544000', '154553.546000', '154553.549000', '154553.552000', '154553.555000', '154553.558000', '154553.561000', '154553.564000', '154613.437000', '154613.440000', '154613.443000', '154613.446000', '154613.449000', '154613.452000', '154613.455000', '154613.464000', '154613.467000', '154613.470000', '154613.473000', '154613.476000', '154613.479000', '154613.481000', '154613.485000', '154613.488000', '154613.491000', '154613.493000', '154613.496000', '154613.499000', '154613.502000', '154613.505000', '154613.508000', '154613.511000', '154613.515000', '154613.518000', '154613.521000', '154613.525000', '154613.528000', '154613.531000', '154613.534000', '154613.537000', '154613.540000', '154613.543000', '154613.546000', '154613.548000', '154613.552000', '154613.555000', '154613.557000', '154613.560000', '154613.563000', '154613.566000', '154613.569000', '154633.438000', '154633.441000', '154633.444000', '154633.447000', '154633.450000', '154633.453000', '154633.456000', '154633.459000', '154633.462000', '154633.465000', '154633.468000', '154633.471000', '154633.474000', '154633.476000', '154633.479000', '154633.482000', '154633.485000', '154633.488000', '154633.491000', '154633.494000', '154633.497000', '154633.500000', '154633.503000', '154633.506000', '154633.509000', '154633.512000', '154633.515000', '154633.518000', '154633.534000', '154633.537000', '154633.540000', '154633.543000', '154633.545000', '154633.548000', '154633.551000', '154633.554000', '154633.557000', '154633.560000', '154633.563000', '154633.566000', '154633.569000', '154633.572000', '154633.575000', '154633.587000', '154653.438000', '154653.441000', '154653.444000', '154653.447000', '154653.450000', '154653.453000', '154653.456000', '154653.459000', '154653.462000', '154653.465000', '154653.468000', '154653.471000', '154653.474000', '154653.477000', '154653.480000', '154653.483000', '154653.486000', '154653.489000', '154653.492000', '154653.495000', '154653.498000', '154653.501000', '154653.504000', '154653.507000', '154653.510000', '154653.513000', '154653.516000', '154653.519000', '154653.521000', '154653.524000', '154653.527000', '154653.530000', '154653.533000', '154653.536000', '154653.539000', '154653.542000', '154653.545000', '154653.548000', '154653.551000', '154653.554000', '154653.557000', '154653.560000', '154653.563000', '154713.438000', '154713.441000', '154713.444000', '154713.447000', '154713.450000', '154713.453000', '154713.456000', '154713.459000', '154713.462000', '154713.465000', '154713.468000', '154713.471000', '154713.474000', '154713.477000', '154713.480000', '154713.483000', '154713.486000', '154713.489000', '154713.492000', '154713.495000', '154713.497000', '154713.500000', '154713.503000', '154713.506000', '154713.509000', '154713.512000', '154713.515000', '154713.518000', '154713.521000', '154713.524000', '154713.527000', '154713.530000', '154713.533000', '154713.536000', '154713.539000', '154713.542000', '154713.545000', '154713.548000', '154713.551000', '154713.554000', '154713.557000', '154713.560000', '154713.563000', '154713.566000', '154733.438000', '154733.441000', '154733.444000', '154733.447000', '154733.450000', '154733.453000', '154733.456000', '154733.459000', '154733.462000', '154733.465000', '154733.468000', '154733.471000', '154733.474000', '154733.477000', '154733.480000', '154733.483000', '154733.486000', '154733.489000', '154733.491000', '154733.494000', '154733.499000', '154733.502000', '154733.505000', '154733.508000', '154733.511000', '154733.514000', '154733.517000', '154733.520000', '154733.523000', '154733.526000', '154733.528000', '154733.531000', '154733.534000', '154733.537000', '154733.540000', '154733.543000', '154733.546000', '154733.549000', '154733.553000', '154733.557000', '154733.560000', '154733.563000', '154733.566000', '154753.438000', '154753.441000', '154753.444000', '154753.447000', '154753.450000', '154753.453000', '154753.456000', '154753.459000', '154753.462000', '154753.465000', '154753.468000', '154753.471000', '154753.474000', '154753.477000', '154753.480000', '154753.483000', '154753.491000', '154753.494000', '154753.497000', '154753.500000', '154753.503000', '154753.506000', '154753.509000', '154753.512000', '154753.515000', '154753.518000', '154753.521000', '154753.524000', '154753.527000', '154753.530000', '154753.533000', '154753.536000', '154753.539000', '154753.542000', '154753.545000', '154753.548000', '154753.550000', '154753.553000', '154753.556000', '154753.559000', '154753.562000', '154753.565000', '154753.568000', '154753.571000', '154813.437000', '154813.440000', '154813.443000', '154813.453000', '154813.456000', '154813.459000', '154813.462000', '154813.465000', '154813.468000', '154813.471000', '154813.474000', '154813.477000', '154813.480000', '154813.483000', '154813.486000', '154813.489000', '154813.492000', '154813.495000', '154813.498000', '154813.501000', '154813.504000', '154813.507000', '154813.510000', '154813.513000', '154813.516000', '154813.519000', '154813.522000', '154813.525000', '154813.528000', '154813.530000', '154813.533000', '154813.536000', '154813.539000', '154813.542000', '154813.545000', '154813.548000', '154813.551000', '154813.563000', '154813.566000', '154813.569000', '154813.572000', '154813.575000', '154813.578000', '154833.437000', '154833.440000', '154833.443000', '154833.446000', '154833.449000', '154833.452000', '154833.455000', '154833.458000', '154833.461000', '154833.464000', '154833.467000', '154833.470000', '154833.473000', '154833.476000', '154833.479000', '154833.482000', '154833.485000', '154833.488000', '154833.491000', '154833.494000', '154833.497000', '154833.500000', '154833.503000', '154833.506000', '154833.509000', '154833.512000', '154833.514000', '154833.517000', '154833.520000', '154833.523000', '154833.526000', '154833.529000', '154833.532000', '154833.535000', '154833.538000', '154833.541000', '154833.544000', '154833.547000', '154833.550000', '154833.553000', '154833.556000', '154833.559000', '154833.562000', '154833.565000', '154853.438000', '154853.441000', '154853.444000', '154853.447000', '154853.450000', '154853.453000', '154853.456000', '154853.459000', '154853.462000', '154853.465000', '154853.468000', '154853.471000', '154853.474000', '154853.477000', '154853.480000', '154853.483000', '154853.486000', '154853.489000', '154853.492000', '154853.495000', '154853.498000', '154853.501000', '154853.504000', '154853.506000', '154853.509000', '154853.512000', '154853.515000', '154853.518000', '154853.521000', '154853.524000', '154853.527000', '154853.530000', '154853.533000', '154853.537000', '154853.541000', '154853.544000', '154853.547000', '154853.550000', '154853.553000', '154853.556000', '154853.559000', '154853.562000', '154853.565000', '154913.438000', '154913.441000', '154913.444000', '154913.453000', '154913.456000', '154913.459000', '154913.462000', '154913.465000', '154913.468000', '154913.471000', '154913.474000', '154913.477000', '154913.480000', '154913.483000', '154913.486000', '154913.489000', '154913.492000', '154913.495000', '154913.498000', '154913.502000', '154913.505000', '154913.508000', '154913.511000', '154913.514000', '154913.517000', '154913.520000', '154913.522000', '154913.526000', '154913.528000', '154913.531000', '154913.534000', '154913.537000', '154913.540000', '154913.543000', '154913.546000', '154913.549000', '154913.552000', '154913.555000', '154913.558000', '154913.561000', '154913.564000', '154913.567000', '154913.570000', '154913.573000', '154933.438000', '154933.441000', '154933.444000', '154933.447000', '154933.450000', '154933.453000', '154933.456000', '154933.459000', '154933.462000', '154933.465000', '154933.468000', '154933.471000', '154933.474000', '154933.477000', '154933.480000', '154933.483000', '154933.486000', '154933.489000', '154933.492000', '154933.495000', '154933.498000', '154933.501000', '154933.504000', '154933.507000', '154933.510000', '154933.513000', '154933.516000', '154933.519000', '154933.522000', '154933.525000', '154933.528000', '154933.531000', '154933.534000', '154933.537000', '154933.540000', '154933.543000', '154933.545000', '154933.549000', '154933.551000', '154933.554000', '154933.557000', '154933.560000', '154933.563000', '154953.438000', '154953.441000', '154953.453000', '154953.455000', '154953.458000', '154953.461000', '154953.465000', '154953.467000', '154953.470000', '154953.473000', '154953.476000', '154953.479000', '154953.482000', '154953.485000', '154953.488000', '154953.491000', '154953.494000', '154953.497000', '154953.500000', '154953.503000', '154953.506000', '154953.509000', '154953.512000', '154953.515000', '154953.518000', '154953.521000', '154953.524000', '154953.527000', '154953.530000', '154953.532000', '154953.536000', '154953.539000', '154953.542000', '154953.544000', '154953.548000', '154953.551000', '154953.553000', '154953.556000', '154953.559000', '154953.562000', '154953.565000', '154953.568000', '154953.571000', '154953.583000', '155013.438000', '155013.441000', '155013.444000', '155013.447000', '155013.462000', '155013.465000', '155013.468000', '155013.471000', '155013.474000', '155013.477000', '155013.480000', '155013.483000', '155013.486000', '155013.489000', '155013.492000', '155013.495000', '155013.498000', '155013.501000', '155013.504000', '155013.507000', '155013.510000', '155013.513000', '155013.515000', '155013.518000', '155013.527000', '155013.529000', '155013.532000', '155013.535000', '155013.539000', '155013.541000', '155013.544000', '155013.547000', '155013.551000', '155013.553000', '155013.556000', '155013.559000', '155013.562000', '155013.565000', '155013.568000', '155013.571000', '155013.576000', '155013.579000', '155013.582000', '155033.437000', '155033.441000', '155033.445000', '155033.448000', '155033.451000', '155033.454000', '155033.457000', '155033.460000', '155033.463000', '155033.466000', '155033.469000', '155033.472000', '155033.475000', '155033.478000', '155033.481000', '155033.484000', '155033.487000', '155033.490000', '155033.493000', '155033.496000', '155033.499000', '155033.502000', '155033.505000', '155033.508000', '155033.511000', '155033.514000', '155033.517000', '155033.520000', '155033.523000', '155033.526000', '155033.529000', '155033.531000', '155033.534000', '155033.538000', '155033.541000', '155033.543000', '155033.546000', '155033.549000', '155033.552000', '155033.555000', '155033.558000', '155033.561000', '155033.564000', '155053.437000', '155053.440000', '155053.443000', '155053.446000', '155053.449000', '155053.452000', '155053.455000', '155053.458000', '155053.461000', '155053.464000', '155053.467000', '155053.470000', '155053.473000', '155053.476000', '155053.479000', '155053.482000', '155053.485000', '155053.488000', '155053.491000', '155053.494000', '155053.497000', '155053.500000', '155053.503000', '155053.506000', '155053.509000', '155053.512000', '155053.514000', '155053.517000', '155053.521000', '155053.523000', '155053.526000', '155053.529000', '155053.532000', '155053.535000', '155053.538000', '155053.541000', '155053.544000', '155053.547000', '155053.550000', '155053.553000', '155053.556000', '155053.559000', '155053.562000', '155053.567000', '155110.262000', '155110.266000', '155110.281000', '155110.284000', '155110.287000', '155110.290000', '155110.294000', '155110.297000', '155110.301000', '155110.304000', '155110.307000', '155110.310000', '155110.313000', '155110.316000', '155110.319000', '155110.322000', '155110.325000', '155110.328000', '155110.332000', '155110.335000', '155110.338000', '155110.341000', '155110.344000', '155110.347000', '155110.350000', '155110.353000', '155110.356000', '155110.359000', '155110.362000', '155110.365000', '155110.368000', '155110.371000', '155110.374000', '155110.377000', '155110.381000', '155110.384000', '155110.386000'], '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': [12212, 15376, 11104, 16783, 11710, 15004, 11577, 13863, 10493, 13374, 8450, 11464, 8962, 12011, 9456, 12317, 9806, 14382, 9132, 12808, 8943, 12415, 9490, 11804, 10132, 9575, 11497, 9066, 11823, 11917, 11560, 12326, 11221, 11985, 11504, 15161, 12294, 15205, 10115, 12036, 9487, 9865, 10424, 9714, 10633, 10444, 11001, 8602, 11338, 9077, 11386, 11807, 11081, 13081, 10161, 9675, 10449, 8679, 11307, 10030, 11440, 12308, 11250, 9925, 11555, 9761, 11645, 13454, 11571, 13972, 11113, 9031, 11674, 9482, 11650, 14541, 10476, 15732, 9767, 14942, 9214, 11795, 9256, 11056, 9194, 10964, 8653, 10896, 8727, 11469, 9362, 11289, 9341, 12356, 10787, 8896, 11118, 8867, 13344, 10567, 10482, 13050, 8882, 14773, 9165, 15375, 10412, 15781, 11609, 16106, 8844, 12409, 10177, 12334, 11465, 13176, 11865, 7837, 12358, 8130, 12631, 9923, 12717, 13850, 12274, 10006, 11448, 7703, 11342, 8150, 11449, 11095, 11439, 10417, 10520, 16888, 9286, 13584, 8990, 13315, 9060, 10866, 7631, 10165, 9297, 10874, 14752, 9367, 9652, 8807, 9619, 8947, 10146, 9827, 10912, 9734, 9198, 10066, 11993, 9518, 12161, 9530, 13490, 10114, 13211, 8245, 11468, 8363, 12825, 8934, 13446, 8346, 10993, 8398, 11370, 8596, 10977, 9112, 11077, 8654, 11431, 9014, 11721, 8998, 13167, 9412, 13248, 8399, 11061, 8417, 11393, 9005, 10885, 9001, 12242, 8323, 10726, 8684, 10995, 7825, 11273, 9543, 10970, 9171, 10184, 9525, 10112, 12566, 9334, 12989, 9177, 11324, 8845, 11594, 8575, 10465, 8771, 10230, 8674, 9231, 9734, 9477, 11268, 9425, 9907, 9796, 8465, 10296, 9601, 10325, 11611, 10378, 10770, 10345, 12827, 10290, 16802, 10869, 16202, 11391, 14647, 8793, 12947, 8424, 10910, 8353, 10460, 8893, 9799, 8055, 10657, 8383, 10917, 9178, 10839, 9014, 11139, 8717, 11359, 9205, 10988, 9345, 11234, 8769, 11052, 8828, 11079, 8730, 11320, 8962, 11149, 8674, 10763, 8332, 10667, 8083, 11390, 8103, 10910, 8861, 10193, 10893, 11622, 12686, 9386, 7671, 11845, 9195, 12072, 9839, 13513, 8728, 10856, 9390, 10664, 14679, 9831, 10229, 9816, 11924, 9399, 11952, 8896, 10695, 8553, 10595, 8333, 11034, 8879, 10982, 9216, 11181, 9428, 11736, 9456, 11639, 9322, 13399, 9720, 14186, 7950, 10832, 8587, 10529, 12641, 10866, 12152, 10010, 10321, 10075, 10824, 9720, 11910, 9423, 9769, 9254, 10574, 9525, 11745, 9709, 11382, 9725, 9265, 10551, 10686, 10796, 15756, 10523, 15387, 11594, 15451, 10194, 12674, 8245, 10690, 8570, 10440, 8286, 10488, 7701, 9985, 7683, 10031, 13457, 9090, 13366, 8944, 10722, 7856, 10124, 8688, 10456, 8345, 10229, 7960, 9573, 8641, 9043, 11424, 9046, 11069, 8981, 10807, 8562, 11385, 8984, 11222, 8115, 11319, 9808, 10080, 14321, 9544, 15118, 10014, 14554, 9872, 11603, 8739, 10903, 9539, 11746, 9340, 13202, 9602, 13104, 8198, 11023, 8113, 10318, 12192, 9467, 17129, 8827, 12439, 8835, 9400, 8037, 9227, 7785, 9871, 8562, 9635, 12003, 8812, 11582, 8370, 10427, 7309, 10568, 13835, 9183, 11664, 8052, 9817, 9067, 10614, 10531, 7761, 11996, 8936, 11746, 9156, 11075, 10094, 14772, 9398, 12315, 9782, 12468, 8917, 11701, 7942, 11699, 8568, 12177, 9094, 11983, 8952, 11937, 8401, 12180, 9122, 12572, 8916, 12150, 8441, 11764, 10872, 11466, 16660, 11571, 15709, 13563, 14987, 10398, 11306, 8363, 12825, 10122, 9664, 13159, 8844, 8436, 8462, 13969, 8179, 14027, 8721, 11936, 8987, 10240, 15005, 9874, 15127, 7963, 13624, 9144, 12117, 10527, 12355, 9531, 10202, 7960, 9326, 14619, 9312, 15824, 12530, 11678, 8605, 9750, 7593, 9085, 7239, 8924, 7420, 9000, 6990, 9148, 7151, 8460, 7372, 9123, 11846, 8926, 12181, 8561, 15090, 10875, 14151, 11735, 13796, 9912, 11854, 9100, 11877, 9201, 11656, 10027, 10307, 7870, 9296, 7088, 9037, 9614, 9157, 15581, 11797, 15586, 11028, 13267, 10356, 11588, 8833, 10337, 8820, 9257, 8580, 8878, 7374, 11825, 9055, 8846, 9530, 11390, 11464, 11425, 10940, 12304, 9259, 15307, 9508, 16086, 10587, 9896, 9920, 8075, 9577, 7634, 9497, 7534, 9362, 6998, 9971, 7435, 10346, 10710, 10325, 13122, 9497, 13714, 9315, 15840, 9230, 14169, 11307, 13850, 8933, 12309, 8490, 11038, 9166, 11355, 8931, 9986, 7844, 9164, 6897, 9236, 10765, 9633, 15096, 9910, 12440, 9401, 15820, 9263, 15038, 11495, 14076, 10337, 12829, 8214, 11316, 8539, 10867, 7999, 12036, 10394, 10398, 7303, 9036, 13819, 9504, 18442, 13048, 15239, 10482, 12333, 8430, 10291, 9517, 9463, 9065, 9568, 8601, 9226, 7362, 9318, 12777, 9436, 16693, 11576, 13986, 8944, 11567, 8208, 10934, 8819, 12049, 8457, 10611, 8143, 9328, 8299, 11505, 10371, 9684, 7942, 9336, 15369, 9357, 16571, 9754, 12614, 9297, 7892, 9181, 7496, 10507, 8118, 11166, 8316, 10905, 12831, 10469, 17416, 11759, 17505, 12458, 15983, 9459, 14539, 9323, 11587, 9080, 10887, 9111, 10549, 9334, 10119, 8841, 10192, 8869, 10418, 9046, 10407, 9066, 10044, 8468, 10272, 8836, 10850, 8891, 11084, 8131, 11197, 8001, 10990, 11329, 10543, 15169, 8978, 17056, 8911, 13241, 9975, 12173, 9109, 9875, 8612, 9772, 7409, 10341, 7947, 10434, 7498, 9646, 9634, 9208, 12212, 9094, 11296, 9155, 11099, 8263, 10706, 8985, 11250, 9761, 11230, 16315, 10177, 15972, 8980, 14526, 8881, 11865, 8663, 10640, 8976, 10254, 8061, 9822, 9478, 10987, 17297, 9670, 14610, 10474, 12208, 8544, 11369, 8968, 11768, 9465, 14463, 10375, 11556, 9119, 9079, 14340, 12429, 17071, 11603, 15228, 10680, 15067, 9941, 14953, 10266, 8972, 9129, 7659, 9953, 7493, 10788, 8335, 11280, 7722, 10438, 8174, 10705, 14621, 9615, 15034, 10646, 12407, 9218, 11539, 8587, 11611, 9018, 12620, 8415, 10509, 8928, 10196, 8913, 10834, 16124, 11852, 14025, 9464, 16699, 9425, 14847, 11515, 13969, 11126, 12555, 8960, 10717, 9109, 12260, 8997, 11436, 8884, 8405, 8533, 8324, 8443, 9992, 9280, 9473, 10257, 10142, 10328, 12490, 10265, 11742, 10120, 12324, 10782, 10210, 11189, 8166, 11407, 9049, 9168, 10836, 8869, 12074, 8386, 11801, 8033, 12330, 8316, 12630, 9379, 11601], 'WindowCenter': [4602.0, 4593.0, 4559.0, 4565.0, 4544.0, 4553.0, 4531.0, 4529.0, 4519.0, 4527.0, 4488.0, 4515.0, 4496.0, 4527.0, 4507.0, 4527.0, 4508.0, 4535.0, 4496.0, 4514.0, 4496.0, 4527.0, 4505.0, 4515.0, 4506.0, 4496.0, 4514.0, 4493.0, 4515.0, 4515.0, 4515.0, 4524.0, 4515.0, 4514.0, 4527.0, 4550.0, 4530.0, 4546.0, 4505.0, 4515.0, 4506.0, 4506.0, 4518.0, 4508.0, 4518.0, 4517.0, 4518.0, 4496.0, 4526.0, 4506.0, 4526.0, 4528.0, 4529.0, 4537.0, 4519.0, 4507.0, 4519.0, 4509.0, 4530.0, 4520.0, 4541.0, 4540.0, 4529.0, 4519.0, 4529.0, 4519.0, 4529.0, 4539.0, 4530.0, 4538.0, 4528.0, 4508.0, 4529.0, 4507.0, 4529.0, 4550.0, 4529.0, 4548.0, 4516.0, 4537.0, 4507.0, 4526.0, 4508.0, 4518.0, 4509.0, 4518.0, 4509.0, 4531.0, 4523.0, 4540.0, 4521.0, 4530.0, 4534.0, 4555.0, 4534.0, 4523.0, 4543.0, 4523.0, 4566.0, 4547.0, 4545.0, 4554.0, 4523.0, 4564.0, 4523.0, 4562.0, 4532.0, 4550.0, 4530.0, 4548.0, 4508.0, 4526.0, 4517.0, 4527.0, 4528.0, 4527.0, 4528.0, 4485.0, 4523.0, 4485.0, 4526.0, 4506.0, 4526.0, 4524.0, 4515.0, 4494.0, 4514.0, 4473.0, 4503.0, 4483.0, 4516.0, 4516.0, 4517.0, 4505.0, 4506.0, 4536.0, 4494.0, 4527.0, 4495.0, 4525.0, 4492.0, 4503.0, 4471.0, 4502.0, 4494.0, 4515.0, 4533.0, 4495.0, 4503.0, 4505.0, 4518.0, 4508.0, 4518.0, 4517.0, 4517.0, 4520.0, 4505.0, 4518.0, 4528.0, 4508.0, 4528.0, 4507.0, 4527.0, 4508.0, 4525.0, 4485.0, 4514.0, 4493.0, 4527.0, 4506.0, 4524.0, 4493.0, 4503.0, 4483.0, 4515.0, 4496.0, 4512.0, 4495.0, 4513.0, 4495.0, 4513.0, 4494.0, 4515.0, 4494.0, 4524.0, 4494.0, 4513.0, 4483.0, 4500.0, 4482.0, 4513.0, 4494.0, 4503.0, 4494.0, 4512.0, 4482.0, 4502.0, 4482.0, 4502.0, 4474.0, 4503.0, 4493.0, 4504.0, 4491.0, 4502.0, 4490.0, 4492.0, 4513.0, 4494.0, 4523.0, 4494.0, 4503.0, 4494.0, 4503.0, 4483.0, 4504.0, 4494.0, 4504.0, 4481.0, 4492.0, 4490.0, 4492.0, 4513.0, 4494.0, 4503.0, 4506.0, 4484.0, 4504.0, 4503.0, 4515.0, 4527.0, 4517.0, 4514.0, 4506.0, 4525.0, 4505.0, 4533.0, 4503.0, 4534.0, 4514.0, 4522.0, 4480.0, 4510.0, 4471.0, 4501.0, 4483.0, 4502.0, 4495.0, 4493.0, 4483.0, 4503.0, 4495.0, 4515.0, 4506.0, 4516.0, 4496.0, 4514.0, 4494.0, 4515.0, 4507.0, 4516.0, 4496.0, 4515.0, 4484.0, 4503.0, 4483.0, 4501.0, 4482.0, 4503.0, 4493.0, 4504.0, 4483.0, 4503.0, 4484.0, 4502.0, 4484.0, 4514.0, 4483.0, 4504.0, 4494.0, 4517.0, 4517.0, 4529.0, 4537.0, 4509.0, 4497.0, 4528.0, 4508.0, 4527.0, 4518.0, 4537.0, 4496.0, 4514.0, 4506.0, 4516.0, 4535.0, 4506.0, 4502.0, 4504.0, 4513.0, 4494.0, 4513.0, 4496.0, 4503.0, 4495.0, 4514.0, 4495.0, 4515.0, 4519.0, 4541.0, 4520.0, 4531.0, 4523.0, 4529.0, 4519.0, 4529.0, 4508.0, 4538.0, 4508.0, 4538.0, 4486.0, 4516.0, 4494.0, 4516.0, 4526.0, 4515.0, 4514.0, 4503.0, 4503.0, 4505.0, 4515.0, 4507.0, 4526.0, 4507.0, 4506.0, 4507.0, 4515.0, 4507.0, 4526.0, 4509.0, 4527.0, 4509.0, 4507.0, 4518.0, 4517.0, 4516.0, 4546.0, 4517.0, 4538.0, 4518.0, 4525.0, 4495.0, 4514.0, 4474.0, 4494.0, 4483.0, 4505.0, 4485.0, 4505.0, 4474.0, 4493.0, 4472.0, 4502.0, 4524.0, 4495.0, 4523.0, 4494.0, 4502.0, 4483.0, 4492.0, 4481.0, 4513.0, 4495.0, 4505.0, 4483.0, 4504.0, 4492.0, 4494.0, 4526.0, 4508.0, 4526.0, 4508.0, 4527.0, 4507.0, 4527.0, 4508.0, 4529.0, 4498.0, 4529.0, 4515.0, 4516.0, 4537.0, 4508.0, 4549.0, 4508.0, 4536.0, 4518.0, 4516.0, 4497.0, 4516.0, 4508.0, 4518.0, 4508.0, 4528.0, 4507.0, 4527.0, 4487.0, 4505.0, 4474.0, 4495.0, 4513.0, 4495.0, 4534.0, 4485.0, 4512.0, 4483.0, 4493.0, 4483.0, 4493.0, 4482.0, 4505.0, 4495.0, 4506.0, 4526.0, 4496.0, 4515.0, 4494.0, 4505.0, 4475.0, 4517.0, 4536.0, 4496.0, 4527.0, 4496.0, 4505.0, 4508.0, 4519.0, 4518.0, 4498.0, 4541.0, 4524.0, 4553.0, 4524.0, 4531.0, 4532.0, 4551.0, 4508.0, 4530.0, 4520.0, 4528.0, 4497.0, 4515.0, 4487.0, 4516.0, 4496.0, 4527.0, 4507.0, 4527.0, 4497.0, 4527.0, 4498.0, 4527.0, 4521.0, 4551.0, 4508.0, 4541.0, 4499.0, 4515.0, 4516.0, 4516.0, 4536.0, 4531.0, 4538.0, 4538.0, 4536.0, 4505.0, 4516.0, 4467.0, 4537.0, 4513.0, 4502.0, 4520.0, 4504.0, 4492.0, 4494.0, 4544.0, 4496.0, 4546.0, 4494.0, 4525.0, 4494.0, 4515.0, 4546.0, 4506.0, 4545.0, 4498.0, 4537.0, 4506.0, 4514.0, 4517.0, 4526.0, 4506.0, 4516.0, 4485.0, 4495.0, 4533.0, 4506.0, 4544.0, 4513.0, 4512.0, 4483.0, 4502.0, 4484.0, 4494.0, 4486.0, 4507.0, 4484.0, 4504.0, 4475.0, 4506.0, 4487.0, 4497.0, 4499.0, 4519.0, 4539.0, 4509.0, 4538.0, 4509.0, 4560.0, 4531.0, 4550.0, 4529.0, 4536.0, 4506.0, 4516.0, 4494.0, 4524.0, 4506.0, 4516.0, 4506.0, 4505.0, 4485.0, 4496.0, 4476.0, 4495.0, 4507.0, 4508.0, 4547.0, 4527.0, 4536.0, 4516.0, 4539.0, 4520.0, 4514.0, 4493.0, 4516.0, 4503.0, 4506.0, 4496.0, 4496.0, 4476.0, 4514.0, 4507.0, 4505.0, 4518.0, 4539.0, 4528.0, 4527.0, 4529.0, 4528.0, 4504.0, 4534.0, 4505.0, 4533.0, 4505.0, 4505.0, 4505.0, 4482.0, 4503.0, 4483.0, 4517.0, 4487.0, 4507.0, 4486.0, 4518.0, 4488.0, 4529.0, 4530.0, 4529.0, 4539.0, 4518.0, 4538.0, 4507.0, 4546.0, 4520.0, 4550.0, 4529.0, 4537.0, 4506.0, 4526.0, 4494.0, 4516.0, 4505.0, 4516.0, 4506.0, 4507.0, 4497.0, 4507.0, 4477.0, 4519.0, 4529.0, 4518.0, 4549.0, 4522.0, 4530.0, 4511.0, 4549.0, 4526.0, 4552.0, 4520.0, 4529.0, 4506.0, 4526.0, 4488.0, 4519.0, 4488.0, 4516.0, 4500.0, 4540.0, 4518.0, 4517.0, 4487.0, 4507.0, 4535.0, 4504.0, 4555.0, 4531.0, 4533.0, 4504.0, 4522.0, 4483.0, 4515.0, 4520.0, 4517.0, 4505.0, 4505.0, 4506.0, 4505.0, 4485.0, 4507.0, 4537.0, 4508.0, 4547.0, 4527.0, 4535.0, 4496.0, 4514.0, 4495.0, 4517.0, 4505.0, 4525.0, 4496.0, 4516.0, 4497.0, 4508.0, 4510.0, 4528.0, 4516.0, 4505.0, 4497.0, 4520.0, 4559.0, 4521.0, 4558.0, 4506.0, 4524.0, 4517.0, 4495.0, 4503.0, 4485.0, 4526.0, 4494.0, 4527.0, 4494.0, 4525.0, 4521.0, 4514.0, 4555.0, 4527.0, 4555.0, 4523.0, 4533.0, 4501.0, 4519.0, 4490.0, 4521.0, 4503.0, 4510.0, 4503.0, 4501.0, 4492.0, 4500.0, 4492.0, 4502.0, 4503.0, 4511.0, 4492.0, 4512.0, 4493.0, 4515.0, 4503.0, 4513.0, 4505.0, 4539.0, 4515.0, 4538.0, 4508.0, 4527.0, 4494.0, 4526.0, 4524.0, 4528.0, 4558.0, 4517.0, 4556.0, 4505.0, 4536.0, 4515.0, 4525.0, 4505.0, 4503.0, 4493.0, 4503.0, 4484.0, 4527.0, 4495.0, 4527.0, 4486.0, 4517.0, 4516.0, 4516.0, 4537.0, 4519.0, 4539.0, 4518.0, 4528.0, 4497.0, 4516.0, 4506.0, 4526.0, 4516.0, 4527.0, 4556.0, 4517.0, 4545.0, 4504.0, 4534.0, 4504.0, 4524.0, 4505.0, 4515.0, 4506.0, 4515.0, 4495.0, 4530.0, 4521.0, 4531.0, 4557.0, 4496.0, 4535.0, 4519.0, 4528.0, 4511.0, 4530.0, 4522.0, 4538.0, 4506.0, 4548.0, 4516.0, 4525.0, 4507.0, 4507.0, 4547.0, 4536.0, 4546.0, 4526.0, 4544.0, 4515.0, 4545.0, 4517.0, 4534.0, 4505.0, 4493.0, 4503.0, 4482.0, 4503.0, 4486.0, 4527.0, 4505.0, 4529.0, 4498.0, 4529.0, 4509.0, 4530.0, 4561.0, 4520.0, 4560.0, 4529.0, 4537.0, 4509.0, 4527.0, 4510.0, 4529.0, 4509.0, 4538.0, 4508.0, 4528.0, 4508.0, 4518.0, 4509.0, 4529.0, 4548.0, 4538.0, 4536.0, 4507.0, 4546.0, 4506.0, 4546.0, 4526.0, 4535.0, 4513.0, 4522.0, 4494.0, 4514.0, 4520.0, 4518.0, 4496.0, 4513.0, 4496.0, 4493.0, 4494.0, 4497.0, 4484.0, 4493.0, 4494.0, 4506.0, 4507.0, 4505.0, 4506.0, 4512.0, 4507.0, 4517.0, 4519.0, 4526.0, 4516.0, 4504.0, 4513.0, 4484.0, 4511.0, 4493.0, 4504.0, 4515.0, 4495.0, 4524.0, 4496.0, 4515.0, 4485.0, 4526.0, 4496.0, 4524.0, 4504.0, 4515.0], 'WindowWidth': [10103.0, 10077.0, 10020.0, 10026.0, 9989.0, 10001.0, 9963.0, 9958.0, 9943.0, 9951.0, 9898.0, 9933.0, 9910.0, 9952.0, 9928.0, 9953.0, 9928.0, 9962.0, 9907.0, 9930.0, 9907.0, 9952.0, 9921.0, 9934.0, 9923.0, 9907.0, 9930.0, 9900.0, 9933.0, 9934.0, 9935.0, 9945.0, 9933.0, 9930.0, 9955.0, 9991.0, 9963.0, 9982.0, 9920.0, 9930.0, 9922.0, 9920.0, 9942.0, 9929.0, 9941.0, 9939.0, 9941.0, 9910.0, 9951.0, 9924.0, 9950.0, 9955.0, 9957.0, 9967.0, 9944.0, 9926.0, 9945.0, 9932.0, 9961.0, 9949.0, 9978.0, 9975.0, 9960.0, 9943.0, 9959.0, 9943.0, 9958.0, 9973.0, 9961.0, 9969.0, 9955.0, 9928.0, 9956.0, 9926.0, 9957.0, 9991.0, 9958.0, 9985.0, 9939.0, 9966.0, 9925.0, 9951.0, 9928.0, 9942.0, 9931.0, 9941.0, 9934.0, 9967.0, 9960.0, 9979.0, 9953.0, 9963.0, 9977.0, 10003.0, 9972.0, 9957.0, 9984.0, 9959.0, 10022.0, 9998.0, 9990.0, 10003.0, 9960.0, 10019.0, 9958.0, 10011.0, 9968.0, 9992.0, 9962.0, 9982.0, 9927.0, 9950.0, 9939.0, 9954.0, 9957.0, 9952.0, 9954.0, 9893.0, 9942.0, 9892.0, 9947.0, 9921.0, 9951.0, 9946.0, 9933.0, 9901.0, 9927.0, 9871.0, 9913.0, 9887.0, 9934.0, 9935.0, 9938.0, 9919.0, 9921.0, 9962.0, 9903.0, 9953.0, 9906.0, 9947.0, 9896.0, 9911.0, 9867.0, 9910.0, 9903.0, 9937.0, 9957.0, 9906.0, 9915.0, 9922.0, 9945.0, 9931.0, 9941.0, 9941.0, 9940.0, 9950.0, 9922.0, 9943.0, 9955.0, 9928.0, 9957.0, 9926.0, 9954.0, 9928.0, 9948.0, 9893.0, 9931.0, 9904.0, 9954.0, 9926.0, 9947.0, 9902.0, 9915.0, 9887.0, 9933.0, 9909.0, 9927.0, 9908.0, 9929.0, 9906.0, 9927.0, 9903.0, 9934.0, 9906.0, 9945.0, 9904.0, 9926.0, 9885.0, 9906.0, 9885.0, 9926.0, 9903.0, 9915.0, 9903.0, 9926.0, 9884.0, 9910.0, 9884.0, 9910.0, 9875.0, 9914.0, 9898.0, 9915.0, 9894.0, 9911.0, 9892.0, 9896.0, 9927.0, 9901.0, 9941.0, 9904.0, 9913.0, 9901.0, 9913.0, 9887.0, 9918.0, 9903.0, 9915.0, 9881.0, 9896.0, 9890.0, 9897.0, 9927.0, 9902.0, 9914.0, 9919.0, 9888.0, 9916.0, 9913.0, 9934.0, 9953.0, 9938.0, 9931.0, 9920.0, 9945.0, 9919.0, 9958.0, 9915.0, 9959.0, 9930.0, 9936.0, 9878.0, 9918.0, 9866.0, 9908.0, 9887.0, 9911.0, 9906.0, 9899.0, 9887.0, 9911.0, 9906.0, 9932.0, 9922.0, 9934.0, 9907.0, 9930.0, 9904.0, 9934.0, 9926.0, 9935.0, 9910.0, 9931.0, 9889.0, 9912.0, 9886.0, 9909.0, 9883.0, 9913.0, 9900.0, 9915.0, 9886.0, 9912.0, 9888.0, 9912.0, 9888.0, 9930.0, 9887.0, 9917.0, 9902.0, 9938.0, 9938.0, 9955.0, 9967.0, 9932.0, 9916.0, 9954.0, 9930.0, 9954.0, 9941.0, 9967.0, 9908.0, 9930.0, 9921.0, 9938.0, 9960.0, 9921.0, 9910.0, 9914.0, 9924.0, 9900.0, 9928.0, 9907.0, 9914.0, 9906.0, 9930.0, 9908.0, 9933.0, 9952.0, 9982.0, 9951.0, 9965.0, 9958.0, 9961.0, 9945.0, 9958.0, 9930.0, 9971.0, 9930.0, 9971.0, 9893.0, 9934.0, 9904.0, 9935.0, 9950.0, 9934.0, 9928.0, 9914.0, 9915.0, 9919.0, 9934.0, 9925.0, 9952.0, 9926.0, 9924.0, 9925.0, 9933.0, 9925.0, 9952.0, 9931.0, 9954.0, 9931.0, 9926.0, 9939.0, 9937.0, 9937.0, 9981.0, 9939.0, 9968.0, 9937.0, 9944.0, 9901.0, 9925.0, 9872.0, 9897.0, 9884.0, 9915.0, 9889.0, 9917.0, 9873.0, 9898.0, 9871.0, 9912.0, 9945.0, 9905.0, 9942.0, 9904.0, 9910.0, 9884.0, 9895.0, 9882.0, 9930.0, 9906.0, 9919.0, 9888.0, 9917.0, 9901.0, 9904.0, 9952.0, 9929.0, 9951.0, 9931.0, 9954.0, 9928.0, 9954.0, 9929.0, 9962.0, 9917.0, 9959.0, 9934.0, 9937.0, 9966.0, 9927.0, 9988.0, 9928.0, 9963.0, 9942.0, 9935.0, 9911.0, 9934.0, 9924.0, 9941.0, 9925.0, 9953.0, 9923.0, 9950.0, 9892.0, 9915.0, 9872.0, 9902.0, 9922.0, 9898.0, 9954.0, 9886.0, 9921.0, 9884.0, 9899.0, 9888.0, 9900.0, 9886.0, 9919.0, 9907.0, 9923.0, 9951.0, 9910.0, 9934.0, 9904.0, 9920.0, 9880.0, 9939.0, 9963.0, 9907.0, 9951.0, 9910.0, 9919.0, 9927.0, 9941.0, 9939.0, 9913.0, 9976.0, 9961.0, 9999.0, 9961.0, 9965.0, 9965.0, 9991.0, 9929.0, 9960.0, 9947.0, 9955.0, 9911.0, 9933.0, 9898.0, 9932.0, 9907.0, 9950.0, 9924.0, 9952.0, 9909.0, 9949.0, 9914.0, 9951.0, 9949.0, 9995.0, 9932.0, 9978.0, 9914.0, 9934.0, 9934.0, 9933.0, 9963.0, 9965.0, 9975.0, 9973.0, 9963.0, 9917.0, 9936.0, 9857.0, 9972.0, 9930.0, 9914.0, 9936.0, 9919.0, 9901.0, 9906.0, 9975.0, 9915.0, 9981.0, 9907.0, 9950.0, 9906.0, 9936.0, 9978.0, 9925.0, 9978.0, 9919.0, 9966.0, 9922.0, 9929.0, 9941.0, 9949.0, 9923.0, 9937.0, 9894.0, 9907.0, 9955.0, 9924.0, 9974.0, 9927.0, 9925.0, 9887.0, 9913.0, 9889.0, 9903.0, 9897.0, 9925.0, 9894.0, 9920.0, 9882.0, 9925.0, 9900.0, 9915.0, 9923.0, 9950.0, 9974.0, 9935.0, 9972.0, 9935.0, 10005.0, 9963.0, 9992.0, 9959.0, 9964.0, 9922.0, 9934.0, 9905.0, 9946.0, 9921.0, 9937.0, 9920.0, 9921.0, 9892.0, 9907.0, 9881.0, 9906.0, 9923.0, 9927.0, 9981.0, 9951.0, 9962.0, 9933.0, 9973.0, 9946.0, 9929.0, 9901.0, 9938.0, 9918.0, 9922.0, 9909.0, 9907.0, 9879.0, 9931.0, 9926.0, 9922.0, 9946.0, 9975.0, 9959.0, 9954.0, 9960.0, 9955.0, 9919.0, 9957.0, 9920.0, 9956.0, 9917.0, 9918.0, 9921.0, 9887.0, 9916.0, 9893.0, 9943.0, 9900.0, 9928.0, 9901.0, 9943.0, 9904.0, 9962.0, 9965.0, 9963.0, 9974.0, 9945.0, 9969.0, 9927.0, 9980.0, 9949.0, 9991.0, 9960.0, 9968.0, 9923.0, 9949.0, 9906.0, 9936.0, 9923.0, 9939.0, 9924.0, 9926.0, 9911.0, 9926.0, 9888.0, 9948.0, 9959.0, 9945.0, 9985.0, 9951.0, 9958.0, 9933.0, 9983.0, 9963.0, 9992.0, 9943.0, 9953.0, 9918.0, 9945.0, 9897.0, 9939.0, 9896.0, 9937.0, 9924.0, 9979.0, 9942.0, 9939.0, 9902.0, 9927.0, 9963.0, 9921.0, 9992.0, 9954.0, 9956.0, 9916.0, 9939.0, 9890.0, 9936.0, 9952.0, 9944.0, 9923.0, 9921.0, 9925.0, 9921.0, 9895.0, 9925.0, 9968.0, 9930.0, 9982.0, 9952.0, 9962.0, 9909.0, 9933.0, 9908.0, 9940.0, 9923.0, 9948.0, 9911.0, 9939.0, 9916.0, 9932.0, 9936.0, 9957.0, 9937.0, 9921.0, 9913.0, 9953.0, 10004.0, 9955.0, 10001.0, 9924.0, 9944.0, 9945.0, 9911.0, 9919.0, 9898.0, 9954.0, 9911.0, 9958.0, 9910.0, 9951.0, 9942.0, 9934.0, 9994.0, 9958.0, 9995.0, 9946.0, 9959.0, 9913.0, 9935.0, 9896.0, 9943.0, 9920.0, 9925.0, 9918.0, 9913.0, 9902.0, 9910.0, 9903.0, 9915.0, 9919.0, 9928.0, 9904.0, 9928.0, 9905.0, 9939.0, 9924.0, 9935.0, 9923.0, 9979.0, 9943.0, 9974.0, 9935.0, 9958.0, 9910.0, 9955.0, 9950.0, 9961.0, 10003.0, 9945.0, 9995.0, 9923.0, 9968.0, 9937.0, 9949.0, 9925.0, 9918.0, 9903.0, 9917.0, 9894.0, 9958.0, 9914.0, 9957.0, 9900.0, 9943.0, 9942.0, 9941.0, 9972.0, 9949.0, 9977.0, 9950.0, 9958.0, 9915.0, 9939.0, 9925.0, 9953.0, 9941.0, 9957.0, 9994.0, 9944.0, 9976.0, 9920.0, 9962.0, 9921.0, 9948.0, 9924.0, 9939.0, 9925.0, 9939.0, 9909.0, 9967.0, 9954.0, 9966.0, 9997.0, 9906.0, 9960.0, 9941.0, 9952.0, 9937.0, 9960.0, 9956.0, 9972.0, 9921.0, 9985.0, 9937.0, 9947.0, 9925.0, 9926.0, 9985.0, 9966.0, 9980.0, 9950.0, 9974.0, 9933.0, 9977.0, 9942.0, 9958.0, 9920.0, 9900.0, 9915.0, 9888.0, 9916.0, 9898.0, 9957.0, 9925.0, 9960.0, 9917.0, 9959.0, 9932.0, 9962.0, 10009.0, 9951.0, 10006.0, 9961.0, 9970.0, 9932.0, 9953.0, 9936.0, 9960.0, 9933.0, 9974.0, 9931.0, 9956.0, 9930.0, 9944.0, 9934.0, 9961.0, 9984.0, 9971.0, 9964.0, 9924.0, 9979.0, 9923.0, 9980.0, 9950.0, 9963.0, 9930.0, 9940.0, 9902.0, 9930.0, 9950.0, 9940.0, 9904.0, 9926.0, 9908.0, 9902.0, 9906.0, 9912.0, 9889.0, 9895.0, 9900.0, 9919.0, 9922.0, 9914.0, 9919.0, 9922.0, 9924.0, 9934.0, 9943.0, 9946.0, 9938.0, 9918.0, 9929.0, 9888.0, 9921.0, 9898.0, 9918.0, 9935.0, 9905.0, 9946.0, 9908.0, 9934.0, 9892.0, 9947.0, 9910.0, 9945.0, 9919.0, 9933.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.01202674338319908</td></tr>
<tr><td colspan=3>aqi</td><td>0.10031308596087457</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.07892421864059</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1806569271082932</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0260228395276496</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>9091.5039</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1543834536892011</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.880322209436134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5091060853510547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3416627623522275</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.816707387389917</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.368948106311019</td></tr>
<tr><td colspan=3>gcor</td><td>0.00317231</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010303245857357979</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04798731207847595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.4118174579614555</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.9202</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0435</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.4916</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.2644</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2149</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.0537</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3723.8969</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.0773</td></tr>
<tr><td colspan=3>tsnr</td><td>24.207584490068257</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>