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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-04/func/sub-0034_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d10bb25c7a31411bf8b71879b6188c18</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>09:06:9.027500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998007, 0.0631031, 0.001013, -0.0626144, 0.988013, 0.141103]</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.0884947</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7857, -7356, 453, 90, -325, -186, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d804f98-ded6-45f2-a0b4-89e95591921f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775784492492676, -0.16798987984657288, -0.021338554099202156, 120.30944061279297], [-0.16930092871189117, 2.650766372680664, 0.38038939237594604, -86.44331359863281], [0.0027177943848073483, -0.37856853008270264, 2.672985076904297, -63.95380401611328], [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': ['090609.027500', '090609.487500', '090609.947500', '090610.407500', '090610.867500', '090611.327500', '090611.787500', '090612.247500', '090612.707500', '090613.167500', '090613.627500', '090614.087500', '090614.547500', '090615.007500', '090615.467500', '090615.927500', '090616.387500', '090616.847500', '090617.307500', '090617.767500', '090618.227500', '090618.687500', '090619.147500', '090619.607500', '090620.067500', '090620.527500', '090620.987500', '090621.447500', '090621.907500', '090622.367500', '090622.827500', '090623.287500', '090623.747500', '090624.207500', '090624.667500', '090625.127500', '090625.587500', '090626.047500', '090626.507500', '090626.967500', '090627.427500', '090627.887500', '090628.347500', '090628.807500', '090629.267500', '090629.727500', '090630.187500', '090630.647500', '090631.107500', '090631.567500', '090632.027500', '090632.487500', '090632.947500', '090633.407500', '090633.867500', '090634.327500', '090634.787500', '090635.247500', '090635.707500', '090636.167500', '090636.627500', '090637.087500', '090637.547500', '090638.007500', '090638.467500', '090638.927500', '090639.387500', '090639.847500', '090640.307500', '090640.767500', '090641.227500', '090641.687500', '090642.147500', '090642.607500', '090643.067500', '090643.527500', '090643.987500', '090644.447500', '090644.907500', '090645.367500', '090645.827500', '090646.287500', '090646.747500', '090647.207500', '090647.667500', '090648.127500', '090648.587500', '090649.047500', '090649.507500', '090649.967500', '090650.427500', '090650.887500', '090651.347500', '090651.807500', '090652.267500', '090652.727500', '090653.187500', '090653.647500', '090654.107500', '090654.567500', '090655.027500', '090655.487500', '090655.947500', '090656.407500', '090656.867500', '090657.327500', '090657.787500', '090658.247500', '090658.707500', '090659.167500', '090659.627500', '090700.087500', '090700.547500', '090701.007500', '090701.467500', '090701.927500', '090702.387500', '090702.847500', '090703.307500', '090703.767500', '090704.227500', '090704.687500', '090705.147500', '090705.607500', '090706.067500', '090706.527500', '090706.987500', '090707.447500', '090707.907500', '090708.367500', '090708.827500', '090709.287500', '090709.747500', '090710.207500', '090710.667500', '090711.127500', '090711.587500', '090712.047500', '090712.507500', '090712.967500', '090713.427500', '090713.887500', '090714.347500', '090714.807500', '090715.267500', '090715.727500', '090716.187500', '090716.647500', '090717.107500', '090717.567500', '090718.027500', '090718.487500', '090718.947500', '090719.407500', '090719.867500', '090720.327500', '090720.787500', '090721.247500', '090721.707500', '090722.167500', '090722.627500', '090723.087500', '090723.547500', '090724.007500', '090724.467500', '090724.927500', '090725.387500', '090725.847500', '090726.307500', '090726.767500', '090727.227500', '090727.687500', '090728.147500', '090728.607500', '090729.067500', '090729.527500', '090729.987500', '090730.447500', '090730.907500', '090731.367500', '090731.827500', '090732.287500', '090732.747500', '090733.207500', '090733.667500', '090734.127500', '090734.587500', '090735.047500', '090735.507500', '090735.967500', '090736.427500', '090736.887500', '090737.347500', '090737.807500', '090738.267500', '090738.727500', '090739.187500', '090739.647500', '090740.107500', '090740.567500', '090741.027500', '090741.487500', '090741.947500', '090742.407500', '090742.867500', '090743.327500', '090743.787500', '090744.247500', '090744.707500', '090745.167500', '090745.627500', '090746.087500', '090746.547500', '090747.007500', '090747.467500', '090747.927500', '090748.387500', '090748.847500', '090749.307500', '090749.767500', '090750.227500', '090750.687500', '090751.147500', '090751.607500', '090752.067500', '090752.527500', '090752.987500', '090753.447500', '090753.907500', '090754.367500', '090754.827500', '090755.287500', '090755.747500', '090756.207500', '090756.667500', '090757.127500', '090757.587500', '090758.047500', '090758.507500', '090758.967500', '090759.427500', '090759.887500', '090800.347500', '090800.807500', '090801.267500', '090801.727500', '090802.187500', '090802.647500', '090803.107500', '090803.567500', '090804.027500', '090804.487500', '090804.947500', '090805.407500', '090805.867500', '090806.327500', '090806.787500', '090807.247500', '090807.707500', '090808.167500', '090808.627500', '090809.087500', '090809.547500', '090810.007500', '090810.467500', '090810.927500', '090811.387500', '090811.847500', '090812.307500', '090812.767500', '090813.227500', '090813.687500', '090814.147500', '090814.607500', '090815.067500', '090815.527500', '090815.987500', '090816.447500', '090816.907500', '090817.367500', '090817.827500', '090818.287500', '090818.747500', '090819.207500', '090819.667500', '090820.127500', '090820.587500', '090821.047500', '090821.507500', '090821.967500', '090822.427500', '090822.887500', '090823.347500', '090823.807500', '090824.267500', '090824.727500', '090825.187500', '090825.647500', '090826.107500', '090826.567500', '090827.027500', '090827.487500', '090827.947500', '090828.407500', '090828.867500', '090829.327500', '090829.787500', '090830.247500', '090830.707500', '090831.167500', '090831.627500', '090832.087500', '090832.547500', '090833.007500', '090833.467500', '090833.927500', '090834.387500', '090834.847500', '090835.307500', '090835.767500', '090836.227500', '090836.687500', '090837.147500', '090837.607500', '090838.067500', '090838.527500', '090838.987500', '090839.447500', '090839.907500', '090840.367500', '090840.827500', '090841.287500', '090841.747500', '090842.207500', '090842.667500', '090843.127500', '090843.587500', '090844.047500', '090844.507500', '090844.967500', '090845.427500', '090845.887500', '090846.347500', '090846.807500', '090847.267500', '090847.727500', '090848.187500', '090848.647500', '090849.107500', '090849.567500', '090850.027500', '090850.487500', '090850.947500', '090851.407500', '090851.867500', '090852.327500', '090852.787500', '090853.247500', '090853.707500', '090854.167500', '090854.627500', '090855.087500', '090855.547500', '090856.007500', '090856.467500', '090856.927500', '090857.387500', '090857.847500', '090858.307500', '090858.767500', '090859.227500', '090859.687500', '090900.147500', '090900.607500', '090901.067500', '090901.527500', '090901.987500', '090902.447500', '090902.907500', '090903.367500', '090903.827500', '090904.287500', '090904.747500', '090905.207500', '090905.667500', '090906.127500', '090906.587500', '090907.047500', '090907.507500', '090907.967500', '090908.427500', '090908.887500', '090909.347500', '090909.807500', '090910.267500', '090910.727500', '090911.187500', '090911.647500', '090912.107500', '090912.567500', '090913.027500', '090913.487500', '090913.947500', '090914.407500', '090914.867500', '090915.327500', '090915.787500', '090916.247500', '090916.707500', '090917.167500', '090917.627500', '090918.087500', '090918.547500', '090919.007500', '090919.467500', '090919.927500', '090920.387500', '090920.847500', '090921.307500', '090921.767500', '090922.227500', '090922.687500', '090923.147500', '090923.607500', '090924.067500', '090924.527500', '090924.987500', '090925.447500', '090925.907500', '090926.367500', '090926.827500', '090927.287500', '090927.747500', '090928.207500', '090928.667500', '090929.127500', '090929.587500', '090930.047500', '090930.507500', '090930.967500', '090931.427500', '090931.887500', '090932.347500', '090932.807500', '090933.267500', '090933.727500', '090934.187500', '090934.647500', '090935.107500', '090935.567500', '090936.027500', '090936.487500', '090936.947500', '090937.407500', '090937.867500', '090938.327500', '090938.787500', '090939.247500', '090939.707500', '090940.167500', '090940.627500', '090941.087500', '090941.547500', '090942.007500', '090942.467500', '090942.927500', '090943.387500', '090943.847500', '090944.307500', '090944.767500', '090945.227500', '090945.687500', '090946.147500', '090946.607500', '090947.067500', '090947.527500', '090947.987500', '090948.447500', '090948.907500', '090949.367500', '090949.827500', '090950.287500', '090950.747500', '090951.207500', '090951.667500', '090952.127500', '090952.587500', '090953.047500', '090953.507500', '090953.967500', '090954.427500', '090954.887500', '090955.347500', '090955.807500', '090956.267500', '090956.727500', '090957.187500', '090957.647500', '090958.107500', '090958.567500', '090959.027500', '090959.487500', '090959.947500', '091000.407500', '091000.867500', '091001.327500', '091001.787500', '091002.247500', '091002.707500', '091003.167500', '091003.627500', '091004.087500', '091004.547500', '091005.007500', '091005.467500', '091005.927500', '091006.387500', '091006.847500', '091007.307500', '091007.767500', '091008.227500', '091008.687500', '091009.147500', '091009.607500', '091010.067500', '091010.527500', '091010.987500', '091011.447500', '091011.907500', '091012.367500', '091012.827500', '091013.287500', '091013.747500', '091014.207500', '091014.667500', '091015.127500', '091015.587500', '091016.047500', '091016.507500', '091016.967500', '091017.427500', '091017.887500', '091018.347500', '091018.807500', '091019.267500', '091019.727500', '091020.187500', '091020.647500', '091021.107500', '091021.567500', '091022.027500', '091022.487500', '091022.947500', '091023.407500', '091023.867500', '091024.327500', '091024.787500', '091025.247500', '091025.707500', '091026.167500', '091026.627500', '091027.087500', '091027.547500', '091028.007500', '091028.467500', '091028.927500', '091029.387500', '091029.847500', '091030.307500', '091030.767500', '091031.227500', '091031.687500', '091032.147500', '091032.607500', '091033.067500', '091033.527500', '091033.987500', '091034.447500', '091034.907500', '091035.367500', '091035.827500', '091036.287500', '091036.747500', '091037.207500', '091037.667500', '091038.127500', '091038.587500', '091039.047500', '091039.507500', '091039.967500', '091040.427500', '091040.887500', '091041.347500', '091041.807500', '091042.267500', '091042.727500', '091043.187500', '091043.647500', '091044.107500', '091044.567500', '091045.027500', '091045.487500', '091045.947500', '091046.407500', '091046.867500', '091047.327500', '091047.787500', '091048.247500', '091048.707500', '091049.167500', '091049.627500', '091050.087500', '091050.547500', '091051.007500', '091051.467500', '091051.927500', '091052.387500', '091052.847500', '091053.307500', '091053.767500', '091054.227500', '091054.687500', '091055.147500', '091055.607500', '091056.067500', '091056.527500', '091056.987500', '091057.447500', '091057.907500', '091058.367500', '091058.827500', '091059.287500', '091059.747500', '091100.207500', '091100.667500', '091101.127500', '091101.587500', '091102.047500', '091102.507500', '091102.967500', '091103.427500', '091103.887500', '091104.347500', '091104.807500', '091105.267500', '091105.727500', '091106.187500', '091106.647500', '091107.107500', '091107.567500', '091108.027500', '091108.487500', '091108.947500', '091109.407500', '091109.867500', '091110.327500', '091110.787500', '091111.247500', '091111.707500', '091112.167500', '091112.627500', '091113.087500', '091113.547500', '091114.007500', '091114.467500', '091114.927500', '091115.387500', '091115.847500', '091116.307500', '091116.767500', '091117.227500', '091117.687500', '091118.147500', '091118.607500', '091119.067500', '091119.527500', '091119.987500', '091120.447500', '091120.907500', '091121.367500', '091121.827500', '091122.287500', '091122.747500', '091123.207500', '091123.667500', '091124.127500', '091124.587500', '091125.047500', '091125.507500', '091125.967500', '091126.427500', '091126.887500', '091127.347500', '091127.807500', '091128.267500', '091128.727500', '091129.187500', '091129.647500', '091130.107500', '091130.567500', '091131.027500', '091131.487500', '091131.947500', '091132.407500', '091132.867500', '091133.327500', '091133.787500', '091134.247500', '091134.707500', '091135.167500', '091135.627500', '091136.087500', '091136.547500', '091137.007500', '091137.467500', '091137.927500', '091138.387500', '091138.847500', '091139.307500', '091139.767500', '091140.227500', '091140.687500', '091141.147500', '091141.607500', '091142.067500', '091142.527500', '091142.987500', '091143.447500', '091143.907500', '091144.367500', '091144.827500', '091145.287500', '091145.747500', '091146.207500', '091146.667500', '091147.127500', '091147.587500', '091148.047500', '091148.507500', '091148.967500', '091149.427500', '091149.887500', '091150.347500', '091150.807500', '091151.267500', '091151.727500', '091152.187500', '091152.647500', '091153.107500', '091153.567500', '091154.027500', '091154.487500', '091154.947500', '091155.407500', '091155.867500', '091156.327500', '091156.787500', '091157.247500', '091157.707500', '091158.167500', '091158.627500', '091159.087500', '091159.547500', '091200.007500', '091200.467500', '091200.927500', '091201.387500', '091201.847500', '091202.307500', '091202.767500', '091203.227500', '091203.687500', '091204.147500', '091204.607500', '091205.067500', '091205.527500', '091205.987500', '091206.447500', '091206.907500', '091207.367500', '091207.827500', '091208.287500', '091208.747500', '091209.207500', '091209.667500', '091210.127500', '091210.587500', '091211.047500', '091211.507500', '091211.967500', '091212.427500', '091212.887500', '091213.347500', '091213.807500', '091214.267500', '091214.727500', '091215.187500', '091215.647500', '091216.107500', '091216.567500', '091217.027500', '091217.487500', '091217.947500', '091218.407500', '091218.867500', '091219.327500', '091219.787500', '091220.247500', '091220.707500', '091221.167500', '091221.627500', '091222.087500', '091222.547500', '091223.007500', '091223.467500', '091223.927500', '091224.387500', '091224.847500', '091225.307500', '091225.767500', '091226.227500', '091226.687500', '091227.147500', '091227.607500', '091228.067500', '091228.527500', '091228.987500', '091229.447500', '091229.907500', '091230.367500', '091230.827500', '091231.287500', '091231.747500', '091232.207500', '091232.667500', '091233.127500', '091233.587500', '091234.047500', '091234.507500', '091234.967500', '091235.427500', '091235.887500', '091236.347500', '091236.807500', '091237.267500', '091237.727500', '091238.187500', '091238.647500', '091239.107500', '091239.567500', '091240.027500', '091240.487500', '091240.947500', '091241.407500', '091241.867500', '091242.327500', '091242.787500', '091243.247500', '091243.707500', '091244.167500', '091244.627500', '091245.087500', '091245.547500', '091246.007500', '091246.467500', '091246.927500', '091247.387500', '091247.847500', '091248.307500', '091248.767500', '091249.227500', '091249.687500'], 'ContentTime': ['090635.176000', '090635.179000', '090635.182000', '090635.186000', '090635.188000', '090635.191000', '090635.193000', '090635.196000', '090635.198000', '090635.201000', '090635.204000', '090635.206000', '090635.209000', '090635.212000', '090635.214000', '090635.217000', '090635.219000', '090635.222000', '090635.224000', '090635.227000', '090635.230000', '090635.232000', '090635.235000', '090635.237000', '090635.240000', '090635.242000', '090635.245000', '090635.248000', '090635.250000', '090635.253000', '090635.255000', '090635.258000', '090635.261000', '090635.263000', '090635.266000', '090635.268000', '090635.271000', '090635.273000', '090635.276000', '090635.279000', '090635.281000', '090635.288000', '090635.291000', '090635.294000', '090635.296000', '090635.299000', '090635.301000', '090635.304000', '090635.306000', '090635.309000', '090635.312000', '090635.314000', '090635.317000', '090655.146000', '090655.148000', '090655.151000', '090655.153000', '090655.156000', '090655.159000', '090655.161000', '090655.164000', '090655.166000', '090655.169000', '090655.172000', '090655.174000', '090655.177000', '090655.182000', '090655.185000', '090655.187000', '090655.190000', '090655.193000', '090655.195000', '090655.198000', '090655.200000', '090655.203000', '090655.205000', '090655.208000', '090655.210000', '090655.213000', '090655.216000', '090655.218000', '090655.221000', '090655.223000', '090655.226000', '090655.228000', '090655.231000', '090655.234000', '090655.236000', '090655.239000', '090655.241000', '090655.244000', '090655.247000', '090655.249000', '090655.252000', '090655.254000', '090655.257000', '090655.259000', '090715.145000', '090715.148000', '090715.151000', '090715.153000', '090715.156000', '090715.158000', '090715.166000', '090715.168000', '090715.171000', '090715.173000', '090715.176000', '090715.178000', '090715.181000', '090715.183000', '090715.186000', '090715.189000', '090715.191000', '090715.194000', '090715.196000', '090715.199000', '090715.202000', '090715.204000', '090715.207000', '090715.209000', '090715.212000', '090715.214000', '090715.217000', '090715.219000', '090715.222000', '090715.225000', '090715.227000', '090715.230000', '090715.232000', '090715.235000', '090715.237000', '090715.240000', '090715.242000', '090715.245000', '090715.248000', '090715.250000', '090715.253000', '090715.255000', '090715.258000', '090715.260000', '090735.146000', '090735.148000', '090735.153000', '090735.155000', '090735.158000', '090735.160000', '090735.163000', '090735.165000', '090735.168000', '090735.170000', '090735.173000', '090735.176000', '090735.178000', '090735.181000', '090735.183000', '090735.186000', '090735.189000', '090735.191000', '090735.194000', '090735.196000', '090735.199000', '090735.201000', '090735.204000', '090735.206000', '090735.209000', '090735.212000', '090735.214000', '090735.217000', '090735.219000', '090735.222000', '090735.224000', '090735.227000', '090735.229000', '090735.232000', '090735.235000', '090735.237000', '090735.240000', '090735.242000', '090735.245000', '090735.247000', '090735.250000', '090735.252000', '090735.255000', '090755.145000', '090755.148000', '090755.151000', '090755.153000', '090755.156000', '090755.159000', '090755.161000', '090755.164000', '090755.166000', '090755.169000', '090755.171000', '090755.174000', '090755.176000', '090755.190000', '090755.193000', '090755.195000', '090755.198000', '090755.200000', '090755.203000', '090755.205000', '090755.208000', '090755.210000', '090755.213000', '090755.216000', '090755.218000', '090755.221000', '090755.225000', '090755.228000', '090755.231000', '090755.234000', '090755.236000', '090755.239000', '090755.241000', '090755.244000', '090755.247000', '090755.249000', '090755.252000', '090755.254000', '090755.257000', '090755.259000', '090755.262000', '090755.265000', '090755.267000', '090815.145000', '090815.148000', '090815.151000', '090815.153000', '090815.156000', '090815.158000', '090815.161000', '090815.164000', '090815.166000', '090815.169000', '090815.171000', '090815.174000', '090815.177000', '090815.179000', '090815.182000', '090815.184000', '090815.187000', '090815.190000', '090815.192000', '090815.195000', '090815.197000', '090815.200000', '090815.203000', '090815.205000', '090815.214000', '090815.217000', '090815.219000', '090815.222000', '090815.225000', '090815.227000', '090815.230000', '090815.232000', '090815.235000', '090815.237000', '090815.240000', '090815.242000', '090815.245000', '090815.248000', '090815.250000', '090815.253000', '090815.255000', '090815.258000', '090815.260000', '090815.263000', '090835.146000', '090835.148000', '090835.151000', '090835.154000', '090835.156000', '090835.159000', '090835.161000', '090835.164000', '090835.166000', '090835.169000', '090835.171000', '090835.174000', '090835.177000', '090835.179000', '090835.182000', '090835.184000', '090835.187000', '090835.190000', '090835.192000', '090835.195000', '090835.197000', '090835.200000', '090835.202000', '090835.205000', '090835.208000', '090835.210000', '090835.213000', '090835.215000', '090835.218000', '090835.220000', '090835.223000', '090835.226000', '090835.229000', '090835.231000', '090835.234000', '090835.237000', '090835.240000', '090835.243000', '090835.245000', '090835.248000', '090835.251000', '090835.254000', '090835.256000', '090855.147000', '090855.150000', '090855.152000', '090855.155000', '090855.157000', '090855.160000', '090855.162000', '090855.165000', '090855.168000', '090855.170000', '090855.173000', '090855.175000', '090855.178000', '090855.181000', '090855.183000', '090855.186000', '090855.188000', '090855.196000', '090855.199000', '090855.202000', '090855.204000', '090855.207000', '090855.209000', '090855.212000', '090855.214000', '090855.217000', '090855.220000', '090855.222000', '090855.225000', '090855.227000', '090855.230000', '090855.232000', '090855.235000', '090855.237000', '090855.240000', '090855.243000', '090855.245000', '090855.248000', '090855.250000', '090855.253000', '090855.256000', '090855.258000', '090855.261000', '090855.263000', '090915.146000', '090915.148000', '090915.151000', '090915.154000', '090915.156000', '090915.159000', '090915.161000', '090915.164000', '090915.166000', '090915.169000', '090915.172000', '090915.174000', '090915.177000', '090915.179000', '090915.182000', '090915.184000', '090915.187000', '090915.190000', '090915.192000', '090915.195000', '090915.197000', '090915.200000', '090915.202000', '090915.205000', '090915.207000', '090915.210000', '090915.213000', '090915.215000', '090915.218000', '090915.221000', '090915.223000', '090915.226000', '090915.228000', '090915.231000', '090915.233000', '090915.236000', '090915.238000', '090915.241000', '090915.244000', '090915.246000', '090915.249000', '090915.251000', '090915.254000', '090935.146000', '090935.148000', '090935.151000', '090935.153000', '090935.156000', '090935.159000', '090935.161000', '090935.164000', '090935.170000', '090935.182000', '090935.185000', '090935.187000', '090935.190000', '090935.192000', '090935.195000', '090935.198000', '090935.200000', '090935.203000', '090935.205000', '090935.208000', '090935.210000', '090935.213000', '090935.216000', '090935.218000', '090935.221000', '090935.223000', '090935.226000', '090935.228000', '090935.231000', '090935.234000', '090935.236000', '090935.239000', '090935.241000', '090935.244000', '090935.246000', '090935.249000', '090935.251000', '090935.254000', '090935.257000', '090935.259000', '090935.262000', '090935.264000', '090935.267000', '090935.269000', '090955.146000', '090955.148000', '090955.151000', '090955.154000', '090955.156000', '090955.159000', '090955.161000', '090955.164000', '090955.166000', '090955.169000', '090955.172000', '090955.174000', '090955.177000', '090955.179000', '090955.182000', '090955.184000', '090955.187000', '090955.190000', '090955.192000', '090955.195000', '090955.197000', '090955.200000', '090955.203000', '090955.205000', '090955.208000', '090955.210000', '090955.213000', '090955.215000', '090955.218000', '090955.221000', '090955.223000', '090955.226000', '090955.228000', '090955.231000', '090955.233000', '090955.236000', '090955.239000', '090955.242000', '090955.244000', '090955.247000', '090955.249000', '090955.252000', '090955.254000', '091015.145000', '091015.148000', '091015.151000', '091015.153000', '091015.156000', '091015.159000', '091015.161000', '091015.164000', '091015.166000', '091015.169000', '091015.171000', '091015.174000', '091015.177000', '091015.179000', '091015.182000', '091015.184000', '091015.187000', '091015.190000', '091015.192000', '091015.195000', '091015.197000', '091015.200000', '091015.203000', '091015.205000', '091015.208000', '091015.210000', '091015.213000', '091015.215000', '091015.218000', '091015.220000', '091015.223000', '091015.226000', '091015.228000', '091015.231000', '091015.233000', '091015.236000', '091015.238000', '091015.241000', '091015.244000', '091015.246000', '091015.249000', '091015.251000', '091015.254000', '091015.256000', '091035.146000', '091035.148000', '091035.151000', '091035.154000', '091035.156000', '091035.159000', '091035.161000', '091035.164000', '091035.167000', '091035.169000', '091035.172000', '091035.174000', '091035.177000', '091035.179000', '091035.182000', '091035.185000', '091035.187000', '091035.190000', '091035.192000', '091035.195000', '091035.198000', '091035.200000', '091035.203000', '091035.205000', '091035.208000', '091035.211000', '091035.213000', '091035.216000', '091035.218000', '091035.221000', '091035.223000', '091035.226000', '091035.228000', '091035.231000', '091035.234000', '091035.236000', '091035.239000', '091035.241000', '091035.244000', '091035.246000', '091035.249000', '091035.252000', '091035.254000', '091055.146000', '091055.149000', '091055.151000', '091055.154000', '091055.156000', '091055.159000', '091055.161000', '091055.164000', '091055.167000', '091055.169000', '091055.172000', '091055.174000', '091055.177000', '091055.179000', '091055.182000', '091055.184000', '091055.187000', '091055.190000', '091055.192000', '091055.195000', '091055.197000', '091055.200000', '091055.202000', '091055.205000', '091055.208000', '091055.210000', '091055.213000', '091055.215000', '091055.218000', '091055.220000', '091055.223000', '091055.225000', '091055.228000', '091055.231000', '091055.248000', '091055.251000', '091055.254000', '091055.256000', '091055.259000', '091055.261000', '091055.264000', '091055.266000', '091055.269000', '091055.271000', '091115.147000', '091115.149000', '091115.152000', '091115.155000', '091115.157000', '091115.160000', '091115.162000', '091115.165000', '091115.168000', '091115.170000', '091115.173000', '091115.175000', '091115.178000', '091115.180000', '091115.183000', '091115.186000', '091115.188000', '091115.191000', '091115.193000', '091115.196000', '091115.199000', '091115.201000', '091115.204000', '091115.206000', '091115.209000', '091115.211000', '091115.214000', '091115.216000', '091115.219000', '091115.222000', '091115.224000', '091115.227000', '091115.229000', '091115.232000', '091115.234000', '091115.237000', '091115.240000', '091115.242000', '091115.245000', '091115.247000', '091115.250000', '091115.252000', '091115.255000', '091135.145000', '091135.148000', '091135.151000', '091135.154000', '091135.156000', '091135.159000', '091135.161000', '091135.164000', '091135.167000', '091135.169000', '091135.172000', '091135.174000', '091135.177000', '091135.179000', '091135.182000', '091135.185000', '091135.187000', '091135.190000', '091135.192000', '091135.195000', '091135.198000', '091135.200000', '091135.203000', '091135.205000', '091135.208000', '091135.211000', '091135.213000', '091135.216000', '091135.218000', '091135.221000', '091135.223000', '091135.226000', '091135.229000', '091135.231000', '091135.234000', '091135.236000', '091135.239000', '091135.241000', '091135.244000', '091135.246000', '091135.249000', '091135.252000', '091135.254000', '091135.257000', '091155.146000', '091155.149000', '091155.151000', '091155.154000', '091155.156000', '091155.159000', '091155.162000', '091155.164000', '091155.167000', '091155.169000', '091155.172000', '091155.174000', '091155.177000', '091155.180000', '091155.182000', '091155.185000', '091155.187000', '091155.190000', '091155.193000', '091155.195000', '091155.198000', '091155.200000', '091155.203000', '091155.206000', '091155.208000', '091155.211000', '091155.213000', '091155.216000', '091155.218000', '091155.221000', '091155.223000', '091155.226000', '091155.229000', '091155.231000', '091155.234000', '091155.238000', '091155.241000', '091155.243000', '091155.246000', '091155.248000', '091155.251000', '091155.254000', '091155.256000', '091215.146000', '091215.148000', '091215.151000', '091215.154000', '091215.156000', '091215.159000', '091215.161000', '091215.164000', '091215.166000', '091215.169000', '091215.171000', '091215.174000', '091215.177000', '091215.179000', '091215.182000', '091215.184000', '091215.187000', '091215.190000', '091215.192000', '091215.195000', '091215.197000', '091215.200000', '091215.202000', '091215.205000', '091215.208000', '091215.210000', '091215.213000', '091215.215000', '091215.218000', '091215.221000', '091215.223000', '091215.226000', '091215.229000', '091215.231000', '091215.234000', '091215.236000', '091215.239000', '091215.242000', '091215.244000', '091215.247000', '091215.249000', '091215.252000', '091215.254000', '091215.257000', '091235.146000', '091235.148000', '091235.151000', '091235.153000', '091235.156000', '091235.159000', '091235.161000', '091235.164000', '091235.166000', '091235.169000', '091235.171000', '091235.174000', '091235.176000', '091235.179000', '091235.182000', '091235.184000', '091235.187000', '091235.189000', '091235.192000', '091235.194000', '091235.197000', '091235.200000', '091235.202000', '091235.205000', '091235.207000', '091235.210000', '091235.212000', '091235.215000', '091235.217000', '091235.220000', '091235.223000', '091235.225000', '091235.228000', '091235.230000', '091235.233000', '091235.235000', '091235.238000', '091235.240000', '091235.243000', '091235.246000', '091235.248000', '091235.251000', '091235.253000', '091251.420000', '091251.423000', '091251.425000', '091251.428000', '091251.431000', '091251.433000', '091251.436000', '091251.438000', '091251.441000', '091251.444000', '091251.446000', '091251.449000', '091251.452000', '091251.454000', '091251.457000', '091251.460000', '091251.462000', '091251.465000', '091251.468000', '091251.470000', '091251.473000', '091251.475000', '091251.478000', '091251.481000', '091251.483000', '091251.486000', '091251.489000', '091251.491000', '091251.494000', '091251.497000', '091251.499000', '091251.502000', '091251.505000', '091251.509000', '091251.511000', '091251.514000'], 'InstanceCreationTime': ['090635.176000', '090635.179000', '090635.182000', '090635.186000', '090635.188000', '090635.191000', '090635.193000', '090635.196000', '090635.198000', '090635.201000', '090635.204000', '090635.206000', '090635.209000', '090635.212000', '090635.214000', '090635.217000', '090635.219000', '090635.222000', '090635.224000', '090635.227000', '090635.230000', '090635.232000', '090635.235000', '090635.237000', '090635.240000', '090635.242000', '090635.245000', '090635.248000', '090635.250000', '090635.253000', '090635.255000', '090635.258000', '090635.261000', '090635.263000', '090635.266000', '090635.268000', '090635.271000', '090635.273000', '090635.276000', '090635.279000', '090635.281000', '090635.288000', '090635.291000', '090635.294000', '090635.296000', '090635.299000', '090635.301000', '090635.304000', '090635.306000', '090635.309000', '090635.312000', '090635.314000', '090635.317000', '090655.146000', '090655.148000', '090655.151000', '090655.153000', '090655.156000', '090655.159000', '090655.161000', '090655.164000', '090655.166000', '090655.169000', '090655.172000', '090655.174000', '090655.177000', '090655.182000', '090655.185000', '090655.187000', '090655.190000', '090655.193000', '090655.195000', '090655.198000', '090655.200000', '090655.203000', '090655.205000', '090655.208000', '090655.210000', '090655.213000', '090655.216000', '090655.218000', '090655.221000', '090655.223000', '090655.226000', '090655.228000', '090655.231000', '090655.234000', '090655.236000', '090655.239000', '090655.241000', '090655.244000', '090655.247000', '090655.249000', '090655.252000', '090655.254000', '090655.257000', '090655.259000', '090715.145000', '090715.148000', '090715.151000', '090715.153000', '090715.156000', '090715.158000', '090715.166000', '090715.168000', '090715.171000', '090715.173000', '090715.176000', '090715.178000', '090715.181000', '090715.183000', '090715.186000', '090715.189000', '090715.191000', '090715.194000', '090715.196000', '090715.199000', '090715.202000', '090715.204000', '090715.207000', '090715.209000', '090715.212000', '090715.214000', '090715.217000', '090715.219000', '090715.222000', '090715.225000', '090715.227000', '090715.230000', '090715.232000', '090715.235000', '090715.237000', '090715.240000', '090715.242000', '090715.245000', '090715.248000', '090715.250000', '090715.253000', '090715.255000', '090715.258000', '090715.260000', '090735.146000', '090735.148000', '090735.153000', '090735.155000', '090735.158000', '090735.160000', '090735.163000', '090735.165000', '090735.168000', '090735.170000', '090735.173000', '090735.176000', '090735.178000', '090735.181000', '090735.183000', '090735.186000', '090735.189000', '090735.191000', '090735.194000', '090735.196000', '090735.199000', '090735.201000', '090735.204000', '090735.206000', '090735.209000', '090735.212000', '090735.214000', '090735.217000', '090735.219000', '090735.222000', '090735.224000', '090735.227000', '090735.229000', '090735.232000', '090735.235000', '090735.237000', '090735.240000', '090735.242000', '090735.245000', '090735.247000', '090735.250000', '090735.252000', '090735.255000', '090755.145000', '090755.148000', '090755.151000', '090755.153000', '090755.156000', '090755.159000', '090755.161000', '090755.164000', '090755.166000', '090755.169000', '090755.171000', '090755.174000', '090755.176000', '090755.190000', '090755.193000', '090755.195000', '090755.198000', '090755.200000', '090755.203000', '090755.205000', '090755.208000', '090755.210000', '090755.213000', '090755.216000', '090755.218000', '090755.221000', '090755.225000', '090755.228000', '090755.231000', '090755.234000', '090755.236000', '090755.239000', '090755.241000', '090755.244000', '090755.247000', '090755.249000', '090755.252000', '090755.254000', '090755.257000', '090755.259000', '090755.262000', '090755.265000', '090755.267000', '090815.145000', '090815.148000', '090815.151000', '090815.153000', '090815.156000', '090815.158000', '090815.161000', '090815.164000', '090815.166000', '090815.169000', '090815.171000', '090815.174000', '090815.177000', '090815.179000', '090815.182000', '090815.184000', '090815.187000', '090815.190000', '090815.192000', '090815.195000', '090815.197000', '090815.200000', '090815.203000', '090815.205000', '090815.214000', '090815.217000', '090815.219000', '090815.222000', '090815.225000', '090815.227000', '090815.230000', '090815.232000', '090815.235000', '090815.237000', '090815.240000', '090815.242000', '090815.245000', '090815.248000', '090815.250000', '090815.253000', '090815.255000', '090815.258000', '090815.260000', '090815.263000', '090835.146000', '090835.148000', '090835.151000', '090835.154000', '090835.156000', '090835.159000', '090835.161000', '090835.164000', '090835.166000', '090835.169000', '090835.171000', '090835.174000', '090835.177000', '090835.179000', '090835.182000', '090835.184000', '090835.187000', '090835.190000', '090835.192000', '090835.195000', '090835.197000', '090835.200000', '090835.202000', '090835.205000', '090835.208000', '090835.210000', '090835.213000', '090835.215000', '090835.218000', '090835.220000', '090835.223000', '090835.226000', '090835.229000', '090835.231000', '090835.234000', '090835.237000', '090835.240000', '090835.243000', '090835.245000', '090835.248000', '090835.251000', '090835.254000', '090835.256000', '090855.147000', '090855.150000', '090855.152000', '090855.155000', '090855.157000', '090855.160000', '090855.162000', '090855.165000', '090855.168000', '090855.170000', '090855.173000', '090855.175000', '090855.178000', '090855.181000', '090855.183000', '090855.186000', '090855.188000', '090855.196000', '090855.199000', '090855.202000', '090855.204000', '090855.207000', '090855.209000', '090855.212000', '090855.214000', '090855.217000', '090855.220000', '090855.222000', '090855.225000', '090855.227000', '090855.230000', '090855.232000', '090855.235000', '090855.237000', '090855.240000', '090855.243000', '090855.245000', '090855.248000', '090855.250000', '090855.253000', '090855.256000', '090855.258000', '090855.261000', '090855.263000', '090915.146000', '090915.148000', '090915.151000', '090915.154000', '090915.156000', '090915.159000', '090915.161000', '090915.164000', '090915.166000', '090915.169000', '090915.172000', '090915.174000', '090915.177000', '090915.179000', '090915.182000', '090915.184000', '090915.187000', '090915.190000', '090915.192000', '090915.195000', '090915.197000', '090915.200000', '090915.202000', '090915.205000', '090915.207000', '090915.210000', '090915.213000', '090915.215000', '090915.218000', '090915.221000', '090915.223000', '090915.226000', '090915.228000', '090915.231000', '090915.233000', '090915.236000', '090915.238000', '090915.241000', '090915.244000', '090915.246000', '090915.249000', '090915.251000', '090915.254000', '090935.146000', '090935.148000', '090935.151000', '090935.153000', '090935.156000', '090935.159000', '090935.161000', '090935.164000', '090935.170000', '090935.182000', '090935.185000', '090935.187000', '090935.190000', '090935.192000', '090935.195000', '090935.198000', '090935.200000', '090935.203000', '090935.205000', '090935.208000', '090935.210000', '090935.213000', '090935.216000', '090935.218000', '090935.221000', '090935.223000', '090935.226000', '090935.228000', '090935.231000', '090935.234000', '090935.236000', '090935.239000', '090935.241000', '090935.244000', '090935.246000', '090935.249000', '090935.251000', '090935.254000', '090935.257000', '090935.259000', '090935.262000', '090935.264000', '090935.267000', '090935.269000', '090955.146000', '090955.148000', '090955.151000', '090955.154000', '090955.156000', '090955.159000', '090955.161000', '090955.164000', '090955.166000', '090955.169000', '090955.172000', '090955.174000', '090955.177000', '090955.179000', '090955.182000', '090955.184000', '090955.187000', '090955.190000', '090955.192000', '090955.195000', '090955.197000', '090955.200000', '090955.203000', '090955.205000', '090955.208000', '090955.210000', '090955.213000', '090955.215000', '090955.218000', '090955.221000', '090955.223000', '090955.226000', '090955.228000', '090955.231000', '090955.233000', '090955.236000', '090955.239000', '090955.242000', '090955.244000', '090955.247000', '090955.249000', '090955.252000', '090955.254000', '091015.145000', '091015.148000', '091015.151000', '091015.153000', '091015.156000', '091015.159000', '091015.161000', '091015.164000', '091015.166000', '091015.169000', '091015.171000', '091015.174000', '091015.177000', '091015.179000', '091015.182000', '091015.184000', '091015.187000', '091015.190000', '091015.192000', '091015.195000', '091015.197000', '091015.200000', '091015.203000', '091015.205000', '091015.208000', '091015.210000', '091015.213000', '091015.215000', '091015.218000', '091015.220000', '091015.223000', '091015.226000', '091015.228000', '091015.231000', '091015.233000', '091015.236000', '091015.238000', '091015.241000', '091015.244000', '091015.246000', '091015.249000', '091015.251000', '091015.254000', '091015.256000', '091035.146000', '091035.148000', '091035.151000', '091035.154000', '091035.156000', '091035.159000', '091035.161000', '091035.164000', '091035.167000', '091035.169000', '091035.172000', '091035.174000', '091035.177000', '091035.179000', '091035.182000', '091035.185000', '091035.187000', '091035.190000', '091035.192000', '091035.195000', '091035.198000', '091035.200000', '091035.203000', '091035.205000', '091035.208000', '091035.211000', '091035.213000', '091035.216000', '091035.218000', '091035.221000', '091035.223000', '091035.226000', '091035.228000', '091035.231000', '091035.234000', '091035.236000', '091035.239000', '091035.241000', '091035.244000', '091035.246000', '091035.249000', '091035.252000', '091035.254000', '091055.146000', '091055.149000', '091055.151000', '091055.154000', '091055.156000', '091055.159000', '091055.161000', '091055.164000', '091055.167000', '091055.169000', '091055.172000', '091055.174000', '091055.177000', '091055.179000', '091055.182000', '091055.184000', '091055.187000', '091055.190000', '091055.192000', '091055.195000', '091055.197000', '091055.200000', '091055.202000', '091055.205000', '091055.208000', '091055.210000', '091055.213000', '091055.215000', '091055.218000', '091055.220000', '091055.223000', '091055.225000', '091055.228000', '091055.231000', '091055.248000', '091055.251000', '091055.254000', '091055.256000', '091055.259000', '091055.261000', '091055.264000', '091055.266000', '091055.269000', '091055.271000', '091115.147000', '091115.149000', '091115.152000', '091115.155000', '091115.157000', '091115.160000', '091115.162000', '091115.165000', '091115.168000', '091115.170000', '091115.173000', '091115.175000', '091115.178000', '091115.180000', '091115.183000', '091115.186000', '091115.188000', '091115.191000', '091115.193000', '091115.196000', '091115.199000', '091115.201000', '091115.204000', '091115.206000', '091115.209000', '091115.211000', '091115.214000', '091115.216000', '091115.219000', '091115.222000', '091115.224000', '091115.227000', '091115.229000', '091115.232000', '091115.234000', '091115.237000', '091115.240000', '091115.242000', '091115.245000', '091115.247000', '091115.250000', '091115.252000', '091115.255000', '091135.145000', '091135.148000', '091135.151000', '091135.154000', '091135.156000', '091135.159000', '091135.161000', '091135.164000', '091135.167000', '091135.169000', '091135.172000', '091135.174000', '091135.177000', '091135.179000', '091135.182000', '091135.185000', '091135.187000', '091135.190000', '091135.192000', '091135.195000', '091135.198000', '091135.200000', '091135.203000', '091135.205000', '091135.208000', '091135.211000', '091135.213000', '091135.216000', '091135.218000', '091135.221000', '091135.223000', '091135.226000', '091135.229000', '091135.231000', '091135.234000', '091135.236000', '091135.239000', '091135.241000', '091135.244000', '091135.246000', '091135.249000', '091135.252000', '091135.254000', '091135.257000', '091155.146000', '091155.149000', '091155.151000', '091155.154000', '091155.156000', '091155.159000', '091155.162000', '091155.164000', '091155.167000', '091155.169000', '091155.172000', '091155.174000', '091155.177000', '091155.180000', '091155.182000', '091155.185000', '091155.187000', '091155.190000', '091155.193000', '091155.195000', '091155.198000', '091155.200000', '091155.203000', '091155.206000', '091155.208000', '091155.211000', '091155.213000', '091155.216000', '091155.218000', '091155.221000', '091155.223000', '091155.226000', '091155.229000', '091155.231000', '091155.234000', '091155.238000', '091155.241000', '091155.243000', '091155.246000', '091155.248000', '091155.251000', '091155.254000', '091155.256000', '091215.146000', '091215.148000', '091215.151000', '091215.154000', '091215.156000', '091215.159000', '091215.161000', '091215.164000', '091215.166000', '091215.169000', '091215.171000', '091215.174000', '091215.177000', '091215.179000', '091215.182000', '091215.184000', '091215.187000', '091215.190000', '091215.192000', '091215.195000', '091215.197000', '091215.200000', '091215.202000', '091215.205000', '091215.208000', '091215.210000', '091215.213000', '091215.215000', '091215.218000', '091215.221000', '091215.223000', '091215.226000', '091215.229000', '091215.231000', '091215.234000', '091215.236000', '091215.239000', '091215.242000', '091215.244000', '091215.247000', '091215.249000', '091215.252000', '091215.254000', '091215.257000', '091235.146000', '091235.148000', '091235.151000', '091235.153000', '091235.156000', '091235.159000', '091235.161000', '091235.164000', '091235.166000', '091235.169000', '091235.171000', '091235.174000', '091235.176000', '091235.179000', '091235.182000', '091235.184000', '091235.187000', '091235.189000', '091235.192000', '091235.194000', '091235.197000', '091235.200000', '091235.202000', '091235.205000', '091235.207000', '091235.210000', '091235.212000', '091235.215000', '091235.217000', '091235.220000', '091235.223000', '091235.225000', '091235.228000', '091235.230000', '091235.233000', '091235.235000', '091235.238000', '091235.240000', '091235.243000', '091235.246000', '091235.248000', '091235.251000', '091235.253000', '091251.420000', '091251.423000', '091251.425000', '091251.428000', '091251.431000', '091251.433000', '091251.436000', '091251.438000', '091251.441000', '091251.444000', '091251.446000', '091251.449000', '091251.452000', '091251.454000', '091251.457000', '091251.460000', '091251.462000', '091251.465000', '091251.468000', '091251.470000', '091251.473000', '091251.475000', '091251.478000', '091251.481000', '091251.483000', '091251.486000', '091251.489000', '091251.491000', '091251.494000', '091251.497000', '091251.499000', '091251.502000', '091251.505000', '091251.509000', '091251.511000', '091251.514000'], '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': [7911, 11442, 6741, 8175, 11609, 6517, 9649, 11115, 8255, 11767, 6685, 8436, 10830, 6900, 11131, 8491, 8870, 12299, 6408, 9729, 10379, 7043, 12063, 8529, 7534, 11984, 6358, 9774, 7201, 8268, 13007, 8242, 8832, 8014, 7193, 10610, 6646, 10063, 12991, 6911, 11583, 6156, 7718, 11570, 7015, 10252, 11929, 7449, 11457, 6343, 7623, 11784, 7008, 10786, 7757, 6609, 8962, 6434, 9213, 6153, 8514, 12541, 6571, 13144, 8881, 8575, 13208, 6159, 10041, 7109, 7354, 12319, 6258, 9841, 10246, 6549, 12072, 8773, 8804, 11304, 6492, 9827, 9329, 7473, 10216, 6490, 8098, 10629, 6598, 10358, 8281, 7304, 10346, 6515, 9555, 6599, 7949, 10778, 6286, 11148, 6371, 9351, 6758, 10289, 12020, 8622, 13378, 9025, 8755, 13505, 6565, 10889, 9574, 9406, 12411, 6672, 10316, 10967, 6734, 11232, 8468, 8571, 11110, 6334, 9949, 9265, 8086, 10688, 6569, 8586, 10268, 6590, 10748, 8076, 9003, 11739, 6478, 9633, 9982, 7004, 11731, 8267, 9289, 12883, 6545, 9663, 8684, 6809, 11675, 8526, 9318, 12930, 6355, 9722, 8518, 6867, 10793, 8362, 9040, 13093, 6484, 10367, 7927, 8170, 11664, 6477, 11031, 6630, 7301, 9574, 8026, 11576, 6587, 10648, 6559, 7431, 13240, 7383, 9790, 12143, 6622, 10640, 8099, 7708, 13670, 7430, 8934, 11235, 6862, 8232, 6581, 8442, 9093, 8271, 12201, 6416, 8719, 6658, 9694, 11607, 7398, 12424, 7581, 8718, 11735, 6594, 12344, 8687, 9398, 14697, 7682, 8979, 8641, 9766, 6793, 6806, 6471, 7098, 11561, 6507, 11321, 10856, 6915, 11609, 6816, 8483, 12169, 6739, 11563, 8831, 8814, 12158, 6867, 10358, 12265, 6795, 11485, 8464, 8997, 10866, 6798, 6557, 6219, 9529, 6669, 8683, 6870, 10518, 13658, 9078, 12559, 7112, 9888, 11542, 9808, 13587, 6797, 9065, 6425, 6622, 12037, 6683, 11024, 10513, 6687, 10369, 6659, 8031, 9996, 6810, 10900, 6693, 6912, 10149, 6839, 11329, 9938, 7686, 10893, 6578, 6623, 11220, 6784, 10436, 10763, 6730, 11461, 6480, 6408, 11477, 6558, 11155, 12013, 6815, 11840, 8801, 6555, 10909, 7338, 8753, 12371, 6798, 10776, 6676, 7713, 6728, 8577, 7038, 10185, 13604, 6696, 12941, 6778, 10723, 12616, 7104, 13424, 10764, 7714, 11705, 6168, 11883, 8120, 6340, 11903, 6496, 11978, 9530, 9551, 12659, 6563, 9194, 6954, 6121, 11257, 6573, 8686, 9423, 6323, 12665, 6539, 6845, 9000, 6588, 10014, 6637, 9955, 8880, 6284, 11210, 8749, 11250, 14586, 6473, 11116, 6069, 7634, 13229, 7363, 12023, 7171, 6725, 11542, 6309, 10527, 13272, 6779, 12664, 9431, 6150, 9149, 6169, 13053, 10354, 10167, 12900, 6755, 12069, 10415, 6610, 12046, 8154, 8912, 11998, 6272, 6711, 8852, 6738, 12312, 8666, 8202, 7077, 6556, 8558, 6367, 6857, 6509, 7437, 12896, 10150, 10351, 8474, 6633, 10697, 6795, 6287, 11350, 6195, 11522, 10350, 6510, 10761, 6318, 6507, 11542, 6399, 10398, 6295, 9396, 12824, 6844, 11991, 10360, 9317, 12279, 6571, 8920, 10290, 6820, 12997, 6425, 10645, 10647, 6338, 12143, 9211, 10848, 11838, 8909, 9043, 6965, 9748, 6746, 8725, 9276, 7034, 11529, 6571, 12559, 8770, 11056, 12391, 8138, 10538, 6881, 11626, 7435, 8002, 12931, 9040, 11125, 10570, 6690, 12743, 9165, 8545, 9784, 6681, 6651, 6563, 8571, 7172, 6807, 9825, 6757, 13547, 9096, 9207, 12860, 6784, 8803, 6940, 6674, 11687, 8409, 9070, 10250, 6841, 11513, 7385, 8605, 12795, 6687, 9581, 6305, 7370, 12710, 7037, 11076, 10384, 6625, 11220, 9493, 9509, 13632, 9605, 12775, 10509, 7331, 7076, 6717, 9852, 6510, 8911, 12513, 6401, 11979, 11497, 6782, 11530, 7417, 10991, 11965, 8474, 10291, 6845, 8163, 9274, 6917, 7237, 6642, 10803, 7034, 8223, 12962, 6935, 12416, 11826, 8344, 12059, 7567, 6260, 11765, 6667, 12792, 11344, 8851, 10337, 6678, 10104, 6393, 6548, 11882, 6425, 11204, 9393, 6572, 11862, 6913, 10591, 10007, 8109, 13014, 9331, 9927, 12010, 7221, 11609, 9479, 9034, 6833, 9370, 8653, 6583, 10262, 7003, 12600, 9088, 6789, 7678, 6476, 12577, 8437, 12064, 10088, 7605, 12493, 6925, 12014, 9635, 7120, 11680, 7024, 9029, 6718, 7578, 9486, 6636, 11845, 10544, 13231, 7543, 8697, 6711, 9294, 10995, 6794, 12765, 10861, 11384, 7134, 6509, 9257, 6364, 10865, 8978, 7362, 6417, 6369, 9151, 6718, 12213, 12334, 6559, 11740, 10571, 10014, 13118, 7208, 10912, 7760, 8285, 12211, 9145, 13030, 10117, 8302, 11492, 7519, 10907, 12920, 8104, 12354, 10545, 8028, 11932, 6917, 11751, 13000, 11508, 13224, 7643, 8629, 6522, 9307, 8557, 7074, 10511, 6745, 8144, 11299, 7102, 10209, 7026, 6765, 10570, 6476, 10830, 8400, 7498, 11331, 6859, 9675, 6972, 8408, 12620, 7107, 10358, 6772, 7010, 11711, 7991, 7657, 6879, 9524, 8293, 6745, 7068, 6810, 9792, 6864, 8542, 6616, 9161, 6504, 10280, 8056, 7701, 11921, 6866, 10722, 11514, 6760, 11362, 6642, 9364, 11143, 6927, 13016, 9291, 11574, 12675, 6882, 9684, 6504, 7753, 11511, 10177, 10319, 6526, 9240, 8564, 7095, 10847, 7369, 9479, 10611, 6841, 9854, 7034, 10340, 11915, 6973, 10811, 7922, 6645, 9740, 6638, 8750, 11834, 7571, 11130, 6252, 8455, 11710, 6843, 11283, 9719, 9232, 11991, 6710, 6456, 7326, 9038, 9842, 7749, 10566, 6456, 10712, 11064, 7309, 11591, 8970, 9081, 8623, 7092, 9453, 6409, 11104, 10874, 8966, 11539, 6059, 9238, 9449, 6613, 11577, 7218, 8315, 11100, 7662, 11290, 7924, 6737, 10971, 6667, 11334, 6318, 6740, 9161, 6922, 7919, 7109, 11480, 6926, 12286, 7581, 9790, 10880, 8463, 11515, 11325, 6756, 9871, 6795, 6811, 10742, 7379, 12140, 9852, 8210, 10050, 6538, 10393, 6766, 6261, 9441, 6559, 10712, 10250, 7176, 11381, 6994, 9650, 7145, 6488, 10539, 6544, 11089, 12640, 6838, 11771, 9737, 6514, 10714, 6697, 10664, 12661, 7158, 11476, 8106, 6848, 7756, 6273, 12068, 7609, 7527, 6134, 6242, 6191, 10154, 11430, 6816, 11217, 10072, 6664, 10165, 8435, 11743, 13207, 7380, 11413, 9504, 8161, 10765, 6384, 12089, 11797, 6524, 10795, 6534, 6303], 'WindowCenter': [3961.0, 3990.0, 3911.0, 3943.0, 3972.0, 3899.0, 3954.0, 3960.0, 3943.0, 3973.0, 3911.0, 3930.0, 3949.0, 3908.0, 3963.0, 3941.0, 3942.0, 3972.0, 3900.0, 3951.0, 3950.0, 3923.0, 3974.0, 3954.0, 3933.0, 3970.0, 3913.0, 3962.0, 3919.0, 3941.0, 3972.0, 3940.0, 3941.0, 3929.0, 3908.0, 3960.0, 3898.0, 3950.0, 3972.0, 3909.0, 3962.0, 3887.0, 3919.0, 3959.0, 3908.0, 3952.0, 3959.0, 3920.0, 3960.0, 3897.0, 3918.0, 3960.0, 3909.0, 3961.0, 3919.0, 3899.0, 3941.0, 3898.0, 3940.0, 3888.0, 3930.0, 3960.0, 3910.0, 3986.0, 3942.0, 3953.0, 3983.0, 3888.0, 3949.0, 3906.0, 3930.0, 3969.0, 3910.0, 3964.0, 3963.0, 3912.0, 3972.0, 3927.0, 3938.0, 3947.0, 3884.0, 3948.0, 3936.0, 3918.0, 3950.0, 3897.0, 3929.0, 3948.0, 3909.0, 3961.0, 3955.0, 3934.0, 3975.0, 3912.0, 3965.0, 3935.0, 3956.0, 3975.0, 3914.0, 3973.0, 3912.0, 3952.0, 3911.0, 3965.0, 3974.0, 3942.0, 3986.0, 3953.0, 3943.0, 3972.0, 3909.0, 3962.0, 3939.0, 3939.0, 3969.0, 3907.0, 3950.0, 3959.0, 3908.0, 3961.0, 3941.0, 3939.0, 3959.0, 3895.0, 3964.0, 3950.0, 3930.0, 3960.0, 3908.0, 3940.0, 3949.0, 3907.0, 3960.0, 3929.0, 3940.0, 3969.0, 3897.0, 3950.0, 3948.0, 3908.0, 3961.0, 3928.0, 3939.0, 3970.0, 3897.0, 3949.0, 3927.0, 3896.0, 3958.0, 3927.0, 3939.0, 3969.0, 3895.0, 3938.0, 3925.0, 3897.0, 3949.0, 3928.0, 3939.0, 3972.0, 3897.0, 3951.0, 3918.0, 3928.0, 3959.0, 3887.0, 3951.0, 3901.0, 3922.0, 3963.0, 3942.0, 3984.0, 3923.0, 3973.0, 3899.0, 3918.0, 3971.0, 3917.0, 3951.0, 3971.0, 3898.0, 3960.0, 3916.0, 3918.0, 3971.0, 3906.0, 3952.0, 3961.0, 3909.0, 3930.0, 3896.0, 3940.0, 3950.0, 3941.0, 3970.0, 3899.0, 3941.0, 3910.0, 3952.0, 3972.0, 3921.0, 3984.0, 3932.0, 3943.0, 3971.0, 3908.0, 3973.0, 3940.0, 3953.0, 4009.0, 3946.0, 3955.0, 3955.0, 3977.0, 3923.0, 3926.0, 3913.0, 3921.0, 3974.0, 3911.0, 3975.0, 3962.0, 3921.0, 3973.0, 3909.0, 3940.0, 3958.0, 3895.0, 3960.0, 3938.0, 3939.0, 3959.0, 3897.0, 3950.0, 3957.0, 3897.0, 3962.0, 3918.0, 3932.0, 3962.0, 3922.0, 3900.0, 3888.0, 3950.0, 3908.0, 3938.0, 3908.0, 3961.0, 3981.0, 3949.0, 3981.0, 3933.0, 3986.0, 3983.0, 3975.0, 3993.0, 3918.0, 3949.0, 3895.0, 3934.0, 3982.0, 3908.0, 3984.0, 3974.0, 3922.0, 3974.0, 3921.0, 3943.0, 3963.0, 3911.0, 3962.0, 3906.0, 3919.0, 3949.0, 3909.0, 3973.0, 3961.0, 3932.0, 3973.0, 3922.0, 3921.0, 3961.0, 3908.0, 3960.0, 3958.0, 3908.0, 3971.0, 3897.0, 3898.0, 3959.0, 3896.0, 3971.0, 3970.0, 3908.0, 3971.0, 3938.0, 3897.0, 3959.0, 3906.0, 3942.0, 3984.0, 3924.0, 3975.0, 3934.0, 3942.0, 3909.0, 3953.0, 3922.0, 3974.0, 3984.0, 3922.0, 3984.0, 3910.0, 3975.0, 3983.0, 3920.0, 3997.0, 3961.0, 3930.0, 3985.0, 3901.0, 3987.0, 3940.0, 3909.0, 3970.0, 3898.0, 3969.0, 3936.0, 3948.0, 3967.0, 3895.0, 3938.0, 3905.0, 3888.0, 3960.0, 3908.0, 3940.0, 3949.0, 3924.0, 3985.0, 3911.0, 3920.0, 3950.0, 3909.0, 3961.0, 3909.0, 3975.0, 3964.0, 3912.0, 3971.0, 3937.0, 3972.0, 3981.0, 3898.0, 3974.0, 3914.0, 3931.0, 3981.0, 3919.0, 3970.0, 3907.0, 3908.0, 3969.0, 3896.0, 3961.0, 3970.0, 3909.0, 3972.0, 3939.0, 3889.0, 3950.0, 3900.0, 3982.0, 3950.0, 3962.0, 3972.0, 3908.0, 3971.0, 3949.0, 3897.0, 3985.0, 3916.0, 3952.0, 3970.0, 3899.0, 3909.0, 3939.0, 3907.0, 3970.0, 3952.0, 3939.0, 3906.0, 3898.0, 3937.0, 3896.0, 3907.0, 3897.0, 3919.0, 3971.0, 3950.0, 3950.0, 3928.0, 3908.0, 3958.0, 3893.0, 3896.0, 3958.0, 3885.0, 3960.0, 3950.0, 3899.0, 3972.0, 3897.0, 3897.0, 3972.0, 3909.0, 3961.0, 3909.0, 3965.0, 3983.0, 3909.0, 3987.0, 3962.0, 3963.0, 3982.0, 3907.0, 3938.0, 3948.0, 3908.0, 3970.0, 3898.0, 3959.0, 3948.0, 3896.0, 3971.0, 3938.0, 3973.0, 3984.0, 3966.0, 3952.0, 3921.0, 3951.0, 3909.0, 3943.0, 3952.0, 3924.0, 3976.0, 3912.0, 3975.0, 3943.0, 3974.0, 3985.0, 3942.0, 3950.0, 3920.0, 3972.0, 3920.0, 3943.0, 3996.0, 3954.0, 3973.0, 3960.0, 3922.0, 3982.0, 3936.0, 3926.0, 3959.0, 3906.0, 3896.0, 3894.0, 3926.0, 3905.0, 3907.0, 3949.0, 3907.0, 3970.0, 3939.0, 3939.0, 3969.0, 3908.0, 3940.0, 3907.0, 3907.0, 3972.0, 3941.0, 3940.0, 3961.0, 3908.0, 3959.0, 3918.0, 3941.0, 3971.0, 3910.0, 3951.0, 3899.0, 3920.0, 3972.0, 3920.0, 3972.0, 3962.0, 3909.0, 3961.0, 3948.0, 3950.0, 3997.0, 3977.0, 3998.0, 3973.0, 3932.0, 3909.0, 3910.0, 3965.0, 3901.0, 3943.0, 3973.0, 3902.0, 3975.0, 3963.0, 3911.0, 3985.0, 3932.0, 3961.0, 3970.0, 3941.0, 3959.0, 3907.0, 3940.0, 3952.0, 3921.0, 3918.0, 3907.0, 3958.0, 3907.0, 3927.0, 3957.0, 3895.0, 3957.0, 3945.0, 3915.0, 3956.0, 3915.0, 3885.0, 3957.0, 3908.0, 3983.0, 3971.0, 3949.0, 3946.0, 3907.0, 3959.0, 3897.0, 3912.0, 3971.0, 3910.0, 3972.0, 3951.0, 3920.0, 3971.0, 3920.0, 3959.0, 3950.0, 3932.0, 3985.0, 3952.0, 3964.0, 3997.0, 3945.0, 3986.0, 3949.0, 3938.0, 3906.0, 3950.0, 3941.0, 3938.0, 3989.0, 3935.0, 3985.0, 3951.0, 3909.0, 3919.0, 3910.0, 3984.0, 3941.0, 3971.0, 3949.0, 3919.0, 3959.0, 3909.0, 3974.0, 3950.0, 3907.0, 3960.0, 3921.0, 3940.0, 3897.0, 3918.0, 3937.0, 3897.0, 3970.0, 3959.0, 3968.0, 3916.0, 3926.0, 3895.0, 3937.0, 3948.0, 3908.0, 3985.0, 3974.0, 3986.0, 3932.0, 3922.0, 3962.0, 3923.0, 3974.0, 3954.0, 3933.0, 3912.0, 3925.0, 3954.0, 3912.0, 3985.0, 3973.0, 3910.0, 3973.0, 3962.0, 3965.0, 3987.0, 3949.0, 3978.0, 3933.0, 3944.0, 3973.0, 3942.0, 3973.0, 3950.0, 3931.0, 3962.0, 3908.0, 3949.0, 3959.0, 3918.0, 3972.0, 3949.0, 3929.0, 3971.0, 3908.0, 3970.0, 3971.0, 3975.0, 3987.0, 3934.0, 3944.0, 3901.0, 3943.0, 3940.0, 3922.0, 3977.0, 3912.0, 3933.0, 3961.0, 3923.0, 3951.0, 3906.0, 3897.0, 3947.0, 3886.0, 3950.0, 3932.0, 3922.0, 3960.0, 3923.0, 3951.0, 3921.0, 3941.0, 3982.0, 3909.0, 3961.0, 3897.0, 3910.0, 3984.0, 3945.0, 3934.0, 3925.0, 3965.0, 3943.0, 3925.0, 3922.0, 3912.0, 3951.0, 3911.0, 3941.0, 3910.0, 3952.0, 3901.0, 3963.0, 3930.0, 3921.0, 3962.0, 3899.0, 3961.0, 3961.0, 3900.0, 3961.0, 3899.0, 3942.0, 3949.0, 3911.0, 3986.0, 3941.0, 3961.0, 3960.0, 3896.0, 3938.0, 3885.0, 3931.0, 3972.0, 3962.0, 3950.0, 3899.0, 3950.0, 3927.0, 3908.0, 3974.0, 3919.0, 3939.0, 3949.0, 3897.0, 3948.0, 3906.0, 3948.0, 3958.0, 3896.0, 3948.0, 3916.0, 3896.0, 3937.0, 3896.0, 3952.0, 3973.0, 3931.0, 3973.0, 3897.0, 3929.0, 3956.0, 3894.0, 3960.0, 3952.0, 3953.0, 3970.0, 3909.0, 3900.0, 3918.0, 3939.0, 3948.0, 3919.0, 3960.0, 3898.0, 3963.0, 3960.0, 3920.0, 3973.0, 3954.0, 3967.0, 3943.0, 3910.0, 3940.0, 3886.0, 3961.0, 3950.0, 3939.0, 3961.0, 3887.0, 3940.0, 3938.0, 3898.0, 3960.0, 3908.0, 3930.0, 3961.0, 3921.0, 3974.0, 3944.0, 3922.0, 3973.0, 3922.0, 3973.0, 3909.0, 3903.0, 3948.0, 3921.0, 3940.0, 3931.0, 3996.0, 3932.0, 3983.0, 3943.0, 3974.0, 3972.0, 3938.0, 3972.0, 3973.0, 3920.0, 3976.0, 3919.0, 3921.0, 3971.0, 3930.0, 3981.0, 3948.0, 3939.0, 3972.0, 3911.0, 3962.0, 3909.0, 3897.0, 3948.0, 3911.0, 3974.0, 3961.0, 3921.0, 3973.0, 3921.0, 3962.0, 3920.0, 3899.0, 3959.0, 3897.0, 3962.0, 3970.0, 3908.0, 3972.0, 3949.0, 3898.0, 3948.0, 3896.0, 3948.0, 3958.0, 3906.0, 3960.0, 3930.0, 3909.0, 3941.0, 3923.0, 3983.0, 3942.0, 3943.0, 3898.0, 3897.0, 3899.0, 3961.0, 3985.0, 3923.0, 3972.0, 3962.0, 3922.0, 3960.0, 3927.0, 3959.0, 3968.0, 3915.0, 3957.0, 3936.0, 3938.0, 3946.0, 3893.0, 3968.0, 3968.0, 3894.0, 3957.0, 3893.0, 3896.0], 'WindowWidth': [8870.0, 8904.0, 8786.0, 8827.0, 8863.0, 8763.0, 8841.0, 8845.0, 8827.0, 8866.0, 8780.0, 8804.0, 8825.0, 8770.0, 8851.0, 8818.0, 8821.0, 8861.0, 8764.0, 8833.0, 8827.0, 8800.0, 8870.0, 8841.0, 8812.0, 8857.0, 8789.0, 8849.0, 8787.0, 8819.0, 8862.0, 8817.0, 8820.0, 8801.0, 8773.0, 8843.0, 8757.0, 8830.0, 8862.0, 8776.0, 8847.0, 8743.0, 8786.0, 8840.0, 8770.0, 8835.0, 8841.0, 8789.0, 8844.0, 8756.0, 8783.0, 8840.0, 8773.0, 8845.0, 8785.0, 8759.0, 8816.0, 8755.0, 8813.0, 8743.0, 8801.0, 8839.0, 8779.0, 8890.0, 8823.0, 8842.0, 8878.0, 8745.0, 8827.0, 8768.0, 8805.0, 8857.0, 8780.0, 8858.0, 8857.0, 8784.0, 8862.0, 8795.0, 8811.0, 8820.0, 8734.0, 8823.0, 8806.0, 8784.0, 8830.0, 8757.0, 8801.0, 8825.0, 8774.0, 8848.0, 8847.0, 8817.0, 8872.0, 8786.0, 8862.0, 8823.0, 8851.0, 8873.0, 8791.0, 8866.0, 8783.0, 8836.0, 8782.0, 8859.0, 8869.0, 8824.0, 8889.0, 8839.0, 8826.0, 8863.0, 8775.0, 8848.0, 8814.0, 8814.0, 8855.0, 8769.0, 8828.0, 8838.0, 8772.0, 8847.0, 8822.0, 8815.0, 8838.0, 8752.0, 8856.0, 8830.0, 8803.0, 8843.0, 8772.0, 8815.0, 8827.0, 8770.0, 8846.0, 8801.0, 8817.0, 8855.0, 8756.0, 8828.0, 8822.0, 8769.0, 8846.0, 8796.0, 8814.0, 8855.0, 8755.0, 8826.0, 8794.0, 8752.0, 8839.0, 8794.0, 8812.0, 8852.0, 8751.0, 8811.0, 8790.0, 8754.0, 8825.0, 8794.0, 8813.0, 8859.0, 8755.0, 8829.0, 8779.0, 8795.0, 8836.0, 8740.0, 8828.0, 8762.0, 8795.0, 8855.0, 8825.0, 8889.0, 8802.0, 8869.0, 8763.0, 8785.0, 8859.0, 8783.0, 8833.0, 8857.0, 8757.0, 8843.0, 8779.0, 8784.0, 8857.0, 8767.0, 8837.0, 8846.0, 8775.0, 8803.0, 8754.0, 8818.0, 8832.0, 8822.0, 8857.0, 8763.0, 8820.0, 8779.0, 8837.0, 8861.0, 8794.0, 8882.0, 8809.0, 8826.0, 8859.0, 8772.0, 8866.0, 8817.0, 8838.0, 8930.0, 8836.0, 8844.0, 8848.0, 8878.0, 8803.0, 8811.0, 8790.0, 8795.0, 8870.0, 8784.0, 8871.0, 8851.0, 8794.0, 8866.0, 8776.0, 8815.0, 8837.0, 8751.0, 8842.0, 8808.0, 8812.0, 8840.0, 8754.0, 8827.0, 8834.0, 8753.0, 8848.0, 8779.0, 8801.0, 8844.0, 8796.0, 8763.0, 8744.0, 8829.0, 8772.0, 8813.0, 8772.0, 8848.0, 8874.0, 8829.0, 8875.0, 8818.0, 8893.0, 8882.0, 8877.0, 8898.0, 8791.0, 8829.0, 8753.0, 8822.0, 8880.0, 8777.0, 8885.0, 8873.0, 8801.0, 8872.0, 8797.0, 8830.0, 8853.0, 8782.0, 8848.0, 8768.0, 8789.0, 8829.0, 8775.0, 8867.0, 8849.0, 8811.0, 8866.0, 8799.0, 8797.0, 8847.0, 8773.0, 8843.0, 8839.0, 8773.0, 8860.0, 8758.0, 8760.0, 8841.0, 8755.0, 8861.0, 8856.0, 8774.0, 8860.0, 8811.0, 8757.0, 8840.0, 8767.0, 8825.0, 8882.0, 8805.0, 8875.0, 8823.0, 8826.0, 8778.0, 8839.0, 8799.0, 8869.0, 8881.0, 8797.0, 8883.0, 8779.0, 8871.0, 8878.0, 8792.0, 8911.0, 8845.0, 8804.0, 8885.0, 8772.0, 8893.0, 8819.0, 8778.0, 8859.0, 8761.0, 8856.0, 8806.0, 8824.0, 8849.0, 8752.0, 8812.0, 8765.0, 8747.0, 8842.0, 8773.0, 8817.0, 8829.0, 8806.0, 8887.0, 8784.0, 8794.0, 8833.0, 8778.0, 8849.0, 8777.0, 8874.0, 8859.0, 8787.0, 8861.0, 8812.0, 8863.0, 8874.0, 8761.0, 8871.0, 8794.0, 8811.0, 8876.0, 8790.0, 8859.0, 8769.0, 8774.0, 8854.0, 8753.0, 8845.0, 8858.0, 8775.0, 8861.0, 8814.0, 8748.0, 8829.0, 8765.0, 8878.0, 8830.0, 8848.0, 8863.0, 8774.0, 8860.0, 8826.0, 8753.0, 8888.0, 8778.0, 8838.0, 8856.0, 8763.0, 8777.0, 8817.0, 8771.0, 8856.0, 8837.0, 8816.0, 8768.0, 8760.0, 8809.0, 8755.0, 8770.0, 8755.0, 8788.0, 8863.0, 8830.0, 8830.0, 8799.0, 8773.0, 8838.0, 8747.0, 8752.0, 8835.0, 8738.0, 8843.0, 8830.0, 8763.0, 8865.0, 8757.0, 8756.0, 8863.0, 8779.0, 8851.0, 8781.0, 8861.0, 8878.0, 8778.0, 8895.0, 8851.0, 8854.0, 8877.0, 8772.0, 8813.0, 8824.0, 8773.0, 8857.0, 8759.0, 8841.0, 8824.0, 8754.0, 8858.0, 8810.0, 8867.0, 8883.0, 8864.0, 8838.0, 8795.0, 8834.0, 8775.0, 8822.0, 8834.0, 8800.0, 8872.0, 8783.0, 8869.0, 8821.0, 8867.0, 8884.0, 8823.0, 8827.0, 8792.0, 8861.0, 8790.0, 8826.0, 8908.0, 8847.0, 8866.0, 8842.0, 8800.0, 8877.0, 8806.0, 8791.0, 8843.0, 8770.0, 8751.0, 8747.0, 8790.0, 8763.0, 8769.0, 8825.0, 8769.0, 8858.0, 8812.0, 8812.0, 8853.0, 8772.0, 8818.0, 8769.0, 8769.0, 8865.0, 8824.0, 8818.0, 8846.0, 8772.0, 8841.0, 8786.0, 8820.0, 8861.0, 8778.0, 8835.0, 8762.0, 8792.0, 8863.0, 8792.0, 8863.0, 8848.0, 8776.0, 8848.0, 8825.0, 8832.0, 8910.0, 8885.0, 8913.0, 8868.0, 8811.0, 8774.0, 8777.0, 8855.0, 8765.0, 8822.0, 8863.0, 8769.0, 8869.0, 8849.0, 8781.0, 8887.0, 8811.0, 8846.0, 8858.0, 8821.0, 8841.0, 8769.0, 8817.0, 8839.0, 8797.0, 8786.0, 8768.0, 8838.0, 8767.0, 8795.0, 8834.0, 8748.0, 8834.0, 8817.0, 8774.0, 8832.0, 8775.0, 8735.0, 8833.0, 8775.0, 8885.0, 8863.0, 8830.0, 8820.0, 8771.0, 8843.0, 8757.0, 8787.0, 8864.0, 8780.0, 8865.0, 8834.0, 8793.0, 8860.0, 8790.0, 8840.0, 8826.0, 8811.0, 8884.0, 8836.0, 8858.0, 8909.0, 8840.0, 8892.0, 8830.0, 8811.0, 8768.0, 8831.0, 8823.0, 8830.0, 8898.0, 8821.0, 8885.0, 8831.0, 8776.0, 8787.0, 8781.0, 8883.0, 8821.0, 8859.0, 8827.0, 8786.0, 8839.0, 8774.0, 8870.0, 8828.0, 8766.0, 8843.0, 8796.0, 8817.0, 8755.0, 8783.0, 8805.0, 8756.0, 8860.0, 8841.0, 8851.0, 8779.0, 8791.0, 8750.0, 8808.0, 8822.0, 8775.0, 8890.0, 8871.0, 8892.0, 8815.0, 8802.0, 8853.0, 8804.0, 8872.0, 8846.0, 8815.0, 8785.0, 8807.0, 8843.0, 8784.0, 8884.0, 8864.0, 8779.0, 8866.0, 8849.0, 8860.0, 8887.0, 8845.0, 8880.0, 8810.0, 8828.0, 8864.0, 8819.0, 8865.0, 8827.0, 8803.0, 8844.0, 8767.0, 8825.0, 8837.0, 8783.0, 8862.0, 8824.0, 8798.0, 8858.0, 8772.0, 8856.0, 8858.0, 8870.0, 8889.0, 8811.0, 8824.0, 8764.0, 8821.0, 8815.0, 8795.0, 8876.0, 8784.0, 8810.0, 8847.0, 8800.0, 8831.0, 8765.0, 8754.0, 8819.0, 8737.0, 8829.0, 8807.0, 8793.0, 8842.0, 8798.0, 8832.0, 8793.0, 8821.0, 8876.0, 8774.0, 8847.0, 8755.0, 8775.0, 8883.0, 8835.0, 8816.0, 8805.0, 8862.0, 8827.0, 8807.0, 8797.0, 8782.0, 8832.0, 8780.0, 8819.0, 8778.0, 8835.0, 8765.0, 8851.0, 8802.0, 8792.0, 8849.0, 8758.0, 8844.0, 8841.0, 8759.0, 8843.0, 8754.0, 8815.0, 8823.0, 8776.0, 8886.0, 8816.0, 8843.0, 8839.0, 8751.0, 8807.0, 8734.0, 8805.0, 8863.0, 8852.0, 8829.0, 8761.0, 8830.0, 8794.0, 8771.0, 8868.0, 8786.0, 8812.0, 8826.0, 8754.0, 8821.0, 8764.0, 8823.0, 8837.0, 8752.0, 8822.0, 8776.0, 8751.0, 8808.0, 8752.0, 8838.0, 8866.0, 8810.0, 8866.0, 8757.0, 8798.0, 8830.0, 8749.0, 8842.0, 8837.0, 8837.0, 8857.0, 8773.0, 8763.0, 8784.0, 8814.0, 8824.0, 8787.0, 8843.0, 8758.0, 8853.0, 8844.0, 8790.0, 8866.0, 8841.0, 8864.0, 8824.0, 8776.0, 8812.0, 8737.0, 8841.0, 8825.0, 8810.0, 8843.0, 8740.0, 8812.0, 8809.0, 8756.0, 8843.0, 8768.0, 8800.0, 8844.0, 8791.0, 8869.0, 8833.0, 8801.0, 8868.0, 8799.0, 8866.0, 8776.0, 8762.0, 8826.0, 8796.0, 8821.0, 8813.0, 8909.0, 8818.0, 8885.0, 8828.0, 8869.0, 8865.0, 8814.0, 8864.0, 8867.0, 8794.0, 8879.0, 8792.0, 8795.0, 8864.0, 8807.0, 8877.0, 8826.0, 8816.0, 8868.0, 8786.0, 8852.0, 8777.0, 8758.0, 8826.0, 8785.0, 8869.0, 8847.0, 8794.0, 8865.0, 8794.0, 8848.0, 8790.0, 8761.0, 8838.0, 8755.0, 8848.0, 8857.0, 8773.0, 8862.0, 8826.0, 8758.0, 8822.0, 8750.0, 8824.0, 8836.0, 8765.0, 8844.0, 8804.0, 8778.0, 8824.0, 8804.0, 8882.0, 8828.0, 8832.0, 8762.0, 8756.0, 8763.0, 8846.0, 8886.0, 8804.0, 8866.0, 8850.0, 8799.0, 8844.0, 8795.0, 8840.0, 8852.0, 8778.0, 8835.0, 8805.0, 8813.0, 8818.0, 8747.0, 8853.0, 8852.0, 8749.0, 8835.0, 8745.0, 8756.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.003654551724137931</td></tr>
<tr><td colspan=3>aqi</td><td>0.06253722425287357</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.575278467767504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0987819100000003</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9829068257997706</td></tr>
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
<tr><td colspan=3>fber</td><td>4653.3984</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.167849618294103</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>246</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.275862068965516</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3494304480847026</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.213489310862666</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5727946659325225</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26200736745892</td></tr>
<tr><td colspan=3>gcor</td><td>0.00658719</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020243672654032707</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02670874074101448</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.431198324597945</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>42.7595</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2913</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.291</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>301894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.7511</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2714</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.5872</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3204.4237</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>753.7414</td></tr>
<tr><td colspan=3>tsnr</td><td>28.352038014912978</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>