<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0064_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0064_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-01/func/sub-0064_ses-01_task-social_acq-mb8_run-03_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>08ad152f18adbdff35127baddff4c4ca</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:25:9.415000</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.999979, 0.00277927, -0.00588939, -0.00226886, 0.996381, 0.0849663]</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-03_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.0895572</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7215, 631, -88, -92, -16, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>56b13ea2-1544-4379-b017-fe984f88c580||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.6828699111938477, -0.0060871965251863, -0.016481388360261917, 110.96304321289062], [-0.007456585299223661, 2.673218011856079, 0.2293679565191269, -95.1138916015625], [-0.01580079272389412, -0.22795826196670532, 2.6901893615722656, -44.75593185424805], [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': ['092509.415000', '092509.875000', '092510.335000', '092510.795000', '092511.255000', '092511.715000', '092512.175000', '092512.635000', '092513.095000', '092513.555000', '092514.015000', '092514.475000', '092514.935000', '092515.395000', '092515.855000', '092516.315000', '092516.775000', '092517.235000', '092517.695000', '092518.155000', '092518.615000', '092519.075000', '092519.535000', '092519.995000', '092520.455000', '092520.915000', '092521.375000', '092521.835000', '092522.295000', '092522.755000', '092523.215000', '092523.675000', '092524.135000', '092524.595000', '092525.055000', '092525.515000', '092525.975000', '092526.435000', '092526.895000', '092527.355000', '092527.815000', '092528.275000', '092528.735000', '092529.195000', '092529.655000', '092530.115000', '092530.575000', '092531.035000', '092531.495000', '092531.955000', '092532.415000', '092532.875000', '092533.335000', '092533.795000', '092534.255000', '092534.715000', '092535.175000', '092535.635000', '092536.095000', '092536.555000', '092537.015000', '092537.475000', '092537.935000', '092538.395000', '092538.855000', '092539.315000', '092539.775000', '092540.235000', '092540.695000', '092541.155000', '092541.615000', '092542.075000', '092542.535000', '092542.995000', '092543.455000', '092543.915000', '092544.375000', '092544.835000', '092545.295000', '092545.755000', '092546.215000', '092546.675000', '092547.135000', '092547.595000', '092548.055000', '092548.515000', '092548.975000', '092549.435000', '092549.895000', '092550.355000', '092550.815000', '092551.275000', '092551.735000', '092552.195000', '092552.655000', '092553.115000', '092553.575000', '092554.035000', '092554.495000', '092554.955000', '092555.415000', '092555.875000', '092556.335000', '092556.795000', '092557.255000', '092557.715000', '092558.175000', '092558.635000', '092559.095000', '092559.555000', '092600.015000', '092600.475000', '092600.935000', '092601.395000', '092601.855000', '092602.315000', '092602.775000', '092603.235000', '092603.695000', '092604.155000', '092604.615000', '092605.075000', '092605.535000', '092605.995000', '092606.455000', '092606.915000', '092607.375000', '092607.835000', '092608.295000', '092608.755000', '092609.215000', '092609.675000', '092610.135000', '092610.595000', '092611.055000', '092611.515000', '092611.975000', '092612.435000', '092612.895000', '092613.355000', '092613.815000', '092614.275000', '092614.735000', '092615.195000', '092615.655000', '092616.115000', '092616.575000', '092617.035000', '092617.495000', '092617.955000', '092618.415000', '092618.875000', '092619.335000', '092619.795000', '092620.255000', '092620.715000', '092621.175000', '092621.635000', '092622.095000', '092622.555000', '092623.015000', '092623.475000', '092623.935000', '092624.395000', '092624.855000', '092625.315000', '092625.775000', '092626.235000', '092626.695000', '092627.155000', '092627.615000', '092628.075000', '092628.535000', '092628.995000', '092629.455000', '092629.915000', '092630.375000', '092630.835000', '092631.295000', '092631.755000', '092632.215000', '092632.675000', '092633.135000', '092633.595000', '092634.055000', '092634.515000', '092634.975000', '092635.435000', '092635.895000', '092636.355000', '092636.815000', '092637.275000', '092637.735000', '092638.195000', '092638.655000', '092639.115000', '092639.575000', '092640.035000', '092640.495000', '092640.955000', '092641.415000', '092641.875000', '092642.335000', '092642.795000', '092643.255000', '092643.715000', '092644.175000', '092644.635000', '092645.095000', '092645.555000', '092646.015000', '092646.475000', '092646.935000', '092647.395000', '092647.855000', '092648.315000', '092648.775000', '092649.235000', '092649.695000', '092650.155000', '092650.615000', '092651.075000', '092651.535000', '092651.995000', '092652.455000', '092652.915000', '092653.375000', '092653.835000', '092654.295000', '092654.755000', '092655.215000', '092655.675000', '092656.135000', '092656.595000', '092657.055000', '092657.515000', '092657.975000', '092658.435000', '092658.895000', '092659.355000', '092659.815000', '092700.275000', '092700.735000', '092701.195000', '092701.655000', '092702.115000', '092702.575000', '092703.035000', '092703.495000', '092703.955000', '092704.415000', '092704.875000', '092705.335000', '092705.795000', '092706.255000', '092706.715000', '092707.175000', '092707.635000', '092708.095000', '092708.555000', '092709.015000', '092709.475000', '092709.935000', '092710.395000', '092710.855000', '092711.315000', '092711.775000', '092712.235000', '092712.695000', '092713.155000', '092713.615000', '092714.075000', '092714.535000', '092714.995000', '092715.455000', '092715.915000', '092716.375000', '092716.835000', '092717.295000', '092717.755000', '092718.215000', '092718.675000', '092719.135000', '092719.595000', '092720.055000', '092720.515000', '092720.975000', '092721.435000', '092721.895000', '092722.355000', '092722.815000', '092723.275000', '092723.735000', '092724.195000', '092724.655000', '092725.115000', '092725.575000', '092726.035000', '092726.495000', '092726.955000', '092727.415000', '092727.875000', '092728.335000', '092728.795000', '092729.255000', '092729.715000', '092730.175000', '092730.635000', '092731.095000', '092731.555000', '092732.015000', '092732.475000', '092732.935000', '092733.395000', '092733.855000', '092734.315000', '092734.775000', '092735.235000', '092735.695000', '092736.155000', '092736.615000', '092737.075000', '092737.535000', '092737.995000', '092738.455000', '092738.915000', '092739.375000', '092739.835000', '092740.295000', '092740.755000', '092741.215000', '092741.675000', '092742.135000', '092742.595000', '092743.055000', '092743.515000', '092743.975000', '092744.435000', '092744.895000', '092745.355000', '092745.815000', '092746.275000', '092746.735000', '092747.195000', '092747.655000', '092748.115000', '092748.575000', '092749.035000', '092749.495000', '092749.955000', '092750.415000', '092750.875000', '092751.335000', '092751.795000', '092752.255000', '092752.715000', '092753.175000', '092753.635000', '092754.095000', '092754.555000', '092755.015000', '092755.475000', '092755.935000', '092756.395000', '092756.855000', '092757.315000', '092757.775000', '092758.235000', '092758.695000', '092759.155000', '092759.615000', '092800.075000', '092800.535000', '092800.995000', '092801.455000', '092801.915000', '092802.375000', '092802.835000', '092803.295000', '092803.755000', '092804.215000', '092804.675000', '092805.135000', '092805.595000', '092806.055000', '092806.515000', '092806.975000', '092807.435000', '092807.895000', '092808.355000', '092808.815000', '092809.275000', '092809.735000', '092810.195000', '092810.655000', '092811.115000', '092811.575000', '092812.035000', '092812.495000', '092812.955000', '092813.415000', '092813.875000', '092814.335000', '092814.795000', '092815.255000', '092815.715000', '092816.175000', '092816.635000', '092817.095000', '092817.555000', '092818.015000', '092818.475000', '092818.935000', '092819.395000', '092819.855000', '092820.315000', '092820.775000', '092821.235000', '092821.695000', '092822.155000', '092822.615000', '092823.075000', '092823.535000', '092823.995000', '092824.455000', '092824.915000', '092825.375000', '092825.835000', '092826.295000', '092826.755000', '092827.215000', '092827.675000', '092828.135000', '092828.595000', '092829.055000', '092829.515000', '092829.975000', '092830.435000', '092830.895000', '092831.355000', '092831.815000', '092832.275000', '092832.735000', '092833.195000', '092833.655000', '092834.115000', '092834.575000', '092835.035000', '092835.495000', '092835.955000', '092836.415000', '092836.875000', '092837.335000', '092837.795000', '092838.255000', '092838.715000', '092839.175000', '092839.635000', '092840.095000', '092840.555000', '092841.015000', '092841.475000', '092841.935000', '092842.395000', '092842.855000', '092843.315000', '092843.775000', '092844.235000', '092844.695000', '092845.155000', '092845.615000', '092846.075000', '092846.535000', '092846.995000', '092847.455000', '092847.915000', '092848.375000', '092848.835000', '092849.295000', '092849.755000', '092850.215000', '092850.675000', '092851.135000', '092851.595000', '092852.055000', '092852.515000', '092852.975000', '092853.435000', '092853.895000', '092854.355000', '092854.815000', '092855.275000', '092855.735000', '092856.195000', '092856.655000', '092857.115000', '092857.575000', '092858.035000', '092858.495000', '092858.955000', '092859.415000', '092859.875000', '092900.335000', '092900.795000', '092901.255000', '092901.715000', '092902.175000', '092902.635000', '092903.095000', '092903.555000', '092904.015000', '092904.475000', '092904.935000', '092905.395000', '092905.855000', '092906.315000', '092906.775000', '092907.235000', '092907.695000', '092908.155000', '092908.615000', '092909.075000', '092909.535000', '092909.995000', '092910.455000', '092910.915000', '092911.375000', '092911.835000', '092912.295000', '092912.755000', '092913.215000', '092913.675000', '092914.135000', '092914.595000', '092915.055000', '092915.515000', '092915.975000', '092916.435000', '092916.895000', '092917.355000', '092917.815000', '092918.275000', '092918.735000', '092919.195000', '092919.655000', '092920.115000', '092920.575000', '092921.035000', '092921.495000', '092921.955000', '092922.415000', '092922.875000', '092923.335000', '092923.795000', '092924.255000', '092924.715000', '092925.175000', '092925.635000', '092926.095000', '092926.555000', '092927.015000', '092927.475000', '092927.935000', '092928.395000', '092928.855000', '092929.315000', '092929.775000', '092930.235000', '092930.695000', '092931.155000', '092931.615000', '092932.075000', '092932.535000', '092932.995000', '092933.455000', '092933.915000', '092934.375000', '092934.835000', '092935.295000', '092935.755000', '092936.215000', '092936.675000', '092937.135000', '092937.595000', '092938.055000', '092938.515000', '092938.975000', '092939.435000', '092939.895000', '092940.355000', '092940.815000', '092941.275000', '092941.735000', '092942.195000', '092942.655000', '092943.115000', '092943.575000', '092944.035000', '092944.495000', '092944.955000', '092945.415000', '092945.875000', '092946.335000', '092946.795000', '092947.255000', '092947.715000', '092948.175000', '092948.635000', '092949.095000', '092949.555000', '092950.015000', '092950.475000', '092950.935000', '092951.395000', '092951.855000', '092952.315000', '092952.775000', '092953.235000', '092953.695000', '092954.155000', '092954.615000', '092955.075000', '092955.535000', '092955.995000', '092956.455000', '092956.915000', '092957.375000', '092957.835000', '092958.295000', '092958.755000', '092959.215000', '092959.675000', '093000.135000', '093000.595000', '093001.055000', '093001.515000', '093001.975000', '093002.435000', '093002.895000', '093003.355000', '093003.815000', '093004.275000', '093004.735000', '093005.195000', '093005.655000', '093006.115000', '093006.575000', '093007.035000', '093007.495000', '093007.955000', '093008.415000', '093008.875000', '093009.335000', '093009.795000', '093010.255000', '093010.715000', '093011.175000', '093011.635000', '093012.095000', '093012.555000', '093013.015000', '093013.475000', '093013.935000', '093014.395000', '093014.855000', '093015.315000', '093015.775000', '093016.235000', '093016.695000', '093017.155000', '093017.615000', '093018.075000', '093018.535000', '093018.995000', '093019.455000', '093019.915000', '093020.375000', '093020.835000', '093021.295000', '093021.755000', '093022.215000', '093022.675000', '093023.135000', '093023.595000', '093024.055000', '093024.515000', '093024.975000', '093025.435000', '093025.895000', '093026.355000', '093026.815000', '093027.275000', '093027.735000', '093028.195000', '093028.655000', '093029.115000', '093029.575000', '093030.035000', '093030.495000', '093030.955000', '093031.415000', '093031.875000', '093032.335000', '093032.795000', '093033.255000', '093033.715000', '093034.175000', '093034.635000', '093035.095000', '093035.555000', '093036.015000', '093036.475000', '093036.935000', '093037.395000', '093037.855000', '093038.315000', '093038.775000', '093039.235000', '093039.695000', '093040.155000', '093040.615000', '093041.075000', '093041.535000', '093041.995000', '093042.455000', '093042.915000', '093043.375000', '093043.835000', '093044.295000', '093044.755000', '093045.215000', '093045.675000', '093046.135000', '093046.595000', '093047.055000', '093047.515000', '093047.975000', '093048.435000', '093048.895000', '093049.355000', '093049.815000', '093050.275000', '093050.735000', '093051.195000', '093051.655000', '093052.115000', '093052.575000', '093053.035000', '093053.495000', '093053.955000', '093054.415000', '093054.875000', '093055.335000', '093055.795000', '093056.255000', '093056.715000', '093057.175000', '093057.635000', '093058.095000', '093058.555000', '093059.015000', '093059.475000', '093059.935000', '093100.395000', '093100.855000', '093101.315000', '093101.775000', '093102.235000', '093102.695000', '093103.155000', '093103.615000', '093104.075000', '093104.535000', '093104.995000', '093105.455000', '093105.915000', '093106.375000', '093106.835000', '093107.295000', '093107.755000', '093108.215000', '093108.675000', '093109.135000', '093109.595000', '093110.055000', '093110.515000', '093110.975000', '093111.435000', '093111.895000', '093112.355000', '093112.815000', '093113.275000', '093113.735000', '093114.195000', '093114.655000', '093115.115000', '093115.575000', '093116.035000', '093116.495000', '093116.955000', '093117.415000', '093117.875000', '093118.335000', '093118.795000', '093119.255000', '093119.715000', '093120.175000', '093120.635000', '093121.095000', '093121.555000', '093122.015000', '093122.475000', '093122.935000', '093123.395000', '093123.855000', '093124.315000', '093124.775000', '093125.235000', '093125.695000', '093126.155000', '093126.615000', '093127.075000', '093127.535000', '093127.995000', '093128.455000', '093128.915000', '093129.375000', '093129.835000', '093130.295000', '093130.755000', '093131.215000', '093131.675000', '093132.135000', '093132.595000', '093133.055000', '093133.515000', '093133.975000', '093134.435000', '093134.895000', '093135.355000', '093135.815000', '093136.275000', '093136.735000', '093137.195000', '093137.655000', '093138.115000', '093138.575000', '093139.035000', '093139.495000', '093139.955000', '093140.415000', '093140.875000', '093141.335000', '093141.795000', '093142.255000', '093142.715000', '093143.175000', '093143.635000', '093144.095000', '093144.555000', '093145.015000', '093145.475000', '093145.935000', '093146.395000', '093146.855000', '093147.315000', '093147.775000', '093148.235000', '093148.695000', '093149.155000', '093149.615000', '093150.075000'], 'ContentTime': ['092533.854000', '092533.857000', '092533.860000', '092533.863000', '092533.865000', '092533.868000', '092533.870000', '092533.873000', '092533.875000', '092533.878000', '092533.880000', '092533.883000', '092533.886000', '092533.888000', '092533.891000', '092533.893000', '092533.896000', '092533.899000', '092533.901000', '092533.904000', '092533.906000', '092533.909000', '092533.912000', '092533.914000', '092533.922000', '092533.925000', '092533.927000', '092533.930000', '092533.932000', '092533.935000', '092533.938000', '092533.940000', '092533.943000', '092533.945000', '092533.948000', '092533.950000', '092533.953000', '092533.956000', '092533.958000', '092533.961000', '092533.963000', '092533.966000', '092533.969000', '092533.972000', '092533.975000', '092533.978000', '092533.981000', '092533.983000', '092533.986000', '092533.988000', '092553.827000', '092553.830000', '092553.833000', '092553.835000', '092553.838000', '092553.841000', '092553.843000', '092553.846000', '092553.848000', '092553.851000', '092553.860000', '092553.863000', '092553.865000', '092553.868000', '092553.871000', '092553.873000', '092553.876000', '092553.878000', '092553.881000', '092553.884000', '092553.886000', '092553.889000', '092553.891000', '092553.894000', '092553.896000', '092553.899000', '092553.902000', '092553.904000', '092553.907000', '092553.909000', '092553.912000', '092553.914000', '092553.917000', '092553.919000', '092553.925000', '092553.928000', '092553.931000', '092553.933000', '092553.936000', '092553.938000', '092553.941000', '092553.943000', '092553.946000', '092553.949000', '092613.827000', '092613.830000', '092613.833000', '092613.835000', '092613.838000', '092613.841000', '092613.843000', '092613.846000', '092613.848000', '092613.851000', '092613.854000', '092613.856000', '092613.859000', '092613.861000', '092613.864000', '092613.866000', '092613.873000', '092613.876000', '092613.879000', '092613.881000', '092613.884000', '092613.887000', '092613.889000', '092613.892000', '092613.894000', '092613.897000', '092613.899000', '092613.902000', '092613.905000', '092613.907000', '092613.910000', '092613.912000', '092613.915000', '092613.918000', '092613.920000', '092613.923000', '092613.925000', '092613.928000', '092613.930000', '092613.933000', '092613.936000', '092613.938000', '092613.941000', '092633.827000', '092633.830000', '092633.833000', '092633.836000', '092633.838000', '092633.841000', '092633.844000', '092633.846000', '092633.849000', '092633.851000', '092633.854000', '092633.856000', '092633.864000', '092633.866000', '092633.869000', '092633.872000', '092633.874000', '092633.877000', '092633.879000', '092633.882000', '092633.884000', '092633.887000', '092633.890000', '092633.892000', '092633.895000', '092633.897000', '092633.900000', '092633.903000', '092633.905000', '092633.908000', '092633.910000', '092633.913000', '092633.916000', '092633.918000', '092633.921000', '092633.923000', '092633.926000', '092633.928000', '092633.931000', '092633.934000', '092633.936000', '092633.939000', '092633.941000', '092633.944000', '092653.826000', '092653.829000', '092653.832000', '092653.835000', '092653.837000', '092653.840000', '092653.843000', '092653.845000', '092653.848000', '092653.850000', '092653.853000', '092653.856000', '092653.858000', '092653.861000', '092653.863000', '092653.866000', '092653.869000', '092653.871000', '092653.874000', '092653.877000', '092653.879000', '092653.882000', '092653.884000', '092653.887000', '092653.890000', '092653.892000', '092653.895000', '092653.897000', '092653.900000', '092653.902000', '092653.915000', '092653.918000', '092653.920000', '092653.923000', '092653.925000', '092653.928000', '092653.930000', '092653.933000', '092653.936000', '092653.938000', '092653.941000', '092653.943000', '092653.946000', '092713.828000', '092713.830000', '092713.833000', '092713.836000', '092713.838000', '092713.841000', '092713.844000', '092713.846000', '092713.849000', '092713.852000', '092713.854000', '092713.857000', '092713.859000', '092713.862000', '092713.865000', '092713.867000', '092713.870000', '092713.872000', '092713.875000', '092713.878000', '092713.881000', '092713.883000', '092713.886000', '092713.888000', '092713.891000', '092713.894000', '092713.896000', '092713.899000', '092713.901000', '092713.904000', '092713.907000', '092713.917000', '092713.919000', '092713.922000', '092713.925000', '092713.927000', '092713.930000', '092713.932000', '092713.935000', '092713.938000', '092713.940000', '092713.943000', '092713.945000', '092713.948000', '092733.827000', '092733.830000', '092733.833000', '092733.836000', '092733.839000', '092733.841000', '092733.844000', '092733.847000', '092733.849000', '092733.852000', '092733.855000', '092733.857000', '092733.860000', '092733.863000', '092733.865000', '092733.868000', '092733.870000', '092733.873000', '092733.876000', '092733.878000', '092733.881000', '092733.884000', '092733.886000', '092733.889000', '092733.891000', '092733.894000', '092733.897000', '092733.899000', '092733.902000', '092733.904000', '092733.907000', '092733.909000', '092733.912000', '092733.915000', '092733.917000', '092733.920000', '092733.922000', '092733.925000', '092733.928000', '092733.930000', '092733.933000', '092733.935000', '092733.938000', '092753.828000', '092753.830000', '092753.833000', '092753.836000', '092753.838000', '092753.841000', '092753.844000', '092753.846000', '092753.849000', '092753.851000', '092753.854000', '092753.857000', '092753.860000', '092753.862000', '092753.865000', '092753.868000', '092753.870000', '092753.873000', '092753.875000', '092753.878000', '092753.880000', '092753.883000', '092753.886000', '092753.888000', '092753.891000', '092753.894000', '092753.896000', '092753.899000', '092753.901000', '092753.904000', '092753.907000', '092753.909000', '092753.912000', '092753.914000', '092753.917000', '092753.920000', '092753.922000', '092753.925000', '092753.927000', '092753.930000', '092753.939000', '092753.941000', '092753.944000', '092753.947000', '092813.827000', '092813.830000', '092813.833000', '092813.836000', '092813.838000', '092813.841000', '092813.843000', '092813.846000', '092813.849000', '092813.851000', '092813.854000', '092813.857000', '092813.859000', '092813.862000', '092813.865000', '092813.867000', '092813.870000', '092813.872000', '092813.875000', '092813.878000', '092813.880000', '092813.883000', '092813.886000', '092813.888000', '092813.891000', '092813.893000', '092813.896000', '092813.899000', '092813.901000', '092813.904000', '092813.906000', '092813.909000', '092813.912000', '092813.914000', '092813.917000', '092813.919000', '092813.922000', '092813.925000', '092813.927000', '092813.930000', '092813.933000', '092813.935000', '092813.938000', '092833.827000', '092833.830000', '092833.833000', '092833.835000', '092833.838000', '092833.841000', '092833.843000', '092833.846000', '092833.848000', '092833.851000', '092833.854000', '092833.856000', '092833.886000', '092833.889000', '092833.891000', '092833.894000', '092833.897000', '092833.899000', '092833.902000', '092833.904000', '092833.907000', '092833.910000', '092833.912000', '092833.915000', '092833.917000', '092833.920000', '092833.923000', '092833.926000', '092833.928000', '092833.931000', '092833.933000', '092833.936000', '092833.939000', '092833.941000', '092833.944000', '092833.946000', '092833.949000', '092833.951000', '092833.954000', '092833.957000', '092833.959000', '092833.962000', '092833.965000', '092833.967000', '092853.827000', '092853.830000', '092853.833000', '092853.835000', '092853.838000', '092853.841000', '092853.843000', '092853.846000', '092853.849000', '092853.851000', '092853.854000', '092853.856000', '092853.859000', '092853.862000', '092853.864000', '092853.867000', '092853.869000', '092853.872000', '092853.875000', '092853.877000', '092853.880000', '092853.883000', '092853.885000', '092853.888000', '092853.890000', '092853.893000', '092853.896000', '092853.898000', '092853.901000', '092853.904000', '092853.906000', '092853.909000', '092853.911000', '092853.914000', '092853.917000', '092853.919000', '092853.922000', '092853.924000', '092853.927000', '092853.930000', '092853.932000', '092853.935000', '092853.937000', '092913.826000', '092913.829000', '092913.832000', '092913.835000', '092913.837000', '092913.841000', '092913.844000', '092913.847000', '092913.849000', '092913.852000', '092913.855000', '092913.857000', '092913.860000', '092913.862000', '092913.865000', '092913.868000', '092913.870000', '092913.878000', '092913.881000', '092913.884000', '092913.886000', '092913.889000', '092913.892000', '092913.894000', '092913.897000', '092913.900000', '092913.902000', '092913.905000', '092913.907000', '092913.910000', '092913.913000', '092913.915000', '092913.918000', '092913.921000', '092913.923000', '092913.926000', '092913.929000', '092913.931000', '092913.934000', '092913.937000', '092913.939000', '092913.942000', '092913.944000', '092933.828000', '092933.830000', '092933.833000', '092933.836000', '092933.838000', '092933.841000', '092933.844000', '092933.846000', '092933.849000', '092933.851000', '092933.854000', '092933.857000', '092933.859000', '092933.862000', '092933.865000', '092933.867000', '092933.870000', '092933.872000', '092933.875000', '092933.877000', '092933.880000', '092933.883000', '092933.885000', '092933.888000', '092933.890000', '092933.893000', '092933.896000', '092933.898000', '092933.901000', '092933.903000', '092933.906000', '092933.909000', '092933.911000', '092933.914000', '092933.916000', '092933.919000', '092933.922000', '092933.924000', '092933.927000', '092933.929000', '092933.932000', '092933.935000', '092933.937000', '092933.940000', '092953.827000', '092953.830000', '092953.833000', '092953.836000', '092953.838000', '092953.841000', '092953.844000', '092953.846000', '092953.849000', '092953.851000', '092953.854000', '092953.857000', '092953.859000', '092953.862000', '092953.865000', '092953.867000', '092953.870000', '092953.872000', '092953.875000', '092953.878000', '092953.880000', '092953.883000', '092953.885000', '092953.888000', '092953.891000', '092953.893000', '092953.896000', '092953.898000', '092953.902000', '092953.905000', '092953.908000', '092953.910000', '092953.913000', '092953.915000', '092953.918000', '092953.920000', '092953.923000', '092953.926000', '092953.928000', '092953.931000', '092953.934000', '092953.936000', '092953.939000', '093013.827000', '093013.830000', '093013.833000', '093013.836000', '093013.838000', '093013.841000', '093013.843000', '093013.846000', '093013.849000', '093013.851000', '093013.854000', '093013.857000', '093013.859000', '093013.862000', '093013.864000', '093013.867000', '093013.870000', '093013.872000', '093013.875000', '093013.878000', '093013.880000', '093013.883000', '093013.885000', '093013.888000', '093013.891000', '093013.893000', '093013.896000', '093013.898000', '093013.901000', '093013.904000', '093013.906000', '093013.909000', '093013.911000', '093013.914000', '093013.917000', '093013.919000', '093013.922000', '093013.925000', '093013.927000', '093013.930000', '093013.932000', '093013.935000', '093013.938000', '093013.940000', '093033.827000', '093033.830000', '093033.833000', '093033.836000', '093033.838000', '093033.841000', '093033.843000', '093033.846000', '093033.849000', '093033.851000', '093033.854000', '093033.857000', '093033.859000', '093033.862000', '093033.864000', '093033.867000', '093033.870000', '093033.872000', '093033.875000', '093033.877000', '093033.880000', '093033.883000', '093033.885000', '093033.888000', '093033.891000', '093033.893000', '093033.896000', '093033.898000', '093033.901000', '093033.904000', '093033.906000', '093033.909000', '093033.911000', '093033.914000', '093033.917000', '093033.919000', '093033.922000', '093033.924000', '093033.927000', '093033.930000', '093033.932000', '093033.935000', '093033.937000', '093053.827000', '093053.830000', '093053.834000', '093053.836000', '093053.839000', '093053.842000', '093053.845000', '093053.847000', '093053.850000', '093053.853000', '093053.855000', '093053.858000', '093053.861000', '093053.863000', '093053.866000', '093053.869000', '093053.871000', '093053.874000', '093053.883000', '093053.885000', '093053.888000', '093053.891000', '093053.893000', '093053.896000', '093053.899000', '093053.901000', '093053.904000', '093053.906000', '093053.909000', '093053.912000', '093053.914000', '093053.917000', '093053.920000', '093053.922000', '093053.925000', '093053.928000', '093053.930000', '093053.933000', '093053.935000', '093053.938000', '093053.941000', '093053.943000', '093053.946000', '093053.948000', '093113.828000', '093113.830000', '093113.833000', '093113.836000', '093113.839000', '093113.841000', '093113.844000', '093113.846000', '093113.849000', '093113.852000', '093113.854000', '093113.857000', '093113.859000', '093113.862000', '093113.864000', '093113.867000', '093113.870000', '093113.873000', '093113.875000', '093113.878000', '093113.880000', '093113.883000', '093113.887000', '093113.890000', '093113.892000', '093113.895000', '093113.898000', '093113.900000', '093113.903000', '093113.905000', '093113.908000', '093113.911000', '093113.913000', '093113.916000', '093113.919000', '093113.921000', '093113.924000', '093113.927000', '093113.929000', '093113.932000', '093113.935000', '093113.937000', '093113.940000', '093133.826000', '093133.830000', '093133.832000', '093133.835000', '093133.837000', '093133.851000', '093133.853000', '093133.856000', '093133.859000', '093133.861000', '093133.864000', '093133.866000', '093133.869000', '093133.872000', '093133.874000', '093133.877000', '093133.879000', '093133.882000', '093133.885000', '093133.887000', '093133.890000', '093133.892000', '093133.895000', '093133.898000', '093133.900000', '093133.903000', '093133.905000', '093133.909000', '093133.912000', '093133.914000', '093133.917000', '093133.920000', '093133.922000', '093133.925000', '093133.927000', '093133.930000', '093133.933000', '093133.936000', '093133.938000', '093133.941000', '093133.943000', '093133.946000', '093133.948000', '093133.951000', '093151.609000', '093151.613000', '093151.616000', '093151.619000', '093151.622000', '093151.625000', '093151.627000', '093151.630000', '093151.633000', '093151.636000', '093151.639000', '093151.642000', '093151.645000', '093151.648000', '093151.650000', '093151.653000', '093151.657000', '093151.660000', '093151.663000', '093151.666000', '093151.668000', '093151.671000', '093151.674000', '093151.678000', '093151.681000', '093151.684000', '093151.687000', '093151.690000', '093151.693000', '093151.696000', '093151.699000', '093151.703000', '093151.707000', '093151.709000', '093151.712000', '093151.715000', '093151.718000', '093151.721000', '093151.723000'], 'InstanceCreationTime': ['092533.854000', '092533.857000', '092533.860000', '092533.863000', '092533.865000', '092533.868000', '092533.870000', '092533.873000', '092533.875000', '092533.878000', '092533.880000', '092533.883000', '092533.886000', '092533.888000', '092533.891000', '092533.893000', '092533.896000', '092533.899000', '092533.901000', '092533.904000', '092533.906000', '092533.909000', '092533.912000', '092533.914000', '092533.922000', '092533.925000', '092533.927000', '092533.930000', '092533.932000', '092533.935000', '092533.938000', '092533.940000', '092533.943000', '092533.945000', '092533.948000', '092533.950000', '092533.953000', '092533.956000', '092533.958000', '092533.961000', '092533.963000', '092533.966000', '092533.969000', '092533.972000', '092533.975000', '092533.978000', '092533.981000', '092533.983000', '092533.986000', '092533.988000', '092553.827000', '092553.830000', '092553.833000', '092553.835000', '092553.838000', '092553.841000', '092553.843000', '092553.846000', '092553.848000', '092553.851000', '092553.860000', '092553.863000', '092553.865000', '092553.868000', '092553.871000', '092553.873000', '092553.876000', '092553.878000', '092553.881000', '092553.884000', '092553.886000', '092553.889000', '092553.891000', '092553.894000', '092553.896000', '092553.899000', '092553.902000', '092553.904000', '092553.907000', '092553.909000', '092553.912000', '092553.914000', '092553.917000', '092553.919000', '092553.925000', '092553.928000', '092553.931000', '092553.933000', '092553.936000', '092553.938000', '092553.941000', '092553.943000', '092553.946000', '092553.949000', '092613.827000', '092613.830000', '092613.833000', '092613.835000', '092613.838000', '092613.841000', '092613.843000', '092613.846000', '092613.848000', '092613.851000', '092613.854000', '092613.856000', '092613.859000', '092613.861000', '092613.864000', '092613.866000', '092613.873000', '092613.876000', '092613.879000', '092613.881000', '092613.884000', '092613.887000', '092613.889000', '092613.892000', '092613.894000', '092613.897000', '092613.899000', '092613.902000', '092613.905000', '092613.907000', '092613.910000', '092613.912000', '092613.915000', '092613.918000', '092613.920000', '092613.923000', '092613.925000', '092613.928000', '092613.930000', '092613.933000', '092613.936000', '092613.938000', '092613.941000', '092633.827000', '092633.830000', '092633.833000', '092633.836000', '092633.838000', '092633.841000', '092633.844000', '092633.846000', '092633.849000', '092633.851000', '092633.854000', '092633.856000', '092633.864000', '092633.866000', '092633.869000', '092633.872000', '092633.874000', '092633.877000', '092633.879000', '092633.882000', '092633.884000', '092633.887000', '092633.890000', '092633.892000', '092633.895000', '092633.897000', '092633.900000', '092633.903000', '092633.905000', '092633.908000', '092633.910000', '092633.913000', '092633.916000', '092633.918000', '092633.921000', '092633.923000', '092633.926000', '092633.928000', '092633.931000', '092633.934000', '092633.936000', '092633.939000', '092633.941000', '092633.944000', '092653.826000', '092653.829000', '092653.832000', '092653.835000', '092653.837000', '092653.840000', '092653.843000', '092653.845000', '092653.848000', '092653.850000', '092653.853000', '092653.856000', '092653.858000', '092653.861000', '092653.863000', '092653.866000', '092653.869000', '092653.871000', '092653.874000', '092653.877000', '092653.879000', '092653.882000', '092653.884000', '092653.887000', '092653.890000', '092653.892000', '092653.895000', '092653.897000', '092653.900000', '092653.902000', '092653.915000', '092653.918000', '092653.920000', '092653.923000', '092653.925000', '092653.928000', '092653.930000', '092653.933000', '092653.936000', '092653.938000', '092653.941000', '092653.943000', '092653.946000', '092713.828000', '092713.830000', '092713.833000', '092713.836000', '092713.838000', '092713.841000', '092713.844000', '092713.846000', '092713.849000', '092713.852000', '092713.854000', '092713.857000', '092713.859000', '092713.862000', '092713.865000', '092713.867000', '092713.870000', '092713.872000', '092713.875000', '092713.878000', '092713.881000', '092713.883000', '092713.886000', '092713.888000', '092713.891000', '092713.894000', '092713.896000', '092713.899000', '092713.901000', '092713.904000', '092713.907000', '092713.917000', '092713.919000', '092713.922000', '092713.925000', '092713.927000', '092713.930000', '092713.932000', '092713.935000', '092713.938000', '092713.940000', '092713.943000', '092713.945000', '092713.948000', '092733.827000', '092733.830000', '092733.833000', '092733.836000', '092733.839000', '092733.841000', '092733.844000', '092733.847000', '092733.849000', '092733.852000', '092733.855000', '092733.857000', '092733.860000', '092733.863000', '092733.865000', '092733.868000', '092733.870000', '092733.873000', '092733.876000', '092733.878000', '092733.881000', '092733.884000', '092733.886000', '092733.889000', '092733.891000', '092733.894000', '092733.897000', '092733.899000', '092733.902000', '092733.904000', '092733.907000', '092733.909000', '092733.912000', '092733.915000', '092733.917000', '092733.920000', '092733.922000', '092733.925000', '092733.928000', '092733.930000', '092733.933000', '092733.935000', '092733.938000', '092753.828000', '092753.830000', '092753.833000', '092753.836000', '092753.838000', '092753.841000', '092753.844000', '092753.846000', '092753.849000', '092753.851000', '092753.854000', '092753.857000', '092753.860000', '092753.862000', '092753.865000', '092753.868000', '092753.870000', '092753.873000', '092753.875000', '092753.878000', '092753.880000', '092753.883000', '092753.886000', '092753.888000', '092753.891000', '092753.894000', '092753.896000', '092753.899000', '092753.901000', '092753.904000', '092753.907000', '092753.909000', '092753.912000', '092753.914000', '092753.917000', '092753.920000', '092753.922000', '092753.925000', '092753.927000', '092753.930000', '092753.939000', '092753.941000', '092753.944000', '092753.947000', '092813.827000', '092813.830000', '092813.833000', '092813.836000', '092813.838000', '092813.841000', '092813.843000', '092813.846000', '092813.849000', '092813.851000', '092813.854000', '092813.857000', '092813.859000', '092813.862000', '092813.865000', '092813.867000', '092813.870000', '092813.872000', '092813.875000', '092813.878000', '092813.880000', '092813.883000', '092813.886000', '092813.888000', '092813.891000', '092813.893000', '092813.896000', '092813.899000', '092813.901000', '092813.904000', '092813.906000', '092813.909000', '092813.912000', '092813.914000', '092813.917000', '092813.919000', '092813.922000', '092813.925000', '092813.927000', '092813.930000', '092813.933000', '092813.935000', '092813.938000', '092833.827000', '092833.830000', '092833.833000', '092833.835000', '092833.838000', '092833.841000', '092833.843000', '092833.846000', '092833.848000', '092833.851000', '092833.854000', '092833.856000', '092833.886000', '092833.889000', '092833.891000', '092833.894000', '092833.897000', '092833.899000', '092833.902000', '092833.904000', '092833.907000', '092833.910000', '092833.912000', '092833.915000', '092833.917000', '092833.920000', '092833.923000', '092833.926000', '092833.928000', '092833.931000', '092833.933000', '092833.936000', '092833.939000', '092833.941000', '092833.944000', '092833.946000', '092833.949000', '092833.951000', '092833.954000', '092833.957000', '092833.959000', '092833.962000', '092833.965000', '092833.967000', '092853.827000', '092853.830000', '092853.833000', '092853.835000', '092853.838000', '092853.841000', '092853.843000', '092853.846000', '092853.849000', '092853.851000', '092853.854000', '092853.856000', '092853.859000', '092853.862000', '092853.864000', '092853.867000', '092853.869000', '092853.872000', '092853.875000', '092853.877000', '092853.880000', '092853.883000', '092853.885000', '092853.888000', '092853.890000', '092853.893000', '092853.896000', '092853.898000', '092853.901000', '092853.904000', '092853.906000', '092853.909000', '092853.911000', '092853.914000', '092853.917000', '092853.919000', '092853.922000', '092853.924000', '092853.927000', '092853.930000', '092853.932000', '092853.935000', '092853.937000', '092913.826000', '092913.829000', '092913.832000', '092913.835000', '092913.837000', '092913.841000', '092913.844000', '092913.847000', '092913.849000', '092913.852000', '092913.855000', '092913.857000', '092913.860000', '092913.862000', '092913.865000', '092913.868000', '092913.870000', '092913.878000', '092913.881000', '092913.884000', '092913.886000', '092913.889000', '092913.892000', '092913.894000', '092913.897000', '092913.900000', '092913.902000', '092913.905000', '092913.907000', '092913.910000', '092913.913000', '092913.915000', '092913.918000', '092913.921000', '092913.923000', '092913.926000', '092913.929000', '092913.931000', '092913.934000', '092913.937000', '092913.939000', '092913.942000', '092913.944000', '092933.828000', '092933.830000', '092933.833000', '092933.836000', '092933.838000', '092933.841000', '092933.844000', '092933.846000', '092933.849000', '092933.851000', '092933.854000', '092933.857000', '092933.859000', '092933.862000', '092933.865000', '092933.867000', '092933.870000', '092933.872000', '092933.875000', '092933.877000', '092933.880000', '092933.883000', '092933.885000', '092933.888000', '092933.890000', '092933.893000', '092933.896000', '092933.898000', '092933.901000', '092933.903000', '092933.906000', '092933.909000', '092933.911000', '092933.914000', '092933.916000', '092933.919000', '092933.922000', '092933.924000', '092933.927000', '092933.929000', '092933.932000', '092933.935000', '092933.937000', '092933.940000', '092953.827000', '092953.830000', '092953.833000', '092953.836000', '092953.838000', '092953.841000', '092953.844000', '092953.846000', '092953.849000', '092953.851000', '092953.854000', '092953.857000', '092953.859000', '092953.862000', '092953.865000', '092953.867000', '092953.870000', '092953.872000', '092953.875000', '092953.878000', '092953.880000', '092953.883000', '092953.885000', '092953.888000', '092953.891000', '092953.893000', '092953.896000', '092953.898000', '092953.902000', '092953.905000', '092953.908000', '092953.910000', '092953.913000', '092953.915000', '092953.918000', '092953.920000', '092953.923000', '092953.926000', '092953.928000', '092953.931000', '092953.934000', '092953.936000', '092953.939000', '093013.827000', '093013.830000', '093013.833000', '093013.836000', '093013.838000', '093013.841000', '093013.843000', '093013.846000', '093013.849000', '093013.851000', '093013.854000', '093013.857000', '093013.859000', '093013.862000', '093013.864000', '093013.867000', '093013.870000', '093013.872000', '093013.875000', '093013.878000', '093013.880000', '093013.883000', '093013.885000', '093013.888000', '093013.891000', '093013.893000', '093013.896000', '093013.898000', '093013.901000', '093013.904000', '093013.906000', '093013.909000', '093013.911000', '093013.914000', '093013.917000', '093013.919000', '093013.922000', '093013.925000', '093013.927000', '093013.930000', '093013.932000', '093013.935000', '093013.938000', '093013.940000', '093033.827000', '093033.830000', '093033.833000', '093033.836000', '093033.838000', '093033.841000', '093033.843000', '093033.846000', '093033.849000', '093033.851000', '093033.854000', '093033.857000', '093033.859000', '093033.862000', '093033.864000', '093033.867000', '093033.870000', '093033.872000', '093033.875000', '093033.877000', '093033.880000', '093033.883000', '093033.885000', '093033.888000', '093033.891000', '093033.893000', '093033.896000', '093033.898000', '093033.901000', '093033.904000', '093033.906000', '093033.909000', '093033.911000', '093033.914000', '093033.917000', '093033.919000', '093033.922000', '093033.924000', '093033.927000', '093033.930000', '093033.932000', '093033.935000', '093033.937000', '093053.827000', '093053.830000', '093053.834000', '093053.836000', '093053.839000', '093053.842000', '093053.845000', '093053.847000', '093053.850000', '093053.853000', '093053.855000', '093053.858000', '093053.861000', '093053.863000', '093053.866000', '093053.869000', '093053.871000', '093053.874000', '093053.883000', '093053.885000', '093053.888000', '093053.891000', '093053.893000', '093053.896000', '093053.899000', '093053.901000', '093053.904000', '093053.906000', '093053.909000', '093053.912000', '093053.914000', '093053.917000', '093053.920000', '093053.922000', '093053.925000', '093053.928000', '093053.930000', '093053.933000', '093053.935000', '093053.938000', '093053.941000', '093053.943000', '093053.946000', '093053.948000', '093113.828000', '093113.830000', '093113.833000', '093113.836000', '093113.839000', '093113.841000', '093113.844000', '093113.846000', '093113.849000', '093113.852000', '093113.854000', '093113.857000', '093113.859000', '093113.862000', '093113.864000', '093113.867000', '093113.870000', '093113.873000', '093113.875000', '093113.878000', '093113.880000', '093113.883000', '093113.887000', '093113.890000', '093113.892000', '093113.895000', '093113.898000', '093113.900000', '093113.903000', '093113.905000', '093113.908000', '093113.911000', '093113.913000', '093113.916000', '093113.919000', '093113.921000', '093113.924000', '093113.927000', '093113.929000', '093113.932000', '093113.935000', '093113.937000', '093113.940000', '093133.826000', '093133.830000', '093133.832000', '093133.835000', '093133.837000', '093133.851000', '093133.853000', '093133.856000', '093133.859000', '093133.861000', '093133.864000', '093133.866000', '093133.869000', '093133.872000', '093133.874000', '093133.877000', '093133.879000', '093133.882000', '093133.885000', '093133.887000', '093133.890000', '093133.892000', '093133.895000', '093133.898000', '093133.900000', '093133.903000', '093133.905000', '093133.909000', '093133.912000', '093133.914000', '093133.917000', '093133.920000', '093133.922000', '093133.925000', '093133.927000', '093133.930000', '093133.933000', '093133.936000', '093133.938000', '093133.941000', '093133.943000', '093133.946000', '093133.948000', '093133.951000', '093151.609000', '093151.613000', '093151.616000', '093151.619000', '093151.622000', '093151.625000', '093151.627000', '093151.630000', '093151.633000', '093151.636000', '093151.639000', '093151.642000', '093151.645000', '093151.648000', '093151.650000', '093151.653000', '093151.657000', '093151.660000', '093151.663000', '093151.666000', '093151.668000', '093151.671000', '093151.674000', '093151.678000', '093151.681000', '093151.684000', '093151.687000', '093151.690000', '093151.693000', '093151.696000', '093151.699000', '093151.703000', '093151.707000', '093151.709000', '093151.712000', '093151.715000', '093151.718000', '093151.721000', '093151.723000'], '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': [9909, 8082, 12033, 11115, 9395, 7563, 14165, 8008, 7268, 13758, 8839, 13773, 10222, 8458, 10301, 7515, 11639, 10001, 7838, 11462, 7445, 12123, 8895, 10619, 9954, 7368, 11267, 7467, 8214, 8496, 7299, 11524, 7914, 11260, 8664, 7792, 9570, 7498, 10522, 8055, 7352, 11291, 9261, 7311, 11298, 8112, 7532, 8851, 9157, 7442, 7368, 11798, 8762, 7643, 10646, 8913, 7354, 10663, 9987, 7608, 9664, 10247, 7650, 13943, 11716, 8201, 12313, 11868, 7994, 17382, 14757, 11548, 15792, 9182, 7767, 10335, 8527, 7463, 10988, 9305, 7566, 11881, 8989, 7616, 10852, 9453, 7668, 13083, 8319, 7719, 8663, 9215, 7713, 8150, 12494, 10035, 7722, 12567, 9325, 8512, 11181, 7935, 11366, 8363, 7858, 13970, 8363, 7509, 11614, 10258, 7668, 7867, 8023, 12199, 8497, 7843, 7860, 11882, 8711, 7881, 12833, 7955, 14012, 11368, 9323, 14407, 9561, 8130, 11482, 7487, 15823, 10656, 9835, 9264, 7722, 10588, 10314, 7883, 11500, 7602, 11259, 9912, 7784, 11109, 7845, 10642, 9324, 7755, 13328, 8552, 7917, 10116, 7658, 11096, 9732, 7679, 14503, 8418, 8092, 9547, 7857, 13456, 8642, 8861, 9242, 7779, 12465, 7770, 8081, 11719, 8348, 7858, 10909, 7670, 8087, 8457, 8121, 7886, 10259, 9390, 7961, 14038, 11047, 8346, 11703, 8302, 13676, 11116, 9076, 15063, 10854, 7812, 14470, 9064, 8820, 11095, 7981, 12416, 8333, 8143, 12581, 8728, 11572, 11252, 7957, 11608, 8131, 13715, 9073, 12028, 10931, 9416, 10066, 7946, 12107, 8146, 11634, 9856, 7922, 10657, 8045, 8195, 8140, 7773, 11745, 8771, 7966, 12505, 7980, 12867, 8332, 11761, 9691, 7976, 10886, 7963, 13861, 8670, 16426, 8723, 7979, 9905, 7970, 12031, 9214, 8042, 10258, 8146, 11297, 9475, 9121, 9423, 7822, 11500, 9005, 8186, 8001, 10252, 7881, 11864, 10214, 8063, 15584, 12156, 9415, 11823, 8134, 14780, 10793, 7806, 16020, 10426, 10290, 9712, 8137, 13503, 7979, 15204, 12028, 11801, 10432, 9084, 15803, 7990, 14091, 11753, 11690, 10326, 7874, 11661, 9003, 7734, 10068, 7826, 11168, 7679, 7977, 8416, 8174, 10762, 9883, 8206, 10056, 7660, 11943, 8225, 12705, 8906, 14468, 7979, 14250, 8691, 13312, 9754, 15624, 10374, 12410, 8729, 7945, 10033, 7880, 9652, 9496, 8953, 9740, 8079, 9472, 8238, 12185, 7858, 7865, 8745, 8609, 7970, 7910, 11448, 9421, 9900, 10863, 7979, 14268, 8943, 14543, 11682, 11081, 10393, 7930, 14072, 9555, 11819, 10780, 10024, 11181, 9208, 11251, 8707, 11482, 7990, 11654, 7886, 8741, 8290, 12861, 8525, 7873, 10415, 8089, 8993, 7971, 10736, 8160, 11351, 8196, 11715, 9646, 10052, 8853, 7926, 11054, 9805, 7881, 9373, 8122, 13133, 11023, 8159, 9599, 8135, 13317, 8910, 8148, 11464, 7966, 8110, 13106, 10882, 11119, 13909, 10395, 14433, 9415, 16900, 9504, 8015, 9657, 8866, 8004, 10875, 8145, 12378, 10405, 8066, 12965, 8160, 17443, 13837, 10877, 10146, 8607, 14139, 8224, 17244, 12922, 10539, 10730, 7959, 7727, 7971, 7981, 11328, 8609, 7868, 9994, 7923, 8687, 8441, 8236, 10040, 8513, 8230, 11726, 9102, 8423, 11530, 8529, 8257, 11500, 9394, 8607, 11257, 7771, 8141, 7993, 7734, 8071, 7996, 9293, 8647, 8212, 13252, 9994, 8188, 13806, 11557, 9316, 16223, 12672, 11858, 10553, 8208, 15502, 12126, 8129, 11427, 8070, 8031, 13376, 11151, 8063, 11365, 8030, 8146, 10075, 8137, 8134, 8406, 9740, 8223, 12821, 10270, 7721, 11827, 7850, 12135, 8648, 8533, 7809, 9968, 7872, 12057, 9343, 7839, 7938, 8679, 8378, 12176, 8851, 12123, 8582, 8082, 11524, 9928, 7871, 10099, 8789, 7712, 9465, 7933, 7999, 11087, 9344, 8244, 8421, 8185, 12348, 10399, 7996, 10805, 7984, 11406, 9639, 8090, 10441, 8210, 8019, 10308, 8575, 8747, 7946, 11838, 9924, 8182, 10622, 8091, 12061, 8795, 7954, 13607, 10296, 11276, 10873, 7905, 13216, 10627, 7994, 12720, 8235, 16563, 11755, 12831, 9900, 7762, 10456, 7914, 12706, 9890, 7633, 9851, 7767, 7596, 8212, 8043, 8013, 8022, 8000, 10746, 8164, 12091, 8092, 11534, 8006, 14166, 8152, 11634, 9344, 7874, 8194, 7906, 8200, 8095, 7893, 7977, 9515, 8030, 11614, 7901, 10524, 7908, 8048, 9337, 8301, 7816, 11748, 9349, 7926, 12408, 10905, 8924, 15771, 11491, 7802, 15742, 13344, 9885, 7925, 10098, 7931, 7928, 7706, 8533, 8029, 10934, 8715, 7839, 12915, 12952, 13757, 17930, 13244, 8375, 9512, 7898, 7717, 11733, 8312, 15044, 7891, 7558, 8477, 8019, 9596, 8090, 7773, 10676, 8392, 8305, 12096, 8126, 7848, 13232, 8851, 14251, 12600, 10549, 10975, 8466, 13386, 8339, 8321, 7944, 8458, 11722, 8777, 7506, 7654, 8104, 10120, 8322, 7715, 9332, 7539, 7810, 8684, 7990, 7967, 8489, 7835, 7949, 8574, 8058, 13018, 8995, 14525, 11343, 10106, 9246, 8075, 12156, 8182, 7863, 12473, 7824, 7899, 11782, 8762, 10191, 10738, 8574, 15298, 9299, 7412, 11222, 8034, 14577, 7705, 11639, 8343, 7694, 7384, 7632, 7976, 10586, 9461, 9240, 11696, 8306, 10579, 8324, 13970, 8386, 12027, 9964, 10843, 8657, 7893, 10884, 8342, 9715, 9300, 7536, 11592, 7516, 7473, 8119, 7964, 8031, 11028, 7631, 8907, 8059, 10978, 7663, 7798, 8210, 8104, 12357, 10157, 8801, 12423, 8276, 7943, 11664, 9156, 7898, 12908, 9126, 7603, 9904, 7729, 7750, 8347, 7945, 13595, 12007, 9378, 10511, 7992, 14712, 9782, 7786, 13571, 9330, 9401, 9565, 8173, 14994, 8164, 7744, 7945, 8083, 10900, 8239, 10149, 9444, 7696, 10684, 7761, 7906, 9001, 8077, 11692, 8084, 10710, 10773, 8032, 9843, 7879, 12095, 8364, 14728, 7951, 11438, 8581, 7698, 8828, 7711, 9487, 8694, 8018, 8499, 7831, 13091, 10019, 9004, 9097, 7814, 14233, 9918, 9180, 12168, 8118, 9866, 10908, 7757, 7785, 7925, 8005, 11962, 10096, 8404, 15686, 8514, 7831, 12905, 9139, 7665, 10728, 7927, 8463, 9513, 8388, 9717, 8037, 7929, 12559, 8636, 8251, 9770, 8283, 9815, 8715, 8068, 13313, 10338, 7946, 10878, 8587, 7692, 9431, 7938, 11636, 8074, 7588, 7998, 7760, 10382, 8095, 7866, 9836, 7936, 7609, 8681], 'WindowCenter': [4418.0, 4383.0, 4409.0, 4398.0, 4376.0, 4354.0, 4403.0, 4351.0, 4343.0, 4390.0, 4350.0, 4378.0, 4359.0, 4339.0, 4357.0, 4327.0, 4356.0, 4347.0, 4327.0, 4355.0, 4316.0, 4354.0, 4335.0, 4343.0, 4344.0, 4314.0, 4353.0, 4314.0, 4324.0, 4334.0, 4315.0, 4355.0, 4327.0, 4355.0, 4336.0, 4326.0, 4347.0, 4328.0, 4357.0, 4338.0, 4329.0, 4381.0, 4361.0, 4341.0, 4381.0, 4352.0, 4353.0, 4363.0, 4372.0, 4355.0, 4354.0, 4393.0, 4364.0, 4356.0, 4384.0, 4375.0, 4355.0, 4385.0, 4397.0, 4368.0, 4387.0, 4384.0, 4354.0, 4404.0, 4393.0, 4363.0, 4392.0, 4380.0, 4340.0, 4399.0, 4389.0, 4367.0, 4386.0, 4336.0, 4315.0, 4343.0, 4324.0, 4314.0, 4356.0, 4347.0, 4326.0, 4366.0, 4347.0, 4339.0, 4370.0, 4359.0, 4328.0, 4377.0, 4339.0, 4340.0, 4348.0, 4360.0, 4339.0, 4340.0, 4380.0, 4370.0, 4341.0, 4392.0, 4362.0, 4350.0, 4382.0, 4353.0, 4369.0, 4340.0, 4341.0, 4388.0, 4352.0, 4343.0, 4382.0, 4371.0, 4340.0, 4352.0, 4365.0, 4393.0, 4362.0, 4353.0, 4354.0, 4393.0, 4364.0, 4353.0, 4392.0, 4342.0, 4391.0, 4381.0, 4360.0, 4389.0, 4360.0, 4340.0, 4383.0, 4329.0, 4387.0, 4357.0, 4347.0, 4347.0, 4327.0, 4355.0, 4357.0, 4326.0, 4355.0, 4326.0, 4357.0, 4347.0, 4328.0, 4356.0, 4340.0, 4358.0, 4349.0, 4329.0, 4378.0, 4348.0, 4338.0, 4359.0, 4339.0, 4369.0, 4349.0, 4329.0, 4389.0, 4339.0, 4338.0, 4349.0, 4339.0, 4378.0, 4349.0, 4349.0, 4348.0, 4330.0, 4379.0, 4340.0, 4352.0, 4379.0, 4339.0, 4339.0, 4370.0, 4340.0, 4353.0, 4364.0, 4353.0, 4355.0, 4384.0, 4375.0, 4356.0, 4405.0, 4396.0, 4365.0, 4395.0, 4353.0, 4393.0, 4373.0, 4352.0, 4402.0, 4373.0, 4342.0, 4390.0, 4349.0, 4339.0, 4369.0, 4339.0, 4378.0, 4339.0, 4339.0, 4367.0, 4350.0, 4368.0, 4367.0, 4327.0, 4356.0, 4327.0, 4377.0, 4336.0, 4365.0, 4357.0, 4334.0, 4346.0, 4325.0, 4354.0, 4326.0, 4356.0, 4346.0, 4328.0, 4357.0, 4340.0, 4350.0, 4364.0, 4356.0, 4394.0, 4365.0, 4366.0, 4405.0, 4354.0, 4394.0, 4354.0, 4383.0, 4364.0, 4343.0, 4370.0, 4342.0, 4393.0, 4352.0, 4400.0, 4350.0, 4341.0, 4360.0, 4341.0, 4381.0, 4361.0, 4340.0, 4370.0, 4354.0, 4395.0, 4375.0, 4373.0, 4375.0, 4343.0, 4384.0, 4363.0, 4364.0, 4355.0, 4373.0, 4354.0, 4394.0, 4385.0, 4354.0, 4415.0, 4397.0, 4376.0, 4384.0, 4353.0, 4390.0, 4369.0, 4330.0, 4401.0, 4370.0, 4358.0, 4348.0, 4339.0, 4379.0, 4338.0, 4388.0, 4366.0, 4355.0, 4345.0, 4336.0, 4374.0, 4313.0, 4374.0, 4367.0, 4353.0, 4344.0, 4327.0, 4356.0, 4334.0, 4326.0, 4344.0, 4315.0, 4357.0, 4326.0, 4326.0, 4337.0, 4350.0, 4370.0, 4372.0, 4352.0, 4371.0, 4366.0, 4395.0, 4352.0, 4381.0, 4350.0, 4390.0, 4342.0, 4390.0, 4350.0, 4376.0, 4349.0, 4387.0, 4347.0, 4365.0, 4326.0, 4326.0, 4347.0, 4327.0, 4347.0, 4359.0, 4348.0, 4361.0, 4351.0, 4360.0, 4352.0, 4393.0, 4354.0, 4365.0, 4364.0, 4375.0, 4366.0, 4367.0, 4407.0, 4378.0, 4387.0, 4398.0, 4368.0, 4406.0, 4366.0, 4406.0, 4384.0, 4372.0, 4372.0, 4354.0, 4404.0, 4361.0, 4380.0, 4370.0, 4359.0, 4369.0, 4347.0, 4368.0, 4336.0, 4367.0, 4326.0, 4368.0, 4326.0, 4337.0, 4325.0, 4365.0, 4336.0, 4327.0, 4357.0, 4338.0, 4349.0, 4342.0, 4370.0, 4353.0, 4379.0, 4351.0, 4379.0, 4361.0, 4361.0, 4360.0, 4352.0, 4381.0, 4372.0, 4353.0, 4373.0, 4356.0, 4402.0, 4386.0, 4367.0, 4375.0, 4356.0, 4404.0, 4374.0, 4355.0, 4394.0, 4353.0, 4354.0, 4404.0, 4383.0, 4383.0, 4404.0, 4373.0, 4402.0, 4361.0, 4413.0, 4362.0, 4341.0, 4358.0, 4349.0, 4339.0, 4369.0, 4339.0, 4380.0, 4370.0, 4338.0, 4379.0, 4339.0, 4399.0, 4377.0, 4355.0, 4344.0, 4323.0, 4363.0, 4327.0, 4373.0, 4352.0, 4331.0, 4330.0, 4324.0, 4313.0, 4325.0, 4337.0, 4364.0, 4336.0, 4336.0, 4355.0, 4339.0, 4350.0, 4348.0, 4351.0, 4370.0, 4360.0, 4353.0, 4380.0, 4362.0, 4352.0, 4393.0, 4354.0, 4352.0, 4395.0, 4375.0, 4351.0, 4380.0, 4341.0, 4352.0, 4350.0, 4353.0, 4353.0, 4354.0, 4373.0, 4364.0, 4367.0, 4407.0, 4385.0, 4378.0, 4404.0, 4394.0, 4363.0, 4413.0, 4390.0, 4381.0, 4357.0, 4342.0, 4400.0, 4377.0, 4337.0, 4367.0, 4327.0, 4338.0, 4377.0, 4369.0, 4340.0, 4369.0, 4337.0, 4339.0, 4359.0, 4351.0, 4353.0, 4351.0, 4360.0, 4351.0, 4378.0, 4372.0, 4342.0, 4382.0, 4352.0, 4380.0, 4349.0, 4350.0, 4339.0, 4356.0, 4326.0, 4367.0, 4347.0, 4327.0, 4328.0, 4336.0, 4336.0, 4367.0, 4337.0, 4365.0, 4337.0, 4328.0, 4369.0, 4357.0, 4337.0, 4371.0, 4352.0, 4340.0, 4358.0, 4351.0, 4355.0, 4393.0, 4373.0, 4363.0, 4352.0, 4363.0, 4393.0, 4384.0, 4353.0, 4382.0, 4352.0, 4382.0, 4362.0, 4352.0, 4372.0, 4349.0, 4341.0, 4372.0, 4352.0, 4364.0, 4365.0, 4394.0, 4373.0, 4351.0, 4371.0, 4353.0, 4392.0, 4364.0, 4352.0, 4402.0, 4371.0, 4370.0, 4370.0, 4340.0, 4389.0, 4357.0, 4328.0, 4367.0, 4338.0, 4386.0, 4366.0, 4366.0, 4346.0, 4316.0, 4358.0, 4324.0, 4365.0, 4360.0, 4326.0, 4348.0, 4327.0, 4340.0, 4339.0, 4341.0, 4355.0, 4353.0, 4354.0, 4381.0, 4352.0, 4379.0, 4341.0, 4380.0, 4340.0, 4389.0, 4340.0, 4369.0, 4348.0, 4342.0, 4337.0, 4339.0, 4338.0, 4339.0, 4350.0, 4367.0, 4373.0, 4355.0, 4383.0, 4354.0, 4384.0, 4354.0, 4355.0, 4372.0, 4351.0, 4343.0, 4382.0, 4361.0, 4351.0, 4390.0, 4381.0, 4351.0, 4400.0, 4381.0, 4354.0, 4402.0, 4392.0, 4371.0, 4352.0, 4369.0, 4352.0, 4352.0, 4353.0, 4352.0, 4350.0, 4370.0, 4349.0, 4353.0, 4394.0, 4381.0, 4378.0, 4386.0, 4366.0, 4338.0, 4347.0, 4327.0, 4327.0, 4366.0, 4326.0, 4374.0, 4314.0, 4313.0, 4313.0, 4324.0, 4333.0, 4324.0, 4327.0, 4367.0, 4350.0, 4338.0, 4367.0, 4337.0, 4329.0, 4378.0, 4349.0, 4376.0, 4365.0, 4347.0, 4344.0, 4325.0, 4362.0, 4310.0, 4313.0, 4312.0, 4323.0, 4353.0, 4334.0, 4314.0, 4314.0, 4326.0, 4344.0, 4332.0, 4326.0, 4346.0, 4327.0, 4328.0, 4338.0, 4339.0, 4340.0, 4349.0, 4342.0, 4351.0, 4353.0, 4352.0, 4389.0, 4362.0, 4390.0, 4370.0, 4361.0, 4350.0, 4339.0, 4379.0, 4338.0, 4338.0, 4378.0, 4339.0, 4340.0, 4380.0, 4363.0, 4371.0, 4370.0, 4350.0, 4386.0, 4361.0, 4329.0, 4368.0, 4339.0, 4387.0, 4328.0, 4356.0, 4335.0, 4338.0, 4340.0, 4338.0, 4340.0, 4366.0, 4359.0, 4348.0, 4379.0, 4339.0, 4358.0, 4338.0, 4387.0, 4338.0, 4365.0, 4343.0, 4343.0, 4323.0, 4313.0, 4342.0, 4325.0, 4333.0, 4357.0, 4328.0, 4368.0, 4316.0, 4327.0, 4340.0, 4350.0, 4352.0, 4380.0, 4342.0, 4350.0, 4340.0, 4369.0, 4341.0, 4341.0, 4363.0, 4352.0, 4390.0, 4370.0, 4361.0, 4390.0, 4350.0, 4354.0, 4390.0, 4362.0, 4340.0, 4391.0, 4362.0, 4353.0, 4370.0, 4341.0, 4340.0, 4339.0, 4340.0, 4389.0, 4379.0, 4360.0, 4369.0, 4352.0, 4389.0, 4358.0, 4328.0, 4377.0, 4347.0, 4344.0, 4345.0, 4326.0, 4372.0, 4323.0, 4325.0, 4324.0, 4325.0, 4354.0, 4325.0, 4344.0, 4345.0, 4327.0, 4357.0, 4327.0, 4340.0, 4347.0, 4351.0, 4380.0, 4350.0, 4383.0, 4399.0, 4353.0, 4374.0, 4365.0, 4383.0, 4351.0, 4401.0, 4341.0, 4380.0, 4352.0, 4340.0, 4349.0, 4341.0, 4359.0, 4363.0, 4351.0, 4362.0, 4343.0, 4392.0, 4374.0, 4364.0, 4362.0, 4352.0, 4391.0, 4361.0, 4362.0, 4379.0, 4339.0, 4360.0, 4369.0, 4340.0, 4339.0, 4339.0, 4337.0, 4367.0, 4358.0, 4337.0, 4387.0, 4338.0, 4330.0, 4378.0, 4348.0, 4328.0, 4367.0, 4325.0, 4324.0, 4345.0, 4337.0, 4346.0, 4326.0, 4325.0, 4366.0, 4335.0, 4336.0, 4346.0, 4336.0, 4344.0, 4337.0, 4325.0, 4365.0, 4343.0, 4325.0, 4355.0, 4333.0, 4315.0, 4334.0, 4312.0, 4352.0, 4324.0, 4313.0, 4324.0, 4325.0, 4356.0, 4351.0, 4338.0, 4357.0, 4338.0, 4338.0, 4348.0], 'WindowWidth': [9747.0, 9689.0, 9714.0, 9697.0, 9663.0, 9629.0, 9691.0, 9619.0, 9611.0, 9667.0, 9614.0, 9646.0, 9623.0, 9597.0, 9617.0, 9577.0, 9613.0, 9603.0, 9575.0, 9612.0, 9560.0, 9607.0, 9583.0, 9591.0, 9594.0, 9553.0, 9604.0, 9553.0, 9566.0, 9582.0, 9559.0, 9611.0, 9577.0, 9612.0, 9588.0, 9576.0, 9605.0, 9580.0, 9617.0, 9595.0, 9586.0, 9657.0, 9630.0, 9606.0, 9657.0, 9623.0, 9625.0, 9638.0, 9649.0, 9631.0, 9629.0, 9680.0, 9643.0, 9634.0, 9669.0, 9659.0, 9630.0, 9671.0, 9693.0, 9656.0, 9677.0, 9668.0, 9628.0, 9692.0, 9679.0, 9637.0, 9674.0, 9656.0, 9600.0, 9679.0, 9664.0, 9630.0, 9658.0, 9587.0, 9557.0, 9592.0, 9567.0, 9555.0, 9614.0, 9603.0, 9576.0, 9629.0, 9605.0, 9598.0, 9640.0, 9624.0, 9581.0, 9646.0, 9598.0, 9599.0, 9610.0, 9626.0, 9600.0, 9602.0, 9654.0, 9643.0, 9606.0, 9673.0, 9632.0, 9613.0, 9660.0, 9623.0, 9637.0, 9601.0, 9602.0, 9663.0, 9619.0, 9613.0, 9661.0, 9645.0, 9603.0, 9621.0, 9645.0, 9679.0, 9635.0, 9626.0, 9628.0, 9680.0, 9640.0, 9623.0, 9675.0, 9607.0, 9670.0, 9660.0, 9629.0, 9664.0, 9626.0, 9600.0, 9665.0, 9582.0, 9657.0, 9616.0, 9602.0, 9603.0, 9578.0, 9612.0, 9616.0, 9576.0, 9612.0, 9575.0, 9616.0, 9603.0, 9578.0, 9615.0, 9601.0, 9621.0, 9610.0, 9584.0, 9647.0, 9610.0, 9596.0, 9622.0, 9598.0, 9635.0, 9610.0, 9583.0, 9662.0, 9597.0, 9594.0, 9608.0, 9597.0, 9645.0, 9609.0, 9610.0, 9607.0, 9585.0, 9650.0, 9601.0, 9624.0, 9651.0, 9599.0, 9598.0, 9640.0, 9602.0, 9624.0, 9642.0, 9625.0, 9631.0, 9669.0, 9658.0, 9632.0, 9698.0, 9686.0, 9643.0, 9682.0, 9624.0, 9674.0, 9649.0, 9619.0, 9686.0, 9649.0, 9607.0, 9668.0, 9611.0, 9594.0, 9635.0, 9596.0, 9648.0, 9597.0, 9597.0, 9630.0, 9612.0, 9632.0, 9630.0, 9576.0, 9614.0, 9577.0, 9642.0, 9589.0, 9624.0, 9614.0, 9580.0, 9598.0, 9572.0, 9606.0, 9573.0, 9615.0, 9600.0, 9578.0, 9620.0, 9601.0, 9615.0, 9644.0, 9634.0, 9682.0, 9645.0, 9647.0, 9699.0, 9627.0, 9680.0, 9627.0, 9661.0, 9637.0, 9609.0, 9642.0, 9605.0, 9675.0, 9621.0, 9681.0, 9615.0, 9603.0, 9627.0, 9602.0, 9658.0, 9631.0, 9603.0, 9643.0, 9627.0, 9684.0, 9657.0, 9651.0, 9656.0, 9609.0, 9666.0, 9637.0, 9641.0, 9630.0, 9651.0, 9626.0, 9679.0, 9671.0, 9628.0, 9712.0, 9689.0, 9662.0, 9666.0, 9622.0, 9667.0, 9636.0, 9585.0, 9683.0, 9639.0, 9621.0, 9609.0, 9598.0, 9650.0, 9596.0, 9659.0, 9629.0, 9610.0, 9597.0, 9586.0, 9636.0, 9552.0, 9633.0, 9629.0, 9603.0, 9594.0, 9577.0, 9613.0, 9582.0, 9574.0, 9595.0, 9558.0, 9614.0, 9573.0, 9575.0, 9592.0, 9615.0, 9642.0, 9647.0, 9619.0, 9646.0, 9650.0, 9684.0, 9619.0, 9657.0, 9614.0, 9666.0, 9606.0, 9666.0, 9613.0, 9641.0, 9609.0, 9658.0, 9604.0, 9623.0, 9571.0, 9575.0, 9603.0, 9577.0, 9604.0, 9623.0, 9609.0, 9633.0, 9619.0, 9628.0, 9620.0, 9675.0, 9627.0, 9648.0, 9643.0, 9659.0, 9649.0, 9653.0, 9706.0, 9666.0, 9677.0, 9693.0, 9651.0, 9699.0, 9646.0, 9697.0, 9666.0, 9646.0, 9647.0, 9624.0, 9691.0, 9632.0, 9653.0, 9640.0, 9622.0, 9637.0, 9604.0, 9635.0, 9589.0, 9630.0, 9575.0, 9632.0, 9573.0, 9588.0, 9571.0, 9624.0, 9589.0, 9577.0, 9618.0, 9595.0, 9612.0, 9605.0, 9641.0, 9621.0, 9653.0, 9619.0, 9653.0, 9630.0, 9630.0, 9630.0, 9622.0, 9658.0, 9648.0, 9624.0, 9653.0, 9632.0, 9690.0, 9673.0, 9653.0, 9656.0, 9633.0, 9695.0, 9658.0, 9629.0, 9680.0, 9626.0, 9627.0, 9694.0, 9666.0, 9664.0, 9697.0, 9651.0, 9689.0, 9631.0, 9705.0, 9634.0, 9606.0, 9624.0, 9614.0, 9599.0, 9637.0, 9600.0, 9655.0, 9643.0, 9598.0, 9651.0, 9597.0, 9675.0, 9646.0, 9611.0, 9595.0, 9564.0, 9617.0, 9577.0, 9630.0, 9599.0, 9569.0, 9566.0, 9566.0, 9553.0, 9574.0, 9592.0, 9625.0, 9590.0, 9590.0, 9615.0, 9600.0, 9613.0, 9610.0, 9617.0, 9642.0, 9631.0, 9623.0, 9656.0, 9635.0, 9623.0, 9678.0, 9625.0, 9621.0, 9685.0, 9657.0, 9618.0, 9656.0, 9603.0, 9620.0, 9617.0, 9624.0, 9626.0, 9629.0, 9653.0, 9643.0, 9651.0, 9704.0, 9673.0, 9669.0, 9696.0, 9682.0, 9638.0, 9706.0, 9671.0, 9655.0, 9619.0, 9606.0, 9681.0, 9645.0, 9592.0, 9630.0, 9579.0, 9593.0, 9644.0, 9636.0, 9599.0, 9638.0, 9593.0, 9598.0, 9627.0, 9618.0, 9623.0, 9617.0, 9628.0, 9615.0, 9650.0, 9645.0, 9610.0, 9664.0, 9621.0, 9655.0, 9612.0, 9613.0, 9598.0, 9616.0, 9575.0, 9629.0, 9604.0, 9577.0, 9578.0, 9587.0, 9588.0, 9630.0, 9591.0, 9625.0, 9591.0, 9581.0, 9636.0, 9617.0, 9595.0, 9645.0, 9621.0, 9601.0, 9621.0, 9620.0, 9631.0, 9679.0, 9653.0, 9638.0, 9622.0, 9639.0, 9678.0, 9668.0, 9626.0, 9662.0, 9622.0, 9660.0, 9635.0, 9620.0, 9647.0, 9613.0, 9602.0, 9645.0, 9620.0, 9641.0, 9646.0, 9681.0, 9651.0, 9621.0, 9646.0, 9625.0, 9674.0, 9641.0, 9621.0, 9688.0, 9644.0, 9641.0, 9641.0, 9600.0, 9664.0, 9621.0, 9580.0, 9629.0, 9592.0, 9654.0, 9628.0, 9626.0, 9602.0, 9561.0, 9618.0, 9568.0, 9622.0, 9630.0, 9573.0, 9605.0, 9578.0, 9603.0, 9598.0, 9603.0, 9629.0, 9628.0, 9629.0, 9662.0, 9623.0, 9655.0, 9605.0, 9656.0, 9599.0, 9664.0, 9602.0, 9635.0, 9607.0, 9607.0, 9593.0, 9597.0, 9597.0, 9600.0, 9616.0, 9651.0, 9652.0, 9631.0, 9664.0, 9627.0, 9669.0, 9628.0, 9631.0, 9650.0, 9618.0, 9609.0, 9660.0, 9632.0, 9617.0, 9670.0, 9660.0, 9616.0, 9682.0, 9659.0, 9628.0, 9690.0, 9675.0, 9646.0, 9622.0, 9641.0, 9620.0, 9621.0, 9625.0, 9621.0, 9615.0, 9640.0, 9612.0, 9624.0, 9680.0, 9656.0, 9644.0, 9653.0, 9623.0, 9593.0, 9601.0, 9577.0, 9576.0, 9627.0, 9571.0, 9632.0, 9553.0, 9550.0, 9549.0, 9568.0, 9577.0, 9569.0, 9577.0, 9634.0, 9615.0, 9596.0, 9632.0, 9593.0, 9582.0, 9646.0, 9611.0, 9642.0, 9625.0, 9601.0, 9594.0, 9569.0, 9615.0, 9543.0, 9549.0, 9548.0, 9564.0, 9605.0, 9582.0, 9556.0, 9557.0, 9574.0, 9595.0, 9581.0, 9575.0, 9601.0, 9580.0, 9580.0, 9595.0, 9598.0, 9600.0, 9615.0, 9608.0, 9619.0, 9622.0, 9620.0, 9669.0, 9633.0, 9667.0, 9642.0, 9628.0, 9612.0, 9596.0, 9648.0, 9593.0, 9595.0, 9648.0, 9599.0, 9603.0, 9658.0, 9641.0, 9643.0, 9641.0, 9613.0, 9658.0, 9633.0, 9584.0, 9634.0, 9597.0, 9660.0, 9580.0, 9613.0, 9587.0, 9596.0, 9602.0, 9599.0, 9602.0, 9632.0, 9626.0, 9608.0, 9653.0, 9596.0, 9621.0, 9593.0, 9659.0, 9594.0, 9624.0, 9594.0, 9591.0, 9563.0, 9549.0, 9589.0, 9573.0, 9578.0, 9623.0, 9582.0, 9632.0, 9561.0, 9579.0, 9601.0, 9618.0, 9621.0, 9656.0, 9606.0, 9616.0, 9601.0, 9640.0, 9606.0, 9606.0, 9639.0, 9621.0, 9669.0, 9643.0, 9631.0, 9668.0, 9616.0, 9626.0, 9671.0, 9636.0, 9602.0, 9672.0, 9636.0, 9624.0, 9641.0, 9605.0, 9601.0, 9599.0, 9603.0, 9664.0, 9651.0, 9628.0, 9641.0, 9622.0, 9669.0, 9624.0, 9582.0, 9645.0, 9605.0, 9598.0, 9598.0, 9572.0, 9632.0, 9566.0, 9570.0, 9567.0, 9570.0, 9608.0, 9573.0, 9594.0, 9598.0, 9577.0, 9617.0, 9580.0, 9601.0, 9606.0, 9618.0, 9655.0, 9618.0, 9664.0, 9697.0, 9625.0, 9654.0, 9645.0, 9662.0, 9618.0, 9685.0, 9602.0, 9653.0, 9619.0, 9602.0, 9612.0, 9602.0, 9625.0, 9637.0, 9618.0, 9635.0, 9610.0, 9675.0, 9653.0, 9642.0, 9636.0, 9623.0, 9670.0, 9631.0, 9633.0, 9652.0, 9597.0, 9627.0, 9639.0, 9602.0, 9600.0, 9598.0, 9594.0, 9631.0, 9621.0, 9593.0, 9658.0, 9593.0, 9586.0, 9647.0, 9608.0, 9582.0, 9632.0, 9574.0, 9569.0, 9597.0, 9592.0, 9601.0, 9574.0, 9573.0, 9629.0, 9587.0, 9588.0, 9601.0, 9587.0, 9594.0, 9590.0, 9573.0, 9623.0, 9592.0, 9572.0, 9612.0, 9580.0, 9557.0, 9581.0, 9550.0, 9601.0, 9567.0, 9553.0, 9570.0, 9574.0, 9615.0, 9621.0, 9595.0, 9622.0, 9597.0, 9596.0, 9611.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.001235166475315729</td></tr>
<tr><td colspan=3>aqi</td><td>0.03138754695752009</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.608157958057475</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2456598355287356</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9772487924367815</td></tr>
<tr><td colspan=3>efc</td><td>0.4429</td></tr>
<tr><td colspan=3>fber</td><td>8911.1328</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11818918719090588</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.299655568312284</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.398115199982282</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3375143079056797</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6084646650820833</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.248366626959083</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142682</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008059226907789707</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026187986135482788</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.9062187184739745</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>33.5142</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.4253</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307007.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>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.0363</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4769</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.4616</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3626.7026</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.4328</td></tr>
<tr><td colspan=3>tsnr</td><td>36.95657866727561</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>