<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-01/func/sub-0078_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>79acb07ea009a95389a06c3451cd07ab</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>21:06:32.817500</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.993328, 0.113962, -0.0176507, -0.112473, 0.991189, 0.0699636]</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.0770008</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>[4144, -7754, -7331, 799, -83, -238, -83, 131]</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>234.052</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e9cb15d6-2a4e-4572-95dd-8806d28a1977||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.665027379989624, -0.301756888628006, -0.06876460462808609, 122.1244888305664], [-0.30575090646743774, 2.6592867374420166, 0.18228138983249664, -97.98878479003906], [-0.04735560342669487, -0.1877073049545288, 2.692962169647217, -80.58750915527344], [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': ['210632.817500', '210633.277500', '210633.737500', '210634.197500', '210634.657500', '210635.117500', '210635.577500', '210636.037500', '210636.497500', '210636.957500', '210637.417500', '210637.877500', '210638.337500', '210638.797500', '210639.257500', '210639.717500', '210640.177500', '210640.637500', '210641.097500', '210641.557500', '210642.017500', '210642.477500', '210642.937500', '210643.397500', '210643.857500', '210644.317500', '210644.777500', '210645.237500', '210645.697500', '210646.157500', '210646.617500', '210647.077500', '210647.537500', '210647.997500', '210648.457500', '210648.917500', '210649.377500', '210649.837500', '210650.297500', '210650.757500', '210651.217500', '210651.677500', '210652.137500', '210652.597500', '210653.057500', '210653.517500', '210653.977500', '210654.437500', '210654.897500', '210655.357500', '210655.817500', '210656.277500', '210656.737500', '210657.197500', '210657.657500', '210658.117500', '210658.577500', '210659.037500', '210659.497500', '210659.957500', '210700.417500', '210700.877500', '210701.337500', '210701.797500', '210702.257500', '210702.717500', '210703.177500', '210703.637500', '210704.097500', '210704.557500', '210705.017500', '210705.477500', '210705.937500', '210706.397500', '210706.857500', '210707.317500', '210707.777500', '210708.237500', '210708.697500', '210709.157500', '210709.617500', '210710.077500', '210710.537500', '210710.997500', '210711.457500', '210711.917500', '210712.377500', '210712.837500', '210713.297500', '210713.757500', '210714.217500', '210714.677500', '210715.137500', '210715.597500', '210716.057500', '210716.517500', '210716.977500', '210717.437500', '210717.897500', '210718.357500', '210718.817500', '210719.277500', '210719.737500', '210720.197500', '210720.657500', '210721.117500', '210721.577500', '210722.037500', '210722.497500', '210722.957500', '210723.417500', '210723.877500', '210724.337500', '210724.797500', '210725.257500', '210725.717500', '210726.177500', '210726.637500', '210727.097500', '210727.557500', '210728.017500', '210728.477500', '210728.937500', '210729.397500', '210729.857500', '210730.317500', '210730.777500', '210731.237500', '210731.697500', '210732.157500', '210732.617500', '210733.077500', '210733.537500', '210733.997500', '210734.457500', '210734.917500', '210735.377500', '210735.837500', '210736.297500', '210736.757500', '210737.217500', '210737.677500', '210738.137500', '210738.597500', '210739.057500', '210739.517500', '210739.977500', '210740.437500', '210740.897500', '210741.357500', '210741.817500', '210742.277500', '210742.737500', '210743.197500', '210743.657500', '210744.117500', '210744.577500', '210745.037500', '210745.497500', '210745.957500', '210746.417500', '210746.877500', '210747.337500', '210747.797500', '210748.257500', '210748.717500', '210749.177500', '210749.637500', '210750.097500', '210750.557500', '210751.017500', '210751.477500', '210751.937500', '210752.397500', '210752.857500', '210753.317500', '210753.777500', '210754.237500', '210754.697500', '210755.157500', '210755.617500', '210756.077500', '210756.537500', '210756.997500', '210757.457500', '210757.917500', '210758.377500', '210758.837500', '210759.297500', '210759.757500', '210800.217500', '210800.677500', '210801.137500', '210801.597500', '210802.057500', '210802.517500', '210802.977500', '210803.437500', '210803.897500', '210804.357500', '210804.817500', '210805.277500', '210805.737500', '210806.197500', '210806.657500', '210807.117500', '210807.577500', '210808.037500', '210808.497500', '210808.957500', '210809.417500', '210809.877500', '210810.337500', '210810.797500', '210811.257500', '210811.717500', '210812.177500', '210812.637500', '210813.097500', '210813.557500', '210814.017500', '210814.477500', '210814.937500', '210815.397500', '210815.857500', '210816.317500', '210816.777500', '210817.237500', '210817.697500', '210818.157500', '210818.617500', '210819.077500', '210819.537500', '210819.997500', '210820.457500', '210820.917500', '210821.377500', '210821.837500', '210822.297500', '210822.757500', '210823.217500', '210823.677500', '210824.137500', '210824.597500', '210825.057500', '210825.517500', '210825.977500', '210826.437500', '210826.897500', '210827.357500', '210827.817500', '210828.277500', '210828.737500', '210829.197500', '210829.657500', '210830.117500', '210830.577500', '210831.037500', '210831.497500', '210831.957500', '210832.417500', '210832.877500', '210833.337500', '210833.797500', '210834.257500', '210834.717500', '210835.177500', '210835.637500', '210836.097500', '210836.557500', '210837.017500', '210837.477500', '210837.937500', '210838.397500', '210838.857500', '210839.317500', '210839.777500', '210840.237500', '210840.697500', '210841.157500', '210841.617500', '210842.077500', '210842.537500', '210842.997500', '210843.457500', '210843.917500', '210844.377500', '210844.837500', '210845.297500', '210845.757500', '210846.217500', '210846.677500', '210847.137500', '210847.597500', '210848.057500', '210848.517500', '210848.977500', '210849.437500', '210849.897500', '210850.357500', '210850.817500', '210851.277500', '210851.737500', '210852.197500', '210852.657500', '210853.117500', '210853.577500', '210854.037500', '210854.497500', '210854.957500', '210855.417500', '210855.877500', '210856.337500', '210856.797500', '210857.257500', '210857.717500', '210858.177500', '210858.637500', '210859.097500', '210859.557500', '210900.017500', '210900.477500', '210900.937500', '210901.397500', '210901.857500', '210902.317500', '210902.777500', '210903.237500', '210903.697500', '210904.157500', '210904.617500', '210905.077500', '210905.537500', '210905.997500', '210906.457500', '210906.917500', '210907.377500', '210907.837500', '210908.297500', '210908.757500', '210909.217500', '210909.677500', '210910.137500', '210910.597500', '210911.057500', '210911.517500', '210911.977500', '210912.437500', '210912.897500', '210913.357500', '210913.817500', '210914.277500', '210914.737500', '210915.197500', '210915.657500', '210916.117500', '210916.577500', '210917.037500', '210917.497500', '210917.957500', '210918.417500', '210918.877500', '210919.337500', '210919.797500', '210920.257500', '210920.717500', '210921.177500', '210921.637500', '210922.097500', '210922.557500', '210923.017500', '210923.477500', '210923.937500', '210924.397500', '210924.857500', '210925.317500', '210925.777500', '210926.237500', '210926.697500', '210927.157500', '210927.617500', '210928.077500', '210928.537500', '210928.997500', '210929.457500', '210929.917500', '210930.377500', '210930.837500', '210931.297500', '210931.757500', '210932.217500', '210932.677500', '210933.137500', '210933.597500', '210934.057500', '210934.517500', '210934.977500', '210935.437500', '210935.897500', '210936.357500', '210936.817500', '210937.277500', '210937.737500', '210938.197500', '210938.657500', '210939.117500', '210939.577500', '210940.037500', '210940.497500', '210940.957500', '210941.417500', '210941.877500', '210942.337500', '210942.797500', '210943.257500', '210943.717500', '210944.177500', '210944.637500', '210945.097500', '210945.557500', '210946.017500', '210946.477500', '210946.937500', '210947.397500', '210947.857500', '210948.317500', '210948.777500', '210949.237500', '210949.697500', '210950.157500', '210950.617500', '210951.077500', '210951.537500', '210951.997500', '210952.457500', '210952.917500', '210953.377500', '210953.837500', '210954.297500', '210954.757500', '210955.217500', '210955.677500', '210956.137500', '210956.597500', '210957.057500', '210957.517500', '210957.977500', '210958.437500', '210958.897500', '210959.357500', '210959.817500', '211000.277500', '211000.737500', '211001.197500', '211001.657500', '211002.117500', '211002.577500', '211003.037500', '211003.497500', '211003.957500', '211004.417500', '211004.877500', '211005.337500', '211005.797500', '211006.257500', '211006.717500', '211007.177500', '211007.637500', '211008.097500', '211008.557500', '211009.017500', '211009.477500', '211009.937500', '211010.397500', '211010.857500', '211011.317500', '211011.777500', '211012.237500', '211012.697500', '211013.157500', '211013.617500', '211014.077500', '211014.537500', '211014.997500', '211015.457500', '211015.917500', '211016.377500', '211016.837500', '211017.297500', '211017.757500', '211018.217500', '211018.677500', '211019.137500', '211019.597500', '211020.057500', '211020.517500', '211020.977500', '211021.437500', '211021.897500', '211022.357500', '211022.817500', '211023.277500', '211023.737500', '211024.197500', '211024.657500', '211025.117500', '211025.577500', '211026.037500', '211026.497500', '211026.957500', '211027.417500', '211027.877500', '211028.337500', '211028.797500', '211029.257500', '211029.717500', '211030.177500', '211030.637500', '211031.097500', '211031.557500', '211032.017500', '211032.477500', '211032.937500', '211033.397500', '211033.857500', '211034.317500', '211034.777500', '211035.237500', '211035.697500', '211036.157500', '211036.617500', '211037.077500', '211037.537500', '211037.997500', '211038.457500', '211038.917500', '211039.377500', '211039.837500', '211040.297500', '211040.757500', '211041.217500', '211041.677500', '211042.137500', '211042.597500', '211043.057500', '211043.517500', '211043.977500', '211044.437500', '211044.897500', '211045.357500', '211045.817500', '211046.277500', '211046.737500', '211047.197500', '211047.657500', '211048.117500', '211048.577500', '211049.037500', '211049.497500', '211049.957500', '211050.417500', '211050.877500', '211051.337500', '211051.797500', '211052.257500', '211052.717500', '211053.177500', '211053.637500', '211054.097500', '211054.557500', '211055.017500', '211055.477500', '211055.937500', '211056.397500', '211056.857500', '211057.317500', '211057.777500', '211058.237500', '211058.697500', '211059.157500', '211059.617500', '211100.077500', '211100.537500', '211100.997500', '211101.457500', '211101.917500', '211102.377500', '211102.837500', '211103.297500', '211103.757500', '211104.217500', '211104.677500', '211105.137500', '211105.597500', '211106.057500', '211106.517500', '211106.977500', '211107.437500', '211107.897500', '211108.357500', '211108.817500', '211109.277500', '211109.737500', '211110.197500', '211110.657500', '211111.117500', '211111.577500', '211112.037500', '211112.497500', '211112.957500', '211113.417500', '211113.877500', '211114.337500', '211114.797500', '211115.257500', '211115.717500', '211116.177500', '211116.637500', '211117.097500', '211117.557500', '211118.017500', '211118.477500', '211118.937500', '211119.397500', '211119.857500', '211120.317500', '211120.777500', '211121.237500', '211121.697500', '211122.157500', '211122.617500', '211123.077500', '211123.537500', '211123.997500', '211124.457500', '211124.917500', '211125.377500', '211125.837500', '211126.297500', '211126.757500', '211127.217500', '211127.677500', '211128.137500', '211128.597500', '211129.057500', '211129.517500', '211129.977500', '211130.437500', '211130.897500', '211131.357500', '211131.817500', '211132.277500', '211132.737500', '211133.197500', '211133.657500', '211134.117500', '211134.577500', '211135.037500', '211135.497500', '211135.957500', '211136.417500', '211136.877500', '211137.337500', '211137.797500', '211138.257500', '211138.717500', '211139.177500', '211139.637500', '211140.097500', '211140.557500', '211141.017500', '211141.477500', '211141.937500', '211142.397500', '211142.857500', '211143.317500', '211143.777500', '211144.237500', '211144.697500', '211145.157500', '211145.617500', '211146.077500', '211146.537500', '211146.997500', '211147.457500', '211147.917500', '211148.377500', '211148.837500', '211149.297500', '211149.757500', '211150.217500', '211150.677500', '211151.137500', '211151.597500', '211152.057500', '211152.517500', '211152.977500', '211153.437500', '211153.897500', '211154.357500', '211154.817500', '211155.277500', '211155.737500', '211156.197500', '211156.657500', '211157.117500', '211157.577500', '211158.037500', '211158.497500', '211158.957500', '211159.417500', '211159.877500', '211200.337500', '211200.797500', '211201.257500', '211201.717500', '211202.177500', '211202.637500', '211203.097500', '211203.557500', '211204.017500', '211204.477500', '211204.937500', '211205.397500', '211205.857500', '211206.317500', '211206.777500', '211207.237500', '211207.697500', '211208.157500', '211208.617500', '211209.077500', '211209.537500', '211209.997500', '211210.457500', '211210.917500', '211211.377500', '211211.837500', '211212.297500', '211212.757500', '211213.217500', '211213.677500', '211214.137500', '211214.597500', '211215.057500', '211215.517500', '211215.977500', '211216.437500', '211216.897500', '211217.357500', '211217.817500', '211218.277500', '211218.737500', '211219.197500', '211219.657500', '211220.117500', '211220.577500', '211221.037500', '211221.497500', '211221.957500', '211222.417500', '211222.877500', '211223.337500', '211223.797500', '211224.257500', '211224.717500', '211225.177500', '211225.637500', '211226.097500', '211226.557500', '211227.017500', '211227.477500', '211227.937500', '211228.397500', '211228.857500', '211229.317500', '211229.777500', '211230.237500', '211230.697500', '211231.157500', '211231.617500', '211232.077500', '211232.537500', '211232.997500', '211233.457500', '211233.917500', '211234.377500', '211234.837500', '211235.297500', '211235.757500', '211236.217500', '211236.677500', '211237.137500', '211237.597500', '211238.057500', '211238.517500', '211238.977500', '211239.437500', '211239.897500', '211240.357500', '211240.817500', '211241.277500', '211241.737500', '211242.197500', '211242.657500', '211243.117500', '211243.577500', '211244.037500', '211244.497500', '211244.957500', '211245.417500', '211245.877500', '211246.337500', '211246.797500', '211247.257500', '211247.717500', '211248.177500', '211248.637500', '211249.097500', '211249.557500', '211250.017500', '211250.477500', '211250.937500', '211251.397500', '211251.857500', '211252.317500', '211252.777500', '211253.237500', '211253.697500', '211254.157500', '211254.617500', '211255.077500', '211255.537500', '211255.997500', '211256.457500', '211256.917500', '211257.377500', '211257.837500', '211258.297500', '211258.757500', '211259.217500', '211259.677500', '211300.137500', '211300.597500', '211301.057500', '211301.517500', '211301.977500', '211302.437500', '211302.897500', '211303.357500', '211303.817500', '211304.277500', '211304.737500', '211305.197500', '211305.657500', '211306.117500', '211306.577500', '211307.037500', '211307.497500', '211307.957500', '211308.417500', '211308.877500', '211309.337500', '211309.797500', '211310.257500', '211310.717500', '211311.177500', '211311.637500', '211312.097500', '211312.557500', '211313.017500', '211313.477500'], 'ContentTime': ['210652.624000', '210652.629000', '210652.632000', '210652.634000', '210652.637000', '210652.640000', '210652.642000', '210652.652000', '210652.654000', '210652.657000', '210652.659000', '210652.662000', '210652.665000', '210652.667000', '210652.670000', '210652.672000', '210652.675000', '210652.678000', '210652.680000', '210652.683000', '210652.685000', '210652.688000', '210652.691000', '210652.693000', '210652.696000', '210652.698000', '210652.701000', '210652.704000', '210652.706000', '210652.709000', '210652.712000', '210652.714000', '210652.717000', '210652.720000', '210652.722000', '210652.725000', '210652.727000', '210652.730000', '210652.733000', '210652.735000', '210652.738000', '210712.595000', '210712.598000', '210712.601000', '210712.604000', '210712.606000', '210712.609000', '210712.616000', '210712.626000', '210712.628000', '210712.631000', '210712.634000', '210712.636000', '210712.639000', '210712.642000', '210712.644000', '210712.647000', '210712.649000', '210712.652000', '210712.655000', '210712.657000', '210712.660000', '210712.663000', '210712.665000', '210712.668000', '210712.670000', '210712.673000', '210712.676000', '210712.678000', '210712.681000', '210712.683000', '210712.686000', '210712.688000', '210712.691000', '210712.694000', '210712.696000', '210712.699000', '210712.702000', '210712.705000', '210712.707000', '210712.710000', '210712.714000', '210712.716000', '210712.719000', '210732.596000', '210732.598000', '210732.601000', '210732.604000', '210732.606000', '210732.609000', '210732.612000', '210732.614000', '210732.617000', '210732.619000', '210732.622000', '210732.625000', '210732.627000', '210732.630000', '210732.632000', '210732.635000', '210732.638000', '210732.640000', '210732.643000', '210732.645000', '210732.648000', '210732.650000', '210732.653000', '210732.656000', '210732.658000', '210732.661000', '210732.664000', '210732.666000', '210732.669000', '210732.671000', '210732.674000', '210732.677000', '210732.679000', '210732.682000', '210732.684000', '210732.687000', '210732.690000', '210732.692000', '210732.695000', '210732.697000', '210732.700000', '210732.703000', '210732.715000', '210732.718000', '210752.595000', '210752.598000', '210752.601000', '210752.603000', '210752.606000', '210752.609000', '210752.611000', '210752.614000', '210752.616000', '210752.619000', '210752.622000', '210752.624000', '210752.627000', '210752.630000', '210752.632000', '210752.635000', '210752.637000', '210752.640000', '210752.642000', '210752.645000', '210752.648000', '210752.650000', '210752.653000', '210752.655000', '210752.658000', '210752.661000', '210752.663000', '210752.666000', '210752.668000', '210752.671000', '210752.673000', '210752.676000', '210752.679000', '210752.681000', '210752.684000', '210752.686000', '210752.689000', '210752.699000', '210752.701000', '210752.704000', '210752.707000', '210752.710000', '210752.712000', '210812.595000', '210812.598000', '210812.601000', '210812.603000', '210812.606000', '210812.609000', '210812.611000', '210812.614000', '210812.617000', '210812.619000', '210812.622000', '210812.625000', '210812.627000', '210812.630000', '210812.632000', '210812.635000', '210812.638000', '210812.640000', '210812.643000', '210812.645000', '210812.648000', '210812.651000', '210812.653000', '210812.656000', '210812.658000', '210812.661000', '210812.664000', '210812.666000', '210812.669000', '210812.671000', '210812.674000', '210812.677000', '210812.679000', '210812.682000', '210812.685000', '210812.692000', '210812.695000', '210812.698000', '210812.700000', '210812.703000', '210812.705000', '210812.708000', '210812.711000', '210812.713000', '210832.596000', '210832.599000', '210832.602000', '210832.605000', '210832.607000', '210832.610000', '210832.613000', '210832.615000', '210832.618000', '210832.620000', '210832.623000', '210832.626000', '210832.628000', '210832.631000', '210832.634000', '210832.636000', '210832.639000', '210832.641000', '210832.644000', '210832.647000', '210832.659000', '210832.662000', '210832.664000', '210832.667000', '210832.669000', '210832.672000', '210832.675000', '210832.677000', '210832.680000', '210832.683000', '210832.685000', '210832.688000', '210832.691000', '210832.693000', '210832.696000', '210832.698000', '210832.701000', '210832.703000', '210832.706000', '210832.709000', '210832.711000', '210832.714000', '210832.716000', '210852.596000', '210852.599000', '210852.602000', '210852.605000', '210852.607000', '210852.610000', '210852.613000', '210852.615000', '210852.618000', '210852.621000', '210852.623000', '210852.626000', '210852.628000', '210852.631000', '210852.638000', '210852.641000', '210852.644000', '210852.646000', '210852.649000', '210852.651000', '210852.654000', '210852.657000', '210852.659000', '210852.662000', '210852.665000', '210852.667000', '210852.670000', '210852.672000', '210852.675000', '210852.678000', '210852.680000', '210852.683000', '210852.686000', '210852.688000', '210852.691000', '210852.693000', '210852.696000', '210852.698000', '210852.701000', '210852.704000', '210852.706000', '210852.709000', '210852.711000', '210852.714000', '210912.595000', '210912.598000', '210912.601000', '210912.604000', '210912.606000', '210912.609000', '210912.612000', '210912.614000', '210912.617000', '210912.619000', '210912.622000', '210912.625000', '210912.627000', '210912.630000', '210912.633000', '210912.635000', '210912.638000', '210912.640000', '210912.643000', '210912.646000', '210912.648000', '210912.651000', '210912.654000', '210912.656000', '210912.659000', '210912.661000', '210912.664000', '210912.667000', '210912.669000', '210912.672000', '210912.675000', '210912.677000', '210912.680000', '210912.682000', '210912.685000', '210912.688000', '210912.690000', '210912.707000', '210912.710000', '210912.712000', '210912.715000', '210912.718000', '210912.720000', '210932.595000', '210932.598000', '210932.601000', '210932.604000', '210932.606000', '210932.609000', '210932.611000', '210932.614000', '210932.617000', '210932.619000', '210932.622000', '210932.625000', '210932.627000', '210932.630000', '210932.632000', '210932.635000', '210932.638000', '210932.640000', '210932.643000', '210932.645000', '210932.648000', '210932.651000', '210932.653000', '210932.656000', '210932.658000', '210932.661000', '210932.663000', '210932.666000', '210932.669000', '210932.671000', '210932.674000', '210932.677000', '210932.679000', '210932.682000', '210932.685000', '210932.687000', '210932.690000', '210932.693000', '210932.695000', '210932.698000', '210932.701000', '210932.703000', '210932.706000', '210932.708000', '210952.596000', '210952.599000', '210952.601000', '210952.604000', '210952.607000', '210952.609000', '210952.612000', '210952.614000', '210952.617000', '210952.620000', '210952.622000', '210952.625000', '210952.627000', '210952.630000', '210952.633000', '210952.635000', '210952.638000', '210952.641000', '210952.643000', '210952.646000', '210952.648000', '210952.651000', '210952.654000', '210952.656000', '210952.659000', '210952.661000', '210952.664000', '210952.667000', '210952.669000', '210952.672000', '210952.675000', '210952.677000', '210952.680000', '210952.682000', '210952.685000', '210952.688000', '210952.690000', '210952.693000', '210952.695000', '210952.698000', '210952.701000', '210952.703000', '210952.706000', '211012.595000', '211012.598000', '211012.601000', '211012.604000', '211012.606000', '211012.609000', '211012.612000', '211012.614000', '211012.617000', '211012.619000', '211012.622000', '211012.625000', '211012.627000', '211012.630000', '211012.633000', '211012.635000', '211012.638000', '211012.640000', '211012.643000', '211012.646000', '211012.648000', '211012.651000', '211012.654000', '211012.656000', '211012.659000', '211012.661000', '211012.664000', '211012.667000', '211012.669000', '211012.672000', '211012.674000', '211012.677000', '211012.680000', '211012.682000', '211012.685000', '211012.688000', '211012.690000', '211012.693000', '211012.695000', '211012.698000', '211012.701000', '211012.703000', '211012.706000', '211012.708000', '211032.595000', '211032.598000', '211032.601000', '211032.604000', '211032.606000', '211032.609000', '211032.612000', '211032.614000', '211032.622000', '211032.624000', '211032.627000', '211032.629000', '211032.632000', '211032.635000', '211032.638000', '211032.640000', '211032.643000', '211032.645000', '211032.648000', '211032.651000', '211032.653000', '211032.656000', '211032.659000', '211032.661000', '211032.664000', '211032.667000', '211032.669000', '211032.672000', '211032.674000', '211032.677000', '211032.680000', '211032.682000', '211032.685000', '211032.687000', '211032.690000', '211032.693000', '211032.695000', '211032.698000', '211032.701000', '211032.703000', '211032.706000', '211032.709000', '211032.711000', '211052.596000', '211052.599000', '211052.602000', '211052.605000', '211052.607000', '211052.610000', '211052.613000', '211052.615000', '211052.618000', '211052.621000', '211052.623000', '211052.626000', '211052.628000', '211052.631000', '211052.634000', '211052.636000', '211052.639000', '211052.642000', '211052.644000', '211052.659000', '211052.662000', '211052.665000', '211052.667000', '211052.670000', '211052.672000', '211052.675000', '211052.678000', '211052.680000', '211052.683000', '211052.685000', '211052.688000', '211052.691000', '211052.693000', '211052.696000', '211052.699000', '211052.701000', '211052.704000', '211052.706000', '211052.709000', '211052.712000', '211052.714000', '211052.717000', '211052.719000', '211052.722000', '211112.597000', '211112.600000', '211112.602000', '211112.605000', '211112.608000', '211112.610000', '211112.613000', '211112.616000', '211112.618000', '211112.621000', '211112.623000', '211112.626000', '211112.629000', '211112.631000', '211112.634000', '211112.636000', '211112.639000', '211112.642000', '211112.644000', '211112.647000', '211112.650000', '211112.652000', '211112.655000', '211112.658000', '211112.660000', '211112.663000', '211112.665000', '211112.668000', '211112.671000', '211112.673000', '211112.676000', '211112.679000', '211112.681000', '211112.684000', '211112.686000', '211112.689000', '211112.692000', '211112.694000', '211112.697000', '211112.700000', '211112.702000', '211112.705000', '211112.707000', '211132.596000', '211132.598000', '211132.601000', '211132.604000', '211132.607000', '211132.611000', '211132.613000', '211132.616000', '211132.619000', '211132.621000', '211132.624000', '211132.627000', '211132.629000', '211132.632000', '211132.634000', '211132.637000', '211132.640000', '211132.643000', '211132.645000', '211132.648000', '211132.650000', '211132.653000', '211132.656000', '211132.658000', '211132.661000', '211132.664000', '211132.667000', '211132.669000', '211132.672000', '211132.675000', '211132.677000', '211132.680000', '211132.683000', '211132.685000', '211132.688000', '211132.691000', '211132.693000', '211132.696000', '211132.698000', '211132.701000', '211132.704000', '211132.706000', '211132.709000', '211152.595000', '211152.598000', '211152.601000', '211152.604000', '211152.607000', '211152.609000', '211152.612000', '211152.615000', '211152.617000', '211152.620000', '211152.623000', '211152.625000', '211152.628000', '211152.630000', '211152.633000', '211152.636000', '211152.638000', '211152.641000', '211152.644000', '211152.646000', '211152.649000', '211152.652000', '211152.654000', '211152.657000', '211152.660000', '211152.662000', '211152.665000', '211152.667000', '211152.670000', '211152.673000', '211152.675000', '211152.678000', '211152.681000', '211152.683000', '211152.686000', '211152.689000', '211152.691000', '211152.694000', '211152.697000', '211152.699000', '211152.702000', '211152.704000', '211152.707000', '211152.710000', '211212.595000', '211212.599000', '211212.601000', '211212.604000', '211212.607000', '211212.609000', '211212.612000', '211212.614000', '211212.617000', '211212.620000', '211212.622000', '211212.625000', '211212.627000', '211212.630000', '211212.633000', '211212.635000', '211212.638000', '211212.641000', '211212.643000', '211212.646000', '211212.648000', '211212.651000', '211212.654000', '211212.656000', '211212.659000', '211212.662000', '211212.664000', '211212.667000', '211212.670000', '211212.672000', '211212.675000', '211212.677000', '211212.680000', '211212.683000', '211212.685000', '211212.688000', '211212.690000', '211212.693000', '211212.696000', '211212.698000', '211212.701000', '211212.704000', '211212.706000', '211232.596000', '211232.599000', '211232.602000', '211232.604000', '211232.607000', '211232.609000', '211232.612000', '211232.615000', '211232.617000', '211232.620000', '211232.623000', '211232.625000', '211232.628000', '211232.630000', '211232.633000', '211232.636000', '211232.638000', '211232.641000', '211232.644000', '211232.646000', '211232.649000', '211232.652000', '211232.654000', '211232.657000', '211232.659000', '211232.662000', '211232.665000', '211232.667000', '211232.670000', '211232.672000', '211232.675000', '211232.678000', '211232.680000', '211232.683000', '211232.687000', '211232.690000', '211232.693000', '211232.695000', '211232.698000', '211232.701000', '211232.703000', '211232.706000', '211232.708000', '211232.711000', '211252.595000', '211252.598000', '211252.601000', '211252.604000', '211252.606000', '211252.609000', '211252.612000', '211252.615000', '211252.618000', '211252.621000', '211252.623000', '211252.626000', '211252.629000', '211252.631000', '211252.634000', '211252.637000', '211252.639000', '211252.642000', '211252.645000', '211252.648000', '211252.656000', '211252.659000', '211252.662000', '211252.664000', '211252.667000', '211252.670000', '211252.672000', '211252.675000', '211252.678000', '211252.680000', '211252.683000', '211252.685000', '211252.688000', '211252.691000', '211252.693000', '211252.696000', '211252.698000', '211252.701000', '211252.704000', '211252.706000', '211252.709000', '211252.712000', '211252.714000', '211312.596000', '211312.600000', '211312.602000', '211312.605000', '211312.608000', '211312.610000', '211312.613000', '211312.616000', '211312.618000', '211312.621000', '211312.623000', '211312.626000', '211312.629000', '211312.631000', '211312.634000', '211312.637000', '211312.639000', '211312.642000', '211312.644000', '211312.647000', '211312.650000', '211312.652000', '211312.655000', '211312.657000', '211312.660000', '211312.663000', '211312.665000', '211312.668000', '211312.670000', '211312.673000', '211312.676000', '211312.678000', '211312.681000', '211312.684000', '211312.686000', '211312.689000', '211312.691000', '211312.694000', '211312.697000', '211312.699000', '211312.702000', '211312.704000', '211312.707000', '211312.710000', '211314.658000', '211314.661000', '211314.664000', '211314.667000', '211314.670000'], 'InstanceCreationTime': ['210652.624000', '210652.629000', '210652.632000', '210652.634000', '210652.637000', '210652.640000', '210652.642000', '210652.652000', '210652.654000', '210652.657000', '210652.659000', '210652.662000', '210652.665000', '210652.667000', '210652.670000', '210652.672000', '210652.675000', '210652.678000', '210652.680000', '210652.683000', '210652.685000', '210652.688000', '210652.691000', '210652.693000', '210652.696000', '210652.698000', '210652.701000', '210652.704000', '210652.706000', '210652.709000', '210652.712000', '210652.714000', '210652.717000', '210652.720000', '210652.722000', '210652.725000', '210652.727000', '210652.730000', '210652.733000', '210652.735000', '210652.738000', '210712.595000', '210712.598000', '210712.601000', '210712.604000', '210712.606000', '210712.609000', '210712.616000', '210712.626000', '210712.628000', '210712.631000', '210712.634000', '210712.636000', '210712.639000', '210712.642000', '210712.644000', '210712.647000', '210712.649000', '210712.652000', '210712.655000', '210712.657000', '210712.660000', '210712.663000', '210712.665000', '210712.668000', '210712.670000', '210712.673000', '210712.676000', '210712.678000', '210712.681000', '210712.683000', '210712.686000', '210712.688000', '210712.691000', '210712.694000', '210712.696000', '210712.699000', '210712.702000', '210712.705000', '210712.707000', '210712.710000', '210712.714000', '210712.716000', '210712.719000', '210732.596000', '210732.598000', '210732.601000', '210732.604000', '210732.606000', '210732.609000', '210732.612000', '210732.614000', '210732.617000', '210732.619000', '210732.622000', '210732.625000', '210732.627000', '210732.630000', '210732.632000', '210732.635000', '210732.638000', '210732.640000', '210732.643000', '210732.645000', '210732.648000', '210732.650000', '210732.653000', '210732.656000', '210732.658000', '210732.661000', '210732.664000', '210732.666000', '210732.669000', '210732.671000', '210732.674000', '210732.677000', '210732.679000', '210732.682000', '210732.684000', '210732.687000', '210732.690000', '210732.692000', '210732.695000', '210732.697000', '210732.700000', '210732.703000', '210732.715000', '210732.718000', '210752.595000', '210752.598000', '210752.601000', '210752.603000', '210752.606000', '210752.609000', '210752.611000', '210752.614000', '210752.616000', '210752.619000', '210752.622000', '210752.624000', '210752.627000', '210752.630000', '210752.632000', '210752.635000', '210752.637000', '210752.640000', '210752.642000', '210752.645000', '210752.648000', '210752.650000', '210752.653000', '210752.655000', '210752.658000', '210752.661000', '210752.663000', '210752.666000', '210752.668000', '210752.671000', '210752.673000', '210752.676000', '210752.679000', '210752.681000', '210752.684000', '210752.686000', '210752.689000', '210752.699000', '210752.701000', '210752.704000', '210752.707000', '210752.710000', '210752.712000', '210812.595000', '210812.598000', '210812.601000', '210812.603000', '210812.606000', '210812.609000', '210812.611000', '210812.614000', '210812.617000', '210812.619000', '210812.622000', '210812.625000', '210812.627000', '210812.630000', '210812.632000', '210812.635000', '210812.638000', '210812.640000', '210812.643000', '210812.645000', '210812.648000', '210812.651000', '210812.653000', '210812.656000', '210812.658000', '210812.661000', '210812.664000', '210812.666000', '210812.669000', '210812.671000', '210812.674000', '210812.677000', '210812.679000', '210812.682000', '210812.685000', '210812.692000', '210812.695000', '210812.698000', '210812.700000', '210812.703000', '210812.705000', '210812.708000', '210812.711000', '210812.713000', '210832.596000', '210832.599000', '210832.602000', '210832.605000', '210832.607000', '210832.610000', '210832.613000', '210832.615000', '210832.618000', '210832.620000', '210832.623000', '210832.626000', '210832.628000', '210832.631000', '210832.634000', '210832.636000', '210832.639000', '210832.641000', '210832.644000', '210832.647000', '210832.659000', '210832.662000', '210832.664000', '210832.667000', '210832.669000', '210832.672000', '210832.675000', '210832.677000', '210832.680000', '210832.683000', '210832.685000', '210832.688000', '210832.691000', '210832.693000', '210832.696000', '210832.698000', '210832.701000', '210832.703000', '210832.706000', '210832.709000', '210832.711000', '210832.714000', '210832.716000', '210852.596000', '210852.599000', '210852.602000', '210852.605000', '210852.607000', '210852.610000', '210852.613000', '210852.615000', '210852.618000', '210852.621000', '210852.623000', '210852.626000', '210852.628000', '210852.631000', '210852.638000', '210852.641000', '210852.644000', '210852.646000', '210852.649000', '210852.651000', '210852.654000', '210852.657000', '210852.659000', '210852.662000', '210852.665000', '210852.667000', '210852.670000', '210852.672000', '210852.675000', '210852.678000', '210852.680000', '210852.683000', '210852.686000', '210852.688000', '210852.691000', '210852.693000', '210852.696000', '210852.698000', '210852.701000', '210852.704000', '210852.706000', '210852.709000', '210852.711000', '210852.714000', '210912.595000', '210912.598000', '210912.601000', '210912.604000', '210912.606000', '210912.609000', '210912.612000', '210912.614000', '210912.617000', '210912.619000', '210912.622000', '210912.625000', '210912.627000', '210912.630000', '210912.633000', '210912.635000', '210912.638000', '210912.640000', '210912.643000', '210912.646000', '210912.648000', '210912.651000', '210912.654000', '210912.656000', '210912.659000', '210912.661000', '210912.664000', '210912.667000', '210912.669000', '210912.672000', '210912.675000', '210912.677000', '210912.680000', '210912.682000', '210912.685000', '210912.688000', '210912.690000', '210912.707000', '210912.710000', '210912.712000', '210912.715000', '210912.718000', '210912.720000', '210932.595000', '210932.598000', '210932.601000', '210932.604000', '210932.606000', '210932.609000', '210932.611000', '210932.614000', '210932.617000', '210932.619000', '210932.622000', '210932.625000', '210932.627000', '210932.630000', '210932.632000', '210932.635000', '210932.638000', '210932.640000', '210932.643000', '210932.645000', '210932.648000', '210932.651000', '210932.653000', '210932.656000', '210932.658000', '210932.661000', '210932.663000', '210932.666000', '210932.669000', '210932.671000', '210932.674000', '210932.677000', '210932.679000', '210932.682000', '210932.685000', '210932.687000', '210932.690000', '210932.693000', '210932.695000', '210932.698000', '210932.701000', '210932.703000', '210932.706000', '210932.708000', '210952.596000', '210952.599000', '210952.601000', '210952.604000', '210952.607000', '210952.609000', '210952.612000', '210952.614000', '210952.617000', '210952.620000', '210952.622000', '210952.625000', '210952.627000', '210952.630000', '210952.633000', '210952.635000', '210952.638000', '210952.641000', '210952.643000', '210952.646000', '210952.648000', '210952.651000', '210952.654000', '210952.656000', '210952.659000', '210952.661000', '210952.664000', '210952.667000', '210952.669000', '210952.672000', '210952.675000', '210952.677000', '210952.680000', '210952.682000', '210952.685000', '210952.688000', '210952.690000', '210952.693000', '210952.695000', '210952.698000', '210952.701000', '210952.703000', '210952.706000', '211012.595000', '211012.598000', '211012.601000', '211012.604000', '211012.606000', '211012.609000', '211012.612000', '211012.614000', '211012.617000', '211012.619000', '211012.622000', '211012.625000', '211012.627000', '211012.630000', '211012.633000', '211012.635000', '211012.638000', '211012.640000', '211012.643000', '211012.646000', '211012.648000', '211012.651000', '211012.654000', '211012.656000', '211012.659000', '211012.661000', '211012.664000', '211012.667000', '211012.669000', '211012.672000', '211012.674000', '211012.677000', '211012.680000', '211012.682000', '211012.685000', '211012.688000', '211012.690000', '211012.693000', '211012.695000', '211012.698000', '211012.701000', '211012.703000', '211012.706000', '211012.708000', '211032.595000', '211032.598000', '211032.601000', '211032.604000', '211032.606000', '211032.609000', '211032.612000', '211032.614000', '211032.622000', '211032.624000', '211032.627000', '211032.629000', '211032.632000', '211032.635000', '211032.638000', '211032.640000', '211032.643000', '211032.645000', '211032.648000', '211032.651000', '211032.653000', '211032.656000', '211032.659000', '211032.661000', '211032.664000', '211032.667000', '211032.669000', '211032.672000', '211032.674000', '211032.677000', '211032.680000', '211032.682000', '211032.685000', '211032.687000', '211032.690000', '211032.693000', '211032.695000', '211032.698000', '211032.701000', '211032.703000', '211032.706000', '211032.709000', '211032.711000', '211052.596000', '211052.599000', '211052.602000', '211052.605000', '211052.607000', '211052.610000', '211052.613000', '211052.615000', '211052.618000', '211052.621000', '211052.623000', '211052.626000', '211052.628000', '211052.631000', '211052.634000', '211052.636000', '211052.639000', '211052.642000', '211052.644000', '211052.659000', '211052.662000', '211052.665000', '211052.667000', '211052.670000', '211052.672000', '211052.675000', '211052.678000', '211052.680000', '211052.683000', '211052.685000', '211052.688000', '211052.691000', '211052.693000', '211052.696000', '211052.699000', '211052.701000', '211052.704000', '211052.706000', '211052.709000', '211052.712000', '211052.714000', '211052.717000', '211052.719000', '211052.722000', '211112.597000', '211112.600000', '211112.602000', '211112.605000', '211112.608000', '211112.610000', '211112.613000', '211112.616000', '211112.618000', '211112.621000', '211112.623000', '211112.626000', '211112.629000', '211112.631000', '211112.634000', '211112.636000', '211112.639000', '211112.642000', '211112.644000', '211112.647000', '211112.650000', '211112.652000', '211112.655000', '211112.658000', '211112.660000', '211112.663000', '211112.665000', '211112.668000', '211112.671000', '211112.673000', '211112.676000', '211112.679000', '211112.681000', '211112.684000', '211112.686000', '211112.689000', '211112.692000', '211112.694000', '211112.697000', '211112.700000', '211112.702000', '211112.705000', '211112.707000', '211132.596000', '211132.598000', '211132.601000', '211132.604000', '211132.607000', '211132.611000', '211132.613000', '211132.616000', '211132.619000', '211132.621000', '211132.624000', '211132.627000', '211132.629000', '211132.632000', '211132.634000', '211132.637000', '211132.640000', '211132.643000', '211132.645000', '211132.648000', '211132.650000', '211132.653000', '211132.656000', '211132.658000', '211132.661000', '211132.664000', '211132.667000', '211132.669000', '211132.672000', '211132.675000', '211132.677000', '211132.680000', '211132.683000', '211132.685000', '211132.688000', '211132.691000', '211132.693000', '211132.696000', '211132.698000', '211132.701000', '211132.704000', '211132.706000', '211132.709000', '211152.595000', '211152.598000', '211152.601000', '211152.604000', '211152.607000', '211152.609000', '211152.612000', '211152.615000', '211152.617000', '211152.620000', '211152.623000', '211152.625000', '211152.628000', '211152.630000', '211152.633000', '211152.636000', '211152.638000', '211152.641000', '211152.644000', '211152.646000', '211152.649000', '211152.652000', '211152.654000', '211152.657000', '211152.660000', '211152.662000', '211152.665000', '211152.667000', '211152.670000', '211152.673000', '211152.675000', '211152.678000', '211152.681000', '211152.683000', '211152.686000', '211152.689000', '211152.691000', '211152.694000', '211152.697000', '211152.699000', '211152.702000', '211152.704000', '211152.707000', '211152.710000', '211212.595000', '211212.599000', '211212.601000', '211212.604000', '211212.607000', '211212.609000', '211212.612000', '211212.614000', '211212.617000', '211212.620000', '211212.622000', '211212.625000', '211212.627000', '211212.630000', '211212.633000', '211212.635000', '211212.638000', '211212.641000', '211212.643000', '211212.646000', '211212.648000', '211212.651000', '211212.654000', '211212.656000', '211212.659000', '211212.662000', '211212.664000', '211212.667000', '211212.670000', '211212.672000', '211212.675000', '211212.677000', '211212.680000', '211212.683000', '211212.685000', '211212.688000', '211212.690000', '211212.693000', '211212.696000', '211212.698000', '211212.701000', '211212.704000', '211212.706000', '211232.596000', '211232.599000', '211232.602000', '211232.604000', '211232.607000', '211232.609000', '211232.612000', '211232.615000', '211232.617000', '211232.620000', '211232.623000', '211232.625000', '211232.628000', '211232.630000', '211232.633000', '211232.636000', '211232.638000', '211232.641000', '211232.644000', '211232.646000', '211232.649000', '211232.652000', '211232.654000', '211232.657000', '211232.659000', '211232.662000', '211232.665000', '211232.667000', '211232.670000', '211232.672000', '211232.675000', '211232.678000', '211232.680000', '211232.683000', '211232.687000', '211232.690000', '211232.693000', '211232.695000', '211232.698000', '211232.701000', '211232.703000', '211232.706000', '211232.708000', '211232.711000', '211252.595000', '211252.598000', '211252.601000', '211252.604000', '211252.606000', '211252.609000', '211252.612000', '211252.615000', '211252.618000', '211252.621000', '211252.623000', '211252.626000', '211252.629000', '211252.631000', '211252.634000', '211252.637000', '211252.639000', '211252.642000', '211252.645000', '211252.648000', '211252.656000', '211252.659000', '211252.662000', '211252.664000', '211252.667000', '211252.670000', '211252.672000', '211252.675000', '211252.678000', '211252.680000', '211252.683000', '211252.685000', '211252.688000', '211252.691000', '211252.693000', '211252.696000', '211252.698000', '211252.701000', '211252.704000', '211252.706000', '211252.709000', '211252.712000', '211252.714000', '211312.596000', '211312.600000', '211312.602000', '211312.605000', '211312.608000', '211312.610000', '211312.613000', '211312.616000', '211312.618000', '211312.621000', '211312.623000', '211312.626000', '211312.629000', '211312.631000', '211312.634000', '211312.637000', '211312.639000', '211312.642000', '211312.644000', '211312.647000', '211312.650000', '211312.652000', '211312.655000', '211312.657000', '211312.660000', '211312.663000', '211312.665000', '211312.668000', '211312.670000', '211312.673000', '211312.676000', '211312.678000', '211312.681000', '211312.684000', '211312.686000', '211312.689000', '211312.691000', '211312.694000', '211312.697000', '211312.699000', '211312.702000', '211312.704000', '211312.707000', '211312.710000', '211314.658000', '211314.661000', '211314.664000', '211314.667000', '211314.670000'], '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': [9848, 8531, 8478, 8549, 9593, 8400, 10250, 7658, 9007, 7718, 8103, 8202, 9316, 8303, 10079, 8511, 9465, 8310, 8403, 8560, 9286, 8077, 9932, 8162, 8974, 7887, 8247, 8030, 8143, 7946, 8880, 8093, 10040, 8642, 9018, 8188, 9029, 8984, 8837, 10416, 8572, 9641, 8720, 8695, 8574, 9799, 8314, 9862, 8251, 8487, 8449, 7606, 8282, 7314, 8407, 7964, 8439, 9877, 8516, 9191, 8705, 9299, 7960, 9090, 10488, 8992, 8308, 8947, 8585, 9006, 8391, 9766, 8128, 8443, 8460, 8723, 7991, 8802, 8008, 7933, 8248, 8493, 8384, 8691, 7997, 9878, 8256, 8246, 10773, 8416, 8843, 8060, 9712, 8840, 8793, 9022, 8775, 8957, 11235, 9017, 8992, 12132, 8963, 11140, 9013, 9104, 8909, 7783, 8683, 7688, 9167, 10066, 8556, 8262, 8235, 8581, 8099, 8737, 8308, 7669, 7910, 8899, 7998, 9156, 9373, 8848, 9545, 8618, 10303, 8874, 8926, 8653, 9152, 8897, 9078, 8797, 8923, 9111, 9351, 9089, 10481, 8912, 8780, 8874, 8956, 8791, 9016, 8969, 9086, 8779, 8293, 8727, 9199, 9128, 7848, 9037, 7846, 8694, 7810, 8874, 8146, 8474, 9056, 8610, 8808, 8738, 8444, 8774, 9043, 8362, 9644, 8644, 8656, 8775, 9206, 8553, 9815, 8741, 8781, 8820, 8361, 8872, 8285, 8608, 8054, 8837, 8993, 9022, 9361, 8828, 8116, 8824, 9136, 8891, 8954, 9844, 8916, 10738, 8645, 9315, 8655, 8524, 8775, 8932, 8871, 8947, 8690, 8393, 8879, 8957, 9062, 9201, 8535, 8547, 8518, 8571, 10061, 8625, 9075, 8878, 8098, 8952, 8387, 8794, 8518, 8710, 7709, 9246, 9026, 9067, 7148, 9122, 8959, 8554, 8665, 10457, 8737, 8697, 8389, 9185, 7891, 9122, 11036, 8958, 10851, 8955, 10062, 9188, 8746, 9095, 7630, 8958, 7618, 8703, 8129, 8753, 9048, 8448, 9203, 9479, 8896, 8601, 8732, 8168, 8734, 7827, 8584, 7432, 8951, 8076, 9005, 8333, 8798, 8901, 8778, 9592, 8756, 7933, 8719, 7926, 8491, 8005, 8432, 8989, 8085, 8908, 8699, 8513, 8427, 8945, 10728, 9231, 10690, 8836, 10356, 8547, 9063, 8969, 8985, 8666, 9456, 8672, 8520, 8561, 8212, 8951, 7823, 8965, 7582, 8529, 9500, 8812, 9145, 8808, 8117, 8838, 8155, 8627, 8496, 8983, 10187, 8841, 10708, 8825, 8117, 8738, 8655, 8960, 9900, 8695, 8449, 8910, 9807, 9060, 8201, 8679, 7756, 8867, 8934, 8557, 8895, 8538, 8094, 8714, 7728, 8896, 8656, 8802, 8146, 8804, 7821, 8710, 8367, 8750, 9152, 8417, 8680, 8448, 8099, 8924, 8930, 8810, 10089, 8856, 9926, 8669, 8279, 8857, 8954, 9035, 8362, 8724, 9093, 8953, 8837, 8951, 8168, 8776, 7765, 8958, 8499, 8834, 8531, 8879, 8769, 8829, 7939, 8817, 8654, 8934, 8091, 8633, 10386, 8546, 8357, 8753, 8664, 8739, 9456, 8565, 8710, 8707, 8275, 8776, 7503, 8622, 7850, 8678, 7428, 8992, 8103, 8764, 8927, 8867, 8537, 9399, 8990, 9042, 8788, 9465, 8634, 8575, 9014, 8482, 8855, 10894, 7641, 8540, 7574, 7596, 8980, 10500, 9267, 10007, 8682, 10545, 8952, 9323, 8796, 8630, 8789, 8852, 8628, 8683, 8611, 8698, 8263, 8870, 8477, 8805, 8415, 8845, 8390, 8715, 7946, 8816, 8356, 8864, 9904, 8911, 7658, 8716, 9049, 9179, 8809, 8830, 9226, 8633, 8948, 9889, 8815, 9087, 8711, 8649, 8651, 8674, 8818, 8097, 8534, 7854, 8745, 9002, 8681, 9972, 8486, 9601, 8913, 9166, 8757, 10278, 8726, 8188, 8875, 9843, 8829, 8697, 8244, 8966, 8474, 8822, 9448, 8928, 8802, 8767, 9108, 8576, 8515, 8657, 9386, 8853, 8720, 8694, 8108, 8722, 8977, 8813, 10472, 8807, 9361, 8703, 7835, 8613, 8207, 8553, 8782, 9595, 8489, 9842, 8561, 8437, 8832, 8758, 10641, 8507, 9592, 8793, 8947, 8960, 9009, 8288, 8250, 8734, 8245, 8833, 9371, 9020, 10255, 8479, 8342, 8987, 8821, 8850, 9824, 8657, 8470, 8808, 8117, 8721, 9017, 8204, 9113, 8533, 8819, 8671, 7697, 8775, 9167, 8704, 7957, 8429, 8176, 8710, 8095, 8929, 9950, 8458, 8624, 8577, 8800, 8592, 9953, 8308, 10131, 9766, 9362, 8978, 9037, 8034, 9100, 8829, 9633, 8556, 10286, 8782, 8419, 11740, 8741, 10607, 8426, 10719, 8307, 9005, 8656, 9453, 8767, 8982, 8365, 8400, 8545, 8413, 8898, 8547, 8343, 8624, 8505, 8546, 7974, 8865, 8516, 8641, 9797, 9045, 9733, 8729, 9084, 8798, 9425, 8734, 10214, 8697, 9685, 8408, 7979, 8521, 8818, 8712, 8767, 8559, 9287, 9851, 9927, 10153, 8568, 10256, 8620, 8681, 8643, 8459, 8803, 8857, 8518, 8365, 8450, 9902, 8931, 8416, 8376, 7897, 8548, 9612, 8673, 9219, 8883, 7948, 8509, 8690, 8399, 8609, 9395, 8705, 9939, 8559, 9389, 8535, 8428, 8532, 8811, 8786, 9505, 8580, 9154, 8710, 8475, 8553, 10194, 9110, 9080, 8603, 8069, 8711, 8449, 10230, 8682, 10024, 8493, 9333, 8633, 8754, 8660, 9834, 8532, 8373, 8711, 7817, 8740, 7762, 9018, 8088, 8819, 8280, 8764, 8695, 8587, 9758, 10738, 9201, 10379, 8426, 9508, 8536, 8581, 8951, 8691, 8564, 7563, 8894, 7494, 8744, 8201, 8835, 9810, 8542, 10061, 8567, 9652, 8806, 9731, 8658, 8368, 8704, 8318, 8778, 9023, 8659, 8198, 8662, 8299, 8667, 8701, 8916, 10014, 8869, 8753, 9101, 8447, 9157, 8815, 9140, 8608, 9123, 8462, 9313, 8701, 10194, 8942, 8324, 8639, 8690, 8900, 8581, 8794, 9705, 10275, 8395, 9431, 8565, 8018, 8652, 9660, 8522, 8586, 8673, 8826, 9243, 10655, 9601, 11780, 9722, 8604, 8823, 8503, 8477, 8956, 9955, 8746, 9779, 8703, 10749, 8295, 10099, 8144, 9054, 7883, 9489, 8511, 10309, 7505, 9185, 8888, 8658, 9861, 10129, 8501, 9295, 8882, 8739, 9049, 8884, 8734, 8954, 8545, 8442, 8300, 8238, 8107, 7989, 8558, 8007, 8901, 7987, 8919, 8094, 8973, 9258, 9038, 10578, 8934, 9673, 8798, 8328, 8899, 9425, 8988, 8225, 8947, 8202, 8759, 8711, 8086, 8749, 8564, 7257, 8465, 7552, 8876, 8520, 8180, 7724, 8436, 9322, 8948, 8747, 8679, 8966, 8360, 8368, 8019, 8393, 8400, 8506, 8666, 8686], 'WindowCenter': [4295.0, 4261.0, 4245.0, 4233.0, 4254.0, 4231.0, 4252.0, 4220.0, 4241.0, 4209.0, 4220.0, 4218.0, 4227.0, 4218.0, 4240.0, 4227.0, 4239.0, 4220.0, 4220.0, 4229.0, 4239.0, 4218.0, 4251.0, 4218.0, 4241.0, 4219.0, 4229.0, 4217.0, 4221.0, 4218.0, 4241.0, 4219.0, 4252.0, 4230.0, 4230.0, 4219.0, 4229.0, 4228.0, 4230.0, 4249.0, 4231.0, 4238.0, 4229.0, 4230.0, 4227.0, 4240.0, 4217.0, 4241.0, 4218.0, 4230.0, 4229.0, 4222.0, 4232.0, 4210.0, 4232.0, 4222.0, 4245.0, 4253.0, 4244.0, 4244.0, 4230.0, 4243.0, 4220.0, 4230.0, 4249.0, 4228.0, 4219.0, 4228.0, 4229.0, 4242.0, 4228.0, 4251.0, 4221.0, 4232.0, 4230.0, 4231.0, 4220.0, 4241.0, 4220.0, 4221.0, 4220.0, 4230.0, 4230.0, 4232.0, 4221.0, 4252.0, 4229.0, 4232.0, 4251.0, 4231.0, 4230.0, 4231.0, 4251.0, 4243.0, 4243.0, 4243.0, 4231.0, 4230.0, 4251.0, 4217.0, 4218.0, 4247.0, 4217.0, 4236.0, 4217.0, 4215.0, 4215.0, 4192.0, 4217.0, 4207.0, 4227.0, 4239.0, 4216.0, 4219.0, 4218.0, 4230.0, 4219.0, 4231.0, 4218.0, 4210.0, 4218.0, 4232.0, 4218.0, 4242.0, 4238.0, 4241.0, 4241.0, 4233.0, 4250.0, 4241.0, 4242.0, 4232.0, 4241.0, 4242.0, 4230.0, 4231.0, 4232.0, 4242.0, 4241.0, 4232.0, 4250.0, 4229.0, 4230.0, 4231.0, 4230.0, 4230.0, 4231.0, 4229.0, 4229.0, 4230.0, 4218.0, 4228.0, 4239.0, 4229.0, 4219.0, 4230.0, 4219.0, 4228.0, 4209.0, 4240.0, 4221.0, 4230.0, 4230.0, 4232.0, 4241.0, 4232.0, 4231.0, 4233.0, 4241.0, 4230.0, 4241.0, 4231.0, 4230.0, 4230.0, 4241.0, 4230.0, 4239.0, 4230.0, 4218.0, 4229.0, 4215.0, 4227.0, 4218.0, 4218.0, 4207.0, 4227.0, 4229.0, 4229.0, 4230.0, 4228.0, 4218.0, 4228.0, 4227.0, 4227.0, 4229.0, 4238.0, 4227.0, 4235.0, 4216.0, 4225.0, 4218.0, 4216.0, 4218.0, 4227.0, 4228.0, 4228.0, 4229.0, 4219.0, 4230.0, 4229.0, 4230.0, 4240.0, 4230.0, 4228.0, 4232.0, 4231.0, 4251.0, 4230.0, 4232.0, 4230.0, 4220.0, 4228.0, 4219.0, 4218.0, 4230.0, 4218.0, 4210.0, 4229.0, 4230.0, 4229.0, 4210.0, 4239.0, 4230.0, 4232.0, 4232.0, 4263.0, 4232.0, 4242.0, 4233.0, 4256.0, 4236.0, 4255.0, 4264.0, 4233.0, 4251.0, 4227.0, 4228.0, 4226.0, 4216.0, 4215.0, 4193.0, 4215.0, 4196.0, 4215.0, 4208.0, 4217.0, 4229.0, 4217.0, 4227.0, 4228.0, 4229.0, 4218.0, 4230.0, 4220.0, 4229.0, 4208.0, 4229.0, 4210.0, 4240.0, 4221.0, 4242.0, 4231.0, 4228.0, 4239.0, 4231.0, 4242.0, 4228.0, 4222.0, 4230.0, 4220.0, 4229.0, 4222.0, 4231.0, 4243.0, 4221.0, 4243.0, 4230.0, 4233.0, 4218.0, 4231.0, 4251.0, 4242.0, 4250.0, 4230.0, 4238.0, 4220.0, 4228.0, 4229.0, 4229.0, 4216.0, 4228.0, 4229.0, 4229.0, 4228.0, 4219.0, 4230.0, 4210.0, 4230.0, 4210.0, 4230.0, 4240.0, 4241.0, 4242.0, 4238.0, 4220.0, 4230.0, 4220.0, 4230.0, 4228.0, 4231.0, 4240.0, 4230.0, 4239.0, 4228.0, 4208.0, 4229.0, 4229.0, 4228.0, 4237.0, 4218.0, 4206.0, 4216.0, 4235.0, 4217.0, 4217.0, 4217.0, 4206.0, 4216.0, 4218.0, 4217.0, 4228.0, 4217.0, 4209.0, 4217.0, 4209.0, 4230.0, 4229.0, 4229.0, 4220.0, 4229.0, 4210.0, 4227.0, 4220.0, 4227.0, 4241.0, 4219.0, 4230.0, 4218.0, 4221.0, 4228.0, 4242.0, 4243.0, 4254.0, 4241.0, 4250.0, 4231.0, 4219.0, 4228.0, 4230.0, 4229.0, 4219.0, 4219.0, 4229.0, 4215.0, 4215.0, 4227.0, 4218.0, 4217.0, 4207.0, 4225.0, 4228.0, 4226.0, 4229.0, 4228.0, 4228.0, 4227.0, 4219.0, 4229.0, 4230.0, 4230.0, 4220.0, 4229.0, 4240.0, 4220.0, 4219.0, 4218.0, 4216.0, 4220.0, 4228.0, 4218.0, 4218.0, 4218.0, 4218.0, 4219.0, 4199.0, 4219.0, 4218.0, 4228.0, 4195.0, 4228.0, 4220.0, 4231.0, 4230.0, 4229.0, 4231.0, 4241.0, 4242.0, 4241.0, 4231.0, 4242.0, 4232.0, 4230.0, 4230.0, 4230.0, 4242.0, 4250.0, 4211.0, 4219.0, 4210.0, 4221.0, 4242.0, 4262.0, 4244.0, 4253.0, 4232.0, 4250.0, 4228.0, 4228.0, 4216.0, 4217.0, 4204.0, 4214.0, 4205.0, 4217.0, 4205.0, 4216.0, 4204.0, 4215.0, 4204.0, 4217.0, 4204.0, 4216.0, 4206.0, 4217.0, 4203.0, 4228.0, 4208.0, 4229.0, 4239.0, 4229.0, 4207.0, 4217.0, 4230.0, 4227.0, 4229.0, 4228.0, 4229.0, 4216.0, 4227.0, 4238.0, 4230.0, 4227.0, 4231.0, 4231.0, 4231.0, 4219.0, 4230.0, 4219.0, 4231.0, 4221.0, 4232.0, 4230.0, 4232.0, 4239.0, 4229.0, 4240.0, 4231.0, 4240.0, 4230.0, 4238.0, 4219.0, 4217.0, 4218.0, 4238.0, 4227.0, 4220.0, 4218.0, 4229.0, 4206.0, 4228.0, 4226.0, 4228.0, 4229.0, 4217.0, 4217.0, 4217.0, 4217.0, 4215.0, 4228.0, 4228.0, 4230.0, 4218.0, 4221.0, 4228.0, 4230.0, 4228.0, 4252.0, 4230.0, 4240.0, 4219.0, 4210.0, 4216.0, 4218.0, 4214.0, 4219.0, 4239.0, 4219.0, 4238.0, 4227.0, 4218.0, 4231.0, 4230.0, 4251.0, 4220.0, 4241.0, 4219.0, 4230.0, 4216.0, 4230.0, 4216.0, 4216.0, 4217.0, 4219.0, 4217.0, 4229.0, 4228.0, 4238.0, 4218.0, 4218.0, 4228.0, 4227.0, 4226.0, 4240.0, 4217.0, 4217.0, 4217.0, 4208.0, 4215.0, 4229.0, 4217.0, 4229.0, 4215.0, 4228.0, 4217.0, 4208.0, 4228.0, 4230.0, 4227.0, 4221.0, 4219.0, 4217.0, 4230.0, 4221.0, 4230.0, 4240.0, 4220.0, 4229.0, 4229.0, 4229.0, 4230.0, 4241.0, 4221.0, 4237.0, 4237.0, 4226.0, 4217.0, 4230.0, 4222.0, 4241.0, 4231.0, 4241.0, 4230.0, 4252.0, 4219.0, 4219.0, 4248.0, 4219.0, 4235.0, 4206.0, 4223.0, 4206.0, 4215.0, 4203.0, 4215.0, 4205.0, 4216.0, 4205.0, 4204.0, 4203.0, 4204.0, 4203.0, 4204.0, 4202.0, 4215.0, 4216.0, 4217.0, 4204.0, 4215.0, 4216.0, 4217.0, 4239.0, 4227.0, 4227.0, 4216.0, 4227.0, 4217.0, 4228.0, 4217.0, 4239.0, 4228.0, 4240.0, 4218.0, 4210.0, 4217.0, 4229.0, 4218.0, 4220.0, 4217.0, 4231.0, 4239.0, 4242.0, 4239.0, 4221.0, 4238.0, 4220.0, 4218.0, 4218.0, 4216.0, 4228.0, 4230.0, 4220.0, 4219.0, 4221.0, 4240.0, 4242.0, 4221.0, 4218.0, 4220.0, 4219.0, 4241.0, 4218.0, 4230.0, 4230.0, 4210.0, 4218.0, 4231.0, 4219.0, 4230.0, 4241.0, 4231.0, 4240.0, 4231.0, 4230.0, 4231.0, 4220.0, 4230.0, 4230.0, 4231.0, 4241.0, 4220.0, 4229.0, 4218.0, 4217.0, 4219.0, 4238.0, 4228.0, 4228.0, 4217.0, 4208.0, 4217.0, 4218.0, 4226.0, 4218.0, 4227.0, 4216.0, 4215.0, 4216.0, 4216.0, 4214.0, 4237.0, 4217.0, 4216.0, 4217.0, 4209.0, 4216.0, 4209.0, 4229.0, 4219.0, 4229.0, 4220.0, 4219.0, 4231.0, 4229.0, 4242.0, 4249.0, 4231.0, 4239.0, 4218.0, 4225.0, 4218.0, 4219.0, 4230.0, 4218.0, 4219.0, 4208.0, 4229.0, 4199.0, 4229.0, 4220.0, 4230.0, 4240.0, 4231.0, 4240.0, 4220.0, 4228.0, 4229.0, 4227.0, 4217.0, 4218.0, 4215.0, 4218.0, 4218.0, 4217.0, 4215.0, 4207.0, 4215.0, 4207.0, 4205.0, 4217.0, 4214.0, 4227.0, 4214.0, 4205.0, 4214.0, 4205.0, 4215.0, 4215.0, 4215.0, 4206.0, 4214.0, 4205.0, 4213.0, 4204.0, 4225.0, 4214.0, 4204.0, 4203.0, 4216.0, 4214.0, 4213.0, 4204.0, 4225.0, 4224.0, 4206.0, 4214.0, 4215.0, 4204.0, 4217.0, 4226.0, 4218.0, 4216.0, 4218.0, 4216.0, 4228.0, 4237.0, 4228.0, 4247.0, 4226.0, 4205.0, 4215.0, 4204.0, 4204.0, 4214.0, 4226.0, 4215.0, 4227.0, 4217.0, 4248.0, 4207.0, 4226.0, 4194.0, 4204.0, 4192.0, 4201.0, 4191.0, 4211.0, 4181.0, 4201.0, 4204.0, 4215.0, 4223.0, 4224.0, 4202.0, 4201.0, 4189.0, 4189.0, 4188.0, 4200.0, 4190.0, 4201.0, 4188.0, 4192.0, 4191.0, 4191.0, 4190.0, 4193.0, 4203.0, 4194.0, 4214.0, 4205.0, 4215.0, 4207.0, 4229.0, 4228.0, 4227.0, 4238.0, 4217.0, 4226.0, 4217.0, 4206.0, 4216.0, 4228.0, 4215.0, 4207.0, 4216.0, 4206.0, 4215.0, 4219.0, 4206.0, 4219.0, 4219.0, 4199.0, 4218.0, 4208.0, 4230.0, 4231.0, 4221.0, 4212.0, 4220.0, 4242.0, 4229.0, 4231.0, 4229.0, 4232.0, 4220.0, 4221.0, 4218.0, 4222.0, 4221.0, 4233.0, 4233.0, 4232.0], 'WindowWidth': [9499.0, 9439.0, 9408.0, 9384.0, 9411.0, 9374.0, 9404.0, 9360.0, 9388.0, 9344.0, 9358.0, 9352.0, 9364.0, 9353.0, 9384.0, 9365.0, 9384.0, 9357.0, 9357.0, 9367.0, 9382.0, 9352.0, 9399.0, 9352.0, 9387.0, 9356.0, 9369.0, 9351.0, 9361.0, 9353.0, 9388.0, 9356.0, 9404.0, 9371.0, 9372.0, 9355.0, 9368.0, 9365.0, 9371.0, 9394.0, 9373.0, 9379.0, 9368.0, 9368.0, 9362.0, 9382.0, 9350.0, 9385.0, 9352.0, 9370.0, 9369.0, 9364.0, 9377.0, 9346.0, 9376.0, 9363.0, 9399.0, 9410.0, 9397.0, 9396.0, 9373.0, 9393.0, 9357.0, 9371.0, 9395.0, 9364.0, 9351.0, 9365.0, 9366.0, 9390.0, 9369.0, 9401.0, 9361.0, 9377.0, 9371.0, 9373.0, 9359.0, 9388.0, 9357.0, 9361.0, 9356.0, 9372.0, 9370.0, 9377.0, 9361.0, 9403.0, 9369.0, 9377.0, 9400.0, 9373.0, 9370.0, 9376.0, 9404.0, 9394.0, 9394.0, 9393.0, 9375.0, 9371.0, 9398.0, 9345.0, 9349.0, 9385.0, 9345.0, 9370.0, 9344.0, 9341.0, 9342.0, 9309.0, 9346.0, 9335.0, 9362.0, 9379.0, 9345.0, 9353.0, 9348.0, 9368.0, 9353.0, 9374.0, 9351.0, 9343.0, 9353.0, 9375.0, 9352.0, 9391.0, 9383.0, 9389.0, 9387.0, 9380.0, 9398.0, 9387.0, 9390.0, 9378.0, 9387.0, 9389.0, 9372.0, 9375.0, 9375.0, 9391.0, 9387.0, 9376.0, 9396.0, 9367.0, 9368.0, 9372.0, 9369.0, 9372.0, 9371.0, 9369.0, 9367.0, 9369.0, 9351.0, 9365.0, 9382.0, 9368.0, 9355.0, 9369.0, 9354.0, 9365.0, 9341.0, 9385.0, 9361.0, 9372.0, 9371.0, 9378.0, 9388.0, 9376.0, 9374.0, 9380.0, 9388.0, 9373.0, 9385.0, 9373.0, 9370.0, 9372.0, 9386.0, 9370.0, 9379.0, 9369.0, 9350.0, 9366.0, 9345.0, 9363.0, 9350.0, 9351.0, 9335.0, 9362.0, 9364.0, 9366.0, 9369.0, 9364.0, 9352.0, 9363.0, 9363.0, 9361.0, 9366.0, 9376.0, 9361.0, 9366.0, 9345.0, 9354.0, 9347.0, 9344.0, 9351.0, 9362.0, 9365.0, 9365.0, 9368.0, 9353.0, 9370.0, 9369.0, 9373.0, 9384.0, 9371.0, 9365.0, 9375.0, 9372.0, 9401.0, 9372.0, 9375.0, 9370.0, 9356.0, 9364.0, 9354.0, 9351.0, 9370.0, 9351.0, 9341.0, 9365.0, 9368.0, 9366.0, 9344.0, 9383.0, 9371.0, 9378.0, 9377.0, 9419.0, 9376.0, 9391.0, 9381.0, 9416.0, 9391.0, 9413.0, 9423.0, 9378.0, 9399.0, 9361.0, 9361.0, 9356.0, 9345.0, 9340.0, 9311.0, 9340.0, 9317.0, 9341.0, 9337.0, 9348.0, 9366.0, 9346.0, 9362.0, 9362.0, 9366.0, 9350.0, 9370.0, 9357.0, 9368.0, 9337.0, 9369.0, 9343.0, 9385.0, 9363.0, 9390.0, 9373.0, 9367.0, 9384.0, 9372.0, 9391.0, 9367.0, 9363.0, 9371.0, 9358.0, 9369.0, 9363.0, 9375.0, 9394.0, 9362.0, 9393.0, 9371.0, 9380.0, 9353.0, 9373.0, 9400.0, 9389.0, 9395.0, 9369.0, 9376.0, 9354.0, 9364.0, 9367.0, 9367.0, 9348.0, 9363.0, 9368.0, 9368.0, 9365.0, 9352.0, 9370.0, 9343.0, 9370.0, 9342.0, 9371.0, 9382.0, 9387.0, 9390.0, 9381.0, 9357.0, 9370.0, 9356.0, 9370.0, 9364.0, 9374.0, 9382.0, 9369.0, 9378.0, 9364.0, 9336.0, 9366.0, 9366.0, 9364.0, 9373.0, 9349.0, 9331.0, 9343.0, 9369.0, 9348.0, 9347.0, 9345.0, 9332.0, 9343.0, 9349.0, 9346.0, 9364.0, 9348.0, 9339.0, 9347.0, 9340.0, 9368.0, 9370.0, 9369.0, 9358.0, 9367.0, 9344.0, 9362.0, 9356.0, 9362.0, 9385.0, 9354.0, 9370.0, 9352.0, 9361.0, 9367.0, 9389.0, 9393.0, 9409.0, 9386.0, 9398.0, 9371.0, 9353.0, 9364.0, 9370.0, 9368.0, 9353.0, 9350.0, 9365.0, 9342.0, 9343.0, 9359.0, 9350.0, 9346.0, 9335.0, 9356.0, 9365.0, 9358.0, 9368.0, 9365.0, 9365.0, 9361.0, 9355.0, 9368.0, 9371.0, 9371.0, 9358.0, 9368.0, 9381.0, 9355.0, 9351.0, 9351.0, 9347.0, 9356.0, 9362.0, 9349.0, 9349.0, 9349.0, 9351.0, 9354.0, 9326.0, 9353.0, 9351.0, 9365.0, 9319.0, 9367.0, 9359.0, 9374.0, 9370.0, 9370.0, 9373.0, 9387.0, 9389.0, 9389.0, 9374.0, 9389.0, 9376.0, 9369.0, 9370.0, 9370.0, 9388.0, 9395.0, 9345.0, 9352.0, 9344.0, 9360.0, 9390.0, 9418.0, 9396.0, 9406.0, 9376.0, 9396.0, 9364.0, 9362.0, 9342.0, 9345.0, 9324.0, 9338.0, 9326.0, 9344.0, 9325.0, 9343.0, 9323.0, 9341.0, 9324.0, 9346.0, 9325.0, 9342.0, 9328.0, 9345.0, 9324.0, 9362.0, 9334.0, 9367.0, 9380.0, 9366.0, 9335.0, 9347.0, 9368.0, 9360.0, 9367.0, 9364.0, 9366.0, 9344.0, 9362.0, 9377.0, 9368.0, 9361.0, 9374.0, 9372.0, 9373.0, 9353.0, 9369.0, 9352.0, 9372.0, 9360.0, 9376.0, 9369.0, 9375.0, 9381.0, 9367.0, 9381.0, 9372.0, 9382.0, 9370.0, 9375.0, 9352.0, 9348.0, 9349.0, 9376.0, 9361.0, 9354.0, 9349.0, 9365.0, 9331.0, 9363.0, 9357.0, 9364.0, 9365.0, 9347.0, 9347.0, 9346.0, 9345.0, 9341.0, 9362.0, 9362.0, 9367.0, 9350.0, 9358.0, 9365.0, 9371.0, 9365.0, 9401.0, 9370.0, 9383.0, 9353.0, 9341.0, 9343.0, 9350.0, 9339.0, 9353.0, 9378.0, 9353.0, 9375.0, 9363.0, 9351.0, 9372.0, 9370.0, 9399.0, 9355.0, 9386.0, 9352.0, 9367.0, 9345.0, 9369.0, 9345.0, 9344.0, 9345.0, 9350.0, 9347.0, 9366.0, 9364.0, 9378.0, 9349.0, 9350.0, 9362.0, 9360.0, 9359.0, 9382.0, 9347.0, 9346.0, 9347.0, 9337.0, 9341.0, 9364.0, 9348.0, 9364.0, 9342.0, 9362.0, 9346.0, 9338.0, 9363.0, 9370.0, 9363.0, 9358.0, 9353.0, 9350.0, 9370.0, 9360.0, 9371.0, 9383.0, 9355.0, 9366.0, 9367.0, 9366.0, 9370.0, 9385.0, 9358.0, 9372.0, 9373.0, 9355.0, 9347.0, 9368.0, 9362.0, 9389.0, 9373.0, 9387.0, 9370.0, 9401.0, 9351.0, 9350.0, 9388.0, 9350.0, 9367.0, 9329.0, 9347.0, 9327.0, 9337.0, 9320.0, 9338.0, 9324.0, 9342.0, 9324.0, 9323.0, 9319.0, 9321.0, 9319.0, 9322.0, 9318.0, 9339.0, 9341.0, 9345.0, 9324.0, 9341.0, 9343.0, 9347.0, 9377.0, 9362.0, 9362.0, 9345.0, 9361.0, 9347.0, 9362.0, 9346.0, 9380.0, 9365.0, 9382.0, 9350.0, 9340.0, 9346.0, 9365.0, 9349.0, 9356.0, 9347.0, 9371.0, 9381.0, 9387.0, 9380.0, 9357.0, 9375.0, 9354.0, 9349.0, 9349.0, 9346.0, 9364.0, 9367.0, 9355.0, 9352.0, 9357.0, 9384.0, 9389.0, 9359.0, 9352.0, 9356.0, 9353.0, 9384.0, 9350.0, 9371.0, 9367.0, 9343.0, 9351.0, 9371.0, 9354.0, 9369.0, 9385.0, 9375.0, 9384.0, 9373.0, 9368.0, 9373.0, 9355.0, 9370.0, 9369.0, 9372.0, 9384.0, 9355.0, 9364.0, 9349.0, 9347.0, 9352.0, 9376.0, 9365.0, 9364.0, 9347.0, 9336.0, 9345.0, 9349.0, 9356.0, 9350.0, 9358.0, 9344.0, 9340.0, 9342.0, 9342.0, 9338.0, 9374.0, 9347.0, 9344.0, 9347.0, 9339.0, 9345.0, 9340.0, 9369.0, 9355.0, 9366.0, 9356.0, 9352.0, 9371.0, 9368.0, 9388.0, 9392.0, 9372.0, 9377.0, 9351.0, 9356.0, 9349.0, 9352.0, 9367.0, 9349.0, 9351.0, 9335.0, 9366.0, 9327.0, 9366.0, 9357.0, 9371.0, 9382.0, 9372.0, 9381.0, 9354.0, 9365.0, 9366.0, 9362.0, 9344.0, 9349.0, 9341.0, 9349.0, 9348.0, 9347.0, 9341.0, 9333.0, 9339.0, 9331.0, 9324.0, 9347.0, 9339.0, 9358.0, 9335.0, 9325.0, 9335.0, 9326.0, 9340.0, 9342.0, 9339.0, 9328.0, 9336.0, 9325.0, 9332.0, 9322.0, 9352.0, 9337.0, 9324.0, 9319.0, 9341.0, 9334.0, 9335.0, 9324.0, 9352.0, 9347.0, 9328.0, 9336.0, 9339.0, 9325.0, 9346.0, 9356.0, 9349.0, 9343.0, 9348.0, 9342.0, 9362.0, 9371.0, 9361.0, 9384.0, 9356.0, 9326.0, 9339.0, 9322.0, 9322.0, 9336.0, 9354.0, 9340.0, 9359.0, 9345.0, 9389.0, 9331.0, 9356.0, 9310.0, 9320.0, 9302.0, 9312.0, 9297.0, 9325.0, 9285.0, 9313.0, 9319.0, 9339.0, 9347.0, 9348.0, 9315.0, 9312.0, 9291.0, 9292.0, 9289.0, 9307.0, 9295.0, 9312.0, 9291.0, 9301.0, 9298.0, 9299.0, 9297.0, 9307.0, 9318.0, 9310.0, 9336.0, 9327.0, 9342.0, 9333.0, 9366.0, 9363.0, 9360.0, 9374.0, 9344.0, 9355.0, 9343.0, 9327.0, 9342.0, 9361.0, 9341.0, 9332.0, 9341.0, 9330.0, 9340.0, 9351.0, 9330.0, 9352.0, 9350.0, 9327.0, 9349.0, 9338.0, 9371.0, 9374.0, 9360.0, 9348.0, 9356.0, 9388.0, 9368.0, 9372.0, 9365.0, 9373.0, 9357.0, 9360.0, 9352.0, 9362.0, 9359.0, 9377.0, 9379.0, 9377.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.0007716340621403912</td></tr>
<tr><td colspan=3>aqi</td><td>0.016432534407364786</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.69214345773044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2273723054838686</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0123364947465432</td></tr>
<tr><td colspan=3>efc</td><td>0.4516</td></tr>
<tr><td colspan=3>fber</td><td>6914.5195</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07581427885332606</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5412701508850244</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.463704850351608</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.750831570778701</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4092740315247636</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013579364866018295</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029666025191545486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.707960646484158</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>24.0257</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8908</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.6489</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308297.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>782.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.371</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9086</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0118</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3467.9639</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.4758</td></tr>
<tr><td colspan=3>tsnr</td><td>46.95108096837066</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>