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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0037_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-01_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-0037/figures/sub-0037_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-01_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-0037/ses-01/func/sub-0037_ses-01_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>3135367d0973de2235ef7bac46e7770c</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>11:15:37.095000</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.99971, 0.00475741, 0.0236088, -0.00401315, 0.999497, -0.0314728]</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.100322</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>[4155, -7749, -7250, 613, -58, -182, 40, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e23b4e48-f083-4b80-986d-73dc89319e73||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.6821486949920654, -0.010766974650323391, 0.06411605328321457, 112.11647033691406], [-0.012763788923621178, 2.6815762519836426, -0.08469603955745697, -81.9780044555664], [0.06334080547094345, 0.08443916589021683, 2.697909355163574, -77.32073974609375], [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': ['111537.095000', '111537.555000', '111538.015000', '111538.475000', '111538.935000', '111539.395000', '111539.855000', '111540.315000', '111540.775000', '111541.235000', '111541.695000', '111542.155000', '111542.615000', '111543.075000', '111543.535000', '111543.995000', '111544.455000', '111544.915000', '111545.375000', '111545.835000', '111546.295000', '111546.755000', '111547.215000', '111547.675000', '111548.135000', '111548.595000', '111549.055000', '111549.515000', '111549.975000', '111550.435000', '111550.895000', '111551.355000', '111551.815000', '111552.275000', '111552.735000', '111553.195000', '111553.655000', '111554.115000', '111554.575000', '111555.035000', '111555.495000', '111555.955000', '111556.415000', '111556.875000', '111557.335000', '111557.795000', '111558.255000', '111558.715000', '111559.175000', '111559.635000', '111600.095000', '111600.555000', '111601.015000', '111601.475000', '111601.935000', '111602.395000', '111602.855000', '111603.315000', '111603.775000', '111604.235000', '111604.695000', '111605.155000', '111605.615000', '111606.075000', '111606.535000', '111606.995000', '111607.455000', '111607.915000', '111608.375000', '111608.835000', '111609.295000', '111609.755000', '111610.215000', '111610.675000', '111611.135000', '111611.595000', '111612.055000', '111612.515000', '111612.975000', '111613.435000', '111613.895000', '111614.355000', '111614.815000', '111615.275000', '111615.735000', '111616.195000', '111616.655000', '111617.115000', '111617.575000', '111618.035000', '111618.495000', '111618.955000', '111619.415000', '111619.875000', '111620.335000', '111620.795000', '111621.255000', '111621.715000', '111622.175000', '111622.635000', '111623.095000', '111623.555000', '111624.015000', '111624.475000', '111624.935000', '111625.395000', '111625.855000', '111626.315000', '111626.775000', '111627.235000', '111627.695000', '111628.155000', '111628.615000', '111629.075000', '111629.535000', '111629.995000', '111630.455000', '111630.915000', '111631.375000', '111631.835000', '111632.295000', '111632.755000', '111633.215000', '111633.675000', '111634.135000', '111634.595000', '111635.055000', '111635.515000', '111635.975000', '111636.435000', '111636.895000', '111637.355000', '111637.815000', '111638.275000', '111638.735000', '111639.195000', '111639.655000', '111640.115000', '111640.575000', '111641.035000', '111641.495000', '111641.955000', '111642.415000', '111642.875000', '111643.335000', '111643.795000', '111644.255000', '111644.715000', '111645.175000', '111645.635000', '111646.095000', '111646.555000', '111647.015000', '111647.475000', '111647.935000', '111648.395000', '111648.855000', '111649.315000', '111649.775000', '111650.235000', '111650.695000', '111651.155000', '111651.615000', '111652.075000', '111652.535000', '111652.995000', '111653.455000', '111653.915000', '111654.375000', '111654.835000', '111655.295000', '111655.755000', '111656.215000', '111656.675000', '111657.135000', '111657.595000', '111658.055000', '111658.515000', '111658.975000', '111659.435000', '111659.895000', '111700.355000', '111700.815000', '111701.275000', '111701.735000', '111702.195000', '111702.655000', '111703.115000', '111703.575000', '111704.035000', '111704.495000', '111704.955000', '111705.415000', '111705.875000', '111706.335000', '111706.795000', '111707.255000', '111707.715000', '111708.175000', '111708.635000', '111709.095000', '111709.555000', '111710.015000', '111710.475000', '111710.935000', '111711.395000', '111711.855000', '111712.315000', '111712.775000', '111713.235000', '111713.695000', '111714.155000', '111714.615000', '111715.075000', '111715.535000', '111715.995000', '111716.455000', '111716.915000', '111717.375000', '111717.835000', '111718.295000', '111718.755000', '111719.215000', '111719.675000', '111720.135000', '111720.595000', '111721.055000', '111721.515000', '111721.975000', '111722.435000', '111722.895000', '111723.355000', '111723.815000', '111724.275000', '111724.735000', '111725.195000', '111725.655000', '111726.115000', '111726.575000', '111727.035000', '111727.495000', '111727.955000', '111728.415000', '111728.875000', '111729.335000', '111729.795000', '111730.255000', '111730.715000', '111731.175000', '111731.635000', '111732.095000', '111732.555000', '111733.015000', '111733.475000', '111733.935000', '111734.395000', '111734.855000', '111735.315000', '111735.775000', '111736.235000', '111736.695000', '111737.155000', '111737.615000', '111738.075000', '111738.535000', '111738.995000', '111739.455000', '111739.915000', '111740.375000', '111740.835000', '111741.295000', '111741.755000', '111742.215000', '111742.675000', '111743.135000', '111743.595000', '111744.055000', '111744.515000', '111744.975000', '111745.435000', '111745.895000', '111746.355000', '111746.815000', '111747.275000', '111747.735000', '111748.195000', '111748.655000', '111749.115000', '111749.575000', '111750.035000', '111750.495000', '111750.955000', '111751.415000', '111751.875000', '111752.335000', '111752.795000', '111753.255000', '111753.715000', '111754.175000', '111754.635000', '111755.095000', '111755.555000', '111756.015000', '111756.475000', '111756.935000', '111757.395000', '111757.855000', '111758.315000', '111758.775000', '111759.235000', '111759.695000', '111800.155000', '111800.615000', '111801.075000', '111801.535000', '111801.995000', '111802.455000', '111802.915000', '111803.375000', '111803.835000', '111804.295000', '111804.755000', '111805.215000', '111805.675000', '111806.135000', '111806.595000', '111807.055000', '111807.515000', '111807.975000', '111808.435000', '111808.895000', '111809.355000', '111809.815000', '111810.275000', '111810.735000', '111811.195000', '111811.655000', '111812.115000', '111812.575000', '111813.035000', '111813.495000', '111813.955000', '111814.415000', '111814.875000', '111815.335000', '111815.795000', '111816.255000', '111816.715000', '111817.175000', '111817.635000', '111818.095000', '111818.555000', '111819.015000', '111819.475000', '111819.935000', '111820.395000', '111820.855000', '111821.315000', '111821.775000', '111822.235000', '111822.695000', '111823.155000', '111823.615000', '111824.075000', '111824.535000', '111824.995000', '111825.455000', '111825.915000', '111826.375000', '111826.835000', '111827.295000', '111827.755000', '111828.215000', '111828.675000', '111829.135000', '111829.595000', '111830.055000', '111830.515000', '111830.975000', '111831.435000', '111831.895000', '111832.355000', '111832.815000', '111833.275000', '111833.735000', '111834.195000', '111834.655000', '111835.115000', '111835.575000', '111836.035000', '111836.495000', '111836.955000', '111837.415000', '111837.875000', '111838.335000', '111838.795000', '111839.255000', '111839.715000', '111840.175000', '111840.635000', '111841.095000', '111841.555000', '111842.015000', '111842.475000', '111842.935000', '111843.395000', '111843.855000', '111844.315000', '111844.775000', '111845.235000', '111845.695000', '111846.155000', '111846.615000', '111847.075000', '111847.535000', '111847.995000', '111848.455000', '111848.915000', '111849.375000', '111849.835000', '111850.295000', '111850.755000', '111851.215000', '111851.675000', '111852.135000', '111852.595000', '111853.055000', '111853.515000', '111853.975000', '111854.435000', '111854.895000', '111855.355000', '111855.815000', '111856.275000', '111856.735000', '111857.195000', '111857.655000', '111858.115000', '111858.575000', '111859.035000', '111859.495000', '111859.955000', '111900.415000', '111900.875000', '111901.335000', '111901.795000', '111902.255000', '111902.715000', '111903.175000', '111903.635000', '111904.095000', '111904.555000', '111905.015000', '111905.475000', '111905.935000', '111906.395000', '111906.855000', '111907.315000', '111907.775000', '111908.235000', '111908.695000', '111909.155000', '111909.615000', '111910.075000', '111910.535000', '111910.995000', '111911.455000', '111911.915000', '111912.375000', '111912.835000', '111913.295000', '111913.755000', '111914.215000', '111914.675000', '111915.135000', '111915.595000', '111916.055000', '111916.515000', '111916.975000', '111917.435000', '111917.895000', '111918.355000', '111918.815000', '111919.275000', '111919.735000', '111920.195000', '111920.655000', '111921.115000', '111921.575000', '111922.035000', '111922.495000', '111922.955000', '111923.415000', '111923.875000', '111924.335000', '111924.795000', '111925.255000', '111925.715000', '111926.175000', '111926.635000', '111927.095000', '111927.555000', '111928.015000', '111928.475000', '111928.935000', '111929.395000', '111929.855000', '111930.315000', '111930.775000', '111931.235000', '111931.695000', '111932.155000', '111932.615000', '111933.075000', '111933.535000', '111933.995000', '111934.455000', '111934.915000', '111935.375000', '111935.835000', '111936.295000', '111936.755000', '111937.215000', '111937.675000', '111938.135000', '111938.595000', '111939.055000', '111939.515000', '111939.975000', '111940.435000', '111940.895000', '111941.355000', '111941.815000', '111942.275000', '111942.735000', '111943.195000', '111943.655000', '111944.115000', '111944.575000', '111945.035000', '111945.495000', '111945.955000', '111946.415000', '111946.875000', '111947.335000', '111947.795000', '111948.255000', '111948.715000', '111949.175000', '111949.635000', '111950.095000', '111950.555000', '111951.015000', '111951.475000', '111951.935000', '111952.395000', '111952.855000', '111953.315000', '111953.775000', '111954.235000', '111954.695000', '111955.155000', '111955.615000', '111956.075000', '111956.535000', '111956.995000', '111957.455000', '111957.915000', '111958.375000', '111958.835000', '111959.295000', '111959.755000', '112000.215000', '112000.675000', '112001.135000', '112001.595000', '112002.055000', '112002.515000', '112002.975000', '112003.435000', '112003.895000', '112004.355000', '112004.815000', '112005.275000', '112005.735000', '112006.195000', '112006.655000', '112007.115000', '112007.575000', '112008.035000', '112008.495000', '112008.955000', '112009.415000', '112009.875000', '112010.335000', '112010.795000', '112011.255000', '112011.715000', '112012.175000', '112012.635000', '112013.095000', '112013.555000', '112014.015000', '112014.475000', '112014.935000', '112015.395000', '112015.855000', '112016.315000', '112016.775000', '112017.235000', '112017.695000', '112018.155000', '112018.615000', '112019.075000', '112019.535000', '112019.995000', '112020.455000', '112020.915000', '112021.375000', '112021.835000', '112022.295000', '112022.755000', '112023.215000', '112023.675000', '112024.135000', '112024.595000', '112025.055000', '112025.515000', '112025.975000', '112026.435000', '112026.895000', '112027.355000', '112027.815000', '112028.275000', '112028.735000', '112029.195000', '112029.655000', '112030.115000', '112030.575000', '112031.035000', '112031.495000', '112031.955000', '112032.415000', '112032.875000', '112033.335000', '112033.795000', '112034.255000', '112034.715000', '112035.175000', '112035.635000', '112036.095000', '112036.555000', '112037.015000', '112037.475000', '112037.935000', '112038.395000', '112038.855000', '112039.315000', '112039.775000', '112040.235000', '112040.695000', '112041.155000', '112041.615000', '112042.075000', '112042.535000', '112042.995000', '112043.455000', '112043.915000', '112044.375000', '112044.835000', '112045.295000', '112045.755000', '112046.215000', '112046.675000', '112047.135000', '112047.595000', '112048.055000', '112048.515000', '112048.975000', '112049.435000', '112049.895000', '112050.355000', '112050.815000', '112051.275000', '112051.735000', '112052.195000', '112052.655000', '112053.115000', '112053.575000', '112054.035000', '112054.495000', '112054.955000', '112055.415000', '112055.875000', '112056.335000', '112056.795000', '112057.255000', '112057.715000', '112058.175000', '112058.635000', '112059.095000', '112059.555000', '112100.015000', '112100.475000', '112100.935000', '112101.395000', '112101.855000', '112102.315000', '112102.775000', '112103.235000', '112103.695000', '112104.155000', '112104.615000', '112105.075000', '112105.535000', '112105.995000', '112106.455000', '112106.915000', '112107.375000', '112107.835000', '112108.295000', '112108.755000', '112109.215000', '112109.675000', '112110.135000', '112110.595000', '112111.055000', '112111.515000', '112111.975000', '112112.435000', '112112.895000', '112113.355000', '112113.815000', '112114.275000', '112114.735000', '112115.195000', '112115.655000', '112116.115000', '112116.575000', '112117.035000', '112117.495000', '112117.955000', '112118.415000', '112118.875000', '112119.335000', '112119.795000', '112120.255000', '112120.715000', '112121.175000', '112121.635000', '112122.095000', '112122.555000', '112123.015000', '112123.475000', '112123.935000', '112124.395000', '112124.855000', '112125.315000', '112125.775000', '112126.235000', '112126.695000', '112127.155000', '112127.615000', '112128.075000', '112128.535000', '112128.995000', '112129.455000', '112129.915000', '112130.375000', '112130.835000', '112131.295000', '112131.755000', '112132.215000', '112132.675000', '112133.135000', '112133.595000', '112134.055000', '112134.515000', '112134.975000', '112135.435000', '112135.895000', '112136.355000', '112136.815000', '112137.275000', '112137.735000', '112138.195000', '112138.655000', '112139.115000', '112139.575000', '112140.035000', '112140.495000', '112140.955000', '112141.415000', '112141.875000', '112142.335000', '112142.795000', '112143.255000', '112143.715000', '112144.175000', '112144.635000', '112145.095000', '112145.555000', '112146.015000', '112146.475000', '112146.935000', '112147.395000', '112147.855000', '112148.315000', '112148.775000', '112149.235000', '112149.695000', '112150.155000', '112150.615000', '112151.075000', '112151.535000', '112151.995000', '112152.455000', '112152.915000', '112153.375000', '112153.835000', '112154.295000', '112154.755000', '112155.215000', '112155.675000', '112156.135000', '112156.595000', '112157.055000', '112157.515000', '112157.975000', '112158.435000', '112158.895000', '112159.355000', '112159.815000', '112200.275000', '112200.735000', '112201.195000', '112201.655000', '112202.115000', '112202.575000', '112203.035000', '112203.495000', '112203.955000', '112204.415000', '112204.875000', '112205.335000', '112205.795000', '112206.255000', '112206.715000', '112207.175000', '112207.635000', '112208.095000', '112208.555000', '112209.015000', '112209.475000', '112209.935000', '112210.395000', '112210.855000', '112211.315000', '112211.775000', '112212.235000', '112212.695000', '112213.155000', '112213.615000', '112214.075000', '112214.535000', '112214.995000', '112215.455000', '112215.915000', '112216.375000', '112216.835000', '112217.295000', '112217.755000'], 'ContentTime': ['111555.082000', '111555.085000', '111555.088000', '111555.091000', '111555.094000', '111555.097000', '111555.100000', '111555.103000', '111555.106000', '111555.109000', '111555.119000', '111555.121000', '111555.124000', '111555.127000', '111555.130000', '111555.133000', '111555.136000', '111555.139000', '111555.142000', '111555.145000', '111555.147000', '111555.150000', '111555.153000', '111555.156000', '111555.159000', '111555.166000', '111555.169000', '111555.172000', '111555.175000', '111555.178000', '111555.180000', '111555.183000', '111555.186000', '111555.189000', '111555.192000', '111555.194000', '111555.197000', '111555.200000', '111615.052000', '111615.055000', '111615.058000', '111615.074000', '111615.077000', '111615.080000', '111615.082000', '111615.085000', '111615.088000', '111615.091000', '111615.093000', '111615.096000', '111615.099000', '111615.102000', '111615.104000', '111615.107000', '111615.110000', '111615.113000', '111615.116000', '111615.118000', '111615.121000', '111615.124000', '111615.127000', '111615.129000', '111615.132000', '111615.135000', '111615.138000', '111615.140000', '111615.143000', '111615.146000', '111615.149000', '111615.152000', '111615.155000', '111615.157000', '111615.160000', '111615.163000', '111615.166000', '111615.168000', '111615.171000', '111615.174000', '111615.177000', '111615.180000', '111615.182000', '111635.052000', '111635.055000', '111635.057000', '111635.060000', '111635.063000', '111635.066000', '111635.068000', '111635.071000', '111635.074000', '111635.077000', '111635.079000', '111635.082000', '111635.085000', '111635.088000', '111635.091000', '111635.093000', '111635.096000', '111635.099000', '111635.102000', '111635.105000', '111635.107000', '111635.110000', '111635.113000', '111635.116000', '111635.118000', '111635.121000', '111635.124000', '111635.127000', '111635.130000', '111635.132000', '111635.135000', '111635.138000', '111635.141000', '111635.144000', '111635.146000', '111635.149000', '111635.152000', '111635.155000', '111635.158000', '111635.160000', '111635.163000', '111635.166000', '111635.169000', '111635.171000', '111655.052000', '111655.055000', '111655.058000', '111655.060000', '111655.063000', '111655.066000', '111655.069000', '111655.072000', '111655.075000', '111655.077000', '111655.080000', '111655.083000', '111655.086000', '111655.089000', '111655.092000', '111655.094000', '111655.097000', '111655.100000', '111655.103000', '111655.106000', '111655.108000', '111655.111000', '111655.114000', '111655.117000', '111655.120000', '111655.122000', '111655.125000', '111655.128000', '111655.131000', '111655.134000', '111655.136000', '111655.139000', '111655.142000', '111655.145000', '111655.148000', '111655.150000', '111655.153000', '111655.156000', '111655.159000', '111655.161000', '111655.164000', '111655.167000', '111655.170000', '111715.052000', '111715.055000', '111715.058000', '111715.060000', '111715.063000', '111715.066000', '111715.069000', '111715.071000', '111715.074000', '111715.077000', '111715.080000', '111715.082000', '111715.085000', '111715.088000', '111715.091000', '111715.094000', '111715.096000', '111715.099000', '111715.102000', '111715.105000', '111715.108000', '111715.110000', '111715.113000', '111715.116000', '111715.119000', '111715.121000', '111715.124000', '111715.127000', '111715.130000', '111715.133000', '111715.135000', '111715.138000', '111715.141000', '111715.144000', '111715.147000', '111715.149000', '111715.152000', '111715.155000', '111715.158000', '111715.160000', '111715.163000', '111715.166000', '111715.169000', '111715.172000', '111735.052000', '111735.055000', '111735.058000', '111735.060000', '111735.063000', '111735.066000', '111735.069000', '111735.072000', '111735.074000', '111735.077000', '111735.080000', '111735.083000', '111735.086000', '111735.088000', '111735.091000', '111735.094000', '111735.097000', '111735.100000', '111735.103000', '111735.106000', '111735.108000', '111735.111000', '111735.114000', '111735.117000', '111735.120000', '111735.123000', '111735.125000', '111735.128000', '111735.131000', '111735.134000', '111735.137000', '111735.140000', '111735.142000', '111735.145000', '111735.148000', '111735.151000', '111735.153000', '111735.156000', '111735.167000', '111735.170000', '111735.173000', '111735.176000', '111735.179000', '111755.052000', '111755.055000', '111755.057000', '111755.060000', '111755.063000', '111755.066000', '111755.069000', '111755.072000', '111755.074000', '111755.077000', '111755.080000', '111755.083000', '111755.085000', '111755.101000', '111755.104000', '111755.107000', '111755.110000', '111755.112000', '111755.115000', '111755.118000', '111755.121000', '111755.123000', '111755.126000', '111755.129000', '111755.132000', '111755.135000', '111755.137000', '111755.140000', '111755.143000', '111755.146000', '111755.149000', '111755.151000', '111755.154000', '111755.157000', '111755.160000', '111755.163000', '111755.165000', '111755.168000', '111755.171000', '111755.174000', '111755.176000', '111755.179000', '111755.182000', '111755.185000', '111815.053000', '111815.056000', '111815.059000', '111815.061000', '111815.064000', '111815.067000', '111815.070000', '111815.073000', '111815.075000', '111815.078000', '111815.081000', '111815.084000', '111815.087000', '111815.090000', '111815.092000', '111815.095000', '111815.098000', '111815.101000', '111815.104000', '111815.106000', '111815.109000', '111815.112000', '111815.115000', '111815.119000', '111815.122000', '111815.125000', '111815.128000', '111815.130000', '111815.133000', '111815.136000', '111815.139000', '111815.142000', '111815.145000', '111815.147000', '111815.150000', '111815.153000', '111815.156000', '111815.159000', '111815.161000', '111815.164000', '111815.167000', '111815.170000', '111815.173000', '111835.052000', '111835.055000', '111835.058000', '111835.060000', '111835.063000', '111835.066000', '111835.069000', '111835.071000', '111835.074000', '111835.077000', '111835.080000', '111835.083000', '111835.085000', '111835.088000', '111835.091000', '111835.094000', '111835.097000', '111835.100000', '111835.102000', '111835.105000', '111835.108000', '111835.111000', '111835.114000', '111835.116000', '111835.119000', '111835.122000', '111835.125000', '111835.128000', '111835.131000', '111835.133000', '111835.136000', '111835.139000', '111835.142000', '111835.144000', '111835.147000', '111835.150000', '111835.153000', '111835.156000', '111835.158000', '111835.161000', '111835.164000', '111835.167000', '111835.170000', '111835.173000', '111855.052000', '111855.055000', '111855.058000', '111855.061000', '111855.063000', '111855.066000', '111855.069000', '111855.072000', '111855.074000', '111855.077000', '111855.080000', '111855.083000', '111855.086000', '111855.089000', '111855.091000', '111855.094000', '111855.097000', '111855.100000', '111855.103000', '111855.105000', '111855.108000', '111855.111000', '111855.114000', '111855.117000', '111855.120000', '111855.122000', '111855.125000', '111855.128000', '111855.131000', '111855.134000', '111855.137000', '111855.139000', '111855.142000', '111855.145000', '111855.148000', '111855.151000', '111855.154000', '111855.156000', '111855.159000', '111855.162000', '111855.165000', '111855.168000', '111855.170000', '111915.052000', '111915.055000', '111915.057000', '111915.060000', '111915.063000', '111915.066000', '111915.069000', '111915.071000', '111915.074000', '111915.077000', '111915.080000', '111915.083000', '111915.086000', '111915.088000', '111915.091000', '111915.094000', '111915.097000', '111915.100000', '111915.102000', '111915.105000', '111915.108000', '111915.111000', '111915.114000', '111915.117000', '111915.120000', '111915.123000', '111915.125000', '111915.128000', '111915.131000', '111915.134000', '111915.136000', '111915.139000', '111915.142000', '111915.145000', '111915.148000', '111915.150000', '111915.153000', '111915.156000', '111915.175000', '111915.178000', '111915.180000', '111915.183000', '111915.186000', '111915.189000', '111935.052000', '111935.055000', '111935.058000', '111935.060000', '111935.063000', '111935.066000', '111935.069000', '111935.072000', '111935.075000', '111935.077000', '111935.080000', '111935.083000', '111935.086000', '111935.090000', '111935.093000', '111935.095000', '111935.098000', '111935.101000', '111935.104000', '111935.107000', '111935.109000', '111935.112000', '111935.115000', '111935.118000', '111935.121000', '111935.123000', '111935.126000', '111935.129000', '111935.132000', '111935.135000', '111935.138000', '111935.140000', '111935.144000', '111935.146000', '111935.149000', '111935.152000', '111935.156000', '111935.159000', '111935.162000', '111935.165000', '111935.168000', '111935.170000', '111935.173000', '111955.053000', '111955.056000', '111955.059000', '111955.061000', '111955.064000', '111955.067000', '111955.070000', '111955.073000', '111955.076000', '111955.078000', '111955.081000', '111955.084000', '111955.087000', '111955.090000', '111955.092000', '111955.095000', '111955.098000', '111955.101000', '111955.104000', '111955.106000', '111955.109000', '111955.112000', '111955.115000', '111955.118000', '111955.120000', '111955.123000', '111955.126000', '111955.129000', '111955.132000', '111955.135000', '111955.138000', '111955.140000', '111955.143000', '111955.146000', '111955.149000', '111955.151000', '111955.154000', '111955.157000', '111955.160000', '111955.163000', '111955.165000', '111955.168000', '111955.171000', '111955.174000', '112015.052000', '112015.055000', '112015.058000', '112015.061000', '112015.064000', '112015.066000', '112015.069000', '112015.072000', '112015.075000', '112015.078000', '112015.081000', '112015.083000', '112015.086000', '112015.089000', '112015.092000', '112015.094000', '112015.097000', '112015.100000', '112015.103000', '112015.106000', '112015.108000', '112015.111000', '112015.114000', '112015.117000', '112015.120000', '112015.123000', '112015.125000', '112015.128000', '112015.131000', '112015.134000', '112015.137000', '112015.140000', '112015.142000', '112015.145000', '112015.148000', '112015.151000', '112015.154000', '112015.156000', '112015.159000', '112015.162000', '112015.165000', '112015.168000', '112015.173000', '112035.052000', '112035.055000', '112035.058000', '112035.060000', '112035.063000', '112035.066000', '112035.069000', '112035.072000', '112035.074000', '112035.077000', '112035.080000', '112035.083000', '112035.086000', '112035.088000', '112035.091000', '112035.094000', '112035.097000', '112035.100000', '112035.102000', '112035.105000', '112035.108000', '112035.111000', '112035.114000', '112035.116000', '112035.119000', '112035.122000', '112035.125000', '112035.128000', '112035.131000', '112035.133000', '112035.136000', '112035.139000', '112035.142000', '112035.144000', '112035.147000', '112035.150000', '112035.153000', '112035.156000', '112035.159000', '112035.161000', '112035.164000', '112035.167000', '112035.170000', '112035.172000', '112055.052000', '112055.055000', '112055.058000', '112055.061000', '112055.063000', '112055.080000', '112055.083000', '112055.086000', '112055.088000', '112055.091000', '112055.094000', '112055.097000', '112055.100000', '112055.102000', '112055.105000', '112055.108000', '112055.111000', '112055.114000', '112055.116000', '112055.119000', '112055.122000', '112055.126000', '112055.129000', '112055.132000', '112055.135000', '112055.137000', '112055.140000', '112055.143000', '112055.146000', '112055.149000', '112055.152000', '112055.154000', '112055.157000', '112055.160000', '112055.163000', '112055.166000', '112055.169000', '112055.171000', '112055.174000', '112055.177000', '112055.180000', '112055.183000', '112055.186000', '112115.052000', '112115.055000', '112115.058000', '112115.061000', '112115.063000', '112115.066000', '112115.069000', '112115.072000', '112115.074000', '112115.077000', '112115.080000', '112115.083000', '112115.086000', '112115.088000', '112115.092000', '112115.095000', '112115.098000', '112115.100000', '112115.103000', '112115.106000', '112115.109000', '112115.112000', '112115.115000', '112115.117000', '112115.120000', '112115.123000', '112115.126000', '112115.129000', '112115.131000', '112115.134000', '112115.137000', '112115.140000', '112115.143000', '112115.145000', '112115.148000', '112115.151000', '112115.154000', '112115.157000', '112115.159000', '112115.162000', '112115.165000', '112115.168000', '112115.171000', '112115.173000', '112135.052000', '112135.055000', '112135.058000', '112135.061000', '112135.063000', '112135.066000', '112135.069000', '112135.072000', '112135.075000', '112135.077000', '112135.080000', '112135.083000', '112135.086000', '112135.089000', '112135.091000', '112135.094000', '112135.097000', '112135.100000', '112135.103000', '112135.106000', '112135.108000', '112135.111000', '112135.114000', '112135.117000', '112135.120000', '112135.122000', '112135.125000', '112135.128000', '112135.131000', '112135.134000', '112135.137000', '112135.139000', '112135.142000', '112135.145000', '112135.148000', '112135.151000', '112135.153000', '112135.156000', '112135.159000', '112135.162000', '112135.165000', '112135.168000', '112135.170000', '112155.052000', '112155.055000', '112155.058000', '112155.060000', '112155.063000', '112155.066000', '112155.069000', '112155.072000', '112155.074000', '112155.077000', '112155.080000', '112155.083000', '112155.085000', '112155.088000', '112155.091000', '112155.094000', '112155.096000', '112155.099000', '112155.102000', '112155.105000', '112155.108000', '112155.111000', '112155.113000', '112155.116000', '112155.119000', '112155.122000', '112155.125000', '112155.127000', '112155.130000', '112155.133000', '112155.136000', '112155.139000', '112155.142000', '112155.144000', '112155.147000', '112155.150000', '112155.153000', '112155.155000', '112155.158000', '112155.161000', '112155.164000', '112155.167000', '112155.169000', '112155.172000', '112215.052000', '112215.055000', '112215.058000', '112215.061000', '112215.063000', '112215.066000', '112215.069000', '112215.072000', '112215.075000', '112215.077000', '112215.080000', '112215.083000', '112215.086000', '112215.089000', '112215.091000', '112215.094000', '112215.113000', '112215.115000', '112215.118000', '112215.121000', '112215.124000', '112215.127000', '112215.129000', '112215.132000', '112215.135000', '112215.138000', '112215.141000', '112215.144000', '112215.146000', '112215.149000', '112215.152000', '112215.155000', '112215.158000', '112215.161000', '112215.164000', '112215.168000', '112215.170000', '112215.173000', '112215.176000', '112215.179000', '112215.181000', '112215.184000', '112215.187000', '112218.504000', '112218.508000', '112218.511000', '112218.514000', '112218.516000', '112218.519000', '112218.523000', '112218.526000'], 'InstanceCreationTime': ['111555.082000', '111555.085000', '111555.088000', '111555.091000', '111555.094000', '111555.097000', '111555.100000', '111555.103000', '111555.106000', '111555.109000', '111555.119000', '111555.121000', '111555.124000', '111555.127000', '111555.130000', '111555.133000', '111555.136000', '111555.139000', '111555.142000', '111555.145000', '111555.147000', '111555.150000', '111555.153000', '111555.156000', '111555.159000', '111555.166000', '111555.169000', '111555.172000', '111555.175000', '111555.178000', '111555.180000', '111555.183000', '111555.186000', '111555.189000', '111555.192000', '111555.194000', '111555.197000', '111555.200000', '111615.052000', '111615.055000', '111615.058000', '111615.074000', '111615.077000', '111615.080000', '111615.082000', '111615.085000', '111615.088000', '111615.091000', '111615.093000', '111615.096000', '111615.099000', '111615.102000', '111615.104000', '111615.107000', '111615.110000', '111615.113000', '111615.116000', '111615.118000', '111615.121000', '111615.124000', '111615.127000', '111615.129000', '111615.132000', '111615.135000', '111615.138000', '111615.140000', '111615.143000', '111615.146000', '111615.149000', '111615.152000', '111615.155000', '111615.157000', '111615.160000', '111615.163000', '111615.166000', '111615.168000', '111615.171000', '111615.174000', '111615.177000', '111615.180000', '111615.182000', '111635.052000', '111635.055000', '111635.057000', '111635.060000', '111635.063000', '111635.066000', '111635.068000', '111635.071000', '111635.074000', '111635.077000', '111635.079000', '111635.082000', '111635.085000', '111635.088000', '111635.091000', '111635.093000', '111635.096000', '111635.099000', '111635.102000', '111635.105000', '111635.107000', '111635.110000', '111635.113000', '111635.116000', '111635.118000', '111635.121000', '111635.124000', '111635.127000', '111635.130000', '111635.132000', '111635.135000', '111635.138000', '111635.141000', '111635.144000', '111635.146000', '111635.149000', '111635.152000', '111635.155000', '111635.158000', '111635.160000', '111635.163000', '111635.166000', '111635.169000', '111635.171000', '111655.052000', '111655.055000', '111655.058000', '111655.060000', '111655.063000', '111655.066000', '111655.069000', '111655.072000', '111655.075000', '111655.077000', '111655.080000', '111655.083000', '111655.086000', '111655.089000', '111655.092000', '111655.094000', '111655.097000', '111655.100000', '111655.103000', '111655.106000', '111655.108000', '111655.111000', '111655.114000', '111655.117000', '111655.120000', '111655.122000', '111655.125000', '111655.128000', '111655.131000', '111655.134000', '111655.136000', '111655.139000', '111655.142000', '111655.145000', '111655.148000', '111655.150000', '111655.153000', '111655.156000', '111655.159000', '111655.161000', '111655.164000', '111655.167000', '111655.170000', '111715.052000', '111715.055000', '111715.058000', '111715.060000', '111715.063000', '111715.066000', '111715.069000', '111715.071000', '111715.074000', '111715.077000', '111715.080000', '111715.082000', '111715.085000', '111715.088000', '111715.091000', '111715.094000', '111715.096000', '111715.099000', '111715.102000', '111715.105000', '111715.108000', '111715.110000', '111715.113000', '111715.116000', '111715.119000', '111715.121000', '111715.124000', '111715.127000', '111715.130000', '111715.133000', '111715.135000', '111715.138000', '111715.141000', '111715.144000', '111715.147000', '111715.149000', '111715.152000', '111715.155000', '111715.158000', '111715.160000', '111715.163000', '111715.166000', '111715.169000', '111715.172000', '111735.052000', '111735.055000', '111735.058000', '111735.060000', '111735.063000', '111735.066000', '111735.069000', '111735.072000', '111735.074000', '111735.077000', '111735.080000', '111735.083000', '111735.086000', '111735.088000', '111735.091000', '111735.094000', '111735.097000', '111735.100000', '111735.103000', '111735.106000', '111735.108000', '111735.111000', '111735.114000', '111735.117000', '111735.120000', '111735.123000', '111735.125000', '111735.128000', '111735.131000', '111735.134000', '111735.137000', '111735.140000', '111735.142000', '111735.145000', '111735.148000', '111735.151000', '111735.153000', '111735.156000', '111735.167000', '111735.170000', '111735.173000', '111735.176000', '111735.179000', '111755.052000', '111755.055000', '111755.057000', '111755.060000', '111755.063000', '111755.066000', '111755.069000', '111755.072000', '111755.074000', '111755.077000', '111755.080000', '111755.083000', '111755.085000', '111755.101000', '111755.104000', '111755.107000', '111755.110000', '111755.112000', '111755.115000', '111755.118000', '111755.121000', '111755.123000', '111755.126000', '111755.129000', '111755.132000', '111755.135000', '111755.137000', '111755.140000', '111755.143000', '111755.146000', '111755.149000', '111755.151000', '111755.154000', '111755.157000', '111755.160000', '111755.163000', '111755.165000', '111755.168000', '111755.171000', '111755.174000', '111755.176000', '111755.179000', '111755.182000', '111755.185000', '111815.053000', '111815.056000', '111815.059000', '111815.061000', '111815.064000', '111815.067000', '111815.070000', '111815.073000', '111815.075000', '111815.078000', '111815.081000', '111815.084000', '111815.087000', '111815.090000', '111815.092000', '111815.095000', '111815.098000', '111815.101000', '111815.104000', '111815.106000', '111815.109000', '111815.112000', '111815.115000', '111815.119000', '111815.122000', '111815.125000', '111815.128000', '111815.130000', '111815.133000', '111815.136000', '111815.139000', '111815.142000', '111815.145000', '111815.147000', '111815.150000', '111815.153000', '111815.156000', '111815.159000', '111815.161000', '111815.164000', '111815.167000', '111815.170000', '111815.173000', '111835.052000', '111835.055000', '111835.058000', '111835.060000', '111835.063000', '111835.066000', '111835.069000', '111835.071000', '111835.074000', '111835.077000', '111835.080000', '111835.083000', '111835.085000', '111835.088000', '111835.091000', '111835.094000', '111835.097000', '111835.100000', '111835.102000', '111835.105000', '111835.108000', '111835.111000', '111835.114000', '111835.116000', '111835.119000', '111835.122000', '111835.125000', '111835.128000', '111835.131000', '111835.133000', '111835.136000', '111835.139000', '111835.142000', '111835.144000', '111835.147000', '111835.150000', '111835.153000', '111835.156000', '111835.158000', '111835.161000', '111835.164000', '111835.167000', '111835.170000', '111835.173000', '111855.052000', '111855.055000', '111855.058000', '111855.061000', '111855.063000', '111855.066000', '111855.069000', '111855.072000', '111855.074000', '111855.077000', '111855.080000', '111855.083000', '111855.086000', '111855.089000', '111855.091000', '111855.094000', '111855.097000', '111855.100000', '111855.103000', '111855.105000', '111855.108000', '111855.111000', '111855.114000', '111855.117000', '111855.120000', '111855.122000', '111855.125000', '111855.128000', '111855.131000', '111855.134000', '111855.137000', '111855.139000', '111855.142000', '111855.145000', '111855.148000', '111855.151000', '111855.154000', '111855.156000', '111855.159000', '111855.162000', '111855.165000', '111855.168000', '111855.170000', '111915.052000', '111915.055000', '111915.057000', '111915.060000', '111915.063000', '111915.066000', '111915.069000', '111915.071000', '111915.074000', '111915.077000', '111915.080000', '111915.083000', '111915.086000', '111915.088000', '111915.091000', '111915.094000', '111915.097000', '111915.100000', '111915.102000', '111915.105000', '111915.108000', '111915.111000', '111915.114000', '111915.117000', '111915.120000', '111915.123000', '111915.125000', '111915.128000', '111915.131000', '111915.134000', '111915.136000', '111915.139000', '111915.142000', '111915.145000', '111915.148000', '111915.150000', '111915.153000', '111915.156000', '111915.175000', '111915.178000', '111915.180000', '111915.183000', '111915.186000', '111915.189000', '111935.052000', '111935.055000', '111935.058000', '111935.060000', '111935.063000', '111935.066000', '111935.069000', '111935.072000', '111935.075000', '111935.077000', '111935.080000', '111935.083000', '111935.086000', '111935.090000', '111935.093000', '111935.095000', '111935.098000', '111935.101000', '111935.104000', '111935.107000', '111935.109000', '111935.112000', '111935.115000', '111935.118000', '111935.121000', '111935.123000', '111935.126000', '111935.129000', '111935.132000', '111935.135000', '111935.138000', '111935.140000', '111935.144000', '111935.146000', '111935.149000', '111935.152000', '111935.156000', '111935.159000', '111935.162000', '111935.165000', '111935.168000', '111935.170000', '111935.173000', '111955.053000', '111955.056000', '111955.059000', '111955.061000', '111955.064000', '111955.067000', '111955.070000', '111955.073000', '111955.076000', '111955.078000', '111955.081000', '111955.084000', '111955.087000', '111955.090000', '111955.092000', '111955.095000', '111955.098000', '111955.101000', '111955.104000', '111955.106000', '111955.109000', '111955.112000', '111955.115000', '111955.118000', '111955.120000', '111955.123000', '111955.126000', '111955.129000', '111955.132000', '111955.135000', '111955.138000', '111955.140000', '111955.143000', '111955.146000', '111955.149000', '111955.151000', '111955.154000', '111955.157000', '111955.160000', '111955.163000', '111955.165000', '111955.168000', '111955.171000', '111955.174000', '112015.052000', '112015.055000', '112015.058000', '112015.061000', '112015.064000', '112015.066000', '112015.069000', '112015.072000', '112015.075000', '112015.078000', '112015.081000', '112015.083000', '112015.086000', '112015.089000', '112015.092000', '112015.094000', '112015.097000', '112015.100000', '112015.103000', '112015.106000', '112015.108000', '112015.111000', '112015.114000', '112015.117000', '112015.120000', '112015.123000', '112015.125000', '112015.128000', '112015.131000', '112015.134000', '112015.137000', '112015.140000', '112015.142000', '112015.145000', '112015.148000', '112015.151000', '112015.154000', '112015.156000', '112015.159000', '112015.162000', '112015.165000', '112015.168000', '112015.173000', '112035.052000', '112035.055000', '112035.058000', '112035.060000', '112035.063000', '112035.066000', '112035.069000', '112035.072000', '112035.074000', '112035.077000', '112035.080000', '112035.083000', '112035.086000', '112035.088000', '112035.091000', '112035.094000', '112035.097000', '112035.100000', '112035.102000', '112035.105000', '112035.108000', '112035.111000', '112035.114000', '112035.116000', '112035.119000', '112035.122000', '112035.125000', '112035.128000', '112035.131000', '112035.133000', '112035.136000', '112035.139000', '112035.142000', '112035.144000', '112035.147000', '112035.150000', '112035.153000', '112035.156000', '112035.159000', '112035.161000', '112035.164000', '112035.167000', '112035.170000', '112035.172000', '112055.052000', '112055.055000', '112055.058000', '112055.061000', '112055.063000', '112055.080000', '112055.083000', '112055.086000', '112055.088000', '112055.091000', '112055.094000', '112055.097000', '112055.100000', '112055.102000', '112055.105000', '112055.108000', '112055.111000', '112055.114000', '112055.116000', '112055.119000', '112055.122000', '112055.126000', '112055.129000', '112055.132000', '112055.135000', '112055.137000', '112055.140000', '112055.143000', '112055.146000', '112055.149000', '112055.152000', '112055.154000', '112055.157000', '112055.160000', '112055.163000', '112055.166000', '112055.169000', '112055.171000', '112055.174000', '112055.177000', '112055.180000', '112055.183000', '112055.186000', '112115.052000', '112115.055000', '112115.058000', '112115.061000', '112115.063000', '112115.066000', '112115.069000', '112115.072000', '112115.074000', '112115.077000', '112115.080000', '112115.083000', '112115.086000', '112115.088000', '112115.092000', '112115.095000', '112115.098000', '112115.100000', '112115.103000', '112115.106000', '112115.109000', '112115.112000', '112115.115000', '112115.117000', '112115.120000', '112115.123000', '112115.126000', '112115.129000', '112115.131000', '112115.134000', '112115.137000', '112115.140000', '112115.143000', '112115.145000', '112115.148000', '112115.151000', '112115.154000', '112115.157000', '112115.159000', '112115.162000', '112115.165000', '112115.168000', '112115.171000', '112115.173000', '112135.052000', '112135.055000', '112135.058000', '112135.061000', '112135.063000', '112135.066000', '112135.069000', '112135.072000', '112135.075000', '112135.077000', '112135.080000', '112135.083000', '112135.086000', '112135.089000', '112135.091000', '112135.094000', '112135.097000', '112135.100000', '112135.103000', '112135.106000', '112135.108000', '112135.111000', '112135.114000', '112135.117000', '112135.120000', '112135.122000', '112135.125000', '112135.128000', '112135.131000', '112135.134000', '112135.137000', '112135.139000', '112135.142000', '112135.145000', '112135.148000', '112135.151000', '112135.153000', '112135.156000', '112135.159000', '112135.162000', '112135.165000', '112135.168000', '112135.170000', '112155.052000', '112155.055000', '112155.058000', '112155.060000', '112155.063000', '112155.066000', '112155.069000', '112155.072000', '112155.074000', '112155.077000', '112155.080000', '112155.083000', '112155.085000', '112155.088000', '112155.091000', '112155.094000', '112155.096000', '112155.099000', '112155.102000', '112155.105000', '112155.108000', '112155.111000', '112155.113000', '112155.116000', '112155.119000', '112155.122000', '112155.125000', '112155.127000', '112155.130000', '112155.133000', '112155.136000', '112155.139000', '112155.142000', '112155.144000', '112155.147000', '112155.150000', '112155.153000', '112155.155000', '112155.158000', '112155.161000', '112155.164000', '112155.167000', '112155.169000', '112155.172000', '112215.052000', '112215.055000', '112215.058000', '112215.061000', '112215.063000', '112215.066000', '112215.069000', '112215.072000', '112215.075000', '112215.077000', '112215.080000', '112215.083000', '112215.086000', '112215.089000', '112215.091000', '112215.094000', '112215.113000', '112215.115000', '112215.118000', '112215.121000', '112215.124000', '112215.127000', '112215.129000', '112215.132000', '112215.135000', '112215.138000', '112215.141000', '112215.144000', '112215.146000', '112215.149000', '112215.152000', '112215.155000', '112215.158000', '112215.161000', '112215.164000', '112215.168000', '112215.170000', '112215.173000', '112215.176000', '112215.179000', '112215.181000', '112215.184000', '112215.187000', '112218.504000', '112218.508000', '112218.511000', '112218.514000', '112218.516000', '112218.519000', '112218.523000', '112218.526000'], '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': [10332, 9700, 10591, 10426, 10366, 10593, 10280, 10494, 10468, 10160, 10715, 10359, 12173, 10281, 14683, 10537, 13053, 10151, 11902, 10165, 12230, 10374, 9679, 10660, 10386, 10720, 10653, 12346, 10194, 10598, 10611, 10178, 10654, 10842, 10412, 10201, 10490, 10363, 10376, 10287, 9998, 10371, 9998, 10083, 10699, 10843, 13164, 10489, 14202, 11622, 12345, 10661, 10145, 12356, 10419, 14657, 10685, 13540, 10731, 9954, 10633, 10076, 11693, 10248, 10489, 10571, 10520, 10371, 10004, 12715, 10220, 12049, 10676, 12091, 10433, 13073, 10554, 10837, 10575, 10122, 10409, 10546, 11040, 10191, 10457, 10560, 9662, 10779, 11638, 10527, 11955, 11018, 10421, 10852, 10794, 10816, 10033, 12257, 10633, 14448, 10792, 9616, 10663, 10248, 10738, 10046, 10548, 10462, 10701, 10111, 10222, 10268, 10411, 10835, 10397, 10613, 10347, 10415, 10474, 12269, 10471, 12558, 10572, 10893, 10426, 10321, 10117, 10203, 9980, 10187, 10176, 10392, 10409, 10008, 9996, 10599, 10297, 10158, 10509, 10217, 13995, 10480, 14321, 13120, 10727, 14070, 10339, 11781, 10305, 10071, 10473, 10105, 11999, 10339, 12468, 10423, 10086, 10543, 10281, 10170, 10328, 10250, 10225, 10243, 10558, 10201, 11499, 10441, 10555, 10459, 10259, 12865, 10175, 11465, 9572, 10102, 12708, 10207, 10492, 10315, 10261, 13364, 10573, 10074, 10263, 10078, 10145, 10224, 9790, 10318, 10000, 9778, 10045, 10399, 12109, 10050, 14285, 10242, 10200, 10322, 10149, 9989, 10169, 9895, 13510, 10014, 12121, 10050, 9982, 13764, 10124, 10115, 10205, 10226, 13154, 10245, 10817, 9980, 10073, 10593, 9987, 9989, 10447, 10020, 10799, 10181, 12834, 10577, 10269, 11477, 10475, 11637, 10417, 9944, 11132, 10496, 10881, 10272, 10119, 15234, 10159, 10258, 10470, 10298, 12932, 10490, 9902, 9861, 10155, 10205, 9977, 10268, 10200, 10047, 14416, 10490, 10089, 9992, 10091, 9575, 10189, 10163, 10334, 10460, 9916, 10522, 10323, 12444, 10199, 10446, 10445, 10090, 14146, 10190, 10242, 11323, 10071, 9685, 10082, 10339, 11324, 10533, 10543, 10511, 10354, 10983, 10586, 10413, 10638, 10554, 12381, 10807, 10368, 14909, 10412, 11710, 11273, 10420, 13641, 10555, 10111, 13843, 11744, 11973, 10565, 10163, 10346, 10431, 11969, 10637, 10068, 12285, 10346, 10169, 10486, 10317, 10119, 10325, 10438, 10751, 10433, 10627, 10569, 10603, 10773, 10131, 11068, 10547, 12416, 10611, 10089, 10585, 10199, 10114, 10598, 13638, 10459, 11495, 10335, 10420, 11180, 10662, 10316, 10690, 10124, 10834, 10972, 10280, 10380, 14724, 10703, 10474, 12577, 10807, 12625, 10725, 10421, 10007, 10497, 12997, 10742, 10449, 10641, 10278, 10662, 10591, 13273, 10410, 11417, 10437, 10443, 13805, 10675, 10779, 10574, 10486, 10637, 10354, 10551, 10462, 10668, 10470, 11723, 10627, 10348, 10563, 10346, 13480, 10602, 10063, 10188, 10528, 14358, 10555, 11435, 10867, 10411, 10578, 10744, 13134, 10636, 10462, 10631, 10487, 10295, 10442, 10684, 14127, 10654, 11607, 10489, 10294, 12359, 10967, 10491, 11255, 10855, 12473, 10663, 10284, 10828, 10788, 11805, 10797, 10656, 10346, 10740, 10395, 10889, 10690, 10933, 10568, 10394, 10901, 12598, 10638, 10432, 10910, 10493, 12915, 11010, 11852, 10903, 10436, 10567, 10633, 14263, 10937, 10393, 10558, 10587, 12835, 10831, 10340, 10616, 10657, 13686, 10599, 10637, 10479, 10537, 10405, 10743, 13228, 10709, 11271, 10647, 10477, 10695, 10790, 14235, 10685, 11974, 10450, 10597, 14611, 10807, 11329, 10930, 10611, 9939, 10707, 11408, 10900, 10715, 10605, 9278, 10727, 10325, 10965, 10608, 12815, 10673, 14410, 10771, 10607, 12424, 10606, 9728, 10191, 10548, 10444, 10481, 13697, 10772, 13532, 13463, 11718, 12537, 10761, 10747, 10810, 10679, 10215, 10752, 10797, 10975, 9191, 10871, 10450, 10847, 10671, 12674, 10985, 10267, 10738, 10514, 10805, 10654, 12869, 10670, 10277, 10818, 10541, 11208, 10912, 10237, 10696, 12681, 10759, 11932, 11750, 10884, 14877, 11304, 12140, 10222, 10491, 14787, 11338, 11741, 10472, 10426, 10335, 10949, 10693, 10557, 10425, 10198, 10546, 11932, 10778, 10376, 9856, 10602, 11546, 10721, 10431, 10762, 10606, 14031, 10660, 10450, 10837, 10799, 12990, 10618, 10458, 10209, 10739, 9919, 10891, 10715, 10817, 10676, 10476, 10429, 10932, 10655, 13806, 10318, 10199, 12094, 10374, 11529, 10651, 10622, 11841, 10695, 11611, 10486, 10625, 9918, 10652, 9630, 10826, 10294, 10419, 10719, 13745, 10838, 10491, 10885, 10983, 11491, 10783, 10464, 10675, 10784, 9869, 10761, 10513, 10955, 10740, 11095, 10704, 11993, 10795, 10749, 11057, 10812, 11990, 10480, 10748, 14101, 10612, 10478, 10322, 10676, 12250, 10606, 10791, 9919, 10877, 10719, 10711, 10530, 10747, 10753, 14283, 11097, 12700, 10681, 10764, 13812, 10707, 12672, 10903, 10492, 12056, 10878, 11850, 10763, 10686, 10723, 10748, 11414, 10822, 10697, 10741, 10872, 12720, 10804, 10521, 10623, 10892, 12458, 10683, 10690, 10267, 10892, 13542, 10758, 10660, 10747, 10544, 10356, 10873, 13234, 10917, 10562, 10738, 10769, 14100, 10708, 10732, 10712, 10773, 10582, 10905, 13720, 10667, 11080, 9950, 10586, 14292, 10582, 11178, 10274, 10325, 10605, 10700, 13620, 10561, 13563, 10594, 10507, 11798, 10829, 14330, 10481, 10811, 10338, 10631, 12948, 10760, 11010, 10124, 10675, 10782, 10635, 10645, 10799, 10810, 10619, 10699, 10356, 10858, 12200, 10565, 10644, 10507, 10662, 14093, 10633, 11023, 10795, 10643, 12102, 10827, 13402, 10632, 10747, 10347, 10467, 14487, 10700, 10796, 10500, 9398, 10810, 10505, 10611, 10843, 10566, 10834, 11430, 10151, 10682, 13975, 10681, 11646, 12657, 10737, 14639, 10552, 11643, 10280, 10625, 10307, 10662, 10939, 10543, 10409, 10329, 10688, 10725, 10685, 12557, 10383, 9491, 10707, 9649, 10768, 10479, 12577, 10598, 14055, 10633, 10460, 10819, 10726, 12008, 10636, 10701, 10637, 9045, 10621, 10919, 10841, 10666, 10289, 10668, 14265, 10780, 11484, 10261, 10464, 10648, 10802, 11006, 10791, 10750, 10866, 10782, 10865, 10889, 11705, 10706, 10531, 10955, 10755, 10706, 10815, 10819, 10912, 10830, 10791, 10671, 10492, 10779, 10508, 14160, 12018, 13556, 10252, 10367, 10210, 10651, 9984, 10882, 10426, 10676, 10869, 10735, 9999, 10898, 10820, 10533, 15125, 10404, 10610, 14508, 10844, 10448, 10583, 10637, 12809, 10654, 9370, 10765, 9812], 'WindowCenter': [3859.0, 3832.0, 3841.0, 3827.0, 3827.0, 3826.0, 3826.0, 3825.0, 3826.0, 3824.0, 3823.0, 3814.0, 3835.0, 3814.0, 3848.0, 3825.0, 3833.0, 3813.0, 3822.0, 3812.0, 3822.0, 3811.0, 3802.0, 3811.0, 3813.0, 3811.0, 3812.0, 3822.0, 3814.0, 3810.0, 3811.0, 3811.0, 3811.0, 3823.0, 3810.0, 3825.0, 3825.0, 3813.0, 3825.0, 3825.0, 3827.0, 3825.0, 3826.0, 3828.0, 3828.0, 3838.0, 3848.0, 3827.0, 3847.0, 3838.0, 3851.0, 3827.0, 3827.0, 3836.0, 3825.0, 3846.0, 3814.0, 3845.0, 3825.0, 3815.0, 3813.0, 3814.0, 3837.0, 3826.0, 3827.0, 3825.0, 3825.0, 3815.0, 3815.0, 3848.0, 3827.0, 3836.0, 3826.0, 3835.0, 3825.0, 3835.0, 3826.0, 3825.0, 3824.0, 3814.0, 3813.0, 3812.0, 3824.0, 3814.0, 3812.0, 3825.0, 3802.0, 3812.0, 3822.0, 3813.0, 3823.0, 3813.0, 3814.0, 3812.0, 3811.0, 3811.0, 3801.0, 3821.0, 3811.0, 3832.0, 3811.0, 3800.0, 3811.0, 3800.0, 3810.0, 3800.0, 3813.0, 3823.0, 3823.0, 3814.0, 3812.0, 3815.0, 3825.0, 3826.0, 3826.0, 3824.0, 3814.0, 3814.0, 3814.0, 3835.0, 3826.0, 3837.0, 3825.0, 3825.0, 3814.0, 3812.0, 3814.0, 3812.0, 3803.0, 3814.0, 3815.0, 3815.0, 3825.0, 3813.0, 3813.0, 3825.0, 3827.0, 3829.0, 3840.0, 3842.0, 3861.0, 3841.0, 3862.0, 3837.0, 3815.0, 3835.0, 3804.0, 3823.0, 3814.0, 3813.0, 3824.0, 3815.0, 3822.0, 3813.0, 3835.0, 3813.0, 3811.0, 3813.0, 3813.0, 3813.0, 3814.0, 3813.0, 3815.0, 3815.0, 3828.0, 3816.0, 3824.0, 3814.0, 3826.0, 3826.0, 3816.0, 3835.0, 3813.0, 3824.0, 3801.0, 3813.0, 3824.0, 3812.0, 3812.0, 3800.0, 3801.0, 3832.0, 3811.0, 3801.0, 3813.0, 3814.0, 3811.0, 3813.0, 3801.0, 3813.0, 3814.0, 3814.0, 3816.0, 3815.0, 3825.0, 3801.0, 3834.0, 3812.0, 3802.0, 3802.0, 3801.0, 3799.0, 3799.0, 3800.0, 3833.0, 3802.0, 3821.0, 3801.0, 3800.0, 3831.0, 3801.0, 3800.0, 3800.0, 3800.0, 3821.0, 3800.0, 3813.0, 3801.0, 3801.0, 3811.0, 3799.0, 3799.0, 3812.0, 3812.0, 3823.0, 3814.0, 3832.0, 3811.0, 3813.0, 3824.0, 3813.0, 3823.0, 3813.0, 3812.0, 3811.0, 3812.0, 3812.0, 3813.0, 3813.0, 3844.0, 3812.0, 3800.0, 3810.0, 3800.0, 3821.0, 3812.0, 3800.0, 3801.0, 3811.0, 3810.0, 3802.0, 3801.0, 3800.0, 3801.0, 3832.0, 3801.0, 3799.0, 3799.0, 3801.0, 3800.0, 3811.0, 3812.0, 3812.0, 3825.0, 3812.0, 3812.0, 3814.0, 3836.0, 3814.0, 3814.0, 3825.0, 3814.0, 3843.0, 3812.0, 3813.0, 3811.0, 3814.0, 3803.0, 3811.0, 3812.0, 3810.0, 3811.0, 3811.0, 3825.0, 3825.0, 3823.0, 3824.0, 3824.0, 3826.0, 3826.0, 3834.0, 3824.0, 3814.0, 3845.0, 3814.0, 3824.0, 3823.0, 3812.0, 3833.0, 3811.0, 3811.0, 3832.0, 3822.0, 3820.0, 3811.0, 3811.0, 3800.0, 3810.0, 3821.0, 3810.0, 3801.0, 3821.0, 3800.0, 3798.0, 3809.0, 3800.0, 3811.0, 3812.0, 3809.0, 3810.0, 3812.0, 3811.0, 3812.0, 3812.0, 3812.0, 3811.0, 3810.0, 3812.0, 3822.0, 3812.0, 3813.0, 3812.0, 3811.0, 3812.0, 3825.0, 3844.0, 3815.0, 3823.0, 3811.0, 3811.0, 3823.0, 3811.0, 3812.0, 3824.0, 3813.0, 3825.0, 3826.0, 3815.0, 3814.0, 3844.0, 3813.0, 3812.0, 3822.0, 3812.0, 3821.0, 3813.0, 3810.0, 3799.0, 3811.0, 3832.0, 3812.0, 3812.0, 3814.0, 3813.0, 3813.0, 3825.0, 3834.0, 3813.0, 3823.0, 3812.0, 3812.0, 3833.0, 3811.0, 3812.0, 3814.0, 3810.0, 3811.0, 3812.0, 3813.0, 3812.0, 3811.0, 3813.0, 3821.0, 3812.0, 3813.0, 3811.0, 3813.0, 3833.0, 3812.0, 3800.0, 3800.0, 3813.0, 3832.0, 3813.0, 3811.0, 3811.0, 3812.0, 3798.0, 3810.0, 3832.0, 3810.0, 3811.0, 3810.0, 3811.0, 3799.0, 3811.0, 3811.0, 3832.0, 3811.0, 3810.0, 3812.0, 3814.0, 3820.0, 3810.0, 3811.0, 3811.0, 3812.0, 3821.0, 3811.0, 3812.0, 3809.0, 3813.0, 3821.0, 3812.0, 3810.0, 3810.0, 3823.0, 3810.0, 3824.0, 3813.0, 3825.0, 3823.0, 3811.0, 3824.0, 3835.0, 3813.0, 3812.0, 3824.0, 3813.0, 3832.0, 3812.0, 3823.0, 3813.0, 3812.0, 3811.0, 3811.0, 3831.0, 3811.0, 3810.0, 3810.0, 3812.0, 3819.0, 3811.0, 3800.0, 3810.0, 3812.0, 3832.0, 3811.0, 3811.0, 3813.0, 3812.0, 3813.0, 3823.0, 3834.0, 3825.0, 3824.0, 3824.0, 3825.0, 3812.0, 3823.0, 3845.0, 3813.0, 3823.0, 3812.0, 3811.0, 3831.0, 3812.0, 3810.0, 3812.0, 3811.0, 3811.0, 3812.0, 3822.0, 3812.0, 3823.0, 3825.0, 3814.0, 3824.0, 3813.0, 3825.0, 3826.0, 3835.0, 3826.0, 3846.0, 3824.0, 3813.0, 3821.0, 3811.0, 3800.0, 3812.0, 3826.0, 3826.0, 3826.0, 3845.0, 3824.0, 3834.0, 3832.0, 3821.0, 3821.0, 3810.0, 3799.0, 3799.0, 3800.0, 3798.0, 3811.0, 3809.0, 3821.0, 3802.0, 3823.0, 3824.0, 3826.0, 3824.0, 3833.0, 3823.0, 3812.0, 3826.0, 3813.0, 3824.0, 3824.0, 3846.0, 3825.0, 3814.0, 3825.0, 3823.0, 3836.0, 3825.0, 3825.0, 3827.0, 3849.0, 3826.0, 3838.0, 3827.0, 3825.0, 3847.0, 3824.0, 3824.0, 3801.0, 3812.0, 3832.0, 3811.0, 3809.0, 3799.0, 3810.0, 3800.0, 3811.0, 3812.0, 3812.0, 3812.0, 3811.0, 3814.0, 3822.0, 3812.0, 3801.0, 3801.0, 3813.0, 3822.0, 3813.0, 3812.0, 3823.0, 3814.0, 3833.0, 3810.0, 3811.0, 3811.0, 3812.0, 3832.0, 3811.0, 3810.0, 3800.0, 3812.0, 3802.0, 3823.0, 3812.0, 3824.0, 3813.0, 3815.0, 3814.0, 3812.0, 3813.0, 3835.0, 3801.0, 3803.0, 3823.0, 3812.0, 3811.0, 3800.0, 3810.0, 3820.0, 3811.0, 3821.0, 3810.0, 3810.0, 3800.0, 3812.0, 3801.0, 3823.0, 3811.0, 3811.0, 3813.0, 3834.0, 3811.0, 3811.0, 3810.0, 3812.0, 3810.0, 3810.0, 3810.0, 3811.0, 3811.0, 3801.0, 3824.0, 3812.0, 3825.0, 3823.0, 3822.0, 3812.0, 3825.0, 3824.0, 3823.0, 3812.0, 3812.0, 3824.0, 3812.0, 3812.0, 3832.0, 3812.0, 3813.0, 3811.0, 3812.0, 3823.0, 3812.0, 3823.0, 3814.0, 3824.0, 3823.0, 3826.0, 3826.0, 3824.0, 3825.0, 3847.0, 3825.0, 3835.0, 3813.0, 3824.0, 3833.0, 3813.0, 3834.0, 3813.0, 3813.0, 3821.0, 3811.0, 3809.0, 3812.0, 3810.0, 3823.0, 3824.0, 3822.0, 3811.0, 3811.0, 3812.0, 3812.0, 3832.0, 3823.0, 3812.0, 3812.0, 3813.0, 3834.0, 3813.0, 3812.0, 3813.0, 3824.0, 3844.0, 3825.0, 3813.0, 3826.0, 3823.0, 3813.0, 3824.0, 3844.0, 3825.0, 3824.0, 3824.0, 3826.0, 3845.0, 3825.0, 3824.0, 3825.0, 3824.0, 3812.0, 3823.0, 3845.0, 3815.0, 3823.0, 3813.0, 3813.0, 3844.0, 3824.0, 3824.0, 3814.0, 3824.0, 3825.0, 3826.0, 3846.0, 3826.0, 3835.0, 3813.0, 3813.0, 3821.0, 3812.0, 3833.0, 3812.0, 3811.0, 3799.0, 3811.0, 3820.0, 3811.0, 3811.0, 3810.0, 3812.0, 3810.0, 3811.0, 3811.0, 3813.0, 3812.0, 3823.0, 3824.0, 3813.0, 3824.0, 3835.0, 3825.0, 3813.0, 3813.0, 3825.0, 3844.0, 3813.0, 3812.0, 3813.0, 3813.0, 3822.0, 3813.0, 3833.0, 3813.0, 3823.0, 3812.0, 3812.0, 3843.0, 3811.0, 3811.0, 3825.0, 3802.0, 3824.0, 3825.0, 3825.0, 3826.0, 3824.0, 3824.0, 3824.0, 3814.0, 3825.0, 3845.0, 3812.0, 3824.0, 3821.0, 3811.0, 3834.0, 3800.0, 3811.0, 3798.0, 3798.0, 3800.0, 3809.0, 3810.0, 3810.0, 3809.0, 3811.0, 3812.0, 3811.0, 3812.0, 3821.0, 3812.0, 3802.0, 3823.0, 3811.0, 3824.0, 3825.0, 3835.0, 3813.0, 3832.0, 3813.0, 3811.0, 3810.0, 3809.0, 3821.0, 3810.0, 3811.0, 3823.0, 3800.0, 3812.0, 3824.0, 3824.0, 3813.0, 3812.0, 3814.0, 3844.0, 3813.0, 3822.0, 3802.0, 3811.0, 3809.0, 3811.0, 3809.0, 3812.0, 3810.0, 3812.0, 3811.0, 3822.0, 3824.0, 3822.0, 3824.0, 3814.0, 3823.0, 3812.0, 3814.0, 3824.0, 3827.0, 3824.0, 3826.0, 3825.0, 3827.0, 3826.0, 3828.0, 3827.0, 3847.0, 3836.0, 3849.0, 3813.0, 3813.0, 3813.0, 3812.0, 3813.0, 3824.0, 3824.0, 3825.0, 3825.0, 3824.0, 3815.0, 3827.0, 3827.0, 3825.0, 3846.0, 3811.0, 3811.0, 3833.0, 3811.0, 3800.0, 3799.0, 3809.0, 3819.0, 3809.0, 3787.0, 3811.0, 3799.0], 'WindowWidth': [8655.0, 8609.0, 8615.0, 8592.0, 8590.0, 8589.0, 8588.0, 8584.0, 8585.0, 8582.0, 8578.0, 8566.0, 8600.0, 8568.0, 8618.0, 8582.0, 8591.0, 8565.0, 8574.0, 8562.0, 8576.0, 8559.0, 8548.0, 8558.0, 8563.0, 8557.0, 8559.0, 8572.0, 8565.0, 8556.0, 8558.0, 8559.0, 8557.0, 8576.0, 8557.0, 8583.0, 8584.0, 8564.0, 8585.0, 8582.0, 8588.0, 8586.0, 8589.0, 8591.0, 8592.0, 8605.0, 8619.0, 8589.0, 8619.0, 8608.0, 8626.0, 8588.0, 8588.0, 8599.0, 8581.0, 8612.0, 8569.0, 8613.0, 8582.0, 8569.0, 8564.0, 8564.0, 8601.0, 8584.0, 8586.0, 8584.0, 8583.0, 8569.0, 8568.0, 8617.0, 8588.0, 8599.0, 8585.0, 8596.0, 8581.0, 8596.0, 8584.0, 8581.0, 8577.0, 8565.0, 8562.0, 8561.0, 8581.0, 8563.0, 8562.0, 8580.0, 8548.0, 8560.0, 8573.0, 8561.0, 8576.0, 8561.0, 8563.0, 8558.0, 8557.0, 8556.0, 8542.0, 8569.0, 8556.0, 8587.0, 8556.0, 8541.0, 8554.0, 8540.0, 8553.0, 8542.0, 8562.0, 8577.0, 8577.0, 8567.0, 8562.0, 8570.0, 8583.0, 8583.0, 8585.0, 8579.0, 8566.0, 8565.0, 8565.0, 8597.0, 8583.0, 8599.0, 8582.0, 8580.0, 8566.0, 8560.0, 8561.0, 8561.0, 8549.0, 8564.0, 8569.0, 8568.0, 8584.0, 8560.0, 8561.0, 8582.0, 8588.0, 8594.0, 8610.0, 8617.0, 8641.0, 8613.0, 8645.0, 8603.0, 8565.0, 8594.0, 8551.0, 8573.0, 8565.0, 8562.0, 8579.0, 8567.0, 8574.0, 8559.0, 8593.0, 8561.0, 8555.0, 8562.0, 8560.0, 8561.0, 8563.0, 8564.0, 8569.0, 8567.0, 8589.0, 8571.0, 8580.0, 8565.0, 8585.0, 8583.0, 8571.0, 8595.0, 8560.0, 8580.0, 8544.0, 8560.0, 8577.0, 8558.0, 8559.0, 8539.0, 8542.0, 8585.0, 8556.0, 8543.0, 8562.0, 8564.0, 8559.0, 8562.0, 8543.0, 8561.0, 8564.0, 8564.0, 8571.0, 8570.0, 8580.0, 8543.0, 8594.0, 8557.0, 8543.0, 8543.0, 8542.0, 8537.0, 8538.0, 8540.0, 8590.0, 8544.0, 8571.0, 8541.0, 8540.0, 8581.0, 8543.0, 8538.0, 8541.0, 8539.0, 8570.0, 8538.0, 8562.0, 8542.0, 8541.0, 8555.0, 8537.0, 8537.0, 8557.0, 8558.0, 8578.0, 8566.0, 8587.0, 8558.0, 8561.0, 8578.0, 8560.0, 8574.0, 8562.0, 8560.0, 8557.0, 8559.0, 8561.0, 8562.0, 8564.0, 8605.0, 8559.0, 8541.0, 8553.0, 8541.0, 8570.0, 8557.0, 8541.0, 8542.0, 8557.0, 8555.0, 8545.0, 8545.0, 8541.0, 8542.0, 8588.0, 8542.0, 8537.0, 8537.0, 8541.0, 8539.0, 8556.0, 8558.0, 8559.0, 8581.0, 8561.0, 8562.0, 8565.0, 8598.0, 8566.0, 8566.0, 8581.0, 8564.0, 8605.0, 8558.0, 8562.0, 8557.0, 8563.0, 8549.0, 8555.0, 8559.0, 8554.0, 8558.0, 8559.0, 8584.0, 8584.0, 8577.0, 8579.0, 8580.0, 8584.0, 8585.0, 8595.0, 8581.0, 8566.0, 8609.0, 8565.0, 8579.0, 8576.0, 8560.0, 8590.0, 8557.0, 8557.0, 8589.0, 8573.0, 8568.0, 8557.0, 8557.0, 8540.0, 8553.0, 8571.0, 8554.0, 8544.0, 8569.0, 8540.0, 8536.0, 8551.0, 8541.0, 8556.0, 8560.0, 8553.0, 8556.0, 8558.0, 8555.0, 8559.0, 8558.0, 8561.0, 8557.0, 8554.0, 8558.0, 8574.0, 8559.0, 8560.0, 8561.0, 8556.0, 8559.0, 8581.0, 8607.0, 8567.0, 8579.0, 8559.0, 8557.0, 8575.0, 8555.0, 8561.0, 8580.0, 8563.0, 8581.0, 8587.0, 8569.0, 8565.0, 8608.0, 8563.0, 8562.0, 8573.0, 8557.0, 8571.0, 8560.0, 8554.0, 8538.0, 8557.0, 8585.0, 8559.0, 8559.0, 8566.0, 8563.0, 8562.0, 8580.0, 8595.0, 8563.0, 8576.0, 8558.0, 8559.0, 8589.0, 8557.0, 8559.0, 8564.0, 8556.0, 8558.0, 8560.0, 8560.0, 8559.0, 8557.0, 8562.0, 8573.0, 8561.0, 8562.0, 8556.0, 8561.0, 8589.0, 8559.0, 8543.0, 8541.0, 8559.0, 8588.0, 8562.0, 8556.0, 8556.0, 8559.0, 8537.0, 8553.0, 8587.0, 8556.0, 8556.0, 8554.0, 8557.0, 8539.0, 8555.0, 8555.0, 8586.0, 8557.0, 8556.0, 8561.0, 8564.0, 8569.0, 8554.0, 8557.0, 8555.0, 8559.0, 8570.0, 8557.0, 8558.0, 8553.0, 8561.0, 8572.0, 8559.0, 8554.0, 8554.0, 8576.0, 8556.0, 8577.0, 8562.0, 8582.0, 8578.0, 8560.0, 8577.0, 8596.0, 8565.0, 8561.0, 8579.0, 8562.0, 8588.0, 8558.0, 8577.0, 8560.0, 8558.0, 8557.0, 8557.0, 8585.0, 8555.0, 8556.0, 8552.0, 8558.0, 8568.0, 8557.0, 8540.0, 8554.0, 8558.0, 8589.0, 8557.0, 8558.0, 8565.0, 8561.0, 8561.0, 8576.0, 8594.0, 8580.0, 8580.0, 8581.0, 8582.0, 8561.0, 8576.0, 8611.0, 8563.0, 8577.0, 8558.0, 8557.0, 8587.0, 8561.0, 8555.0, 8561.0, 8558.0, 8558.0, 8560.0, 8573.0, 8560.0, 8576.0, 8582.0, 8567.0, 8582.0, 8567.0, 8581.0, 8585.0, 8597.0, 8584.0, 8613.0, 8580.0, 8560.0, 8570.0, 8557.0, 8543.0, 8561.0, 8585.0, 8584.0, 8585.0, 8612.0, 8579.0, 8595.0, 8589.0, 8568.0, 8570.0, 8553.0, 8536.0, 8536.0, 8539.0, 8537.0, 8555.0, 8551.0, 8571.0, 8548.0, 8578.0, 8579.0, 8584.0, 8580.0, 8589.0, 8576.0, 8560.0, 8582.0, 8561.0, 8578.0, 8579.0, 8614.0, 8581.0, 8567.0, 8583.0, 8578.0, 8598.0, 8583.0, 8585.0, 8588.0, 8620.0, 8586.0, 8606.0, 8587.0, 8582.0, 8618.0, 8581.0, 8581.0, 8542.0, 8558.0, 8589.0, 8557.0, 8551.0, 8538.0, 8553.0, 8539.0, 8553.0, 8560.0, 8560.0, 8559.0, 8557.0, 8564.0, 8573.0, 8559.0, 8542.0, 8543.0, 8561.0, 8572.0, 8561.0, 8560.0, 8576.0, 8564.0, 8588.0, 8555.0, 8557.0, 8555.0, 8559.0, 8586.0, 8557.0, 8554.0, 8539.0, 8559.0, 8545.0, 8575.0, 8561.0, 8577.0, 8565.0, 8567.0, 8566.0, 8562.0, 8562.0, 8599.0, 8546.0, 8548.0, 8574.0, 8558.0, 8555.0, 8539.0, 8551.0, 8568.0, 8557.0, 8570.0, 8554.0, 8554.0, 8541.0, 8559.0, 8544.0, 8574.0, 8556.0, 8556.0, 8560.0, 8592.0, 8556.0, 8556.0, 8551.0, 8556.0, 8553.0, 8554.0, 8553.0, 8556.0, 8558.0, 8544.0, 8580.0, 8562.0, 8581.0, 8577.0, 8574.0, 8560.0, 8581.0, 8578.0, 8576.0, 8560.0, 8560.0, 8578.0, 8559.0, 8559.0, 8588.0, 8560.0, 8561.0, 8557.0, 8561.0, 8577.0, 8562.0, 8575.0, 8563.0, 8580.0, 8579.0, 8587.0, 8586.0, 8580.0, 8583.0, 8616.0, 8582.0, 8595.0, 8563.0, 8579.0, 8591.0, 8561.0, 8594.0, 8561.0, 8561.0, 8568.0, 8554.0, 8552.0, 8559.0, 8554.0, 8577.0, 8579.0, 8573.0, 8556.0, 8557.0, 8558.0, 8560.0, 8588.0, 8575.0, 8561.0, 8559.0, 8561.0, 8593.0, 8563.0, 8561.0, 8562.0, 8580.0, 8607.0, 8583.0, 8564.0, 8586.0, 8579.0, 8564.0, 8578.0, 8607.0, 8583.0, 8580.0, 8580.0, 8584.0, 8609.0, 8582.0, 8578.0, 8582.0, 8579.0, 8560.0, 8576.0, 8610.0, 8568.0, 8579.0, 8564.0, 8563.0, 8607.0, 8579.0, 8579.0, 8567.0, 8580.0, 8584.0, 8587.0, 8616.0, 8585.0, 8598.0, 8565.0, 8563.0, 8573.0, 8558.0, 8592.0, 8560.0, 8558.0, 8539.0, 8556.0, 8569.0, 8557.0, 8556.0, 8554.0, 8562.0, 8555.0, 8557.0, 8556.0, 8564.0, 8558.0, 8579.0, 8581.0, 8566.0, 8580.0, 8598.0, 8583.0, 8565.0, 8564.0, 8582.0, 8609.0, 8566.0, 8561.0, 8563.0, 8562.0, 8575.0, 8562.0, 8592.0, 8563.0, 8578.0, 8559.0, 8559.0, 8604.0, 8559.0, 8560.0, 8580.0, 8547.0, 8580.0, 8582.0, 8582.0, 8584.0, 8580.0, 8581.0, 8583.0, 8567.0, 8583.0, 8608.0, 8561.0, 8581.0, 8573.0, 8556.0, 8593.0, 8540.0, 8555.0, 8536.0, 8535.0, 8539.0, 8551.0, 8553.0, 8555.0, 8553.0, 8557.0, 8558.0, 8557.0, 8560.0, 8571.0, 8562.0, 8547.0, 8578.0, 8560.0, 8580.0, 8584.0, 8596.0, 8563.0, 8589.0, 8563.0, 8558.0, 8552.0, 8551.0, 8571.0, 8554.0, 8557.0, 8576.0, 8543.0, 8561.0, 8581.0, 8579.0, 8564.0, 8561.0, 8564.0, 8606.0, 8561.0, 8576.0, 8545.0, 8555.0, 8551.0, 8557.0, 8553.0, 8558.0, 8552.0, 8559.0, 8556.0, 8572.0, 8578.0, 8576.0, 8579.0, 8565.0, 8577.0, 8561.0, 8567.0, 8579.0, 8588.0, 8580.0, 8586.0, 8583.0, 8588.0, 8587.0, 8591.0, 8591.0, 8618.0, 8601.0, 8622.0, 8565.0, 8563.0, 8563.0, 8560.0, 8561.0, 8580.0, 8581.0, 8582.0, 8585.0, 8583.0, 8570.0, 8590.0, 8586.0, 8582.0, 8619.0, 8559.0, 8558.0, 8592.0, 8557.0, 8539.0, 8535.0, 8550.0, 8563.0, 8551.0, 8521.0, 8558.0, 8539.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.0001916073478760046</td></tr>
<tr><td colspan=3>aqi</td><td>0.01981133513203215</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.06944775205752</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207157676528736</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9949211822988508</td></tr>
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
<tr><td colspan=3>fber</td><td>4139.8555</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07968022074131532</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8036739380022963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4080100469706363</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.405522124466065</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6445819369482533</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.17392607949759</td></tr>
<tr><td colspan=3>gcor</td><td>0.00660407</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013680782169103622</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031176844611763954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.92895020876327</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.8979</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4474</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.4136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299409.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>923.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5103</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.5028</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3021.7352</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.8803</td></tr>
<tr><td colspan=3>tsnr</td><td>40.417482814518735</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>