<?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-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-04_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-04_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>74129a2c2a324e0ab183cf704aa58be1</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>12:15:14.287500</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-04_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.104211</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7758, -7227, 542, -63, -137, -32, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>301.387</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ae3fcc4-e722-4c99-a2d2-1856ef2e8d71||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': ['121514.287500', '121514.747500', '121515.207500', '121515.667500', '121516.127500', '121516.587500', '121517.047500', '121517.507500', '121517.967500', '121518.427500', '121518.887500', '121519.347500', '121519.807500', '121520.267500', '121520.727500', '121521.187500', '121521.647500', '121522.107500', '121522.567500', '121523.027500', '121523.487500', '121523.947500', '121524.407500', '121524.867500', '121525.327500', '121525.787500', '121526.247500', '121526.707500', '121527.167500', '121527.627500', '121528.087500', '121528.547500', '121529.007500', '121529.467500', '121529.927500', '121530.387500', '121530.847500', '121531.307500', '121531.767500', '121532.227500', '121532.687500', '121533.147500', '121533.607500', '121534.067500', '121534.527500', '121534.987500', '121535.447500', '121535.907500', '121536.367500', '121536.827500', '121537.287500', '121537.747500', '121538.207500', '121538.667500', '121539.127500', '121539.587500', '121540.047500', '121540.507500', '121540.967500', '121541.427500', '121541.887500', '121542.347500', '121542.807500', '121543.267500', '121543.727500', '121544.187500', '121544.647500', '121545.107500', '121545.567500', '121546.027500', '121546.487500', '121546.947500', '121547.407500', '121547.867500', '121548.327500', '121548.787500', '121549.247500', '121549.707500', '121550.167500', '121550.627500', '121551.087500', '121551.547500', '121552.007500', '121552.467500', '121552.927500', '121553.387500', '121553.847500', '121554.307500', '121554.767500', '121555.227500', '121555.687500', '121556.147500', '121556.607500', '121557.067500', '121557.527500', '121557.987500', '121558.447500', '121558.907500', '121559.367500', '121559.827500', '121600.287500', '121600.747500', '121601.207500', '121601.667500', '121602.127500', '121602.587500', '121603.047500', '121603.507500', '121603.967500', '121604.427500', '121604.887500', '121605.347500', '121605.807500', '121606.267500', '121606.727500', '121607.187500', '121607.647500', '121608.107500', '121608.567500', '121609.027500', '121609.487500', '121609.947500', '121610.407500', '121610.867500', '121611.327500', '121611.787500', '121612.247500', '121612.707500', '121613.167500', '121613.627500', '121614.087500', '121614.547500', '121615.007500', '121615.467500', '121615.927500', '121616.387500', '121616.847500', '121617.307500', '121617.767500', '121618.227500', '121618.687500', '121619.147500', '121619.607500', '121620.067500', '121620.527500', '121620.987500', '121621.447500', '121621.907500', '121622.367500', '121622.827500', '121623.287500', '121623.747500', '121624.207500', '121624.667500', '121625.127500', '121625.587500', '121626.047500', '121626.507500', '121626.967500', '121627.427500', '121627.887500', '121628.347500', '121628.807500', '121629.267500', '121629.727500', '121630.187500', '121630.647500', '121631.107500', '121631.567500', '121632.027500', '121632.487500', '121632.947500', '121633.407500', '121633.867500', '121634.327500', '121634.787500', '121635.247500', '121635.707500', '121636.167500', '121636.627500', '121637.087500', '121637.547500', '121638.007500', '121638.467500', '121638.927500', '121639.387500', '121639.847500', '121640.307500', '121640.767500', '121641.227500', '121641.687500', '121642.147500', '121642.607500', '121643.067500', '121643.527500', '121643.987500', '121644.447500', '121644.907500', '121645.367500', '121645.827500', '121646.287500', '121646.747500', '121647.207500', '121647.667500', '121648.127500', '121648.587500', '121649.047500', '121649.507500', '121649.967500', '121650.427500', '121650.887500', '121651.347500', '121651.807500', '121652.267500', '121652.727500', '121653.187500', '121653.647500', '121654.107500', '121654.567500', '121655.027500', '121655.487500', '121655.947500', '121656.407500', '121656.867500', '121657.327500', '121657.787500', '121658.247500', '121658.707500', '121659.167500', '121659.627500', '121700.087500', '121700.547500', '121701.007500', '121701.467500', '121701.927500', '121702.387500', '121702.847500', '121703.307500', '121703.767500', '121704.227500', '121704.687500', '121705.147500', '121705.607500', '121706.067500', '121706.527500', '121706.987500', '121707.447500', '121707.907500', '121708.367500', '121708.827500', '121709.287500', '121709.747500', '121710.207500', '121710.667500', '121711.127500', '121711.587500', '121712.047500', '121712.507500', '121712.967500', '121713.427500', '121713.887500', '121714.347500', '121714.807500', '121715.267500', '121715.727500', '121716.187500', '121716.647500', '121717.107500', '121717.567500', '121718.027500', '121718.487500', '121718.947500', '121719.407500', '121719.867500', '121720.327500', '121720.787500', '121721.247500', '121721.707500', '121722.167500', '121722.627500', '121723.087500', '121723.547500', '121724.007500', '121724.467500', '121724.927500', '121725.387500', '121725.847500', '121726.307500', '121726.767500', '121727.227500', '121727.687500', '121728.147500', '121728.607500', '121729.067500', '121729.527500', '121729.987500', '121730.447500', '121730.907500', '121731.367500', '121731.827500', '121732.287500', '121732.747500', '121733.207500', '121733.667500', '121734.127500', '121734.587500', '121735.047500', '121735.507500', '121735.967500', '121736.427500', '121736.887500', '121737.347500', '121737.807500', '121738.267500', '121738.727500', '121739.187500', '121739.647500', '121740.107500', '121740.567500', '121741.027500', '121741.487500', '121741.947500', '121742.407500', '121742.867500', '121743.327500', '121743.787500', '121744.247500', '121744.707500', '121745.167500', '121745.627500', '121746.087500', '121746.547500', '121747.007500', '121747.467500', '121747.927500', '121748.387500', '121748.847500', '121749.307500', '121749.767500', '121750.227500', '121750.687500', '121751.147500', '121751.607500', '121752.067500', '121752.527500', '121752.987500', '121753.447500', '121753.907500', '121754.367500', '121754.827500', '121755.287500', '121755.747500', '121756.207500', '121756.667500', '121757.127500', '121757.587500', '121758.047500', '121758.507500', '121758.967500', '121759.427500', '121759.887500', '121800.347500', '121800.807500', '121801.267500', '121801.727500', '121802.187500', '121802.647500', '121803.107500', '121803.567500', '121804.027500', '121804.487500', '121804.947500', '121805.407500', '121805.867500', '121806.327500', '121806.787500', '121807.247500', '121807.707500', '121808.167500', '121808.627500', '121809.087500', '121809.547500', '121810.007500', '121810.467500', '121810.927500', '121811.387500', '121811.847500', '121812.307500', '121812.767500', '121813.227500', '121813.687500', '121814.147500', '121814.607500', '121815.067500', '121815.527500', '121815.987500', '121816.447500', '121816.907500', '121817.367500', '121817.827500', '121818.287500', '121818.747500', '121819.207500', '121819.667500', '121820.127500', '121820.587500', '121821.047500', '121821.507500', '121821.967500', '121822.427500', '121822.887500', '121823.347500', '121823.807500', '121824.267500', '121824.727500', '121825.187500', '121825.647500', '121826.107500', '121826.567500', '121827.027500', '121827.487500', '121827.947500', '121828.407500', '121828.867500', '121829.327500', '121829.787500', '121830.247500', '121830.707500', '121831.167500', '121831.627500', '121832.087500', '121832.547500', '121833.007500', '121833.467500', '121833.927500', '121834.387500', '121834.847500', '121835.307500', '121835.767500', '121836.227500', '121836.687500', '121837.147500', '121837.607500', '121838.067500', '121838.527500', '121838.987500', '121839.447500', '121839.907500', '121840.367500', '121840.827500', '121841.287500', '121841.747500', '121842.207500', '121842.667500', '121843.127500', '121843.587500', '121844.047500', '121844.507500', '121844.967500', '121845.427500', '121845.887500', '121846.347500', '121846.807500', '121847.267500', '121847.727500', '121848.187500', '121848.647500', '121849.107500', '121849.567500', '121850.027500', '121850.487500', '121850.947500', '121851.407500', '121851.867500', '121852.327500', '121852.787500', '121853.247500', '121853.707500', '121854.167500', '121854.627500', '121855.087500', '121855.547500', '121856.007500', '121856.467500', '121856.927500', '121857.387500', '121857.847500', '121858.307500', '121858.767500', '121859.227500', '121859.687500', '121900.147500', '121900.607500', '121901.067500', '121901.527500', '121901.987500', '121902.447500', '121902.907500', '121903.367500', '121903.827500', '121904.287500', '121904.747500', '121905.207500', '121905.667500', '121906.127500', '121906.587500', '121907.047500', '121907.507500', '121907.967500', '121908.427500', '121908.887500', '121909.347500', '121909.807500', '121910.267500', '121910.727500', '121911.187500', '121911.647500', '121912.107500', '121912.567500', '121913.027500', '121913.487500', '121913.947500', '121914.407500', '121914.867500', '121915.327500', '121915.787500', '121916.247500', '121916.707500', '121917.167500', '121917.627500', '121918.087500', '121918.547500', '121919.007500', '121919.467500', '121919.927500', '121920.387500', '121920.847500', '121921.307500', '121921.767500', '121922.227500', '121922.687500', '121923.147500', '121923.607500', '121924.067500', '121924.527500', '121924.987500', '121925.447500', '121925.907500', '121926.367500', '121926.827500', '121927.287500', '121927.747500', '121928.207500', '121928.667500', '121929.127500', '121929.587500', '121930.047500', '121930.507500', '121930.967500', '121931.427500', '121931.887500', '121932.347500', '121932.807500', '121933.267500', '121933.727500', '121934.187500', '121934.647500', '121935.107500', '121935.567500', '121936.027500', '121936.487500', '121936.947500', '121937.407500', '121937.867500', '121938.327500', '121938.787500', '121939.247500', '121939.707500', '121940.167500', '121940.627500', '121941.087500', '121941.547500', '121942.007500', '121942.467500', '121942.927500', '121943.387500', '121943.847500', '121944.307500', '121944.767500', '121945.227500', '121945.687500', '121946.147500', '121946.607500', '121947.067500', '121947.527500', '121947.987500', '121948.447500', '121948.907500', '121949.367500', '121949.827500', '121950.287500', '121950.747500', '121951.207500', '121951.667500', '121952.127500', '121952.587500', '121953.047500', '121953.507500', '121953.967500', '121954.427500', '121954.887500', '121955.347500', '121955.807500', '121956.267500', '121956.727500', '121957.187500', '121957.647500', '121958.107500', '121958.567500', '121959.027500', '121959.487500', '121959.947500', '122000.407500', '122000.867500', '122001.327500', '122001.787500', '122002.247500', '122002.707500', '122003.167500', '122003.627500', '122004.087500', '122004.547500', '122005.007500', '122005.467500', '122005.927500', '122006.387500', '122006.847500', '122007.307500', '122007.767500', '122008.227500', '122008.687500', '122009.147500', '122009.607500', '122010.067500', '122010.527500', '122010.987500', '122011.447500', '122011.907500', '122012.367500', '122012.827500', '122013.287500', '122013.747500', '122014.207500', '122014.667500', '122015.127500', '122015.587500', '122016.047500', '122016.507500', '122016.967500', '122017.427500', '122017.887500', '122018.347500', '122018.807500', '122019.267500', '122019.727500', '122020.187500', '122020.647500', '122021.107500', '122021.567500', '122022.027500', '122022.487500', '122022.947500', '122023.407500', '122023.867500', '122024.327500', '122024.787500', '122025.247500', '122025.707500', '122026.167500', '122026.627500', '122027.087500', '122027.547500', '122028.007500', '122028.467500', '122028.927500', '122029.387500', '122029.847500', '122030.307500', '122030.767500', '122031.227500', '122031.687500', '122032.147500', '122032.607500', '122033.067500', '122033.527500', '122033.987500', '122034.447500', '122034.907500', '122035.367500', '122035.827500', '122036.287500', '122036.747500', '122037.207500', '122037.667500', '122038.127500', '122038.587500', '122039.047500', '122039.507500', '122039.967500', '122040.427500', '122040.887500', '122041.347500', '122041.807500', '122042.267500', '122042.727500', '122043.187500', '122043.647500', '122044.107500', '122044.567500', '122045.027500', '122045.487500', '122045.947500', '122046.407500', '122046.867500', '122047.327500', '122047.787500', '122048.247500', '122048.707500', '122049.167500', '122049.627500', '122050.087500', '122050.547500', '122051.007500', '122051.467500', '122051.927500', '122052.387500', '122052.847500', '122053.307500', '122053.767500', '122054.227500', '122054.687500', '122055.147500', '122055.607500', '122056.067500', '122056.527500', '122056.987500', '122057.447500', '122057.907500', '122058.367500', '122058.827500', '122059.287500', '122059.747500', '122100.207500', '122100.667500', '122101.127500', '122101.587500', '122102.047500', '122102.507500', '122102.967500', '122103.427500', '122103.887500', '122104.347500', '122104.807500', '122105.267500', '122105.727500', '122106.187500', '122106.647500', '122107.107500', '122107.567500', '122108.027500', '122108.487500', '122108.947500', '122109.407500', '122109.867500', '122110.327500', '122110.787500', '122111.247500', '122111.707500', '122112.167500', '122112.627500', '122113.087500', '122113.547500', '122114.007500', '122114.467500', '122114.927500', '122115.387500', '122115.847500', '122116.307500', '122116.767500', '122117.227500', '122117.687500', '122118.147500', '122118.607500', '122119.067500', '122119.527500', '122119.987500', '122120.447500', '122120.907500', '122121.367500', '122121.827500', '122122.287500', '122122.747500', '122123.207500', '122123.667500', '122124.127500', '122124.587500', '122125.047500', '122125.507500', '122125.967500', '122126.427500', '122126.887500', '122127.347500', '122127.807500', '122128.267500', '122128.727500', '122129.187500', '122129.647500', '122130.107500', '122130.567500', '122131.027500', '122131.487500', '122131.947500', '122132.407500', '122132.867500', '122133.327500', '122133.787500', '122134.247500', '122134.707500', '122135.167500', '122135.627500', '122136.087500', '122136.547500', '122137.007500', '122137.467500', '122137.927500', '122138.387500', '122138.847500', '122139.307500', '122139.767500', '122140.227500', '122140.687500', '122141.147500', '122141.607500', '122142.067500', '122142.527500', '122142.987500', '122143.447500', '122143.907500', '122144.367500', '122144.827500', '122145.287500', '122145.747500', '122146.207500', '122146.667500', '122147.127500', '122147.587500', '122148.047500', '122148.507500', '122148.967500', '122149.427500', '122149.887500', '122150.347500', '122150.807500', '122151.267500', '122151.727500', '122152.187500', '122152.647500', '122153.107500', '122153.567500', '122154.027500', '122154.487500', '122154.947500'], 'ContentTime': ['121537.822000', '121537.826000', '121537.829000', '121537.831000', '121537.834000', '121537.837000', '121537.840000', '121537.843000', '121537.846000', '121537.849000', '121537.851000', '121537.854000', '121537.857000', '121537.860000', '121537.863000', '121537.865000', '121537.868000', '121537.871000', '121537.874000', '121537.877000', '121537.880000', '121537.883000', '121537.886000', '121537.888000', '121537.891000', '121537.894000', '121537.897000', '121537.900000', '121537.903000', '121537.906000', '121537.908000', '121537.911000', '121537.914000', '121537.917000', '121537.920000', '121537.922000', '121537.929000', '121537.931000', '121537.934000', '121537.937000', '121537.940000', '121537.943000', '121537.946000', '121537.948000', '121537.951000', '121537.954000', '121537.957000', '121537.959000', '121537.962000', '121557.785000', '121557.788000', '121557.791000', '121557.794000', '121557.796000', '121557.799000', '121557.802000', '121557.805000', '121557.808000', '121557.811000', '121557.817000', '121557.819000', '121557.822000', '121557.825000', '121557.828000', '121557.831000', '121557.833000', '121557.836000', '121557.839000', '121557.842000', '121557.845000', '121557.848000', '121557.851000', '121557.854000', '121557.856000', '121557.859000', '121557.862000', '121557.865000', '121557.868000', '121557.871000', '121557.873000', '121557.882000', '121557.885000', '121557.888000', '121557.891000', '121557.893000', '121557.896000', '121557.899000', '121557.902000', '121557.905000', '121557.907000', '121557.910000', '121557.913000', '121557.916000', '121617.785000', '121617.788000', '121617.791000', '121617.794000', '121617.797000', '121617.800000', '121617.803000', '121617.807000', '121617.810000', '121617.813000', '121617.816000', '121617.819000', '121617.822000', '121617.825000', '121617.827000', '121617.830000', '121617.833000', '121617.836000', '121617.839000', '121617.854000', '121617.857000', '121617.859000', '121617.862000', '121617.865000', '121617.868000', '121617.871000', '121617.873000', '121617.876000', '121617.879000', '121617.882000', '121617.885000', '121617.887000', '121617.894000', '121617.897000', '121617.900000', '121617.903000', '121617.913000', '121617.916000', '121617.918000', '121617.921000', '121617.924000', '121617.927000', '121617.930000', '121637.785000', '121637.868000', '121637.871000', '121637.873000', '121637.877000', '121637.880000', '121637.883000', '121637.885000', '121637.888000', '121637.891000', '121637.894000', '121637.897000', '121637.900000', '121637.903000', '121637.906000', '121637.909000', '121637.912000', '121637.914000', '121637.917000', '121637.920000', '121637.929000', '121637.932000', '121637.935000', '121637.938000', '121637.941000', '121637.943000', '121637.946000', '121637.949000', '121637.952000', '121637.955000', '121637.958000', '121637.960000', '121637.963000', '121637.966000', '121637.969000', '121637.973000', '121637.976000', '121637.979000', '121637.988000', '121637.991000', '121637.994000', '121637.997000', '121638.000000', '121638.003000', '121657.785000', '121657.788000', '121657.791000', '121657.794000', '121657.797000', '121657.800000', '121657.802000', '121657.805000', '121657.808000', '121657.820000', '121657.823000', '121657.826000', '121657.829000', '121657.832000', '121657.835000', '121657.838000', '121657.840000', '121657.843000', '121657.846000', '121657.849000', '121657.852000', '121657.855000', '121657.858000', '121657.860000', '121657.863000', '121657.866000', '121657.869000', '121657.872000', '121657.874000', '121657.877000', '121657.880000', '121657.883000', '121657.886000', '121657.889000', '121657.891000', '121657.897000', '121657.900000', '121657.903000', '121657.906000', '121657.909000', '121657.912000', '121657.914000', '121657.917000', '121717.785000', '121717.788000', '121717.791000', '121717.794000', '121717.797000', '121717.800000', '121717.802000', '121717.805000', '121717.808000', '121717.811000', '121717.814000', '121717.817000', '121717.819000', '121717.822000', '121717.825000', '121717.828000', '121717.831000', '121717.833000', '121717.836000', '121717.839000', '121717.842000', '121717.845000', '121717.848000', '121717.859000', '121717.862000', '121717.865000', '121717.868000', '121717.871000', '121717.873000', '121717.876000', '121717.879000', '121717.882000', '121717.885000', '121717.887000', '121717.890000', '121717.893000', '121717.896000', '121717.899000', '121717.902000', '121717.904000', '121717.907000', '121717.910000', '121717.920000', '121717.923000', '121737.785000', '121737.811000', '121737.813000', '121737.816000', '121737.819000', '121737.822000', '121737.825000', '121737.828000', '121737.831000', '121737.834000', '121737.838000', '121737.841000', '121737.844000', '121737.847000', '121737.850000', '121737.853000', '121737.856000', '121737.858000', '121737.861000', '121737.864000', '121737.875000', '121737.878000', '121737.881000', '121737.884000', '121737.886000', '121737.889000', '121737.892000', '121737.895000', '121737.898000', '121737.900000', '121737.903000', '121737.906000', '121737.909000', '121737.912000', '121737.915000', '121737.918000', '121737.920000', '121737.923000', '121737.926000', '121737.929000', '121737.932000', '121737.935000', '121737.938000', '121757.785000', '121757.827000', '121757.830000', '121757.833000', '121757.836000', '121757.839000', '121757.841000', '121757.844000', '121757.847000', '121757.850000', '121757.853000', '121757.855000', '121757.858000', '121757.861000', '121757.864000', '121757.867000', '121757.870000', '121757.873000', '121757.875000', '121757.884000', '121757.887000', '121757.890000', '121757.892000', '121757.895000', '121757.898000', '121757.901000', '121757.904000', '121757.906000', '121757.909000', '121757.912000', '121757.915000', '121757.918000', '121757.920000', '121757.923000', '121757.926000', '121757.929000', '121757.932000', '121757.935000', '121757.937000', '121757.940000', '121757.943000', '121757.946000', '121757.949000', '121757.951000', '121817.785000', '121817.788000', '121817.791000', '121817.794000', '121817.797000', '121817.800000', '121817.803000', '121817.806000', '121817.809000', '121817.811000', '121817.814000', '121817.817000', '121817.820000', '121817.823000', '121817.826000', '121817.829000', '121817.832000', '121817.834000', '121817.837000', '121817.840000', '121817.843000', '121817.846000', '121817.849000', '121817.852000', '121817.861000', '121817.863000', '121817.866000', '121817.869000', '121817.872000', '121817.875000', '121817.878000', '121817.883000', '121817.887000', '121817.890000', '121817.893000', '121817.896000', '121817.899000', '121817.902000', '121817.904000', '121817.907000', '121817.910000', '121817.913000', '121817.916000', '121837.785000', '121837.810000', '121837.813000', '121837.816000', '121837.818000', '121837.821000', '121837.824000', '121837.827000', '121837.830000', '121837.833000', '121837.835000', '121837.838000', '121837.841000', '121837.844000', '121837.847000', '121837.850000', '121837.853000', '121837.856000', '121837.858000', '121837.861000', '121837.864000', '121837.867000', '121837.870000', '121837.873000', '121837.875000', '121837.878000', '121837.881000', '121837.884000', '121837.887000', '121837.890000', '121837.892000', '121837.895000', '121837.898000', '121837.901000', '121837.904000', '121837.906000', '121837.909000', '121837.912000', '121837.915000', '121837.918000', '121837.920000', '121837.923000', '121837.926000', '121837.929000', '121857.785000', '121857.788000', '121857.791000', '121857.794000', '121857.797000', '121857.800000', '121857.802000', '121857.805000', '121857.815000', '121857.818000', '121857.821000', '121857.824000', '121857.827000', '121857.830000', '121857.833000', '121857.836000', '121857.838000', '121857.841000', '121857.844000', '121857.847000', '121857.850000', '121857.853000', '121857.855000', '121857.858000', '121857.861000', '121857.864000', '121857.867000', '121857.872000', '121857.876000', '121857.879000', '121857.882000', '121857.885000', '121857.888000', '121857.890000', '121857.893000', '121857.896000', '121857.899000', '121857.902000', '121857.905000', '121857.908000', '121857.910000', '121857.913000', '121857.916000', '121917.785000', '121917.788000', '121917.791000', '121917.794000', '121917.797000', '121917.799000', '121917.803000', '121917.805000', '121917.808000', '121917.811000', '121917.814000', '121917.817000', '121917.820000', '121917.823000', '121917.826000', '121917.828000', '121917.831000', '121917.834000', '121917.837000', '121917.840000', '121917.843000', '121917.845000', '121917.848000', '121917.851000', '121917.854000', '121917.857000', '121917.870000', '121917.873000', '121917.876000', '121917.879000', '121917.882000', '121917.884000', '121917.887000', '121917.890000', '121917.893000', '121917.896000', '121917.898000', '121917.901000', '121917.904000', '121917.907000', '121917.910000', '121917.913000', '121917.916000', '121917.918000', '121937.785000', '121937.788000', '121937.791000', '121937.794000', '121937.797000', '121937.799000', '121937.802000', '121937.805000', '121937.808000', '121937.811000', '121937.814000', '121937.817000', '121937.820000', '121937.823000', '121937.825000', '121937.828000', '121937.831000', '121937.834000', '121937.837000', '121937.840000', '121937.843000', '121937.845000', '121937.848000', '121937.851000', '121937.854000', '121937.857000', '121937.860000', '121937.862000', '121937.865000', '121937.868000', '121937.871000', '121937.874000', '121937.877000', '121937.879000', '121937.882000', '121937.885000', '121937.888000', '121937.891000', '121937.893000', '121937.896000', '121937.901000', '121937.906000', '121937.909000', '121957.785000', '121957.788000', '121957.791000', '121957.794000', '121957.797000', '121957.799000', '121957.802000', '121957.805000', '121957.808000', '121957.811000', '121957.814000', '121957.816000', '121957.819000', '121957.822000', '121957.825000', '121957.828000', '121957.831000', '121957.834000', '121957.836000', '121957.839000', '121957.842000', '121957.845000', '121957.848000', '121957.851000', '121957.854000', '121957.857000', '121957.859000', '121957.862000', '121957.865000', '121957.868000', '121957.871000', '121957.873000', '121957.876000', '121957.879000', '121957.882000', '121957.885000', '121957.888000', '121957.890000', '121957.893000', '121957.896000', '121957.899000', '121957.902000', '121957.905000', '121957.908000', '122017.785000', '122017.788000', '122017.791000', '122017.794000', '122017.797000', '122017.799000', '122017.802000', '122017.805000', '122017.808000', '122017.811000', '122017.814000', '122017.817000', '122017.820000', '122017.822000', '122017.825000', '122017.834000', '122017.837000', '122017.840000', '122017.843000', '122017.847000', '122017.850000', '122017.853000', '122017.856000', '122017.859000', '122017.862000', '122017.865000', '122017.868000', '122017.870000', '122017.873000', '122017.876000', '122017.879000', '122017.882000', '122017.885000', '122017.888000', '122017.890000', '122017.893000', '122017.896000', '122017.899000', '122017.905000', '122017.908000', '122017.911000', '122017.914000', '122017.917000', '122037.785000', '122037.801000', '122037.804000', '122037.807000', '122037.809000', '122037.812000', '122037.815000', '122037.818000', '122037.821000', '122037.824000', '122037.827000', '122037.830000', '122037.832000', '122037.835000', '122037.838000', '122037.841000', '122037.844000', '122037.847000', '122037.849000', '122037.852000', '122037.855000', '122037.858000', '122037.861000', '122037.864000', '122037.867000', '122037.870000', '122037.873000', '122037.875000', '122037.878000', '122037.881000', '122037.884000', '122037.887000', '122037.890000', '122037.893000', '122037.895000', '122037.898000', '122037.901000', '122037.904000', '122037.907000', '122037.910000', '122037.912000', '122037.915000', '122037.918000', '122037.921000', '122057.785000', '122057.788000', '122057.791000', '122057.794000', '122057.797000', '122057.799000', '122057.802000', '122057.805000', '122057.808000', '122057.811000', '122057.815000', '122057.818000', '122057.821000', '122057.824000', '122057.827000', '122057.830000', '122057.833000', '122057.835000', '122057.838000', '122057.841000', '122057.844000', '122057.847000', '122057.850000', '122057.853000', '122057.855000', '122057.858000', '122057.861000', '122057.864000', '122057.867000', '122057.869000', '122057.872000', '122057.875000', '122057.878000', '122057.883000', '122057.886000', '122057.889000', '122057.891000', '122057.894000', '122057.897000', '122057.900000', '122057.903000', '122057.906000', '122057.908000', '122117.785000', '122117.788000', '122117.791000', '122117.794000', '122117.796000', '122117.799000', '122117.802000', '122117.805000', '122117.808000', '122117.811000', '122117.814000', '122117.817000', '122117.819000', '122117.822000', '122117.825000', '122117.828000', '122117.831000', '122117.833000', '122117.836000', '122117.839000', '122117.849000', '122117.852000', '122117.855000', '122117.858000', '122117.861000', '122117.864000', '122117.866000', '122117.869000', '122117.872000', '122117.875000', '122117.878000', '122117.881000', '122117.883000', '122117.886000', '122117.889000', '122117.892000', '122117.895000', '122117.898000', '122117.900000', '122117.903000', '122117.906000', '122117.909000', '122117.912000', '122117.914000', '122137.785000', '122137.788000', '122137.791000', '122137.794000', '122137.797000', '122137.800000', '122137.803000', '122137.806000', '122137.809000', '122137.812000', '122137.814000', '122137.817000', '122137.820000', '122137.823000', '122137.826000', '122137.829000', '122137.831000', '122137.834000', '122137.837000', '122137.840000', '122137.843000', '122137.846000', '122137.849000', '122137.852000', '122137.855000', '122137.858000', '122137.860000', '122137.863000', '122137.866000', '122137.869000', '122137.872000', '122137.875000', '122137.877000', '122137.880000', '122137.883000', '122137.887000', '122137.890000', '122137.893000', '122137.896000', '122137.899000', '122137.901000', '122137.904000', '122137.907000', '122155.948000', '122155.952000', '122155.956000', '122155.959000', '122155.962000', '122155.965000', '122155.968000', '122155.971000', '122155.974000', '122155.977000', '122155.980000', '122155.983000', '122155.986000', '122155.988000', '122155.991000', '122155.994000', '122155.997000', '122156.001000', '122156.004000', '122156.007000', '122156.009000', '122156.012000', '122156.015000', '122156.018000', '122156.021000', '122156.024000', '122156.027000', '122156.029000', '122156.032000', '122156.035000', '122156.038000', '122156.041000', '122156.043000', '122156.046000', '122156.049000', '122156.052000', '122156.055000', '122156.058000', '122156.060000', '122156.063000'], 'InstanceCreationTime': ['121537.822000', '121537.826000', '121537.829000', '121537.831000', '121537.834000', '121537.837000', '121537.840000', '121537.843000', '121537.846000', '121537.849000', '121537.851000', '121537.854000', '121537.857000', '121537.860000', '121537.863000', '121537.865000', '121537.868000', '121537.871000', '121537.874000', '121537.877000', '121537.880000', '121537.883000', '121537.886000', '121537.888000', '121537.891000', '121537.894000', '121537.897000', '121537.900000', '121537.903000', '121537.906000', '121537.908000', '121537.911000', '121537.914000', '121537.917000', '121537.920000', '121537.922000', '121537.929000', '121537.931000', '121537.934000', '121537.937000', '121537.940000', '121537.943000', '121537.946000', '121537.948000', '121537.951000', '121537.954000', '121537.957000', '121537.959000', '121537.962000', '121557.785000', '121557.788000', '121557.791000', '121557.794000', '121557.796000', '121557.799000', '121557.802000', '121557.805000', '121557.808000', '121557.811000', '121557.817000', '121557.819000', '121557.822000', '121557.825000', '121557.828000', '121557.831000', '121557.833000', '121557.836000', '121557.839000', '121557.842000', '121557.845000', '121557.848000', '121557.851000', '121557.854000', '121557.856000', '121557.859000', '121557.862000', '121557.865000', '121557.868000', '121557.871000', '121557.873000', '121557.882000', '121557.885000', '121557.888000', '121557.891000', '121557.893000', '121557.896000', '121557.899000', '121557.902000', '121557.905000', '121557.907000', '121557.910000', '121557.913000', '121557.916000', '121617.785000', '121617.788000', '121617.791000', '121617.794000', '121617.797000', '121617.800000', '121617.803000', '121617.807000', '121617.810000', '121617.813000', '121617.816000', '121617.819000', '121617.822000', '121617.825000', '121617.827000', '121617.830000', '121617.833000', '121617.836000', '121617.839000', '121617.854000', '121617.857000', '121617.859000', '121617.862000', '121617.865000', '121617.868000', '121617.871000', '121617.873000', '121617.876000', '121617.879000', '121617.882000', '121617.885000', '121617.887000', '121617.894000', '121617.897000', '121617.900000', '121617.903000', '121617.913000', '121617.916000', '121617.918000', '121617.921000', '121617.924000', '121617.927000', '121617.930000', '121637.785000', '121637.868000', '121637.871000', '121637.873000', '121637.877000', '121637.880000', '121637.883000', '121637.885000', '121637.888000', '121637.891000', '121637.894000', '121637.897000', '121637.900000', '121637.903000', '121637.906000', '121637.909000', '121637.912000', '121637.914000', '121637.917000', '121637.920000', '121637.929000', '121637.932000', '121637.935000', '121637.938000', '121637.941000', '121637.943000', '121637.946000', '121637.949000', '121637.952000', '121637.955000', '121637.958000', '121637.960000', '121637.963000', '121637.966000', '121637.969000', '121637.973000', '121637.976000', '121637.979000', '121637.988000', '121637.991000', '121637.994000', '121637.997000', '121638.000000', '121638.003000', '121657.785000', '121657.788000', '121657.791000', '121657.794000', '121657.797000', '121657.800000', '121657.802000', '121657.805000', '121657.808000', '121657.820000', '121657.823000', '121657.826000', '121657.829000', '121657.832000', '121657.835000', '121657.838000', '121657.840000', '121657.843000', '121657.846000', '121657.849000', '121657.852000', '121657.855000', '121657.858000', '121657.860000', '121657.863000', '121657.866000', '121657.869000', '121657.872000', '121657.874000', '121657.877000', '121657.880000', '121657.883000', '121657.886000', '121657.889000', '121657.891000', '121657.897000', '121657.900000', '121657.903000', '121657.906000', '121657.909000', '121657.912000', '121657.914000', '121657.917000', '121717.785000', '121717.788000', '121717.791000', '121717.794000', '121717.797000', '121717.800000', '121717.802000', '121717.805000', '121717.808000', '121717.811000', '121717.814000', '121717.817000', '121717.819000', '121717.822000', '121717.825000', '121717.828000', '121717.831000', '121717.833000', '121717.836000', '121717.839000', '121717.842000', '121717.845000', '121717.848000', '121717.859000', '121717.862000', '121717.865000', '121717.868000', '121717.871000', '121717.873000', '121717.876000', '121717.879000', '121717.882000', '121717.885000', '121717.887000', '121717.890000', '121717.893000', '121717.896000', '121717.899000', '121717.902000', '121717.904000', '121717.907000', '121717.910000', '121717.920000', '121717.923000', '121737.785000', '121737.811000', '121737.813000', '121737.816000', '121737.819000', '121737.822000', '121737.825000', '121737.828000', '121737.831000', '121737.834000', '121737.838000', '121737.841000', '121737.844000', '121737.847000', '121737.850000', '121737.853000', '121737.856000', '121737.858000', '121737.861000', '121737.864000', '121737.875000', '121737.878000', '121737.881000', '121737.884000', '121737.886000', '121737.889000', '121737.892000', '121737.895000', '121737.898000', '121737.900000', '121737.903000', '121737.906000', '121737.909000', '121737.912000', '121737.915000', '121737.918000', '121737.920000', '121737.923000', '121737.926000', '121737.929000', '121737.932000', '121737.935000', '121737.938000', '121757.785000', '121757.827000', '121757.830000', '121757.833000', '121757.836000', '121757.839000', '121757.841000', '121757.844000', '121757.847000', '121757.850000', '121757.853000', '121757.855000', '121757.858000', '121757.861000', '121757.864000', '121757.867000', '121757.870000', '121757.873000', '121757.875000', '121757.884000', '121757.887000', '121757.890000', '121757.892000', '121757.895000', '121757.898000', '121757.901000', '121757.904000', '121757.906000', '121757.909000', '121757.912000', '121757.915000', '121757.918000', '121757.920000', '121757.923000', '121757.926000', '121757.929000', '121757.932000', '121757.935000', '121757.937000', '121757.940000', '121757.943000', '121757.946000', '121757.949000', '121757.951000', '121817.785000', '121817.788000', '121817.791000', '121817.794000', '121817.797000', '121817.800000', '121817.803000', '121817.806000', '121817.809000', '121817.811000', '121817.814000', '121817.817000', '121817.820000', '121817.823000', '121817.826000', '121817.829000', '121817.832000', '121817.834000', '121817.837000', '121817.840000', '121817.843000', '121817.846000', '121817.849000', '121817.852000', '121817.861000', '121817.863000', '121817.866000', '121817.869000', '121817.872000', '121817.875000', '121817.878000', '121817.883000', '121817.887000', '121817.890000', '121817.893000', '121817.896000', '121817.899000', '121817.902000', '121817.904000', '121817.907000', '121817.910000', '121817.913000', '121817.916000', '121837.785000', '121837.810000', '121837.813000', '121837.816000', '121837.818000', '121837.821000', '121837.824000', '121837.827000', '121837.830000', '121837.833000', '121837.835000', '121837.838000', '121837.841000', '121837.844000', '121837.847000', '121837.850000', '121837.853000', '121837.856000', '121837.858000', '121837.861000', '121837.864000', '121837.867000', '121837.870000', '121837.873000', '121837.875000', '121837.878000', '121837.881000', '121837.884000', '121837.887000', '121837.890000', '121837.892000', '121837.895000', '121837.898000', '121837.901000', '121837.904000', '121837.906000', '121837.909000', '121837.912000', '121837.915000', '121837.918000', '121837.920000', '121837.923000', '121837.926000', '121837.929000', '121857.785000', '121857.788000', '121857.791000', '121857.794000', '121857.797000', '121857.800000', '121857.802000', '121857.805000', '121857.815000', '121857.818000', '121857.821000', '121857.824000', '121857.827000', '121857.830000', '121857.833000', '121857.836000', '121857.838000', '121857.841000', '121857.844000', '121857.847000', '121857.850000', '121857.853000', '121857.855000', '121857.858000', '121857.861000', '121857.864000', '121857.867000', '121857.872000', '121857.876000', '121857.879000', '121857.882000', '121857.885000', '121857.888000', '121857.890000', '121857.893000', '121857.896000', '121857.899000', '121857.902000', '121857.905000', '121857.908000', '121857.910000', '121857.913000', '121857.916000', '121917.785000', '121917.788000', '121917.791000', '121917.794000', '121917.797000', '121917.799000', '121917.803000', '121917.805000', '121917.808000', '121917.811000', '121917.814000', '121917.817000', '121917.820000', '121917.823000', '121917.826000', '121917.828000', '121917.831000', '121917.834000', '121917.837000', '121917.840000', '121917.843000', '121917.845000', '121917.848000', '121917.851000', '121917.854000', '121917.857000', '121917.870000', '121917.873000', '121917.876000', '121917.879000', '121917.882000', '121917.884000', '121917.887000', '121917.890000', '121917.893000', '121917.896000', '121917.898000', '121917.901000', '121917.904000', '121917.907000', '121917.910000', '121917.913000', '121917.916000', '121917.918000', '121937.785000', '121937.788000', '121937.791000', '121937.794000', '121937.797000', '121937.799000', '121937.802000', '121937.805000', '121937.808000', '121937.811000', '121937.814000', '121937.817000', '121937.820000', '121937.823000', '121937.825000', '121937.828000', '121937.831000', '121937.834000', '121937.837000', '121937.840000', '121937.843000', '121937.845000', '121937.848000', '121937.851000', '121937.854000', '121937.857000', '121937.860000', '121937.862000', '121937.865000', '121937.868000', '121937.871000', '121937.874000', '121937.877000', '121937.879000', '121937.882000', '121937.885000', '121937.888000', '121937.891000', '121937.893000', '121937.896000', '121937.901000', '121937.906000', '121937.909000', '121957.785000', '121957.788000', '121957.791000', '121957.794000', '121957.797000', '121957.799000', '121957.802000', '121957.805000', '121957.808000', '121957.811000', '121957.814000', '121957.816000', '121957.819000', '121957.822000', '121957.825000', '121957.828000', '121957.831000', '121957.834000', '121957.836000', '121957.839000', '121957.842000', '121957.845000', '121957.848000', '121957.851000', '121957.854000', '121957.857000', '121957.859000', '121957.862000', '121957.865000', '121957.868000', '121957.871000', '121957.873000', '121957.876000', '121957.879000', '121957.882000', '121957.885000', '121957.888000', '121957.890000', '121957.893000', '121957.896000', '121957.899000', '121957.902000', '121957.905000', '121957.908000', '122017.785000', '122017.788000', '122017.791000', '122017.794000', '122017.797000', '122017.799000', '122017.802000', '122017.805000', '122017.808000', '122017.811000', '122017.814000', '122017.817000', '122017.820000', '122017.822000', '122017.825000', '122017.834000', '122017.837000', '122017.840000', '122017.843000', '122017.847000', '122017.850000', '122017.853000', '122017.856000', '122017.859000', '122017.862000', '122017.865000', '122017.868000', '122017.870000', '122017.873000', '122017.876000', '122017.879000', '122017.882000', '122017.885000', '122017.888000', '122017.890000', '122017.893000', '122017.896000', '122017.899000', '122017.905000', '122017.908000', '122017.911000', '122017.914000', '122017.917000', '122037.785000', '122037.801000', '122037.804000', '122037.807000', '122037.809000', '122037.812000', '122037.815000', '122037.818000', '122037.821000', '122037.824000', '122037.827000', '122037.830000', '122037.832000', '122037.835000', '122037.838000', '122037.841000', '122037.844000', '122037.847000', '122037.849000', '122037.852000', '122037.855000', '122037.858000', '122037.861000', '122037.864000', '122037.867000', '122037.870000', '122037.873000', '122037.875000', '122037.878000', '122037.881000', '122037.884000', '122037.887000', '122037.890000', '122037.893000', '122037.895000', '122037.898000', '122037.901000', '122037.904000', '122037.907000', '122037.910000', '122037.912000', '122037.915000', '122037.918000', '122037.921000', '122057.785000', '122057.788000', '122057.791000', '122057.794000', '122057.797000', '122057.799000', '122057.802000', '122057.805000', '122057.808000', '122057.811000', '122057.815000', '122057.818000', '122057.821000', '122057.824000', '122057.827000', '122057.830000', '122057.833000', '122057.835000', '122057.838000', '122057.841000', '122057.844000', '122057.847000', '122057.850000', '122057.853000', '122057.855000', '122057.858000', '122057.861000', '122057.864000', '122057.867000', '122057.869000', '122057.872000', '122057.875000', '122057.878000', '122057.883000', '122057.886000', '122057.889000', '122057.891000', '122057.894000', '122057.897000', '122057.900000', '122057.903000', '122057.906000', '122057.908000', '122117.785000', '122117.788000', '122117.791000', '122117.794000', '122117.796000', '122117.799000', '122117.802000', '122117.805000', '122117.808000', '122117.811000', '122117.814000', '122117.817000', '122117.819000', '122117.822000', '122117.825000', '122117.828000', '122117.831000', '122117.833000', '122117.836000', '122117.839000', '122117.849000', '122117.852000', '122117.855000', '122117.858000', '122117.861000', '122117.864000', '122117.866000', '122117.869000', '122117.872000', '122117.875000', '122117.878000', '122117.881000', '122117.883000', '122117.886000', '122117.889000', '122117.892000', '122117.895000', '122117.898000', '122117.900000', '122117.903000', '122117.906000', '122117.909000', '122117.912000', '122117.914000', '122137.785000', '122137.788000', '122137.791000', '122137.794000', '122137.797000', '122137.800000', '122137.803000', '122137.806000', '122137.809000', '122137.812000', '122137.814000', '122137.817000', '122137.820000', '122137.823000', '122137.826000', '122137.829000', '122137.831000', '122137.834000', '122137.837000', '122137.840000', '122137.843000', '122137.846000', '122137.849000', '122137.852000', '122137.855000', '122137.858000', '122137.860000', '122137.863000', '122137.866000', '122137.869000', '122137.872000', '122137.875000', '122137.877000', '122137.880000', '122137.883000', '122137.887000', '122137.890000', '122137.893000', '122137.896000', '122137.899000', '122137.901000', '122137.904000', '122137.907000', '122155.948000', '122155.952000', '122155.956000', '122155.959000', '122155.962000', '122155.965000', '122155.968000', '122155.971000', '122155.974000', '122155.977000', '122155.980000', '122155.983000', '122155.986000', '122155.988000', '122155.991000', '122155.994000', '122155.997000', '122156.001000', '122156.004000', '122156.007000', '122156.009000', '122156.012000', '122156.015000', '122156.018000', '122156.021000', '122156.024000', '122156.027000', '122156.029000', '122156.032000', '122156.035000', '122156.038000', '122156.041000', '122156.043000', '122156.046000', '122156.049000', '122156.052000', '122156.055000', '122156.058000', '122156.060000', '122156.063000'], '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': [13726, 10809, 12260, 14264, 12258, 12238, 17655, 11337, 13855, 11350, 12217, 17771, 12885, 12020, 16850, 11770, 16134, 11041, 16192, 13847, 12847, 18042, 11851, 15499, 17062, 12793, 16170, 13283, 13137, 18197, 12292, 14871, 16797, 13108, 16783, 12314, 12720, 12057, 13048, 14390, 13050, 18400, 12437, 15308, 14567, 10804, 18320, 12587, 14457, 11863, 12268, 17958, 11248, 15884, 17503, 12204, 17927, 12223, 12276, 14434, 11311, 15482, 11970, 11921, 17887, 12934, 12704, 11873, 12746, 16249, 11910, 17407, 13039, 11983, 17671, 11759, 15115, 18355, 12184, 17227, 12839, 12378, 18689, 11829, 15849, 11726, 12327, 19213, 12843, 14772, 17150, 12009, 16263, 12226, 12451, 18183, 12713, 12949, 17118, 11571, 16260, 11827, 12747, 18391, 12104, 15574, 12114, 12687, 16237, 12060, 16571, 13145, 11948, 18236, 12593, 13605, 12936, 13187, 18085, 11435, 15623, 18294, 13063, 16980, 11120, 14423, 17389, 11148, 15444, 13153, 12197, 17296, 11193, 15061, 11659, 12668, 14928, 11882, 17133, 11936, 12490, 18029, 12154, 16105, 11645, 12679, 18725, 12962, 16606, 11805, 13039, 18052, 11580, 13942, 18410, 11665, 15626, 12974, 12812, 16778, 11431, 12882, 19103, 11636, 16073, 12461, 12591, 17782, 11353, 14199, 16503, 11671, 16156, 12749, 12169, 16266, 11692, 15229, 12166, 12168, 17784, 13061, 14275, 12115, 12557, 17624, 11371, 16433, 14250, 11521, 17879, 11457, 15456, 14666, 11914, 17451, 12807, 12059, 17575, 11554, 15332, 12641, 11602, 18045, 12173, 13371, 14372, 11650, 16710, 11633, 12111, 17713, 11917, 12889, 17632, 11736, 16312, 11864, 12294, 17231, 12350, 12905, 19081, 11746, 13046, 16917, 11608, 14920, 12306, 11483, 17340, 11970, 12350, 16377, 11927, 16048, 12994, 11467, 17159, 11233, 14975, 18010, 11725, 16412, 12889, 12043, 11597, 12014, 13569, 11806, 16935, 12387, 16709, 12674, 12746, 17309, 11511, 17084, 11781, 12257, 17288, 11626, 17032, 10963, 15148, 12316, 12331, 12064, 12783, 17972, 12300, 17336, 12557, 16633, 13678, 12766, 18169, 11215, 13145, 18977, 12074, 12458, 18808, 12024, 14221, 11341, 12256, 16468, 11401, 12289, 17882, 12036, 13758, 11899, 12318, 16459, 11877, 11924, 17995, 12013, 15939, 11591, 12605, 12171, 13211, 17146, 12461, 12812, 19231, 12845, 14939, 11292, 13266, 18747, 12731, 13339, 17808, 12014, 17063, 11588, 13034, 18534, 11670, 14733, 18229, 11924, 16512, 11566, 12607, 18079, 11141, 13326, 18175, 11477, 16186, 12122, 12732, 17784, 11442, 14958, 15463, 12275, 17459, 11383, 13360, 17967, 11810, 16665, 12825, 12039, 12779, 11772, 13721, 13033, 11630, 13221, 18660, 12383, 17855, 11540, 12309, 20196, 12895, 15897, 12850, 12901, 16737, 12101, 17727, 11717, 16289, 10859, 15308, 13382, 13911, 18956, 14374, 17052, 12853, 12975, 18951, 12672, 14531, 15121, 13306, 16577, 12240, 12779, 16197, 12660, 16476, 12679, 14184, 12435, 13065, 17508, 12010, 12151, 16184, 11247, 16639, 11119, 12557, 12242, 11395, 15577, 12506, 12200, 15472, 11765, 16877, 11173, 14139, 11348, 11226, 16763, 12564, 14793, 12166, 13516, 11560, 13609, 12028, 13574, 15273, 12462, 18124, 12956, 16914, 11815, 15522, 13402, 11485, 18336, 11835, 13859, 11884, 12365, 16282, 11043, 15336, 12351, 13441, 16684, 12429, 15810, 10234, 10839, 16491, 9644, 12680, 10115, 10211, 16343, 11436, 13283, 10761, 10540, 10408, 10803, 10253, 12282, 17980, 12098, 13040, 10687, 11460, 10955, 12374, 16079, 13607, 14269, 13389, 12141, 11502, 12722, 11057, 12228, 17472, 12722, 12350, 17288, 13055, 15205, 11993, 12835, 13890, 11861, 14500, 12924, 12499, 16773, 12555, 13302, 13019, 13363, 17256, 13139, 15005, 13529, 14094, 13549, 17187, 13448, 13735, 15523, 13903, 13189, 16443, 14096, 13415, 18299, 12724, 14044, 17046, 12639, 14326, 12416, 13579, 16597, 12844, 12628, 11450, 12436, 14743, 13189, 13186, 17232, 13764, 15475, 12721, 13195, 17227, 13786, 13331, 18128, 14264, 15489, 13973, 13415, 13722, 13741, 17105, 13709, 15861, 14235, 13291, 15364, 12454, 16714, 13051, 13493, 18338, 13604, 16169, 13291, 13167, 16372, 12578, 15776, 13178, 12699, 18534, 13296, 16001, 13188, 13368, 16542, 12796, 15755, 14091, 12432, 13363, 13070, 11958, 12798, 16153, 13380, 14713, 14071, 13787, 14634, 13351, 16801, 12648, 15937, 12912, 15147, 17503, 13812, 12992, 20216, 12514, 13524, 12498, 12852, 16434, 13082, 13099, 17944, 13644, 13286, 13424, 12829, 15755, 12947, 12866, 16955, 13450, 13081, 17238, 12308, 14514, 16807, 12601, 15073, 13995, 13364, 15518, 12257, 13943, 13937, 13695, 18268, 13998, 13754, 17401, 13424, 17016, 18307, 12567, 15722, 18011, 12222, 16392, 12769, 12520, 16063, 12963, 12319, 16931, 13148, 12656, 17804, 11971, 13276, 16023, 12859, 15703, 13443, 12787, 16667, 12558, 15008, 12722, 13132, 17204, 12792, 16385, 13249, 13358, 16482, 12150, 16428, 13355, 13038, 14186, 12510, 17599, 12425, 15039, 15759, 12299, 17868, 12399, 16694, 11724, 15684, 15105, 12645, 16613, 13281, 13099, 17884, 12298, 16047, 13800, 13247, 18092, 13444, 12998, 18436, 12308, 13609, 12793, 13004, 16467, 13268, 13351, 12721, 13207, 12258, 13373, 16877, 12560, 15899, 13622, 16265, 13531, 13522, 18511, 13122, 15250, 16429, 12312, 17304, 13099, 14554, 12125, 13344, 17813, 12513, 13364, 18213, 13082, 15253, 12728, 13168, 17512, 12401, 15864, 16411, 12873, 16170, 12585, 14662, 12315, 13193, 17322, 12804, 14962, 13477, 13596, 17775, 12484, 15718, 18339, 12624, 16104, 13087, 13478, 16557, 12611, 13627, 18643, 12581, 15216, 13730, 13137, 17472, 11889, 15436, 13285, 12295, 18479, 11651, 14182, 12576, 13195, 17644, 12699, 12920, 19554, 12842, 15988, 12798, 13363, 17297, 12308, 13178, 13266, 12672, 17943, 11847, 15694, 12497, 13330, 18145, 13350, 16099, 14227, 12574, 12959, 12718, 16454, 12858, 14610, 15665, 12097, 16638, 13597, 13176, 14035, 13145, 17442, 12589, 17324, 12330, 12915, 18498, 12564, 16094, 18270, 14216, 16570, 12009, 13150, 17091, 12446, 12995, 18277, 12732, 13397, 16279, 12779, 15366, 12482, 13378, 16984, 13570, 13151, 18616, 12395, 14176, 13203, 12911, 16361, 14181, 13301, 18074, 12785, 14892, 13231, 13012, 16872, 12876, 12715, 16988, 11953, 13050, 16942, 11938, 15477, 12834, 12365, 15940, 11755, 15936, 12400, 12590, 17607, 13225, 16693, 12632, 14730, 12486, 12764, 12118, 12519, 17798, 13490, 16936], 'WindowCenter': [4434.0, 4399.0, 4410.0, 4417.0, 4393.0, 4392.0, 4426.0, 4381.0, 4389.0, 4370.0, 4378.0, 4409.0, 4377.0, 4404.0, 4436.0, 4393.0, 4423.0, 4382.0, 4412.0, 4390.0, 4379.0, 4410.0, 4380.0, 4401.0, 4409.0, 4378.0, 4399.0, 4390.0, 4389.0, 4410.0, 4379.0, 4402.0, 4410.0, 4374.0, 4397.0, 4376.0, 4377.0, 4390.0, 4392.0, 4401.0, 4391.0, 4424.0, 4378.0, 4398.0, 4384.0, 4381.0, 4423.0, 4378.0, 4388.0, 4370.0, 4378.0, 4410.0, 4366.0, 4397.0, 4395.0, 4368.0, 4408.0, 4377.0, 4383.0, 4398.0, 4367.0, 4398.0, 4363.0, 4364.0, 4396.0, 4377.0, 4377.0, 4378.0, 4388.0, 4409.0, 4378.0, 4411.0, 4391.0, 4378.0, 4415.0, 4378.0, 4401.0, 4410.0, 4377.0, 4397.0, 4376.0, 4389.0, 4421.0, 4367.0, 4395.0, 4364.0, 4375.0, 4408.0, 4375.0, 4387.0, 4407.0, 4376.0, 4397.0, 4364.0, 4363.0, 4393.0, 4364.0, 4364.0, 4396.0, 4368.0, 4395.0, 4366.0, 4375.0, 4408.0, 4367.0, 4385.0, 4365.0, 4376.0, 4408.0, 4376.0, 4409.0, 4377.0, 4365.0, 4407.0, 4375.0, 4386.0, 4376.0, 4387.0, 4408.0, 4364.0, 4386.0, 4396.0, 4379.0, 4397.0, 4368.0, 4388.0, 4397.0, 4353.0, 4385.0, 4359.0, 4362.0, 4381.0, 4339.0, 4397.0, 4378.0, 4389.0, 4396.0, 4377.0, 4408.0, 4379.0, 4393.0, 4423.0, 4391.0, 4410.0, 4378.0, 4378.0, 4409.0, 4376.0, 4397.0, 4377.0, 4390.0, 4409.0, 4365.0, 4385.0, 4394.0, 4352.0, 4382.0, 4362.0, 4364.0, 4394.0, 4352.0, 4363.0, 4392.0, 4352.0, 4382.0, 4362.0, 4364.0, 4395.0, 4353.0, 4384.0, 4394.0, 4364.0, 4384.0, 4362.0, 4363.0, 4395.0, 4365.0, 4385.0, 4363.0, 4363.0, 4395.0, 4372.0, 4385.0, 4364.0, 4348.0, 4391.0, 4362.0, 4393.0, 4372.0, 4365.0, 4437.0, 4394.0, 4412.0, 4399.0, 4376.0, 4407.0, 4375.0, 4366.0, 4406.0, 4366.0, 4398.0, 4362.0, 4351.0, 4394.0, 4365.0, 4376.0, 4387.0, 4368.0, 4397.0, 4353.0, 4363.0, 4397.0, 4364.0, 4376.0, 4396.0, 4364.0, 4396.0, 4352.0, 4377.0, 4410.0, 4378.0, 4378.0, 4407.0, 4364.0, 4389.0, 4396.0, 4354.0, 4385.0, 4364.0, 4365.0, 4406.0, 4364.0, 4377.0, 4397.0, 4365.0, 4397.0, 4378.0, 4368.0, 4410.0, 4378.0, 4399.0, 4409.0, 4366.0, 4397.0, 4376.0, 4378.0, 4367.0, 4390.0, 4389.0, 4378.0, 4410.0, 4379.0, 4410.0, 4390.0, 4390.0, 4424.0, 4394.0, 4424.0, 4379.0, 4377.0, 4409.0, 4379.0, 4410.0, 4371.0, 4400.0, 4379.0, 4391.0, 4396.0, 4392.0, 4421.0, 4379.0, 4411.0, 4379.0, 4411.0, 4391.0, 4379.0, 4408.0, 4354.0, 4363.0, 4393.0, 4352.0, 4365.0, 4404.0, 4363.0, 4373.0, 4352.0, 4363.0, 4383.0, 4352.0, 4350.0, 4392.0, 4352.0, 4374.0, 4365.0, 4367.0, 4395.0, 4363.0, 4363.0, 4393.0, 4363.0, 4385.0, 4365.0, 4376.0, 4376.0, 4386.0, 4408.0, 4377.0, 4379.0, 4409.0, 4378.0, 4386.0, 4368.0, 4377.0, 4405.0, 4366.0, 4375.0, 4408.0, 4376.0, 4408.0, 4366.0, 4387.0, 4407.0, 4353.0, 4375.0, 4394.0, 4352.0, 4383.0, 4353.0, 4374.0, 4393.0, 4351.0, 4374.0, 4394.0, 4351.0, 4383.0, 4362.0, 4363.0, 4395.0, 4352.0, 4386.0, 4385.0, 4365.0, 4410.0, 4365.0, 4388.0, 4419.0, 4379.0, 4396.0, 4360.0, 4352.0, 4376.0, 4366.0, 4389.0, 4390.0, 4380.0, 4402.0, 4418.0, 4375.0, 4421.0, 4366.0, 4378.0, 4408.0, 4362.0, 4398.0, 4387.0, 4389.0, 4394.0, 4375.0, 4404.0, 4364.0, 4396.0, 4354.0, 4395.0, 4375.0, 4388.0, 4408.0, 4385.0, 4396.0, 4350.0, 4349.0, 4379.0, 4336.0, 4344.0, 4353.0, 4344.0, 4365.0, 4334.0, 4347.0, 4366.0, 4348.0, 4367.0, 4358.0, 4358.0, 4349.0, 4358.0, 4381.0, 4353.0, 4362.0, 4381.0, 4340.0, 4382.0, 4364.0, 4375.0, 4362.0, 4350.0, 4381.0, 4365.0, 4364.0, 4384.0, 4368.0, 4400.0, 4368.0, 4388.0, 4367.0, 4354.0, 4395.0, 4375.0, 4388.0, 4378.0, 4402.0, 4391.0, 4403.0, 4381.0, 4404.0, 4413.0, 4392.0, 4424.0, 4393.0, 4424.0, 4380.0, 4401.0, 4388.0, 4367.0, 4410.0, 4367.0, 4389.0, 4392.0, 4406.0, 4397.0, 4329.0, 4347.0, 4339.0, 4334.0, 4334.0, 4326.0, 4352.0, 4307.0, 4321.0, 4361.0, 4310.0, 4341.0, 4307.0, 4306.0, 4346.0, 4327.0, 4339.0, 4319.0, 4333.0, 4331.0, 4334.0, 4334.0, 4333.0, 4458.0, 4403.0, 4401.0, 4367.0, 4365.0, 4354.0, 4361.0, 4381.0, 4370.0, 4373.0, 4377.0, 4376.0, 4381.0, 4389.0, 4380.0, 4375.0, 4395.0, 4361.0, 4363.0, 4394.0, 4374.0, 4398.0, 4365.0, 4388.0, 4386.0, 4364.0, 4385.0, 4365.0, 4363.0, 4396.0, 4364.0, 4373.0, 4374.0, 4378.0, 4396.0, 4376.0, 4385.0, 4386.0, 4386.0, 4389.0, 4411.0, 4392.0, 4386.0, 4385.0, 4362.0, 4361.0, 4382.0, 4371.0, 4374.0, 4405.0, 4373.0, 4374.0, 4379.0, 4349.0, 4368.0, 4349.0, 4372.0, 4394.0, 4373.0, 4375.0, 4363.0, 4377.0, 4386.0, 4374.0, 4375.0, 4397.0, 4387.0, 4398.0, 4391.0, 4387.0, 4408.0, 4375.0, 4374.0, 4398.0, 4386.0, 4397.0, 4386.0, 4387.0, 4389.0, 4387.0, 4399.0, 4376.0, 4397.0, 4387.0, 4388.0, 4398.0, 4377.0, 4397.0, 4364.0, 4375.0, 4394.0, 4376.0, 4385.0, 4374.0, 4373.0, 4397.0, 4374.0, 4385.0, 4364.0, 4364.0, 4394.0, 4374.0, 4397.0, 4375.0, 4386.0, 4394.0, 4374.0, 4384.0, 4373.0, 4375.0, 4375.0, 4377.0, 4378.0, 4388.0, 4399.0, 4389.0, 4398.0, 4401.0, 4402.0, 4402.0, 4389.0, 4410.0, 4374.0, 4400.0, 4389.0, 4399.0, 4410.0, 4377.0, 4379.0, 4421.0, 4378.0, 4376.0, 4364.0, 4361.0, 4384.0, 4361.0, 4360.0, 4396.0, 4377.0, 4375.0, 4386.0, 4374.0, 4384.0, 4360.0, 4362.0, 4385.0, 4316.0, 4319.0, 4394.0, 4363.0, 4374.0, 4380.0, 4350.0, 4383.0, 4372.0, 4387.0, 4396.0, 4407.0, 4416.0, 4401.0, 4398.0, 4422.0, 4390.0, 4389.0, 4409.0, 4388.0, 4409.0, 4399.0, 4363.0, 4383.0, 4382.0, 4348.0, 4366.0, 4330.0, 4278.0, 4411.0, 4406.0, 4404.0, 4410.0, 4376.0, 4378.0, 4407.0, 4367.0, 4378.0, 4396.0, 4376.0, 4396.0, 4378.0, 4377.0, 4409.0, 4389.0, 4410.0, 4387.0, 4402.0, 4412.0, 4390.0, 4398.0, 4392.0, 4389.0, 4398.0, 4367.0, 4394.0, 4377.0, 4394.0, 4401.0, 4404.0, 4425.0, 4378.0, 4399.0, 4386.0, 4368.0, 4409.0, 4378.0, 4410.0, 4364.0, 4397.0, 4374.0, 4362.0, 4385.0, 4362.0, 4363.0, 4396.0, 4363.0, 4383.0, 4361.0, 4359.0, 4380.0, 4362.0, 4362.0, 4395.0, 4364.0, 4372.0, 4360.0, 4359.0, 4381.0, 4375.0, 4377.0, 4364.0, 4378.0, 4375.0, 4404.0, 4412.0, 4379.0, 4398.0, 4388.0, 4413.0, 4389.0, 4392.0, 4438.0, 4389.0, 4399.0, 4385.0, 4363.0, 4396.0, 4375.0, 4386.0, 4377.0, 4389.0, 4409.0, 4366.0, 4373.0, 4395.0, 4373.0, 4398.0, 4377.0, 4378.0, 4406.0, 4376.0, 4397.0, 4383.0, 4378.0, 4412.0, 4389.0, 4398.0, 4364.0, 4365.0, 4395.0, 4366.0, 4386.0, 4379.0, 4375.0, 4396.0, 4375.0, 4396.0, 4397.0, 4364.0, 4397.0, 4375.0, 4374.0, 4384.0, 4361.0, 4374.0, 4395.0, 4363.0, 4385.0, 4376.0, 4375.0, 4398.0, 4364.0, 4385.0, 4374.0, 4367.0, 4408.0, 4355.0, 4386.0, 4365.0, 4362.0, 4395.0, 4362.0, 4364.0, 4395.0, 4364.0, 4384.0, 4377.0, 4375.0, 4397.0, 4363.0, 4376.0, 4374.0, 4378.0, 4411.0, 4378.0, 4399.0, 4377.0, 4390.0, 4423.0, 4391.0, 4398.0, 4388.0, 4379.0, 4379.0, 4391.0, 4411.0, 4378.0, 4389.0, 4398.0, 4367.0, 4399.0, 4379.0, 4379.0, 4391.0, 4390.0, 4411.0, 4391.0, 4410.0, 4376.0, 4365.0, 4397.0, 4365.0, 4400.0, 4399.0, 4377.0, 4398.0, 4365.0, 4374.0, 4382.0, 4348.0, 4352.0, 4384.0, 4361.0, 4374.0, 4384.0, 4366.0, 4385.0, 4352.0, 4363.0, 4393.0, 4361.0, 4374.0, 4398.0, 4375.0, 4389.0, 4374.0, 4364.0, 4385.0, 4374.0, 4376.0, 4400.0, 4376.0, 4387.0, 4363.0, 4363.0, 4396.0, 4364.0, 4366.0, 4395.0, 4367.0, 4375.0, 4396.0, 4364.0, 4389.0, 4379.0, 4378.0, 4399.0, 4378.0, 4399.0, 4378.0, 4382.0, 4411.0, 4390.0, 4411.0, 4391.0, 4401.0, 4391.0, 4390.0, 4379.0, 4384.0, 4413.0, 4393.0, 4414.0], 'WindowWidth': [9759.0, 9700.0, 9709.0, 9718.0, 9677.0, 9672.0, 9725.0, 9656.0, 9662.0, 9632.0, 9647.0, 9695.0, 9641.0, 9698.0, 9746.0, 9677.0, 9720.0, 9658.0, 9701.0, 9668.0, 9648.0, 9698.0, 9651.0, 9683.0, 9695.0, 9645.0, 9678.0, 9661.0, 9661.0, 9699.0, 9651.0, 9686.0, 9696.0, 9634.0, 9674.0, 9640.0, 9644.0, 9665.0, 9671.0, 9682.0, 9668.0, 9726.0, 9649.0, 9676.0, 9652.0, 9656.0, 9721.0, 9646.0, 9661.0, 9635.0, 9646.0, 9698.0, 9628.0, 9673.0, 9671.0, 9629.0, 9688.0, 9642.0, 9657.0, 9675.0, 9630.0, 9675.0, 9619.0, 9619.0, 9671.0, 9640.0, 9645.0, 9647.0, 9661.0, 9695.0, 9649.0, 9700.0, 9667.0, 9649.0, 9708.0, 9648.0, 9685.0, 9699.0, 9644.0, 9674.0, 9640.0, 9666.0, 9718.0, 9630.0, 9667.0, 9620.0, 9638.0, 9693.0, 9637.0, 9658.0, 9688.0, 9642.0, 9671.0, 9618.0, 9616.0, 9664.0, 9617.0, 9621.0, 9669.0, 9630.0, 9669.0, 9624.0, 9639.0, 9690.0, 9627.0, 9653.0, 9623.0, 9643.0, 9691.0, 9640.0, 9692.0, 9645.0, 9625.0, 9691.0, 9637.0, 9656.0, 9641.0, 9658.0, 9691.0, 9623.0, 9657.0, 9675.0, 9646.0, 9676.0, 9632.0, 9661.0, 9678.0, 9607.0, 9649.0, 9606.0, 9614.0, 9641.0, 9578.0, 9672.0, 9647.0, 9665.0, 9674.0, 9646.0, 9692.0, 9651.0, 9675.0, 9721.0, 9670.0, 9697.0, 9648.0, 9647.0, 9694.0, 9640.0, 9673.0, 9645.0, 9667.0, 9696.0, 9625.0, 9653.0, 9668.0, 9604.0, 9646.0, 9616.0, 9619.0, 9664.0, 9603.0, 9618.0, 9660.0, 9600.0, 9645.0, 9614.0, 9619.0, 9667.0, 9605.0, 9649.0, 9666.0, 9623.0, 9651.0, 9614.0, 9620.0, 9668.0, 9625.0, 9653.0, 9618.0, 9619.0, 9670.0, 9630.0, 9655.0, 9622.0, 9587.0, 9658.0, 9617.0, 9662.0, 9628.0, 9625.0, 9747.0, 9680.0, 9701.0, 9677.0, 9642.0, 9690.0, 9638.0, 9626.0, 9686.0, 9628.0, 9674.0, 9617.0, 9600.0, 9668.0, 9619.0, 9640.0, 9657.0, 9630.0, 9673.0, 9606.0, 9619.0, 9674.0, 9621.0, 9641.0, 9672.0, 9620.0, 9668.0, 9602.0, 9645.0, 9700.0, 9645.0, 9646.0, 9689.0, 9624.0, 9663.0, 9669.0, 9606.0, 9652.0, 9622.0, 9622.0, 9684.0, 9623.0, 9644.0, 9676.0, 9625.0, 9673.0, 9645.0, 9631.0, 9697.0, 9649.0, 9678.0, 9696.0, 9629.0, 9673.0, 9639.0, 9647.0, 9632.0, 9665.0, 9666.0, 9648.0, 9697.0, 9649.0, 9699.0, 9668.0, 9667.0, 9724.0, 9679.0, 9721.0, 9649.0, 9641.0, 9698.0, 9652.0, 9697.0, 9642.0, 9680.0, 9650.0, 9669.0, 9679.0, 9672.0, 9716.0, 9651.0, 9702.0, 9648.0, 9699.0, 9668.0, 9648.0, 9693.0, 9606.0, 9618.0, 9669.0, 9601.0, 9621.0, 9683.0, 9617.0, 9632.0, 9602.0, 9618.0, 9645.0, 9597.0, 9594.0, 9659.0, 9600.0, 9635.0, 9625.0, 9628.0, 9665.0, 9617.0, 9619.0, 9666.0, 9618.0, 9651.0, 9622.0, 9639.0, 9641.0, 9656.0, 9695.0, 9642.0, 9652.0, 9696.0, 9646.0, 9656.0, 9633.0, 9644.0, 9684.0, 9624.0, 9638.0, 9689.0, 9640.0, 9690.0, 9628.0, 9657.0, 9689.0, 9604.0, 9638.0, 9667.0, 9601.0, 9647.0, 9604.0, 9634.0, 9663.0, 9597.0, 9632.0, 9664.0, 9600.0, 9646.0, 9614.0, 9619.0, 9666.0, 9602.0, 9652.0, 9650.0, 9623.0, 9699.0, 9623.0, 9661.0, 9708.0, 9647.0, 9668.0, 9610.0, 9602.0, 9640.0, 9624.0, 9658.0, 9664.0, 9653.0, 9689.0, 9712.0, 9640.0, 9717.0, 9629.0, 9646.0, 9689.0, 9616.0, 9677.0, 9659.0, 9666.0, 9669.0, 9639.0, 9678.0, 9621.0, 9669.0, 9607.0, 9668.0, 9638.0, 9662.0, 9695.0, 9654.0, 9677.0, 9597.0, 9592.0, 9641.0, 9567.0, 9577.0, 9588.0, 9575.0, 9608.0, 9563.0, 9585.0, 9613.0, 9586.0, 9614.0, 9602.0, 9604.0, 9589.0, 9604.0, 9643.0, 9602.0, 9615.0, 9642.0, 9581.0, 9642.0, 9620.0, 9637.0, 9614.0, 9596.0, 9641.0, 9619.0, 9620.0, 9650.0, 9628.0, 9678.0, 9632.0, 9661.0, 9626.0, 9607.0, 9669.0, 9638.0, 9661.0, 9648.0, 9685.0, 9671.0, 9691.0, 9654.0, 9692.0, 9703.0, 9674.0, 9726.0, 9674.0, 9720.0, 9652.0, 9682.0, 9660.0, 9630.0, 9699.0, 9628.0, 9664.0, 9674.0, 9699.0, 9669.0, 9559.0, 9575.0, 9566.0, 9551.0, 9553.0, 9539.0, 9592.0, 9518.0, 9542.0, 9598.0, 9526.0, 9571.0, 9519.0, 9516.0, 9572.0, 9547.0, 9566.0, 9539.0, 9564.0, 9561.0, 9569.0, 9572.0, 9560.0, 9788.0, 9696.0, 9684.0, 9634.0, 9626.0, 9606.0, 9614.0, 9644.0, 9623.0, 9636.0, 9640.0, 9644.0, 9654.0, 9665.0, 9650.0, 9641.0, 9673.0, 9612.0, 9619.0, 9670.0, 9635.0, 9676.0, 9626.0, 9662.0, 9657.0, 9622.0, 9657.0, 9620.0, 9619.0, 9674.0, 9620.0, 9634.0, 9634.0, 9642.0, 9676.0, 9640.0, 9654.0, 9655.0, 9656.0, 9663.0, 9712.0, 9671.0, 9654.0, 9654.0, 9610.0, 9609.0, 9643.0, 9624.0, 9634.0, 9685.0, 9632.0, 9635.0, 9636.0, 9591.0, 9618.0, 9589.0, 9627.0, 9666.0, 9632.0, 9639.0, 9618.0, 9639.0, 9658.0, 9632.0, 9639.0, 9675.0, 9658.0, 9677.0, 9664.0, 9659.0, 9693.0, 9636.0, 9636.0, 9676.0, 9654.0, 9672.0, 9652.0, 9656.0, 9658.0, 9655.0, 9680.0, 9639.0, 9674.0, 9655.0, 9662.0, 9676.0, 9644.0, 9675.0, 9619.0, 9638.0, 9666.0, 9637.0, 9654.0, 9632.0, 9634.0, 9673.0, 9636.0, 9652.0, 9617.0, 9619.0, 9667.0, 9634.0, 9672.0, 9635.0, 9654.0, 9665.0, 9634.0, 9649.0, 9631.0, 9638.0, 9636.0, 9642.0, 9647.0, 9660.0, 9681.0, 9660.0, 9678.0, 9684.0, 9686.0, 9687.0, 9663.0, 9696.0, 9639.0, 9680.0, 9662.0, 9679.0, 9702.0, 9642.0, 9649.0, 9717.0, 9647.0, 9643.0, 9619.0, 9612.0, 9648.0, 9608.0, 9610.0, 9671.0, 9639.0, 9639.0, 9657.0, 9634.0, 9651.0, 9608.0, 9612.0, 9652.0, 9522.0, 9532.0, 9666.0, 9618.0, 9634.0, 9640.0, 9596.0, 9646.0, 9626.0, 9658.0, 9671.0, 9703.0, 9714.0, 9683.0, 9677.0, 9721.0, 9664.0, 9665.0, 9692.0, 9659.0, 9695.0, 9683.0, 9617.0, 9646.0, 9645.0, 9587.0, 9610.0, 9549.0, 9452.0, 9699.0, 9700.0, 9694.0, 9699.0, 9641.0, 9646.0, 9689.0, 9630.0, 9646.0, 9669.0, 9638.0, 9668.0, 9643.0, 9643.0, 9695.0, 9664.0, 9697.0, 9657.0, 9687.0, 9703.0, 9670.0, 9678.0, 9669.0, 9660.0, 9677.0, 9628.0, 9666.0, 9640.0, 9677.0, 9686.0, 9694.0, 9729.0, 9645.0, 9680.0, 9657.0, 9630.0, 9695.0, 9649.0, 9693.0, 9625.0, 9672.0, 9636.0, 9614.0, 9657.0, 9613.0, 9619.0, 9673.0, 9616.0, 9645.0, 9609.0, 9604.0, 9640.0, 9610.0, 9613.0, 9669.0, 9618.0, 9629.0, 9610.0, 9606.0, 9642.0, 9633.0, 9642.0, 9620.0, 9643.0, 9636.0, 9690.0, 9703.0, 9648.0, 9674.0, 9659.0, 9702.0, 9662.0, 9674.0, 9749.0, 9665.0, 9677.0, 9655.0, 9617.0, 9671.0, 9635.0, 9655.0, 9642.0, 9661.0, 9696.0, 9623.0, 9631.0, 9668.0, 9632.0, 9674.0, 9645.0, 9644.0, 9686.0, 9637.0, 9670.0, 9648.0, 9644.0, 9700.0, 9664.0, 9674.0, 9620.0, 9620.0, 9668.0, 9622.0, 9655.0, 9644.0, 9638.0, 9673.0, 9635.0, 9670.0, 9676.0, 9621.0, 9672.0, 9637.0, 9633.0, 9650.0, 9610.0, 9631.0, 9666.0, 9618.0, 9651.0, 9636.0, 9637.0, 9672.0, 9619.0, 9653.0, 9632.0, 9626.0, 9694.0, 9610.0, 9654.0, 9619.0, 9616.0, 9668.0, 9614.0, 9620.0, 9670.0, 9620.0, 9650.0, 9638.0, 9635.0, 9667.0, 9615.0, 9638.0, 9632.0, 9643.0, 9698.0, 9646.0, 9677.0, 9641.0, 9663.0, 9720.0, 9664.0, 9674.0, 9655.0, 9645.0, 9648.0, 9667.0, 9697.0, 9644.0, 9662.0, 9674.0, 9627.0, 9680.0, 9645.0, 9648.0, 9667.0, 9665.0, 9700.0, 9669.0, 9698.0, 9640.0, 9623.0, 9674.0, 9621.0, 9678.0, 9685.0, 9641.0, 9675.0, 9623.0, 9632.0, 9643.0, 9587.0, 9595.0, 9647.0, 9609.0, 9633.0, 9649.0, 9624.0, 9650.0, 9599.0, 9615.0, 9661.0, 9611.0, 9631.0, 9675.0, 9636.0, 9661.0, 9633.0, 9620.0, 9654.0, 9633.0, 9639.0, 9680.0, 9640.0, 9658.0, 9618.0, 9616.0, 9668.0, 9618.0, 9622.0, 9666.0, 9624.0, 9637.0, 9669.0, 9620.0, 9659.0, 9642.0, 9645.0, 9678.0, 9645.0, 9678.0, 9645.0, 9656.0, 9699.0, 9665.0, 9695.0, 9668.0, 9682.0, 9666.0, 9665.0, 9648.0, 9658.0, 9706.0, 9672.0, 9706.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.006139390804597702</td></tr>
<tr><td colspan=3>aqi</td><td>0.034960899080459774</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.60021198730728</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.335148178492522</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1105465155350986</td></tr>
<tr><td colspan=3>efc</td><td>0.5227</td></tr>
<tr><td colspan=3>fber</td><td>3009.9143</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15307121090998466</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>150</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.24137931034483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.325051262198251</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.222531674283443</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.568355484220179</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.18426662809113</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150587</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005221293307840824</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02538672275841236</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.177375321687947</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.3663</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.0804</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.9841</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290347.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1153.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.5433</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.846</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.3913</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.5876</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.1702</td></tr>
<tr><td colspan=3>tsnr</td><td>32.41271284816321</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>