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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-06_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-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-social_acq-mb8_run-06_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-0064/ses-04/func/sub-0064_ses-04_task-social_acq-mb8_run-06_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>6d65efc2a2a192e7a16fa5e52b42585f</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:48:34.347500</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.999684, -0.0250115, -0.00247334, 0.0251301, 0.99308, 0.114721]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0986519</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7741, -7237, 643, -24, -124, 22, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c700a54e-2922-4f60-a1e0-5a41f945f624||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.682079315185547, 0.06742223352193832, 0.001115394290536642, 110.91716003417969], [0.0671040415763855, 2.664360761642456, 0.3098154067993164, -108.79524230957031], [-0.006635790225118399, -0.3077867925167084, 2.6821658611297607, -49.76943588256836], [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': ['114834.347500', '114834.807500', '114835.267500', '114835.727500', '114836.187500', '114836.647500', '114837.107500', '114837.567500', '114838.027500', '114838.487500', '114838.947500', '114839.407500', '114839.867500', '114840.327500', '114840.787500', '114841.247500', '114841.707500', '114842.167500', '114842.627500', '114843.087500', '114843.547500', '114844.007500', '114844.467500', '114844.927500', '114845.387500', '114845.847500', '114846.307500', '114846.767500', '114847.227500', '114847.687500', '114848.147500', '114848.607500', '114849.067500', '114849.527500', '114849.987500', '114850.447500', '114850.907500', '114851.367500', '114851.827500', '114852.287500', '114852.747500', '114853.207500', '114853.667500', '114854.127500', '114854.587500', '114855.047500', '114855.507500', '114855.967500', '114856.427500', '114856.887500', '114857.347500', '114857.807500', '114858.267500', '114858.727500', '114859.187500', '114859.647500', '114900.107500', '114900.567500', '114901.027500', '114901.487500', '114901.947500', '114902.407500', '114902.867500', '114903.327500', '114903.787500', '114904.247500', '114904.707500', '114905.167500', '114905.627500', '114906.087500', '114906.547500', '114907.007500', '114907.467500', '114907.927500', '114908.387500', '114908.847500', '114909.307500', '114909.767500', '114910.227500', '114910.687500', '114911.147500', '114911.607500', '114912.067500', '114912.527500', '114912.987500', '114913.447500', '114913.907500', '114914.367500', '114914.827500', '114915.287500', '114915.747500', '114916.207500', '114916.667500', '114917.127500', '114917.587500', '114918.047500', '114918.507500', '114918.967500', '114919.427500', '114919.887500', '114920.347500', '114920.807500', '114921.267500', '114921.727500', '114922.187500', '114922.647500', '114923.107500', '114923.567500', '114924.027500', '114924.487500', '114924.947500', '114925.407500', '114925.867500', '114926.327500', '114926.787500', '114927.247500', '114927.707500', '114928.167500', '114928.627500', '114929.087500', '114929.547500', '114930.007500', '114930.467500', '114930.927500', '114931.387500', '114931.847500', '114932.307500', '114932.767500', '114933.227500', '114933.687500', '114934.147500', '114934.607500', '114935.067500', '114935.527500', '114935.987500', '114936.447500', '114936.907500', '114937.367500', '114937.827500', '114938.287500', '114938.747500', '114939.207500', '114939.667500', '114940.127500', '114940.587500', '114941.047500', '114941.507500', '114941.967500', '114942.427500', '114942.887500', '114943.347500', '114943.807500', '114944.267500', '114944.727500', '114945.187500', '114945.647500', '114946.107500', '114946.567500', '114947.027500', '114947.487500', '114947.947500', '114948.407500', '114948.867500', '114949.327500', '114949.787500', '114950.247500', '114950.707500', '114951.167500', '114951.627500', '114952.087500', '114952.547500', '114953.007500', '114953.467500', '114953.927500', '114954.387500', '114954.847500', '114955.307500', '114955.767500', '114956.227500', '114956.687500', '114957.147500', '114957.607500', '114958.067500', '114958.527500', '114958.987500', '114959.447500', '114959.907500', '115000.367500', '115000.827500', '115001.287500', '115001.747500', '115002.207500', '115002.667500', '115003.127500', '115003.587500', '115004.047500', '115004.507500', '115004.967500', '115005.427500', '115005.887500', '115006.347500', '115006.807500', '115007.267500', '115007.727500', '115008.187500', '115008.647500', '115009.107500', '115009.567500', '115010.027500', '115010.487500', '115010.947500', '115011.407500', '115011.867500', '115012.327500', '115012.787500', '115013.247500', '115013.707500', '115014.167500', '115014.627500', '115015.087500', '115015.547500', '115016.007500', '115016.467500', '115016.927500', '115017.387500', '115017.847500', '115018.307500', '115018.767500', '115019.227500', '115019.687500', '115020.147500', '115020.607500', '115021.067500', '115021.527500', '115021.987500', '115022.447500', '115022.907500', '115023.367500', '115023.827500', '115024.287500', '115024.747500', '115025.207500', '115025.667500', '115026.127500', '115026.587500', '115027.047500', '115027.507500', '115027.967500', '115028.427500', '115028.887500', '115029.347500', '115029.807500', '115030.267500', '115030.727500', '115031.187500', '115031.647500', '115032.107500', '115032.567500', '115033.027500', '115033.487500', '115033.947500', '115034.407500', '115034.867500', '115035.327500', '115035.787500', '115036.247500', '115036.707500', '115037.167500', '115037.627500', '115038.087500', '115038.547500', '115039.007500', '115039.467500', '115039.927500', '115040.387500', '115040.847500', '115041.307500', '115041.767500', '115042.227500', '115042.687500', '115043.147500', '115043.607500', '115044.067500', '115044.527500', '115044.987500', '115045.447500', '115045.907500', '115046.367500', '115046.827500', '115047.287500', '115047.747500', '115048.207500', '115048.667500', '115049.127500', '115049.587500', '115050.047500', '115050.507500', '115050.967500', '115051.427500', '115051.887500', '115052.347500', '115052.807500', '115053.267500', '115053.727500', '115054.187500', '115054.647500', '115055.107500', '115055.567500', '115056.027500', '115056.487500', '115056.947500', '115057.407500', '115057.867500', '115058.327500', '115058.787500', '115059.247500', '115059.707500', '115100.167500', '115100.627500', '115101.087500', '115101.547500', '115102.007500', '115102.467500', '115102.927500', '115103.387500', '115103.847500', '115104.307500', '115104.767500', '115105.227500', '115105.687500', '115106.147500', '115106.607500', '115107.067500', '115107.527500', '115107.987500', '115108.447500', '115108.907500', '115109.367500', '115109.827500', '115110.287500', '115110.747500', '115111.207500', '115111.667500', '115112.127500', '115112.587500', '115113.047500', '115113.507500', '115113.967500', '115114.427500', '115114.887500', '115115.347500', '115115.807500', '115116.267500', '115116.727500', '115117.187500', '115117.647500', '115118.107500', '115118.567500', '115119.027500', '115119.487500', '115119.947500', '115120.407500', '115120.867500', '115121.327500', '115121.787500', '115122.247500', '115122.707500', '115123.167500', '115123.627500', '115124.087500', '115124.547500', '115125.007500', '115125.467500', '115125.927500', '115126.387500', '115126.847500', '115127.307500', '115127.767500', '115128.227500', '115128.687500', '115129.147500', '115129.607500', '115130.067500', '115130.527500', '115130.987500', '115131.447500', '115131.907500', '115132.367500', '115132.827500', '115133.287500', '115133.747500', '115134.207500', '115134.667500', '115135.127500', '115135.587500', '115136.047500', '115136.507500', '115136.967500', '115137.427500', '115137.887500', '115138.347500', '115138.807500', '115139.267500', '115139.727500', '115140.187500', '115140.647500', '115141.107500', '115141.567500', '115142.027500', '115142.487500', '115142.947500', '115143.407500', '115143.867500', '115144.327500', '115144.787500', '115145.247500', '115145.707500', '115146.167500', '115146.627500', '115147.087500', '115147.547500', '115148.007500', '115148.467500', '115148.927500', '115149.387500', '115149.847500', '115150.307500', '115150.767500', '115151.227500', '115151.687500', '115152.147500', '115152.607500', '115153.067500', '115153.527500', '115153.987500', '115154.447500', '115154.907500', '115155.367500', '115155.827500', '115156.287500', '115156.747500', '115157.207500', '115157.667500', '115158.127500', '115158.587500', '115159.047500', '115159.507500', '115159.967500', '115200.427500', '115200.887500', '115201.347500', '115201.807500', '115202.267500', '115202.727500', '115203.187500', '115203.647500', '115204.107500', '115204.567500', '115205.027500', '115205.487500', '115205.947500', '115206.407500', '115206.867500', '115207.327500', '115207.787500', '115208.247500', '115208.707500', '115209.167500', '115209.627500', '115210.087500', '115210.547500', '115211.007500', '115211.467500', '115211.927500', '115212.387500', '115212.847500', '115213.307500', '115213.767500', '115214.227500', '115214.687500', '115215.147500', '115215.607500', '115216.067500', '115216.527500', '115216.987500', '115217.447500', '115217.907500', '115218.367500', '115218.827500', '115219.287500', '115219.747500', '115220.207500', '115220.667500', '115221.127500', '115221.587500', '115222.047500', '115222.507500', '115222.967500', '115223.427500', '115223.887500', '115224.347500', '115224.807500', '115225.267500', '115225.727500', '115226.187500', '115226.647500', '115227.107500', '115227.567500', '115228.027500', '115228.487500', '115228.947500', '115229.407500', '115229.867500', '115230.327500', '115230.787500', '115231.247500', '115231.707500', '115232.167500', '115232.627500', '115233.087500', '115233.547500', '115234.007500', '115234.467500', '115234.927500', '115235.387500', '115235.847500', '115236.307500', '115236.767500', '115237.227500', '115237.687500', '115238.147500', '115238.607500', '115239.067500', '115239.527500', '115239.987500', '115240.447500', '115240.907500', '115241.367500', '115241.827500', '115242.287500', '115242.747500', '115243.207500', '115243.667500', '115244.127500', '115244.587500', '115245.047500', '115245.507500', '115245.967500', '115246.427500', '115246.887500', '115247.347500', '115247.807500', '115248.267500', '115248.727500', '115249.187500', '115249.647500', '115250.107500', '115250.567500', '115251.027500', '115251.487500', '115251.947500', '115252.407500', '115252.867500', '115253.327500', '115253.787500', '115254.247500', '115254.707500', '115255.167500', '115255.627500', '115256.087500', '115256.547500', '115257.007500', '115257.467500', '115257.927500', '115258.387500', '115258.847500', '115259.307500', '115259.767500', '115300.227500', '115300.687500', '115301.147500', '115301.607500', '115302.067500', '115302.527500', '115302.987500', '115303.447500', '115303.907500', '115304.367500', '115304.827500', '115305.287500', '115305.747500', '115306.207500', '115306.667500', '115307.127500', '115307.587500', '115308.047500', '115308.507500', '115308.967500', '115309.427500', '115309.887500', '115310.347500', '115310.807500', '115311.267500', '115311.727500', '115312.187500', '115312.647500', '115313.107500', '115313.567500', '115314.027500', '115314.487500', '115314.947500', '115315.407500', '115315.867500', '115316.327500', '115316.787500', '115317.247500', '115317.707500', '115318.167500', '115318.627500', '115319.087500', '115319.547500', '115320.007500', '115320.467500', '115320.927500', '115321.387500', '115321.847500', '115322.307500', '115322.767500', '115323.227500', '115323.687500', '115324.147500', '115324.607500', '115325.067500', '115325.527500', '115325.987500', '115326.447500', '115326.907500', '115327.367500', '115327.827500', '115328.287500', '115328.747500', '115329.207500', '115329.667500', '115330.127500', '115330.587500', '115331.047500', '115331.507500', '115331.967500', '115332.427500', '115332.887500', '115333.347500', '115333.807500', '115334.267500', '115334.727500', '115335.187500', '115335.647500', '115336.107500', '115336.567500', '115337.027500', '115337.487500', '115337.947500', '115338.407500', '115338.867500', '115339.327500', '115339.787500', '115340.247500', '115340.707500', '115341.167500', '115341.627500', '115342.087500', '115342.547500', '115343.007500', '115343.467500', '115343.927500', '115344.387500', '115344.847500', '115345.307500', '115345.767500', '115346.227500', '115346.687500', '115347.147500', '115347.607500', '115348.067500', '115348.527500', '115348.987500', '115349.447500', '115349.907500', '115350.367500', '115350.827500', '115351.287500', '115351.747500', '115352.207500', '115352.667500', '115353.127500', '115353.587500', '115354.047500', '115354.507500', '115354.967500', '115355.427500', '115355.887500', '115356.347500', '115356.807500', '115357.267500', '115357.727500', '115358.187500', '115358.647500', '115359.107500', '115359.567500', '115400.027500', '115400.487500', '115400.947500', '115401.407500', '115401.867500', '115402.327500', '115402.787500', '115403.247500', '115403.707500', '115404.167500', '115404.627500', '115405.087500', '115405.547500', '115406.007500', '115406.467500', '115406.927500', '115407.387500', '115407.847500', '115408.307500', '115408.767500', '115409.227500', '115409.687500', '115410.147500', '115410.607500', '115411.067500', '115411.527500', '115411.987500', '115412.447500', '115412.907500', '115413.367500', '115413.827500', '115414.287500', '115414.747500', '115415.207500', '115415.667500', '115416.127500', '115416.587500', '115417.047500', '115417.507500', '115417.967500', '115418.427500', '115418.887500', '115419.347500', '115419.807500', '115420.267500', '115420.727500', '115421.187500', '115421.647500', '115422.107500', '115422.567500', '115423.027500', '115423.487500', '115423.947500', '115424.407500', '115424.867500', '115425.327500', '115425.787500', '115426.247500', '115426.707500', '115427.167500', '115427.627500', '115428.087500', '115428.547500', '115429.007500', '115429.467500', '115429.927500', '115430.387500', '115430.847500', '115431.307500', '115431.767500', '115432.227500', '115432.687500', '115433.147500', '115433.607500', '115434.067500', '115434.527500', '115434.987500', '115435.447500', '115435.907500', '115436.367500', '115436.827500', '115437.287500', '115437.747500', '115438.207500', '115438.667500', '115439.127500', '115439.587500', '115440.047500', '115440.507500', '115440.967500', '115441.427500', '115441.887500', '115442.347500', '115442.807500', '115443.267500', '115443.727500', '115444.187500', '115444.647500', '115445.107500', '115445.567500', '115446.027500', '115446.487500', '115446.947500', '115447.407500', '115447.867500', '115448.327500', '115448.787500', '115449.247500', '115449.707500', '115450.167500', '115450.627500', '115451.087500', '115451.547500', '115452.007500', '115452.467500', '115452.927500', '115453.387500', '115453.847500', '115454.307500', '115454.767500', '115455.227500', '115455.687500', '115456.147500', '115456.607500', '115457.067500', '115457.527500', '115457.987500', '115458.447500', '115458.907500', '115459.367500', '115459.827500', '115500.287500', '115500.747500', '115501.207500', '115501.667500', '115502.127500', '115502.587500', '115503.047500', '115503.507500', '115503.967500', '115504.427500', '115504.887500', '115505.347500', '115505.807500', '115506.267500', '115506.727500', '115507.187500', '115507.647500', '115508.107500', '115508.567500', '115509.027500', '115509.487500', '115509.947500', '115510.407500', '115510.867500', '115511.327500', '115511.787500', '115512.247500', '115512.707500', '115513.167500', '115513.627500', '115514.087500', '115514.547500', '115515.007500'], 'ContentTime': ['114857.945000', '114857.948000', '114857.951000', '114857.954000', '114857.956000', '114857.959000', '114857.962000', '114857.964000', '114857.967000', '114857.969000', '114857.972000', '114857.975000', '114857.977000', '114857.980000', '114857.983000', '114857.985000', '114857.988000', '114857.991000', '114857.993000', '114857.996000', '114857.998000', '114858.002000', '114858.005000', '114858.007000', '114858.010000', '114858.013000', '114858.015000', '114858.018000', '114858.021000', '114858.023000', '114858.026000', '114858.028000', '114858.031000', '114858.034000', '114858.036000', '114858.039000', '114858.042000', '114858.044000', '114858.047000', '114858.049000', '114858.052000', '114858.055000', '114858.060000', '114858.063000', '114858.065000', '114858.068000', '114858.070000', '114858.073000', '114858.076000', '114917.902000', '114917.905000', '114917.908000', '114917.910000', '114917.913000', '114917.916000', '114917.918000', '114917.921000', '114917.924000', '114917.926000', '114917.929000', '114917.931000', '114917.934000', '114917.937000', '114917.939000', '114917.942000', '114917.944000', '114917.947000', '114917.959000', '114917.962000', '114917.964000', '114917.967000', '114917.969000', '114917.972000', '114917.975000', '114917.977000', '114917.980000', '114917.982000', '114917.985000', '114917.988000', '114917.990000', '114917.993000', '114917.995000', '114917.998000', '114918.002000', '114918.010000', '114918.013000', '114918.016000', '114918.018000', '114918.021000', '114918.024000', '114918.026000', '114918.029000', '114937.903000', '114937.906000', '114937.908000', '114937.911000', '114937.913000', '114937.916000', '114937.919000', '114937.921000', '114937.924000', '114937.927000', '114937.929000', '114937.932000', '114937.934000', '114937.937000', '114937.940000', '114937.942000', '114937.945000', '114937.948000', '114937.950000', '114937.953000', '114938.019000', '114938.022000', '114938.025000', '114938.028000', '114938.030000', '114938.033000', '114938.035000', '114938.038000', '114938.040000', '114938.043000', '114938.046000', '114938.049000', '114938.051000', '114938.054000', '114938.057000', '114938.059000', '114938.062000', '114938.064000', '114938.067000', '114938.069000', '114938.072000', '114938.081000', '114938.084000', '114938.087000', '114957.902000', '114957.905000', '114957.908000', '114957.911000', '114957.913000', '114957.916000', '114957.919000', '114957.921000', '114957.924000', '114957.927000', '114957.929000', '114957.932000', '114957.935000', '114957.937000', '114957.940000', '114957.942000', '114957.945000', '114957.948000', '114957.950000', '114957.953000', '114957.956000', '114957.958000', '114957.961000', '114957.964000', '114957.966000', '114957.969000', '114957.971000', '114957.974000', '114957.977000', '114957.979000', '114957.982000', '114957.984000', '114957.987000', '114957.990000', '114957.992000', '114957.995000', '114957.998000', '114958.000000', '114958.003000', '114958.005000', '114958.017000', '114958.019000', '114958.022000', '115017.903000', '115017.906000', '115017.909000', '115017.912000', '115017.914000', '115017.917000', '115017.920000', '115017.923000', '115017.926000', '115017.929000', '115017.932000', '115017.937000', '115017.940000', '115017.943000', '115017.945000', '115017.948000', '115017.951000', '115017.956000', '115017.959000', '115017.962000', '115017.964000', '115017.967000', '115017.970000', '115017.972000', '115017.975000', '115017.977000', '115017.980000', '115017.983000', '115017.985000', '115017.988000', '115017.990000', '115017.993000', '115017.996000', '115017.998000', '115018.002000', '115018.004000', '115018.007000', '115018.010000', '115018.013000', '115018.015000', '115018.018000', '115018.020000', '115018.023000', '115037.902000', '115037.905000', '115037.908000', '115037.911000', '115037.913000', '115037.916000', '115037.919000', '115037.921000', '115037.924000', '115037.927000', '115037.929000', '115037.932000', '115037.935000', '115037.937000', '115037.947000', '115037.950000', '115037.953000', '115037.955000', '115037.958000', '115037.961000', '115037.963000', '115037.966000', '115037.968000', '115037.971000', '115037.974000', '115037.976000', '115037.979000', '115037.982000', '115037.984000', '115037.987000', '115037.989000', '115037.992000', '115037.995000', '115037.997000', '115038.001000', '115038.004000', '115038.007000', '115038.009000', '115038.012000', '115038.014000', '115038.017000', '115038.020000', '115038.022000', '115038.025000', '115057.902000', '115057.905000', '115057.908000', '115057.910000', '115057.913000', '115057.916000', '115057.918000', '115057.921000', '115057.924000', '115057.927000', '115057.930000', '115057.933000', '115057.935000', '115057.938000', '115057.941000', '115057.943000', '115057.946000', '115057.949000', '115057.951000', '115057.954000', '115057.956000', '115057.959000', '115057.962000', '115057.964000', '115057.967000', '115057.969000', '115057.972000', '115057.975000', '115057.977000', '115057.980000', '115057.983000', '115057.985000', '115057.988000', '115057.991000', '115057.993000', '115057.996000', '115058.000000', '115058.002000', '115058.005000', '115058.007000', '115058.010000', '115058.012000', '115058.015000', '115058.018000', '115117.902000', '115117.906000', '115117.908000', '115117.911000', '115117.913000', '115117.916000', '115117.919000', '115117.921000', '115117.924000', '115117.927000', '115117.929000', '115117.932000', '115117.934000', '115117.937000', '115117.940000', '115117.948000', '115117.950000', '115117.953000', '115117.956000', '115117.958000', '115117.961000', '115117.964000', '115117.966000', '115117.969000', '115117.972000', '115117.974000', '115117.977000', '115117.980000', '115117.982000', '115117.985000', '115117.987000', '115117.990000', '115117.993000', '115117.995000', '115117.998000', '115118.000000', '115118.003000', '115118.006000', '115118.008000', '115118.011000', '115118.013000', '115118.016000', '115118.019000', '115137.902000', '115137.905000', '115137.908000', '115137.910000', '115137.914000', '115137.916000', '115137.919000', '115137.921000', '115137.924000', '115137.927000', '115137.929000', '115137.932000', '115137.935000', '115137.937000', '115137.940000', '115137.942000', '115137.945000', '115137.948000', '115137.950000', '115137.953000', '115137.956000', '115137.958000', '115137.961000', '115137.963000', '115137.966000', '115137.969000', '115137.971000', '115137.974000', '115137.976000', '115137.979000', '115137.982000', '115137.984000', '115137.993000', '115137.996000', '115137.998000', '115138.002000', '115138.005000', '115138.008000', '115138.011000', '115138.014000', '115138.017000', '115138.020000', '115138.022000', '115157.903000', '115157.906000', '115157.908000', '115157.911000', '115157.913000', '115157.916000', '115157.919000', '115157.921000', '115157.924000', '115157.927000', '115157.929000', '115157.932000', '115157.934000', '115157.937000', '115157.940000', '115157.942000', '115157.945000', '115157.948000', '115157.950000', '115157.953000', '115157.956000', '115157.958000', '115157.961000', '115157.964000', '115157.966000', '115157.969000', '115157.972000', '115157.974000', '115157.977000', '115157.980000', '115157.982000', '115157.985000', '115157.987000', '115157.990000', '115157.993000', '115157.995000', '115157.998000', '115158.002000', '115158.004000', '115158.007000', '115158.009000', '115158.012000', '115158.015000', '115158.017000', '115217.903000', '115217.905000', '115217.908000', '115217.911000', '115217.914000', '115217.916000', '115217.919000', '115217.921000', '115217.924000', '115217.927000', '115217.930000', '115217.933000', '115217.936000', '115217.938000', '115217.942000', '115217.944000', '115217.947000', '115217.949000', '115217.952000', '115217.955000', '115217.957000', '115217.960000', '115217.963000', '115217.966000', '115217.969000', '115217.972000', '115217.974000', '115217.977000', '115217.979000', '115217.982000', '115217.985000', '115217.987000', '115217.990000', '115217.993000', '115217.995000', '115217.998000', '115218.002000', '115218.004000', '115218.007000', '115218.010000', '115218.012000', '115218.015000', '115218.018000', '115237.903000', '115237.906000', '115237.909000', '115237.911000', '115237.914000', '115237.917000', '115237.919000', '115237.922000', '115237.925000', '115237.927000', '115237.930000', '115237.932000', '115237.935000', '115237.938000', '115237.947000', '115237.949000', '115237.952000', '115237.955000', '115237.958000', '115237.960000', '115237.963000', '115237.966000', '115237.969000', '115237.971000', '115237.974000', '115237.976000', '115237.979000', '115237.996000', '115238.000000', '115238.003000', '115238.005000', '115238.008000', '115238.011000', '115238.013000', '115238.016000', '115238.018000', '115238.021000', '115238.024000', '115238.026000', '115238.029000', '115238.032000', '115238.034000', '115238.037000', '115238.039000', '115257.902000', '115257.905000', '115257.908000', '115257.911000', '115257.913000', '115257.916000', '115257.918000', '115257.921000', '115257.923000', '115257.926000', '115257.929000', '115257.932000', '115257.934000', '115257.937000', '115257.939000', '115257.942000', '115257.945000', '115257.948000', '115257.950000', '115257.953000', '115257.956000', '115257.960000', '115257.962000', '115257.965000', '115257.968000', '115257.970000', '115257.973000', '115257.976000', '115257.978000', '115257.981000', '115257.983000', '115257.986000', '115257.989000', '115257.991000', '115257.994000', '115257.997000', '115258.000000', '115258.003000', '115258.005000', '115258.008000', '115258.011000', '115258.014000', '115258.020000', '115317.903000', '115317.905000', '115317.908000', '115317.911000', '115317.914000', '115317.916000', '115317.919000', '115317.921000', '115317.924000', '115317.927000', '115317.929000', '115317.932000', '115317.935000', '115317.937000', '115317.940000', '115317.942000', '115317.945000', '115317.948000', '115317.950000', '115317.953000', '115317.955000', '115317.958000', '115317.961000', '115317.963000', '115317.966000', '115317.969000', '115317.971000', '115317.974000', '115317.977000', '115317.979000', '115317.982000', '115317.985000', '115317.987000', '115317.990000', '115317.992000', '115317.995000', '115317.998000', '115318.001000', '115318.004000', '115318.007000', '115318.009000', '115318.012000', '115318.015000', '115318.017000', '115337.903000', '115337.906000', '115337.908000', '115337.911000', '115337.913000', '115337.916000', '115337.919000', '115337.921000', '115337.924000', '115337.927000', '115337.929000', '115337.932000', '115337.934000', '115337.937000', '115337.940000', '115337.942000', '115337.945000', '115337.948000', '115337.950000', '115337.953000', '115337.955000', '115337.958000', '115337.961000', '115337.963000', '115337.966000', '115337.969000', '115337.971000', '115337.974000', '115337.976000', '115337.979000', '115337.982000', '115337.984000', '115337.987000', '115337.990000', '115337.993000', '115337.997000', '115338.000000', '115338.004000', '115338.006000', '115338.009000', '115338.012000', '115338.014000', '115338.017000', '115357.903000', '115357.905000', '115357.909000', '115357.911000', '115357.914000', '115357.916000', '115357.919000', '115357.922000', '115357.925000', '115357.927000', '115357.930000', '115357.933000', '115357.935000', '115357.938000', '115357.941000', '115357.943000', '115357.946000', '115357.948000', '115357.951000', '115357.954000', '115357.956000', '115357.959000', '115357.962000', '115357.964000', '115357.967000', '115357.970000', '115357.973000', '115357.976000', '115357.978000', '115357.981000', '115357.984000', '115357.986000', '115357.989000', '115357.991000', '115357.994000', '115357.997000', '115358.001000', '115358.003000', '115358.006000', '115358.009000', '115358.011000', '115358.014000', '115358.016000', '115358.019000', '115417.903000', '115417.905000', '115417.908000', '115417.911000', '115417.913000', '115417.916000', '115417.919000', '115417.921000', '115417.950000', '115417.953000', '115417.955000', '115417.958000', '115417.961000', '115417.963000', '115417.966000', '115417.969000', '115417.971000', '115417.974000', '115417.977000', '115417.979000', '115417.982000', '115417.984000', '115417.987000', '115417.990000', '115417.992000', '115417.995000', '115417.998000', '115418.001000', '115418.004000', '115418.006000', '115418.011000', '115418.013000', '115418.016000', '115418.019000', '115418.021000', '115418.024000', '115418.027000', '115418.029000', '115418.032000', '115418.035000', '115418.037000', '115418.040000', '115418.042000', '115437.902000', '115437.906000', '115437.908000', '115437.911000', '115437.914000', '115437.917000', '115437.919000', '115437.922000', '115437.924000', '115437.927000', '115437.930000', '115437.932000', '115437.935000', '115437.938000', '115437.940000', '115437.943000', '115437.946000', '115437.948000', '115437.951000', '115437.954000', '115437.956000', '115437.959000', '115437.962000', '115437.964000', '115437.967000', '115437.970000', '115437.972000', '115437.975000', '115437.977000', '115437.980000', '115437.983000', '115437.985000', '115437.988000', '115437.991000', '115437.993000', '115437.996000', '115438.000000', '115438.002000', '115438.005000', '115438.009000', '115438.011000', '115438.014000', '115438.017000', '115438.019000', '115457.903000', '115457.906000', '115457.909000', '115457.912000', '115457.915000', '115457.917000', '115457.920000', '115457.923000', '115457.925000', '115457.928000', '115457.930000', '115457.933000', '115457.936000', '115457.938000', '115457.941000', '115457.944000', '115457.946000', '115457.949000', '115457.951000', '115457.954000', '115457.957000', '115457.959000', '115457.962000', '115457.965000', '115457.967000', '115457.970000', '115457.972000', '115457.975000', '115457.978000', '115457.980000', '115457.983000', '115457.986000', '115457.989000', '115457.992000', '115457.995000', '115457.998000', '115458.001000', '115458.004000', '115458.007000', '115458.009000', '115458.012000', '115458.015000', '115458.017000', '115516.378000', '115516.381000', '115516.383000', '115516.386000', '115516.389000', '115516.391000', '115516.394000', '115516.397000', '115516.399000', '115516.402000', '115516.405000', '115516.407000', '115516.410000', '115516.412000', '115516.415000', '115516.418000', '115516.420000', '115516.423000', '115516.426000', '115516.428000', '115516.431000', '115516.433000', '115516.436000', '115516.439000', '115516.441000', '115516.444000', '115516.447000', '115516.449000', '115516.452000', '115516.455000', '115516.457000', '115516.460000', '115516.463000', '115516.465000', '115516.468000', '115516.470000', '115516.473000', '115516.476000', '115516.478000', '115516.481000', '115516.483000'], 'InstanceCreationTime': ['114857.945000', '114857.948000', '114857.951000', '114857.954000', '114857.956000', '114857.959000', '114857.962000', '114857.964000', '114857.967000', '114857.969000', '114857.972000', '114857.975000', '114857.977000', '114857.980000', '114857.983000', '114857.985000', '114857.988000', '114857.991000', '114857.993000', '114857.996000', '114857.998000', '114858.002000', '114858.005000', '114858.007000', '114858.010000', '114858.013000', '114858.015000', '114858.018000', '114858.021000', '114858.023000', '114858.026000', '114858.028000', '114858.031000', '114858.034000', '114858.036000', '114858.039000', '114858.042000', '114858.044000', '114858.047000', '114858.049000', '114858.052000', '114858.055000', '114858.060000', '114858.063000', '114858.065000', '114858.068000', '114858.070000', '114858.073000', '114858.076000', '114917.902000', '114917.905000', '114917.908000', '114917.910000', '114917.913000', '114917.916000', '114917.918000', '114917.921000', '114917.924000', '114917.926000', '114917.929000', '114917.931000', '114917.934000', '114917.937000', '114917.939000', '114917.942000', '114917.944000', '114917.947000', '114917.959000', '114917.962000', '114917.964000', '114917.967000', '114917.969000', '114917.972000', '114917.975000', '114917.977000', '114917.980000', '114917.982000', '114917.985000', '114917.988000', '114917.990000', '114917.993000', '114917.995000', '114917.998000', '114918.002000', '114918.010000', '114918.013000', '114918.016000', '114918.018000', '114918.021000', '114918.024000', '114918.026000', '114918.029000', '114937.903000', '114937.906000', '114937.908000', '114937.911000', '114937.913000', '114937.916000', '114937.919000', '114937.921000', '114937.924000', '114937.927000', '114937.929000', '114937.932000', '114937.934000', '114937.937000', '114937.940000', '114937.942000', '114937.945000', '114937.948000', '114937.950000', '114937.953000', '114938.019000', '114938.022000', '114938.025000', '114938.028000', '114938.030000', '114938.033000', '114938.035000', '114938.038000', '114938.040000', '114938.043000', '114938.046000', '114938.049000', '114938.051000', '114938.054000', '114938.057000', '114938.059000', '114938.062000', '114938.064000', '114938.067000', '114938.069000', '114938.072000', '114938.081000', '114938.084000', '114938.087000', '114957.902000', '114957.905000', '114957.908000', '114957.911000', '114957.913000', '114957.916000', '114957.919000', '114957.921000', '114957.924000', '114957.927000', '114957.929000', '114957.932000', '114957.935000', '114957.937000', '114957.940000', '114957.942000', '114957.945000', '114957.948000', '114957.950000', '114957.953000', '114957.956000', '114957.958000', '114957.961000', '114957.964000', '114957.966000', '114957.969000', '114957.971000', '114957.974000', '114957.977000', '114957.979000', '114957.982000', '114957.984000', '114957.987000', '114957.990000', '114957.992000', '114957.995000', '114957.998000', '114958.000000', '114958.003000', '114958.005000', '114958.017000', '114958.019000', '114958.022000', '115017.903000', '115017.906000', '115017.909000', '115017.912000', '115017.914000', '115017.917000', '115017.920000', '115017.923000', '115017.926000', '115017.929000', '115017.932000', '115017.937000', '115017.940000', '115017.943000', '115017.945000', '115017.948000', '115017.951000', '115017.956000', '115017.959000', '115017.962000', '115017.964000', '115017.967000', '115017.970000', '115017.972000', '115017.975000', '115017.977000', '115017.980000', '115017.983000', '115017.985000', '115017.988000', '115017.990000', '115017.993000', '115017.996000', '115017.998000', '115018.002000', '115018.004000', '115018.007000', '115018.010000', '115018.013000', '115018.015000', '115018.018000', '115018.020000', '115018.023000', '115037.902000', '115037.905000', '115037.908000', '115037.911000', '115037.913000', '115037.916000', '115037.919000', '115037.921000', '115037.924000', '115037.927000', '115037.929000', '115037.932000', '115037.935000', '115037.937000', '115037.947000', '115037.950000', '115037.953000', '115037.955000', '115037.958000', '115037.961000', '115037.963000', '115037.966000', '115037.968000', '115037.971000', '115037.974000', '115037.976000', '115037.979000', '115037.982000', '115037.984000', '115037.987000', '115037.989000', '115037.992000', '115037.995000', '115037.997000', '115038.001000', '115038.004000', '115038.007000', '115038.009000', '115038.012000', '115038.014000', '115038.017000', '115038.020000', '115038.022000', '115038.025000', '115057.902000', '115057.905000', '115057.908000', '115057.910000', '115057.913000', '115057.916000', '115057.918000', '115057.921000', '115057.924000', '115057.927000', '115057.930000', '115057.933000', '115057.935000', '115057.938000', '115057.941000', '115057.943000', '115057.946000', '115057.949000', '115057.951000', '115057.954000', '115057.956000', '115057.959000', '115057.962000', '115057.964000', '115057.967000', '115057.969000', '115057.972000', '115057.975000', '115057.977000', '115057.980000', '115057.983000', '115057.985000', '115057.988000', '115057.991000', '115057.993000', '115057.996000', '115058.000000', '115058.002000', '115058.005000', '115058.007000', '115058.010000', '115058.012000', '115058.015000', '115058.018000', '115117.902000', '115117.906000', '115117.908000', '115117.911000', '115117.913000', '115117.916000', '115117.919000', '115117.921000', '115117.924000', '115117.927000', '115117.929000', '115117.932000', '115117.934000', '115117.937000', '115117.940000', '115117.948000', '115117.950000', '115117.953000', '115117.956000', '115117.958000', '115117.961000', '115117.964000', '115117.966000', '115117.969000', '115117.972000', '115117.974000', '115117.977000', '115117.980000', '115117.982000', '115117.985000', '115117.987000', '115117.990000', '115117.993000', '115117.995000', '115117.998000', '115118.000000', '115118.003000', '115118.006000', '115118.008000', '115118.011000', '115118.013000', '115118.016000', '115118.019000', '115137.902000', '115137.905000', '115137.908000', '115137.910000', '115137.914000', '115137.916000', '115137.919000', '115137.921000', '115137.924000', '115137.927000', '115137.929000', '115137.932000', '115137.935000', '115137.937000', '115137.940000', '115137.942000', '115137.945000', '115137.948000', '115137.950000', '115137.953000', '115137.956000', '115137.958000', '115137.961000', '115137.963000', '115137.966000', '115137.969000', '115137.971000', '115137.974000', '115137.976000', '115137.979000', '115137.982000', '115137.984000', '115137.993000', '115137.996000', '115137.998000', '115138.002000', '115138.005000', '115138.008000', '115138.011000', '115138.014000', '115138.017000', '115138.020000', '115138.022000', '115157.903000', '115157.906000', '115157.908000', '115157.911000', '115157.913000', '115157.916000', '115157.919000', '115157.921000', '115157.924000', '115157.927000', '115157.929000', '115157.932000', '115157.934000', '115157.937000', '115157.940000', '115157.942000', '115157.945000', '115157.948000', '115157.950000', '115157.953000', '115157.956000', '115157.958000', '115157.961000', '115157.964000', '115157.966000', '115157.969000', '115157.972000', '115157.974000', '115157.977000', '115157.980000', '115157.982000', '115157.985000', '115157.987000', '115157.990000', '115157.993000', '115157.995000', '115157.998000', '115158.002000', '115158.004000', '115158.007000', '115158.009000', '115158.012000', '115158.015000', '115158.017000', '115217.903000', '115217.905000', '115217.908000', '115217.911000', '115217.914000', '115217.916000', '115217.919000', '115217.921000', '115217.924000', '115217.927000', '115217.930000', '115217.933000', '115217.936000', '115217.938000', '115217.942000', '115217.944000', '115217.947000', '115217.949000', '115217.952000', '115217.955000', '115217.957000', '115217.960000', '115217.963000', '115217.966000', '115217.969000', '115217.972000', '115217.974000', '115217.977000', '115217.979000', '115217.982000', '115217.985000', '115217.987000', '115217.990000', '115217.993000', '115217.995000', '115217.998000', '115218.002000', '115218.004000', '115218.007000', '115218.010000', '115218.012000', '115218.015000', '115218.018000', '115237.903000', '115237.906000', '115237.909000', '115237.911000', '115237.914000', '115237.917000', '115237.919000', '115237.922000', '115237.925000', '115237.927000', '115237.930000', '115237.932000', '115237.935000', '115237.938000', '115237.947000', '115237.949000', '115237.952000', '115237.955000', '115237.958000', '115237.960000', '115237.963000', '115237.966000', '115237.969000', '115237.971000', '115237.974000', '115237.976000', '115237.979000', '115237.996000', '115238.000000', '115238.003000', '115238.005000', '115238.008000', '115238.011000', '115238.013000', '115238.016000', '115238.018000', '115238.021000', '115238.024000', '115238.026000', '115238.029000', '115238.032000', '115238.034000', '115238.037000', '115238.039000', '115257.902000', '115257.905000', '115257.908000', '115257.911000', '115257.913000', '115257.916000', '115257.918000', '115257.921000', '115257.923000', '115257.926000', '115257.929000', '115257.932000', '115257.934000', '115257.937000', '115257.939000', '115257.942000', '115257.945000', '115257.948000', '115257.950000', '115257.953000', '115257.956000', '115257.960000', '115257.962000', '115257.965000', '115257.968000', '115257.970000', '115257.973000', '115257.976000', '115257.978000', '115257.981000', '115257.983000', '115257.986000', '115257.989000', '115257.991000', '115257.994000', '115257.997000', '115258.000000', '115258.003000', '115258.005000', '115258.008000', '115258.011000', '115258.014000', '115258.020000', '115317.903000', '115317.905000', '115317.908000', '115317.911000', '115317.914000', '115317.916000', '115317.919000', '115317.921000', '115317.924000', '115317.927000', '115317.929000', '115317.932000', '115317.935000', '115317.937000', '115317.940000', '115317.942000', '115317.945000', '115317.948000', '115317.950000', '115317.953000', '115317.955000', '115317.958000', '115317.961000', '115317.963000', '115317.966000', '115317.969000', '115317.971000', '115317.974000', '115317.977000', '115317.979000', '115317.982000', '115317.985000', '115317.987000', '115317.990000', '115317.992000', '115317.995000', '115317.998000', '115318.001000', '115318.004000', '115318.007000', '115318.009000', '115318.012000', '115318.015000', '115318.017000', '115337.903000', '115337.906000', '115337.908000', '115337.911000', '115337.913000', '115337.916000', '115337.919000', '115337.921000', '115337.924000', '115337.927000', '115337.929000', '115337.932000', '115337.934000', '115337.937000', '115337.940000', '115337.942000', '115337.945000', '115337.948000', '115337.950000', '115337.953000', '115337.955000', '115337.958000', '115337.961000', '115337.963000', '115337.966000', '115337.969000', '115337.971000', '115337.974000', '115337.976000', '115337.979000', '115337.982000', '115337.984000', '115337.987000', '115337.990000', '115337.993000', '115337.997000', '115338.000000', '115338.004000', '115338.006000', '115338.009000', '115338.012000', '115338.014000', '115338.017000', '115357.903000', '115357.905000', '115357.909000', '115357.911000', '115357.914000', '115357.916000', '115357.919000', '115357.922000', '115357.925000', '115357.927000', '115357.930000', '115357.933000', '115357.935000', '115357.938000', '115357.941000', '115357.943000', '115357.946000', '115357.948000', '115357.951000', '115357.954000', '115357.956000', '115357.959000', '115357.962000', '115357.964000', '115357.967000', '115357.970000', '115357.973000', '115357.976000', '115357.978000', '115357.981000', '115357.984000', '115357.986000', '115357.989000', '115357.991000', '115357.994000', '115357.997000', '115358.001000', '115358.003000', '115358.006000', '115358.009000', '115358.011000', '115358.014000', '115358.016000', '115358.019000', '115417.903000', '115417.905000', '115417.908000', '115417.911000', '115417.913000', '115417.916000', '115417.919000', '115417.921000', '115417.950000', '115417.953000', '115417.955000', '115417.958000', '115417.961000', '115417.963000', '115417.966000', '115417.969000', '115417.971000', '115417.974000', '115417.977000', '115417.979000', '115417.982000', '115417.984000', '115417.987000', '115417.990000', '115417.992000', '115417.995000', '115417.998000', '115418.001000', '115418.004000', '115418.006000', '115418.011000', '115418.013000', '115418.016000', '115418.019000', '115418.021000', '115418.024000', '115418.027000', '115418.029000', '115418.032000', '115418.035000', '115418.037000', '115418.040000', '115418.042000', '115437.902000', '115437.906000', '115437.908000', '115437.911000', '115437.914000', '115437.917000', '115437.919000', '115437.922000', '115437.924000', '115437.927000', '115437.930000', '115437.932000', '115437.935000', '115437.938000', '115437.940000', '115437.943000', '115437.946000', '115437.948000', '115437.951000', '115437.954000', '115437.956000', '115437.959000', '115437.962000', '115437.964000', '115437.967000', '115437.970000', '115437.972000', '115437.975000', '115437.977000', '115437.980000', '115437.983000', '115437.985000', '115437.988000', '115437.991000', '115437.993000', '115437.996000', '115438.000000', '115438.002000', '115438.005000', '115438.009000', '115438.011000', '115438.014000', '115438.017000', '115438.019000', '115457.903000', '115457.906000', '115457.909000', '115457.912000', '115457.915000', '115457.917000', '115457.920000', '115457.923000', '115457.925000', '115457.928000', '115457.930000', '115457.933000', '115457.936000', '115457.938000', '115457.941000', '115457.944000', '115457.946000', '115457.949000', '115457.951000', '115457.954000', '115457.957000', '115457.959000', '115457.962000', '115457.965000', '115457.967000', '115457.970000', '115457.972000', '115457.975000', '115457.978000', '115457.980000', '115457.983000', '115457.986000', '115457.989000', '115457.992000', '115457.995000', '115457.998000', '115458.001000', '115458.004000', '115458.007000', '115458.009000', '115458.012000', '115458.015000', '115458.017000', '115516.378000', '115516.381000', '115516.383000', '115516.386000', '115516.389000', '115516.391000', '115516.394000', '115516.397000', '115516.399000', '115516.402000', '115516.405000', '115516.407000', '115516.410000', '115516.412000', '115516.415000', '115516.418000', '115516.420000', '115516.423000', '115516.426000', '115516.428000', '115516.431000', '115516.433000', '115516.436000', '115516.439000', '115516.441000', '115516.444000', '115516.447000', '115516.449000', '115516.452000', '115516.455000', '115516.457000', '115516.460000', '115516.463000', '115516.465000', '115516.468000', '115516.470000', '115516.473000', '115516.476000', '115516.478000', '115516.481000', '115516.483000'], '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': [13040, 8362, 13896, 10052, 7714, 9255, 7667, 7661, 7412, 7691, 8944, 7799, 12081, 11376, 12652, 12400, 14106, 15029, 13885, 13583, 9543, 12939, 8380, 13861, 9666, 13684, 12193, 14953, 12823, 11732, 9574, 8228, 11394, 8200, 12147, 8393, 9710, 10282, 7983, 10308, 8218, 12982, 9204, 13524, 9428, 12728, 11287, 8045, 10364, 8950, 12947, 9022, 13125, 9082, 13125, 9802, 13747, 8969, 12750, 10476, 9505, 9565, 7845, 13453, 7548, 8096, 9889, 7916, 8276, 8705, 8544, 11826, 10021, 12902, 11092, 8587, 9858, 8909, 15708, 13767, 8510, 8994, 8913, 11787, 8673, 12677, 8810, 12326, 8425, 9566, 8357, 7686, 8046, 9672, 8591, 9119, 8641, 9787, 8960, 12064, 8785, 12316, 9167, 12309, 9078, 12523, 8791, 12942, 10596, 8912, 14362, 8812, 13188, 8796, 11943, 8588, 12116, 8771, 12087, 8766, 12462, 8665, 12902, 8664, 12381, 8756, 11974, 8834, 12282, 8381, 11702, 8934, 10652, 8706, 7505, 7480, 7738, 8490, 8592, 13200, 8840, 14580, 10221, 14443, 10389, 12401, 8269, 11354, 8013, 8619, 8545, 11495, 7087, 7841, 8254, 8626, 11472, 9094, 12640, 8672, 13430, 8514, 13200, 8473, 12780, 8681, 13254, 8597, 11907, 8781, 14146, 8629, 14057, 8280, 13638, 8250, 13845, 8578, 12610, 8324, 7608, 8212, 8533, 9859, 8465, 10986, 8942, 12098, 9190, 11207, 8291, 12317, 8417, 11750, 8442, 10742, 10170, 8653, 8028, 7543, 12001, 9731, 8626, 11261, 9156, 13343, 12889, 11193, 11365, 9658, 10084, 12132, 8649, 11993, 10116, 8588, 8789, 8496, 9221, 8409, 11533, 8712, 12718, 8899, 12091, 10087, 11187, 10020, 8474, 9521, 8774, 11645, 11348, 9052, 15070, 8731, 13739, 8822, 13001, 8541, 12479, 8439, 12320, 8969, 10379, 8535, 9410, 8641, 8581, 10032, 8135, 11139, 8656, 12412, 8700, 13491, 8713, 12838, 8942, 13050, 8871, 12995, 8832, 13417, 8002, 10093, 10063, 8700, 10228, 8959, 11405, 8618, 12513, 8830, 13583, 8603, 14197, 8699, 12527, 7330, 7864, 9382, 8407, 13341, 9094, 13741, 8847, 12554, 11352, 8754, 8962, 8913, 12718, 8941, 13240, 9069, 14282, 8544, 11918, 7769, 7905, 8690, 8260, 9034, 8589, 9881, 8418, 11746, 8378, 11708, 8400, 12091, 9010, 12668, 9846, 12587, 10095, 11558, 8824, 12091, 11428, 10602, 10238, 8620, 9021, 8737, 11382, 8907, 13131, 8853, 11937, 8251, 8884, 7548, 8362, 7850, 11275, 8503, 14983, 16131, 11612, 13412, 9049, 9125, 7875, 8889, 11134, 8122, 8046, 8184, 8536, 10686, 8698, 10045, 9239, 8771, 10477, 8952, 13432, 8714, 14095, 8728, 13716, 8685, 14200, 8786, 14484, 9827, 13615, 9269, 7314, 8825, 7956, 10289, 7526, 8483, 7790, 7772, 10314, 7873, 10071, 12046, 9256, 8775, 9805, 9234, 12895, 7424, 8985, 8988, 8905, 12660, 9082, 12983, 8834, 12852, 7994, 13018, 8415, 11424, 9244, 8672, 9560, 8557, 12547, 8420, 11472, 8928, 12006, 8531, 12407, 8962, 13468, 9049, 12834, 8955, 13117, 9059, 14483, 10188, 13295, 9022, 12228, 9250, 13420, 9074, 13247, 10771, 10937, 8208, 8674, 11054, 9205, 10926, 9026, 10215, 8996, 12754, 9085, 11741, 8505, 7574, 7293, 8533, 9587, 8368, 11711, 10800, 13704, 12173, 14037, 11869, 10710, 11424, 8811, 10275, 8836, 11851, 9175, 12876, 8808, 12563, 9064, 11766, 8915, 12237, 8778, 12449, 8966, 11602, 10814, 8533, 8447, 7844, 9235, 8117, 11582, 8687, 8868, 8058, 7916, 9711, 8071, 11288, 8206, 10829, 8917, 11366, 8161, 11387, 7937, 11869, 9105, 8214, 8214, 7764, 10425, 7671, 10946, 7631, 10324, 8095, 9904, 8525, 8102, 8381, 7862, 8369, 9574, 9688, 9677, 8476, 8550, 7748, 7962, 9052, 7758, 8382, 7324, 8473, 9420, 9512, 9274, 9388, 8082, 8661, 8675, 10545, 7900, 8069, 10036, 7845, 9501, 7830, 9257, 8526, 11493, 8993, 12926, 8850, 12916, 8800, 12253, 12037, 8876, 11042, 8845, 13775, 8992, 14131, 9659, 14122, 9846, 14218, 11169, 13051, 10816, 9779, 7852, 8414, 8655, 8769, 9948, 9037, 11066, 8971, 11831, 8969, 11924, 8813, 9665, 8611, 7994, 8526, 8171, 8603, 7922, 9398, 8205, 10110, 8543, 9976, 8726, 10884, 8680, 10786, 8566, 9918, 8701, 10545, 8738, 12506, 8674, 9866, 8819, 10444, 8881, 9750, 8846, 9643, 8885, 9328, 9137, 8167, 8930, 8296, 8787, 8350, 10359, 8494, 10075, 8661, 10295, 8697, 11575, 9771, 13068, 8845, 11451, 8667, 11540, 8858, 11985, 11089, 7966, 8839, 8521, 10389, 8493, 12236, 8453, 11963, 9144, 12096, 9443, 10583, 7915, 8301, 11300, 9342, 12809, 9311, 13274, 8932, 12050, 10820, 10582, 11050, 8985, 11448, 9188, 11088, 8772, 12185, 8778, 12541, 8793, 12383, 8481, 8250, 7687, 8280, 9112, 8508, 8944, 8628, 10962, 8910, 11588, 8903, 8390, 9927, 10908, 9153, 8698, 11804, 8818, 11582, 8181, 12306, 8902, 13777, 8536, 12169, 8827, 12080, 8594, 9339, 7620, 8391, 9557, 8631, 10993, 9082, 10259, 10085, 11225, 9845, 10344, 9339, 7986, 13162, 7637, 7324, 7992, 7850, 7655, 8242, 10615, 12197, 10342, 9036, 8389, 7698, 8774, 10392, 7169, 8278, 8840, 8916, 9964, 8920, 12235, 9092, 13742, 11560, 9027, 8886, 9414, 11492, 8926, 14052, 8757, 10116, 7464, 8684, 8967, 8724, 10875, 8574, 12259, 8389, 12321, 9037, 12723, 9390, 13256, 11214, 8708, 8536, 9073, 11022, 9237, 13133, 8742, 12085, 8689, 10904, 9147, 11879, 8822, 11314, 8909, 13592, 8772, 12068, 8861, 8008, 7506, 8486, 9582, 8795, 10043, 8999, 10552, 8420, 10127, 8565, 11758, 8923, 12267, 9148, 10574, 10735, 8626, 9054, 8054, 12157, 9357, 8397, 8297, 9046, 13223, 9235, 13329, 11225, 8715, 10005, 9014, 13356, 9084, 14759, 12341, 12348, 10875, 8720, 8827, 8944, 11632, 9059, 12597, 9032, 14044, 8853, 8152, 7317, 8149, 9154, 8142, 10231, 9062, 9960, 9066, 10040, 8759, 11733, 8957, 11781, 8870, 8966, 7650, 9347, 12052, 9362, 11449, 8252, 8366, 8506, 9064, 8985, 12070, 10323, 10167, 8905, 7935, 8215, 8394, 8074, 8167, 12810, 8864, 10023, 8810, 9154, 7602, 9227, 8733, 11767, 9278, 9164, 11926, 8957, 11767, 9898, 12175, 11593, 12250, 8816, 7741, 8912, 8103, 9179], 'WindowCenter': [4370.0, 4326.0, 4354.0, 4321.0, 4300.0, 4322.0, 4302.0, 4301.0, 4304.0, 4316.0, 4311.0, 4289.0, 4338.0, 4332.0, 4339.0, 4328.0, 4338.0, 4336.0, 4329.0, 4328.0, 4296.0, 4312.0, 4285.0, 4312.0, 4293.0, 4313.0, 4314.0, 4338.0, 4325.0, 4303.0, 4283.0, 4271.0, 4300.0, 4272.0, 4299.0, 4271.0, 4279.0, 4291.0, 4272.0, 4294.0, 4283.0, 4324.0, 4307.0, 4325.0, 4295.0, 4314.0, 4304.0, 4274.0, 4290.0, 4294.0, 4312.0, 4281.0, 4312.0, 4284.0, 4314.0, 4292.0, 4309.0, 4281.0, 4311.0, 4291.0, 4292.0, 4292.0, 4285.0, 4324.0, 4273.0, 4272.0, 4305.0, 4285.0, 4287.0, 4298.0, 4297.0, 4317.0, 4294.0, 4302.0, 4291.0, 4259.0, 4279.0, 4271.0, 4323.0, 4313.0, 4272.0, 4270.0, 4268.0, 4275.0, 4244.0, 4273.0, 4253.0, 4274.0, 4244.0, 4253.0, 4242.0, 4233.0, 4234.0, 4264.0, 4254.0, 4255.0, 4256.0, 4278.0, 4268.0, 4299.0, 4269.0, 4288.0, 4280.0, 4303.0, 4270.0, 4300.0, 4257.0, 4301.0, 4278.0, 4268.0, 4297.0, 4259.0, 4286.0, 4256.0, 4287.0, 4259.0, 4288.0, 4269.0, 4298.0, 4270.0, 4299.0, 4268.0, 4297.0, 4268.0, 4300.0, 4271.0, 4300.0, 4283.0, 4297.0, 4270.0, 4314.0, 4271.0, 4291.0, 4268.0, 4248.0, 4250.0, 4259.0, 4269.0, 4281.0, 4321.0, 4283.0, 4322.0, 4289.0, 4323.0, 4278.0, 4298.0, 4269.0, 4289.0, 4259.0, 4267.0, 4256.0, 4287.0, 4248.0, 4258.0, 4272.0, 4281.0, 4302.0, 4281.0, 4312.0, 4272.0, 4311.0, 4269.0, 4296.0, 4257.0, 4296.0, 4257.0, 4298.0, 4269.0, 4298.0, 4268.0, 4308.0, 4268.0, 4298.0, 4257.0, 4296.0, 4270.0, 4297.0, 4271.0, 4299.0, 4254.0, 4246.0, 4258.0, 4269.0, 4278.0, 4268.0, 4300.0, 4280.0, 4300.0, 4268.0, 4289.0, 4258.0, 4289.0, 4259.0, 4289.0, 4270.0, 4290.0, 4292.0, 4286.0, 4288.0, 4275.0, 4300.0, 4279.0, 4268.0, 4300.0, 4282.0, 4311.0, 4300.0, 4288.0, 4289.0, 4267.0, 4277.0, 4275.0, 4254.0, 4271.0, 4264.0, 4243.0, 4253.0, 4256.0, 4265.0, 4257.0, 4287.0, 4269.0, 4298.0, 4281.0, 4300.0, 4292.0, 4291.0, 4282.0, 4268.0, 4280.0, 4269.0, 4301.0, 4289.0, 4270.0, 4308.0, 4258.0, 4299.0, 4267.0, 4298.0, 4268.0, 4286.0, 4269.0, 4299.0, 4292.0, 4301.0, 4292.0, 4292.0, 4292.0, 4294.0, 4313.0, 4285.0, 4312.0, 4284.0, 4325.0, 4281.0, 4312.0, 4271.0, 4298.0, 4270.0, 4309.0, 4281.0, 4312.0, 4270.0, 4308.0, 4270.0, 4290.0, 4291.0, 4268.0, 4288.0, 4280.0, 4300.0, 4270.0, 4298.0, 4270.0, 4310.0, 4269.0, 4308.0, 4268.0, 4296.0, 4246.0, 4258.0, 4279.0, 4269.0, 4312.0, 4293.0, 4322.0, 4281.0, 4311.0, 4301.0, 4269.0, 4270.0, 4279.0, 4306.0, 4282.0, 4310.0, 4282.0, 4310.0, 4270.0, 4299.0, 4260.0, 4270.0, 4280.0, 4270.0, 4280.0, 4280.0, 4290.0, 4271.0, 4301.0, 4271.0, 4301.0, 4272.0, 4311.0, 4282.0, 4311.0, 4292.0, 4312.0, 4292.0, 4300.0, 4281.0, 4299.0, 4298.0, 4280.0, 4290.0, 4282.0, 4280.0, 4269.0, 4298.0, 4282.0, 4310.0, 4282.0, 4314.0, 4282.0, 4281.0, 4259.0, 4257.0, 4259.0, 4314.0, 4280.0, 4334.0, 4322.0, 4289.0, 4299.0, 4266.0, 4266.0, 4244.0, 4266.0, 4286.0, 4255.0, 4245.0, 4254.0, 4267.0, 4287.0, 4268.0, 4276.0, 4281.0, 4269.0, 4291.0, 4279.0, 4311.0, 4270.0, 4298.0, 4257.0, 4285.0, 4255.0, 4296.0, 4255.0, 4295.0, 4277.0, 4284.0, 4253.0, 4222.0, 4251.0, 4246.0, 4275.0, 4247.0, 4268.0, 4247.0, 4245.0, 4265.0, 4244.0, 4263.0, 4272.0, 4254.0, 4253.0, 4267.0, 4267.0, 4298.0, 4261.0, 4281.0, 4280.0, 4268.0, 4295.0, 4269.0, 4299.0, 4280.0, 4314.0, 4261.0, 4310.0, 4272.0, 4300.0, 4279.0, 4281.0, 4291.0, 4284.0, 4313.0, 4284.0, 4315.0, 4295.0, 4326.0, 4296.0, 4316.0, 4295.0, 4312.0, 4281.0, 4311.0, 4282.0, 4298.0, 4266.0, 4310.0, 4291.0, 4310.0, 4281.0, 4298.0, 4267.0, 4296.0, 4267.0, 4296.0, 4288.0, 4287.0, 4268.0, 4268.0, 4288.0, 4277.0, 4288.0, 4268.0, 4277.0, 4267.0, 4300.0, 4297.0, 4330.0, 4298.0, 4273.0, 4221.0, 4229.0, 4264.0, 4254.0, 4285.0, 4286.0, 4293.0, 4299.0, 4296.0, 4287.0, 4287.0, 4297.0, 4279.0, 4289.0, 4265.0, 4283.0, 4264.0, 4282.0, 4264.0, 4284.0, 4254.0, 4285.0, 4265.0, 4285.0, 4255.0, 4285.0, 4266.0, 4286.0, 4286.0, 4264.0, 4269.0, 4269.0, 4277.0, 4268.0, 4298.0, 4268.0, 4279.0, 4269.0, 4270.0, 4301.0, 4271.0, 4299.0, 4269.0, 4298.0, 4277.0, 4301.0, 4269.0, 4310.0, 4270.0, 4309.0, 4280.0, 4269.0, 4279.0, 4271.0, 4302.0, 4295.0, 4325.0, 4284.0, 4317.0, 4296.0, 4303.0, 4293.0, 4283.0, 4282.0, 4269.0, 4295.0, 4303.0, 4304.0, 4303.0, 4283.0, 4282.0, 4271.0, 4271.0, 4280.0, 4269.0, 4281.0, 4261.0, 4294.0, 4304.0, 4318.0, 4319.0, 4318.0, 4299.0, 4294.0, 4283.0, 4302.0, 4285.0, 4284.0, 4316.0, 4285.0, 4304.0, 4271.0, 4293.0, 4295.0, 4326.0, 4307.0, 4324.0, 4306.0, 4325.0, 4293.0, 4326.0, 4312.0, 4281.0, 4304.0, 4296.0, 4336.0, 4294.0, 4309.0, 4278.0, 4309.0, 4280.0, 4308.0, 4289.0, 4296.0, 4285.0, 4278.0, 4256.0, 4254.0, 4256.0, 4265.0, 4276.0, 4265.0, 4298.0, 4290.0, 4309.0, 4279.0, 4298.0, 4279.0, 4287.0, 4280.0, 4257.0, 4279.0, 4269.0, 4283.0, 4283.0, 4294.0, 4283.0, 4303.0, 4292.0, 4303.0, 4294.0, 4312.0, 4283.0, 4300.0, 4282.0, 4306.0, 4295.0, 4315.0, 4283.0, 4312.0, 4295.0, 4301.0, 4293.0, 4302.0, 4291.0, 4291.0, 4291.0, 4305.0, 4305.0, 4306.0, 4303.0, 4281.0, 4283.0, 4281.0, 4294.0, 4298.0, 4317.0, 4299.0, 4307.0, 4286.0, 4296.0, 4274.0, 4289.0, 4280.0, 4300.0, 4273.0, 4290.0, 4270.0, 4301.0, 4281.0, 4301.0, 4292.0, 4269.0, 4279.0, 4283.0, 4291.0, 4281.0, 4301.0, 4283.0, 4311.0, 4294.0, 4311.0, 4294.0, 4303.0, 4286.0, 4295.0, 4316.0, 4295.0, 4312.0, 4283.0, 4313.0, 4282.0, 4300.0, 4290.0, 4280.0, 4290.0, 4269.0, 4299.0, 4281.0, 4313.0, 4281.0, 4299.0, 4279.0, 4311.0, 4279.0, 4298.0, 4279.0, 4270.0, 4271.0, 4270.0, 4281.0, 4281.0, 4281.0, 4280.0, 4304.0, 4307.0, 4315.0, 4292.0, 4284.0, 4307.0, 4316.0, 4307.0, 4293.0, 4315.0, 4283.0, 4302.0, 4269.0, 4311.0, 4281.0, 4310.0, 4271.0, 4299.0, 4281.0, 4299.0, 4268.0, 4279.0, 4257.0, 4270.0, 4291.0, 4280.0, 4301.0, 4293.0, 4300.0, 4319.0, 4325.0, 4304.0, 4292.0, 4291.0, 4272.0, 4323.0, 4261.0, 4261.0, 4274.0, 4283.0, 4274.0, 4285.0, 4302.0, 4324.0, 4293.0, 4270.0, 4257.0, 4247.0, 4255.0, 4277.0, 4250.0, 4269.0, 4270.0, 4268.0, 4276.0, 4266.0, 4286.0, 4267.0, 4298.0, 4288.0, 4266.0, 4280.0, 4279.0, 4299.0, 4268.0, 4295.0, 4269.0, 4279.0, 4249.0, 4268.0, 4266.0, 4266.0, 4288.0, 4266.0, 4286.0, 4254.0, 4294.0, 4280.0, 4309.0, 4278.0, 4297.0, 4301.0, 4280.0, 4267.0, 4266.0, 4301.0, 4280.0, 4310.0, 4282.0, 4310.0, 4267.0, 4287.0, 4266.0, 4284.0, 4265.0, 4286.0, 4268.0, 4298.0, 4268.0, 4296.0, 4278.0, 4258.0, 4258.0, 4268.0, 4292.0, 4280.0, 4291.0, 4281.0, 4301.0, 4283.0, 4301.0, 4282.0, 4313.0, 4307.0, 4325.0, 4294.0, 4304.0, 4304.0, 4281.0, 4280.0, 4272.0, 4301.0, 4281.0, 4269.0, 4270.0, 4281.0, 4311.0, 4283.0, 4311.0, 4302.0, 4281.0, 4288.0, 4280.0, 4309.0, 4279.0, 4308.0, 4297.0, 4296.0, 4276.0, 4267.0, 4266.0, 4266.0, 4285.0, 4255.0, 4297.0, 4266.0, 4309.0, 4267.0, 4255.0, 4246.0, 4258.0, 4278.0, 4269.0, 4289.0, 4282.0, 4278.0, 4280.0, 4291.0, 4268.0, 4299.0, 4268.0, 4300.0, 4269.0, 4279.0, 4257.0, 4280.0, 4297.0, 4281.0, 4299.0, 4282.0, 4281.0, 4282.0, 4280.0, 4279.0, 4298.0, 4291.0, 4290.0, 4269.0, 4259.0, 4269.0, 4268.0, 4267.0, 4269.0, 4308.0, 4268.0, 4279.0, 4267.0, 4267.0, 4247.0, 4266.0, 4267.0, 4288.0, 4277.0, 4279.0, 4300.0, 4268.0, 4299.0, 4275.0, 4296.0, 4287.0, 4298.0, 4269.0, 4246.0, 4266.0, 4244.0, 4266.0], 'WindowWidth': [9641.0, 9570.0, 9601.0, 9552.0, 9524.0, 9553.0, 9526.0, 9523.0, 9532.0, 9551.0, 9533.0, 9499.0, 9568.0, 9565.0, 9568.0, 9553.0, 9563.0, 9562.0, 9551.0, 9553.0, 9504.0, 9522.0, 9487.0, 9518.0, 9496.0, 9521.0, 9526.0, 9564.0, 9543.0, 9509.0, 9480.0, 9462.0, 9499.0, 9465.0, 9495.0, 9461.0, 9470.0, 9491.0, 9465.0, 9498.0, 9482.0, 9540.0, 9523.0, 9543.0, 9503.0, 9526.0, 9511.0, 9472.0, 9490.0, 9499.0, 9518.0, 9478.0, 9520.0, 9485.0, 9524.0, 9492.0, 9510.0, 9478.0, 9516.0, 9491.0, 9493.0, 9497.0, 9490.0, 9538.0, 9467.0, 9465.0, 9514.0, 9489.0, 9496.0, 9512.0, 9509.0, 9533.0, 9497.0, 9503.0, 9486.0, 9439.0, 9468.0, 9456.0, 9534.0, 9522.0, 9466.0, 9456.0, 9451.0, 9454.0, 9411.0, 9447.0, 9421.0, 9450.0, 9410.0, 9419.0, 9404.0, 9394.0, 9396.0, 9438.0, 9425.0, 9428.0, 9430.0, 9466.0, 9454.0, 9495.0, 9457.0, 9479.0, 9471.0, 9507.0, 9457.0, 9498.0, 9437.0, 9499.0, 9465.0, 9453.0, 9488.0, 9438.0, 9471.0, 9433.0, 9477.0, 9440.0, 9478.0, 9457.0, 9493.0, 9458.0, 9494.0, 9453.0, 9490.0, 9453.0, 9498.0, 9462.0, 9501.0, 9479.0, 9493.0, 9460.0, 9525.0, 9460.0, 9485.0, 9453.0, 9424.0, 9430.0, 9442.0, 9455.0, 9476.0, 9533.0, 9484.0, 9535.0, 9484.0, 9537.0, 9466.0, 9492.0, 9456.0, 9482.0, 9441.0, 9450.0, 9434.0, 9475.0, 9426.0, 9440.0, 9464.0, 9477.0, 9505.0, 9475.0, 9518.0, 9464.0, 9517.0, 9454.0, 9487.0, 9435.0, 9488.0, 9436.0, 9494.0, 9455.0, 9495.0, 9454.0, 9506.0, 9451.0, 9489.0, 9433.0, 9485.0, 9458.0, 9490.0, 9462.0, 9498.0, 9429.0, 9420.0, 9440.0, 9455.0, 9468.0, 9454.0, 9501.0, 9473.0, 9500.0, 9454.0, 9481.0, 9438.0, 9479.0, 9443.0, 9481.0, 9458.0, 9484.0, 9493.0, 9490.0, 9496.0, 9472.0, 9497.0, 9467.0, 9452.0, 9500.0, 9480.0, 9515.0, 9500.0, 9478.0, 9478.0, 9447.0, 9460.0, 9453.0, 9425.0, 9443.0, 9436.0, 9409.0, 9423.0, 9430.0, 9442.0, 9436.0, 9475.0, 9457.0, 9493.0, 9477.0, 9499.0, 9489.0, 9487.0, 9477.0, 9454.0, 9472.0, 9454.0, 9500.0, 9482.0, 9457.0, 9506.0, 9439.0, 9492.0, 9450.0, 9489.0, 9452.0, 9474.0, 9456.0, 9497.0, 9496.0, 9508.0, 9501.0, 9498.0, 9498.0, 9502.0, 9531.0, 9493.0, 9527.0, 9487.0, 9544.0, 9479.0, 9519.0, 9461.0, 9498.0, 9458.0, 9512.0, 9475.0, 9519.0, 9459.0, 9507.0, 9461.0, 9485.0, 9488.0, 9457.0, 9481.0, 9475.0, 9501.0, 9461.0, 9495.0, 9459.0, 9513.0, 9456.0, 9506.0, 9454.0, 9486.0, 9421.0, 9441.0, 9470.0, 9458.0, 9519.0, 9499.0, 9537.0, 9479.0, 9517.0, 9504.0, 9457.0, 9458.0, 9471.0, 9505.0, 9480.0, 9515.0, 9479.0, 9514.0, 9459.0, 9497.0, 9448.0, 9461.0, 9475.0, 9461.0, 9474.0, 9476.0, 9487.0, 9463.0, 9505.0, 9465.0, 9503.0, 9466.0, 9517.0, 9480.0, 9517.0, 9494.0, 9519.0, 9492.0, 9499.0, 9474.0, 9496.0, 9493.0, 9469.0, 9487.0, 9481.0, 9475.0, 9458.0, 9493.0, 9479.0, 9515.0, 9480.0, 9529.0, 9483.0, 9477.0, 9441.0, 9437.0, 9441.0, 9525.0, 9475.0, 9554.0, 9539.0, 9483.0, 9497.0, 9447.0, 9446.0, 9413.0, 9444.0, 9473.0, 9432.0, 9416.0, 9429.0, 9451.0, 9477.0, 9455.0, 9462.0, 9476.0, 9458.0, 9490.0, 9472.0, 9516.0, 9458.0, 9494.0, 9435.0, 9470.0, 9427.0, 9486.0, 9430.0, 9484.0, 9462.0, 9466.0, 9422.0, 9377.0, 9416.0, 9415.0, 9456.0, 9424.0, 9452.0, 9421.0, 9416.0, 9441.0, 9410.0, 9435.0, 9445.0, 9423.0, 9422.0, 9447.0, 9448.0, 9491.0, 9449.0, 9476.0, 9471.0, 9451.0, 9484.0, 9456.0, 9494.0, 9473.0, 9524.0, 9448.0, 9513.0, 9466.0, 9499.0, 9471.0, 9478.0, 9490.0, 9487.0, 9522.0, 9488.0, 9531.0, 9505.0, 9546.0, 9505.0, 9532.0, 9502.0, 9520.0, 9478.0, 9517.0, 9478.0, 9494.0, 9447.0, 9512.0, 9489.0, 9515.0, 9476.0, 9494.0, 9451.0, 9488.0, 9452.0, 9488.0, 9482.0, 9478.0, 9455.0, 9455.0, 9481.0, 9465.0, 9481.0, 9454.0, 9464.0, 9452.0, 9501.0, 9507.0, 9561.0, 9513.0, 9471.0, 9374.0, 9379.0, 9438.0, 9428.0, 9470.0, 9475.0, 9480.0, 9497.0, 9489.0, 9478.0, 9477.0, 9493.0, 9470.0, 9484.0, 9444.0, 9465.0, 9441.0, 9463.0, 9443.0, 9466.0, 9428.0, 9468.0, 9444.0, 9469.0, 9430.0, 9471.0, 9447.0, 9473.0, 9473.0, 9444.0, 9460.0, 9462.0, 9469.0, 9458.0, 9497.0, 9459.0, 9472.0, 9461.0, 9462.0, 9510.0, 9467.0, 9499.0, 9460.0, 9497.0, 9468.0, 9505.0, 9458.0, 9518.0, 9465.0, 9514.0, 9476.0, 9461.0, 9474.0, 9469.0, 9510.0, 9509.0, 9549.0, 9494.0, 9541.0, 9513.0, 9515.0, 9501.0, 9488.0, 9482.0, 9459.0, 9507.0, 9514.0, 9519.0, 9516.0, 9487.0, 9482.0, 9465.0, 9465.0, 9476.0, 9459.0, 9479.0, 9452.0, 9502.0, 9516.0, 9544.0, 9548.0, 9543.0, 9519.0, 9505.0, 9486.0, 9507.0, 9493.0, 9489.0, 9535.0, 9490.0, 9513.0, 9465.0, 9496.0, 9504.0, 9546.0, 9523.0, 9541.0, 9522.0, 9544.0, 9498.0, 9546.0, 9520.0, 9475.0, 9512.0, 9506.0, 9561.0, 9499.0, 9511.0, 9468.0, 9509.0, 9473.0, 9508.0, 9484.0, 9490.0, 9474.0, 9468.0, 9437.0, 9430.0, 9434.0, 9446.0, 9461.0, 9448.0, 9495.0, 9494.0, 9515.0, 9472.0, 9497.0, 9474.0, 9482.0, 9476.0, 9441.0, 9471.0, 9458.0, 9484.0, 9485.0, 9501.0, 9484.0, 9512.0, 9498.0, 9512.0, 9502.0, 9524.0, 9484.0, 9504.0, 9480.0, 9522.0, 9504.0, 9531.0, 9485.0, 9522.0, 9504.0, 9508.0, 9499.0, 9510.0, 9496.0, 9493.0, 9496.0, 9519.0, 9520.0, 9522.0, 9513.0, 9481.0, 9484.0, 9481.0, 9505.0, 9515.0, 9535.0, 9514.0, 9519.0, 9486.0, 9503.0, 9468.0, 9483.0, 9472.0, 9498.0, 9464.0, 9482.0, 9456.0, 9499.0, 9479.0, 9500.0, 9490.0, 9460.0, 9471.0, 9482.0, 9489.0, 9478.0, 9502.0, 9484.0, 9521.0, 9501.0, 9520.0, 9500.0, 9509.0, 9495.0, 9505.0, 9534.0, 9503.0, 9522.0, 9479.0, 9524.0, 9481.0, 9500.0, 9486.0, 9470.0, 9484.0, 9457.0, 9499.0, 9477.0, 9528.0, 9478.0, 9499.0, 9472.0, 9519.0, 9473.0, 9495.0, 9473.0, 9461.0, 9465.0, 9462.0, 9478.0, 9477.0, 9479.0, 9478.0, 9513.0, 9526.0, 9529.0, 9497.0, 9486.0, 9521.0, 9532.0, 9523.0, 9500.0, 9530.0, 9484.0, 9505.0, 9460.0, 9521.0, 9478.0, 9516.0, 9463.0, 9499.0, 9476.0, 9498.0, 9457.0, 9471.0, 9440.0, 9461.0, 9490.0, 9475.0, 9504.0, 9496.0, 9504.0, 9545.0, 9548.0, 9513.0, 9495.0, 9493.0, 9469.0, 9537.0, 9450.0, 9449.0, 9472.0, 9486.0, 9472.0, 9489.0, 9506.0, 9542.0, 9496.0, 9458.0, 9432.0, 9420.0, 9430.0, 9463.0, 9431.0, 9455.0, 9458.0, 9452.0, 9461.0, 9447.0, 9473.0, 9449.0, 9491.0, 9477.0, 9448.0, 9475.0, 9471.0, 9496.0, 9450.0, 9486.0, 9454.0, 9469.0, 9430.0, 9456.0, 9450.0, 9450.0, 9478.0, 9447.0, 9474.0, 9430.0, 9483.0, 9474.0, 9512.0, 9468.0, 9490.0, 9504.0, 9473.0, 9452.0, 9450.0, 9505.0, 9475.0, 9515.0, 9482.0, 9515.0, 9455.0, 9478.0, 9448.0, 9472.0, 9447.0, 9476.0, 9454.0, 9496.0, 9455.0, 9489.0, 9468.0, 9442.0, 9443.0, 9456.0, 9493.0, 9475.0, 9492.0, 9479.0, 9505.0, 9484.0, 9507.0, 9482.0, 9525.0, 9525.0, 9544.0, 9500.0, 9512.0, 9512.0, 9478.0, 9476.0, 9465.0, 9502.0, 9475.0, 9457.0, 9461.0, 9476.0, 9516.0, 9482.0, 9518.0, 9505.0, 9476.0, 9482.0, 9474.0, 9513.0, 9472.0, 9509.0, 9491.0, 9487.0, 9462.0, 9450.0, 9449.0, 9446.0, 9470.0, 9429.0, 9490.0, 9447.0, 9509.0, 9450.0, 9433.0, 9422.0, 9439.0, 9470.0, 9457.0, 9485.0, 9481.0, 9469.0, 9476.0, 9488.0, 9456.0, 9496.0, 9455.0, 9498.0, 9456.0, 9471.0, 9441.0, 9472.0, 9492.0, 9476.0, 9499.0, 9482.0, 9480.0, 9482.0, 9475.0, 9473.0, 9494.0, 9488.0, 9485.0, 9454.0, 9441.0, 9457.0, 9453.0, 9454.0, 9457.0, 9509.0, 9456.0, 9471.0, 9450.0, 9449.0, 9423.0, 9444.0, 9450.0, 9478.0, 9467.0, 9470.0, 9499.0, 9452.0, 9494.0, 9458.0, 9487.0, 9477.0, 9494.0, 9455.0, 9420.0, 9444.0, 9412.0, 9446.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.001521284403669725</td></tr>
<tr><td colspan=3>aqi</td><td>0.03076957752293578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.1565764785878</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2831704357634908</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0236901224569457</td></tr>
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
<tr><td colspan=3>fber</td><td>8677.9717</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14321330537857832</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.18348623853211</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.373069817807219</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3031041269079005</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5949868472216013</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2211184792921546</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164678</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008808184415102005</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028427360579371452</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>3.9059760965043275</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>31.4525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.0375</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.8108</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>682.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.4889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5144</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.3928</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3545.2226</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.0845</td></tr>
<tr><td colspan=3>tsnr</td><td>36.850377970258705</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>