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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_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-0127/ses-03/func/sub-0127_ses-03_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>17566016c752ac1e0fa9fd25087d28af</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:29:35.137500</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.989919, 0.0900123, -0.109358, -0.0995051, 0.991427, -0.0846888]</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.259</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.0849589</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7740, -7261, 243, -188, 136, -71, 130]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>129ee55d-f253-447e-92d0-a6da49c97689||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.655879020690918, -0.26696479320526123, -0.27215173840522766, 130.47056579589844], [-0.24149630963802338, 2.6599249839782715, -0.2557348906993866, -85.80413818359375], [-0.29339829087257385, 0.2272137999534607, 2.6740481853485107, -84.47953033447266], [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': ['112935.137500', '112935.597500', '112936.057500', '112936.517500', '112936.977500', '112937.437500', '112937.897500', '112938.357500', '112938.817500', '112939.277500', '112939.737500', '112940.197500', '112940.657500', '112941.117500', '112941.577500', '112942.037500', '112942.497500', '112942.957500', '112943.417500', '112943.877500', '112944.337500', '112944.797500', '112945.257500', '112945.717500', '112946.177500', '112946.637500', '112947.097500', '112947.557500', '112948.017500', '112948.477500', '112948.937500', '112949.397500', '112949.857500', '112950.317500', '112950.777500', '112951.237500', '112951.697500', '112952.157500', '112952.617500', '112953.077500', '112953.537500', '112953.997500', '112954.457500', '112954.917500', '112955.377500', '112955.837500', '112956.297500', '112956.757500', '112957.217500', '112957.677500', '112958.137500', '112958.597500', '112959.057500', '112959.517500', '112959.977500', '113000.437500', '113000.897500', '113001.357500', '113001.817500', '113002.277500', '113002.737500', '113003.197500', '113003.657500', '113004.117500', '113004.577500', '113005.037500', '113005.497500', '113005.957500', '113006.417500', '113006.877500', '113007.337500', '113007.797500', '113008.257500', '113008.717500', '113009.177500', '113009.637500', '113010.097500', '113010.557500', '113011.017500', '113011.477500', '113011.937500', '113012.397500', '113012.857500', '113013.317500', '113013.777500', '113014.237500', '113014.697500', '113015.157500', '113015.617500', '113016.077500', '113016.537500', '113016.997500', '113017.457500', '113017.917500', '113018.377500', '113018.837500', '113019.297500', '113019.757500', '113020.217500', '113020.677500', '113021.137500', '113021.597500', '113022.057500', '113022.517500', '113022.977500', '113023.437500', '113023.897500', '113024.357500', '113024.817500', '113025.277500', '113025.737500', '113026.197500', '113026.657500', '113027.117500', '113027.577500', '113028.037500', '113028.497500', '113028.957500', '113029.417500', '113029.877500', '113030.337500', '113030.797500', '113031.257500', '113031.717500', '113032.177500', '113032.637500', '113033.097500', '113033.557500', '113034.017500', '113034.477500', '113034.937500', '113035.397500', '113035.857500', '113036.317500', '113036.777500', '113037.237500', '113037.697500', '113038.157500', '113038.617500', '113039.077500', '113039.537500', '113039.997500', '113040.457500', '113040.917500', '113041.377500', '113041.837500', '113042.297500', '113042.757500', '113043.217500', '113043.677500', '113044.137500', '113044.597500', '113045.057500', '113045.517500', '113045.977500', '113046.437500', '113046.897500', '113047.357500', '113047.817500', '113048.277500', '113048.737500', '113049.197500', '113049.657500', '113050.117500', '113050.577500', '113051.037500', '113051.497500', '113051.957500', '113052.417500', '113052.877500', '113053.337500', '113053.797500', '113054.257500', '113054.717500', '113055.177500', '113055.637500', '113056.097500', '113056.557500', '113057.017500', '113057.477500', '113057.937500', '113058.397500', '113058.857500', '113059.317500', '113059.777500', '113100.237500', '113100.697500', '113101.157500', '113101.617500', '113102.077500', '113102.537500', '113102.997500', '113103.457500', '113103.917500', '113104.377500', '113104.837500', '113105.297500', '113105.757500', '113106.217500', '113106.677500', '113107.137500', '113107.597500', '113108.057500', '113108.517500', '113108.977500', '113109.437500', '113109.897500', '113110.357500', '113110.817500', '113111.277500', '113111.737500', '113112.197500', '113112.657500', '113113.117500', '113113.577500', '113114.037500', '113114.497500', '113114.957500', '113115.417500', '113115.877500', '113116.337500', '113116.797500', '113117.257500', '113117.717500', '113118.177500', '113118.637500', '113119.097500', '113119.557500', '113120.017500', '113120.477500', '113120.937500', '113121.397500', '113121.857500', '113122.317500', '113122.777500', '113123.237500', '113123.697500', '113124.157500', '113124.617500', '113125.077500', '113125.537500', '113125.997500', '113126.457500', '113126.917500', '113127.377500', '113127.837500', '113128.297500', '113128.757500', '113129.217500', '113129.677500', '113130.137500', '113130.597500', '113131.057500', '113131.517500', '113131.977500', '113132.437500', '113132.897500', '113133.357500', '113133.817500', '113134.277500', '113134.737500', '113135.197500', '113135.657500', '113136.117500', '113136.577500', '113137.037500', '113137.497500', '113137.957500', '113138.417500', '113138.877500', '113139.337500', '113139.797500', '113140.257500', '113140.717500', '113141.177500', '113141.637500', '113142.097500', '113142.557500', '113143.017500', '113143.477500', '113143.937500', '113144.397500', '113144.857500', '113145.317500', '113145.777500', '113146.237500', '113146.697500', '113147.157500', '113147.617500', '113148.077500', '113148.537500', '113148.997500', '113149.457500', '113149.917500', '113150.377500', '113150.837500', '113151.297500', '113151.757500', '113152.217500', '113152.677500', '113153.137500', '113153.597500', '113154.057500', '113154.517500', '113154.977500', '113155.437500', '113155.897500', '113156.357500', '113156.817500', '113157.277500', '113157.737500', '113158.197500', '113158.657500', '113159.117500', '113159.577500', '113200.037500', '113200.497500', '113200.957500', '113201.417500', '113201.877500', '113202.337500', '113202.797500', '113203.257500', '113203.717500', '113204.177500', '113204.637500', '113205.097500', '113205.557500', '113206.017500', '113206.477500', '113206.937500', '113207.397500', '113207.857500', '113208.317500', '113208.777500', '113209.237500', '113209.697500', '113210.157500', '113210.617500', '113211.077500', '113211.537500', '113211.997500', '113212.457500', '113212.917500', '113213.377500', '113213.837500', '113214.297500', '113214.757500', '113215.217500', '113215.677500', '113216.137500', '113216.597500', '113217.057500', '113217.517500', '113217.977500', '113218.437500', '113218.897500', '113219.357500', '113219.817500', '113220.277500', '113220.737500', '113221.197500', '113221.657500', '113222.117500', '113222.577500', '113223.037500', '113223.497500', '113223.957500', '113224.417500', '113224.877500', '113225.337500', '113225.797500', '113226.257500', '113226.717500', '113227.177500', '113227.637500', '113228.097500', '113228.557500', '113229.017500', '113229.477500', '113229.937500', '113230.397500', '113230.857500', '113231.317500', '113231.777500', '113232.237500', '113232.697500', '113233.157500', '113233.617500', '113234.077500', '113234.537500', '113234.997500', '113235.457500', '113235.917500', '113236.377500', '113236.837500', '113237.297500', '113237.757500', '113238.217500', '113238.677500', '113239.137500', '113239.597500', '113240.057500', '113240.517500', '113240.977500', '113241.437500', '113241.897500', '113242.357500', '113242.817500', '113243.277500', '113243.737500', '113244.197500', '113244.657500', '113245.117500', '113245.577500', '113246.037500', '113246.497500', '113246.957500', '113247.417500', '113247.877500', '113248.337500', '113248.797500', '113249.257500', '113249.717500', '113250.177500', '113250.637500', '113251.097500', '113251.557500', '113252.017500', '113252.477500', '113252.937500', '113253.397500', '113253.857500', '113254.317500', '113254.777500', '113255.237500', '113255.697500', '113256.157500', '113256.617500', '113257.077500', '113257.537500', '113257.997500', '113258.457500', '113258.917500', '113259.377500', '113259.837500', '113300.297500', '113300.757500', '113301.217500', '113301.677500', '113302.137500', '113302.597500', '113303.057500', '113303.517500', '113303.977500', '113304.437500', '113304.897500', '113305.357500', '113305.817500', '113306.277500', '113306.737500', '113307.197500', '113307.657500', '113308.117500', '113308.577500', '113309.037500', '113309.497500', '113309.957500', '113310.417500', '113310.877500', '113311.337500', '113311.797500', '113312.257500', '113312.717500', '113313.177500', '113313.637500', '113314.097500', '113314.557500', '113315.017500', '113315.477500', '113315.937500', '113316.397500', '113316.857500', '113317.317500', '113317.777500', '113318.237500', '113318.697500', '113319.157500', '113319.617500', '113320.077500', '113320.537500', '113320.997500', '113321.457500', '113321.917500', '113322.377500', '113322.837500', '113323.297500', '113323.757500', '113324.217500', '113324.677500', '113325.137500', '113325.597500', '113326.057500', '113326.517500', '113326.977500', '113327.437500', '113327.897500', '113328.357500', '113328.817500', '113329.277500', '113329.737500', '113330.197500', '113330.657500', '113331.117500', '113331.577500', '113332.037500', '113332.497500', '113332.957500', '113333.417500', '113333.877500', '113334.337500', '113334.797500', '113335.257500', '113335.717500', '113336.177500', '113336.637500', '113337.097500', '113337.557500', '113338.017500', '113338.477500', '113338.937500', '113339.397500', '113339.857500', '113340.317500', '113340.777500', '113341.237500', '113341.697500', '113342.157500', '113342.617500', '113343.077500', '113343.537500', '113343.997500', '113344.457500', '113344.917500', '113345.377500', '113345.837500', '113346.297500', '113346.757500', '113347.217500', '113347.677500', '113348.137500', '113348.597500', '113349.057500', '113349.517500', '113349.977500', '113350.437500', '113350.897500', '113351.357500', '113351.817500', '113352.277500', '113352.737500', '113353.197500', '113353.657500', '113354.117500', '113354.577500', '113355.037500', '113355.497500', '113355.957500', '113356.417500', '113356.877500', '113357.337500', '113357.797500', '113358.257500', '113358.717500', '113359.177500', '113359.637500', '113400.097500', '113400.557500', '113401.017500', '113401.477500', '113401.937500', '113402.397500', '113402.857500', '113403.317500', '113403.777500', '113404.237500', '113404.697500', '113405.157500', '113405.617500', '113406.077500', '113406.537500', '113406.997500', '113407.457500', '113407.917500', '113408.377500', '113408.837500', '113409.297500', '113409.757500', '113410.217500', '113410.677500', '113411.137500', '113411.597500', '113412.057500', '113412.517500', '113412.977500', '113413.437500', '113413.897500', '113414.357500', '113414.817500', '113415.277500', '113415.737500', '113416.197500', '113416.657500', '113417.117500', '113417.577500', '113418.037500', '113418.497500', '113418.957500', '113419.417500', '113419.877500', '113420.337500', '113420.797500', '113421.257500', '113421.717500', '113422.177500', '113422.637500', '113423.097500', '113423.557500', '113424.017500', '113424.477500', '113424.937500', '113425.397500', '113425.857500', '113426.317500', '113426.777500', '113427.237500', '113427.697500', '113428.157500', '113428.617500', '113429.077500', '113429.537500', '113429.997500', '113430.457500', '113430.917500', '113431.377500', '113431.837500', '113432.297500', '113432.757500', '113433.217500', '113433.677500', '113434.137500', '113434.597500', '113435.057500', '113435.517500', '113435.977500', '113436.437500', '113436.897500', '113437.357500', '113437.817500', '113438.277500', '113438.737500', '113439.197500', '113439.657500', '113440.117500', '113440.577500', '113441.037500', '113441.497500', '113441.957500', '113442.417500', '113442.877500', '113443.337500', '113443.797500', '113444.257500', '113444.717500', '113445.177500', '113445.637500', '113446.097500', '113446.557500', '113447.017500', '113447.477500', '113447.937500', '113448.397500', '113448.857500', '113449.317500', '113449.777500', '113450.237500', '113450.697500', '113451.157500', '113451.617500', '113452.077500', '113452.537500', '113452.997500', '113453.457500', '113453.917500', '113454.377500', '113454.837500', '113455.297500', '113455.757500', '113456.217500', '113456.677500', '113457.137500', '113457.597500', '113458.057500', '113458.517500', '113458.977500', '113459.437500', '113459.897500', '113500.357500', '113500.817500', '113501.277500', '113501.737500', '113502.197500', '113502.657500', '113503.117500', '113503.577500', '113504.037500', '113504.497500', '113504.957500', '113505.417500', '113505.877500', '113506.337500', '113506.797500', '113507.257500', '113507.717500', '113508.177500', '113508.637500', '113509.097500', '113509.557500', '113510.017500', '113510.477500', '113510.937500', '113511.397500', '113511.857500', '113512.317500', '113512.777500', '113513.237500', '113513.697500', '113514.157500', '113514.617500', '113515.077500', '113515.537500', '113515.997500', '113516.457500', '113516.917500', '113517.377500', '113517.837500', '113518.297500', '113518.757500', '113519.217500', '113519.677500', '113520.137500', '113520.597500', '113521.057500', '113521.517500', '113521.977500', '113522.437500', '113522.897500', '113523.357500', '113523.817500', '113524.277500', '113524.737500', '113525.197500', '113525.657500', '113526.117500', '113526.577500', '113527.037500', '113527.497500', '113527.957500', '113528.417500', '113528.877500', '113529.337500', '113529.797500', '113530.257500', '113530.717500', '113531.177500', '113531.637500', '113532.097500', '113532.557500', '113533.017500', '113533.477500', '113533.937500', '113534.397500', '113534.857500', '113535.317500', '113535.777500', '113536.237500', '113536.697500', '113537.157500', '113537.617500', '113538.077500', '113538.537500', '113538.997500', '113539.457500', '113539.917500', '113540.377500', '113540.837500', '113541.297500', '113541.757500', '113542.217500', '113542.677500', '113543.137500', '113543.597500', '113544.057500', '113544.517500', '113544.977500', '113545.437500', '113545.897500', '113546.357500', '113546.817500', '113547.277500', '113547.737500', '113548.197500', '113548.657500', '113549.117500', '113549.577500', '113550.037500', '113550.497500', '113550.957500', '113551.417500', '113551.877500', '113552.337500', '113552.797500', '113553.257500', '113553.717500', '113554.177500', '113554.637500', '113555.097500', '113555.557500', '113556.017500', '113556.477500', '113556.937500', '113557.397500', '113557.857500', '113558.317500', '113558.777500', '113559.237500', '113559.697500', '113600.157500', '113600.617500', '113601.077500', '113601.537500', '113601.997500', '113602.457500', '113602.917500', '113603.377500', '113603.837500', '113604.297500', '113604.757500', '113605.217500', '113605.677500', '113606.137500', '113606.597500', '113607.057500', '113607.517500', '113607.977500', '113608.437500', '113608.897500', '113609.357500', '113609.817500', '113610.277500', '113610.737500', '113611.197500', '113611.657500', '113612.117500', '113612.577500', '113613.037500', '113613.497500', '113613.957500', '113614.417500', '113614.877500', '113615.337500', '113615.797500'], 'ContentTime': ['112948.456000', '112948.465000', '112948.468000', '112948.470000', '112948.473000', '112948.475000', '112948.478000', '112948.480000', '112948.483000', '112948.486000', '112948.488000', '112948.491000', '112948.493000', '112948.496000', '112948.498000', '112948.501000', '112948.506000', '112948.509000', '112948.511000', '112948.514000', '112948.516000', '112948.519000', '112948.522000', '112948.524000', '112948.527000', '112948.529000', '112948.532000', '113008.445000', '113008.447000', '113008.450000', '113008.452000', '113008.455000', '113008.458000', '113008.460000', '113008.463000', '113008.465000', '113008.473000', '113008.476000', '113008.478000', '113008.481000', '113008.483000', '113008.486000', '113008.489000', '113008.491000', '113008.494000', '113008.496000', '113008.499000', '113008.501000', '113008.504000', '113008.507000', '113008.509000', '113008.512000', '113008.514000', '113008.517000', '113008.526000', '113008.534000', '113008.537000', '113008.539000', '113008.542000', '113008.545000', '113008.547000', '113008.550000', '113008.552000', '113008.555000', '113008.557000', '113008.560000', '113008.562000', '113008.565000', '113008.567000', '113008.570000', '113028.432000', '113028.434000', '113028.437000', '113028.439000', '113028.442000', '113028.445000', '113028.447000', '113028.450000', '113028.452000', '113028.455000', '113028.457000', '113028.460000', '113028.462000', '113028.465000', '113028.468000', '113028.470000', '113028.473000', '113028.475000', '113028.478000', '113028.481000', '113028.483000', '113028.486000', '113028.488000', '113028.491000', '113028.493000', '113028.496000', '113028.498000', '113028.501000', '113028.504000', '113028.506000', '113028.518000', '113028.521000', '113028.523000', '113028.526000', '113028.528000', '113028.531000', '113028.533000', '113028.536000', '113028.539000', '113028.541000', '113028.544000', '113028.546000', '113028.549000', '113028.551000', '113048.431000', '113048.434000', '113048.437000', '113048.439000', '113048.442000', '113048.444000', '113048.447000', '113048.450000', '113048.453000', '113048.455000', '113048.458000', '113048.461000', '113048.463000', '113048.466000', '113048.468000', '113048.471000', '113048.473000', '113048.476000', '113048.479000', '113048.481000', '113048.484000', '113048.486000', '113048.489000', '113048.491000', '113048.494000', '113048.496000', '113048.499000', '113048.502000', '113048.504000', '113048.507000', '113048.509000', '113048.512000', '113048.515000', '113048.517000', '113048.520000', '113048.522000', '113048.525000', '113048.527000', '113048.530000', '113048.536000', '113048.539000', '113048.542000', '113048.544000', '113108.431000', '113108.434000', '113108.437000', '113108.439000', '113108.442000', '113108.444000', '113108.447000', '113108.450000', '113108.452000', '113108.455000', '113108.457000', '113108.460000', '113108.463000', '113108.465000', '113108.468000', '113108.470000', '113108.473000', '113108.476000', '113108.478000', '113108.481000', '113108.483000', '113108.486000', '113108.489000', '113108.491000', '113108.494000', '113108.496000', '113108.499000', '113108.502000', '113108.504000', '113108.507000', '113108.509000', '113108.512000', '113108.514000', '113108.517000', '113108.546000', '113108.548000', '113108.551000', '113108.553000', '113108.556000', '113108.558000', '113108.561000', '113108.564000', '113108.566000', '113108.569000', '113128.433000', '113128.435000', '113128.438000', '113128.441000', '113128.443000', '113128.446000', '113128.448000', '113128.451000', '113128.453000', '113128.456000', '113128.459000', '113128.461000', '113128.464000', '113128.466000', '113128.469000', '113128.471000', '113128.474000', '113128.477000', '113128.479000', '113128.482000', '113128.484000', '113128.487000', '113128.489000', '113128.492000', '113128.495000', '113128.497000', '113128.500000', '113128.502000', '113128.505000', '113128.507000', '113128.510000', '113128.513000', '113128.515000', '113128.518000', '113128.520000', '113128.523000', '113128.526000', '113128.528000', '113128.531000', '113128.534000', '113128.536000', '113128.539000', '113128.541000', '113148.432000', '113148.435000', '113148.438000', '113148.441000', '113148.444000', '113148.446000', '113148.449000', '113148.452000', '113148.454000', '113148.457000', '113148.465000', '113148.468000', '113148.471000', '113148.473000', '113148.476000', '113148.478000', '113148.481000', '113148.483000', '113148.486000', '113148.489000', '113148.491000', '113148.494000', '113148.496000', '113148.499000', '113148.502000', '113148.504000', '113148.507000', '113148.509000', '113148.512000', '113148.515000', '113148.517000', '113148.520000', '113148.522000', '113148.525000', '113148.528000', '113148.530000', '113148.533000', '113148.535000', '113148.538000', '113148.541000', '113148.543000', '113148.546000', '113148.548000', '113148.551000', '113208.432000', '113208.435000', '113208.438000', '113208.440000', '113208.443000', '113208.446000', '113208.448000', '113208.451000', '113208.453000', '113208.456000', '113208.459000', '113208.461000', '113208.464000', '113208.466000', '113208.469000', '113208.471000', '113208.474000', '113208.477000', '113208.479000', '113208.482000', '113208.484000', '113208.487000', '113208.489000', '113208.498000', '113208.501000', '113208.504000', '113208.506000', '113208.509000', '113208.511000', '113208.514000', '113208.516000', '113208.519000', '113208.522000', '113208.524000', '113208.527000', '113208.529000', '113208.532000', '113208.535000', '113208.537000', '113208.540000', '113208.542000', '113208.545000', '113208.547000', '113228.432000', '113228.435000', '113228.438000', '113228.440000', '113228.443000', '113228.446000', '113228.449000', '113228.452000', '113228.455000', '113228.458000', '113228.460000', '113228.463000', '113228.465000', '113228.468000', '113228.471000', '113228.473000', '113228.476000', '113228.478000', '113228.490000', '113228.492000', '113228.495000', '113228.498000', '113228.500000', '113228.503000', '113228.506000', '113228.508000', '113228.511000', '113228.513000', '113228.516000', '113228.518000', '113228.521000', '113228.524000', '113228.526000', '113228.529000', '113228.531000', '113228.534000', '113228.536000', '113228.539000', '113228.542000', '113228.544000', '113228.547000', '113228.549000', '113228.552000', '113248.431000', '113248.434000', '113248.437000', '113248.439000', '113248.442000', '113248.444000', '113248.447000', '113248.450000', '113248.452000', '113248.455000', '113248.458000', '113248.460000', '113248.463000', '113248.465000', '113248.468000', '113248.470000', '113248.473000', '113248.475000', '113248.478000', '113248.481000', '113248.483000', '113248.486000', '113248.488000', '113248.491000', '113248.494000', '113248.496000', '113248.499000', '113248.501000', '113248.504000', '113248.506000', '113248.509000', '113248.512000', '113248.514000', '113248.517000', '113248.519000', '113248.522000', '113248.525000', '113248.527000', '113248.530000', '113248.532000', '113248.535000', '113248.537000', '113248.556000', '113248.558000', '113308.432000', '113308.434000', '113308.437000', '113308.439000', '113308.442000', '113308.445000', '113308.447000', '113308.450000', '113308.452000', '113308.455000', '113308.457000', '113308.460000', '113308.463000', '113308.465000', '113308.468000', '113308.470000', '113308.473000', '113308.477000', '113308.480000', '113308.482000', '113308.485000', '113308.487000', '113308.490000', '113308.492000', '113308.495000', '113308.498000', '113308.500000', '113308.503000', '113308.505000', '113308.508000', '113308.511000', '113308.513000', '113308.516000', '113308.518000', '113308.521000', '113308.537000', '113308.540000', '113308.543000', '113308.545000', '113308.548000', '113308.550000', '113308.553000', '113308.555000', '113328.431000', '113328.434000', '113328.437000', '113328.439000', '113328.442000', '113328.445000', '113328.447000', '113328.450000', '113328.453000', '113328.455000', '113328.458000', '113328.460000', '113328.463000', '113328.466000', '113328.468000', '113328.471000', '113328.473000', '113328.476000', '113328.479000', '113328.481000', '113328.484000', '113328.486000', '113328.489000', '113328.492000', '113328.494000', '113328.497000', '113328.499000', '113328.502000', '113328.505000', '113328.507000', '113328.510000', '113328.512000', '113328.522000', '113328.525000', '113328.528000', '113328.530000', '113328.533000', '113328.535000', '113328.538000', '113328.541000', '113328.543000', '113328.546000', '113328.548000', '113328.551000', '113348.433000', '113348.436000', '113348.438000', '113348.441000', '113348.444000', '113348.446000', '113348.449000', '113348.452000', '113348.454000', '113348.457000', '113348.459000', '113348.462000', '113348.464000', '113348.467000', '113348.470000', '113348.472000', '113348.475000', '113348.477000', '113348.480000', '113348.482000', '113348.485000', '113348.488000', '113348.497000', '113348.500000', '113348.503000', '113348.505000', '113348.508000', '113348.510000', '113348.513000', '113348.515000', '113348.518000', '113348.520000', '113348.523000', '113348.526000', '113348.528000', '113348.531000', '113348.533000', '113348.536000', '113348.538000', '113348.541000', '113348.544000', '113348.546000', '113348.549000', '113408.433000', '113408.435000', '113408.438000', '113408.441000', '113408.443000', '113408.446000', '113408.448000', '113408.451000', '113408.454000', '113408.456000', '113408.459000', '113408.461000', '113408.464000', '113408.467000', '113408.469000', '113408.472000', '113408.474000', '113408.477000', '113408.479000', '113408.482000', '113408.485000', '113408.487000', '113408.490000', '113408.492000', '113408.495000', '113408.498000', '113408.500000', '113408.503000', '113408.505000', '113408.517000', '113408.519000', '113408.522000', '113408.524000', '113408.527000', '113408.530000', '113408.532000', '113408.535000', '113408.537000', '113408.540000', '113408.543000', '113408.545000', '113408.548000', '113408.550000', '113408.553000', '113428.432000', '113428.435000', '113428.438000', '113428.440000', '113428.443000', '113428.446000', '113428.448000', '113428.451000', '113428.453000', '113428.456000', '113428.458000', '113428.461000', '113428.464000', '113428.467000', '113428.470000', '113428.473000', '113428.475000', '113428.478000', '113428.481000', '113428.483000', '113428.486000', '113428.488000', '113428.491000', '113428.494000', '113428.496000', '113428.499000', '113428.501000', '113428.504000', '113428.506000', '113428.509000', '113428.512000', '113428.515000', '113428.518000', '113428.521000', '113428.523000', '113428.526000', '113428.529000', '113428.531000', '113428.534000', '113428.536000', '113428.539000', '113428.541000', '113428.544000', '113448.432000', '113448.435000', '113448.438000', '113448.440000', '113448.443000', '113448.446000', '113448.448000', '113448.452000', '113448.454000', '113448.457000', '113448.459000', '113448.462000', '113448.465000', '113448.467000', '113448.470000', '113448.472000', '113448.475000', '113448.489000', '113448.492000', '113448.494000', '113448.497000', '113448.500000', '113448.502000', '113448.505000', '113448.507000', '113448.510000', '113448.513000', '113448.515000', '113448.518000', '113448.521000', '113448.523000', '113448.526000', '113448.528000', '113448.531000', '113448.534000', '113448.536000', '113448.539000', '113448.541000', '113448.544000', '113448.546000', '113448.549000', '113448.552000', '113448.554000', '113448.557000', '113508.431000', '113508.434000', '113508.437000', '113508.439000', '113508.442000', '113508.445000', '113508.447000', '113508.450000', '113508.452000', '113508.455000', '113508.457000', '113508.460000', '113508.463000', '113508.465000', '113508.468000', '113508.471000', '113508.473000', '113508.476000', '113508.478000', '113508.481000', '113508.484000', '113508.486000', '113508.489000', '113508.491000', '113508.494000', '113508.496000', '113508.499000', '113508.502000', '113508.504000', '113508.507000', '113508.509000', '113508.513000', '113508.516000', '113508.519000', '113508.522000', '113508.524000', '113508.527000', '113508.529000', '113508.532000', '113508.534000', '113508.537000', '113508.540000', '113508.542000', '113528.431000', '113528.434000', '113528.437000', '113528.440000', '113528.442000', '113528.445000', '113528.447000', '113528.450000', '113528.452000', '113528.455000', '113528.458000', '113528.460000', '113528.463000', '113528.465000', '113528.468000', '113528.471000', '113528.473000', '113528.476000', '113528.478000', '113528.481000', '113528.484000', '113528.486000', '113528.489000', '113528.492000', '113528.494000', '113528.497000', '113528.499000', '113528.502000', '113528.512000', '113528.515000', '113528.518000', '113528.520000', '113528.523000', '113528.525000', '113528.528000', '113528.531000', '113528.533000', '113528.536000', '113528.538000', '113528.541000', '113528.544000', '113528.546000', '113528.549000', '113528.551000', '113548.432000', '113548.434000', '113548.437000', '113548.439000', '113548.442000', '113548.445000', '113548.447000', '113548.450000', '113548.453000', '113548.455000', '113548.458000', '113548.461000', '113548.463000', '113548.466000', '113548.469000', '113548.471000', '113548.474000', '113548.478000', '113548.480000', '113548.483000', '113548.485000', '113548.488000', '113548.491000', '113548.493000', '113548.496000', '113548.499000', '113548.501000', '113548.504000', '113548.507000', '113548.509000', '113548.512000', '113548.515000', '113548.517000', '113548.520000', '113548.523000', '113548.525000', '113548.528000', '113548.530000', '113548.533000', '113548.535000', '113548.538000', '113548.541000', '113548.543000', '113608.433000', '113608.436000', '113608.438000', '113608.441000', '113608.443000', '113608.446000', '113608.449000', '113608.451000', '113608.454000', '113608.456000', '113608.459000', '113608.461000', '113608.464000', '113608.467000', '113608.469000', '113608.472000', '113608.474000', '113608.477000', '113608.480000', '113608.482000', '113608.485000', '113608.487000', '113608.490000', '113608.493000', '113608.495000', '113608.498000', '113608.500000', '113608.503000', '113608.523000', '113608.525000', '113608.528000', '113608.531000', '113608.533000', '113608.536000', '113608.538000', '113608.541000', '113608.544000', '113608.546000', '113608.549000', '113608.551000', '113608.554000', '113608.556000', '113608.559000', '113608.562000', '113617.027000', '113617.030000', '113617.033000', '113617.035000', '113617.038000', '113617.041000', '113617.044000', '113617.047000', '113617.050000', '113617.052000', '113617.055000', '113617.062000', '113617.065000', '113617.068000', '113617.071000', '113617.073000', '113617.076000', '113617.079000', '113617.081000'], 'InstanceCreationTime': ['112948.456000', '112948.465000', '112948.468000', '112948.470000', '112948.473000', '112948.475000', '112948.478000', '112948.480000', '112948.483000', '112948.486000', '112948.488000', '112948.491000', '112948.493000', '112948.496000', '112948.498000', '112948.501000', '112948.506000', '112948.509000', '112948.511000', '112948.514000', '112948.516000', '112948.519000', '112948.522000', '112948.524000', '112948.527000', '112948.529000', '112948.532000', '113008.445000', '113008.447000', '113008.450000', '113008.452000', '113008.455000', '113008.458000', '113008.460000', '113008.463000', '113008.465000', '113008.473000', '113008.476000', '113008.478000', '113008.481000', '113008.483000', '113008.486000', '113008.489000', '113008.491000', '113008.494000', '113008.496000', '113008.499000', '113008.501000', '113008.504000', '113008.507000', '113008.509000', '113008.512000', '113008.514000', '113008.517000', '113008.526000', '113008.534000', '113008.537000', '113008.539000', '113008.542000', '113008.545000', '113008.547000', '113008.550000', '113008.552000', '113008.555000', '113008.557000', '113008.560000', '113008.562000', '113008.565000', '113008.567000', '113008.570000', '113028.432000', '113028.434000', '113028.437000', '113028.439000', '113028.442000', '113028.445000', '113028.447000', '113028.450000', '113028.452000', '113028.455000', '113028.457000', '113028.460000', '113028.462000', '113028.465000', '113028.468000', '113028.470000', '113028.473000', '113028.475000', '113028.478000', '113028.481000', '113028.483000', '113028.486000', '113028.488000', '113028.491000', '113028.493000', '113028.496000', '113028.498000', '113028.501000', '113028.504000', '113028.506000', '113028.518000', '113028.521000', '113028.523000', '113028.526000', '113028.528000', '113028.531000', '113028.533000', '113028.536000', '113028.539000', '113028.541000', '113028.544000', '113028.546000', '113028.549000', '113028.551000', '113048.431000', '113048.434000', '113048.437000', '113048.439000', '113048.442000', '113048.444000', '113048.447000', '113048.450000', '113048.453000', '113048.455000', '113048.458000', '113048.461000', '113048.463000', '113048.466000', '113048.468000', '113048.471000', '113048.473000', '113048.476000', '113048.479000', '113048.481000', '113048.484000', '113048.486000', '113048.489000', '113048.491000', '113048.494000', '113048.496000', '113048.499000', '113048.502000', '113048.504000', '113048.507000', '113048.509000', '113048.512000', '113048.515000', '113048.517000', '113048.520000', '113048.522000', '113048.525000', '113048.527000', '113048.530000', '113048.536000', '113048.539000', '113048.542000', '113048.544000', '113108.431000', '113108.434000', '113108.437000', '113108.439000', '113108.442000', '113108.444000', '113108.447000', '113108.450000', '113108.452000', '113108.455000', '113108.457000', '113108.460000', '113108.463000', '113108.465000', '113108.468000', '113108.470000', '113108.473000', '113108.476000', '113108.478000', '113108.481000', '113108.483000', '113108.486000', '113108.489000', '113108.491000', '113108.494000', '113108.496000', '113108.499000', '113108.502000', '113108.504000', '113108.507000', '113108.509000', '113108.512000', '113108.514000', '113108.517000', '113108.546000', '113108.548000', '113108.551000', '113108.553000', '113108.556000', '113108.558000', '113108.561000', '113108.564000', '113108.566000', '113108.569000', '113128.433000', '113128.435000', '113128.438000', '113128.441000', '113128.443000', '113128.446000', '113128.448000', '113128.451000', '113128.453000', '113128.456000', '113128.459000', '113128.461000', '113128.464000', '113128.466000', '113128.469000', '113128.471000', '113128.474000', '113128.477000', '113128.479000', '113128.482000', '113128.484000', '113128.487000', '113128.489000', '113128.492000', '113128.495000', '113128.497000', '113128.500000', '113128.502000', '113128.505000', '113128.507000', '113128.510000', '113128.513000', '113128.515000', '113128.518000', '113128.520000', '113128.523000', '113128.526000', '113128.528000', '113128.531000', '113128.534000', '113128.536000', '113128.539000', '113128.541000', '113148.432000', '113148.435000', '113148.438000', '113148.441000', '113148.444000', '113148.446000', '113148.449000', '113148.452000', '113148.454000', '113148.457000', '113148.465000', '113148.468000', '113148.471000', '113148.473000', '113148.476000', '113148.478000', '113148.481000', '113148.483000', '113148.486000', '113148.489000', '113148.491000', '113148.494000', '113148.496000', '113148.499000', '113148.502000', '113148.504000', '113148.507000', '113148.509000', '113148.512000', '113148.515000', '113148.517000', '113148.520000', '113148.522000', '113148.525000', '113148.528000', '113148.530000', '113148.533000', '113148.535000', '113148.538000', '113148.541000', '113148.543000', '113148.546000', '113148.548000', '113148.551000', '113208.432000', '113208.435000', '113208.438000', '113208.440000', '113208.443000', '113208.446000', '113208.448000', '113208.451000', '113208.453000', '113208.456000', '113208.459000', '113208.461000', '113208.464000', '113208.466000', '113208.469000', '113208.471000', '113208.474000', '113208.477000', '113208.479000', '113208.482000', '113208.484000', '113208.487000', '113208.489000', '113208.498000', '113208.501000', '113208.504000', '113208.506000', '113208.509000', '113208.511000', '113208.514000', '113208.516000', '113208.519000', '113208.522000', '113208.524000', '113208.527000', '113208.529000', '113208.532000', '113208.535000', '113208.537000', '113208.540000', '113208.542000', '113208.545000', '113208.547000', '113228.432000', '113228.435000', '113228.438000', '113228.440000', '113228.443000', '113228.446000', '113228.449000', '113228.452000', '113228.455000', '113228.458000', '113228.460000', '113228.463000', '113228.465000', '113228.468000', '113228.471000', '113228.473000', '113228.476000', '113228.478000', '113228.490000', '113228.492000', '113228.495000', '113228.498000', '113228.500000', '113228.503000', '113228.506000', '113228.508000', '113228.511000', '113228.513000', '113228.516000', '113228.518000', '113228.521000', '113228.524000', '113228.526000', '113228.529000', '113228.531000', '113228.534000', '113228.536000', '113228.539000', '113228.542000', '113228.544000', '113228.547000', '113228.549000', '113228.552000', '113248.431000', '113248.434000', '113248.437000', '113248.439000', '113248.442000', '113248.444000', '113248.447000', '113248.450000', '113248.452000', '113248.455000', '113248.458000', '113248.460000', '113248.463000', '113248.465000', '113248.468000', '113248.470000', '113248.473000', '113248.475000', '113248.478000', '113248.481000', '113248.483000', '113248.486000', '113248.488000', '113248.491000', '113248.494000', '113248.496000', '113248.499000', '113248.501000', '113248.504000', '113248.506000', '113248.509000', '113248.512000', '113248.514000', '113248.517000', '113248.519000', '113248.522000', '113248.525000', '113248.527000', '113248.530000', '113248.532000', '113248.535000', '113248.537000', '113248.556000', '113248.558000', '113308.432000', '113308.434000', '113308.437000', '113308.439000', '113308.442000', '113308.445000', '113308.447000', '113308.450000', '113308.452000', '113308.455000', '113308.457000', '113308.460000', '113308.463000', '113308.465000', '113308.468000', '113308.470000', '113308.473000', '113308.477000', '113308.480000', '113308.482000', '113308.485000', '113308.487000', '113308.490000', '113308.492000', '113308.495000', '113308.498000', '113308.500000', '113308.503000', '113308.505000', '113308.508000', '113308.511000', '113308.513000', '113308.516000', '113308.518000', '113308.521000', '113308.537000', '113308.540000', '113308.543000', '113308.545000', '113308.548000', '113308.550000', '113308.553000', '113308.555000', '113328.431000', '113328.434000', '113328.437000', '113328.439000', '113328.442000', '113328.445000', '113328.447000', '113328.450000', '113328.453000', '113328.455000', '113328.458000', '113328.460000', '113328.463000', '113328.466000', '113328.468000', '113328.471000', '113328.473000', '113328.476000', '113328.479000', '113328.481000', '113328.484000', '113328.486000', '113328.489000', '113328.492000', '113328.494000', '113328.497000', '113328.499000', '113328.502000', '113328.505000', '113328.507000', '113328.510000', '113328.512000', '113328.522000', '113328.525000', '113328.528000', '113328.530000', '113328.533000', '113328.535000', '113328.538000', '113328.541000', '113328.543000', '113328.546000', '113328.548000', '113328.551000', '113348.433000', '113348.436000', '113348.438000', '113348.441000', '113348.444000', '113348.446000', '113348.449000', '113348.452000', '113348.454000', '113348.457000', '113348.459000', '113348.462000', '113348.464000', '113348.467000', '113348.470000', '113348.472000', '113348.475000', '113348.477000', '113348.480000', '113348.482000', '113348.485000', '113348.488000', '113348.497000', '113348.500000', '113348.503000', '113348.505000', '113348.508000', '113348.510000', '113348.513000', '113348.515000', '113348.518000', '113348.520000', '113348.523000', '113348.526000', '113348.528000', '113348.531000', '113348.533000', '113348.536000', '113348.538000', '113348.541000', '113348.544000', '113348.546000', '113348.549000', '113408.433000', '113408.435000', '113408.438000', '113408.441000', '113408.443000', '113408.446000', '113408.448000', '113408.451000', '113408.454000', '113408.456000', '113408.459000', '113408.461000', '113408.464000', '113408.467000', '113408.469000', '113408.472000', '113408.474000', '113408.477000', '113408.479000', '113408.482000', '113408.485000', '113408.487000', '113408.490000', '113408.492000', '113408.495000', '113408.498000', '113408.500000', '113408.503000', '113408.505000', '113408.517000', '113408.519000', '113408.522000', '113408.524000', '113408.527000', '113408.530000', '113408.532000', '113408.535000', '113408.537000', '113408.540000', '113408.543000', '113408.545000', '113408.548000', '113408.550000', '113408.553000', '113428.432000', '113428.435000', '113428.438000', '113428.440000', '113428.443000', '113428.446000', '113428.448000', '113428.451000', '113428.453000', '113428.456000', '113428.458000', '113428.461000', '113428.464000', '113428.467000', '113428.470000', '113428.473000', '113428.475000', '113428.478000', '113428.481000', '113428.483000', '113428.486000', '113428.488000', '113428.491000', '113428.494000', '113428.496000', '113428.499000', '113428.501000', '113428.504000', '113428.506000', '113428.509000', '113428.512000', '113428.515000', '113428.518000', '113428.521000', '113428.523000', '113428.526000', '113428.529000', '113428.531000', '113428.534000', '113428.536000', '113428.539000', '113428.541000', '113428.544000', '113448.432000', '113448.435000', '113448.438000', '113448.440000', '113448.443000', '113448.446000', '113448.448000', '113448.452000', '113448.454000', '113448.457000', '113448.459000', '113448.462000', '113448.465000', '113448.467000', '113448.470000', '113448.472000', '113448.475000', '113448.489000', '113448.492000', '113448.494000', '113448.497000', '113448.500000', '113448.502000', '113448.505000', '113448.507000', '113448.510000', '113448.513000', '113448.515000', '113448.518000', '113448.521000', '113448.523000', '113448.526000', '113448.528000', '113448.531000', '113448.534000', '113448.536000', '113448.539000', '113448.541000', '113448.544000', '113448.546000', '113448.549000', '113448.552000', '113448.554000', '113448.557000', '113508.431000', '113508.434000', '113508.437000', '113508.439000', '113508.442000', '113508.445000', '113508.447000', '113508.450000', '113508.452000', '113508.455000', '113508.457000', '113508.460000', '113508.463000', '113508.465000', '113508.468000', '113508.471000', '113508.473000', '113508.476000', '113508.478000', '113508.481000', '113508.484000', '113508.486000', '113508.489000', '113508.491000', '113508.494000', '113508.496000', '113508.499000', '113508.502000', '113508.504000', '113508.507000', '113508.509000', '113508.513000', '113508.516000', '113508.519000', '113508.522000', '113508.524000', '113508.527000', '113508.529000', '113508.532000', '113508.534000', '113508.537000', '113508.540000', '113508.542000', '113528.431000', '113528.434000', '113528.437000', '113528.440000', '113528.442000', '113528.445000', '113528.447000', '113528.450000', '113528.452000', '113528.455000', '113528.458000', '113528.460000', '113528.463000', '113528.465000', '113528.468000', '113528.471000', '113528.473000', '113528.476000', '113528.478000', '113528.481000', '113528.484000', '113528.486000', '113528.489000', '113528.492000', '113528.494000', '113528.497000', '113528.499000', '113528.502000', '113528.512000', '113528.515000', '113528.518000', '113528.520000', '113528.523000', '113528.525000', '113528.528000', '113528.531000', '113528.533000', '113528.536000', '113528.538000', '113528.541000', '113528.544000', '113528.546000', '113528.549000', '113528.551000', '113548.432000', '113548.434000', '113548.437000', '113548.439000', '113548.442000', '113548.445000', '113548.447000', '113548.450000', '113548.453000', '113548.455000', '113548.458000', '113548.461000', '113548.463000', '113548.466000', '113548.469000', '113548.471000', '113548.474000', '113548.478000', '113548.480000', '113548.483000', '113548.485000', '113548.488000', '113548.491000', '113548.493000', '113548.496000', '113548.499000', '113548.501000', '113548.504000', '113548.507000', '113548.509000', '113548.512000', '113548.515000', '113548.517000', '113548.520000', '113548.523000', '113548.525000', '113548.528000', '113548.530000', '113548.533000', '113548.535000', '113548.538000', '113548.541000', '113548.543000', '113608.433000', '113608.436000', '113608.438000', '113608.441000', '113608.443000', '113608.446000', '113608.449000', '113608.451000', '113608.454000', '113608.456000', '113608.459000', '113608.461000', '113608.464000', '113608.467000', '113608.469000', '113608.472000', '113608.474000', '113608.477000', '113608.480000', '113608.482000', '113608.485000', '113608.487000', '113608.490000', '113608.493000', '113608.495000', '113608.498000', '113608.500000', '113608.503000', '113608.523000', '113608.525000', '113608.528000', '113608.531000', '113608.533000', '113608.536000', '113608.538000', '113608.541000', '113608.544000', '113608.546000', '113608.549000', '113608.551000', '113608.554000', '113608.556000', '113608.559000', '113608.562000', '113617.027000', '113617.030000', '113617.033000', '113617.035000', '113617.038000', '113617.041000', '113617.044000', '113617.047000', '113617.050000', '113617.052000', '113617.055000', '113617.062000', '113617.065000', '113617.068000', '113617.071000', '113617.073000', '113617.076000', '113617.079000', '113617.081000'], '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': [15509, 11023, 9582, 12971, 8006, 12755, 8659, 13870, 8396, 13134, 10117, 13258, 9541, 13022, 9191, 13003, 8885, 10974, 11976, 14026, 9967, 13284, 8463, 12644, 8746, 11477, 9775, 13623, 16823, 10089, 13654, 16681, 9906, 13241, 9004, 10344, 11598, 9686, 13197, 8366, 12648, 8267, 9308, 10766, 13355, 7655, 11442, 7785, 11792, 8498, 11945, 9511, 10852, 13211, 10512, 12597, 11091, 10225, 8030, 12954, 14840, 11665, 11173, 13226, 9997, 10282, 13293, 9374, 10132, 7094, 9810, 12733, 7322, 10232, 12571, 8084, 10920, 6949, 9948, 13376, 7889, 12823, 8301, 9666, 10417, 9551, 10711, 9527, 13838, 15427, 10462, 13093, 15013, 11721, 13279, 14102, 9125, 13728, 8394, 9547, 13006, 8560, 10579, 7563, 9723, 7196, 10391, 11313, 9028, 10510, 9944, 8931, 9773, 13521, 14384, 9703, 12916, 15108, 10506, 12907, 8370, 10049, 13222, 8204, 11142, 11082, 9975, 12927, 7863, 11442, 11777, 8696, 12195, 7994, 9919, 12321, 8719, 12838, 7853, 9915, 13392, 8633, 10814, 9167, 10007, 13721, 8308, 11737, 12685, 9112, 11948, 9342, 9879, 13360, 8414, 11602, 11520, 9678, 12312, 9046, 13309, 14349, 9368, 13191, 8922, 9876, 12207, 8828, 12883, 7488, 11428, 7738, 10158, 9795, 9658, 13189, 9470, 13224, 8126, 11497, 12939, 9875, 13402, 9254, 10870, 10019, 13218, 10658, 10476, 13198, 7892, 10422, 12942, 8640, 10643, 7946, 9556, 12631, 7320, 10835, 10460, 8873, 12265, 8619, 11201, 8009, 12431, 12272, 8331, 12498, 12454, 8943, 12492, 8163, 9508, 13165, 8847, 10995, 8298, 9902, 13138, 8709, 12581, 14147, 9527, 13043, 9852, 10064, 14582, 9104, 12432, 8299, 9908, 12684, 9416, 10670, 8333, 9700, 13006, 7932, 10425, 12546, 8783, 10418, 9087, 9204, 11324, 8749, 12270, 7314, 10743, 10063, 9278, 13026, 8055, 11960, 12143, 8614, 12119, 13883, 9281, 11717, 7528, 9678, 12512, 8296, 11856, 10134, 9348, 12910, 8805, 10623, 8246, 10102, 13065, 8236, 11153, 9197, 9811, 11755, 9310, 12838, 7814, 11454, 10889, 9340, 12460, 9200, 10887, 8020, 12618, 7851, 12389, 14152, 9404, 12691, 9971, 11971, 7492, 10726, 14823, 9415, 13270, 8903, 11762, 9104, 13582, 7950, 12286, 8113, 12351, 14545, 9538, 12478, 10637, 10361, 8753, 12465, 7615, 10032, 11288, 8981, 11479, 8601, 10897, 8786, 10347, 8804, 12223, 8939, 11329, 8727, 12618, 7839, 11513, 7534, 11335, 8438, 10915, 8877, 12901, 13884, 9843, 12486, 13243, 9927, 12220, 8753, 12185, 11070, 8734, 12210, 7945, 9635, 7742, 9608, 7301, 9896, 9912, 8382, 8532, 11102, 13136, 9805, 10717, 12487, 8719, 11998, 12982, 9595, 12210, 8362, 9926, 12588, 7982, 10843, 12551, 9175, 11067, 8168, 12561, 7740, 10079, 7916, 11695, 9528, 9413, 7836, 12621, 12694, 8423, 12718, 13066, 9807, 10370, 9086, 9675, 10207, 12248, 13932, 10228, 13620, 10068, 10191, 9599, 13259, 14238, 9881, 12414, 9579, 10187, 7775, 9658, 12331, 8351, 10524, 11995, 8704, 10785, 8930, 9234, 12303, 7558, 10964, 9332, 9045, 12476, 9033, 10742, 7881, 10590, 7908, 10949, 12352, 8738, 11175, 8059, 11022, 7870, 10264, 12684, 13095, 9144, 12789, 14795, 9398, 12212, 8155, 9986, 12290, 7766, 9888, 12427, 8121, 10465, 11714, 8994, 11278, 8029, 9555, 12282, 7700, 10664, 12043, 8880, 10601, 10778, 8742, 12307, 8524, 10131, 12082, 8863, 10325, 7585, 10605, 12245, 8077, 10917, 11867, 9110, 11557, 8022, 10887, 11601, 8785, 12455, 8306, 10316, 8629, 10090, 11191, 9084, 12214, 13727, 9556, 11321, 8673, 12234, 8238, 10059, 11457, 8827, 8449, 10537, 12587, 8901, 10478, 12729, 8303, 10271, 11444, 8924, 10277, 8689, 12176, 12020, 9527, 12383, 8517, 10039, 12021, 9053, 11450, 7563, 9927, 7913, 11760, 9919, 9674, 11696, 9032, 10542, 8577, 12660, 13705, 9364, 13261, 10349, 10204, 13405, 8953, 12763, 8322, 10150, 12570, 9789, 10131, 11588, 9219, 11894, 8501, 7789, 8565, 12292, 9620, 9406, 12534, 8769, 9759, 12090, 8239, 10988, 11469, 8610, 11971, 8652, 10573, 9039, 9144, 12240, 8351, 11658, 10858, 9085, 11771, 9024, 12185, 7914, 11197, 9918, 9655, 11938, 9361, 11768, 9174, 12499, 8328, 11233, 8930, 10967, 9637, 12760, 14604, 10520, 12422, 9415, 11846, 9351, 11237, 8811, 11494, 7800, 10450, 9208, 9709, 12203, 9649, 11465, 8675, 10724, 8145, 9848, 11431, 9332, 9173, 10449, 12446, 9929, 7903, 9809, 6755, 12790, 8715, 12783, 7921, 15537, 11788, 8523, 7945, 9874, 13695, 11338, 7760, 13947, 13378, 16762, 13494, 10755, 14058, 13467, 18952, 11808, 8748, 15567, 10097, 9601, 11359, 8466, 12771, 8363, 11624, 8611, 11355, 8536, 11672, 8492, 12969, 9317, 10113, 9036, 8450, 9369, 8835, 9716, 9068, 11096, 8164, 11108, 10564, 9376, 12064, 8965, 11748, 8771, 10771, 14749, 9860, 13265, 8814, 12048, 8268, 11268, 9940, 10351, 8647, 11735, 13385, 8005, 10897, 12409, 8569, 10972, 11978, 9097, 10559, 7314, 11002, 12083, 7147, 10897, 12684, 7916, 10384, 12271, 8060, 11509, 12348, 8038, 11648, 11505, 8748, 11687, 7877, 11128, 9176, 8702, 12642, 14057, 10834, 12470, 8862, 10098, 13699, 9739, 9915, 12523, 8933, 10647, 11758, 8672, 12311, 7681, 10924, 9274, 9569, 12732, 9423, 8673, 9296, 12472, 14671, 11758, 12039, 13140, 10530, 11194, 13876, 9352, 11024, 8016, 8732, 12016, 7615, 10328, 12154, 8650, 10959, 7321, 8778, 12463, 7596, 11021, 12087, 8477, 11674, 7336, 10349, 12403, 8416, 11237, 9483, 8957, 12134, 8915, 11658, 7591, 9792, 12793, 8001, 10811, 12598, 9353, 10597, 13965, 8873, 11967, 11057, 8690, 12285, 8794, 10290, 11151, 8591, 12442, 7664, 11330, 12610, 8889, 11805, 9377, 9881, 13583, 10443, 11584, 13707, 9914, 11640, 9361, 10101, 9283, 9300, 12828, 8098, 11244, 8441, 12455, 11747, 10035, 12345, 8435, 11380, 9487, 9689, 12697, 8987, 11066, 7544, 10184, 12139, 8430, 12254, 9682, 9443, 12235, 8038, 11088, 12100, 8402, 11822, 8391, 10482, 11682, 8465, 12162, 8436, 10259, 12418, 10869, 10526, 13707, 9214, 10363, 9225, 8640, 12382, 8998, 9465, 8500, 12393, 8330, 9650, 8765, 12149, 8747, 10782, 12524, 8479, 12664, 8165, 11033, 12892], 'WindowCenter': [4371.0, 4325.0, 4303.0, 4319.0, 4276.0, 4317.0, 4304.0, 4342.0, 4291.0, 4330.0, 4311.0, 4331.0, 4311.0, 4335.0, 4314.0, 4346.0, 4328.0, 4341.0, 4348.0, 4347.0, 4315.0, 4345.0, 4304.0, 4338.0, 4307.0, 4323.0, 4313.0, 4335.0, 4341.0, 4299.0, 4333.0, 4325.0, 4285.0, 4309.0, 4272.0, 4299.0, 4291.0, 4282.0, 4303.0, 4290.0, 4331.0, 4291.0, 4316.0, 4340.0, 4343.0, 4320.0, 4336.0, 4295.0, 4338.0, 4303.0, 4340.0, 4312.0, 4324.0, 4334.0, 4313.0, 4337.0, 4311.0, 4309.0, 4280.0, 4336.0, 4335.0, 4296.0, 4299.0, 4307.0, 4270.0, 4284.0, 4292.0, 4261.0, 4271.0, 4238.0, 4285.0, 4293.0, 4237.0, 4284.0, 4290.0, 4261.0, 4296.0, 4256.0, 4308.0, 4321.0, 4276.0, 4320.0, 4275.0, 4301.0, 4308.0, 4300.0, 4309.0, 4304.0, 4333.0, 4328.0, 4298.0, 4322.0, 4303.0, 4296.0, 4306.0, 4303.0, 4274.0, 4303.0, 4247.0, 4271.0, 4292.0, 4257.0, 4284.0, 4254.0, 4285.0, 4253.0, 4312.0, 4295.0, 4286.0, 4301.0, 4297.0, 4288.0, 4304.0, 4336.0, 4327.0, 4285.0, 4310.0, 4312.0, 4283.0, 4294.0, 4252.0, 4273.0, 4292.0, 4263.0, 4284.0, 4281.0, 4269.0, 4289.0, 4260.0, 4294.0, 4278.0, 4262.0, 4294.0, 4252.0, 4286.0, 4291.0, 4273.0, 4309.0, 4266.0, 4288.0, 4317.0, 4274.0, 4299.0, 4273.0, 4289.0, 4319.0, 4275.0, 4306.0, 4304.0, 4275.0, 4310.0, 4277.0, 4285.0, 4317.0, 4274.0, 4310.0, 4298.0, 4289.0, 4305.0, 4286.0, 4333.0, 4324.0, 4288.0, 4319.0, 4276.0, 4284.0, 4303.0, 4274.0, 4319.0, 4266.0, 4311.0, 4270.0, 4301.0, 4297.0, 4304.0, 4319.0, 4288.0, 4321.0, 4278.0, 4311.0, 4304.0, 4285.0, 4315.0, 4285.0, 4294.0, 4300.0, 4321.0, 4283.0, 4288.0, 4305.0, 4253.0, 4284.0, 4292.0, 4260.0, 4272.0, 4247.0, 4275.0, 4303.0, 4250.0, 4285.0, 4283.0, 4275.0, 4301.0, 4274.0, 4294.0, 4278.0, 4329.0, 4318.0, 4281.0, 4322.0, 4309.0, 4278.0, 4309.0, 4262.0, 4288.0, 4303.0, 4273.0, 4295.0, 4273.0, 4300.0, 4316.0, 4275.0, 4311.0, 4314.0, 4273.0, 4308.0, 4285.0, 4287.0, 4312.0, 4270.0, 4306.0, 4260.0, 4285.0, 4301.0, 4271.0, 4297.0, 4265.0, 4287.0, 4307.0, 4265.0, 4296.0, 4295.0, 4264.0, 4285.0, 4275.0, 4275.0, 4292.0, 4276.0, 4308.0, 4264.0, 4299.0, 4282.0, 4288.0, 4315.0, 4264.0, 4310.0, 4305.0, 4278.0, 4306.0, 4302.0, 4270.0, 4295.0, 4253.0, 4285.0, 4290.0, 4259.0, 4306.0, 4280.0, 4274.0, 4301.0, 4263.0, 4286.0, 4264.0, 4282.0, 4301.0, 4265.0, 4294.0, 4270.0, 4285.0, 4295.0, 4275.0, 4303.0, 4266.0, 4309.0, 4292.0, 4273.0, 4302.0, 4288.0, 4294.0, 4280.0, 4315.0, 4279.0, 4323.0, 4327.0, 4290.0, 4306.0, 4296.0, 4310.0, 4265.0, 4295.0, 4325.0, 4288.0, 4304.0, 4274.0, 4307.0, 4274.0, 4302.0, 4267.0, 4304.0, 4275.0, 4309.0, 4313.0, 4276.0, 4290.0, 4286.0, 4284.0, 4276.0, 4307.0, 4254.0, 4286.0, 4279.0, 4264.0, 4289.0, 4263.0, 4291.0, 4273.0, 4282.0, 4285.0, 4307.0, 4278.0, 4293.0, 4278.0, 4304.0, 4264.0, 4296.0, 4263.0, 4296.0, 4263.0, 4294.0, 4274.0, 4310.0, 4303.0, 4275.0, 4295.0, 4287.0, 4270.0, 4276.0, 4261.0, 4289.0, 4277.0, 4257.0, 4291.0, 4250.0, 4272.0, 4251.0, 4274.0, 4253.0, 4300.0, 4297.0, 4292.0, 4301.0, 4338.0, 4337.0, 4302.0, 4303.0, 4307.0, 4280.0, 4312.0, 4307.0, 4284.0, 4310.0, 4263.0, 4289.0, 4308.0, 4266.0, 4298.0, 4292.0, 4273.0, 4293.0, 4277.0, 4319.0, 4264.0, 4297.0, 4276.0, 4321.0, 4299.0, 4291.0, 4282.0, 4325.0, 4319.0, 4278.0, 4323.0, 4318.0, 4297.0, 4309.0, 4300.0, 4312.0, 4316.0, 4336.0, 4318.0, 4299.0, 4317.0, 4300.0, 4298.0, 4286.0, 4322.0, 4319.0, 4287.0, 4296.0, 4273.0, 4274.0, 4253.0, 4276.0, 4293.0, 4251.0, 4283.0, 4276.0, 4260.0, 4282.0, 4260.0, 4258.0, 4288.0, 4249.0, 4296.0, 4273.0, 4277.0, 4308.0, 4274.0, 4299.0, 4267.0, 4298.0, 4278.0, 4313.0, 4307.0, 4280.0, 4295.0, 4270.0, 4300.0, 4278.0, 4299.0, 4323.0, 4308.0, 4277.0, 4307.0, 4300.0, 4274.0, 4295.0, 4251.0, 4280.0, 4295.0, 4251.0, 4281.0, 4294.0, 4261.0, 4299.0, 4303.0, 4285.0, 4308.0, 4266.0, 4296.0, 4308.0, 4264.0, 4311.0, 4309.0, 4273.0, 4300.0, 4294.0, 4277.0, 4309.0, 4273.0, 4288.0, 4297.0, 4260.0, 4286.0, 4254.0, 4299.0, 4307.0, 4263.0, 4297.0, 4295.0, 4273.0, 4294.0, 4265.0, 4296.0, 4292.0, 4276.0, 4309.0, 4261.0, 4299.0, 4278.0, 4300.0, 4309.0, 4285.0, 4321.0, 4306.0, 4273.0, 4295.0, 4276.0, 4308.0, 4265.0, 4283.0, 4296.0, 4276.0, 4274.0, 4311.0, 4310.0, 4276.0, 4297.0, 4307.0, 4260.0, 4285.0, 4290.0, 4273.0, 4282.0, 4280.0, 4321.0, 4301.0, 4286.0, 4305.0, 4261.0, 4273.0, 4289.0, 4271.0, 4289.0, 4260.0, 4292.0, 4277.0, 4321.0, 4284.0, 4291.0, 4310.0, 4300.0, 4308.0, 4292.0, 4334.0, 4321.0, 4288.0, 4321.0, 4287.0, 4288.0, 4304.0, 4277.0, 4310.0, 4266.0, 4286.0, 4297.0, 4272.0, 4285.0, 4291.0, 4275.0, 4291.0, 4261.0, 4264.0, 4287.0, 4320.0, 4285.0, 4290.0, 4309.0, 4273.0, 4288.0, 4296.0, 4273.0, 4299.0, 4303.0, 4275.0, 4321.0, 4278.0, 4312.0, 4289.0, 4301.0, 4318.0, 4292.0, 4322.0, 4299.0, 4274.0, 4306.0, 4285.0, 4309.0, 4276.0, 4310.0, 4286.0, 4287.0, 4303.0, 4285.0, 4302.0, 4287.0, 4303.0, 4274.0, 4310.0, 4276.0, 4297.0, 4301.0, 4323.0, 4330.0, 4297.0, 4307.0, 4276.0, 4295.0, 4274.0, 4284.0, 4263.0, 4283.0, 4249.0, 4286.0, 4271.0, 4286.0, 4294.0, 4273.0, 4282.0, 4263.0, 4282.0, 4251.0, 4283.0, 4292.0, 4273.0, 4275.0, 4299.0, 4303.0, 4286.0, 4266.0, 4296.0, 4268.0, 4320.0, 4289.0, 4302.0, 4231.0, 4333.0, 4286.0, 4264.0, 4233.0, 4356.0, 4331.0, 4341.0, 4308.0, 4357.0, 4344.0, 4340.0, 4335.0, 4312.0, 4303.0, 4333.0, 4328.0, 4311.0, 4278.0, 4312.0, 4285.0, 4273.0, 4294.0, 4263.0, 4288.0, 4265.0, 4281.0, 4263.0, 4279.0, 4260.0, 4280.0, 4263.0, 4302.0, 4273.0, 4291.0, 4284.0, 4287.0, 4303.0, 4311.0, 4313.0, 4316.0, 4338.0, 4304.0, 4335.0, 4321.0, 4304.0, 4319.0, 4300.0, 4325.0, 4288.0, 4313.0, 4339.0, 4301.0, 4328.0, 4298.0, 4322.0, 4287.0, 4312.0, 4297.0, 4300.0, 4289.0, 4335.0, 4334.0, 4289.0, 4313.0, 4322.0, 4284.0, 4311.0, 4308.0, 4284.0, 4294.0, 4282.0, 4336.0, 4334.0, 4279.0, 4320.0, 4332.0, 4277.0, 4314.0, 4319.0, 4288.0, 4324.0, 4316.0, 4280.0, 4323.0, 4307.0, 4291.0, 4318.0, 4281.0, 4323.0, 4298.0, 4303.0, 4347.0, 4342.0, 4313.0, 4321.0, 4284.0, 4310.0, 4331.0, 4281.0, 4286.0, 4306.0, 4274.0, 4297.0, 4306.0, 4277.0, 4308.0, 4277.0, 4307.0, 4286.0, 4296.0, 4313.0, 4283.0, 4283.0, 4300.0, 4321.0, 4314.0, 4294.0, 4292.0, 4291.0, 4279.0, 4279.0, 4287.0, 4257.0, 4280.0, 4244.0, 4259.0, 4287.0, 4236.0, 4268.0, 4287.0, 4260.0, 4279.0, 4245.0, 4273.0, 4303.0, 4262.0, 4295.0, 4302.0, 4274.0, 4306.0, 4265.0, 4298.0, 4301.0, 4275.0, 4309.0, 4281.0, 4284.0, 4314.0, 4287.0, 4308.0, 4277.0, 4298.0, 4319.0, 4272.0, 4304.0, 4308.0, 4284.0, 4309.0, 4327.0, 4288.0, 4319.0, 4306.0, 4287.0, 4318.0, 4282.0, 4310.0, 4305.0, 4290.0, 4331.0, 4290.0, 4321.0, 4315.0, 4289.0, 4319.0, 4288.0, 4299.0, 4320.0, 4292.0, 4306.0, 4314.0, 4283.0, 4293.0, 4271.0, 4283.0, 4283.0, 4285.0, 4316.0, 4273.0, 4307.0, 4290.0, 4331.0, 4319.0, 4297.0, 4306.0, 4276.0, 4306.0, 4280.0, 4285.0, 4305.0, 4276.0, 4297.0, 4260.0, 4296.0, 4304.0, 4276.0, 4307.0, 4283.0, 4285.0, 4300.0, 4263.0, 4307.0, 4304.0, 4274.0, 4305.0, 4273.0, 4298.0, 4305.0, 4276.0, 4307.0, 4263.0, 4284.0, 4293.0, 4279.0, 4282.0, 4299.0, 4257.0, 4279.0, 4258.0, 4260.0, 4289.0, 4271.0, 4278.0, 4270.0, 4311.0, 4288.0, 4295.0, 4289.0, 4320.0, 4284.0, 4310.0, 4307.0, 4276.0, 4318.0, 4272.0, 4296.0, 4299.0], 'WindowWidth': [9633.0, 9558.0, 9521.0, 9539.0, 9479.0, 9536.0, 9530.0, 9578.0, 9509.0, 9557.0, 9534.0, 9558.0, 9533.0, 9569.0, 9543.0, 9589.0, 9570.0, 9585.0, 9593.0, 9591.0, 9544.0, 9586.0, 9529.0, 9575.0, 9534.0, 9549.0, 9536.0, 9576.0, 9575.0, 9511.0, 9561.0, 9544.0, 9486.0, 9522.0, 9464.0, 9506.0, 9490.0, 9478.0, 9508.0, 9500.0, 9557.0, 9509.0, 9544.0, 9582.0, 9581.0, 9564.0, 9576.0, 9518.0, 9579.0, 9526.0, 9580.0, 9535.0, 9555.0, 9571.0, 9538.0, 9573.0, 9531.0, 9525.0, 9490.0, 9571.0, 9570.0, 9503.0, 9505.0, 9516.0, 9457.0, 9478.0, 9488.0, 9439.0, 9454.0, 9413.0, 9481.0, 9490.0, 9411.0, 9479.0, 9486.0, 9449.0, 9498.0, 9448.0, 9525.0, 9541.0, 9478.0, 9538.0, 9475.0, 9515.0, 9522.0, 9516.0, 9526.0, 9522.0, 9566.0, 9551.0, 9506.0, 9543.0, 9510.0, 9497.0, 9511.0, 9503.0, 9464.0, 9503.0, 9421.0, 9457.0, 9487.0, 9438.0, 9479.0, 9439.0, 9482.0, 9441.0, 9531.0, 9501.0, 9491.0, 9514.0, 9508.0, 9497.0, 9522.0, 9571.0, 9548.0, 9486.0, 9524.0, 9518.0, 9479.0, 9493.0, 9431.0, 9461.0, 9487.0, 9448.0, 9478.0, 9470.0, 9452.0, 9481.0, 9445.0, 9494.0, 9467.0, 9448.0, 9493.0, 9434.0, 9485.0, 9490.0, 9469.0, 9520.0, 9459.0, 9494.0, 9530.0, 9469.0, 9508.0, 9468.0, 9494.0, 9533.0, 9474.0, 9518.0, 9512.0, 9472.0, 9524.0, 9472.0, 9484.0, 9529.0, 9472.0, 9522.0, 9504.0, 9492.0, 9514.0, 9490.0, 9559.0, 9540.0, 9494.0, 9536.0, 9472.0, 9485.0, 9510.0, 9472.0, 9533.0, 9465.0, 9526.0, 9471.0, 9515.0, 9508.0, 9522.0, 9539.0, 9493.0, 9539.0, 9482.0, 9527.0, 9510.0, 9486.0, 9528.0, 9486.0, 9496.0, 9510.0, 9543.0, 9478.0, 9488.0, 9510.0, 9436.0, 9480.0, 9488.0, 9442.0, 9458.0, 9422.0, 9467.0, 9509.0, 9433.0, 9483.0, 9475.0, 9469.0, 9505.0, 9472.0, 9499.0, 9483.0, 9556.0, 9538.0, 9489.0, 9544.0, 9522.0, 9477.0, 9520.0, 9451.0, 9493.0, 9508.0, 9469.0, 9500.0, 9469.0, 9510.0, 9531.0, 9472.0, 9525.0, 9526.0, 9466.0, 9518.0, 9481.0, 9487.0, 9519.0, 9460.0, 9511.0, 9445.0, 9483.0, 9502.0, 9463.0, 9501.0, 9456.0, 9489.0, 9517.0, 9459.0, 9500.0, 9497.0, 9453.0, 9480.0, 9467.0, 9469.0, 9491.0, 9474.0, 9518.0, 9458.0, 9507.0, 9480.0, 9493.0, 9525.0, 9458.0, 9525.0, 9514.0, 9477.0, 9514.0, 9507.0, 9459.0, 9493.0, 9436.0, 9483.0, 9487.0, 9446.0, 9513.0, 9471.0, 9467.0, 9503.0, 9451.0, 9485.0, 9453.0, 9479.0, 9504.0, 9456.0, 9495.0, 9459.0, 9485.0, 9497.0, 9469.0, 9507.0, 9462.0, 9522.0, 9493.0, 9469.0, 9507.0, 9493.0, 9498.0, 9484.0, 9528.0, 9487.0, 9550.0, 9548.0, 9498.0, 9517.0, 9504.0, 9524.0, 9460.0, 9501.0, 9542.0, 9493.0, 9511.0, 9470.0, 9517.0, 9469.0, 9508.0, 9462.0, 9512.0, 9475.0, 9523.0, 9524.0, 9471.0, 9486.0, 9485.0, 9480.0, 9474.0, 9516.0, 9442.0, 9485.0, 9472.0, 9452.0, 9483.0, 9451.0, 9489.0, 9467.0, 9481.0, 9487.0, 9516.0, 9479.0, 9497.0, 9480.0, 9510.0, 9457.0, 9498.0, 9456.0, 9500.0, 9453.0, 9497.0, 9471.0, 9527.0, 9511.0, 9467.0, 9495.0, 9478.0, 9454.0, 9460.0, 9444.0, 9484.0, 9463.0, 9437.0, 9485.0, 9428.0, 9459.0, 9431.0, 9467.0, 9442.0, 9512.0, 9508.0, 9506.0, 9519.0, 9578.0, 9575.0, 9516.0, 9520.0, 9521.0, 9483.0, 9530.0, 9519.0, 9484.0, 9523.0, 9453.0, 9494.0, 9518.0, 9460.0, 9505.0, 9492.0, 9468.0, 9492.0, 9476.0, 9535.0, 9460.0, 9505.0, 9480.0, 9543.0, 9511.0, 9500.0, 9490.0, 9552.0, 9540.0, 9483.0, 9547.0, 9535.0, 9508.0, 9531.0, 9518.0, 9537.0, 9546.0, 9575.0, 9532.0, 9508.0, 9533.0, 9511.0, 9507.0, 9490.0, 9549.0, 9536.0, 9489.0, 9499.0, 9462.0, 9464.0, 9438.0, 9470.0, 9489.0, 9430.0, 9474.0, 9461.0, 9442.0, 9474.0, 9442.0, 9439.0, 9481.0, 9432.0, 9499.0, 9465.0, 9476.0, 9520.0, 9470.0, 9509.0, 9464.0, 9509.0, 9486.0, 9535.0, 9522.0, 9484.0, 9500.0, 9469.0, 9512.0, 9485.0, 9513.0, 9550.0, 9517.0, 9473.0, 9516.0, 9499.0, 9464.0, 9494.0, 9431.0, 9473.0, 9495.0, 9432.0, 9474.0, 9493.0, 9450.0, 9509.0, 9510.0, 9487.0, 9519.0, 9460.0, 9504.0, 9520.0, 9460.0, 9529.0, 9524.0, 9469.0, 9511.0, 9498.0, 9478.0, 9523.0, 9468.0, 9492.0, 9502.0, 9448.0, 9485.0, 9441.0, 9508.0, 9518.0, 9455.0, 9504.0, 9499.0, 9468.0, 9499.0, 9460.0, 9505.0, 9496.0, 9475.0, 9523.0, 9451.0, 9509.0, 9477.0, 9511.0, 9524.0, 9491.0, 9544.0, 9516.0, 9468.0, 9499.0, 9474.0, 9520.0, 9458.0, 9483.0, 9501.0, 9475.0, 9473.0, 9531.0, 9529.0, 9473.0, 9503.0, 9519.0, 9445.0, 9483.0, 9486.0, 9465.0, 9479.0, 9484.0, 9543.0, 9504.0, 9486.0, 9513.0, 9444.0, 9464.0, 9485.0, 9463.0, 9486.0, 9451.0, 9496.0, 9483.0, 9546.0, 9487.0, 9501.0, 9526.0, 9517.0, 9525.0, 9507.0, 9566.0, 9542.0, 9496.0, 9544.0, 9490.0, 9492.0, 9513.0, 9477.0, 9526.0, 9460.0, 9487.0, 9505.0, 9463.0, 9483.0, 9489.0, 9471.0, 9491.0, 9450.0, 9459.0, 9495.0, 9542.0, 9488.0, 9498.0, 9523.0, 9465.0, 9492.0, 9500.0, 9470.0, 9510.0, 9511.0, 9475.0, 9543.0, 9479.0, 9531.0, 9496.0, 9518.0, 9539.0, 9508.0, 9548.0, 9510.0, 9473.0, 9517.0, 9488.0, 9523.0, 9477.0, 9526.0, 9488.0, 9492.0, 9510.0, 9491.0, 9511.0, 9491.0, 9510.0, 9475.0, 9529.0, 9475.0, 9502.0, 9515.0, 9550.0, 9549.0, 9504.0, 9518.0, 9475.0, 9496.0, 9468.0, 9479.0, 9449.0, 9477.0, 9430.0, 9485.0, 9462.0, 9487.0, 9495.0, 9465.0, 9475.0, 9448.0, 9474.0, 9432.0, 9478.0, 9490.0, 9465.0, 9471.0, 9508.0, 9513.0, 9488.0, 9463.0, 9503.0, 9475.0, 9540.0, 9498.0, 9505.0, 9391.0, 9562.0, 9482.0, 9447.0, 9395.0, 9620.0, 9557.0, 9588.0, 9545.0, 9607.0, 9583.0, 9569.0, 9568.0, 9531.0, 9508.0, 9565.0, 9545.0, 9530.0, 9479.0, 9520.0, 9483.0, 9464.0, 9495.0, 9451.0, 9482.0, 9457.0, 9472.0, 9453.0, 9465.0, 9443.0, 9470.0, 9450.0, 9503.0, 9467.0, 9493.0, 9490.0, 9497.0, 9524.0, 9536.0, 9542.0, 9546.0, 9579.0, 9532.0, 9574.0, 9548.0, 9525.0, 9543.0, 9517.0, 9557.0, 9499.0, 9535.0, 9569.0, 9517.0, 9555.0, 9514.0, 9547.0, 9497.0, 9533.0, 9510.0, 9514.0, 9501.0, 9570.0, 9566.0, 9503.0, 9535.0, 9549.0, 9488.0, 9529.0, 9522.0, 9486.0, 9499.0, 9496.0, 9576.0, 9569.0, 9492.0, 9547.0, 9562.0, 9483.0, 9539.0, 9541.0, 9501.0, 9553.0, 9535.0, 9487.0, 9548.0, 9523.0, 9504.0, 9540.0, 9489.0, 9550.0, 9514.0, 9526.0, 9589.0, 9581.0, 9535.0, 9543.0, 9486.0, 9528.0, 9559.0, 9478.0, 9489.0, 9518.0, 9471.0, 9504.0, 9514.0, 9478.0, 9521.0, 9480.0, 9521.0, 9489.0, 9504.0, 9527.0, 9485.0, 9486.0, 9515.0, 9548.0, 9529.0, 9495.0, 9492.0, 9490.0, 9468.0, 9468.0, 9475.0, 9436.0, 9469.0, 9417.0, 9442.0, 9478.0, 9405.0, 9454.0, 9477.0, 9442.0, 9469.0, 9421.0, 9468.0, 9510.0, 9452.0, 9500.0, 9505.0, 9471.0, 9517.0, 9458.0, 9508.0, 9507.0, 9474.0, 9523.0, 9480.0, 9490.0, 9529.0, 9493.0, 9524.0, 9480.0, 9510.0, 9540.0, 9471.0, 9516.0, 9525.0, 9490.0, 9525.0, 9548.0, 9494.0, 9540.0, 9519.0, 9494.0, 9537.0, 9484.0, 9529.0, 9520.0, 9503.0, 9560.0, 9506.0, 9547.0, 9533.0, 9499.0, 9539.0, 9495.0, 9510.0, 9542.0, 9496.0, 9518.0, 9525.0, 9481.0, 9496.0, 9461.0, 9482.0, 9482.0, 9487.0, 9530.0, 9474.0, 9521.0, 9503.0, 9560.0, 9540.0, 9506.0, 9516.0, 9477.0, 9517.0, 9476.0, 9487.0, 9514.0, 9474.0, 9503.0, 9448.0, 9503.0, 9513.0, 9477.0, 9519.0, 9480.0, 9486.0, 9503.0, 9457.0, 9519.0, 9512.0, 9473.0, 9514.0, 9469.0, 9510.0, 9514.0, 9478.0, 9521.0, 9455.0, 9483.0, 9495.0, 9469.0, 9475.0, 9496.0, 9438.0, 9469.0, 9439.0, 9444.0, 9485.0, 9463.0, 9471.0, 9466.0, 9520.0, 9496.0, 9505.0, 9503.0, 9545.0, 9488.0, 9528.0, 9519.0, 9477.0, 9536.0, 9469.0, 9504.0, 9504.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.005401204128440367</td></tr>
<tr><td colspan=3>aqi</td><td>0.048644746330275226</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.57125388063146</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2854582640757741</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0474225726750859</td></tr>
<tr><td colspan=3>efc</td><td>0.5068</td></tr>
<tr><td colspan=3>fber</td><td>5062.2642</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13856299115813733</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.912844036697248</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4533613706701902</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346515671327434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.625468482858499</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.388099957824637</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134087</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017370199784636497</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.050823621451854706</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.744072425230735</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>21.3722</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8805</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.7248</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293475.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.4873</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9414</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.7681</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.2843</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.3226</td></tr>
<tr><td colspan=3>tsnr</td><td>31.470044139772654</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>