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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-05_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-05_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-0053/ses-03/func/sub-0053_ses-03_task-social_acq-mb8_run-05_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>c2f864c8aa3cf3e452b8ef2064f7a81b</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>17:07:13.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</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-05_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.0812003</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25cba26f-592b-4f31-bbb4-96a90762778e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['170713.385000', '170713.845000', '170714.305000', '170714.765000', '170715.225000', '170715.685000', '170716.145000', '170716.605000', '170717.065000', '170717.525000', '170717.985000', '170718.445000', '170718.905000', '170719.365000', '170719.825000', '170720.285000', '170720.745000', '170721.205000', '170721.665000', '170722.125000', '170722.585000', '170723.045000', '170723.505000', '170723.965000', '170724.425000', '170724.885000', '170725.345000', '170725.805000', '170726.265000', '170726.725000', '170727.185000', '170727.645000', '170728.105000', '170728.565000', '170729.025000', '170729.485000', '170729.945000', '170730.405000', '170730.865000', '170731.325000', '170731.785000', '170732.245000', '170732.705000', '170733.165000', '170733.625000', '170734.085000', '170734.545000', '170735.005000', '170735.465000', '170735.925000', '170736.385000', '170736.845000', '170737.305000', '170737.765000', '170738.225000', '170738.685000', '170739.145000', '170739.605000', '170740.065000', '170740.525000', '170740.985000', '170741.445000', '170741.905000', '170742.365000', '170742.825000', '170743.285000', '170743.745000', '170744.205000', '170744.665000', '170745.125000', '170745.585000', '170746.045000', '170746.505000', '170746.965000', '170747.425000', '170747.885000', '170748.345000', '170748.805000', '170749.265000', '170749.725000', '170750.185000', '170750.645000', '170751.105000', '170751.565000', '170752.025000', '170752.485000', '170752.945000', '170753.405000', '170753.865000', '170754.325000', '170754.785000', '170755.245000', '170755.705000', '170756.165000', '170756.625000', '170757.085000', '170757.545000', '170758.005000', '170758.465000', '170758.925000', '170759.385000', '170759.845000', '170800.305000', '170800.765000', '170801.225000', '170801.685000', '170802.145000', '170802.605000', '170803.065000', '170803.525000', '170803.985000', '170804.445000', '170804.905000', '170805.365000', '170805.825000', '170806.285000', '170806.745000', '170807.205000', '170807.665000', '170808.125000', '170808.585000', '170809.045000', '170809.505000', '170809.965000', '170810.425000', '170810.885000', '170811.345000', '170811.805000', '170812.265000', '170812.725000', '170813.185000', '170813.645000', '170814.105000', '170814.565000', '170815.025000', '170815.485000', '170815.945000', '170816.405000', '170816.865000', '170817.325000', '170817.785000', '170818.245000', '170818.705000', '170819.165000', '170819.625000', '170820.085000', '170820.545000', '170821.005000', '170821.465000', '170821.925000', '170822.385000', '170822.845000', '170823.305000', '170823.765000', '170824.225000', '170824.685000', '170825.145000', '170825.605000', '170826.065000', '170826.525000', '170826.985000', '170827.445000', '170827.905000', '170828.365000', '170828.825000', '170829.285000', '170829.745000', '170830.205000', '170830.665000', '170831.125000', '170831.585000', '170832.045000', '170832.505000', '170832.965000', '170833.425000', '170833.885000', '170834.345000', '170834.805000', '170835.265000', '170835.725000', '170836.185000', '170836.645000', '170837.105000', '170837.565000', '170838.025000', '170838.485000', '170838.945000', '170839.405000', '170839.865000', '170840.325000', '170840.785000', '170841.245000', '170841.705000', '170842.165000', '170842.625000', '170843.085000', '170843.545000', '170844.005000', '170844.465000', '170844.925000', '170845.385000', '170845.845000', '170846.305000', '170846.765000', '170847.225000', '170847.685000', '170848.145000', '170848.605000', '170849.065000', '170849.525000', '170849.985000', '170850.445000', '170850.905000', '170851.365000', '170851.825000', '170852.285000', '170852.745000', '170853.205000', '170853.665000', '170854.125000', '170854.585000', '170855.045000', '170855.505000', '170855.965000', '170856.425000', '170856.885000', '170857.345000', '170857.805000', '170858.265000', '170858.725000', '170859.185000', '170859.645000', '170900.105000', '170900.565000', '170901.025000', '170901.485000', '170901.945000', '170902.405000', '170902.865000', '170903.325000', '170903.785000', '170904.245000', '170904.705000', '170905.165000', '170905.625000', '170906.085000', '170906.545000', '170907.005000', '170907.465000', '170907.925000', '170908.385000', '170908.845000', '170909.305000', '170909.765000', '170910.225000', '170910.685000', '170911.145000', '170911.605000', '170912.065000', '170912.525000', '170912.985000', '170913.445000', '170913.905000', '170914.365000', '170914.825000', '170915.285000', '170915.745000', '170916.205000', '170916.665000', '170917.125000', '170917.585000', '170918.045000', '170918.505000', '170918.965000', '170919.425000', '170919.885000', '170920.345000', '170920.805000', '170921.265000', '170921.725000', '170922.185000', '170922.645000', '170923.105000', '170923.565000', '170924.025000', '170924.485000', '170924.945000', '170925.405000', '170925.865000', '170926.325000', '170926.785000', '170927.245000', '170927.705000', '170928.165000', '170928.625000', '170929.085000', '170929.545000', '170930.005000', '170930.465000', '170930.925000', '170931.385000', '170931.845000', '170932.305000', '170932.765000', '170933.225000', '170933.685000', '170934.145000', '170934.605000', '170935.065000', '170935.525000', '170935.985000', '170936.445000', '170936.905000', '170937.365000', '170937.825000', '170938.285000', '170938.745000', '170939.205000', '170939.665000', '170940.125000', '170940.585000', '170941.045000', '170941.505000', '170941.965000', '170942.425000', '170942.885000', '170943.345000', '170943.805000', '170944.265000', '170944.725000', '170945.185000', '170945.645000', '170946.105000', '170946.565000', '170947.025000', '170947.485000', '170947.945000', '170948.405000', '170948.865000', '170949.325000', '170949.785000', '170950.245000', '170950.705000', '170951.165000', '170951.625000', '170952.085000', '170952.545000', '170953.005000', '170953.465000', '170953.925000', '170954.385000', '170954.845000', '170955.305000', '170955.765000', '170956.225000', '170956.685000', '170957.145000', '170957.605000', '170958.065000', '170958.525000', '170958.985000', '170959.445000', '170959.905000', '171000.365000', '171000.825000', '171001.285000', '171001.745000', '171002.205000', '171002.665000', '171003.125000', '171003.585000', '171004.045000', '171004.505000', '171004.965000', '171005.425000', '171005.885000', '171006.345000', '171006.805000', '171007.265000', '171007.725000', '171008.185000', '171008.645000', '171009.105000', '171009.565000', '171010.025000', '171010.485000', '171010.945000', '171011.405000', '171011.865000', '171012.325000', '171012.785000', '171013.245000', '171013.705000', '171014.165000', '171014.625000', '171015.085000', '171015.545000', '171016.005000', '171016.465000', '171016.925000', '171017.385000', '171017.845000', '171018.305000', '171018.765000', '171019.225000', '171019.685000', '171020.145000', '171020.605000', '171021.065000', '171021.525000', '171021.985000', '171022.445000', '171022.905000', '171023.365000', '171023.825000', '171024.285000', '171024.745000', '171025.205000', '171025.665000', '171026.125000', '171026.585000', '171027.045000', '171027.505000', '171027.965000', '171028.425000', '171028.885000', '171029.345000', '171029.805000', '171030.265000', '171030.725000', '171031.185000', '171031.645000', '171032.105000', '171032.565000', '171033.025000', '171033.485000', '171033.945000', '171034.405000', '171034.865000', '171035.325000', '171035.785000', '171036.245000', '171036.705000', '171037.165000', '171037.625000', '171038.085000', '171038.545000', '171039.005000', '171039.465000', '171039.925000', '171040.385000', '171040.845000', '171041.305000', '171041.765000', '171042.225000', '171042.685000', '171043.145000', '171043.605000', '171044.065000', '171044.525000', '171044.985000', '171045.445000', '171045.905000', '171046.365000', '171046.825000', '171047.285000', '171047.745000', '171048.205000', '171048.665000', '171049.125000', '171049.585000', '171050.045000', '171050.505000', '171050.965000', '171051.425000', '171051.885000', '171052.345000', '171052.805000', '171053.265000', '171053.725000', '171054.185000', '171054.645000', '171055.105000', '171055.565000', '171056.025000', '171056.485000', '171056.945000', '171057.405000', '171057.865000', '171058.325000', '171058.785000', '171059.245000', '171059.705000', '171100.165000', '171100.625000', '171101.085000', '171101.545000', '171102.005000', '171102.465000', '171102.925000', '171103.385000', '171103.845000', '171104.305000', '171104.765000', '171105.225000', '171105.685000', '171106.145000', '171106.605000', '171107.065000', '171107.525000', '171107.985000', '171108.445000', '171108.905000', '171109.365000', '171109.825000', '171110.285000', '171110.745000', '171111.205000', '171111.665000', '171112.125000', '171112.585000', '171113.045000', '171113.505000', '171113.965000', '171114.425000', '171114.885000', '171115.345000', '171115.805000', '171116.265000', '171116.725000', '171117.185000', '171117.645000', '171118.105000', '171118.565000', '171119.025000', '171119.485000', '171119.945000', '171120.405000', '171120.865000', '171121.325000', '171121.785000', '171122.245000', '171122.705000', '171123.165000', '171123.625000', '171124.085000', '171124.545000', '171125.005000', '171125.465000', '171125.925000', '171126.385000', '171126.845000', '171127.305000', '171127.765000', '171128.225000', '171128.685000', '171129.145000', '171129.605000', '171130.065000', '171130.525000', '171130.985000', '171131.445000', '171131.905000', '171132.365000', '171132.825000', '171133.285000', '171133.745000', '171134.205000', '171134.665000', '171135.125000', '171135.585000', '171136.045000', '171136.505000', '171136.965000', '171137.425000', '171137.885000', '171138.345000', '171138.805000', '171139.265000', '171139.725000', '171140.185000', '171140.645000', '171141.105000', '171141.565000', '171142.025000', '171142.485000', '171142.945000', '171143.405000', '171143.865000', '171144.325000', '171144.785000', '171145.245000', '171145.705000', '171146.165000', '171146.625000', '171147.085000', '171147.545000', '171148.005000', '171148.465000', '171148.925000', '171149.385000', '171149.845000', '171150.305000', '171150.765000', '171151.225000', '171151.685000', '171152.145000', '171152.605000', '171153.065000', '171153.525000', '171153.985000', '171154.445000', '171154.905000', '171155.365000', '171155.825000', '171156.285000', '171156.745000', '171157.205000', '171157.665000', '171158.125000', '171158.585000', '171159.045000', '171159.505000', '171159.965000', '171200.425000', '171200.885000', '171201.345000', '171201.805000', '171202.265000', '171202.725000', '171203.185000', '171203.645000', '171204.105000', '171204.565000', '171205.025000', '171205.485000', '171205.945000', '171206.405000', '171206.865000', '171207.325000', '171207.785000', '171208.245000', '171208.705000', '171209.165000', '171209.625000', '171210.085000', '171210.545000', '171211.005000', '171211.465000', '171211.925000', '171212.385000', '171212.845000', '171213.305000', '171213.765000', '171214.225000', '171214.685000', '171215.145000', '171215.605000', '171216.065000', '171216.525000', '171216.985000', '171217.445000', '171217.905000', '171218.365000', '171218.825000', '171219.285000', '171219.745000', '171220.205000', '171220.665000', '171221.125000', '171221.585000', '171222.045000', '171222.505000', '171222.965000', '171223.425000', '171223.885000', '171224.345000', '171224.805000', '171225.265000', '171225.725000', '171226.185000', '171226.645000', '171227.105000', '171227.565000', '171228.025000', '171228.485000', '171228.945000', '171229.405000', '171229.865000', '171230.325000', '171230.785000', '171231.245000', '171231.705000', '171232.165000', '171232.625000', '171233.085000', '171233.545000', '171234.005000', '171234.465000', '171234.925000', '171235.385000', '171235.845000', '171236.305000', '171236.765000', '171237.225000', '171237.685000', '171238.145000', '171238.605000', '171239.065000', '171239.525000', '171239.985000', '171240.445000', '171240.905000', '171241.365000', '171241.825000', '171242.285000', '171242.745000', '171243.205000', '171243.665000', '171244.125000', '171244.585000', '171245.045000', '171245.505000', '171245.965000', '171246.425000', '171246.885000', '171247.345000', '171247.805000', '171248.265000', '171248.725000', '171249.185000', '171249.645000', '171250.105000', '171250.565000', '171251.025000', '171251.485000', '171251.945000', '171252.405000', '171252.865000', '171253.325000', '171253.785000', '171254.245000', '171254.705000', '171255.165000', '171255.625000', '171256.085000', '171256.545000', '171257.005000', '171257.465000', '171257.925000', '171258.385000', '171258.845000', '171259.305000', '171259.765000', '171300.225000', '171300.685000', '171301.145000', '171301.605000', '171302.065000', '171302.525000', '171302.985000', '171303.445000', '171303.905000', '171304.365000', '171304.825000', '171305.285000', '171305.745000', '171306.205000', '171306.665000', '171307.125000', '171307.585000', '171308.045000', '171308.505000', '171308.965000', '171309.425000', '171309.885000', '171310.345000', '171310.805000', '171311.265000', '171311.725000', '171312.185000', '171312.645000', '171313.105000', '171313.565000', '171314.025000', '171314.485000', '171314.945000', '171315.405000', '171315.865000', '171316.325000', '171316.785000', '171317.245000', '171317.705000', '171318.165000', '171318.625000', '171319.085000', '171319.545000', '171320.005000', '171320.465000', '171320.925000', '171321.385000', '171321.845000', '171322.305000', '171322.765000', '171323.225000', '171323.685000', '171324.145000', '171324.605000', '171325.065000', '171325.525000', '171325.985000', '171326.445000', '171326.905000', '171327.365000', '171327.825000', '171328.285000', '171328.745000', '171329.205000', '171329.665000', '171330.125000', '171330.585000', '171331.045000', '171331.505000', '171331.965000', '171332.425000', '171332.885000', '171333.345000', '171333.805000', '171334.265000', '171334.725000', '171335.185000', '171335.645000', '171336.105000', '171336.565000', '171337.025000', '171337.485000', '171337.945000', '171338.405000', '171338.865000', '171339.325000', '171339.785000', '171340.245000', '171340.705000', '171341.165000', '171341.625000', '171342.085000', '171342.545000', '171343.005000', '171343.465000', '171343.925000', '171344.385000', '171344.845000', '171345.305000', '171345.765000', '171346.225000', '171346.685000', '171347.145000', '171347.605000', '171348.065000', '171348.525000', '171348.985000', '171349.445000', '171349.905000', '171350.365000', '171350.825000', '171351.285000', '171351.745000', '171352.205000', '171352.665000', '171353.125000', '171353.585000', '171354.045000'], 'ContentTime': ['170737.801000', '170737.804000', '170737.807000', '170737.810000', '170737.812000', '170737.815000', '170737.817000', '170737.820000', '170737.823000', '170737.825000', '170737.828000', '170737.830000', '170737.833000', '170737.835000', '170737.838000', '170737.841000', '170737.843000', '170737.846000', '170737.848000', '170737.851000', '170737.853000', '170737.856000', '170737.858000', '170737.861000', '170737.863000', '170737.866000', '170737.868000', '170737.871000', '170737.874000', '170737.876000', '170737.879000', '170737.881000', '170737.897000', '170737.899000', '170737.902000', '170737.905000', '170737.907000', '170737.910000', '170737.912000', '170737.915000', '170737.917000', '170737.920000', '170737.922000', '170737.925000', '170737.928000', '170737.930000', '170737.933000', '170737.935000', '170737.938000', '170737.940000', '170737.943000', '170757.773000', '170757.776000', '170757.779000', '170757.781000', '170757.784000', '170757.789000', '170757.791000', '170757.794000', '170757.797000', '170757.799000', '170757.802000', '170757.804000', '170757.807000', '170757.809000', '170757.812000', '170757.815000', '170757.817000', '170757.820000', '170757.822000', '170757.825000', '170757.827000', '170757.830000', '170757.833000', '170757.835000', '170757.838000', '170757.840000', '170757.843000', '170757.845000', '170757.848000', '170757.850000', '170757.853000', '170757.856000', '170757.858000', '170757.861000', '170757.863000', '170757.866000', '170757.868000', '170757.871000', '170757.873000', '170757.876000', '170757.879000', '170757.881000', '170757.884000', '170757.886000', '170817.773000', '170817.776000', '170817.779000', '170817.781000', '170817.784000', '170817.787000', '170817.789000', '170817.792000', '170817.794000', '170817.797000', '170817.800000', '170817.802000', '170817.805000', '170817.807000', '170817.810000', '170817.812000', '170817.815000', '170817.817000', '170817.820000', '170817.823000', '170817.825000', '170817.828000', '170817.830000', '170817.837000', '170817.840000', '170817.842000', '170817.845000', '170817.848000', '170817.850000', '170817.853000', '170817.855000', '170817.858000', '170817.861000', '170817.863000', '170817.866000', '170817.868000', '170817.871000', '170817.873000', '170817.876000', '170817.878000', '170817.881000', '170817.884000', '170817.886000', '170837.772000', '170837.775000', '170837.821000', '170837.824000', '170837.827000', '170837.829000', '170837.832000', '170837.835000', '170837.837000', '170837.840000', '170837.843000', '170837.845000', '170837.851000', '170837.854000', '170837.856000', '170837.859000', '170837.861000', '170837.864000', '170837.867000', '170837.869000', '170837.872000', '170837.874000', '170837.877000', '170837.879000', '170837.882000', '170837.884000', '170837.887000', '170837.890000', '170837.892000', '170837.895000', '170837.897000', '170837.900000', '170837.902000', '170837.905000', '170837.908000', '170837.910000', '170837.913000', '170837.915000', '170837.918000', '170837.920000', '170837.923000', '170837.925000', '170837.928000', '170837.930000', '170857.773000', '170857.775000', '170857.778000', '170857.781000', '170857.783000', '170857.786000', '170857.788000', '170857.791000', '170857.793000', '170857.796000', '170857.799000', '170857.801000', '170857.804000', '170857.807000', '170857.809000', '170857.812000', '170857.814000', '170857.817000', '170857.820000', '170857.822000', '170857.825000', '170857.827000', '170857.830000', '170857.832000', '170857.835000', '170857.838000', '170857.840000', '170857.843000', '170857.845000', '170857.848000', '170857.850000', '170857.853000', '170857.856000', '170857.858000', '170857.861000', '170857.864000', '170857.866000', '170857.869000', '170857.871000', '170857.874000', '170857.876000', '170857.879000', '170857.881000', '170917.773000', '170917.775000', '170917.778000', '170917.781000', '170917.783000', '170917.786000', '170917.788000', '170917.791000', '170917.794000', '170917.796000', '170917.799000', '170917.801000', '170917.804000', '170917.807000', '170917.809000', '170917.812000', '170917.814000', '170917.817000', '170917.820000', '170917.822000', '170917.825000', '170917.827000', '170917.830000', '170917.833000', '170917.835000', '170917.838000', '170917.840000', '170917.843000', '170917.845000', '170917.848000', '170917.851000', '170917.853000', '170917.856000', '170917.858000', '170917.861000', '170917.864000', '170917.866000', '170917.869000', '170917.871000', '170917.874000', '170917.876000', '170917.879000', '170917.882000', '170917.884000', '170937.772000', '170937.775000', '170937.778000', '170937.780000', '170937.783000', '170937.785000', '170937.788000', '170937.791000', '170937.793000', '170937.796000', '170937.798000', '170937.801000', '170937.804000', '170937.806000', '170937.809000', '170937.811000', '170937.814000', '170937.817000', '170937.819000', '170937.822000', '170937.824000', '170937.827000', '170937.829000', '170937.832000', '170937.835000', '170937.837000', '170937.840000', '170937.842000', '170937.845000', '170937.848000', '170937.850000', '170937.853000', '170937.855000', '170937.858000', '170937.860000', '170937.863000', '170937.865000', '170937.868000', '170937.870000', '170937.873000', '170937.876000', '170937.878000', '170937.881000', '170957.773000', '170957.776000', '170957.779000', '170957.781000', '170957.784000', '170957.787000', '170957.789000', '170957.792000', '170957.794000', '170957.797000', '170957.824000', '170957.835000', '170957.838000', '170957.841000', '170957.843000', '170957.846000', '170957.848000', '170957.851000', '170957.853000', '170957.856000', '170957.859000', '170957.861000', '170957.864000', '170957.866000', '170957.869000', '170957.871000', '170957.874000', '170957.877000', '170957.880000', '170957.882000', '170957.885000', '170957.887000', '170957.890000', '170957.892000', '170957.895000', '170957.898000', '170957.900000', '170957.903000', '170957.905000', '170957.908000', '170957.910000', '170957.913000', '170957.942000', '171017.773000', '171017.776000', '171017.779000', '171017.781000', '171017.784000', '171017.787000', '171017.789000', '171017.792000', '171017.795000', '171017.797000', '171017.839000', '171017.842000', '171017.844000', '171017.847000', '171017.850000', '171017.852000', '171017.855000', '171017.857000', '171017.860000', '171017.863000', '171017.865000', '171017.868000', '171017.870000', '171017.873000', '171017.875000', '171017.878000', '171017.881000', '171017.883000', '171017.886000', '171017.888000', '171017.891000', '171017.894000', '171017.896000', '171017.899000', '171017.901000', '171017.904000', '171017.907000', '171017.909000', '171017.912000', '171017.914000', '171017.917000', '171017.920000', '171017.922000', '171017.925000', '171037.773000', '171037.776000', '171037.779000', '171037.781000', '171037.784000', '171037.787000', '171037.789000', '171037.792000', '171037.794000', '171037.797000', '171037.839000', '171037.841000', '171037.844000', '171037.847000', '171037.849000', '171037.852000', '171037.854000', '171037.857000', '171037.860000', '171037.862000', '171037.865000', '171037.867000', '171037.870000', '171037.872000', '171037.875000', '171037.878000', '171037.880000', '171037.883000', '171037.885000', '171037.888000', '171037.891000', '171037.893000', '171037.896000', '171037.898000', '171037.901000', '171037.903000', '171037.906000', '171037.909000', '171037.911000', '171037.914000', '171037.916000', '171037.919000', '171037.922000', '171057.772000', '171057.775000', '171057.778000', '171057.781000', '171057.783000', '171057.786000', '171057.788000', '171057.791000', '171057.793000', '171057.796000', '171057.799000', '171057.826000', '171057.828000', '171057.831000', '171057.833000', '171057.836000', '171057.838000', '171057.841000', '171057.844000', '171057.846000', '171057.849000', '171057.851000', '171057.854000', '171057.856000', '171057.859000', '171057.862000', '171057.864000', '171057.867000', '171057.869000', '171057.872000', '171057.875000', '171057.877000', '171057.880000', '171057.882000', '171057.885000', '171057.887000', '171057.890000', '171057.893000', '171057.895000', '171057.898000', '171057.900000', '171057.903000', '171057.905000', '171057.908000', '171117.772000', '171117.775000', '171117.778000', '171117.780000', '171117.783000', '171117.786000', '171117.788000', '171117.791000', '171117.793000', '171117.845000', '171117.848000', '171117.850000', '171117.853000', '171117.855000', '171117.858000', '171117.861000', '171117.864000', '171117.866000', '171117.869000', '171117.871000', '171117.874000', '171117.876000', '171117.879000', '171117.882000', '171117.884000', '171117.887000', '171117.889000', '171117.892000', '171117.895000', '171117.897000', '171117.900000', '171117.902000', '171117.905000', '171117.907000', '171117.910000', '171117.913000', '171117.915000', '171117.918000', '171117.920000', '171117.923000', '171117.925000', '171117.928000', '171117.931000', '171137.772000', '171137.775000', '171137.778000', '171137.780000', '171137.783000', '171137.786000', '171137.788000', '171137.791000', '171137.793000', '171137.796000', '171137.799000', '171137.864000', '171137.867000', '171137.869000', '171137.872000', '171137.874000', '171137.877000', '171137.879000', '171137.882000', '171137.885000', '171137.887000', '171137.890000', '171137.892000', '171137.908000', '171137.911000', '171137.913000', '171137.916000', '171137.918000', '171137.921000', '171137.924000', '171137.926000', '171137.929000', '171137.931000', '171137.934000', '171137.936000', '171137.939000', '171137.942000', '171137.944000', '171137.947000', '171137.949000', '171137.952000', '171137.954000', '171137.957000', '171137.960000', '171157.772000', '171157.775000', '171157.778000', '171157.780000', '171157.783000', '171157.786000', '171157.788000', '171157.791000', '171157.793000', '171157.796000', '171157.799000', '171157.801000', '171157.804000', '171157.806000', '171157.809000', '171157.812000', '171157.814000', '171157.817000', '171157.819000', '171157.822000', '171157.824000', '171157.827000', '171157.830000', '171157.832000', '171157.835000', '171157.837000', '171157.840000', '171157.843000', '171157.845000', '171157.848000', '171157.850000', '171157.853000', '171157.855000', '171157.858000', '171157.861000', '171157.863000', '171157.866000', '171157.868000', '171157.871000', '171157.873000', '171157.876000', '171157.879000', '171157.881000', '171217.773000', '171217.776000', '171217.779000', '171217.782000', '171217.784000', '171217.787000', '171217.789000', '171217.792000', '171217.794000', '171217.797000', '171217.854000', '171217.856000', '171217.859000', '171217.861000', '171217.864000', '171217.866000', '171217.869000', '171217.872000', '171217.874000', '171217.877000', '171217.879000', '171217.882000', '171217.884000', '171217.887000', '171217.890000', '171217.892000', '171217.895000', '171217.898000', '171217.900000', '171217.903000', '171217.905000', '171217.908000', '171217.910000', '171217.913000', '171217.916000', '171217.918000', '171217.921000', '171217.924000', '171217.926000', '171217.929000', '171217.931000', '171217.934000', '171217.936000', '171217.939000', '171237.773000', '171237.776000', '171237.779000', '171237.781000', '171237.784000', '171237.786000', '171237.789000', '171237.792000', '171237.794000', '171237.797000', '171237.800000', '171237.802000', '171237.805000', '171237.807000', '171237.810000', '171237.813000', '171237.815000', '171237.829000', '171237.832000', '171237.834000', '171237.837000', '171237.839000', '171237.842000', '171237.844000', '171237.847000', '171237.850000', '171237.852000', '171237.855000', '171237.857000', '171237.860000', '171237.862000', '171237.865000', '171237.867000', '171237.870000', '171237.873000', '171237.875000', '171237.878000', '171237.880000', '171237.883000', '171237.885000', '171237.888000', '171237.890000', '171237.893000', '171257.773000', '171257.776000', '171257.779000', '171257.781000', '171257.784000', '171257.786000', '171257.789000', '171257.792000', '171257.794000', '171257.797000', '171257.859000', '171257.862000', '171257.864000', '171257.867000', '171257.869000', '171257.872000', '171257.875000', '171257.877000', '171257.880000', '171257.882000', '171257.918000', '171257.921000', '171257.924000', '171257.926000', '171257.929000', '171257.931000', '171257.934000', '171257.936000', '171257.939000', '171257.942000', '171257.944000', '171257.947000', '171257.949000', '171257.952000', '171257.955000', '171257.957000', '171257.960000', '171257.962000', '171257.965000', '171257.968000', '171257.970000', '171257.973000', '171257.975000', '171257.978000', '171317.773000', '171317.775000', '171317.778000', '171317.782000', '171317.785000', '171317.787000', '171317.790000', '171317.793000', '171317.795000', '171317.798000', '171317.838000', '171317.841000', '171317.843000', '171317.846000', '171317.849000', '171317.851000', '171317.854000', '171317.856000', '171317.859000', '171317.861000', '171317.864000', '171317.867000', '171317.869000', '171317.872000', '171317.874000', '171317.877000', '171317.879000', '171317.882000', '171317.885000', '171317.887000', '171317.890000', '171317.892000', '171317.895000', '171317.898000', '171317.900000', '171317.903000', '171317.905000', '171317.908000', '171317.910000', '171317.913000', '171317.915000', '171317.918000', '171317.921000', '171337.772000', '171337.775000', '171337.778000', '171337.781000', '171337.783000', '171337.786000', '171337.788000', '171337.791000', '171337.794000', '171337.796000', '171337.799000', '171337.835000', '171337.838000', '171337.840000', '171337.843000', '171337.845000', '171337.848000', '171337.850000', '171337.853000', '171337.856000', '171337.858000', '171337.861000', '171337.863000', '171337.866000', '171337.868000', '171337.871000', '171337.874000', '171337.876000', '171337.879000', '171337.881000', '171337.884000', '171337.886000', '171337.889000', '171337.892000', '171337.894000', '171337.897000', '171337.899000', '171337.902000', '171337.904000', '171337.907000', '171337.909000', '171337.912000', '171337.915000', '171337.917000', '171355.148000', '171355.151000', '171355.153000', '171355.156000', '171355.159000', '171355.161000', '171355.164000', '171355.167000', '171355.169000', '171355.172000', '171355.174000', '171355.177000', '171355.180000', '171355.182000', '171355.185000', '171355.188000', '171355.190000', '171355.193000', '171355.196000', '171355.199000', '171355.201000', '171355.204000', '171355.207000', '171355.209000', '171355.212000', '171355.215000', '171355.217000', '171355.220000', '171355.223000', '171355.225000', '171355.228000', '171355.231000', '171355.235000', '171355.238000', '171355.241000', '171355.244000', '171355.248000', '171355.252000'], 'InstanceCreationTime': ['170737.801000', '170737.804000', '170737.807000', '170737.810000', '170737.812000', '170737.815000', '170737.817000', '170737.820000', '170737.823000', '170737.825000', '170737.828000', '170737.830000', '170737.833000', '170737.835000', '170737.838000', '170737.841000', '170737.843000', '170737.846000', '170737.848000', '170737.851000', '170737.853000', '170737.856000', '170737.858000', '170737.861000', '170737.863000', '170737.866000', '170737.868000', '170737.871000', '170737.874000', '170737.876000', '170737.879000', '170737.881000', '170737.897000', '170737.899000', '170737.902000', '170737.905000', '170737.907000', '170737.910000', '170737.912000', '170737.915000', '170737.917000', '170737.920000', '170737.922000', '170737.925000', '170737.928000', '170737.930000', '170737.933000', '170737.935000', '170737.938000', '170737.940000', '170737.943000', '170757.773000', '170757.776000', '170757.779000', '170757.781000', '170757.784000', '170757.789000', '170757.791000', '170757.794000', '170757.797000', '170757.799000', '170757.802000', '170757.804000', '170757.807000', '170757.809000', '170757.812000', '170757.815000', '170757.817000', '170757.820000', '170757.822000', '170757.825000', '170757.827000', '170757.830000', '170757.833000', '170757.835000', '170757.838000', '170757.840000', '170757.843000', '170757.845000', '170757.848000', '170757.850000', '170757.853000', '170757.856000', '170757.858000', '170757.861000', '170757.863000', '170757.866000', '170757.868000', '170757.871000', '170757.873000', '170757.876000', '170757.879000', '170757.881000', '170757.884000', '170757.886000', '170817.773000', '170817.776000', '170817.779000', '170817.781000', '170817.784000', '170817.787000', '170817.789000', '170817.792000', '170817.794000', '170817.797000', '170817.800000', '170817.802000', '170817.805000', '170817.807000', '170817.810000', '170817.812000', '170817.815000', '170817.817000', '170817.820000', '170817.823000', '170817.825000', '170817.828000', '170817.830000', '170817.837000', '170817.840000', '170817.842000', '170817.845000', '170817.848000', '170817.850000', '170817.853000', '170817.855000', '170817.858000', '170817.861000', '170817.863000', '170817.866000', '170817.868000', '170817.871000', '170817.873000', '170817.876000', '170817.878000', '170817.881000', '170817.884000', '170817.886000', '170837.772000', '170837.775000', '170837.821000', '170837.824000', '170837.827000', '170837.829000', '170837.832000', '170837.835000', '170837.837000', '170837.840000', '170837.843000', '170837.845000', '170837.851000', '170837.854000', '170837.856000', '170837.859000', '170837.861000', '170837.864000', '170837.867000', '170837.869000', '170837.872000', '170837.874000', '170837.877000', '170837.879000', '170837.882000', '170837.884000', '170837.887000', '170837.890000', '170837.892000', '170837.895000', '170837.897000', '170837.900000', '170837.902000', '170837.905000', '170837.908000', '170837.910000', '170837.913000', '170837.915000', '170837.918000', '170837.920000', '170837.923000', '170837.925000', '170837.928000', '170837.930000', '170857.773000', '170857.775000', '170857.778000', '170857.781000', '170857.783000', '170857.786000', '170857.788000', '170857.791000', '170857.793000', '170857.796000', '170857.799000', '170857.801000', '170857.804000', '170857.807000', '170857.809000', '170857.812000', '170857.814000', '170857.817000', '170857.820000', '170857.822000', '170857.825000', '170857.827000', '170857.830000', '170857.832000', '170857.835000', '170857.838000', '170857.840000', '170857.843000', '170857.845000', '170857.848000', '170857.850000', '170857.853000', '170857.856000', '170857.858000', '170857.861000', '170857.864000', '170857.866000', '170857.869000', '170857.871000', '170857.874000', '170857.876000', '170857.879000', '170857.881000', '170917.773000', '170917.775000', '170917.778000', '170917.781000', '170917.783000', '170917.786000', '170917.788000', '170917.791000', '170917.794000', '170917.796000', '170917.799000', '170917.801000', '170917.804000', '170917.807000', '170917.809000', '170917.812000', '170917.814000', '170917.817000', '170917.820000', '170917.822000', '170917.825000', '170917.827000', '170917.830000', '170917.833000', '170917.835000', '170917.838000', '170917.840000', '170917.843000', '170917.845000', '170917.848000', '170917.851000', '170917.853000', '170917.856000', '170917.858000', '170917.861000', '170917.864000', '170917.866000', '170917.869000', '170917.871000', '170917.874000', '170917.876000', '170917.879000', '170917.882000', '170917.884000', '170937.772000', '170937.775000', '170937.778000', '170937.780000', '170937.783000', '170937.785000', '170937.788000', '170937.791000', '170937.793000', '170937.796000', '170937.798000', '170937.801000', '170937.804000', '170937.806000', '170937.809000', '170937.811000', '170937.814000', '170937.817000', '170937.819000', '170937.822000', '170937.824000', '170937.827000', '170937.829000', '170937.832000', '170937.835000', '170937.837000', '170937.840000', '170937.842000', '170937.845000', '170937.848000', '170937.850000', '170937.853000', '170937.855000', '170937.858000', '170937.860000', '170937.863000', '170937.865000', '170937.868000', '170937.870000', '170937.873000', '170937.876000', '170937.878000', '170937.881000', '170957.773000', '170957.776000', '170957.779000', '170957.781000', '170957.784000', '170957.787000', '170957.789000', '170957.792000', '170957.794000', '170957.797000', '170957.824000', '170957.835000', '170957.838000', '170957.841000', '170957.843000', '170957.846000', '170957.848000', '170957.851000', '170957.853000', '170957.856000', '170957.859000', '170957.861000', '170957.864000', '170957.866000', '170957.869000', '170957.871000', '170957.874000', '170957.877000', '170957.880000', '170957.882000', '170957.885000', '170957.887000', '170957.890000', '170957.892000', '170957.895000', '170957.898000', '170957.900000', '170957.903000', '170957.905000', '170957.908000', '170957.910000', '170957.913000', '170957.942000', '171017.773000', '171017.776000', '171017.779000', '171017.781000', '171017.784000', '171017.787000', '171017.789000', '171017.792000', '171017.795000', '171017.797000', '171017.839000', '171017.842000', '171017.844000', '171017.847000', '171017.850000', '171017.852000', '171017.855000', '171017.857000', '171017.860000', '171017.863000', '171017.865000', '171017.868000', '171017.870000', '171017.873000', '171017.875000', '171017.878000', '171017.881000', '171017.883000', '171017.886000', '171017.888000', '171017.891000', '171017.894000', '171017.896000', '171017.899000', '171017.901000', '171017.904000', '171017.907000', '171017.909000', '171017.912000', '171017.914000', '171017.917000', '171017.920000', '171017.922000', '171017.925000', '171037.773000', '171037.776000', '171037.779000', '171037.781000', '171037.784000', '171037.787000', '171037.789000', '171037.792000', '171037.794000', '171037.797000', '171037.839000', '171037.841000', '171037.844000', '171037.847000', '171037.849000', '171037.852000', '171037.854000', '171037.857000', '171037.860000', '171037.862000', '171037.865000', '171037.867000', '171037.870000', '171037.872000', '171037.875000', '171037.878000', '171037.880000', '171037.883000', '171037.885000', '171037.888000', '171037.891000', '171037.893000', '171037.896000', '171037.898000', '171037.901000', '171037.903000', '171037.906000', '171037.909000', '171037.911000', '171037.914000', '171037.916000', '171037.919000', '171037.922000', '171057.772000', '171057.775000', '171057.778000', '171057.781000', '171057.783000', '171057.786000', '171057.788000', '171057.791000', '171057.793000', '171057.796000', '171057.799000', '171057.826000', '171057.828000', '171057.831000', '171057.833000', '171057.836000', '171057.838000', '171057.841000', '171057.844000', '171057.846000', '171057.849000', '171057.851000', '171057.854000', '171057.856000', '171057.859000', '171057.862000', '171057.864000', '171057.867000', '171057.869000', '171057.872000', '171057.875000', '171057.877000', '171057.880000', '171057.882000', '171057.885000', '171057.887000', '171057.890000', '171057.893000', '171057.895000', '171057.898000', '171057.900000', '171057.903000', '171057.905000', '171057.908000', '171117.772000', '171117.775000', '171117.778000', '171117.780000', '171117.783000', '171117.786000', '171117.788000', '171117.791000', '171117.793000', '171117.845000', '171117.848000', '171117.850000', '171117.853000', '171117.855000', '171117.858000', '171117.861000', '171117.864000', '171117.866000', '171117.869000', '171117.871000', '171117.874000', '171117.876000', '171117.879000', '171117.882000', '171117.884000', '171117.887000', '171117.889000', '171117.892000', '171117.895000', '171117.897000', '171117.900000', '171117.902000', '171117.905000', '171117.907000', '171117.910000', '171117.913000', '171117.915000', '171117.918000', '171117.920000', '171117.923000', '171117.925000', '171117.928000', '171117.931000', '171137.772000', '171137.775000', '171137.778000', '171137.780000', '171137.783000', '171137.786000', '171137.788000', '171137.791000', '171137.793000', '171137.796000', '171137.799000', '171137.864000', '171137.867000', '171137.869000', '171137.872000', '171137.874000', '171137.877000', '171137.879000', '171137.882000', '171137.885000', '171137.887000', '171137.890000', '171137.892000', '171137.908000', '171137.911000', '171137.913000', '171137.916000', '171137.918000', '171137.921000', '171137.924000', '171137.926000', '171137.929000', '171137.931000', '171137.934000', '171137.936000', '171137.939000', '171137.942000', '171137.944000', '171137.947000', '171137.949000', '171137.952000', '171137.954000', '171137.957000', '171137.960000', '171157.772000', '171157.775000', '171157.778000', '171157.780000', '171157.783000', '171157.786000', '171157.788000', '171157.791000', '171157.793000', '171157.796000', '171157.799000', '171157.801000', '171157.804000', '171157.806000', '171157.809000', '171157.812000', '171157.814000', '171157.817000', '171157.819000', '171157.822000', '171157.824000', '171157.827000', '171157.830000', '171157.832000', '171157.835000', '171157.837000', '171157.840000', '171157.843000', '171157.845000', '171157.848000', '171157.850000', '171157.853000', '171157.855000', '171157.858000', '171157.861000', '171157.863000', '171157.866000', '171157.868000', '171157.871000', '171157.873000', '171157.876000', '171157.879000', '171157.881000', '171217.773000', '171217.776000', '171217.779000', '171217.782000', '171217.784000', '171217.787000', '171217.789000', '171217.792000', '171217.794000', '171217.797000', '171217.854000', '171217.856000', '171217.859000', '171217.861000', '171217.864000', '171217.866000', '171217.869000', '171217.872000', '171217.874000', '171217.877000', '171217.879000', '171217.882000', '171217.884000', '171217.887000', '171217.890000', '171217.892000', '171217.895000', '171217.898000', '171217.900000', '171217.903000', '171217.905000', '171217.908000', '171217.910000', '171217.913000', '171217.916000', '171217.918000', '171217.921000', '171217.924000', '171217.926000', '171217.929000', '171217.931000', '171217.934000', '171217.936000', '171217.939000', '171237.773000', '171237.776000', '171237.779000', '171237.781000', '171237.784000', '171237.786000', '171237.789000', '171237.792000', '171237.794000', '171237.797000', '171237.800000', '171237.802000', '171237.805000', '171237.807000', '171237.810000', '171237.813000', '171237.815000', '171237.829000', '171237.832000', '171237.834000', '171237.837000', '171237.839000', '171237.842000', '171237.844000', '171237.847000', '171237.850000', '171237.852000', '171237.855000', '171237.857000', '171237.860000', '171237.862000', '171237.865000', '171237.867000', '171237.870000', '171237.873000', '171237.875000', '171237.878000', '171237.880000', '171237.883000', '171237.885000', '171237.888000', '171237.890000', '171237.893000', '171257.773000', '171257.776000', '171257.779000', '171257.781000', '171257.784000', '171257.786000', '171257.789000', '171257.792000', '171257.794000', '171257.797000', '171257.859000', '171257.862000', '171257.864000', '171257.867000', '171257.869000', '171257.872000', '171257.875000', '171257.877000', '171257.880000', '171257.882000', '171257.918000', '171257.921000', '171257.924000', '171257.926000', '171257.929000', '171257.931000', '171257.934000', '171257.936000', '171257.939000', '171257.942000', '171257.944000', '171257.947000', '171257.949000', '171257.952000', '171257.955000', '171257.957000', '171257.960000', '171257.962000', '171257.965000', '171257.968000', '171257.970000', '171257.973000', '171257.975000', '171257.978000', '171317.773000', '171317.775000', '171317.778000', '171317.782000', '171317.785000', '171317.787000', '171317.790000', '171317.793000', '171317.795000', '171317.798000', '171317.838000', '171317.841000', '171317.843000', '171317.846000', '171317.849000', '171317.851000', '171317.854000', '171317.856000', '171317.859000', '171317.861000', '171317.864000', '171317.867000', '171317.869000', '171317.872000', '171317.874000', '171317.877000', '171317.879000', '171317.882000', '171317.885000', '171317.887000', '171317.890000', '171317.892000', '171317.895000', '171317.898000', '171317.900000', '171317.903000', '171317.905000', '171317.908000', '171317.910000', '171317.913000', '171317.915000', '171317.918000', '171317.921000', '171337.772000', '171337.775000', '171337.778000', '171337.781000', '171337.783000', '171337.786000', '171337.788000', '171337.791000', '171337.794000', '171337.796000', '171337.799000', '171337.835000', '171337.838000', '171337.840000', '171337.843000', '171337.845000', '171337.848000', '171337.850000', '171337.853000', '171337.856000', '171337.858000', '171337.861000', '171337.863000', '171337.866000', '171337.868000', '171337.871000', '171337.874000', '171337.876000', '171337.879000', '171337.881000', '171337.884000', '171337.886000', '171337.889000', '171337.892000', '171337.894000', '171337.897000', '171337.899000', '171337.902000', '171337.904000', '171337.907000', '171337.909000', '171337.912000', '171337.915000', '171337.917000', '171355.148000', '171355.151000', '171355.153000', '171355.156000', '171355.159000', '171355.161000', '171355.164000', '171355.167000', '171355.169000', '171355.172000', '171355.174000', '171355.177000', '171355.180000', '171355.182000', '171355.185000', '171355.188000', '171355.190000', '171355.193000', '171355.196000', '171355.199000', '171355.201000', '171355.204000', '171355.207000', '171355.209000', '171355.212000', '171355.215000', '171355.217000', '171355.220000', '171355.223000', '171355.225000', '171355.228000', '171355.231000', '171355.235000', '171355.238000', '171355.241000', '171355.244000', '171355.248000', '171355.252000'], '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': [6982, 8239, 7372, 8255, 8210, 7899, 8022, 7967, 8126, 8989, 8198, 8221, 8030, 8072, 7997, 7843, 7405, 7093, 8237, 7144, 7784, 6678, 6654, 6462, 8135, 6928, 7737, 7651, 8306, 7172, 8619, 8048, 7845, 9200, 7882, 7989, 6949, 8266, 9057, 8090, 8228, 6477, 7929, 7940, 8103, 7793, 7847, 8039, 6250, 7992, 6892, 7828, 8207, 7555, 7982, 7179, 7860, 8236, 6624, 8062, 7144, 7876, 8108, 7127, 8198, 7449, 7760, 8231, 6762, 8218, 6727, 7833, 8321, 7718, 7990, 6982, 7957, 7965, 7980, 8103, 6734, 8091, 6876, 7856, 8591, 7587, 8033, 7703, 7941, 7866, 7636, 8091, 6578, 8148, 8087, 7919, 8152, 6800, 8263, 8292, 7630, 8102, 7364, 8131, 8659, 7841, 7991, 6599, 8110, 7234, 7899, 8163, 6979, 8156, 6978, 8146, 8564, 7951, 8366, 7087, 8145, 7612, 8032, 8464, 7679, 8090, 8530, 8089, 9059, 6888, 8527, 8025, 8200, 8351, 7629, 8148, 6630, 8227, 7536, 8590, 7138, 7709, 8436, 7064, 8284, 7856, 8348, 6797, 7933, 8298, 6890, 8198, 7616, 8161, 8701, 7975, 7998, 7668, 8001, 8926, 7778, 8292, 8294, 8068, 6492, 8002, 7502, 7592, 8357, 7317, 7915, 8648, 8003, 8189, 7632, 7937, 8373, 6891, 8369, 7477, 8153, 8653, 7927, 8123, 6642, 8209, 8443, 7748, 8173, 6677, 8187, 8468, 7740, 8064, 7631, 7974, 7862, 7367, 8066, 7199, 8067, 8218, 7630, 8156, 7252, 8042, 8002, 7930, 8474, 7354, 7991, 8940, 7359, 8407, 7063, 8179, 7612, 7784, 8405, 6832, 8234, 7083, 7849, 8207, 7306, 8319, 6801, 8112, 8411, 7388, 8403, 7142, 8374, 6446, 7861, 8297, 7376, 8309, 7073, 8015, 8674, 7653, 8231, 6657, 8095, 8315, 7497, 8137, 7769, 8015, 7302, 7540, 8018, 7179, 8128, 7479, 8159, 8044, 7792, 8838, 7697, 8316, 6698, 8191, 9071, 7045, 8333, 7873, 7860, 8444, 7804, 8191, 6823, 8256, 7267, 7649, 8430, 6934, 8434, 6773, 8274, 8630, 6987, 8266, 6806, 8399, 8548, 7868, 8526, 7512, 8289, 7627, 8074, 8449, 7802, 8402, 6836, 8187, 6738, 7773, 8291, 7832, 8068, 7304, 8034, 6188, 7521, 7352, 6873, 7711, 8471, 7656, 9148, 7256, 8259, 7802, 8157, 8641, 8230, 8275, 7907, 8256, 7515, 8364, 6453, 8266, 6625, 8035, 6118, 7835, 8028, 7572, 8025, 7494, 8281, 6700, 8034, 8769, 7002, 8268, 7371, 8344, 8711, 6533, 8186, 7567, 7747, 8242, 7773, 8174, 8788, 7878, 8302, 7663, 8179, 8028, 7820, 8402, 6899, 8090, 8722, 7539, 8300, 6795, 8350, 8301, 7798, 8188, 7310, 7876, 7078, 7657, 7509, 7599, 7946, 7574, 8328, 6713, 7863, 7804, 7993, 8683, 6557, 8136, 7650, 7768, 8349, 6551, 8266, 6846, 7709, 8436, 6790, 7997, 7481, 7984, 8074, 7833, 8291, 7503, 8096, 7881, 7604, 8174, 7840, 8069, 7264, 7896, 8111, 7000, 8132, 6546, 8167, 8775, 8060, 8379, 7192, 8092, 6814, 8243, 8530, 7871, 8130, 7615, 7907, 8214, 7649, 8100, 6569, 7790, 8315, 7650, 7971, 6749, 7771, 8227, 6673, 7833, 6732, 7651, 8202, 6641, 7999, 7041, 7480, 8294, 6638, 7875, 8601, 7103, 8109, 6338, 7944, 6655, 7658, 8540, 6771, 7941, 8409, 7920, 8406, 6670, 8252, 8209, 7793, 8402, 7751, 8219, 8766, 7891, 8214, 7080, 8178, 8482, 6844, 8019, 8188, 7452, 8319, 7034, 7998, 6332, 7942, 8296, 6729, 8060, 8747, 7001, 7841, 8014, 8003, 8168, 7247, 8189, 7213, 8123, 8073, 7689, 8479, 7517, 8276, 8180, 7592, 8083, 6888, 8057, 7247, 7793, 8221, 6682, 8220, 7541, 7935, 7097, 7503, 8408, 6713, 7972, 6677, 7531, 8704, 7684, 8423, 7152, 8121, 9512, 7890, 8528, 6485, 7781, 9225, 7507, 7993, 7381, 7703, 8299, 7424, 8146, 7527, 7739, 7907, 7458, 8614, 7062, 7698, 6662, 7578, 8788, 7418, 8520, 7478, 7869, 8258, 7606, 8457, 7239, 7779, 8878, 7591, 8406, 7452, 7853, 6512, 7593, 8392, 7412, 7896, 7266, 7685, 8675, 7618, 8499, 6905, 7791, 6718, 7563, 8575, 7437, 8332, 7535, 7638, 7356, 7408, 6216, 7361, 6912, 7376, 8058, 7229, 8866, 7265, 8575, 7004, 7661, 7969, 7521, 8908, 7364, 8181, 7174, 7677, 7077, 7956, 7023, 7721, 6679, 8109, 8368, 7398, 8296, 6896, 7869, 6877, 7504, 6945, 7579, 8783, 7309, 8434, 6283, 7547, 9051, 7088, 7796, 7695, 7251, 8907, 7201, 7958, 7675, 7510, 8663, 7178, 7879, 7280, 7982, 7693, 7232, 8273, 7056, 7735, 6643, 7654, 8733, 7138, 8314, 7271, 7856, 7749, 7317, 8493, 7208, 7937, 6231, 7667, 7436, 7352, 8273, 6809, 7505, 6931, 7116, 8349, 7117, 7973, 7113, 7946, 7769, 7460, 8400, 7147, 7916, 6892, 7864, 8147, 7458, 8363, 7332, 8172, 8582, 7422, 8371, 6820, 7980, 6621, 7841, 8866, 7228, 7818, 7989, 7646, 8489, 7320, 8211, 7253, 8053, 8467, 7185, 8480, 7257, 8133, 6338, 7951, 8246, 7231, 8307, 6973, 7866, 8664, 7581, 8467, 7140, 8357, 6210, 7958, 8815, 7408, 7994, 6881, 8096, 8721, 7333, 8295, 7295, 7830, 8825, 7325, 8176, 7028, 8001, 6122, 7599, 8136, 7216, 7859, 7134, 8057, 8801, 7519, 8048, 8258, 7324, 8466, 7119, 7965, 8861, 7432, 8325, 7012, 7815, 7841, 7405, 8237, 7052, 7701, 6966, 8064, 8494, 7335, 8239, 7135, 8114, 9252, 7517, 8317, 7345, 8196, 7783, 7748, 8494, 7461, 8249, 7772, 8061, 8411, 7465, 8130, 7464, 7909, 7044, 7524, 8409, 6972, 8267, 7347, 7192, 7178, 6850, 7542, 9181, 7610, 8279, 7386, 7998, 9109, 7699, 8289, 7652, 8015, 7202, 7609, 8194, 7291, 7777, 7470, 8207, 7377, 8158, 7004, 8359, 6503, 7890, 8865, 7376, 8061, 6948, 7991, 8672, 7576, 8413, 7474, 8223, 6954, 7620, 8787, 7180, 8266, 7372, 8255, 8357, 7577, 8369, 6587, 7880, 8738, 7776, 8237, 8244, 7686, 8393, 7364, 7947, 8416, 7291, 8288, 7701, 8464, 8407, 7504, 8446, 7480, 8156, 7976, 7527, 8394, 7371, 8192, 6311, 8081, 8930, 7425, 8286, 7630, 7801, 8532, 7328, 8075, 7001, 8267, 8622, 7704, 8333], 'WindowCenter': [3772.0, 3790.0, 3762.0, 3781.0, 3779.0, 3767.0, 3756.0, 3755.0, 3755.0, 3764.0, 3754.0, 3754.0, 3744.0, 3753.0, 3740.0, 3752.0, 3741.0, 3723.0, 3764.0, 3731.0, 3755.0, 3734.0, 3745.0, 3734.0, 3779.0, 3770.0, 3760.0, 3769.0, 3771.0, 3747.0, 3772.0, 3760.0, 3758.0, 3769.0, 3753.0, 3742.0, 3730.0, 3752.0, 3762.0, 3741.0, 3751.0, 3719.0, 3751.0, 3740.0, 3752.0, 3740.0, 3751.0, 3751.0, 3720.0, 3751.0, 3730.0, 3742.0, 3744.0, 3741.0, 3751.0, 3722.0, 3752.0, 3752.0, 3720.0, 3752.0, 3731.0, 3752.0, 3745.0, 3731.0, 3752.0, 3722.0, 3742.0, 3751.0, 3731.0, 3753.0, 3732.0, 3753.0, 3741.0, 3742.0, 3753.0, 3732.0, 3754.0, 3753.0, 3744.0, 3754.0, 3733.0, 3754.0, 3713.0, 3747.0, 3764.0, 3754.0, 3754.0, 3754.0, 3756.0, 3754.0, 3745.0, 3754.0, 3733.0, 3755.0, 3754.0, 3755.0, 3747.0, 3733.0, 3765.0, 3753.0, 3753.0, 3754.0, 3742.0, 3753.0, 3763.0, 3753.0, 3754.0, 3731.0, 3753.0, 3741.0, 3753.0, 3764.0, 3733.0, 3755.0, 3727.0, 3766.0, 3791.0, 3781.0, 3780.0, 3746.0, 3779.0, 3766.0, 3765.0, 3765.0, 3753.0, 3767.0, 3753.0, 3739.0, 3748.0, 3716.0, 3748.0, 3736.0, 3738.0, 3738.0, 3727.0, 3738.0, 3718.0, 3750.0, 3740.0, 3754.0, 3729.0, 3740.0, 3752.0, 3730.0, 3752.0, 3753.0, 3765.0, 3731.0, 3752.0, 3752.0, 3731.0, 3754.0, 3742.0, 3753.0, 3763.0, 3753.0, 3754.0, 3742.0, 3753.0, 3762.0, 3754.0, 3768.0, 3765.0, 3755.0, 3720.0, 3752.0, 3741.0, 3752.0, 3764.0, 3755.0, 3753.0, 3765.0, 3753.0, 3754.0, 3733.0, 3752.0, 3744.0, 3730.0, 3752.0, 3741.0, 3753.0, 3763.0, 3742.0, 3754.0, 3732.0, 3753.0, 3752.0, 3740.0, 3764.0, 3731.0, 3764.0, 3753.0, 3742.0, 3752.0, 3742.0, 3753.0, 3744.0, 3741.0, 3751.0, 3731.0, 3753.0, 3753.0, 3742.0, 3753.0, 3743.0, 3758.0, 3753.0, 3765.0, 3764.0, 3754.0, 3755.0, 3774.0, 3743.0, 3764.0, 3743.0, 3765.0, 3753.0, 3753.0, 3753.0, 3733.0, 3764.0, 3743.0, 3765.0, 3765.0, 3755.0, 3766.0, 3732.0, 3765.0, 3758.0, 3756.0, 3777.0, 3744.0, 3777.0, 3734.0, 3765.0, 3764.0, 3742.0, 3764.0, 3742.0, 3753.0, 3763.0, 3753.0, 3764.0, 3731.0, 3752.0, 3743.0, 3741.0, 3752.0, 3752.0, 3752.0, 3742.0, 3753.0, 3764.0, 3743.0, 3764.0, 3743.0, 3766.0, 3765.0, 3755.0, 3776.0, 3755.0, 3766.0, 3722.0, 3764.0, 3763.0, 3732.0, 3753.0, 3751.0, 3751.0, 3751.0, 3741.0, 3752.0, 3730.0, 3753.0, 3741.0, 3753.0, 3764.0, 3742.0, 3766.0, 3733.0, 3764.0, 3765.0, 3732.0, 3764.0, 3732.0, 3764.0, 3763.0, 3752.0, 3764.0, 3741.0, 3764.0, 3753.0, 3753.0, 3752.0, 3753.0, 3764.0, 3731.0, 3764.0, 3732.0, 3746.0, 3765.0, 3768.0, 3780.0, 3769.0, 3780.0, 3735.0, 3777.0, 3768.0, 3743.0, 3778.0, 3777.0, 3767.0, 3776.0, 3744.0, 3754.0, 3740.0, 3740.0, 3749.0, 3749.0, 3749.0, 3738.0, 3749.0, 3728.0, 3751.0, 3718.0, 3749.0, 3709.0, 3750.0, 3701.0, 3740.0, 3752.0, 3753.0, 3764.0, 3754.0, 3763.0, 3731.0, 3753.0, 3763.0, 3731.0, 3752.0, 3734.0, 3752.0, 3762.0, 3720.0, 3740.0, 3740.0, 3739.0, 3750.0, 3739.0, 3751.0, 3750.0, 3750.0, 3752.0, 3741.0, 3753.0, 3750.0, 3740.0, 3752.0, 3729.0, 3752.0, 3762.0, 3740.0, 3752.0, 3719.0, 3751.0, 3751.0, 3751.0, 3751.0, 3744.0, 3769.0, 3729.0, 3739.0, 3739.0, 3751.0, 3781.0, 3795.0, 3778.0, 3745.0, 3767.0, 3756.0, 3766.0, 3775.0, 3734.0, 3754.0, 3742.0, 3752.0, 3763.0, 3721.0, 3752.0, 3730.0, 3740.0, 3740.0, 3720.0, 3751.0, 3718.0, 3741.0, 3740.0, 3742.0, 3752.0, 3741.0, 3752.0, 3740.0, 3741.0, 3752.0, 3750.0, 3752.0, 3740.0, 3750.0, 3749.0, 3730.0, 3751.0, 3720.0, 3763.0, 3762.0, 3752.0, 3763.0, 3743.0, 3754.0, 3730.0, 3762.0, 3762.0, 3752.0, 3753.0, 3741.0, 3754.0, 3752.0, 3741.0, 3752.0, 3729.0, 3753.0, 3750.0, 3742.0, 3751.0, 3731.0, 3752.0, 3750.0, 3730.0, 3753.0, 3732.0, 3753.0, 3756.0, 3733.0, 3764.0, 3742.0, 3741.0, 3764.0, 3733.0, 3757.0, 3764.0, 3743.0, 3754.0, 3733.0, 3765.0, 3732.0, 3753.0, 3774.0, 3732.0, 3765.0, 3764.0, 3746.0, 3765.0, 3734.0, 3765.0, 3750.0, 3741.0, 3763.0, 3740.0, 3763.0, 3762.0, 3752.0, 3754.0, 3727.0, 3750.0, 3749.0, 3718.0, 3751.0, 3748.0, 3739.0, 3750.0, 3729.0, 3752.0, 3721.0, 3752.0, 3762.0, 3730.0, 3751.0, 3762.0, 3730.0, 3753.0, 3751.0, 3750.0, 3762.0, 3740.0, 3750.0, 3740.0, 3752.0, 3751.0, 3742.0, 3764.0, 3742.0, 3765.0, 3763.0, 3753.0, 3752.0, 3730.0, 3752.0, 3739.0, 3752.0, 3763.0, 3731.0, 3763.0, 3742.0, 3753.0, 3741.0, 3742.0, 3762.0, 3731.0, 3766.0, 3744.0, 3766.0, 3774.0, 3755.0, 3777.0, 3746.0, 3768.0, 3786.0, 3763.0, 3763.0, 3732.0, 3766.0, 3774.0, 3753.0, 3763.0, 3757.0, 3768.0, 3776.0, 3755.0, 3764.0, 3752.0, 3754.0, 3763.0, 3753.0, 3775.0, 3743.0, 3754.0, 3743.0, 3754.0, 3773.0, 3754.0, 3775.0, 3753.0, 3766.0, 3765.0, 3753.0, 3764.0, 3742.0, 3754.0, 3772.0, 3752.0, 3763.0, 3742.0, 3763.0, 3732.0, 3764.0, 3763.0, 3753.0, 3765.0, 3754.0, 3766.0, 3774.0, 3766.0, 3777.0, 3755.0, 3768.0, 3745.0, 3767.0, 3804.0, 3785.0, 3793.0, 3757.0, 3768.0, 3767.0, 3754.0, 3720.0, 3754.0, 3754.0, 3756.0, 3777.0, 3756.0, 3775.0, 3755.0, 3776.0, 3756.0, 3769.0, 3765.0, 3754.0, 3774.0, 3754.0, 3763.0, 3743.0, 3753.0, 3754.0, 3765.0, 3755.0, 3766.0, 3745.0, 3779.0, 3777.0, 3755.0, 3776.0, 3755.0, 3765.0, 3745.0, 3768.0, 3757.0, 3757.0, 3788.0, 3767.0, 3780.0, 3745.0, 3767.0, 3788.0, 3745.0, 3767.0, 3755.0, 3756.0, 3787.0, 3754.0, 3766.0, 3753.0, 3753.0, 3775.0, 3743.0, 3765.0, 3754.0, 3767.0, 3766.0, 3755.0, 3776.0, 3742.0, 3765.0, 3745.0, 3766.0, 3776.0, 3755.0, 3776.0, 3754.0, 3765.0, 3754.0, 3755.0, 3777.0, 3754.0, 3767.0, 3723.0, 3767.0, 3769.0, 3766.0, 3776.0, 3744.0, 3767.0, 3757.0, 3758.0, 3777.0, 3757.0, 3778.0, 3756.0, 3778.0, 3765.0, 3756.0, 3777.0, 3757.0, 3767.0, 3756.0, 3778.0, 3765.0, 3756.0, 3776.0, 3755.0, 3777.0, 3775.0, 3755.0, 3776.0, 3744.0, 3766.0, 3743.0, 3765.0, 3775.0, 3753.0, 3755.0, 3762.0, 3753.0, 3763.0, 3754.0, 3764.0, 3753.0, 3764.0, 3763.0, 3744.0, 3776.0, 3754.0, 3765.0, 3734.0, 3766.0, 3764.0, 3754.0, 3765.0, 3756.0, 3767.0, 3776.0, 3766.0, 3776.0, 3755.0, 3776.0, 3722.0, 3764.0, 3775.0, 3754.0, 3765.0, 3743.0, 3765.0, 3775.0, 3754.0, 3763.0, 3742.0, 3752.0, 3773.0, 3742.0, 3763.0, 3742.0, 3764.0, 3722.0, 3765.0, 3764.0, 3755.0, 3766.0, 3755.0, 3778.0, 3777.0, 3755.0, 3766.0, 3763.0, 3742.0, 3764.0, 3742.0, 3764.0, 3773.0, 3742.0, 3763.0, 3742.0, 3753.0, 3751.0, 3753.0, 3764.0, 3743.0, 3754.0, 3744.0, 3777.0, 3776.0, 3755.0, 3777.0, 3743.0, 3765.0, 3774.0, 3754.0, 3765.0, 3753.0, 3765.0, 3753.0, 3753.0, 3755.0, 3742.0, 3764.0, 3754.0, 3753.0, 3763.0, 3742.0, 3753.0, 3752.0, 3763.0, 3743.0, 3765.0, 3776.0, 3756.0, 3777.0, 3768.0, 3757.0, 3757.0, 3746.0, 3769.0, 3789.0, 3767.0, 3777.0, 3756.0, 3766.0, 3774.0, 3745.0, 3753.0, 3744.0, 3753.0, 3742.0, 3753.0, 3762.0, 3742.0, 3752.0, 3753.0, 3764.0, 3754.0, 3765.0, 3755.0, 3776.0, 3734.0, 3766.0, 3775.0, 3754.0, 3765.0, 3745.0, 3766.0, 3774.0, 3753.0, 3763.0, 3740.0, 3764.0, 3742.0, 3753.0, 3762.0, 3743.0, 3764.0, 3753.0, 3775.0, 3763.0, 3752.0, 3764.0, 3731.0, 3752.0, 3763.0, 3741.0, 3752.0, 3750.0, 3740.0, 3750.0, 3739.0, 3749.0, 3750.0, 3740.0, 3751.0, 3751.0, 3763.0, 3761.0, 3741.0, 3763.0, 3741.0, 3763.0, 3752.0, 3753.0, 3764.0, 3754.0, 3765.0, 3732.0, 3764.0, 3774.0, 3742.0, 3765.0, 3754.0, 3753.0, 3764.0, 3744.0, 3754.0, 3742.0, 3764.0, 3752.0, 3753.0, 3756.0], 'WindowWidth': [8512.0, 8527.0, 8484.0, 8507.0, 8502.0, 8480.0, 8463.0, 8460.0, 8460.0, 8470.0, 8455.0, 8454.0, 8433.0, 8453.0, 8432.0, 8448.0, 8434.0, 8405.0, 8470.0, 8423.0, 8462.0, 8430.0, 8449.0, 8432.0, 8501.0, 8493.0, 8469.0, 8486.0, 8482.0, 8455.0, 8484.0, 8463.0, 8467.0, 8474.0, 8452.0, 8429.0, 8417.0, 8449.0, 8461.0, 8433.0, 8445.0, 8403.0, 8445.0, 8431.0, 8448.0, 8430.0, 8447.0, 8448.0, 8405.0, 8448.0, 8420.0, 8437.0, 8432.0, 8432.0, 8446.0, 8400.0, 8448.0, 8449.0, 8404.0, 8449.0, 8421.0, 8451.0, 8435.0, 8419.0, 8451.0, 8403.0, 8437.0, 8449.0, 8421.0, 8452.0, 8424.0, 8453.0, 8428.0, 8437.0, 8452.0, 8425.0, 8457.0, 8453.0, 8436.0, 8456.0, 8427.0, 8457.0, 8391.0, 8440.0, 8469.0, 8456.0, 8456.0, 8456.0, 8461.0, 8457.0, 8438.0, 8456.0, 8427.0, 8460.0, 8456.0, 8457.0, 8443.0, 8429.0, 8472.0, 8452.0, 8452.0, 8455.0, 8437.0, 8455.0, 8465.0, 8452.0, 8454.0, 8422.0, 8451.0, 8433.0, 8453.0, 8469.0, 8428.0, 8461.0, 8416.0, 8476.0, 8521.0, 8508.0, 8503.0, 8449.0, 8501.0, 8480.0, 8475.0, 8475.0, 8456.0, 8480.0, 8453.0, 8425.0, 8436.0, 8390.0, 8436.0, 8416.0, 8423.0, 8424.0, 8407.0, 8423.0, 8401.0, 8443.0, 8432.0, 8446.0, 8415.0, 8433.0, 8451.0, 8419.0, 8449.0, 8454.0, 8472.0, 8424.0, 8450.0, 8450.0, 8422.0, 8455.0, 8437.0, 8454.0, 8466.0, 8454.0, 8455.0, 8437.0, 8452.0, 8464.0, 8457.0, 8481.0, 8474.0, 8459.0, 8407.0, 8450.0, 8434.0, 8452.0, 8471.0, 8461.0, 8456.0, 8472.0, 8453.0, 8455.0, 8420.0, 8450.0, 8433.0, 8420.0, 8452.0, 8435.0, 8452.0, 8467.0, 8432.0, 8457.0, 8425.0, 8453.0, 8450.0, 8432.0, 8472.0, 8421.0, 8469.0, 8453.0, 8438.0, 8451.0, 8437.0, 8455.0, 8435.0, 8436.0, 8449.0, 8422.0, 8455.0, 8453.0, 8439.0, 8455.0, 8440.0, 8460.0, 8455.0, 8474.0, 8470.0, 8459.0, 8455.0, 8483.0, 8442.0, 8471.0, 8443.0, 8475.0, 8455.0, 8453.0, 8455.0, 8430.0, 8472.0, 8441.0, 8472.0, 8473.0, 8463.0, 8478.0, 8429.0, 8475.0, 8459.0, 8465.0, 8493.0, 8446.0, 8493.0, 8433.0, 8474.0, 8471.0, 8440.0, 8471.0, 8440.0, 8456.0, 8468.0, 8454.0, 8470.0, 8422.0, 8450.0, 8432.0, 8434.0, 8450.0, 8453.0, 8454.0, 8440.0, 8455.0, 8473.0, 8444.0, 8471.0, 8443.0, 8478.0, 8474.0, 8459.0, 8491.0, 8462.0, 8477.0, 8407.0, 8469.0, 8468.0, 8424.0, 8455.0, 8448.0, 8449.0, 8447.0, 8435.0, 8451.0, 8421.0, 8454.0, 8436.0, 8454.0, 8470.0, 8440.0, 8476.0, 8429.0, 8471.0, 8472.0, 8426.0, 8470.0, 8425.0, 8470.0, 8469.0, 8452.0, 8469.0, 8435.0, 8470.0, 8453.0, 8454.0, 8452.0, 8455.0, 8470.0, 8424.0, 8471.0, 8425.0, 8442.0, 8474.0, 8485.0, 8506.0, 8491.0, 8507.0, 8443.0, 8500.0, 8487.0, 8448.0, 8501.0, 8496.0, 8482.0, 8490.0, 8442.0, 8455.0, 8431.0, 8430.0, 8439.0, 8440.0, 8441.0, 8424.0, 8440.0, 8413.0, 8445.0, 8400.0, 8442.0, 8381.0, 8447.0, 8375.0, 8429.0, 8452.0, 8455.0, 8473.0, 8459.0, 8470.0, 8423.0, 8455.0, 8467.0, 8422.0, 8453.0, 8420.0, 8449.0, 8463.0, 8405.0, 8424.0, 8429.0, 8428.0, 8444.0, 8429.0, 8448.0, 8446.0, 8445.0, 8450.0, 8435.0, 8452.0, 8447.0, 8433.0, 8452.0, 8417.0, 8452.0, 8464.0, 8432.0, 8449.0, 8404.0, 8448.0, 8448.0, 8449.0, 8450.0, 8445.0, 8487.0, 8418.0, 8429.0, 8430.0, 8449.0, 8508.0, 8534.0, 8499.0, 8451.0, 8484.0, 8464.0, 8477.0, 8489.0, 8434.0, 8457.0, 8438.0, 8452.0, 8468.0, 8410.0, 8452.0, 8420.0, 8433.0, 8425.0, 8405.0, 8447.0, 8394.0, 8433.0, 8424.0, 8437.0, 8451.0, 8434.0, 8451.0, 8431.0, 8434.0, 8451.0, 8445.0, 8451.0, 8433.0, 8447.0, 8445.0, 8419.0, 8448.0, 8406.0, 8467.0, 8465.0, 8452.0, 8467.0, 8442.0, 8458.0, 8422.0, 8465.0, 8465.0, 8450.0, 8453.0, 8435.0, 8456.0, 8452.0, 8435.0, 8450.0, 8417.0, 8454.0, 8446.0, 8437.0, 8450.0, 8421.0, 8451.0, 8446.0, 8422.0, 8455.0, 8426.0, 8456.0, 8456.0, 8430.0, 8472.0, 8439.0, 8438.0, 8471.0, 8432.0, 8458.0, 8471.0, 8443.0, 8458.0, 8429.0, 8474.0, 8427.0, 8457.0, 8485.0, 8429.0, 8476.0, 8473.0, 8441.0, 8474.0, 8431.0, 8473.0, 8448.0, 8434.0, 8468.0, 8434.0, 8467.0, 8464.0, 8452.0, 8448.0, 8413.0, 8445.0, 8443.0, 8400.0, 8447.0, 8439.0, 8431.0, 8448.0, 8418.0, 8451.0, 8412.0, 8453.0, 8466.0, 8421.0, 8450.0, 8466.0, 8420.0, 8454.0, 8449.0, 8447.0, 8466.0, 8435.0, 8447.0, 8433.0, 8453.0, 8450.0, 8432.0, 8472.0, 8440.0, 8473.0, 8470.0, 8456.0, 8452.0, 8422.0, 8452.0, 8432.0, 8453.0, 8469.0, 8424.0, 8468.0, 8433.0, 8450.0, 8439.0, 8440.0, 8468.0, 8424.0, 8478.0, 8449.0, 8478.0, 8485.0, 8463.0, 8496.0, 8453.0, 8485.0, 8507.0, 8469.0, 8469.0, 8428.0, 8481.0, 8486.0, 8456.0, 8470.0, 8469.0, 8486.0, 8494.0, 8462.0, 8474.0, 8454.0, 8460.0, 8470.0, 8459.0, 8490.0, 8445.0, 8460.0, 8442.0, 8460.0, 8485.0, 8460.0, 8489.0, 8457.0, 8477.0, 8475.0, 8458.0, 8473.0, 8441.0, 8458.0, 8480.0, 8454.0, 8471.0, 8440.0, 8471.0, 8430.0, 8474.0, 8473.0, 8457.0, 8476.0, 8459.0, 8479.0, 8487.0, 8479.0, 8494.0, 8463.0, 8488.0, 8451.0, 8484.0, 8545.0, 8521.0, 8528.0, 8466.0, 8486.0, 8483.0, 8462.0, 8411.0, 8463.0, 8460.0, 8467.0, 8497.0, 8466.0, 8489.0, 8463.0, 8493.0, 8464.0, 8488.0, 8477.0, 8461.0, 8486.0, 8460.0, 8472.0, 8445.0, 8458.0, 8462.0, 8479.0, 8465.0, 8482.0, 8452.0, 8502.0, 8497.0, 8465.0, 8493.0, 8464.0, 8477.0, 8450.0, 8487.0, 8470.0, 8463.0, 8515.0, 8485.0, 8504.0, 8453.0, 8482.0, 8512.0, 8450.0, 8483.0, 8463.0, 8466.0, 8508.0, 8460.0, 8478.0, 8457.0, 8458.0, 8489.0, 8446.0, 8478.0, 8460.0, 8483.0, 8478.0, 8462.0, 8490.0, 8444.0, 8478.0, 8450.0, 8478.0, 8494.0, 8466.0, 8493.0, 8460.0, 8477.0, 8460.0, 8462.0, 8494.0, 8461.0, 8482.0, 8419.0, 8483.0, 8491.0, 8482.0, 8493.0, 8449.0, 8483.0, 8470.0, 8473.0, 8497.0, 8471.0, 8499.0, 8469.0, 8498.0, 8478.0, 8468.0, 8496.0, 8469.0, 8483.0, 8465.0, 8498.0, 8479.0, 8465.0, 8493.0, 8463.0, 8496.0, 8491.0, 8464.0, 8493.0, 8449.0, 8478.0, 8445.0, 8475.0, 8488.0, 8457.0, 8463.0, 8468.0, 8456.0, 8471.0, 8461.0, 8472.0, 8457.0, 8474.0, 8470.0, 8447.0, 8491.0, 8461.0, 8476.0, 8434.0, 8479.0, 8475.0, 8461.0, 8476.0, 8468.0, 8482.0, 8492.0, 8479.0, 8491.0, 8464.0, 8493.0, 8417.0, 8473.0, 8487.0, 8460.0, 8476.0, 8443.0, 8476.0, 8490.0, 8459.0, 8471.0, 8441.0, 8456.0, 8483.0, 8441.0, 8470.0, 8442.0, 8475.0, 8417.0, 8477.0, 8474.0, 8463.0, 8481.0, 8463.0, 8498.0, 8494.0, 8464.0, 8480.0, 8470.0, 8441.0, 8471.0, 8439.0, 8471.0, 8482.0, 8440.0, 8468.0, 8442.0, 8457.0, 8451.0, 8457.0, 8473.0, 8445.0, 8462.0, 8448.0, 8497.0, 8493.0, 8462.0, 8494.0, 8445.0, 8477.0, 8487.0, 8460.0, 8474.0, 8457.0, 8476.0, 8457.0, 8456.0, 8455.0, 8441.0, 8471.0, 8457.0, 8456.0, 8469.0, 8440.0, 8454.0, 8454.0, 8471.0, 8444.0, 8478.0, 8492.0, 8469.0, 8497.0, 8489.0, 8470.0, 8470.0, 8453.0, 8490.0, 8515.0, 8482.0, 8496.0, 8464.0, 8477.0, 8485.0, 8438.0, 8448.0, 8437.0, 8457.0, 8440.0, 8456.0, 8464.0, 8439.0, 8453.0, 8458.0, 8473.0, 8460.0, 8475.0, 8465.0, 8493.0, 8434.0, 8478.0, 8490.0, 8460.0, 8477.0, 8447.0, 8476.0, 8486.0, 8456.0, 8468.0, 8436.0, 8471.0, 8439.0, 8457.0, 8467.0, 8442.0, 8470.0, 8458.0, 8489.0, 8470.0, 8454.0, 8472.0, 8424.0, 8453.0, 8469.0, 8437.0, 8451.0, 8448.0, 8435.0, 8448.0, 8430.0, 8445.0, 8447.0, 8434.0, 8449.0, 8450.0, 8468.0, 8464.0, 8436.0, 8466.0, 8437.0, 8469.0, 8453.0, 8456.0, 8471.0, 8459.0, 8475.0, 8427.0, 8471.0, 8484.0, 8441.0, 8476.0, 8457.0, 8456.0, 8473.0, 8444.0, 8457.0, 8438.0, 8471.0, 8445.0, 8454.0, 8455.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.0012918484500574054</td></tr>
<tr><td colspan=3>aqi</td><td>0.032046626521239956</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.331682582241356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1192770172988495</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9707182470459754</td></tr>
<tr><td colspan=3>efc</td><td>0.4765</td></tr>
<tr><td colspan=3>fber</td><td>4060.8469</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09989930585373662</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.577497129735936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.620711525056766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5945283926870775</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.817695114639095</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4499110678441247</td></tr>
<tr><td colspan=3>gcor</td><td>0.00621295</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0016538577619940042</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023067904636263847</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.6514442719076454</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>26.8171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8934</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0354</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300523.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.9526</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9019</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.4732</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2946.5416</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.4508</td></tr>
<tr><td colspan=3>tsnr</td><td>30.380525644286536</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>