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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:44:11.277500</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.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</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-01_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.0945946</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>379972a8-23eb-4548-b88d-02f019346277||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.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['094411.277500', '094411.737500', '094412.197500', '094412.657500', '094413.117500', '094413.577500', '094414.037500', '094414.497500', '094414.957500', '094415.417500', '094415.877500', '094416.337500', '094416.797500', '094417.257500', '094417.717500', '094418.177500', '094418.637500', '094419.097500', '094419.557500', '094420.017500', '094420.477500', '094420.937500', '094421.397500', '094421.857500', '094422.317500', '094422.777500', '094423.237500', '094423.697500', '094424.157500', '094424.617500', '094425.077500', '094425.537500', '094425.997500', '094426.457500', '094426.917500', '094427.377500', '094427.837500', '094428.297500', '094428.757500', '094429.217500', '094429.677500', '094430.137500', '094430.597500', '094431.057500', '094431.517500', '094431.977500', '094432.437500', '094432.897500', '094433.357500', '094433.817500', '094434.277500', '094434.737500', '094435.197500', '094435.657500', '094436.117500', '094436.577500', '094437.037500', '094437.497500', '094437.957500', '094438.417500', '094438.877500', '094439.337500', '094439.797500', '094440.257500', '094440.717500', '094441.177500', '094441.637500', '094442.097500', '094442.557500', '094443.017500', '094443.477500', '094443.937500', '094444.397500', '094444.857500', '094445.317500', '094445.777500', '094446.237500', '094446.697500', '094447.157500', '094447.617500', '094448.077500', '094448.537500', '094448.997500', '094449.457500', '094449.917500', '094450.377500', '094450.837500', '094451.297500', '094451.757500', '094452.217500', '094452.677500', '094453.137500', '094453.597500', '094454.057500', '094454.517500', '094454.977500', '094455.437500', '094455.897500', '094456.357500', '094456.817500', '094457.277500', '094457.737500', '094458.197500', '094458.657500', '094459.117500', '094459.577500', '094500.037500', '094500.497500', '094500.957500', '094501.417500', '094501.877500', '094502.337500', '094502.797500', '094503.257500', '094503.717500', '094504.177500', '094504.637500', '094505.097500', '094505.557500', '094506.017500', '094506.477500', '094506.937500', '094507.397500', '094507.857500', '094508.317500', '094508.777500', '094509.237500', '094509.697500', '094510.157500', '094510.617500', '094511.077500', '094511.537500', '094511.997500', '094512.457500', '094512.917500', '094513.377500', '094513.837500', '094514.297500', '094514.757500', '094515.217500', '094515.677500', '094516.137500', '094516.597500', '094517.057500', '094517.517500', '094517.977500', '094518.437500', '094518.897500', '094519.357500', '094519.817500', '094520.277500', '094520.737500', '094521.197500', '094521.657500', '094522.117500', '094522.577500', '094523.037500', '094523.497500', '094523.957500', '094524.417500', '094524.877500', '094525.337500', '094525.797500', '094526.257500', '094526.717500', '094527.177500', '094527.637500', '094528.097500', '094528.557500', '094529.017500', '094529.477500', '094529.937500', '094530.397500', '094530.857500', '094531.317500', '094531.777500', '094532.237500', '094532.697500', '094533.157500', '094533.617500', '094534.077500', '094534.537500', '094534.997500', '094535.457500', '094535.917500', '094536.377500', '094536.837500', '094537.297500', '094537.757500', '094538.217500', '094538.677500', '094539.137500', '094539.597500', '094540.057500', '094540.517500', '094540.977500', '094541.437500', '094541.897500', '094542.357500', '094542.817500', '094543.277500', '094543.737500', '094544.197500', '094544.657500', '094545.117500', '094545.577500', '094546.037500', '094546.497500', '094546.957500', '094547.417500', '094547.877500', '094548.337500', '094548.797500', '094549.257500', '094549.717500', '094550.177500', '094550.637500', '094551.097500', '094551.557500', '094552.017500', '094552.477500', '094552.937500', '094553.397500', '094553.857500', '094554.317500', '094554.777500', '094555.237500', '094555.697500', '094556.157500', '094556.617500', '094557.077500', '094557.537500', '094557.997500', '094558.457500', '094558.917500', '094559.377500', '094559.837500', '094600.297500', '094600.757500', '094601.217500', '094601.677500', '094602.137500', '094602.597500', '094603.057500', '094603.517500', '094603.977500', '094604.437500', '094604.897500', '094605.357500', '094605.817500', '094606.277500', '094606.737500', '094607.197500', '094607.657500', '094608.117500', '094608.577500', '094609.037500', '094609.497500', '094609.957500', '094610.417500', '094610.877500', '094611.337500', '094611.797500', '094612.257500', '094612.717500', '094613.177500', '094613.637500', '094614.097500', '094614.557500', '094615.017500', '094615.477500', '094615.937500', '094616.397500', '094616.857500', '094617.317500', '094617.777500', '094618.237500', '094618.697500', '094619.157500', '094619.617500', '094620.077500', '094620.537500', '094620.997500', '094621.457500', '094621.917500', '094622.377500', '094622.837500', '094623.297500', '094623.757500', '094624.217500', '094624.677500', '094625.137500', '094625.597500', '094626.057500', '094626.517500', '094626.977500', '094627.437500', '094627.897500', '094628.357500', '094628.817500', '094629.277500', '094629.737500', '094630.197500', '094630.657500', '094631.117500', '094631.577500', '094632.037500', '094632.497500', '094632.957500', '094633.417500', '094633.877500', '094634.337500', '094634.797500', '094635.257500', '094635.717500', '094636.177500', '094636.637500', '094637.097500', '094637.557500', '094638.017500', '094638.477500', '094638.937500', '094639.397500', '094639.857500', '094640.317500', '094640.777500', '094641.237500', '094641.697500', '094642.157500', '094642.617500', '094643.077500', '094643.537500', '094643.997500', '094644.457500', '094644.917500', '094645.377500', '094645.837500', '094646.297500', '094646.757500', '094647.217500', '094647.677500', '094648.137500', '094648.597500', '094649.057500', '094649.517500', '094649.977500', '094650.437500', '094650.897500', '094651.357500', '094651.817500', '094652.277500', '094652.737500', '094653.197500', '094653.657500', '094654.117500', '094654.577500', '094655.037500', '094655.497500', '094655.957500', '094656.417500', '094656.877500', '094657.337500', '094657.797500', '094658.257500', '094658.717500', '094659.177500', '094659.637500', '094700.097500', '094700.557500', '094701.017500', '094701.477500', '094701.937500', '094702.397500', '094702.857500', '094703.317500', '094703.777500', '094704.237500', '094704.697500', '094705.157500', '094705.617500', '094706.077500', '094706.537500', '094706.997500', '094707.457500', '094707.917500', '094708.377500', '094708.837500', '094709.297500', '094709.757500', '094710.217500', '094710.677500', '094711.137500', '094711.597500', '094712.057500', '094712.517500', '094712.977500', '094713.437500', '094713.897500', '094714.357500', '094714.817500', '094715.277500', '094715.737500', '094716.197500', '094716.657500', '094717.117500', '094717.577500', '094718.037500', '094718.497500', '094718.957500', '094719.417500', '094719.877500', '094720.337500', '094720.797500', '094721.257500', '094721.717500', '094722.177500', '094722.637500', '094723.097500', '094723.557500', '094724.017500', '094724.477500', '094724.937500', '094725.397500', '094725.857500', '094726.317500', '094726.777500', '094727.237500', '094727.697500', '094728.157500', '094728.617500', '094729.077500', '094729.537500', '094729.997500', '094730.457500', '094730.917500', '094731.377500', '094731.837500', '094732.297500', '094732.757500', '094733.217500', '094733.677500', '094734.137500', '094734.597500', '094735.057500', '094735.517500', '094735.977500', '094736.437500', '094736.897500', '094737.357500', '094737.817500', '094738.277500', '094738.737500', '094739.197500', '094739.657500', '094740.117500', '094740.577500', '094741.037500', '094741.497500', '094741.957500', '094742.417500', '094742.877500', '094743.337500', '094743.797500', '094744.257500', '094744.717500', '094745.177500', '094745.637500', '094746.097500', '094746.557500', '094747.017500', '094747.477500', '094747.937500', '094748.397500', '094748.857500', '094749.317500', '094749.777500', '094750.237500', '094750.697500', '094751.157500', '094751.617500', '094752.077500', '094752.537500', '094752.997500', '094753.457500', '094753.917500', '094754.377500', '094754.837500', '094755.297500', '094755.757500', '094756.217500', '094756.677500', '094757.137500', '094757.597500', '094758.057500', '094758.517500', '094758.977500', '094759.437500', '094759.897500', '094800.357500', '094800.817500', '094801.277500', '094801.737500', '094802.197500', '094802.657500', '094803.117500', '094803.577500', '094804.037500', '094804.497500', '094804.957500', '094805.417500', '094805.877500', '094806.337500', '094806.797500', '094807.257500', '094807.717500', '094808.177500', '094808.637500', '094809.097500', '094809.557500', '094810.017500', '094810.477500', '094810.937500', '094811.397500', '094811.857500', '094812.317500', '094812.777500', '094813.237500', '094813.697500', '094814.157500', '094814.617500', '094815.077500', '094815.537500', '094815.997500', '094816.457500', '094816.917500', '094817.377500', '094817.837500', '094818.297500', '094818.757500', '094819.217500', '094819.677500', '094820.137500', '094820.597500', '094821.057500', '094821.517500', '094821.977500', '094822.437500', '094822.897500', '094823.357500', '094823.817500', '094824.277500', '094824.737500', '094825.197500', '094825.657500', '094826.117500', '094826.577500', '094827.037500', '094827.497500', '094827.957500', '094828.417500', '094828.877500', '094829.337500', '094829.797500', '094830.257500', '094830.717500', '094831.177500', '094831.637500', '094832.097500', '094832.557500', '094833.017500', '094833.477500', '094833.937500', '094834.397500', '094834.857500', '094835.317500', '094835.777500', '094836.237500', '094836.697500', '094837.157500', '094837.617500', '094838.077500', '094838.537500', '094838.997500', '094839.457500', '094839.917500', '094840.377500', '094840.837500', '094841.297500', '094841.757500', '094842.217500', '094842.677500', '094843.137500', '094843.597500', '094844.057500', '094844.517500', '094844.977500', '094845.437500', '094845.897500', '094846.357500', '094846.817500', '094847.277500', '094847.737500', '094848.197500', '094848.657500', '094849.117500', '094849.577500', '094850.037500', '094850.497500', '094850.957500', '094851.417500', '094851.877500', '094852.337500', '094852.797500', '094853.257500', '094853.717500', '094854.177500', '094854.637500', '094855.097500', '094855.557500', '094856.017500', '094856.477500', '094856.937500', '094857.397500', '094857.857500', '094858.317500', '094858.777500', '094859.237500', '094859.697500', '094900.157500', '094900.617500', '094901.077500', '094901.537500', '094901.997500', '094902.457500', '094902.917500', '094903.377500', '094903.837500', '094904.297500', '094904.757500', '094905.217500', '094905.677500', '094906.137500', '094906.597500', '094907.057500', '094907.517500', '094907.977500', '094908.437500', '094908.897500', '094909.357500', '094909.817500', '094910.277500', '094910.737500', '094911.197500', '094911.657500', '094912.117500', '094912.577500', '094913.037500', '094913.497500', '094913.957500', '094914.417500', '094914.877500', '094915.337500', '094915.797500', '094916.257500', '094916.717500', '094917.177500', '094917.637500', '094918.097500', '094918.557500', '094919.017500', '094919.477500', '094919.937500', '094920.397500', '094920.857500', '094921.317500', '094921.777500', '094922.237500', '094922.697500', '094923.157500', '094923.617500', '094924.077500', '094924.537500', '094924.997500', '094925.457500', '094925.917500', '094926.377500', '094926.837500', '094927.297500', '094927.757500', '094928.217500', '094928.677500', '094929.137500', '094929.597500', '094930.057500', '094930.517500', '094930.977500', '094931.437500', '094931.897500', '094932.357500', '094932.817500', '094933.277500', '094933.737500', '094934.197500', '094934.657500', '094935.117500', '094935.577500', '094936.037500', '094936.497500', '094936.957500', '094937.417500', '094937.877500', '094938.337500', '094938.797500', '094939.257500', '094939.717500', '094940.177500', '094940.637500', '094941.097500', '094941.557500', '094942.017500', '094942.477500', '094942.937500', '094943.397500', '094943.857500', '094944.317500', '094944.777500', '094945.237500', '094945.697500', '094946.157500', '094946.617500', '094947.077500', '094947.537500', '094947.997500', '094948.457500', '094948.917500', '094949.377500', '094949.837500', '094950.297500', '094950.757500', '094951.217500', '094951.677500', '094952.137500', '094952.597500', '094953.057500', '094953.517500', '094953.977500', '094954.437500', '094954.897500', '094955.357500', '094955.817500', '094956.277500', '094956.737500', '094957.197500', '094957.657500', '094958.117500', '094958.577500', '094959.037500', '094959.497500', '094959.957500', '095000.417500', '095000.877500', '095001.337500', '095001.797500', '095002.257500', '095002.717500', '095003.177500', '095003.637500', '095004.097500', '095004.557500', '095005.017500', '095005.477500', '095005.937500', '095006.397500', '095006.857500', '095007.317500', '095007.777500', '095008.237500', '095008.697500', '095009.157500', '095009.617500', '095010.077500', '095010.537500', '095010.997500', '095011.457500', '095011.917500', '095012.377500', '095012.837500', '095013.297500', '095013.757500', '095014.217500', '095014.677500', '095015.137500', '095015.597500', '095016.057500', '095016.517500', '095016.977500', '095017.437500', '095017.897500', '095018.357500', '095018.817500', '095019.277500', '095019.737500', '095020.197500', '095020.657500', '095021.117500', '095021.577500', '095022.037500', '095022.497500', '095022.957500', '095023.417500', '095023.877500', '095024.337500', '095024.797500', '095025.257500', '095025.717500', '095026.177500', '095026.637500', '095027.097500', '095027.557500', '095028.017500', '095028.477500', '095028.937500', '095029.397500', '095029.857500', '095030.317500', '095030.777500', '095031.237500', '095031.697500', '095032.157500', '095032.617500', '095033.077500', '095033.537500', '095033.997500', '095034.457500', '095034.917500', '095035.377500', '095035.837500', '095036.297500', '095036.757500', '095037.217500', '095037.677500', '095038.137500', '095038.597500', '095039.057500', '095039.517500', '095039.977500', '095040.437500', '095040.897500', '095041.357500', '095041.817500', '095042.277500', '095042.737500', '095043.197500', '095043.657500', '095044.117500', '095044.577500', '095045.037500', '095045.497500', '095045.957500', '095046.417500', '095046.877500', '095047.337500', '095047.797500', '095048.257500', '095048.717500', '095049.177500', '095049.637500', '095050.097500', '095050.557500', '095051.017500', '095051.477500', '095051.937500'], 'ContentTime': ['094429.932000', '094429.935000', '094429.938000', '094429.941000', '094429.944000', '094429.954000', '094429.957000', '094429.960000', '094429.967000', '094429.970000', '094429.973000', '094429.976000', '094429.979000', '094429.982000', '094429.985000', '094429.987000', '094429.990000', '094429.993000', '094429.996000', '094430.000000', '094430.003000', '094430.006000', '094430.014000', '094430.017000', '094430.020000', '094430.023000', '094430.026000', '094430.029000', '094430.034000', '094430.037000', '094430.040000', '094430.043000', '094430.046000', '094430.049000', '094430.052000', '094430.054000', '094430.057000', '094430.060000', '094430.063000', '094430.066000', '094449.904000', '094449.907000', '094449.910000', '094449.913000', '094449.916000', '094449.918000', '094449.922000', '094449.925000', '094449.927000', '094449.930000', '094449.933000', '094449.936000', '094449.939000', '094449.942000', '094449.945000', '094449.948000', '094449.951000', '094449.954000', '094449.957000', '094449.959000', '094449.962000', '094449.965000', '094449.968000', '094449.971000', '094449.974000', '094449.977000', '094449.980000', '094449.982000', '094449.985000', '094449.988000', '094449.991000', '094449.994000', '094449.997000', '094450.001000', '094450.004000', '094450.007000', '094450.010000', '094450.012000', '094450.015000', '094450.018000', '094450.021000', '094450.024000', '094450.027000', '094509.904000', '094509.907000', '094509.910000', '094509.913000', '094509.916000', '094509.919000', '094509.922000', '094509.933000', '094509.936000', '094509.939000', '094509.942000', '094509.961000', '094509.964000', '094509.967000', '094509.970000', '094509.973000', '094509.976000', '094509.979000', '094509.981000', '094509.984000', '094509.987000', '094509.990000', '094509.993000', '094509.996000', '094510.000000', '094510.003000', '094510.006000', '094510.009000', '094510.011000', '094510.014000', '094510.017000', '094510.020000', '094510.023000', '094510.026000', '094510.029000', '094510.032000', '094510.034000', '094510.037000', '094510.040000', '094510.043000', '094510.046000', '094510.049000', '094510.052000', '094529.904000', '094529.907000', '094529.910000', '094529.913000', '094529.916000', '094529.918000', '094529.921000', '094529.924000', '094529.927000', '094529.930000', '094529.933000', '094529.936000', '094529.939000', '094529.942000', '094529.945000', '094529.948000', '094529.951000', '094529.954000', '094529.957000', '094529.960000', '094529.962000', '094529.965000', '094529.968000', '094529.971000', '094529.974000', '094529.977000', '094529.980000', '094529.983000', '094529.986000', '094529.995000', '094529.998000', '094530.002000', '094530.005000', '094530.007000', '094530.011000', '094530.013000', '094530.016000', '094530.019000', '094530.022000', '094530.025000', '094530.028000', '094530.031000', '094530.040000', '094530.054000', '094549.904000', '094549.907000', '094549.910000', '094549.913000', '094549.916000', '094549.918000', '094549.921000', '094549.924000', '094549.927000', '094549.930000', '094549.933000', '094549.936000', '094549.939000', '094549.942000', '094549.944000', '094549.947000', '094549.950000', '094549.953000', '094549.956000', '094549.959000', '094549.962000', '094549.965000', '094549.968000', '094549.971000', '094549.975000', '094549.979000', '094550.012000', '094550.015000', '094550.018000', '094550.021000', '094550.024000', '094550.027000', '094550.030000', '094550.033000', '094550.036000', '094550.039000', '094550.041000', '094550.044000', '094550.047000', '094550.050000', '094550.054000', '094550.057000', '094550.068000', '094609.904000', '094609.907000', '094609.910000', '094609.913000', '094609.916000', '094609.919000', '094609.922000', '094609.924000', '094609.927000', '094609.930000', '094609.933000', '094609.936000', '094609.939000', '094609.942000', '094609.945000', '094609.948000', '094609.951000', '094609.954000', '094609.957000', '094609.959000', '094609.962000', '094609.965000', '094609.968000', '094609.977000', '094609.980000', '094609.983000', '094609.986000', '094609.989000', '094609.992000', '094609.995000', '094609.998000', '094610.013000', '094610.016000', '094610.019000', '094610.022000', '094610.024000', '094610.027000', '094610.030000', '094610.033000', '094610.036000', '094610.039000', '094610.042000', '094610.045000', '094610.048000', '094629.905000', '094629.908000', '094629.911000', '094629.914000', '094629.917000', '094629.920000', '094629.922000', '094629.925000', '094629.928000', '094629.931000', '094629.934000', '094629.937000', '094629.940000', '094629.943000', '094629.946000', '094629.949000', '094629.952000', '094629.962000', '094629.965000', '094629.968000', '094629.971000', '094629.974000', '094629.977000', '094629.980000', '094629.983000', '094629.986000', '094629.989000', '094629.992000', '094629.995000', '094629.998000', '094630.001000', '094630.004000', '094630.007000', '094630.010000', '094630.013000', '094630.016000', '094630.019000', '094630.022000', '094630.025000', '094630.028000', '094630.031000', '094630.034000', '094630.036000', '094649.904000', '094649.907000', '094649.910000', '094649.913000', '094649.916000', '094649.919000', '094649.922000', '094649.924000', '094649.928000', '094649.930000', '094649.933000', '094649.936000', '094649.939000', '094649.942000', '094649.945000', '094649.948000', '094649.951000', '094649.954000', '094649.956000', '094649.959000', '094649.962000', '094649.965000', '094649.968000', '094649.971000', '094649.974000', '094649.977000', '094649.980000', '094649.983000', '094649.986000', '094649.988000', '094649.991000', '094649.994000', '094649.997000', '094650.001000', '094650.004000', '094650.007000', '094650.010000', '094650.013000', '094650.015000', '094650.018000', '094650.021000', '094650.024000', '094650.027000', '094650.030000', '094709.904000', '094709.907000', '094709.910000', '094709.913000', '094709.916000', '094709.919000', '094709.922000', '094709.925000', '094709.928000', '094709.931000', '094709.934000', '094709.936000', '094709.939000', '094709.951000', '094709.954000', '094709.957000', '094709.960000', '094709.963000', '094709.966000', '094709.969000', '094709.972000', '094709.975000', '094709.980000', '094709.983000', '094710.000000', '094710.003000', '094710.006000', '094710.009000', '094710.012000', '094710.015000', '094710.018000', '094710.021000', '094710.024000', '094710.027000', '094710.029000', '094710.032000', '094710.035000', '094710.038000', '094710.041000', '094710.044000', '094710.047000', '094710.050000', '094710.053000', '094729.904000', '094729.907000', '094729.910000', '094729.913000', '094729.916000', '094729.919000', '094729.921000', '094729.925000', '094729.927000', '094729.930000', '094729.933000', '094729.936000', '094729.939000', '094729.942000', '094729.945000', '094729.952000', '094729.955000', '094729.958000', '094729.961000', '094729.964000', '094729.967000', '094729.970000', '094729.973000', '094729.976000', '094729.979000', '094729.981000', '094729.984000', '094729.987000', '094729.990000', '094729.993000', '094729.996000', '094730.000000', '094730.003000', '094730.006000', '094730.009000', '094730.012000', '094730.014000', '094730.017000', '094730.020000', '094730.023000', '094730.026000', '094730.029000', '094730.039000', '094730.042000', '094749.904000', '094749.907000', '094749.910000', '094749.913000', '094749.916000', '094749.919000', '094749.922000', '094749.926000', '094749.935000', '094749.938000', '094749.941000', '094749.944000', '094749.947000', '094749.950000', '094749.953000', '094749.956000', '094749.959000', '094749.962000', '094749.965000', '094749.967000', '094749.970000', '094749.973000', '094749.977000', '094749.982000', '094749.984000', '094749.987000', '094749.990000', '094749.993000', '094749.996000', '094750.000000', '094750.003000', '094750.006000', '094750.009000', '094750.012000', '094750.015000', '094750.018000', '094750.021000', '094750.024000', '094750.026000', '094750.029000', '094750.032000', '094750.035000', '094750.038000', '094809.904000', '094809.907000', '094809.917000', '094809.920000', '094809.923000', '094809.926000', '094809.929000', '094809.932000', '094809.935000', '094809.938000', '094809.943000', '094809.946000', '094809.949000', '094809.952000', '094809.955000', '094809.958000', '094809.960000', '094809.963000', '094809.966000', '094809.969000', '094809.972000', '094809.975000', '094809.978000', '094809.981000', '094809.984000', '094809.987000', '094809.990000', '094809.992000', '094809.995000', '094809.998000', '094810.002000', '094810.005000', '094810.008000', '094810.011000', '094810.014000', '094810.017000', '094810.020000', '094810.023000', '094810.026000', '094810.029000', '094810.031000', '094810.034000', '094810.037000', '094810.040000', '094829.904000', '094829.907000', '094829.910000', '094829.913000', '094829.916000', '094829.919000', '094829.922000', '094829.924000', '094829.927000', '094829.930000', '094829.933000', '094829.936000', '094829.939000', '094829.942000', '094829.945000', '094829.948000', '094829.951000', '094829.954000', '094829.956000', '094829.959000', '094829.962000', '094829.965000', '094829.968000', '094829.978000', '094829.981000', '094829.985000', '094829.988000', '094829.991000', '094829.994000', '094829.997000', '094830.000000', '094830.003000', '094830.006000', '094830.009000', '094830.012000', '094830.015000', '094830.019000', '094830.022000', '094830.025000', '094830.028000', '094830.030000', '094830.033000', '094830.061000', '094849.904000', '094849.907000', '094849.910000', '094849.913000', '094849.916000', '094849.919000', '094849.934000', '094849.937000', '094849.939000', '094849.942000', '094849.945000', '094849.948000', '094849.951000', '094849.954000', '094849.957000', '094849.960000', '094849.963000', '094849.966000', '094849.968000', '094849.971000', '094849.974000', '094849.977000', '094849.980000', '094849.983000', '094849.986000', '094849.989000', '094849.992000', '094849.995000', '094849.998000', '094850.002000', '094850.005000', '094850.008000', '094850.010000', '094850.014000', '094850.017000', '094850.019000', '094850.022000', '094850.025000', '094850.028000', '094850.031000', '094850.034000', '094850.037000', '094850.040000', '094850.043000', '094909.904000', '094909.907000', '094909.910000', '094909.913000', '094909.916000', '094909.919000', '094909.922000', '094909.925000', '094909.928000', '094909.930000', '094909.933000', '094909.936000', '094909.939000', '094909.942000', '094909.945000', '094909.948000', '094909.951000', '094909.954000', '094909.957000', '094909.960000', '094909.964000', '094909.967000', '094909.970000', '094909.973000', '094909.976000', '094909.978000', '094909.981000', '094909.984000', '094909.987000', '094909.990000', '094909.993000', '094909.996000', '094910.000000', '094910.003000', '094910.006000', '094910.009000', '094910.012000', '094910.015000', '094910.018000', '094910.021000', '094910.024000', '094910.027000', '094910.030000', '094929.904000', '094929.907000', '094929.910000', '094929.913000', '094929.916000', '094929.919000', '094929.922000', '094929.925000', '094929.928000', '094929.931000', '094929.934000', '094929.937000', '094929.940000', '094929.943000', '094929.945000', '094929.948000', '094929.951000', '094929.954000', '094929.957000', '094929.960000', '094929.963000', '094929.966000', '094929.969000', '094929.972000', '094929.975000', '094929.978000', '094929.980000', '094929.983000', '094929.986000', '094929.989000', '094930.000000', '094930.003000', '094930.006000', '094930.009000', '094930.012000', '094930.015000', '094930.018000', '094930.020000', '094930.023000', '094930.026000', '094930.029000', '094930.032000', '094930.035000', '094930.038000', '094949.904000', '094949.907000', '094949.910000', '094949.913000', '094949.916000', '094949.919000', '094949.922000', '094949.925000', '094949.928000', '094949.931000', '094949.934000', '094949.936000', '094949.939000', '094949.942000', '094949.945000', '094949.948000', '094949.951000', '094949.954000', '094949.957000', '094949.960000', '094949.963000', '094949.965000', '094949.981000', '094949.984000', '094949.986000', '094949.989000', '094949.992000', '094949.995000', '094949.998000', '094950.002000', '094950.005000', '094950.008000', '094950.011000', '094950.014000', '094950.017000', '094950.020000', '094950.023000', '094950.026000', '094950.029000', '094950.032000', '094950.034000', '094950.037000', '094950.040000', '095009.904000', '095009.907000', '095009.910000', '095009.913000', '095009.916000', '095009.918000', '095009.921000', '095009.924000', '095009.927000', '095009.930000', '095009.933000', '095009.936000', '095009.939000', '095009.942000', '095009.945000', '095009.948000', '095009.962000', '095009.965000', '095009.968000', '095009.979000', '095009.982000', '095009.985000', '095009.988000', '095009.991000', '095009.994000', '095009.996000', '095010.000000', '095010.003000', '095010.006000', '095010.009000', '095010.013000', '095010.017000', '095010.020000', '095010.023000', '095010.026000', '095010.029000', '095010.032000', '095010.034000', '095010.037000', '095010.040000', '095010.043000', '095010.046000', '095010.049000', '095010.052000', '095029.904000', '095029.907000', '095029.910000', '095029.913000', '095029.916000', '095029.919000', '095029.922000', '095029.925000', '095029.928000', '095029.931000', '095029.934000', '095029.936000', '095029.939000', '095029.942000', '095029.945000', '095029.948000', '095029.951000', '095029.954000', '095029.957000', '095029.960000', '095029.963000', '095029.966000', '095029.968000', '095029.971000', '095029.974000', '095029.977000', '095029.980000', '095029.983000', '095029.986000', '095029.994000', '095029.997000', '095030.001000', '095030.005000', '095030.008000', '095030.011000', '095030.014000', '095030.016000', '095030.019000', '095030.022000', '095030.025000', '095030.028000', '095030.031000', '095030.034000', '095049.905000', '095049.908000', '095049.916000', '095049.919000', '095049.922000', '095049.925000', '095049.928000', '095049.931000', '095049.934000', '095049.937000', '095049.940000', '095049.943000', '095049.945000', '095049.948000', '095049.951000', '095049.954000', '095049.957000', '095049.960000', '095049.963000', '095049.966000', '095049.969000', '095049.972000', '095049.975000', '095049.978000', '095049.980000', '095049.983000', '095049.986000', '095049.989000', '095049.992000', '095049.995000', '095049.998000', '095050.001000', '095050.004000', '095050.007000', '095050.010000', '095050.021000', '095050.024000', '095050.027000', '095050.030000', '095050.033000', '095050.036000', '095050.038000', '095050.041000', '095050.044000', '095052.677000', '095052.680000', '095052.683000', '095052.686000', '095052.689000', '095052.692000'], 'InstanceCreationTime': ['094429.932000', '094429.935000', '094429.938000', '094429.941000', '094429.944000', '094429.954000', '094429.957000', '094429.960000', '094429.967000', '094429.970000', '094429.973000', '094429.976000', '094429.979000', '094429.982000', '094429.985000', '094429.987000', '094429.990000', '094429.993000', '094429.996000', '094430.000000', '094430.003000', '094430.006000', '094430.014000', '094430.017000', '094430.020000', '094430.023000', '094430.026000', '094430.029000', '094430.034000', '094430.037000', '094430.040000', '094430.043000', '094430.046000', '094430.049000', '094430.052000', '094430.054000', '094430.057000', '094430.060000', '094430.063000', '094430.066000', '094449.904000', '094449.907000', '094449.910000', '094449.913000', '094449.916000', '094449.918000', '094449.922000', '094449.925000', '094449.927000', '094449.930000', '094449.933000', '094449.936000', '094449.939000', '094449.942000', '094449.945000', '094449.948000', '094449.951000', '094449.954000', '094449.957000', '094449.959000', '094449.962000', '094449.965000', '094449.968000', '094449.971000', '094449.974000', '094449.977000', '094449.980000', '094449.982000', '094449.985000', '094449.988000', '094449.991000', '094449.994000', '094449.997000', '094450.001000', '094450.004000', '094450.007000', '094450.010000', '094450.012000', '094450.015000', '094450.018000', '094450.021000', '094450.024000', '094450.027000', '094509.904000', '094509.907000', '094509.910000', '094509.913000', '094509.916000', '094509.919000', '094509.922000', '094509.933000', '094509.936000', '094509.939000', '094509.942000', '094509.961000', '094509.964000', '094509.967000', '094509.970000', '094509.973000', '094509.976000', '094509.979000', '094509.981000', '094509.984000', '094509.987000', '094509.990000', '094509.993000', '094509.996000', '094510.000000', '094510.003000', '094510.006000', '094510.009000', '094510.011000', '094510.014000', '094510.017000', '094510.020000', '094510.023000', '094510.026000', '094510.029000', '094510.032000', '094510.034000', '094510.037000', '094510.040000', '094510.043000', '094510.046000', '094510.049000', '094510.052000', '094529.904000', '094529.907000', '094529.910000', '094529.913000', '094529.916000', '094529.918000', '094529.921000', '094529.924000', '094529.927000', '094529.930000', '094529.933000', '094529.936000', '094529.939000', '094529.942000', '094529.945000', '094529.948000', '094529.951000', '094529.954000', '094529.957000', '094529.960000', '094529.962000', '094529.965000', '094529.968000', '094529.971000', '094529.974000', '094529.977000', '094529.980000', '094529.983000', '094529.986000', '094529.995000', '094529.998000', '094530.002000', '094530.005000', '094530.007000', '094530.011000', '094530.013000', '094530.016000', '094530.019000', '094530.022000', '094530.025000', '094530.028000', '094530.031000', '094530.040000', '094530.054000', '094549.904000', '094549.907000', '094549.910000', '094549.913000', '094549.916000', '094549.918000', '094549.921000', '094549.924000', '094549.927000', '094549.930000', '094549.933000', '094549.936000', '094549.939000', '094549.942000', '094549.944000', '094549.947000', '094549.950000', '094549.953000', '094549.956000', '094549.959000', '094549.962000', '094549.965000', '094549.968000', '094549.971000', '094549.975000', '094549.979000', '094550.012000', '094550.015000', '094550.018000', '094550.021000', '094550.024000', '094550.027000', '094550.030000', '094550.033000', '094550.036000', '094550.039000', '094550.041000', '094550.044000', '094550.047000', '094550.050000', '094550.054000', '094550.057000', '094550.068000', '094609.904000', '094609.907000', '094609.910000', '094609.913000', '094609.916000', '094609.919000', '094609.922000', '094609.924000', '094609.927000', '094609.930000', '094609.933000', '094609.936000', '094609.939000', '094609.942000', '094609.945000', '094609.948000', '094609.951000', '094609.954000', '094609.957000', '094609.959000', '094609.962000', '094609.965000', '094609.968000', '094609.977000', '094609.980000', '094609.983000', '094609.986000', '094609.989000', '094609.992000', '094609.995000', '094609.998000', '094610.013000', '094610.016000', '094610.019000', '094610.022000', '094610.024000', '094610.027000', '094610.030000', '094610.033000', '094610.036000', '094610.039000', '094610.042000', '094610.045000', '094610.048000', '094629.905000', '094629.908000', '094629.911000', '094629.914000', '094629.917000', '094629.920000', '094629.922000', '094629.925000', '094629.928000', '094629.931000', '094629.934000', '094629.937000', '094629.940000', '094629.943000', '094629.946000', '094629.949000', '094629.952000', '094629.962000', '094629.965000', '094629.968000', '094629.971000', '094629.974000', '094629.977000', '094629.980000', '094629.983000', '094629.986000', '094629.989000', '094629.992000', '094629.995000', '094629.998000', '094630.001000', '094630.004000', '094630.007000', '094630.010000', '094630.013000', '094630.016000', '094630.019000', '094630.022000', '094630.025000', '094630.028000', '094630.031000', '094630.034000', '094630.036000', '094649.904000', '094649.907000', '094649.910000', '094649.913000', '094649.916000', '094649.919000', '094649.922000', '094649.924000', '094649.928000', '094649.930000', '094649.933000', '094649.936000', '094649.939000', '094649.942000', '094649.945000', '094649.948000', '094649.951000', '094649.954000', '094649.956000', '094649.959000', '094649.962000', '094649.965000', '094649.968000', '094649.971000', '094649.974000', '094649.977000', '094649.980000', '094649.983000', '094649.986000', '094649.988000', '094649.991000', '094649.994000', '094649.997000', '094650.001000', '094650.004000', '094650.007000', '094650.010000', '094650.013000', '094650.015000', '094650.018000', '094650.021000', '094650.024000', '094650.027000', '094650.030000', '094709.904000', '094709.907000', '094709.910000', '094709.913000', '094709.916000', '094709.919000', '094709.922000', '094709.925000', '094709.928000', '094709.931000', '094709.934000', '094709.936000', '094709.939000', '094709.951000', '094709.954000', '094709.957000', '094709.960000', '094709.963000', '094709.966000', '094709.969000', '094709.972000', '094709.975000', '094709.980000', '094709.983000', '094710.000000', '094710.003000', '094710.006000', '094710.009000', '094710.012000', '094710.015000', '094710.018000', '094710.021000', '094710.024000', '094710.027000', '094710.029000', '094710.032000', '094710.035000', '094710.038000', '094710.041000', '094710.044000', '094710.047000', '094710.050000', '094710.053000', '094729.904000', '094729.907000', '094729.910000', '094729.913000', '094729.916000', '094729.919000', '094729.921000', '094729.925000', '094729.927000', '094729.930000', '094729.933000', '094729.936000', '094729.939000', '094729.942000', '094729.945000', '094729.952000', '094729.955000', '094729.958000', '094729.961000', '094729.964000', '094729.967000', '094729.970000', '094729.973000', '094729.976000', '094729.979000', '094729.981000', '094729.984000', '094729.987000', '094729.990000', '094729.993000', '094729.996000', '094730.000000', '094730.003000', '094730.006000', '094730.009000', '094730.012000', '094730.014000', '094730.017000', '094730.020000', '094730.023000', '094730.026000', '094730.029000', '094730.039000', '094730.042000', '094749.904000', '094749.907000', '094749.910000', '094749.913000', '094749.916000', '094749.919000', '094749.922000', '094749.926000', '094749.935000', '094749.938000', '094749.941000', '094749.944000', '094749.947000', '094749.950000', '094749.953000', '094749.956000', '094749.959000', '094749.962000', '094749.965000', '094749.967000', '094749.970000', '094749.973000', '094749.977000', '094749.982000', '094749.984000', '094749.987000', '094749.990000', '094749.993000', '094749.996000', '094750.000000', '094750.003000', '094750.006000', '094750.009000', '094750.012000', '094750.015000', '094750.018000', '094750.021000', '094750.024000', '094750.026000', '094750.029000', '094750.032000', '094750.035000', '094750.038000', '094809.904000', '094809.907000', '094809.917000', '094809.920000', '094809.923000', '094809.926000', '094809.929000', '094809.932000', '094809.935000', '094809.938000', '094809.943000', '094809.946000', '094809.949000', '094809.952000', '094809.955000', '094809.958000', '094809.960000', '094809.963000', '094809.966000', '094809.969000', '094809.972000', '094809.975000', '094809.978000', '094809.981000', '094809.984000', '094809.987000', '094809.990000', '094809.992000', '094809.995000', '094809.998000', '094810.002000', '094810.005000', '094810.008000', '094810.011000', '094810.014000', '094810.017000', '094810.020000', '094810.023000', '094810.026000', '094810.029000', '094810.031000', '094810.034000', '094810.037000', '094810.040000', '094829.904000', '094829.907000', '094829.910000', '094829.913000', '094829.916000', '094829.919000', '094829.922000', '094829.924000', '094829.927000', '094829.930000', '094829.933000', '094829.936000', '094829.939000', '094829.942000', '094829.945000', '094829.948000', '094829.951000', '094829.954000', '094829.956000', '094829.959000', '094829.962000', '094829.965000', '094829.968000', '094829.978000', '094829.981000', '094829.985000', '094829.988000', '094829.991000', '094829.994000', '094829.997000', '094830.000000', '094830.003000', '094830.006000', '094830.009000', '094830.012000', '094830.015000', '094830.019000', '094830.022000', '094830.025000', '094830.028000', '094830.030000', '094830.033000', '094830.061000', '094849.904000', '094849.907000', '094849.910000', '094849.913000', '094849.916000', '094849.919000', '094849.934000', '094849.937000', '094849.939000', '094849.942000', '094849.945000', '094849.948000', '094849.951000', '094849.954000', '094849.957000', '094849.960000', '094849.963000', '094849.966000', '094849.968000', '094849.971000', '094849.974000', '094849.977000', '094849.980000', '094849.983000', '094849.986000', '094849.989000', '094849.992000', '094849.995000', '094849.998000', '094850.002000', '094850.005000', '094850.008000', '094850.010000', '094850.014000', '094850.017000', '094850.019000', '094850.022000', '094850.025000', '094850.028000', '094850.031000', '094850.034000', '094850.037000', '094850.040000', '094850.043000', '094909.904000', '094909.907000', '094909.910000', '094909.913000', '094909.916000', '094909.919000', '094909.922000', '094909.925000', '094909.928000', '094909.930000', '094909.933000', '094909.936000', '094909.939000', '094909.942000', '094909.945000', '094909.948000', '094909.951000', '094909.954000', '094909.957000', '094909.960000', '094909.964000', '094909.967000', '094909.970000', '094909.973000', '094909.976000', '094909.978000', '094909.981000', '094909.984000', '094909.987000', '094909.990000', '094909.993000', '094909.996000', '094910.000000', '094910.003000', '094910.006000', '094910.009000', '094910.012000', '094910.015000', '094910.018000', '094910.021000', '094910.024000', '094910.027000', '094910.030000', '094929.904000', '094929.907000', '094929.910000', '094929.913000', '094929.916000', '094929.919000', '094929.922000', '094929.925000', '094929.928000', '094929.931000', '094929.934000', '094929.937000', '094929.940000', '094929.943000', '094929.945000', '094929.948000', '094929.951000', '094929.954000', '094929.957000', '094929.960000', '094929.963000', '094929.966000', '094929.969000', '094929.972000', '094929.975000', '094929.978000', '094929.980000', '094929.983000', '094929.986000', '094929.989000', '094930.000000', '094930.003000', '094930.006000', '094930.009000', '094930.012000', '094930.015000', '094930.018000', '094930.020000', '094930.023000', '094930.026000', '094930.029000', '094930.032000', '094930.035000', '094930.038000', '094949.904000', '094949.907000', '094949.910000', '094949.913000', '094949.916000', '094949.919000', '094949.922000', '094949.925000', '094949.928000', '094949.931000', '094949.934000', '094949.936000', '094949.939000', '094949.942000', '094949.945000', '094949.948000', '094949.951000', '094949.954000', '094949.957000', '094949.960000', '094949.963000', '094949.965000', '094949.981000', '094949.984000', '094949.986000', '094949.989000', '094949.992000', '094949.995000', '094949.998000', '094950.002000', '094950.005000', '094950.008000', '094950.011000', '094950.014000', '094950.017000', '094950.020000', '094950.023000', '094950.026000', '094950.029000', '094950.032000', '094950.034000', '094950.037000', '094950.040000', '095009.904000', '095009.907000', '095009.910000', '095009.913000', '095009.916000', '095009.918000', '095009.921000', '095009.924000', '095009.927000', '095009.930000', '095009.933000', '095009.936000', '095009.939000', '095009.942000', '095009.945000', '095009.948000', '095009.962000', '095009.965000', '095009.968000', '095009.979000', '095009.982000', '095009.985000', '095009.988000', '095009.991000', '095009.994000', '095009.996000', '095010.000000', '095010.003000', '095010.006000', '095010.009000', '095010.013000', '095010.017000', '095010.020000', '095010.023000', '095010.026000', '095010.029000', '095010.032000', '095010.034000', '095010.037000', '095010.040000', '095010.043000', '095010.046000', '095010.049000', '095010.052000', '095029.904000', '095029.907000', '095029.910000', '095029.913000', '095029.916000', '095029.919000', '095029.922000', '095029.925000', '095029.928000', '095029.931000', '095029.934000', '095029.936000', '095029.939000', '095029.942000', '095029.945000', '095029.948000', '095029.951000', '095029.954000', '095029.957000', '095029.960000', '095029.963000', '095029.966000', '095029.968000', '095029.971000', '095029.974000', '095029.977000', '095029.980000', '095029.983000', '095029.986000', '095029.994000', '095029.997000', '095030.001000', '095030.005000', '095030.008000', '095030.011000', '095030.014000', '095030.016000', '095030.019000', '095030.022000', '095030.025000', '095030.028000', '095030.031000', '095030.034000', '095049.905000', '095049.908000', '095049.916000', '095049.919000', '095049.922000', '095049.925000', '095049.928000', '095049.931000', '095049.934000', '095049.937000', '095049.940000', '095049.943000', '095049.945000', '095049.948000', '095049.951000', '095049.954000', '095049.957000', '095049.960000', '095049.963000', '095049.966000', '095049.969000', '095049.972000', '095049.975000', '095049.978000', '095049.980000', '095049.983000', '095049.986000', '095049.989000', '095049.992000', '095049.995000', '095049.998000', '095050.001000', '095050.004000', '095050.007000', '095050.010000', '095050.021000', '095050.024000', '095050.027000', '095050.030000', '095050.033000', '095050.036000', '095050.038000', '095050.041000', '095050.044000', '095052.677000', '095052.680000', '095052.683000', '095052.686000', '095052.689000', '095052.692000'], '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': [14737, 10247, 14327, 15237, 9308, 11694, 8176, 7934, 12939, 9769, 9076, 8149, 7599, 7701, 8547, 10214, 16616, 12259, 10504, 16324, 11918, 9154, 14800, 9204, 9016, 13479, 8172, 8341, 7947, 8598, 9845, 8237, 8984, 13449, 8616, 9256, 15802, 12071, 9156, 14596, 11178, 8787, 12918, 11952, 8748, 8692, 8072, 8863, 8911, 8011, 8828, 11053, 8065, 7938, 7769, 8550, 7499, 7866, 8831, 12770, 14243, 8615, 10060, 15554, 7984, 8508, 15256, 8533, 7470, 7721, 7594, 8274, 8216, 7704, 8558, 7493, 7890, 9652, 9353, 8027, 9753, 8437, 7990, 11912, 13487, 10986, 12793, 7813, 8736, 7672, 7991, 12175, 13881, 9172, 14494, 15382, 10322, 12095, 16044, 10796, 10060, 7731, 8285, 9825, 7634, 8363, 10882, 7909, 7587, 7627, 8541, 8786, 8119, 8570, 10373, 11198, 8235, 11210, 13808, 12040, 15129, 11589, 10406, 7734, 7938, 10847, 12347, 8173, 13349, 16621, 12618, 9968, 14343, 8826, 8571, 11802, 7688, 8561, 9532, 7811, 8773, 10332, 7877, 8783, 11021, 7970, 8773, 12410, 10074, 8362, 13690, 13540, 10756, 13020, 8453, 7636, 7524, 7876, 7744, 8391, 7772, 8160, 11783, 7806, 7726, 7552, 8277, 8526, 11017, 7756, 8079, 7733, 7564, 8336, 7373, 7984, 8735, 7688, 7730, 8030, 7618, 9993, 8461, 8105, 8309, 7863, 10442, 12747, 8244, 12704, 15380, 10557, 10670, 12610, 7615, 12588, 9592, 8616, 7752, 7961, 8063, 7676, 8074, 7824, 7910, 12139, 8255, 8119, 13279, 12903, 8608, 12756, 11157, 7923, 10895, 13002, 7608, 10367, 13276, 7961, 8609, 7359, 7735, 9837, 7839, 7863, 7996, 7979, 9084, 13984, 8063, 9562, 16267, 12904, 10022, 14351, 11056, 9214, 13639, 11620, 10301, 11166, 7697, 7737, 7569, 7749, 7713, 7725, 10000, 7642, 8122, 10936, 11444, 7908, 10055, 12501, 8539, 11785, 10125, 7815, 10147, 8143, 9250, 7405, 8271, 12950, 13564, 10055, 14513, 13632, 9866, 13366, 15917, 11563, 10589, 14377, 8449, 8203, 13916, 10053, 8265, 7848, 8135, 8104, 7587, 8318, 9647, 7682, 8304, 11660, 7995, 8100, 10609, 8019, 7974, 7400, 7995, 8008, 7625, 7652, 8444, 7554, 8250, 11181, 7698, 9098, 13511, 10275, 9546, 14520, 13060, 11878, 8136, 7408, 7971, 7422, 8136, 9140, 7509, 8755, 14028, 9367, 8692, 15021, 11505, 9890, 13466, 7408, 7883, 10956, 7429, 8911, 8618, 7921, 11052, 10151, 7740, 15453, 14445, 13224, 11348, 7791, 8238, 7576, 7851, 11488, 7616, 8358, 12814, 8490, 8236, 12783, 7858, 8326, 11445, 7718, 8264, 10011, 7609, 8108, 10440, 7539, 9250, 9946, 7895, 8814, 7522, 7887, 8821, 7479, 8776, 13470, 8535, 8413, 8588, 7673, 7921, 7335, 8525, 7599, 8021, 7309, 7509, 8180, 7388, 9455, 7211, 7764, 11569, 9091, 10183, 8269, 7628, 7676, 7294, 9150, 7313, 7468, 12094, 7672, 7822, 12204, 8576, 8025, 13950, 10605, 9443, 14145, 10571, 10000, 12080, 7635, 9759, 9754, 9041, 7455, 7638, 10392, 7426, 7688, 12886, 15742, 13452, 11254, 14099, 11278, 10521, 8584, 7667, 7626, 7305, 7960, 7491, 7495, 9480, 7410, 7441, 10345, 7717, 7471, 10343, 7739, 7533, 10411, 7531, 7682, 7366, 7600, 10742, 7569, 8141, 10863, 7623, 11718, 10599, 11761, 14462, 12199, 14237, 10475, 11172, 12434, 8811, 14514, 11436, 13324, 12817, 14731, 13551, 11709, 7413, 7711, 8937, 7493, 7738, 9703, 7652, 9899, 11346, 7431, 9651, 7379, 7623, 8861, 7559, 7855, 7374, 7549, 10076, 7356, 7790, 12864, 11017, 12123, 7486, 7729, 11860, 8433, 10321, 14457, 11709, 11604, 8168, 7725, 13285, 8287, 9738, 16016, 15228, 14030, 9797, 7622, 7661, 7696, 7696, 7520, 8660, 7794, 7817, 10382, 7256, 7814, 8465, 7586, 8354, 7428, 7623, 8731, 7705, 10246, 8131, 9872, 13971, 12735, 14444, 12319, 13421, 12926, 10552, 12093, 8143, 8846, 7625, 7647, 10679, 15209, 13046, 10415, 13701, 10138, 7875, 11133, 7598, 7601, 8444, 7623, 7591, 7554, 7571, 8890, 7537, 7453, 7747, 7566, 10346, 8320, 7572, 11882, 9017, 8330, 13305, 10295, 9141, 8551, 7592, 10139, 10744, 7616, 14124, 13967, 12798, 12630, 8624, 7297, 7515, 7665, 8739, 7577, 7730, 9683, 7553, 7723, 7311, 7755, 7676, 7413, 7807, 7414, 8195, 7395, 8966, 14820, 13507, 11294, 12291, 15353, 12596, 10939, 14761, 12628, 10818, 13512, 10586, 9113, 7743, 7554, 7551, 7562, 8704, 11390, 7752, 7668, 12328, 8894, 7790, 12057, 7732, 7671, 8499, 7589, 8040, 9075, 7496, 8320, 7591, 7617, 11435, 12254, 9049, 10951, 13834, 8843, 10997, 14467, 12519, 10623, 12949, 10338, 10400, 10092, 7402, 8193, 7295, 7725, 9732, 7419, 7467, 7661, 7534, 8107, 7592, 7787, 10069, 7257, 7736, 12233, 8474, 7538, 11711, 10640, 7729, 11220, 12686, 7514, 9294, 13598, 9932, 11030, 11315, 7835, 7143, 7632, 8812, 7204, 7419, 10845, 10284, 8040, 10558, 14469, 12100, 11128, 14166, 12084, 10578, 12265, 8677, 9288, 7331, 7558, 9049, 7354, 8198, 7399, 7521, 9261, 7462, 9635, 13686, 11420, 11251, 14566, 13019, 14040, 12378, 9350, 9138, 7355, 7538, 7449, 7445, 9265, 9726, 7334, 9299, 13619, 11313, 9916, 13739, 10819, 8751, 12039, 9228, 8096, 8314, 7449, 7691, 7677, 7269, 8254, 7248, 7556, 10627, 7419, 7548, 12074, 10211, 7933, 12582, 7874, 7427, 8599, 7511, 8124, 7389, 7589, 9154, 7398, 9575, 7754, 8075, 13941, 12198, 11935, 15459, 13141, 14301, 11715, 8897, 10039, 7447, 7556, 7405, 7541, 8668, 7650, 7405, 9211, 7373, 7622, 7768, 7373, 7893, 7402, 7704, 9036, 7386, 7629, 9286, 9221, 9883, 7371, 7736, 7266, 7433, 9351, 14323, 11936, 10140, 14583, 10943, 9223, 12825, 7502, 8266, 8704, 7726, 9407, 7508, 8407, 7324, 7549, 11833, 11787, 9669, 14475, 12951, 10804, 15739, 13642, 13076, 13804, 11223, 11233, 7563, 7373, 7522, 7350, 7888, 8002, 7350, 8096, 13413, 8805, 7830, 12945, 9249, 7732, 11287, 7726, 7684, 10628, 7551, 7712, 9531, 7288, 8040, 8412, 7598, 9163, 7460, 7870, 7669, 7866, 10373, 14043, 10264, 12707, 15142, 12903, 10576, 15292, 12794, 10435, 8022, 7294, 7562, 7177, 7830, 8082, 7500, 12008], 'WindowCenter': [4348.0, 4291.0, 4317.0, 4314.0, 4242.0, 4271.0, 4230.0, 4243.0, 4306.0, 4262.0, 4239.0, 4231.0, 4232.0, 4219.0, 4241.0, 4261.0, 4311.0, 4280.0, 4260.0, 4311.0, 4268.0, 4239.0, 4301.0, 4237.0, 4237.0, 4288.0, 4227.0, 4227.0, 4217.0, 4228.0, 4248.0, 4229.0, 4239.0, 4289.0, 4228.0, 4238.0, 4298.0, 4266.0, 4237.0, 4287.0, 4255.0, 4215.0, 4265.0, 4254.0, 4213.0, 4213.0, 4203.0, 4225.0, 4224.0, 4216.0, 4239.0, 4268.0, 4217.0, 4217.0, 4206.0, 4226.0, 4204.0, 4216.0, 4238.0, 4279.0, 4287.0, 4226.0, 4247.0, 4297.0, 4218.0, 4239.0, 4298.0, 4226.0, 4206.0, 4217.0, 4219.0, 4239.0, 4241.0, 4233.0, 4253.0, 4222.0, 4243.0, 4263.0, 4264.0, 4233.0, 4263.0, 4242.0, 4245.0, 4307.0, 4305.0, 4283.0, 4292.0, 4220.0, 4240.0, 4220.0, 4230.0, 4282.0, 4301.0, 4250.0, 4301.0, 4300.0, 4259.0, 4280.0, 4299.0, 4256.0, 4235.0, 4204.0, 4215.0, 4245.0, 4206.0, 4228.0, 4269.0, 4229.0, 4219.0, 4219.0, 4240.0, 4239.0, 4219.0, 4240.0, 4260.0, 4270.0, 4229.0, 4269.0, 4290.0, 4279.0, 4299.0, 4268.0, 4245.0, 4204.0, 4204.0, 4244.0, 4264.0, 4214.0, 4277.0, 4296.0, 4264.0, 4234.0, 4273.0, 4212.0, 4213.0, 4252.0, 4202.0, 4224.0, 4233.0, 4204.0, 4226.0, 4246.0, 4216.0, 4227.0, 4256.0, 4216.0, 4226.0, 4267.0, 4235.0, 4215.0, 4276.0, 4275.0, 4244.0, 4265.0, 4214.0, 4203.0, 4202.0, 4214.0, 4205.0, 4215.0, 4216.0, 4228.0, 4268.0, 4218.0, 4217.0, 4217.0, 4227.0, 4237.0, 4257.0, 4218.0, 4228.0, 4218.0, 4220.0, 4241.0, 4221.0, 4243.0, 4253.0, 4234.0, 4246.0, 4245.0, 4247.0, 4276.0, 4245.0, 4244.0, 4243.0, 4244.0, 4274.0, 4293.0, 4243.0, 4294.0, 4314.0, 4273.0, 4272.0, 4281.0, 4221.0, 4291.0, 4249.0, 4240.0, 4219.0, 4230.0, 4229.0, 4219.0, 4229.0, 4219.0, 4230.0, 4281.0, 4229.0, 4229.0, 4290.0, 4279.0, 4228.0, 4278.0, 4256.0, 4216.0, 4256.0, 4265.0, 4205.0, 4246.0, 4276.0, 4216.0, 4225.0, 4205.0, 4218.0, 4248.0, 4218.0, 4227.0, 4218.0, 4228.0, 4237.0, 4288.0, 4216.0, 4248.0, 4298.0, 4266.0, 4245.0, 4286.0, 4255.0, 4236.0, 4275.0, 4255.0, 4244.0, 4255.0, 4205.0, 4204.0, 4206.0, 4216.0, 4217.0, 4231.0, 4262.0, 4231.0, 4243.0, 4284.0, 4283.0, 4232.0, 4261.0, 4279.0, 4240.0, 4269.0, 4248.0, 4218.0, 4248.0, 4229.0, 4238.0, 4208.0, 4229.0, 4280.0, 4278.0, 4248.0, 4288.0, 4276.0, 4235.0, 4275.0, 4284.0, 4243.0, 4232.0, 4272.0, 4201.0, 4213.0, 4263.0, 4233.0, 4202.0, 4202.0, 4203.0, 4202.0, 4204.0, 4226.0, 4236.0, 4217.0, 4228.0, 4267.0, 4217.0, 4217.0, 4247.0, 4216.0, 4215.0, 4195.0, 4216.0, 4215.0, 4218.0, 4220.0, 4231.0, 4233.0, 4244.0, 4283.0, 4233.0, 4254.0, 4292.0, 4261.0, 4262.0, 4301.0, 4279.0, 4269.0, 4218.0, 4208.0, 4218.0, 4209.0, 4230.0, 4249.0, 4220.0, 4242.0, 4301.0, 4250.0, 4241.0, 4301.0, 4270.0, 4259.0, 4278.0, 4207.0, 4217.0, 4258.0, 4208.0, 4239.0, 4229.0, 4230.0, 4270.0, 4259.0, 4219.0, 4299.0, 4288.0, 4276.0, 4245.0, 4205.0, 4213.0, 4204.0, 4216.0, 4256.0, 4206.0, 4216.0, 4266.0, 4227.0, 4217.0, 4276.0, 4216.0, 4216.0, 4255.0, 4205.0, 4227.0, 4246.0, 4217.0, 4218.0, 4258.0, 4218.0, 4238.0, 4249.0, 4219.0, 4227.0, 4218.0, 4218.0, 4237.0, 4208.0, 4241.0, 4291.0, 4241.0, 4229.0, 4229.0, 4220.0, 4230.0, 4220.0, 4253.0, 4233.0, 4233.0, 4223.0, 4222.0, 4232.0, 4222.0, 4262.0, 4222.0, 4232.0, 4285.0, 4254.0, 4274.0, 4232.0, 4221.0, 4220.0, 4220.0, 4250.0, 4220.0, 4222.0, 4283.0, 4223.0, 4234.0, 4283.0, 4243.0, 4233.0, 4302.0, 4261.0, 4251.0, 4290.0, 4260.0, 4250.0, 4281.0, 4220.0, 4252.0, 4263.0, 4242.0, 4221.0, 4232.0, 4261.0, 4211.0, 4222.0, 4294.0, 4302.0, 4290.0, 4271.0, 4290.0, 4270.0, 4259.0, 4227.0, 4206.0, 4206.0, 4207.0, 4217.0, 4208.0, 4210.0, 4251.0, 4210.0, 4211.0, 4261.0, 4220.0, 4221.0, 4262.0, 4220.0, 4221.0, 4272.0, 4222.0, 4233.0, 4223.0, 4234.0, 4275.0, 4234.0, 4233.0, 4274.0, 4235.0, 4284.0, 4274.0, 4285.0, 4303.0, 4281.0, 4290.0, 4249.0, 4258.0, 4267.0, 4227.0, 4289.0, 4258.0, 4278.0, 4268.0, 4288.0, 4277.0, 4256.0, 4193.0, 4204.0, 4213.0, 4194.0, 4205.0, 4237.0, 4208.0, 4249.0, 4258.0, 4207.0, 4237.0, 4207.0, 4207.0, 4226.0, 4207.0, 4218.0, 4208.0, 4220.0, 4251.0, 4222.0, 4223.0, 4282.0, 4272.0, 4270.0, 4208.0, 4219.0, 4269.0, 4217.0, 4249.0, 4291.0, 4282.0, 4270.0, 4217.0, 4208.0, 4277.0, 4216.0, 4237.0, 4299.0, 4300.0, 4288.0, 4248.0, 4206.0, 4206.0, 4207.0, 4205.0, 4218.0, 4229.0, 4219.0, 4221.0, 4261.0, 4221.0, 4222.0, 4231.0, 4221.0, 4231.0, 4211.0, 4222.0, 4242.0, 4223.0, 4264.0, 4234.0, 4264.0, 4305.0, 4281.0, 4294.0, 4271.0, 4280.0, 4267.0, 4234.0, 4242.0, 4192.0, 4213.0, 4192.0, 4194.0, 4246.0, 4285.0, 4264.0, 4234.0, 4263.0, 4233.0, 4203.0, 4242.0, 4192.0, 4193.0, 4203.0, 4205.0, 4205.0, 4206.0, 4207.0, 4227.0, 4208.0, 4208.0, 4208.0, 4208.0, 4249.0, 4219.0, 4208.0, 4258.0, 4228.0, 4230.0, 4279.0, 4248.0, 4238.0, 4227.0, 4208.0, 4248.0, 4257.0, 4208.0, 4289.0, 4290.0, 4280.0, 4267.0, 4216.0, 4195.0, 4196.0, 4218.0, 4227.0, 4220.0, 4220.0, 4251.0, 4222.0, 4233.0, 4225.0, 4237.0, 4235.0, 4225.0, 4235.0, 4238.0, 4259.0, 4250.0, 4282.0, 4333.0, 4309.0, 4275.0, 4284.0, 4292.0, 4270.0, 4249.0, 4278.0, 4268.0, 4247.0, 4268.0, 4247.0, 4216.0, 4206.0, 4206.0, 4205.0, 4207.0, 4230.0, 4258.0, 4207.0, 4208.0, 4269.0, 4228.0, 4208.0, 4268.0, 4206.0, 4207.0, 4218.0, 4209.0, 4218.0, 4240.0, 4210.0, 4230.0, 4210.0, 4221.0, 4271.0, 4271.0, 4229.0, 4249.0, 4278.0, 4229.0, 4259.0, 4279.0, 4268.0, 4249.0, 4280.0, 4248.0, 4249.0, 4248.0, 4208.0, 4216.0, 4197.0, 4219.0, 4250.0, 4223.0, 4223.0, 4222.0, 4222.0, 4233.0, 4222.0, 4234.0, 4264.0, 4223.0, 4234.0, 4285.0, 4233.0, 4223.0, 4284.0, 4262.0, 4222.0, 4272.0, 4281.0, 4210.0, 4240.0, 4291.0, 4252.0, 4262.0, 4262.0, 4211.0, 4200.0, 4221.0, 4241.0, 4212.0, 4212.0, 4273.0, 4262.0, 4232.0, 4263.0, 4303.0, 4281.0, 4271.0, 4290.0, 4269.0, 4249.0, 4269.0, 4228.0, 4239.0, 4211.0, 4221.0, 4242.0, 4212.0, 4232.0, 4211.0, 4221.0, 4241.0, 4212.0, 4254.0, 4294.0, 4273.0, 4273.0, 4304.0, 4281.0, 4290.0, 4269.0, 4227.0, 4225.0, 4195.0, 4206.0, 4196.0, 4209.0, 4240.0, 4250.0, 4210.0, 4241.0, 4290.0, 4258.0, 4238.0, 4277.0, 4246.0, 4216.0, 4267.0, 4227.0, 4217.0, 4217.0, 4208.0, 4208.0, 4208.0, 4209.0, 4219.0, 4208.0, 4220.0, 4260.0, 4211.0, 4223.0, 4283.0, 4252.0, 4221.0, 4279.0, 4218.0, 4208.0, 4228.0, 4209.0, 4220.0, 4212.0, 4222.0, 4252.0, 4223.0, 4252.0, 4222.0, 4233.0, 4293.0, 4281.0, 4283.0, 4302.0, 4280.0, 4289.0, 4257.0, 4216.0, 4235.0, 4195.0, 4194.0, 4194.0, 4207.0, 4227.0, 4208.0, 4209.0, 4239.0, 4210.0, 4221.0, 4220.0, 4212.0, 4232.0, 4212.0, 4236.0, 4253.0, 4224.0, 4233.0, 4254.0, 4254.0, 4255.0, 4211.0, 4220.0, 4210.0, 4212.0, 4252.0, 4292.0, 4271.0, 4265.0, 4302.0, 4262.0, 4243.0, 4281.0, 4212.0, 4230.0, 4241.0, 4221.0, 4241.0, 4214.0, 4232.0, 4210.0, 4221.0, 4281.0, 4270.0, 4250.0, 4292.0, 4271.0, 4248.0, 4288.0, 4277.0, 4267.0, 4276.0, 4246.0, 4245.0, 4194.0, 4184.0, 4193.0, 4195.0, 4205.0, 4205.0, 4196.0, 4207.0, 4267.0, 4217.0, 4206.0, 4267.0, 4225.0, 4205.0, 4245.0, 4205.0, 4206.0, 4246.0, 4206.0, 4206.0, 4237.0, 4197.0, 4218.0, 4217.0, 4208.0, 4238.0, 4198.0, 4218.0, 4207.0, 4218.0, 4249.0, 4290.0, 4249.0, 4280.0, 4290.0, 4268.0, 4260.0, 4299.0, 4266.0, 4235.0, 4203.0, 4195.0, 4204.0, 4197.0, 4220.0, 4218.0, 4222.0, 4285.0], 'WindowWidth': [9590.0, 9499.0, 9527.0, 9514.0, 9415.0, 9450.0, 9396.0, 9420.0, 9510.0, 9443.0, 9405.0, 9400.0, 9402.0, 9380.0, 9411.0, 9439.0, 9506.0, 9460.0, 9433.0, 9506.0, 9442.0, 9404.0, 9491.0, 9399.0, 9400.0, 9469.0, 9386.0, 9386.0, 9373.0, 9389.0, 9417.0, 9391.0, 9406.0, 9471.0, 9388.0, 9403.0, 9484.0, 9436.0, 9398.0, 9466.0, 9419.0, 9364.0, 9433.0, 9415.0, 9360.0, 9359.0, 9347.0, 9378.0, 9379.0, 9370.0, 9407.0, 9444.0, 9374.0, 9374.0, 9357.0, 9382.0, 9352.0, 9371.0, 9404.0, 9459.0, 9464.0, 9384.0, 9413.0, 9479.0, 9376.0, 9407.0, 9483.0, 9384.0, 9357.0, 9374.0, 9380.0, 9409.0, 9413.0, 9405.0, 9433.0, 9390.0, 9420.0, 9446.0, 9447.0, 9406.0, 9444.0, 9414.0, 9426.0, 9514.0, 9505.0, 9471.0, 9480.0, 9382.0, 9410.0, 9382.0, 9397.0, 9468.0, 9491.0, 9422.0, 9494.0, 9489.0, 9432.0, 9463.0, 9484.0, 9423.0, 9392.0, 9351.0, 9368.0, 9407.0, 9357.0, 9390.0, 9445.0, 9394.0, 9381.0, 9379.0, 9410.0, 9406.0, 9379.0, 9407.0, 9434.0, 9444.0, 9390.0, 9445.0, 9473.0, 9458.0, 9487.0, 9439.0, 9406.0, 9348.0, 9348.0, 9404.0, 9427.0, 9362.0, 9451.0, 9477.0, 9429.0, 9388.0, 9441.0, 9358.0, 9359.0, 9410.0, 9345.0, 9375.0, 9388.0, 9352.0, 9383.0, 9410.0, 9370.0, 9385.0, 9423.0, 9369.0, 9383.0, 9439.0, 9391.0, 9367.0, 9449.0, 9445.0, 9402.0, 9430.0, 9365.0, 9348.0, 9345.0, 9365.0, 9355.0, 9367.0, 9371.0, 9392.0, 9444.0, 9376.0, 9374.0, 9373.0, 9387.0, 9400.0, 9425.0, 9375.0, 9389.0, 9377.0, 9384.0, 9411.0, 9387.0, 9420.0, 9432.0, 9409.0, 9431.0, 9426.0, 9429.0, 9467.0, 9423.0, 9420.0, 9417.0, 9420.0, 9460.0, 9483.0, 9418.0, 9490.0, 9513.0, 9455.0, 9453.0, 9464.0, 9386.0, 9479.0, 9419.0, 9407.0, 9381.0, 9394.0, 9393.0, 9380.0, 9392.0, 9380.0, 9397.0, 9464.0, 9392.0, 9392.0, 9476.0, 9457.0, 9388.0, 9454.0, 9423.0, 9369.0, 9423.0, 9432.0, 9355.0, 9410.0, 9448.0, 9369.0, 9379.0, 9355.0, 9378.0, 9418.0, 9378.0, 9387.0, 9375.0, 9390.0, 9402.0, 9467.0, 9371.0, 9414.0, 9482.0, 9435.0, 9407.0, 9465.0, 9418.0, 9394.0, 9447.0, 9417.0, 9403.0, 9417.0, 9353.0, 9350.0, 9357.0, 9370.0, 9375.0, 9400.0, 9444.0, 9400.0, 9418.0, 9476.0, 9469.0, 9400.0, 9436.0, 9459.0, 9408.0, 9444.0, 9416.0, 9374.0, 9414.0, 9391.0, 9403.0, 9362.0, 9392.0, 9463.0, 9456.0, 9413.0, 9468.0, 9449.0, 9391.0, 9446.0, 9456.0, 9396.0, 9383.0, 9436.0, 9340.0, 9359.0, 9424.0, 9384.0, 9342.0, 9343.0, 9348.0, 9346.0, 9351.0, 9384.0, 9395.0, 9373.0, 9389.0, 9438.0, 9371.0, 9373.0, 9410.0, 9369.0, 9366.0, 9339.0, 9369.0, 9367.0, 9377.0, 9382.0, 9397.0, 9403.0, 9421.0, 9471.0, 9407.0, 9435.0, 9483.0, 9439.0, 9439.0, 9494.0, 9457.0, 9442.0, 9376.0, 9362.0, 9374.0, 9365.0, 9395.0, 9418.0, 9381.0, 9413.0, 9492.0, 9421.0, 9412.0, 9491.0, 9446.0, 9432.0, 9454.0, 9359.0, 9373.0, 9427.0, 9362.0, 9404.0, 9390.0, 9394.0, 9447.0, 9430.0, 9378.0, 9485.0, 9466.0, 9448.0, 9404.0, 9350.0, 9360.0, 9350.0, 9367.0, 9421.0, 9354.0, 9369.0, 9436.0, 9383.0, 9371.0, 9450.0, 9368.0, 9368.0, 9420.0, 9353.0, 9384.0, 9410.0, 9372.0, 9377.0, 9429.0, 9376.0, 9402.0, 9418.0, 9377.0, 9387.0, 9374.0, 9375.0, 9398.0, 9363.0, 9409.0, 9477.0, 9408.0, 9391.0, 9391.0, 9382.0, 9393.0, 9382.0, 9433.0, 9407.0, 9403.0, 9390.0, 9388.0, 9400.0, 9386.0, 9440.0, 9386.0, 9402.0, 9477.0, 9432.0, 9458.0, 9401.0, 9384.0, 9380.0, 9381.0, 9421.0, 9382.0, 9389.0, 9468.0, 9389.0, 9405.0, 9471.0, 9415.0, 9402.0, 9495.0, 9435.0, 9422.0, 9475.0, 9431.0, 9420.0, 9462.0, 9381.0, 9428.0, 9441.0, 9412.0, 9385.0, 9401.0, 9435.0, 9368.0, 9386.0, 9485.0, 9495.0, 9473.0, 9448.0, 9474.0, 9445.0, 9429.0, 9382.0, 9355.0, 9354.0, 9355.0, 9368.0, 9361.0, 9367.0, 9421.0, 9366.0, 9370.0, 9437.0, 9382.0, 9385.0, 9438.0, 9381.0, 9383.0, 9453.0, 9388.0, 9404.0, 9391.0, 9407.0, 9461.0, 9406.0, 9405.0, 9458.0, 9407.0, 9474.0, 9456.0, 9473.0, 9497.0, 9462.0, 9473.0, 9413.0, 9426.0, 9434.0, 9381.0, 9470.0, 9424.0, 9452.0, 9438.0, 9467.0, 9447.0, 9418.0, 9332.0, 9348.0, 9358.0, 9335.0, 9353.0, 9396.0, 9359.0, 9415.0, 9426.0, 9359.0, 9398.0, 9357.0, 9357.0, 9381.0, 9358.0, 9374.0, 9362.0, 9381.0, 9423.0, 9387.0, 9389.0, 9467.0, 9451.0, 9445.0, 9359.0, 9375.0, 9441.0, 9371.0, 9416.0, 9476.0, 9464.0, 9446.0, 9370.0, 9359.0, 9451.0, 9370.0, 9396.0, 9482.0, 9484.0, 9467.0, 9411.0, 9353.0, 9354.0, 9356.0, 9353.0, 9375.0, 9390.0, 9377.0, 9384.0, 9438.0, 9385.0, 9388.0, 9398.0, 9382.0, 9395.0, 9369.0, 9386.0, 9412.0, 9388.0, 9444.0, 9402.0, 9445.0, 9500.0, 9460.0, 9481.0, 9449.0, 9458.0, 9433.0, 9384.0, 9392.0, 9326.0, 9356.0, 9328.0, 9334.0, 9404.0, 9458.0, 9424.0, 9384.0, 9425.0, 9382.0, 9342.0, 9394.0, 9328.0, 9332.0, 9344.0, 9351.0, 9353.0, 9353.0, 9357.0, 9383.0, 9360.0, 9360.0, 9359.0, 9362.0, 9417.0, 9376.0, 9360.0, 9427.0, 9385.0, 9392.0, 9455.0, 9412.0, 9399.0, 9382.0, 9359.0, 9412.0, 9422.0, 9360.0, 9471.0, 9470.0, 9457.0, 9436.0, 9366.0, 9336.0, 9339.0, 9373.0, 9385.0, 9379.0, 9381.0, 9424.0, 9387.0, 9402.0, 9395.0, 9412.0, 9406.0, 9394.0, 9410.0, 9421.0, 9449.0, 9439.0, 9485.0, 9554.0, 9514.0, 9459.0, 9468.0, 9479.0, 9440.0, 9411.0, 9452.0, 9436.0, 9407.0, 9438.0, 9407.0, 9366.0, 9351.0, 9351.0, 9350.0, 9355.0, 9389.0, 9426.0, 9356.0, 9359.0, 9440.0, 9385.0, 9359.0, 9437.0, 9353.0, 9355.0, 9370.0, 9360.0, 9374.0, 9403.0, 9365.0, 9393.0, 9366.0, 9382.0, 9447.0, 9445.0, 9386.0, 9414.0, 9450.0, 9384.0, 9426.0, 9455.0, 9436.0, 9412.0, 9456.0, 9412.0, 9414.0, 9410.0, 9358.0, 9367.0, 9343.0, 9375.0, 9418.0, 9386.0, 9387.0, 9386.0, 9387.0, 9402.0, 9387.0, 9405.0, 9442.0, 9388.0, 9406.0, 9473.0, 9401.0, 9390.0, 9470.0, 9438.0, 9384.0, 9450.0, 9460.0, 9366.0, 9406.0, 9475.0, 9422.0, 9435.0, 9435.0, 9366.0, 9352.0, 9382.0, 9408.0, 9369.0, 9372.0, 9455.0, 9438.0, 9399.0, 9441.0, 9494.0, 9461.0, 9448.0, 9473.0, 9440.0, 9414.0, 9439.0, 9386.0, 9402.0, 9370.0, 9381.0, 9412.0, 9371.0, 9397.0, 9368.0, 9383.0, 9408.0, 9372.0, 9429.0, 9484.0, 9450.0, 9454.0, 9499.0, 9461.0, 9473.0, 9440.0, 9380.0, 9375.0, 9335.0, 9353.0, 9340.0, 9362.0, 9406.0, 9419.0, 9366.0, 9409.0, 9474.0, 9425.0, 9399.0, 9450.0, 9406.0, 9366.0, 9434.0, 9382.0, 9371.0, 9370.0, 9360.0, 9359.0, 9359.0, 9361.0, 9373.0, 9360.0, 9379.0, 9433.0, 9371.0, 9388.0, 9469.0, 9422.0, 9381.0, 9455.0, 9373.0, 9360.0, 9386.0, 9363.0, 9379.0, 9371.0, 9387.0, 9426.0, 9388.0, 9426.0, 9384.0, 9400.0, 9480.0, 9460.0, 9467.0, 9492.0, 9455.0, 9466.0, 9420.0, 9364.0, 9387.0, 9335.0, 9334.0, 9334.0, 9356.0, 9384.0, 9358.0, 9365.0, 9404.0, 9366.0, 9384.0, 9380.0, 9372.0, 9397.0, 9373.0, 9412.0, 9430.0, 9392.0, 9404.0, 9430.0, 9431.0, 9433.0, 9371.0, 9379.0, 9364.0, 9371.0, 9427.0, 9478.0, 9446.0, 9444.0, 9492.0, 9435.0, 9411.0, 9461.0, 9371.0, 9393.0, 9409.0, 9383.0, 9409.0, 9376.0, 9400.0, 9368.0, 9382.0, 9463.0, 9446.0, 9419.0, 9479.0, 9444.0, 9411.0, 9466.0, 9447.0, 9432.0, 9444.0, 9402.0, 9400.0, 9332.0, 9318.0, 9330.0, 9335.0, 9350.0, 9349.0, 9339.0, 9355.0, 9433.0, 9365.0, 9352.0, 9432.0, 9375.0, 9350.0, 9402.0, 9350.0, 9353.0, 9405.0, 9352.0, 9355.0, 9394.0, 9344.0, 9372.0, 9371.0, 9360.0, 9399.0, 9347.0, 9371.0, 9355.0, 9373.0, 9416.0, 9467.0, 9413.0, 9458.0, 9473.0, 9435.0, 9431.0, 9482.0, 9431.0, 9387.0, 9342.0, 9334.0, 9348.0, 9343.0, 9380.0, 9375.0, 9387.0, 9477.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.0008665977011494254</td></tr>
<tr><td colspan=3>aqi</td><td>0.025625041494252872</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.39581860269277</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1557090612313008</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9693347664672042</td></tr>
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
<tr><td colspan=3>fber</td><td>4430.8423</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07099933164672557</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438225643669523</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.294732672562037</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6749442998607216</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3449999585858103</td></tr>
<tr><td colspan=3>gcor</td><td>0.00933363</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018219992518424988</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04350290820002556</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>3.73415099509184</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>16.6394</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3236</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.4828</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295331.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>974.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.5384</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.2809</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3399.9117</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.1771</td></tr>
<tr><td colspan=3>tsnr</td><td>33.28255896072369</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>