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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-04/func/sub-0025_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0de792d28631e05fdddad89f34265132</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:55:39.475000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99922, 0.0221494, 0.0326986, -0.02285, 0.999514, 0.0212076]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107501</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7744, -7220, 536, -51, -113, -49, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>305.823</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>044eab77-0184-43e1-9091-bfee00cb381e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680833578109741, -0.061304789036512375, 0.08697506040334702, 113.9730224609375], [-0.059425342828035355, 2.6816227436065674, 0.05923321843147278, -78.80175018310547], [0.08772799372673035, -0.05689847469329834, 2.697948694229126, -67.36090850830078], [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': ['115539.475000', '115539.935000', '115540.395000', '115540.855000', '115541.315000', '115541.775000', '115542.235000', '115542.695000', '115543.155000', '115543.615000', '115544.075000', '115544.535000', '115544.995000', '115545.455000', '115545.915000', '115546.375000', '115546.835000', '115547.295000', '115547.755000', '115548.215000', '115548.675000', '115549.135000', '115549.595000', '115550.055000', '115550.515000', '115550.975000', '115551.435000', '115551.895000', '115552.355000', '115552.815000', '115553.275000', '115553.735000', '115554.195000', '115554.655000', '115555.115000', '115555.575000', '115556.035000', '115556.495000', '115556.955000', '115557.415000', '115557.875000', '115558.335000', '115558.795000', '115559.255000', '115559.715000', '115600.175000', '115600.635000', '115601.095000', '115601.555000', '115602.015000', '115602.475000', '115602.935000', '115603.395000', '115603.855000', '115604.315000', '115604.775000', '115605.235000', '115605.695000', '115606.155000', '115606.615000', '115607.075000', '115607.535000', '115607.995000', '115608.455000', '115608.915000', '115609.375000', '115609.835000', '115610.295000', '115610.755000', '115611.215000', '115611.675000', '115612.135000', '115612.595000', '115613.055000', '115613.515000', '115613.975000', '115614.435000', '115614.895000', '115615.355000', '115615.815000', '115616.275000', '115616.735000', '115617.195000', '115617.655000', '115618.115000', '115618.575000', '115619.035000', '115619.495000', '115619.955000', '115620.415000', '115620.875000', '115621.335000', '115621.795000', '115622.255000', '115622.715000', '115623.175000', '115623.635000', '115624.095000', '115624.555000', '115625.015000', '115625.475000', '115625.935000', '115626.395000', '115626.855000', '115627.315000', '115627.775000', '115628.235000', '115628.695000', '115629.155000', '115629.615000', '115630.075000', '115630.535000', '115630.995000', '115631.455000', '115631.915000', '115632.375000', '115632.835000', '115633.295000', '115633.755000', '115634.215000', '115634.675000', '115635.135000', '115635.595000', '115636.055000', '115636.515000', '115636.975000', '115637.435000', '115637.895000', '115638.355000', '115638.815000', '115639.275000', '115639.735000', '115640.195000', '115640.655000', '115641.115000', '115641.575000', '115642.035000', '115642.495000', '115642.955000', '115643.415000', '115643.875000', '115644.335000', '115644.795000', '115645.255000', '115645.715000', '115646.175000', '115646.635000', '115647.095000', '115647.555000', '115648.015000', '115648.475000', '115648.935000', '115649.395000', '115649.855000', '115650.315000', '115650.775000', '115651.235000', '115651.695000', '115652.155000', '115652.615000', '115653.075000', '115653.535000', '115653.995000', '115654.455000', '115654.915000', '115655.375000', '115655.835000', '115656.295000', '115656.755000', '115657.215000', '115657.675000', '115658.135000', '115658.595000', '115659.055000', '115659.515000', '115659.975000', '115700.435000', '115700.895000', '115701.355000', '115701.815000', '115702.275000', '115702.735000', '115703.195000', '115703.655000', '115704.115000', '115704.575000', '115705.035000', '115705.495000', '115705.955000', '115706.415000', '115706.875000', '115707.335000', '115707.795000', '115708.255000', '115708.715000', '115709.175000', '115709.635000', '115710.095000', '115710.555000', '115711.015000', '115711.475000', '115711.935000', '115712.395000', '115712.855000', '115713.315000', '115713.775000', '115714.235000', '115714.695000', '115715.155000', '115715.615000', '115716.075000', '115716.535000', '115716.995000', '115717.455000', '115717.915000', '115718.375000', '115718.835000', '115719.295000', '115719.755000', '115720.215000', '115720.675000', '115721.135000', '115721.595000', '115722.055000', '115722.515000', '115722.975000', '115723.435000', '115723.895000', '115724.355000', '115724.815000', '115725.275000', '115725.735000', '115726.195000', '115726.655000', '115727.115000', '115727.575000', '115728.035000', '115728.495000', '115728.955000', '115729.415000', '115729.875000', '115730.335000', '115730.795000', '115731.255000', '115731.715000', '115732.175000', '115732.635000', '115733.095000', '115733.555000', '115734.015000', '115734.475000', '115734.935000', '115735.395000', '115735.855000', '115736.315000', '115736.775000', '115737.235000', '115737.695000', '115738.155000', '115738.615000', '115739.075000', '115739.535000', '115739.995000', '115740.455000', '115740.915000', '115741.375000', '115741.835000', '115742.295000', '115742.755000', '115743.215000', '115743.675000', '115744.135000', '115744.595000', '115745.055000', '115745.515000', '115745.975000', '115746.435000', '115746.895000', '115747.355000', '115747.815000', '115748.275000', '115748.735000', '115749.195000', '115749.655000', '115750.115000', '115750.575000', '115751.035000', '115751.495000', '115751.955000', '115752.415000', '115752.875000', '115753.335000', '115753.795000', '115754.255000', '115754.715000', '115755.175000', '115755.635000', '115756.095000', '115756.555000', '115757.015000', '115757.475000', '115757.935000', '115758.395000', '115758.855000', '115759.315000', '115759.775000', '115800.235000', '115800.695000', '115801.155000', '115801.615000', '115802.075000', '115802.535000', '115802.995000', '115803.455000', '115803.915000', '115804.375000', '115804.835000', '115805.295000', '115805.755000', '115806.215000', '115806.675000', '115807.135000', '115807.595000', '115808.055000', '115808.515000', '115808.975000', '115809.435000', '115809.895000', '115810.355000', '115810.815000', '115811.275000', '115811.735000', '115812.195000', '115812.655000', '115813.115000', '115813.575000', '115814.035000', '115814.495000', '115814.955000', '115815.415000', '115815.875000', '115816.335000', '115816.795000', '115817.255000', '115817.715000', '115818.175000', '115818.635000', '115819.095000', '115819.555000', '115820.015000', '115820.475000', '115820.935000', '115821.395000', '115821.855000', '115822.315000', '115822.775000', '115823.235000', '115823.695000', '115824.155000', '115824.615000', '115825.075000', '115825.535000', '115825.995000', '115826.455000', '115826.915000', '115827.375000', '115827.835000', '115828.295000', '115828.755000', '115829.215000', '115829.675000', '115830.135000', '115830.595000', '115831.055000', '115831.515000', '115831.975000', '115832.435000', '115832.895000', '115833.355000', '115833.815000', '115834.275000', '115834.735000', '115835.195000', '115835.655000', '115836.115000', '115836.575000', '115837.035000', '115837.495000', '115837.955000', '115838.415000', '115838.875000', '115839.335000', '115839.795000', '115840.255000', '115840.715000', '115841.175000', '115841.635000', '115842.095000', '115842.555000', '115843.015000', '115843.475000', '115843.935000', '115844.395000', '115844.855000', '115845.315000', '115845.775000', '115846.235000', '115846.695000', '115847.155000', '115847.615000', '115848.075000', '115848.535000', '115848.995000', '115849.455000', '115849.915000', '115850.375000', '115850.835000', '115851.295000', '115851.755000', '115852.215000', '115852.675000', '115853.135000', '115853.595000', '115854.055000', '115854.515000', '115854.975000', '115855.435000', '115855.895000', '115856.355000', '115856.815000', '115857.275000', '115857.735000', '115858.195000', '115858.655000', '115859.115000', '115859.575000', '115900.035000', '115900.495000', '115900.955000', '115901.415000', '115901.875000', '115902.335000', '115902.795000', '115903.255000', '115903.715000', '115904.175000', '115904.635000', '115905.095000', '115905.555000', '115906.015000', '115906.475000', '115906.935000', '115907.395000', '115907.855000', '115908.315000', '115908.775000', '115909.235000', '115909.695000', '115910.155000', '115910.615000', '115911.075000', '115911.535000', '115911.995000', '115912.455000', '115912.915000', '115913.375000', '115913.835000', '115914.295000', '115914.755000', '115915.215000', '115915.675000', '115916.135000', '115916.595000', '115917.055000', '115917.515000', '115917.975000', '115918.435000', '115918.895000', '115919.355000', '115919.815000', '115920.275000', '115920.735000', '115921.195000', '115921.655000', '115922.115000', '115922.575000', '115923.035000', '115923.495000', '115923.955000', '115924.415000', '115924.875000', '115925.335000', '115925.795000', '115926.255000', '115926.715000', '115927.175000', '115927.635000', '115928.095000', '115928.555000', '115929.015000', '115929.475000', '115929.935000', '115930.395000', '115930.855000', '115931.315000', '115931.775000', '115932.235000', '115932.695000', '115933.155000', '115933.615000', '115934.075000', '115934.535000', '115934.995000', '115935.455000', '115935.915000', '115936.375000', '115936.835000', '115937.295000', '115937.755000', '115938.215000', '115938.675000', '115939.135000', '115939.595000', '115940.055000', '115940.515000', '115940.975000', '115941.435000', '115941.895000', '115942.355000', '115942.815000', '115943.275000', '115943.735000', '115944.195000', '115944.655000', '115945.115000', '115945.575000', '115946.035000', '115946.495000', '115946.955000', '115947.415000', '115947.875000', '115948.335000', '115948.795000', '115949.255000', '115949.715000', '115950.175000', '115950.635000', '115951.095000', '115951.555000', '115952.015000', '115952.475000', '115952.935000', '115953.395000', '115953.855000', '115954.315000', '115954.775000', '115955.235000', '115955.695000', '115956.155000', '115956.615000', '115957.075000', '115957.535000', '115957.995000', '115958.455000', '115958.915000', '115959.375000', '115959.835000', '120000.295000', '120000.755000', '120001.215000', '120001.675000', '120002.135000', '120002.595000', '120003.055000', '120003.515000', '120003.975000', '120004.435000', '120004.895000', '120005.355000', '120005.815000', '120006.275000', '120006.735000', '120007.195000', '120007.655000', '120008.115000', '120008.575000', '120009.035000', '120009.495000', '120009.955000', '120010.415000', '120010.875000', '120011.335000', '120011.795000', '120012.255000', '120012.715000', '120013.175000', '120013.635000', '120014.095000', '120014.555000', '120015.015000', '120015.475000', '120015.935000', '120016.395000', '120016.855000', '120017.315000', '120017.775000', '120018.235000', '120018.695000', '120019.155000', '120019.615000', '120020.075000', '120020.535000', '120020.995000', '120021.455000', '120021.915000', '120022.375000', '120022.835000', '120023.295000', '120023.755000', '120024.215000', '120024.675000', '120025.135000', '120025.595000', '120026.055000', '120026.515000', '120026.975000', '120027.435000', '120027.895000', '120028.355000', '120028.815000', '120029.275000', '120029.735000', '120030.195000', '120030.655000', '120031.115000', '120031.575000', '120032.035000', '120032.495000', '120032.955000', '120033.415000', '120033.875000', '120034.335000', '120034.795000', '120035.255000', '120035.715000', '120036.175000', '120036.635000', '120037.095000', '120037.555000', '120038.015000', '120038.475000', '120038.935000', '120039.395000', '120039.855000', '120040.315000', '120040.775000', '120041.235000', '120041.695000', '120042.155000', '120042.615000', '120043.075000', '120043.535000', '120043.995000', '120044.455000', '120044.915000', '120045.375000', '120045.835000', '120046.295000', '120046.755000', '120047.215000', '120047.675000', '120048.135000', '120048.595000', '120049.055000', '120049.515000', '120049.975000', '120050.435000', '120050.895000', '120051.355000', '120051.815000', '120052.275000', '120052.735000', '120053.195000', '120053.655000', '120054.115000', '120054.575000', '120055.035000', '120055.495000', '120055.955000', '120056.415000', '120056.875000', '120057.335000', '120057.795000', '120058.255000', '120058.715000', '120059.175000', '120059.635000', '120100.095000', '120100.555000', '120101.015000', '120101.475000', '120101.935000', '120102.395000', '120102.855000', '120103.315000', '120103.775000', '120104.235000', '120104.695000', '120105.155000', '120105.615000', '120106.075000', '120106.535000', '120106.995000', '120107.455000', '120107.915000', '120108.375000', '120108.835000', '120109.295000', '120109.755000', '120110.215000', '120110.675000', '120111.135000', '120111.595000', '120112.055000', '120112.515000', '120112.975000', '120113.435000', '120113.895000', '120114.355000', '120114.815000', '120115.275000', '120115.735000', '120116.195000', '120116.655000', '120117.115000', '120117.575000', '120118.035000', '120118.495000', '120118.955000', '120119.415000', '120119.875000', '120120.335000', '120120.795000', '120121.255000', '120121.715000', '120122.175000', '120122.635000', '120123.095000', '120123.555000', '120124.015000', '120124.475000', '120124.935000', '120125.395000', '120125.855000', '120126.315000', '120126.775000', '120127.235000', '120127.695000', '120128.155000', '120128.615000', '120129.075000', '120129.535000', '120129.995000', '120130.455000', '120130.915000', '120131.375000', '120131.835000', '120132.295000', '120132.755000', '120133.215000', '120133.675000', '120134.135000', '120134.595000', '120135.055000', '120135.515000', '120135.975000', '120136.435000', '120136.895000', '120137.355000', '120137.815000', '120138.275000', '120138.735000', '120139.195000', '120139.655000', '120140.115000', '120140.575000', '120141.035000', '120141.495000', '120141.955000', '120142.415000', '120142.875000', '120143.335000', '120143.795000', '120144.255000', '120144.715000', '120145.175000', '120145.635000', '120146.095000', '120146.555000', '120147.015000', '120147.475000', '120147.935000', '120148.395000', '120148.855000', '120149.315000', '120149.775000', '120150.235000', '120150.695000', '120151.155000', '120151.615000', '120152.075000', '120152.535000', '120152.995000', '120153.455000', '120153.915000', '120154.375000', '120154.835000', '120155.295000', '120155.755000', '120156.215000', '120156.675000', '120157.135000', '120157.595000', '120158.055000', '120158.515000', '120158.975000', '120159.435000', '120159.895000', '120200.355000', '120200.815000', '120201.275000', '120201.735000', '120202.195000', '120202.655000', '120203.115000', '120203.575000', '120204.035000', '120204.495000', '120204.955000', '120205.415000', '120205.875000', '120206.335000', '120206.795000', '120207.255000', '120207.715000', '120208.175000', '120208.635000', '120209.095000', '120209.555000', '120210.015000', '120210.475000', '120210.935000', '120211.395000', '120211.855000', '120212.315000', '120212.775000', '120213.235000', '120213.695000', '120214.155000', '120214.615000', '120215.075000', '120215.535000', '120215.995000', '120216.455000', '120216.915000', '120217.375000', '120217.835000', '120218.295000', '120218.755000', '120219.215000', '120219.675000', '120220.135000'], 'ContentTime': ['115557.939000', '115557.943000', '115557.946000', '115557.949000', '115557.952000', '115557.954000', '115557.957000', '115557.960000', '115557.963000', '115557.966000', '115557.969000', '115557.972000', '115557.975000', '115557.978000', '115557.989000', '115557.992000', '115557.995000', '115557.997000', '115558.001000', '115558.004000', '115558.007000', '115558.010000', '115558.013000', '115558.028000', '115558.031000', '115558.034000', '115558.037000', '115558.040000', '115558.043000', '115558.046000', '115558.048000', '115558.051000', '115558.054000', '115558.057000', '115558.060000', '115558.063000', '115558.066000', '115558.069000', '115617.909000', '115617.912000', '115617.915000', '115617.930000', '115617.932000', '115617.940000', '115617.943000', '115617.945000', '115617.948000', '115617.951000', '115617.954000', '115617.956000', '115617.959000', '115617.964000', '115617.968000', '115617.971000', '115617.974000', '115617.977000', '115617.980000', '115617.982000', '115617.985000', '115617.988000', '115617.991000', '115617.993000', '115617.996000', '115618.000000', '115618.003000', '115618.006000', '115618.009000', '115618.011000', '115618.014000', '115618.017000', '115618.020000', '115618.023000', '115618.025000', '115618.028000', '115618.031000', '115618.034000', '115618.036000', '115618.039000', '115618.042000', '115618.045000', '115618.047000', '115637.909000', '115637.912000', '115637.915000', '115637.917000', '115637.920000', '115637.923000', '115637.926000', '115637.929000', '115637.931000', '115637.934000', '115637.937000', '115637.940000', '115637.942000', '115637.945000', '115637.948000', '115637.951000', '115637.954000', '115637.956000', '115637.959000', '115637.962000', '115637.965000', '115637.968000', '115637.970000', '115637.973000', '115637.976000', '115637.979000', '115637.981000', '115637.984000', '115637.987000', '115637.990000', '115637.993000', '115637.995000', '115637.998000', '115638.002000', '115638.005000', '115638.007000', '115638.010000', '115638.013000', '115638.016000', '115638.018000', '115638.021000', '115638.024000', '115638.027000', '115638.030000', '115657.909000', '115657.912000', '115657.915000', '115657.917000', '115657.920000', '115657.923000', '115657.927000', '115657.929000', '115657.932000', '115657.935000', '115657.938000', '115657.941000', '115657.943000', '115657.946000', '115657.949000', '115657.952000', '115657.955000', '115657.958000', '115657.960000', '115657.963000', '115657.966000', '115657.969000', '115657.972000', '115657.974000', '115657.977000', '115657.980000', '115657.983000', '115657.986000', '115657.991000', '115657.994000', '115657.997000', '115658.001000', '115658.003000', '115658.006000', '115658.009000', '115658.012000', '115658.015000', '115658.017000', '115658.020000', '115658.023000', '115658.026000', '115658.028000', '115658.031000', '115717.909000', '115717.912000', '115717.915000', '115717.917000', '115717.920000', '115717.923000', '115717.926000', '115717.929000', '115717.931000', '115717.934000', '115717.937000', '115717.940000', '115717.942000', '115717.945000', '115717.948000', '115717.951000', '115717.954000', '115717.956000', '115717.959000', '115717.962000', '115717.965000', '115717.967000', '115717.970000', '115717.973000', '115717.976000', '115717.979000', '115717.981000', '115717.984000', '115717.987000', '115717.990000', '115717.993000', '115717.995000', '115717.998000', '115718.002000', '115718.005000', '115718.008000', '115718.010000', '115718.013000', '115718.016000', '115718.019000', '115718.021000', '115718.024000', '115718.027000', '115718.030000', '115737.909000', '115737.912000', '115737.915000', '115737.918000', '115737.920000', '115737.923000', '115737.926000', '115737.929000', '115737.931000', '115737.934000', '115737.937000', '115737.940000', '115737.943000', '115737.945000', '115737.948000', '115737.951000', '115737.954000', '115737.957000', '115737.959000', '115737.962000', '115737.965000', '115737.968000', '115737.971000', '115737.973000', '115737.976000', '115737.979000', '115737.982000', '115737.985000', '115737.987000', '115737.990000', '115737.993000', '115737.996000', '115738.000000', '115738.002000', '115738.005000', '115738.010000', '115738.014000', '115738.017000', '115738.020000', '115738.022000', '115738.025000', '115738.028000', '115738.031000', '115757.909000', '115757.912000', '115757.915000', '115757.917000', '115757.920000', '115757.923000', '115757.926000', '115757.929000', '115757.932000', '115757.934000', '115757.937000', '115757.940000', '115757.943000', '115757.946000', '115757.949000', '115757.951000', '115757.954000', '115757.957000', '115757.960000', '115757.963000', '115757.965000', '115757.968000', '115757.971000', '115757.974000', '115757.976000', '115757.979000', '115757.982000', '115757.985000', '115757.988000', '115757.991000', '115757.993000', '115757.996000', '115758.000000', '115758.003000', '115758.005000', '115758.008000', '115758.011000', '115758.014000', '115758.017000', '115758.019000', '115758.022000', '115758.025000', '115758.028000', '115758.031000', '115817.909000', '115817.912000', '115817.915000', '115817.918000', '115817.920000', '115817.923000', '115817.926000', '115817.929000', '115817.931000', '115817.934000', '115817.937000', '115817.940000', '115817.943000', '115817.945000', '115817.948000', '115817.951000', '115817.954000', '115817.957000', '115817.959000', '115817.963000', '115817.966000', '115817.969000', '115817.972000', '115817.974000', '115817.977000', '115817.980000', '115817.983000', '115817.986000', '115817.988000', '115817.991000', '115817.994000', '115817.997000', '115818.001000', '115818.003000', '115818.006000', '115818.009000', '115818.012000', '115818.014000', '115818.017000', '115818.020000', '115818.023000', '115818.026000', '115818.031000', '115837.909000', '115837.912000', '115837.915000', '115837.917000', '115837.920000', '115837.923000', '115837.926000', '115837.929000', '115837.932000', '115837.934000', '115837.937000', '115837.940000', '115837.943000', '115837.946000', '115837.949000', '115837.952000', '115837.954000', '115837.957000', '115837.960000', '115837.963000', '115837.966000', '115837.968000', '115837.971000', '115837.974000', '115837.977000', '115837.980000', '115837.982000', '115837.985000', '115837.988000', '115837.991000', '115837.994000', '115837.996000', '115837.999000', '115838.002000', '115838.005000', '115838.007000', '115838.010000', '115838.013000', '115838.016000', '115838.019000', '115838.021000', '115838.024000', '115838.027000', '115838.030000', '115857.909000', '115857.912000', '115857.915000', '115857.918000', '115857.920000', '115857.923000', '115857.926000', '115857.929000', '115857.932000', '115857.934000', '115857.937000', '115857.940000', '115857.943000', '115857.946000', '115857.948000', '115857.951000', '115857.954000', '115857.957000', '115857.960000', '115857.962000', '115857.965000', '115857.968000', '115857.971000', '115857.974000', '115857.976000', '115857.979000', '115857.982000', '115857.985000', '115857.988000', '115857.990000', '115857.993000', '115857.996000', '115858.000000', '115858.002000', '115858.005000', '115858.008000', '115858.011000', '115858.014000', '115858.016000', '115858.019000', '115858.022000', '115858.025000', '115858.028000', '115917.909000', '115917.912000', '115917.915000', '115917.918000', '115917.920000', '115917.923000', '115917.926000', '115917.929000', '115917.931000', '115917.934000', '115917.937000', '115917.940000', '115917.943000', '115917.946000', '115917.948000', '115917.951000', '115917.954000', '115917.957000', '115917.959000', '115917.962000', '115917.965000', '115917.968000', '115917.971000', '115917.973000', '115917.976000', '115917.979000', '115917.982000', '115917.985000', '115917.987000', '115917.990000', '115917.993000', '115917.996000', '115918.000000', '115918.002000', '115918.005000', '115918.008000', '115918.011000', '115918.013000', '115918.031000', '115918.033000', '115918.036000', '115918.039000', '115918.042000', '115918.045000', '115937.909000', '115937.912000', '115937.915000', '115937.918000', '115937.920000', '115937.923000', '115937.926000', '115937.929000', '115937.932000', '115937.935000', '115937.937000', '115937.940000', '115937.943000', '115937.946000', '115937.949000', '115937.952000', '115937.954000', '115937.957000', '115937.960000', '115937.963000', '115937.965000', '115937.968000', '115937.971000', '115937.974000', '115937.977000', '115937.980000', '115937.982000', '115937.985000', '115937.988000', '115937.991000', '115937.994000', '115937.996000', '115938.000000', '115938.004000', '115938.006000', '115938.009000', '115938.012000', '115938.015000', '115938.018000', '115938.020000', '115938.023000', '115938.026000', '115938.029000', '115957.909000', '115957.912000', '115957.915000', '115957.917000', '115957.920000', '115957.923000', '115957.926000', '115957.928000', '115957.931000', '115957.934000', '115957.937000', '115957.940000', '115957.942000', '115957.945000', '115957.948000', '115957.951000', '115957.954000', '115957.956000', '115957.959000', '115957.962000', '115957.965000', '115957.967000', '115957.970000', '115957.973000', '115957.976000', '115957.979000', '115957.982000', '115957.984000', '115957.987000', '115957.990000', '115957.993000', '115957.996000', '115957.998000', '115958.002000', '115958.005000', '115958.008000', '115958.011000', '115958.014000', '115958.016000', '115958.019000', '115958.022000', '115958.025000', '115958.028000', '115958.031000', '120017.908000', '120017.911000', '120017.914000', '120017.917000', '120017.919000', '120017.922000', '120017.925000', '120017.928000', '120017.931000', '120017.933000', '120017.936000', '120017.939000', '120017.942000', '120017.945000', '120017.948000', '120017.951000', '120017.953000', '120017.956000', '120017.959000', '120017.962000', '120017.965000', '120017.968000', '120017.970000', '120017.973000', '120017.976000', '120017.979000', '120017.982000', '120017.984000', '120017.987000', '120017.990000', '120017.993000', '120017.996000', '120017.998000', '120018.002000', '120018.005000', '120018.008000', '120018.011000', '120018.013000', '120018.016000', '120018.019000', '120018.022000', '120018.025000', '120018.027000', '120037.909000', '120037.912000', '120037.915000', '120037.918000', '120037.920000', '120037.923000', '120037.926000', '120037.929000', '120037.932000', '120037.935000', '120037.938000', '120037.941000', '120037.943000', '120037.946000', '120037.949000', '120037.952000', '120037.954000', '120037.957000', '120037.960000', '120037.963000', '120037.966000', '120037.968000', '120037.971000', '120037.974000', '120037.977000', '120037.980000', '120037.982000', '120037.985000', '120037.988000', '120037.991000', '120037.993000', '120037.996000', '120038.000000', '120038.003000', '120038.006000', '120038.008000', '120038.011000', '120038.014000', '120038.017000', '120038.020000', '120038.022000', '120038.025000', '120038.028000', '120057.909000', '120057.912000', '120057.915000', '120057.918000', '120057.920000', '120057.923000', '120057.941000', '120057.944000', '120057.947000', '120057.950000', '120057.952000', '120057.955000', '120057.958000', '120057.961000', '120057.963000', '120057.966000', '120057.969000', '120057.972000', '120057.975000', '120057.977000', '120057.980000', '120057.983000', '120057.986000', '120057.989000', '120057.992000', '120057.994000', '120057.997000', '120058.001000', '120058.004000', '120058.007000', '120058.009000', '120058.012000', '120058.015000', '120058.018000', '120058.021000', '120058.023000', '120058.026000', '120058.029000', '120058.032000', '120058.035000', '120058.038000', '120058.042000', '120058.045000', '120058.047000', '120117.909000', '120117.912000', '120117.915000', '120117.917000', '120117.920000', '120117.923000', '120117.926000', '120117.929000', '120117.932000', '120117.934000', '120117.937000', '120117.940000', '120117.943000', '120117.946000', '120117.948000', '120117.951000', '120117.954000', '120117.957000', '120117.960000', '120117.962000', '120117.965000', '120117.968000', '120117.971000', '120117.974000', '120117.977000', '120117.979000', '120117.982000', '120117.985000', '120117.990000', '120117.993000', '120117.997000', '120118.001000', '120118.004000', '120118.007000', '120118.011000', '120118.013000', '120118.016000', '120118.019000', '120118.022000', '120118.025000', '120118.028000', '120118.031000', '120118.035000', '120118.038000', '120137.909000', '120137.912000', '120137.915000', '120137.918000', '120137.921000', '120137.924000', '120137.927000', '120137.929000', '120137.932000', '120137.935000', '120137.938000', '120137.941000', '120137.944000', '120137.947000', '120137.949000', '120137.952000', '120137.955000', '120137.958000', '120137.961000', '120137.965000', '120137.968000', '120137.971000', '120137.974000', '120137.976000', '120137.979000', '120137.982000', '120137.985000', '120137.988000', '120137.990000', '120137.993000', '120137.996000', '120138.000000', '120138.003000', '120138.006000', '120138.008000', '120138.011000', '120138.014000', '120138.017000', '120138.020000', '120138.023000', '120138.025000', '120138.028000', '120138.031000', '120157.909000', '120157.912000', '120157.915000', '120157.918000', '120157.920000', '120157.924000', '120157.927000', '120157.930000', '120157.933000', '120157.936000', '120157.939000', '120157.942000', '120157.944000', '120157.948000', '120157.951000', '120157.954000', '120157.957000', '120157.960000', '120157.963000', '120157.965000', '120157.968000', '120157.971000', '120157.974000', '120157.977000', '120157.979000', '120157.982000', '120157.985000', '120157.988000', '120157.991000', '120157.993000', '120157.996000', '120158.000000', '120158.003000', '120158.006000', '120158.009000', '120158.012000', '120158.014000', '120158.017000', '120158.020000', '120158.023000', '120158.026000', '120158.028000', '120158.031000', '120217.909000', '120217.913000', '120217.916000', '120217.919000', '120217.922000', '120217.925000', '120217.928000', '120217.931000', '120217.934000', '120217.937000', '120217.940000', '120217.943000', '120217.945000', '120217.948000', '120217.951000', '120217.954000', '120217.957000', '120217.974000', '120217.977000', '120217.980000', '120217.983000', '120217.986000', '120217.989000', '120217.991000', '120217.994000', '120217.997000', '120218.001000', '120218.004000', '120218.007000', '120218.009000', '120218.012000', '120218.015000', '120218.018000', '120218.021000', '120218.024000', '120218.027000', '120218.029000', '120218.032000', '120218.035000', '120218.038000', '120218.041000', '120218.043000', '120218.046000', '120218.049000', '120221.416000', '120221.420000', '120221.424000', '120221.427000', '120221.431000', '120221.434000', '120221.437000', '120221.440000'], 'InstanceCreationTime': ['115557.939000', '115557.943000', '115557.946000', '115557.949000', '115557.952000', '115557.954000', '115557.957000', '115557.960000', '115557.963000', '115557.966000', '115557.969000', '115557.972000', '115557.975000', '115557.978000', '115557.989000', '115557.992000', '115557.995000', '115557.997000', '115558.001000', '115558.004000', '115558.007000', '115558.010000', '115558.013000', '115558.028000', '115558.031000', '115558.034000', '115558.037000', '115558.040000', '115558.043000', '115558.046000', '115558.048000', '115558.051000', '115558.054000', '115558.057000', '115558.060000', '115558.063000', '115558.066000', '115558.069000', '115617.909000', '115617.912000', '115617.915000', '115617.930000', '115617.932000', '115617.940000', '115617.943000', '115617.945000', '115617.948000', '115617.951000', '115617.954000', '115617.956000', '115617.959000', '115617.964000', '115617.968000', '115617.971000', '115617.974000', '115617.977000', '115617.980000', '115617.982000', '115617.985000', '115617.988000', '115617.991000', '115617.993000', '115617.996000', '115618.000000', '115618.003000', '115618.006000', '115618.009000', '115618.011000', '115618.014000', '115618.017000', '115618.020000', '115618.023000', '115618.025000', '115618.028000', '115618.031000', '115618.034000', '115618.036000', '115618.039000', '115618.042000', '115618.045000', '115618.047000', '115637.909000', '115637.912000', '115637.915000', '115637.917000', '115637.920000', '115637.923000', '115637.926000', '115637.929000', '115637.931000', '115637.934000', '115637.937000', '115637.940000', '115637.942000', '115637.945000', '115637.948000', '115637.951000', '115637.954000', '115637.956000', '115637.959000', '115637.962000', '115637.965000', '115637.968000', '115637.970000', '115637.973000', '115637.976000', '115637.979000', '115637.981000', '115637.984000', '115637.987000', '115637.990000', '115637.993000', '115637.995000', '115637.998000', '115638.002000', '115638.005000', '115638.007000', '115638.010000', '115638.013000', '115638.016000', '115638.018000', '115638.021000', '115638.024000', '115638.027000', '115638.030000', '115657.909000', '115657.912000', '115657.915000', '115657.917000', '115657.920000', '115657.923000', '115657.927000', '115657.929000', '115657.932000', '115657.935000', '115657.938000', '115657.941000', '115657.943000', '115657.946000', '115657.949000', '115657.952000', '115657.955000', '115657.958000', '115657.960000', '115657.963000', '115657.966000', '115657.969000', '115657.972000', '115657.974000', '115657.977000', '115657.980000', '115657.983000', '115657.986000', '115657.991000', '115657.994000', '115657.997000', '115658.001000', '115658.003000', '115658.006000', '115658.009000', '115658.012000', '115658.015000', '115658.017000', '115658.020000', '115658.023000', '115658.026000', '115658.028000', '115658.031000', '115717.909000', '115717.912000', '115717.915000', '115717.917000', '115717.920000', '115717.923000', '115717.926000', '115717.929000', '115717.931000', '115717.934000', '115717.937000', '115717.940000', '115717.942000', '115717.945000', '115717.948000', '115717.951000', '115717.954000', '115717.956000', '115717.959000', '115717.962000', '115717.965000', '115717.967000', '115717.970000', '115717.973000', '115717.976000', '115717.979000', '115717.981000', '115717.984000', '115717.987000', '115717.990000', '115717.993000', '115717.995000', '115717.998000', '115718.002000', '115718.005000', '115718.008000', '115718.010000', '115718.013000', '115718.016000', '115718.019000', '115718.021000', '115718.024000', '115718.027000', '115718.030000', '115737.909000', '115737.912000', '115737.915000', '115737.918000', '115737.920000', '115737.923000', '115737.926000', '115737.929000', '115737.931000', '115737.934000', '115737.937000', '115737.940000', '115737.943000', '115737.945000', '115737.948000', '115737.951000', '115737.954000', '115737.957000', '115737.959000', '115737.962000', '115737.965000', '115737.968000', '115737.971000', '115737.973000', '115737.976000', '115737.979000', '115737.982000', '115737.985000', '115737.987000', '115737.990000', '115737.993000', '115737.996000', '115738.000000', '115738.002000', '115738.005000', '115738.010000', '115738.014000', '115738.017000', '115738.020000', '115738.022000', '115738.025000', '115738.028000', '115738.031000', '115757.909000', '115757.912000', '115757.915000', '115757.917000', '115757.920000', '115757.923000', '115757.926000', '115757.929000', '115757.932000', '115757.934000', '115757.937000', '115757.940000', '115757.943000', '115757.946000', '115757.949000', '115757.951000', '115757.954000', '115757.957000', '115757.960000', '115757.963000', '115757.965000', '115757.968000', '115757.971000', '115757.974000', '115757.976000', '115757.979000', '115757.982000', '115757.985000', '115757.988000', '115757.991000', '115757.993000', '115757.996000', '115758.000000', '115758.003000', '115758.005000', '115758.008000', '115758.011000', '115758.014000', '115758.017000', '115758.019000', '115758.022000', '115758.025000', '115758.028000', '115758.031000', '115817.909000', '115817.912000', '115817.915000', '115817.918000', '115817.920000', '115817.923000', '115817.926000', '115817.929000', '115817.931000', '115817.934000', '115817.937000', '115817.940000', '115817.943000', '115817.945000', '115817.948000', '115817.951000', '115817.954000', '115817.957000', '115817.959000', '115817.963000', '115817.966000', '115817.969000', '115817.972000', '115817.974000', '115817.977000', '115817.980000', '115817.983000', '115817.986000', '115817.988000', '115817.991000', '115817.994000', '115817.997000', '115818.001000', '115818.003000', '115818.006000', '115818.009000', '115818.012000', '115818.014000', '115818.017000', '115818.020000', '115818.023000', '115818.026000', '115818.031000', '115837.909000', '115837.912000', '115837.915000', '115837.917000', '115837.920000', '115837.923000', '115837.926000', '115837.929000', '115837.932000', '115837.934000', '115837.937000', '115837.940000', '115837.943000', '115837.946000', '115837.949000', '115837.952000', '115837.954000', '115837.957000', '115837.960000', '115837.963000', '115837.966000', '115837.968000', '115837.971000', '115837.974000', '115837.977000', '115837.980000', '115837.982000', '115837.985000', '115837.988000', '115837.991000', '115837.994000', '115837.996000', '115837.999000', '115838.002000', '115838.005000', '115838.007000', '115838.010000', '115838.013000', '115838.016000', '115838.019000', '115838.021000', '115838.024000', '115838.027000', '115838.030000', '115857.909000', '115857.912000', '115857.915000', '115857.918000', '115857.920000', '115857.923000', '115857.926000', '115857.929000', '115857.932000', '115857.934000', '115857.937000', '115857.940000', '115857.943000', '115857.946000', '115857.948000', '115857.951000', '115857.954000', '115857.957000', '115857.960000', '115857.962000', '115857.965000', '115857.968000', '115857.971000', '115857.974000', '115857.976000', '115857.979000', '115857.982000', '115857.985000', '115857.988000', '115857.990000', '115857.993000', '115857.996000', '115858.000000', '115858.002000', '115858.005000', '115858.008000', '115858.011000', '115858.014000', '115858.016000', '115858.019000', '115858.022000', '115858.025000', '115858.028000', '115917.909000', '115917.912000', '115917.915000', '115917.918000', '115917.920000', '115917.923000', '115917.926000', '115917.929000', '115917.931000', '115917.934000', '115917.937000', '115917.940000', '115917.943000', '115917.946000', '115917.948000', '115917.951000', '115917.954000', '115917.957000', '115917.959000', '115917.962000', '115917.965000', '115917.968000', '115917.971000', '115917.973000', '115917.976000', '115917.979000', '115917.982000', '115917.985000', '115917.987000', '115917.990000', '115917.993000', '115917.996000', '115918.000000', '115918.002000', '115918.005000', '115918.008000', '115918.011000', '115918.013000', '115918.031000', '115918.033000', '115918.036000', '115918.039000', '115918.042000', '115918.045000', '115937.909000', '115937.912000', '115937.915000', '115937.918000', '115937.920000', '115937.923000', '115937.926000', '115937.929000', '115937.932000', '115937.935000', '115937.937000', '115937.940000', '115937.943000', '115937.946000', '115937.949000', '115937.952000', '115937.954000', '115937.957000', '115937.960000', '115937.963000', '115937.965000', '115937.968000', '115937.971000', '115937.974000', '115937.977000', '115937.980000', '115937.982000', '115937.985000', '115937.988000', '115937.991000', '115937.994000', '115937.996000', '115938.000000', '115938.004000', '115938.006000', '115938.009000', '115938.012000', '115938.015000', '115938.018000', '115938.020000', '115938.023000', '115938.026000', '115938.029000', '115957.909000', '115957.912000', '115957.915000', '115957.917000', '115957.920000', '115957.923000', '115957.926000', '115957.928000', '115957.931000', '115957.934000', '115957.937000', '115957.940000', '115957.942000', '115957.945000', '115957.948000', '115957.951000', '115957.954000', '115957.956000', '115957.959000', '115957.962000', '115957.965000', '115957.967000', '115957.970000', '115957.973000', '115957.976000', '115957.979000', '115957.982000', '115957.984000', '115957.987000', '115957.990000', '115957.993000', '115957.996000', '115957.998000', '115958.002000', '115958.005000', '115958.008000', '115958.011000', '115958.014000', '115958.016000', '115958.019000', '115958.022000', '115958.025000', '115958.028000', '115958.031000', '120017.908000', '120017.911000', '120017.914000', '120017.917000', '120017.919000', '120017.922000', '120017.925000', '120017.928000', '120017.931000', '120017.933000', '120017.936000', '120017.939000', '120017.942000', '120017.945000', '120017.948000', '120017.951000', '120017.953000', '120017.956000', '120017.959000', '120017.962000', '120017.965000', '120017.968000', '120017.970000', '120017.973000', '120017.976000', '120017.979000', '120017.982000', '120017.984000', '120017.987000', '120017.990000', '120017.993000', '120017.996000', '120017.998000', '120018.002000', '120018.005000', '120018.008000', '120018.011000', '120018.013000', '120018.016000', '120018.019000', '120018.022000', '120018.025000', '120018.027000', '120037.909000', '120037.912000', '120037.915000', '120037.918000', '120037.920000', '120037.923000', '120037.926000', '120037.929000', '120037.932000', '120037.935000', '120037.938000', '120037.941000', '120037.943000', '120037.946000', '120037.949000', '120037.952000', '120037.954000', '120037.957000', '120037.960000', '120037.963000', '120037.966000', '120037.968000', '120037.971000', '120037.974000', '120037.977000', '120037.980000', '120037.982000', '120037.985000', '120037.988000', '120037.991000', '120037.993000', '120037.996000', '120038.000000', '120038.003000', '120038.006000', '120038.008000', '120038.011000', '120038.014000', '120038.017000', '120038.020000', '120038.022000', '120038.025000', '120038.028000', '120057.909000', '120057.912000', '120057.915000', '120057.918000', '120057.920000', '120057.923000', '120057.941000', '120057.944000', '120057.947000', '120057.950000', '120057.952000', '120057.955000', '120057.958000', '120057.961000', '120057.963000', '120057.966000', '120057.969000', '120057.972000', '120057.975000', '120057.977000', '120057.980000', '120057.983000', '120057.986000', '120057.989000', '120057.992000', '120057.994000', '120057.997000', '120058.001000', '120058.004000', '120058.007000', '120058.009000', '120058.012000', '120058.015000', '120058.018000', '120058.021000', '120058.023000', '120058.026000', '120058.029000', '120058.032000', '120058.035000', '120058.038000', '120058.042000', '120058.045000', '120058.047000', '120117.909000', '120117.912000', '120117.915000', '120117.917000', '120117.920000', '120117.923000', '120117.926000', '120117.929000', '120117.932000', '120117.934000', '120117.937000', '120117.940000', '120117.943000', '120117.946000', '120117.948000', '120117.951000', '120117.954000', '120117.957000', '120117.960000', '120117.962000', '120117.965000', '120117.968000', '120117.971000', '120117.974000', '120117.977000', '120117.979000', '120117.982000', '120117.985000', '120117.990000', '120117.993000', '120117.997000', '120118.001000', '120118.004000', '120118.007000', '120118.011000', '120118.013000', '120118.016000', '120118.019000', '120118.022000', '120118.025000', '120118.028000', '120118.031000', '120118.035000', '120118.038000', '120137.909000', '120137.912000', '120137.915000', '120137.918000', '120137.921000', '120137.924000', '120137.927000', '120137.929000', '120137.932000', '120137.935000', '120137.938000', '120137.941000', '120137.944000', '120137.947000', '120137.949000', '120137.952000', '120137.955000', '120137.958000', '120137.961000', '120137.965000', '120137.968000', '120137.971000', '120137.974000', '120137.976000', '120137.979000', '120137.982000', '120137.985000', '120137.988000', '120137.990000', '120137.993000', '120137.996000', '120138.000000', '120138.003000', '120138.006000', '120138.008000', '120138.011000', '120138.014000', '120138.017000', '120138.020000', '120138.023000', '120138.025000', '120138.028000', '120138.031000', '120157.909000', '120157.912000', '120157.915000', '120157.918000', '120157.920000', '120157.924000', '120157.927000', '120157.930000', '120157.933000', '120157.936000', '120157.939000', '120157.942000', '120157.944000', '120157.948000', '120157.951000', '120157.954000', '120157.957000', '120157.960000', '120157.963000', '120157.965000', '120157.968000', '120157.971000', '120157.974000', '120157.977000', '120157.979000', '120157.982000', '120157.985000', '120157.988000', '120157.991000', '120157.993000', '120157.996000', '120158.000000', '120158.003000', '120158.006000', '120158.009000', '120158.012000', '120158.014000', '120158.017000', '120158.020000', '120158.023000', '120158.026000', '120158.028000', '120158.031000', '120217.909000', '120217.913000', '120217.916000', '120217.919000', '120217.922000', '120217.925000', '120217.928000', '120217.931000', '120217.934000', '120217.937000', '120217.940000', '120217.943000', '120217.945000', '120217.948000', '120217.951000', '120217.954000', '120217.957000', '120217.974000', '120217.977000', '120217.980000', '120217.983000', '120217.986000', '120217.989000', '120217.991000', '120217.994000', '120217.997000', '120218.001000', '120218.004000', '120218.007000', '120218.009000', '120218.012000', '120218.015000', '120218.018000', '120218.021000', '120218.024000', '120218.027000', '120218.029000', '120218.032000', '120218.035000', '120218.038000', '120218.041000', '120218.043000', '120218.046000', '120218.049000', '120221.416000', '120221.420000', '120221.424000', '120221.427000', '120221.431000', '120221.434000', '120221.437000', '120221.440000'], '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': [13552, 12581, 13514, 14067, 13524, 15734, 13839, 14548, 13655, 13302, 11692, 12699, 12674, 13156, 12991, 12060, 14973, 14091, 11731, 12635, 13622, 14007, 14233, 12195, 12816, 13443, 13894, 13314, 12517, 14441, 13897, 13474, 14557, 12588, 13405, 12941, 15014, 13906, 12841, 13469, 12924, 14440, 14270, 12604, 13193, 12956, 14239, 13621, 16363, 14661, 13077, 14444, 13368, 16769, 13283, 13038, 17288, 13379, 14928, 14099, 12933, 12136, 14411, 13865, 13267, 14104, 14439, 13471, 16859, 14858, 12996, 13716, 13273, 16538, 14419, 12914, 13294, 13050, 15020, 14020, 13645, 13151, 12620, 14392, 13514, 15422, 12946, 12936, 12789, 13899, 16101, 13728, 11990, 14355, 13198, 15411, 13606, 13955, 13470, 12354, 12730, 13436, 15975, 13827, 12430, 16754, 14369, 13087, 13263, 13183, 15338, 12723, 13088, 16184, 13992, 13008, 13161, 12884, 12999, 13460, 15377, 14202, 13217, 13877, 12574, 13634, 14124, 16393, 14596, 13735, 13782, 13203, 13780, 13865, 15789, 13099, 14500, 14611, 13233, 14606, 14457, 13559, 15144, 13088, 16454, 12557, 12418, 13751, 13599, 13710, 13509, 12607, 16059, 14450, 13292, 14367, 13373, 13910, 14367, 13620, 12893, 13872, 15124, 13701, 13034, 14019, 15175, 13040, 14002, 14044, 13758, 16729, 14689, 12379, 12486, 14378, 13913, 16575, 13906, 13228, 14066, 13832, 13060, 14326, 13148, 14931, 12917, 12655, 13407, 14082, 14372, 13562, 12597, 16065, 14008, 13743, 13397, 13021, 13559, 14149, 15408, 13191, 12945, 13956, 13578, 14489, 14132, 14723, 14723, 14251, 13891, 14337, 13936, 13482, 17439, 14143, 13439, 16728, 14960, 13559, 12900, 14138, 14731, 13404, 12531, 15161, 14393, 13532, 14270, 13645, 14706, 13697, 12687, 14001, 13798, 13159, 14289, 14523, 13152, 14574, 14350, 13329, 13910, 13625, 17090, 13928, 13584, 17328, 13740, 11975, 14596, 14217, 12507, 13203, 14229, 13276, 12725, 13423, 14488, 13254, 12742, 14417, 14710, 13352, 14444, 13339, 15237, 12654, 13519, 14656, 13272, 15562, 14481, 13461, 15002, 13839, 13907, 13268, 13450, 15263, 13437, 13441, 15086, 13555, 14330, 12931, 12706, 12930, 14986, 12770, 14408, 14087, 15198, 13469, 14126, 14317, 13871, 13478, 14738, 14876, 14410, 13014, 16142, 15351, 14160, 15639, 13897, 17894, 14772, 15494, 14541, 14732, 14325, 14692, 13439, 16547, 13258, 13466, 14886, 14267, 14357, 13415, 13247, 15652, 13522, 12702, 13786, 14779, 12488, 12495, 14495, 13761, 13146, 13914, 14825, 13946, 13596, 14051, 13817, 12965, 13137, 14024, 14442, 14021, 13693, 15579, 14695, 12885, 14993, 14853, 13613, 15405, 14316, 14560, 14214, 13710, 15005, 14952, 14562, 14299, 14095, 12945, 15269, 14061, 14407, 13488, 15501, 14906, 15005, 13751, 14491, 14784, 14453, 15963, 15175, 14965, 13563, 14470, 14613, 14444, 15131, 14920, 14824, 15213, 16381, 13284, 14778, 14349, 13700, 14356, 15807, 14484, 13485, 15540, 12844, 13438, 15882, 13810, 14901, 13477, 16966, 12671, 15882, 18261, 14442, 12889, 14053, 13168, 15567, 13719, 14100, 16926, 13284, 12205, 16324, 14146, 13135, 12682, 13536, 13614, 13590, 13371, 14025, 13208, 12860, 12910, 14484, 13296, 13803, 13588, 14234, 13396, 13304, 15160, 13418, 13910, 14217, 13203, 15414, 13822, 15091, 13676, 13629, 13683, 15333, 13015, 15448, 14015, 13997, 14029, 13304, 15459, 14813, 15217, 16080, 14357, 14159, 14752, 13347, 15812, 14364, 14016, 14435, 14810, 15391, 13911, 16635, 14594, 13977, 16163, 14156, 13208, 15333, 14901, 13604, 13605, 13532, 16933, 13968, 13929, 13398, 14681, 14630, 13850, 14262, 16152, 14334, 13195, 13852, 14761, 14212, 14371, 13761, 15547, 15040, 13139, 13205, 13828, 14499, 13751, 16258, 15571, 13400, 14980, 14222, 16217, 14457, 14531, 15281, 13478, 15829, 14304, 15874, 14224, 13455, 16873, 14918, 13084, 14152, 14862, 14185, 12786, 14252, 15232, 15072, 14117, 14538, 14794, 13206, 14370, 13693, 13991, 14083, 15751, 14948, 13442, 15361, 14441, 16253, 14936, 14053, 15877, 14340, 13847, 16977, 14281, 13538, 16662, 13721, 13005, 16768, 14204, 13576, 14711, 13831, 15914, 14937, 12909, 16439, 13858, 13201, 16158, 14163, 12768, 13347, 13399, 16022, 15245, 13354, 15783, 14073, 15085, 14857, 13561, 16759, 14541, 14806, 14690, 14247, 15368, 13990, 15219, 14539, 13581, 14648, 14440, 15923, 13386, 16320, 14297, 16571, 14717, 13664, 14205, 13749, 16415, 15151, 15676, 14816, 14413, 16517, 18934, 14298, 14149, 17392, 14331, 12961, 14545, 13641, 15053, 14166, 12994, 14509, 14990, 13103, 14234, 14421, 12961, 14058, 13074, 15144, 15089, 12861, 15335, 15093, 12677, 13382, 13522, 15123, 14111, 12442, 14078, 13727, 15138, 16087, 13536, 15778, 14919, 14455, 14549, 13520, 13625, 14549, 14996, 13079, 13797, 16523, 15062, 13755, 17899, 14705, 14200, 16709, 15457, 12178, 17569, 14871, 13380, 13914, 13468, 13772, 12398, 12964, 14772, 14724, 13196, 17262, 14074, 12308, 13332, 14384, 14257, 15455, 15176, 13558, 14315, 13988, 15424, 14503, 13052, 17250, 14599, 12367, 16583, 13237, 12080, 16011, 14567, 12378, 14430, 15191, 13444, 15294, 13395, 15275, 14459, 13826, 16206, 15101, 13894, 15400, 13226, 13962, 14688, 15750, 14154, 13835, 15976, 13957, 17088, 15175, 13926, 17579, 14066, 14313, 18969, 14270, 14991, 14106, 13940, 15115, 14634, 13599, 15791, 13867, 13151, 16712, 13686, 12652, 15586, 13583, 15857, 12599, 12711, 14710, 13944, 15250, 13226, 12847, 16389, 15155, 12089, 16776, 14020, 12856, 14001, 14953, 13230, 14341, 13015, 14708, 13270, 12844, 13699, 14544, 12900, 15191, 15299, 12788, 12713, 13415, 14190, 15422, 12960, 15490, 15316, 13138, 16220, 14151, 15436, 14024, 13921, 15612, 15073, 15034, 15558, 13647, 16286, 13975, 16641, 15741, 14886, 19059, 15255, 15601, 16052, 13220, 13599, 13614, 16701, 14202, 14121, 14275, 13888, 16786, 14414, 14076, 15949, 14589, 16531, 14579, 14074, 14502, 13140, 16620, 13574, 14693, 17588, 13868, 14690, 17318, 13453, 12308, 15449, 13390, 12281, 14879, 14713, 14429, 13873, 12940, 14673, 14763, 12907, 16188, 14348, 12519, 15607, 14202, 12642, 13663, 13718, 14846, 15337, 13033, 15372, 15421, 12673, 15307, 13815, 12634, 15692, 15124, 13666, 16602, 13470, 14774, 15464, 12609, 14928, 15385, 13851, 15581, 13347, 16818, 14078, 13471, 16069, 14767, 12744, 15796, 15236, 13669, 15219, 13431, 16044, 15970, 13205, 15821, 15022, 13398, 15609], 'WindowCenter': [4330.0, 4294.0, 4300.0, 4300.0, 4301.0, 4310.0, 4289.0, 4302.0, 4286.0, 4273.0, 4252.0, 4263.0, 4262.0, 4272.0, 4271.0, 4274.0, 4284.0, 4284.0, 4267.0, 4274.0, 4283.0, 4287.0, 4286.0, 4275.0, 4286.0, 4287.0, 4298.0, 4287.0, 4301.0, 4300.0, 4312.0, 4302.0, 4327.0, 4302.0, 4299.0, 4301.0, 4312.0, 4316.0, 4304.0, 4317.0, 4319.0, 4326.0, 4314.0, 4293.0, 4302.0, 4303.0, 4315.0, 4316.0, 4338.0, 4327.0, 4318.0, 4316.0, 4315.0, 4326.0, 4303.0, 4317.0, 4326.0, 4303.0, 4316.0, 4313.0, 4302.0, 4292.0, 4300.0, 4301.0, 4301.0, 4313.0, 4312.0, 4314.0, 4326.0, 4311.0, 4303.0, 4300.0, 4300.0, 4322.0, 4312.0, 4302.0, 4313.0, 4314.0, 4313.0, 4314.0, 4315.0, 4303.0, 4303.0, 4313.0, 4302.0, 4313.0, 4301.0, 4304.0, 4302.0, 4302.0, 4324.0, 4299.0, 4303.0, 4313.0, 4302.0, 4312.0, 4312.0, 4314.0, 4316.0, 4316.0, 4303.0, 4302.0, 4323.0, 4300.0, 4291.0, 4322.0, 4310.0, 4290.0, 4288.0, 4289.0, 4310.0, 4289.0, 4303.0, 4325.0, 4311.0, 4289.0, 4287.0, 4289.0, 4300.0, 4301.0, 4312.0, 4314.0, 4314.0, 4314.0, 4302.0, 4298.0, 4299.0, 4322.0, 4312.0, 4314.0, 4315.0, 4313.0, 4312.0, 4312.0, 4323.0, 4301.0, 4314.0, 4313.0, 4314.0, 4326.0, 4312.0, 4301.0, 4308.0, 4300.0, 4311.0, 4288.0, 4289.0, 4299.0, 4299.0, 4299.0, 4298.0, 4290.0, 4311.0, 4310.0, 4300.0, 4311.0, 4301.0, 4313.0, 4323.0, 4313.0, 4300.0, 4315.0, 4324.0, 4314.0, 4316.0, 4313.0, 4324.0, 4301.0, 4315.0, 4314.0, 4314.0, 4326.0, 4324.0, 4303.0, 4289.0, 4298.0, 4299.0, 4308.0, 4299.0, 4289.0, 4298.0, 4298.0, 4288.0, 4298.0, 4298.0, 4309.0, 4288.0, 4289.0, 4300.0, 4311.0, 4313.0, 4300.0, 4303.0, 4322.0, 4314.0, 4317.0, 4314.0, 4315.0, 4312.0, 4311.0, 4313.0, 4301.0, 4302.0, 4313.0, 4315.0, 4328.0, 4328.0, 4338.0, 4325.0, 4314.0, 4302.0, 4312.0, 4300.0, 4302.0, 4327.0, 4311.0, 4302.0, 4321.0, 4308.0, 4287.0, 4286.0, 4298.0, 4310.0, 4300.0, 4301.0, 4310.0, 4298.0, 4301.0, 4300.0, 4298.0, 4309.0, 4297.0, 4288.0, 4300.0, 4310.0, 4297.0, 4299.0, 4298.0, 4299.0, 4311.0, 4311.0, 4303.0, 4314.0, 4314.0, 4324.0, 4300.0, 4299.0, 4309.0, 4286.0, 4277.0, 4297.0, 4297.0, 4289.0, 4288.0, 4297.0, 4286.0, 4288.0, 4297.0, 4296.0, 4286.0, 4289.0, 4312.0, 4324.0, 4312.0, 4310.0, 4300.0, 4310.0, 4289.0, 4300.0, 4311.0, 4302.0, 4311.0, 4299.0, 4301.0, 4299.0, 4299.0, 4300.0, 4286.0, 4299.0, 4310.0, 4285.0, 4287.0, 4309.0, 4286.0, 4295.0, 4300.0, 4314.0, 4316.0, 4336.0, 4315.0, 4313.0, 4313.0, 4312.0, 4302.0, 4314.0, 4314.0, 4315.0, 4315.0, 4326.0, 4325.0, 4311.0, 4302.0, 4312.0, 4311.0, 4312.0, 4324.0, 4316.0, 4336.0, 4315.0, 4313.0, 4311.0, 4298.0, 4285.0, 4293.0, 4285.0, 4308.0, 4288.0, 4300.0, 4311.0, 4312.0, 4310.0, 4299.0, 4298.0, 4309.0, 4287.0, 4290.0, 4301.0, 4310.0, 4290.0, 4288.0, 4299.0, 4300.0, 4288.0, 4299.0, 4301.0, 4298.0, 4300.0, 4299.0, 4300.0, 4302.0, 4301.0, 4313.0, 4315.0, 4315.0, 4317.0, 4326.0, 4313.0, 4304.0, 4312.0, 4311.0, 4302.0, 4311.0, 4313.0, 4312.0, 4312.0, 4302.0, 4311.0, 4313.0, 4314.0, 4311.0, 4314.0, 4303.0, 4324.0, 4315.0, 4327.0, 4328.0, 4338.0, 4326.0, 4315.0, 4313.0, 4315.0, 4325.0, 4328.0, 4339.0, 4326.0, 4314.0, 4315.0, 4315.0, 4327.0, 4325.0, 4326.0, 4326.0, 4338.0, 4340.0, 4353.0, 4331.0, 4340.0, 4313.0, 4288.0, 4313.0, 4323.0, 4311.0, 4314.0, 4310.0, 4289.0, 4300.0, 4321.0, 4311.0, 4322.0, 4315.0, 4338.0, 4292.0, 4314.0, 4323.0, 4297.0, 4275.0, 4282.0, 4273.0, 4295.0, 4272.0, 4274.0, 4294.0, 4271.0, 4260.0, 4280.0, 4268.0, 4258.0, 4257.0, 4256.0, 4256.0, 4257.0, 4257.0, 4270.0, 4271.0, 4272.0, 4271.0, 4281.0, 4268.0, 4271.0, 4282.0, 4283.0, 4272.0, 4282.0, 4295.0, 4296.0, 4297.0, 4297.0, 4289.0, 4307.0, 4298.0, 4299.0, 4297.0, 4300.0, 4300.0, 4310.0, 4289.0, 4309.0, 4312.0, 4300.0, 4298.0, 4301.0, 4324.0, 4336.0, 4325.0, 4334.0, 4325.0, 4313.0, 4325.0, 4317.0, 4338.0, 4339.0, 4341.0, 4340.0, 4329.0, 4313.0, 4315.0, 4326.0, 4313.0, 4315.0, 4324.0, 4312.0, 4303.0, 4312.0, 4311.0, 4312.0, 4300.0, 4301.0, 4334.0, 4311.0, 4314.0, 4302.0, 4311.0, 4313.0, 4299.0, 4299.0, 4310.0, 4298.0, 4289.0, 4298.0, 4298.0, 4298.0, 4299.0, 4300.0, 4310.0, 4310.0, 4300.0, 4302.0, 4312.0, 4313.0, 4315.0, 4337.0, 4337.0, 4318.0, 4324.0, 4311.0, 4312.0, 4311.0, 4301.0, 4311.0, 4314.0, 4323.0, 4312.0, 4323.0, 4299.0, 4301.0, 4323.0, 4310.0, 4302.0, 4300.0, 4310.0, 4300.0, 4289.0, 4311.0, 4310.0, 4309.0, 4299.0, 4310.0, 4313.0, 4313.0, 4313.0, 4312.0, 4312.0, 4315.0, 4326.0, 4326.0, 4318.0, 4324.0, 4314.0, 4324.0, 4310.0, 4299.0, 4309.0, 4298.0, 4300.0, 4321.0, 4298.0, 4299.0, 4310.0, 4288.0, 4288.0, 4308.0, 4298.0, 4299.0, 4311.0, 4311.0, 4311.0, 4308.0, 4289.0, 4311.0, 4300.0, 4290.0, 4309.0, 4297.0, 4288.0, 4286.0, 4287.0, 4308.0, 4309.0, 4300.0, 4310.0, 4301.0, 4313.0, 4311.0, 4302.0, 4325.0, 4311.0, 4314.0, 4311.0, 4313.0, 4335.0, 4313.0, 4311.0, 4296.0, 4301.0, 4312.0, 4311.0, 4325.0, 4314.0, 4337.0, 4338.0, 4350.0, 4324.0, 4301.0, 4299.0, 4300.0, 4312.0, 4311.0, 4324.0, 4312.0, 4312.0, 4324.0, 4318.0, 4285.0, 4286.0, 4295.0, 4282.0, 4274.0, 4294.0, 4285.0, 4295.0, 4284.0, 4285.0, 4294.0, 4295.0, 4286.0, 4301.0, 4310.0, 4303.0, 4312.0, 4302.0, 4311.0, 4323.0, 4303.0, 4312.0, 4311.0, 4302.0, 4301.0, 4301.0, 4312.0, 4312.0, 4303.0, 4299.0, 4301.0, 4312.0, 4310.0, 4300.0, 4312.0, 4310.0, 4312.0, 4313.0, 4313.0, 4313.0, 4314.0, 4326.0, 4304.0, 4317.0, 4338.0, 4326.0, 4317.0, 4336.0, 4325.0, 4314.0, 4322.0, 4323.0, 4303.0, 4320.0, 4309.0, 4300.0, 4311.0, 4314.0, 4312.0, 4301.0, 4302.0, 4312.0, 4312.0, 4304.0, 4335.0, 4313.0, 4305.0, 4301.0, 4301.0, 4312.0, 4311.0, 4309.0, 4301.0, 4299.0, 4300.0, 4312.0, 4311.0, 4300.0, 4321.0, 4298.0, 4288.0, 4309.0, 4287.0, 4289.0, 4309.0, 4308.0, 4290.0, 4309.0, 4311.0, 4301.0, 4322.0, 4314.0, 4323.0, 4323.0, 4315.0, 4324.0, 4312.0, 4302.0, 4310.0, 4301.0, 4313.0, 4324.0, 4324.0, 4313.0, 4313.0, 4323.0, 4315.0, 4338.0, 4325.0, 4316.0, 4334.0, 4311.0, 4312.0, 4321.0, 4299.0, 4311.0, 4298.0, 4297.0, 4297.0, 4294.0, 4284.0, 4297.0, 4286.0, 4288.0, 4322.0, 4299.0, 4287.0, 4295.0, 4285.0, 4306.0, 4275.0, 4287.0, 4297.0, 4298.0, 4308.0, 4287.0, 4299.0, 4310.0, 4297.0, 4288.0, 4310.0, 4299.0, 4288.0, 4298.0, 4308.0, 4298.0, 4298.0, 4298.0, 4309.0, 4300.0, 4302.0, 4301.0, 4312.0, 4302.0, 4312.0, 4324.0, 4315.0, 4315.0, 4316.0, 4325.0, 4326.0, 4316.0, 4326.0, 4325.0, 4318.0, 4350.0, 4339.0, 4337.0, 4328.0, 4329.0, 4327.0, 4328.0, 4329.0, 4338.0, 4328.0, 4336.0, 4325.0, 4337.0, 4336.0, 4327.0, 4349.0, 4337.0, 4328.0, 4335.0, 4317.0, 4327.0, 4327.0, 4335.0, 4310.0, 4313.0, 4313.0, 4316.0, 4325.0, 4324.0, 4314.0, 4323.0, 4312.0, 4322.0, 4311.0, 4313.0, 4312.0, 4304.0, 4336.0, 4315.0, 4326.0, 4323.0, 4299.0, 4300.0, 4309.0, 4274.0, 4278.0, 4297.0, 4284.0, 4275.0, 4293.0, 4296.0, 4295.0, 4298.0, 4288.0, 4297.0, 4307.0, 4301.0, 4321.0, 4299.0, 4292.0, 4308.0, 4298.0, 4288.0, 4296.0, 4297.0, 4310.0, 4308.0, 4288.0, 4310.0, 4309.0, 4299.0, 4323.0, 4312.0, 4302.0, 4321.0, 4310.0, 4310.0, 4321.0, 4314.0, 4323.0, 4323.0, 4315.0, 4325.0, 4324.0, 4314.0, 4322.0, 4304.0, 4324.0, 4312.0, 4302.0, 4311.0, 4298.0, 4290.0, 4309.0, 4309.0, 4300.0, 4311.0, 4302.0, 4322.0, 4320.0, 4301.0, 4309.0, 4312.0, 4301.0, 4323.0], 'WindowWidth': [9556.0, 9494.0, 9496.0, 9492.0, 9495.0, 9513.0, 9479.0, 9505.0, 9467.0, 9444.0, 9416.0, 9427.0, 9426.0, 9444.0, 9438.0, 9446.0, 9465.0, 9461.0, 9442.0, 9446.0, 9459.0, 9471.0, 9465.0, 9453.0, 9465.0, 9470.0, 9490.0, 9470.0, 9498.0, 9495.0, 9512.0, 9500.0, 9541.0, 9501.0, 9492.0, 9498.0, 9517.0, 9524.0, 9508.0, 9530.0, 9535.0, 9541.0, 9519.0, 9492.0, 9497.0, 9504.0, 9521.0, 9524.0, 9564.0, 9541.0, 9535.0, 9523.0, 9522.0, 9546.0, 9502.0, 9531.0, 9550.0, 9504.0, 9528.0, 9517.0, 9500.0, 9485.0, 9494.0, 9501.0, 9495.0, 9518.0, 9512.0, 9520.0, 9543.0, 9509.0, 9505.0, 9495.0, 9493.0, 9532.0, 9510.0, 9503.0, 9517.0, 9520.0, 9522.0, 9517.0, 9523.0, 9505.0, 9507.0, 9516.0, 9500.0, 9522.0, 9497.0, 9509.0, 9504.0, 9501.0, 9538.0, 9494.0, 9508.0, 9514.0, 9498.0, 9519.0, 9514.0, 9523.0, 9525.0, 9529.0, 9505.0, 9500.0, 9537.0, 9495.0, 9486.0, 9536.0, 9507.0, 9485.0, 9476.0, 9476.0, 9513.0, 9479.0, 9507.0, 9544.0, 9512.0, 9480.0, 9470.0, 9477.0, 9495.0, 9496.0, 9520.0, 9519.0, 9523.0, 9521.0, 9505.0, 9488.0, 9492.0, 9536.0, 9517.0, 9525.0, 9524.0, 9523.0, 9517.0, 9513.0, 9536.0, 9499.0, 9524.0, 9516.0, 9521.0, 9543.0, 9515.0, 9504.0, 9502.0, 9494.0, 9517.0, 9475.0, 9479.0, 9490.0, 9491.0, 9496.0, 9488.0, 9482.0, 9518.0, 9507.0, 9498.0, 9511.0, 9500.0, 9522.0, 9531.0, 9518.0, 9497.0, 9525.0, 9532.0, 9522.0, 9526.0, 9518.0, 9539.0, 9501.0, 9526.0, 9523.0, 9521.0, 9548.0, 9534.0, 9506.0, 9481.0, 9486.0, 9494.0, 9508.0, 9489.0, 9480.0, 9488.0, 9488.0, 9477.0, 9489.0, 9488.0, 9509.0, 9476.0, 9481.0, 9494.0, 9510.0, 9519.0, 9495.0, 9505.0, 9534.0, 9521.0, 9530.0, 9523.0, 9527.0, 9515.0, 9512.0, 9522.0, 9497.0, 9505.0, 9517.0, 9526.0, 9543.0, 9547.0, 9568.0, 9538.0, 9526.0, 9500.0, 9519.0, 9497.0, 9504.0, 9557.0, 9514.0, 9504.0, 9532.0, 9502.0, 9476.0, 9473.0, 9490.0, 9511.0, 9495.0, 9502.0, 9515.0, 9490.0, 9503.0, 9499.0, 9490.0, 9509.0, 9484.0, 9478.0, 9495.0, 9510.0, 9486.0, 9489.0, 9495.0, 9492.0, 9517.0, 9513.0, 9509.0, 9520.0, 9521.0, 9543.0, 9495.0, 9496.0, 9514.0, 9470.0, 9460.0, 9489.0, 9485.0, 9480.0, 9475.0, 9484.0, 9472.0, 9473.0, 9488.0, 9487.0, 9468.0, 9478.0, 9518.0, 9535.0, 9519.0, 9509.0, 9495.0, 9512.0, 9479.0, 9497.0, 9511.0, 9500.0, 9515.0, 9493.0, 9500.0, 9496.0, 9490.0, 9497.0, 9470.0, 9490.0, 9512.0, 9467.0, 9473.0, 9508.0, 9469.0, 9481.0, 9496.0, 9524.0, 9530.0, 9554.0, 9525.0, 9517.0, 9516.0, 9520.0, 9501.0, 9524.0, 9520.0, 9521.0, 9526.0, 9541.0, 9544.0, 9511.0, 9499.0, 9522.0, 9513.0, 9518.0, 9534.0, 9532.0, 9564.0, 9529.0, 9523.0, 9513.0, 9489.0, 9469.0, 9473.0, 9465.0, 9507.0, 9477.0, 9496.0, 9511.0, 9514.0, 9513.0, 9491.0, 9490.0, 9508.0, 9472.0, 9482.0, 9500.0, 9507.0, 9483.0, 9475.0, 9492.0, 9497.0, 9473.0, 9491.0, 9500.0, 9487.0, 9493.0, 9495.0, 9496.0, 9503.0, 9498.0, 9517.0, 9528.0, 9522.0, 9530.0, 9543.0, 9518.0, 9509.0, 9518.0, 9510.0, 9502.0, 9509.0, 9516.0, 9519.0, 9513.0, 9502.0, 9510.0, 9514.0, 9523.0, 9510.0, 9521.0, 9507.0, 9532.0, 9525.0, 9544.0, 9548.0, 9559.0, 9539.0, 9526.0, 9519.0, 9526.0, 9535.0, 9547.0, 9563.0, 9540.0, 9527.0, 9522.0, 9524.0, 9543.0, 9537.0, 9539.0, 9538.0, 9562.0, 9564.0, 9598.0, 9562.0, 9568.0, 9524.0, 9478.0, 9515.0, 9538.0, 9514.0, 9522.0, 9516.0, 9478.0, 9499.0, 9522.0, 9513.0, 9528.0, 9528.0, 9575.0, 9491.0, 9527.0, 9541.0, 9487.0, 9455.0, 9457.0, 9447.0, 9487.0, 9445.0, 9452.0, 9487.0, 9440.0, 9426.0, 9454.0, 9431.0, 9418.0, 9415.0, 9413.0, 9413.0, 9415.0, 9415.0, 9439.0, 9443.0, 9446.0, 9441.0, 9454.0, 9434.0, 9438.0, 9459.0, 9461.0, 9441.0, 9460.0, 9478.0, 9486.0, 9485.0, 9485.0, 9483.0, 9499.0, 9488.0, 9497.0, 9484.0, 9494.0, 9498.0, 9508.0, 9478.0, 9501.0, 9514.0, 9497.0, 9489.0, 9498.0, 9534.0, 9555.0, 9544.0, 9549.0, 9538.0, 9522.0, 9537.0, 9530.0, 9557.0, 9562.0, 9567.0, 9568.0, 9558.0, 9518.0, 9521.0, 9548.0, 9515.0, 9523.0, 9541.0, 9515.0, 9503.0, 9520.0, 9512.0, 9516.0, 9495.0, 9498.0, 9554.0, 9514.0, 9524.0, 9506.0, 9510.0, 9524.0, 9492.0, 9489.0, 9512.0, 9486.0, 9478.0, 9489.0, 9488.0, 9491.0, 9492.0, 9496.0, 9513.0, 9509.0, 9496.0, 9499.0, 9518.0, 9518.0, 9523.0, 9564.0, 9556.0, 9535.0, 9532.0, 9514.0, 9520.0, 9511.0, 9501.0, 9512.0, 9523.0, 9529.0, 9514.0, 9535.0, 9492.0, 9499.0, 9536.0, 9508.0, 9500.0, 9495.0, 9508.0, 9496.0, 9479.0, 9511.0, 9513.0, 9506.0, 9491.0, 9513.0, 9516.0, 9518.0, 9519.0, 9517.0, 9517.0, 9523.0, 9544.0, 9540.0, 9534.0, 9535.0, 9521.0, 9545.0, 9506.0, 9492.0, 9513.0, 9488.0, 9492.0, 9532.0, 9489.0, 9493.0, 9515.0, 9474.0, 9475.0, 9506.0, 9488.0, 9493.0, 9509.0, 9511.0, 9511.0, 9501.0, 9480.0, 9513.0, 9493.0, 9482.0, 9509.0, 9487.0, 9476.0, 9469.0, 9471.0, 9504.0, 9505.0, 9495.0, 9507.0, 9497.0, 9521.0, 9510.0, 9501.0, 9545.0, 9511.0, 9521.0, 9510.0, 9518.0, 9550.0, 9519.0, 9516.0, 9483.0, 9497.0, 9515.0, 9514.0, 9536.0, 9524.0, 9558.0, 9565.0, 9590.0, 9535.0, 9501.0, 9492.0, 9495.0, 9521.0, 9512.0, 9537.0, 9515.0, 9513.0, 9540.0, 9526.0, 9466.0, 9471.0, 9482.0, 9456.0, 9449.0, 9478.0, 9465.0, 9480.0, 9463.0, 9465.0, 9478.0, 9480.0, 9471.0, 9496.0, 9510.0, 9504.0, 9513.0, 9500.0, 9516.0, 9529.0, 9508.0, 9518.0, 9512.0, 9504.0, 9498.0, 9495.0, 9514.0, 9513.0, 9505.0, 9493.0, 9497.0, 9519.0, 9506.0, 9494.0, 9518.0, 9507.0, 9514.0, 9516.0, 9518.0, 9520.0, 9519.0, 9544.0, 9505.0, 9530.0, 9564.0, 9541.0, 9531.0, 9560.0, 9536.0, 9521.0, 9535.0, 9530.0, 9504.0, 9525.0, 9504.0, 9495.0, 9512.0, 9522.0, 9517.0, 9499.0, 9503.0, 9519.0, 9513.0, 9509.0, 9555.0, 9520.0, 9512.0, 9501.0, 9496.0, 9516.0, 9515.0, 9504.0, 9499.0, 9490.0, 9494.0, 9517.0, 9510.0, 9495.0, 9532.0, 9488.0, 9477.0, 9509.0, 9473.0, 9478.0, 9508.0, 9503.0, 9481.0, 9510.0, 9510.0, 9499.0, 9528.0, 9519.0, 9537.0, 9531.0, 9527.0, 9541.0, 9515.0, 9502.0, 9508.0, 9499.0, 9517.0, 9533.0, 9538.0, 9519.0, 9521.0, 9531.0, 9524.0, 9567.0, 9538.0, 9530.0, 9557.0, 9513.0, 9517.0, 9534.0, 9492.0, 9514.0, 9490.0, 9486.0, 9488.0, 9478.0, 9465.0, 9487.0, 9467.0, 9478.0, 9533.0, 9494.0, 9474.0, 9479.0, 9465.0, 9501.0, 9454.0, 9474.0, 9487.0, 9488.0, 9506.0, 9473.0, 9495.0, 9512.0, 9487.0, 9478.0, 9511.0, 9491.0, 9478.0, 9493.0, 9503.0, 9492.0, 9488.0, 9489.0, 9508.0, 9496.0, 9501.0, 9501.0, 9514.0, 9504.0, 9521.0, 9533.0, 9523.0, 9524.0, 9526.0, 9539.0, 9540.0, 9528.0, 9542.0, 9538.0, 9535.0, 9579.0, 9564.0, 9561.0, 9546.0, 9551.0, 9549.0, 9546.0, 9550.0, 9558.0, 9546.0, 9553.0, 9539.0, 9564.0, 9555.0, 9546.0, 9581.0, 9556.0, 9552.0, 9552.0, 9531.0, 9547.0, 9546.0, 9554.0, 9510.0, 9520.0, 9520.0, 9526.0, 9544.0, 9533.0, 9523.0, 9531.0, 9514.0, 9532.0, 9510.0, 9518.0, 9518.0, 9508.0, 9561.0, 9524.0, 9542.0, 9542.0, 9494.0, 9496.0, 9517.0, 9449.0, 9462.0, 9488.0, 9463.0, 9456.0, 9479.0, 9481.0, 9481.0, 9487.0, 9477.0, 9490.0, 9501.0, 9502.0, 9528.0, 9491.0, 9487.0, 9509.0, 9488.0, 9476.0, 9482.0, 9485.0, 9509.0, 9501.0, 9473.0, 9512.0, 9502.0, 9492.0, 9532.0, 9515.0, 9503.0, 9526.0, 9509.0, 9512.0, 9525.0, 9521.0, 9537.0, 9531.0, 9527.0, 9539.0, 9533.0, 9523.0, 9528.0, 9506.0, 9539.0, 9513.0, 9502.0, 9513.0, 9488.0, 9481.0, 9508.0, 9504.0, 9495.0, 9510.0, 9500.0, 9533.0, 9522.0, 9497.0, 9509.0, 9512.0, 9501.0, 9528.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.00026696100917431194</td></tr>
<tr><td colspan=3>aqi</td><td>0.0349829247706422</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.25961229691156</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2267211957405286</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9576302113547644</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3128.4558</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11578787381975901</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.600917431192661</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3303907694172263</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2137874926737386</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5683144842211565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2090703313567843</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126856</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005648874212056398</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02329910919070244</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.187473754047235</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>32.0531</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.8383</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.2937</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291229.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1157.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.6493</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8401</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.4811</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3438.7939</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.0302</td></tr>
<tr><td colspan=3>tsnr</td><td>33.61276582733262</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>