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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-06_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-06_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-0091/ses-04/func/sub-0091_ses-04_task-social_acq-mb8_run-06_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>439f7b5a4c83c80e60de038a0e084970</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>16:01:41.022500</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.999752, 0.020132, -0.00951115, -0.0218146, 0.971181, -0.237342]</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.259</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-06_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.113129</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7720, -7266, 232, -193, -83, -118, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.45</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>012e8823-33f5-41a2-94bf-919444da1cf0||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.6822617053985596, -0.058527007699012756, -0.01203901320695877, 115.17770385742188], [-0.05401265621185303, 2.6056084632873535, -0.641223669052124, -75.16514587402344], [-0.025517724454402924, 0.6367701888084412, 2.622725009918213, -118.92366027832031], [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': ['160141.022500', '160141.482500', '160141.942500', '160142.402500', '160142.862500', '160143.322500', '160143.782500', '160144.242500', '160144.702500', '160145.162500', '160145.622500', '160146.082500', '160146.542500', '160147.002500', '160147.462500', '160147.922500', '160148.382500', '160148.842500', '160149.302500', '160149.762500', '160150.222500', '160150.682500', '160151.142500', '160151.602500', '160152.062500', '160152.522500', '160152.982500', '160153.442500', '160153.902500', '160154.362500', '160154.822500', '160155.282500', '160155.742500', '160156.202500', '160156.662500', '160157.122500', '160157.582500', '160158.042500', '160158.502500', '160158.962500', '160159.422500', '160159.882500', '160200.342500', '160200.802500', '160201.262500', '160201.722500', '160202.182500', '160202.642500', '160203.102500', '160203.562500', '160204.022500', '160204.482500', '160204.942500', '160205.402500', '160205.862500', '160206.322500', '160206.782500', '160207.242500', '160207.702500', '160208.162500', '160208.622500', '160209.082500', '160209.542500', '160210.002500', '160210.462500', '160210.922500', '160211.382500', '160211.842500', '160212.302500', '160212.762500', '160213.222500', '160213.682500', '160214.142500', '160214.602500', '160215.062500', '160215.522500', '160215.982500', '160216.442500', '160216.902500', '160217.362500', '160217.822500', '160218.282500', '160218.742500', '160219.202500', '160219.662500', '160220.122500', '160220.582500', '160221.042500', '160221.502500', '160221.962500', '160222.422500', '160222.882500', '160223.342500', '160223.802500', '160224.262500', '160224.722500', '160225.182500', '160225.642500', '160226.102500', '160226.562500', '160227.022500', '160227.482500', '160227.942500', '160228.402500', '160228.862500', '160229.322500', '160229.782500', '160230.242500', '160230.702500', '160231.162500', '160231.622500', '160232.082500', '160232.542500', '160233.002500', '160233.462500', '160233.922500', '160234.382500', '160234.842500', '160235.302500', '160235.762500', '160236.222500', '160236.682500', '160237.142500', '160237.602500', '160238.062500', '160238.522500', '160238.982500', '160239.442500', '160239.902500', '160240.362500', '160240.822500', '160241.282500', '160241.742500', '160242.202500', '160242.662500', '160243.122500', '160243.582500', '160244.042500', '160244.502500', '160244.962500', '160245.422500', '160245.882500', '160246.342500', '160246.802500', '160247.262500', '160247.722500', '160248.182500', '160248.642500', '160249.102500', '160249.562500', '160250.022500', '160250.482500', '160250.942500', '160251.402500', '160251.862500', '160252.322500', '160252.782500', '160253.242500', '160253.702500', '160254.162500', '160254.622500', '160255.082500', '160255.542500', '160256.002500', '160256.462500', '160256.922500', '160257.382500', '160257.842500', '160258.302500', '160258.762500', '160259.222500', '160259.682500', '160300.142500', '160300.602500', '160301.062500', '160301.522500', '160301.982500', '160302.442500', '160302.902500', '160303.362500', '160303.822500', '160304.282500', '160304.742500', '160305.202500', '160305.662500', '160306.122500', '160306.582500', '160307.042500', '160307.502500', '160307.962500', '160308.422500', '160308.882500', '160309.342500', '160309.802500', '160310.262500', '160310.722500', '160311.182500', '160311.642500', '160312.102500', '160312.562500', '160313.022500', '160313.482500', '160313.942500', '160314.402500', '160314.862500', '160315.322500', '160315.782500', '160316.242500', '160316.702500', '160317.162500', '160317.622500', '160318.082500', '160318.542500', '160319.002500', '160319.462500', '160319.922500', '160320.382500', '160320.842500', '160321.302500', '160321.762500', '160322.222500', '160322.682500', '160323.142500', '160323.602500', '160324.062500', '160324.522500', '160324.982500', '160325.442500', '160325.902500', '160326.362500', '160326.822500', '160327.282500', '160327.742500', '160328.202500', '160328.662500', '160329.122500', '160329.582500', '160330.042500', '160330.502500', '160330.962500', '160331.422500', '160331.882500', '160332.342500', '160332.802500', '160333.262500', '160333.722500', '160334.182500', '160334.642500', '160335.102500', '160335.562500', '160336.022500', '160336.482500', '160336.942500', '160337.402500', '160337.862500', '160338.322500', '160338.782500', '160339.242500', '160339.702500', '160340.162500', '160340.622500', '160341.082500', '160341.542500', '160342.002500', '160342.462500', '160342.922500', '160343.382500', '160343.842500', '160344.302500', '160344.762500', '160345.222500', '160345.682500', '160346.142500', '160346.602500', '160347.062500', '160347.522500', '160347.982500', '160348.442500', '160348.902500', '160349.362500', '160349.822500', '160350.282500', '160350.742500', '160351.202500', '160351.662500', '160352.122500', '160352.582500', '160353.042500', '160353.502500', '160353.962500', '160354.422500', '160354.882500', '160355.342500', '160355.802500', '160356.262500', '160356.722500', '160357.182500', '160357.642500', '160358.102500', '160358.562500', '160359.022500', '160359.482500', '160359.942500', '160400.402500', '160400.862500', '160401.322500', '160401.782500', '160402.242500', '160402.702500', '160403.162500', '160403.622500', '160404.082500', '160404.542500', '160405.002500', '160405.462500', '160405.922500', '160406.382500', '160406.842500', '160407.302500', '160407.762500', '160408.222500', '160408.682500', '160409.142500', '160409.602500', '160410.062500', '160410.522500', '160410.982500', '160411.442500', '160411.902500', '160412.362500', '160412.822500', '160413.282500', '160413.742500', '160414.202500', '160414.662500', '160415.122500', '160415.582500', '160416.042500', '160416.502500', '160416.962500', '160417.422500', '160417.882500', '160418.342500', '160418.802500', '160419.262500', '160419.722500', '160420.182500', '160420.642500', '160421.102500', '160421.562500', '160422.022500', '160422.482500', '160422.942500', '160423.402500', '160423.862500', '160424.322500', '160424.782500', '160425.242500', '160425.702500', '160426.162500', '160426.622500', '160427.082500', '160427.542500', '160428.002500', '160428.462500', '160428.922500', '160429.382500', '160429.842500', '160430.302500', '160430.762500', '160431.222500', '160431.682500', '160432.142500', '160432.602500', '160433.062500', '160433.522500', '160433.982500', '160434.442500', '160434.902500', '160435.362500', '160435.822500', '160436.282500', '160436.742500', '160437.202500', '160437.662500', '160438.122500', '160438.582500', '160439.042500', '160439.502500', '160439.962500', '160440.422500', '160440.882500', '160441.342500', '160441.802500', '160442.262500', '160442.722500', '160443.182500', '160443.642500', '160444.102500', '160444.562500', '160445.022500', '160445.482500', '160445.942500', '160446.402500', '160446.862500', '160447.322500', '160447.782500', '160448.242500', '160448.702500', '160449.162500', '160449.622500', '160450.082500', '160450.542500', '160451.002500', '160451.462500', '160451.922500', '160452.382500', '160452.842500', '160453.302500', '160453.762500', '160454.222500', '160454.682500', '160455.142500', '160455.602500', '160456.062500', '160456.522500', '160456.982500', '160457.442500', '160457.902500', '160458.362500', '160458.822500', '160459.282500', '160459.742500', '160500.202500', '160500.662500', '160501.122500', '160501.582500', '160502.042500', '160502.502500', '160502.962500', '160503.422500', '160503.882500', '160504.342500', '160504.802500', '160505.262500', '160505.722500', '160506.182500', '160506.642500', '160507.102500', '160507.562500', '160508.022500', '160508.482500', '160508.942500', '160509.402500', '160509.862500', '160510.322500', '160510.782500', '160511.242500', '160511.702500', '160512.162500', '160512.622500', '160513.082500', '160513.542500', '160514.002500', '160514.462500', '160514.922500', '160515.382500', '160515.842500', '160516.302500', '160516.762500', '160517.222500', '160517.682500', '160518.142500', '160518.602500', '160519.062500', '160519.522500', '160519.982500', '160520.442500', '160520.902500', '160521.362500', '160521.822500', '160522.282500', '160522.742500', '160523.202500', '160523.662500', '160524.122500', '160524.582500', '160525.042500', '160525.502500', '160525.962500', '160526.422500', '160526.882500', '160527.342500', '160527.802500', '160528.262500', '160528.722500', '160529.182500', '160529.642500', '160530.102500', '160530.562500', '160531.022500', '160531.482500', '160531.942500', '160532.402500', '160532.862500', '160533.322500', '160533.782500', '160534.242500', '160534.702500', '160535.162500', '160535.622500', '160536.082500', '160536.542500', '160537.002500', '160537.462500', '160537.922500', '160538.382500', '160538.842500', '160539.302500', '160539.762500', '160540.222500', '160540.682500', '160541.142500', '160541.602500', '160542.062500', '160542.522500', '160542.982500', '160543.442500', '160543.902500', '160544.362500', '160544.822500', '160545.282500', '160545.742500', '160546.202500', '160546.662500', '160547.122500', '160547.582500', '160548.042500', '160548.502500', '160548.962500', '160549.422500', '160549.882500', '160550.342500', '160550.802500', '160551.262500', '160551.722500', '160552.182500', '160552.642500', '160553.102500', '160553.562500', '160554.022500', '160554.482500', '160554.942500', '160555.402500', '160555.862500', '160556.322500', '160556.782500', '160557.242500', '160557.702500', '160558.162500', '160558.622500', '160559.082500', '160559.542500', '160600.002500', '160600.462500', '160600.922500', '160601.382500', '160601.842500', '160602.302500', '160602.762500', '160603.222500', '160603.682500', '160604.142500', '160604.602500', '160605.062500', '160605.522500', '160605.982500', '160606.442500', '160606.902500', '160607.362500', '160607.822500', '160608.282500', '160608.742500', '160609.202500', '160609.662500', '160610.122500', '160610.582500', '160611.042500', '160611.502500', '160611.962500', '160612.422500', '160612.882500', '160613.342500', '160613.802500', '160614.262500', '160614.722500', '160615.182500', '160615.642500', '160616.102500', '160616.562500', '160617.022500', '160617.482500', '160617.942500', '160618.402500', '160618.862500', '160619.322500', '160619.782500', '160620.242500', '160620.702500', '160621.162500', '160621.622500', '160622.082500', '160622.542500', '160623.002500', '160623.462500', '160623.922500', '160624.382500', '160624.842500', '160625.302500', '160625.762500', '160626.222500', '160626.682500', '160627.142500', '160627.602500', '160628.062500', '160628.522500', '160628.982500', '160629.442500', '160629.902500', '160630.362500', '160630.822500', '160631.282500', '160631.742500', '160632.202500', '160632.662500', '160633.122500', '160633.582500', '160634.042500', '160634.502500', '160634.962500', '160635.422500', '160635.882500', '160636.342500', '160636.802500', '160637.262500', '160637.722500', '160638.182500', '160638.642500', '160639.102500', '160639.562500', '160640.022500', '160640.482500', '160640.942500', '160641.402500', '160641.862500', '160642.322500', '160642.782500', '160643.242500', '160643.702500', '160644.162500', '160644.622500', '160645.082500', '160645.542500', '160646.002500', '160646.462500', '160646.922500', '160647.382500', '160647.842500', '160648.302500', '160648.762500', '160649.222500', '160649.682500', '160650.142500', '160650.602500', '160651.062500', '160651.522500', '160651.982500', '160652.442500', '160652.902500', '160653.362500', '160653.822500', '160654.282500', '160654.742500', '160655.202500', '160655.662500', '160656.122500', '160656.582500', '160657.042500', '160657.502500', '160657.962500', '160658.422500', '160658.882500', '160659.342500', '160659.802500', '160700.262500', '160700.722500', '160701.182500', '160701.642500', '160702.102500', '160702.562500', '160703.022500', '160703.482500', '160703.942500', '160704.402500', '160704.862500', '160705.322500', '160705.782500', '160706.242500', '160706.702500', '160707.162500', '160707.622500', '160708.082500', '160708.542500', '160709.002500', '160709.462500', '160709.922500', '160710.382500', '160710.842500', '160711.302500', '160711.762500', '160712.222500', '160712.682500', '160713.142500', '160713.602500', '160714.062500', '160714.522500', '160714.982500', '160715.442500', '160715.902500', '160716.362500', '160716.822500', '160717.282500', '160717.742500', '160718.202500', '160718.662500', '160719.122500', '160719.582500', '160720.042500', '160720.502500', '160720.962500', '160721.422500', '160721.882500', '160722.342500', '160722.802500', '160723.262500', '160723.722500', '160724.182500', '160724.642500', '160725.102500', '160725.562500', '160726.022500', '160726.482500', '160726.942500', '160727.402500', '160727.862500', '160728.322500', '160728.782500', '160729.242500', '160729.702500', '160730.162500', '160730.622500', '160731.082500', '160731.542500', '160732.002500', '160732.462500', '160732.922500', '160733.382500', '160733.842500', '160734.302500', '160734.762500', '160735.222500', '160735.682500', '160736.142500', '160736.602500', '160737.062500', '160737.522500', '160737.982500', '160738.442500', '160738.902500', '160739.362500', '160739.822500', '160740.282500', '160740.742500', '160741.202500', '160741.662500', '160742.122500', '160742.582500', '160743.042500', '160743.502500', '160743.962500', '160744.422500', '160744.882500', '160745.342500', '160745.802500', '160746.262500', '160746.722500', '160747.182500', '160747.642500', '160748.102500', '160748.562500', '160749.022500', '160749.482500', '160749.942500', '160750.402500', '160750.862500', '160751.322500', '160751.782500', '160752.242500', '160752.702500', '160753.162500', '160753.622500', '160754.082500', '160754.542500', '160755.002500', '160755.462500', '160755.922500', '160756.382500', '160756.842500', '160757.302500', '160757.762500', '160758.222500', '160758.682500', '160759.142500', '160759.602500', '160800.062500', '160800.522500', '160800.982500', '160801.442500', '160801.902500', '160802.362500', '160802.822500', '160803.282500', '160803.742500', '160804.202500', '160804.662500', '160805.122500', '160805.582500', '160806.042500', '160806.502500', '160806.962500', '160807.422500', '160807.882500', '160808.342500', '160808.802500', '160809.262500', '160809.722500', '160810.182500', '160810.642500', '160811.102500', '160811.562500', '160812.022500', '160812.482500', '160812.942500', '160813.402500', '160813.862500', '160814.322500', '160814.782500', '160815.242500', '160815.702500', '160816.162500', '160816.622500', '160817.082500', '160817.542500', '160818.002500', '160818.462500', '160818.922500', '160819.382500', '160819.842500', '160820.302500', '160820.762500', '160821.222500', '160821.682500'], 'ContentTime': ['160153.066000', '160153.069000', '160153.072000', '160153.074000', '160153.077000', '160153.079000', '160153.089000', '160153.097000', '160153.100000', '160153.103000', '160153.105000', '160153.108000', '160153.111000', '160153.113000', '160153.116000', '160153.118000', '160153.121000', '160153.124000', '160153.126000', '160153.129000', '160153.132000', '160153.134000', '160153.137000', '160153.139000', '160213.029000', '160213.032000', '160213.035000', '160213.062000', '160213.065000', '160213.068000', '160213.070000', '160213.073000', '160213.076000', '160213.078000', '160213.081000', '160213.084000', '160213.086000', '160213.089000', '160213.091000', '160213.094000', '160213.097000', '160213.100000', '160213.102000', '160213.105000', '160213.108000', '160213.110000', '160213.113000', '160213.115000', '160213.118000', '160213.121000', '160213.123000', '160213.126000', '160213.129000', '160213.131000', '160213.134000', '160213.145000', '160213.148000', '160213.150000', '160213.153000', '160213.156000', '160213.158000', '160213.161000', '160213.164000', '160213.166000', '160213.169000', '160213.171000', '160213.184000', '160213.186000', '160233.029000', '160233.032000', '160233.035000', '160233.038000', '160233.040000', '160233.043000', '160233.045000', '160233.048000', '160233.051000', '160233.053000', '160233.056000', '160233.058000', '160233.061000', '160233.064000', '160233.066000', '160233.069000', '160233.072000', '160233.074000', '160233.077000', '160233.079000', '160233.082000', '160233.085000', '160233.087000', '160233.090000', '160233.092000', '160233.095000', '160233.098000', '160233.100000', '160233.103000', '160233.105000', '160233.108000', '160233.111000', '160233.113000', '160233.116000', '160233.118000', '160233.121000', '160233.123000', '160233.126000', '160233.129000', '160233.131000', '160233.134000', '160233.136000', '160233.139000', '160253.029000', '160253.032000', '160253.037000', '160253.039000', '160253.042000', '160253.044000', '160253.047000', '160253.050000', '160253.052000', '160253.055000', '160253.058000', '160253.060000', '160253.063000', '160253.066000', '160253.068000', '160253.071000', '160253.074000', '160253.076000', '160253.079000', '160253.081000', '160253.084000', '160253.087000', '160253.089000', '160253.092000', '160253.094000', '160253.097000', '160253.100000', '160253.102000', '160253.105000', '160253.108000', '160253.110000', '160253.113000', '160253.116000', '160253.118000', '160253.121000', '160253.123000', '160253.126000', '160253.129000', '160253.131000', '160253.134000', '160253.137000', '160253.139000', '160253.142000', '160313.030000', '160313.033000', '160313.035000', '160313.038000', '160313.040000', '160313.043000', '160313.046000', '160313.048000', '160313.051000', '160313.053000', '160313.056000', '160313.059000', '160313.061000', '160313.064000', '160313.067000', '160313.069000', '160313.072000', '160313.074000', '160313.077000', '160313.080000', '160313.082000', '160313.085000', '160313.087000', '160313.090000', '160313.093000', '160313.095000', '160313.098000', '160313.101000', '160313.103000', '160313.106000', '160313.108000', '160313.111000', '160313.114000', '160313.116000', '160313.119000', '160313.121000', '160313.124000', '160313.127000', '160313.129000', '160313.132000', '160313.135000', '160313.137000', '160313.140000', '160313.142000', '160333.028000', '160333.031000', '160333.034000', '160333.037000', '160333.039000', '160333.042000', '160333.044000', '160333.047000', '160333.050000', '160333.052000', '160333.056000', '160333.059000', '160333.061000', '160333.066000', '160333.085000', '160333.088000', '160333.090000', '160333.093000', '160333.096000', '160333.098000', '160333.102000', '160333.105000', '160333.107000', '160333.110000', '160333.112000', '160333.115000', '160333.118000', '160333.120000', '160333.123000', '160333.126000', '160333.128000', '160333.131000', '160333.133000', '160333.136000', '160333.139000', '160333.141000', '160333.144000', '160333.147000', '160333.149000', '160333.152000', '160333.155000', '160333.158000', '160333.160000', '160353.030000', '160353.032000', '160353.035000', '160353.038000', '160353.040000', '160353.043000', '160353.046000', '160353.048000', '160353.051000', '160353.054000', '160353.056000', '160353.059000', '160353.062000', '160353.075000', '160353.078000', '160353.081000', '160353.083000', '160353.086000', '160353.089000', '160353.091000', '160353.094000', '160353.097000', '160353.099000', '160353.102000', '160353.104000', '160353.107000', '160353.110000', '160353.112000', '160353.115000', '160353.118000', '160353.120000', '160353.123000', '160353.125000', '160353.128000', '160353.130000', '160353.133000', '160353.136000', '160353.138000', '160353.141000', '160353.143000', '160353.146000', '160353.149000', '160353.151000', '160353.154000', '160413.029000', '160413.032000', '160413.035000', '160413.038000', '160413.040000', '160413.043000', '160413.046000', '160413.048000', '160413.051000', '160413.053000', '160413.056000', '160413.059000', '160413.061000', '160413.064000', '160413.067000', '160413.070000', '160413.073000', '160413.077000', '160413.080000', '160413.082000', '160413.085000', '160413.088000', '160413.090000', '160413.093000', '160413.096000', '160413.098000', '160413.101000', '160413.104000', '160413.106000', '160413.109000', '160413.112000', '160413.114000', '160413.117000', '160413.120000', '160413.122000', '160413.125000', '160413.128000', '160413.130000', '160413.133000', '160413.135000', '160413.138000', '160413.141000', '160413.143000', '160433.029000', '160433.032000', '160433.035000', '160433.038000', '160433.041000', '160433.043000', '160433.046000', '160433.048000', '160433.051000', '160433.054000', '160433.056000', '160433.059000', '160433.062000', '160433.064000', '160433.067000', '160433.070000', '160433.072000', '160433.075000', '160433.077000', '160433.080000', '160433.083000', '160433.085000', '160433.088000', '160433.091000', '160433.093000', '160433.096000', '160433.099000', '160433.101000', '160433.104000', '160433.107000', '160433.109000', '160433.112000', '160433.114000', '160433.117000', '160433.120000', '160433.122000', '160433.125000', '160433.127000', '160433.130000', '160433.133000', '160433.135000', '160433.138000', '160433.141000', '160433.144000', '160453.030000', '160453.032000', '160453.035000', '160453.038000', '160453.040000', '160453.043000', '160453.046000', '160453.048000', '160453.051000', '160453.054000', '160453.056000', '160453.059000', '160453.062000', '160453.064000', '160453.067000', '160453.070000', '160453.072000', '160453.075000', '160453.078000', '160453.080000', '160453.083000', '160453.086000', '160453.088000', '160453.091000', '160453.094000', '160453.096000', '160453.099000', '160453.101000', '160453.104000', '160453.107000', '160453.109000', '160453.112000', '160453.115000', '160453.117000', '160453.120000', '160453.123000', '160453.125000', '160453.128000', '160453.138000', '160453.142000', '160453.145000', '160453.148000', '160453.151000', '160513.029000', '160513.032000', '160513.035000', '160513.038000', '160513.040000', '160513.043000', '160513.046000', '160513.055000', '160513.058000', '160513.060000', '160513.063000', '160513.066000', '160513.069000', '160513.071000', '160513.074000', '160513.076000', '160513.079000', '160513.082000', '160513.084000', '160513.087000', '160513.090000', '160513.092000', '160513.095000', '160513.098000', '160513.100000', '160513.103000', '160513.106000', '160513.108000', '160513.111000', '160513.114000', '160513.117000', '160513.119000', '160513.122000', '160513.124000', '160513.127000', '160513.130000', '160513.132000', '160513.135000', '160513.147000', '160513.149000', '160513.152000', '160513.155000', '160513.157000', '160513.160000', '160533.030000', '160533.032000', '160533.035000', '160533.038000', '160533.041000', '160533.043000', '160533.046000', '160533.048000', '160533.051000', '160533.054000', '160533.056000', '160533.059000', '160533.062000', '160533.064000', '160533.067000', '160533.069000', '160533.072000', '160533.075000', '160533.077000', '160533.080000', '160533.083000', '160533.085000', '160533.088000', '160533.091000', '160533.094000', '160533.096000', '160533.099000', '160533.101000', '160533.104000', '160533.107000', '160533.110000', '160533.112000', '160533.115000', '160533.118000', '160533.120000', '160533.123000', '160533.125000', '160533.128000', '160533.131000', '160533.134000', '160533.136000', '160533.139000', '160533.142000', '160553.028000', '160553.032000', '160553.035000', '160553.037000', '160553.040000', '160553.043000', '160553.046000', '160553.048000', '160553.051000', '160553.054000', '160553.056000', '160553.059000', '160553.062000', '160553.064000', '160553.067000', '160553.070000', '160553.072000', '160553.075000', '160553.077000', '160553.080000', '160553.083000', '160553.086000', '160553.088000', '160553.091000', '160553.093000', '160553.096000', '160553.099000', '160553.101000', '160553.104000', '160553.107000', '160553.109000', '160553.112000', '160553.115000', '160553.117000', '160553.120000', '160553.123000', '160553.125000', '160553.128000', '160553.131000', '160553.133000', '160553.136000', '160553.138000', '160553.141000', '160553.144000', '160613.029000', '160613.032000', '160613.035000', '160613.038000', '160613.040000', '160613.043000', '160613.046000', '160613.048000', '160613.051000', '160613.054000', '160613.056000', '160613.059000', '160613.062000', '160613.064000', '160613.067000', '160613.070000', '160613.072000', '160613.075000', '160613.077000', '160613.080000', '160613.083000', '160613.085000', '160613.088000', '160613.091000', '160613.093000', '160613.096000', '160613.098000', '160613.101000', '160613.104000', '160613.106000', '160613.109000', '160613.112000', '160613.114000', '160613.117000', '160613.120000', '160613.122000', '160613.125000', '160613.128000', '160613.131000', '160613.133000', '160613.136000', '160613.139000', '160613.141000', '160633.030000', '160633.032000', '160633.035000', '160633.038000', '160633.041000', '160633.043000', '160633.046000', '160633.048000', '160633.051000', '160633.054000', '160633.056000', '160633.059000', '160633.062000', '160633.064000', '160633.067000', '160633.070000', '160633.072000', '160633.075000', '160633.078000', '160633.080000', '160633.083000', '160633.086000', '160633.088000', '160633.091000', '160633.094000', '160633.096000', '160633.099000', '160633.101000', '160633.104000', '160633.107000', '160633.109000', '160633.112000', '160633.115000', '160633.118000', '160633.120000', '160633.123000', '160633.126000', '160633.128000', '160633.131000', '160633.133000', '160633.136000', '160633.139000', '160633.141000', '160633.144000', '160653.029000', '160653.032000', '160653.035000', '160653.038000', '160653.040000', '160653.043000', '160653.046000', '160653.048000', '160653.051000', '160653.054000', '160653.056000', '160653.059000', '160653.061000', '160653.064000', '160653.067000', '160653.070000', '160653.072000', '160653.075000', '160653.077000', '160653.093000', '160653.096000', '160653.099000', '160653.101000', '160653.104000', '160653.107000', '160653.109000', '160653.112000', '160653.115000', '160653.117000', '160653.120000', '160653.122000', '160653.125000', '160653.128000', '160653.130000', '160653.133000', '160653.136000', '160653.138000', '160653.141000', '160653.144000', '160653.146000', '160653.149000', '160653.151000', '160653.154000', '160713.029000', '160713.032000', '160713.035000', '160713.038000', '160713.041000', '160713.043000', '160713.046000', '160713.049000', '160713.051000', '160713.054000', '160713.056000', '160713.059000', '160713.062000', '160713.064000', '160713.079000', '160713.083000', '160713.085000', '160713.088000', '160713.090000', '160713.093000', '160713.096000', '160713.098000', '160713.101000', '160713.104000', '160713.107000', '160713.109000', '160713.112000', '160713.114000', '160713.117000', '160713.120000', '160713.122000', '160713.125000', '160713.128000', '160713.131000', '160713.133000', '160713.136000', '160713.140000', '160713.143000', '160713.146000', '160713.148000', '160713.151000', '160713.154000', '160713.156000', '160713.159000', '160733.029000', '160733.033000', '160733.035000', '160733.038000', '160733.040000', '160733.043000', '160733.046000', '160733.048000', '160733.051000', '160733.054000', '160733.056000', '160733.059000', '160733.062000', '160733.064000', '160733.067000', '160733.069000', '160733.072000', '160733.075000', '160733.078000', '160733.080000', '160733.083000', '160733.086000', '160733.088000', '160733.091000', '160733.093000', '160733.096000', '160733.099000', '160733.101000', '160733.104000', '160733.107000', '160733.109000', '160733.112000', '160733.115000', '160733.118000', '160733.120000', '160733.123000', '160733.125000', '160733.128000', '160733.131000', '160733.133000', '160733.136000', '160733.139000', '160733.141000', '160753.029000', '160753.032000', '160753.035000', '160753.038000', '160753.040000', '160753.043000', '160753.046000', '160753.048000', '160753.051000', '160753.054000', '160753.056000', '160753.059000', '160753.061000', '160753.064000', '160753.067000', '160753.069000', '160753.072000', '160753.074000', '160753.077000', '160753.080000', '160753.082000', '160753.085000', '160753.088000', '160753.090000', '160753.093000', '160753.095000', '160753.098000', '160753.101000', '160753.103000', '160753.106000', '160753.108000', '160753.111000', '160753.114000', '160753.116000', '160753.119000', '160753.122000', '160753.124000', '160753.127000', '160753.129000', '160753.132000', '160753.135000', '160753.137000', '160753.140000', '160753.142000', '160813.029000', '160813.032000', '160813.034000', '160813.037000', '160813.040000', '160813.042000', '160813.045000', '160813.048000', '160813.051000', '160813.053000', '160813.056000', '160813.058000', '160813.061000', '160813.064000', '160813.066000', '160813.069000', '160813.072000', '160813.074000', '160813.077000', '160813.080000', '160813.082000', '160813.085000', '160813.087000', '160813.090000', '160813.093000', '160813.095000', '160813.098000', '160813.100000', '160813.103000', '160813.106000', '160813.138000', '160813.141000', '160813.144000', '160813.146000', '160813.149000', '160813.152000', '160813.154000', '160813.157000', '160813.160000', '160813.162000', '160813.165000', '160813.167000', '160813.170000', '160822.834000', '160822.837000', '160822.840000', '160822.842000', '160822.845000', '160822.848000', '160822.851000', '160822.853000', '160822.856000', '160822.859000', '160822.861000', '160822.864000', '160822.867000', '160822.870000', '160822.872000', '160822.875000', '160822.878000', '160822.880000', '160822.883000', '160822.886000', '160822.888000', '160822.891000'], 'InstanceCreationTime': ['160153.066000', '160153.069000', '160153.072000', '160153.074000', '160153.077000', '160153.079000', '160153.089000', '160153.097000', '160153.100000', '160153.103000', '160153.105000', '160153.108000', '160153.111000', '160153.113000', '160153.116000', '160153.118000', '160153.121000', '160153.124000', '160153.126000', '160153.129000', '160153.132000', '160153.134000', '160153.137000', '160153.139000', '160213.029000', '160213.032000', '160213.035000', '160213.062000', '160213.065000', '160213.068000', '160213.070000', '160213.073000', '160213.076000', '160213.078000', '160213.081000', '160213.084000', '160213.086000', '160213.089000', '160213.091000', '160213.094000', '160213.097000', '160213.100000', '160213.102000', '160213.105000', '160213.108000', '160213.110000', '160213.113000', '160213.115000', '160213.118000', '160213.121000', '160213.123000', '160213.126000', '160213.129000', '160213.131000', '160213.134000', '160213.145000', '160213.148000', '160213.150000', '160213.153000', '160213.156000', '160213.158000', '160213.161000', '160213.164000', '160213.166000', '160213.169000', '160213.171000', '160213.184000', '160213.186000', '160233.029000', '160233.032000', '160233.035000', '160233.038000', '160233.040000', '160233.043000', '160233.045000', '160233.048000', '160233.051000', '160233.053000', '160233.056000', '160233.058000', '160233.061000', '160233.064000', '160233.066000', '160233.069000', '160233.072000', '160233.074000', '160233.077000', '160233.079000', '160233.082000', '160233.085000', '160233.087000', '160233.090000', '160233.092000', '160233.095000', '160233.098000', '160233.100000', '160233.103000', '160233.105000', '160233.108000', '160233.111000', '160233.113000', '160233.116000', '160233.118000', '160233.121000', '160233.123000', '160233.126000', '160233.129000', '160233.131000', '160233.134000', '160233.136000', '160233.139000', '160253.029000', '160253.032000', '160253.037000', '160253.039000', '160253.042000', '160253.044000', '160253.047000', '160253.050000', '160253.052000', '160253.055000', '160253.058000', '160253.060000', '160253.063000', '160253.066000', '160253.068000', '160253.071000', '160253.074000', '160253.076000', '160253.079000', '160253.081000', '160253.084000', '160253.087000', '160253.089000', '160253.092000', '160253.094000', '160253.097000', '160253.100000', '160253.102000', '160253.105000', '160253.108000', '160253.110000', '160253.113000', '160253.116000', '160253.118000', '160253.121000', '160253.123000', '160253.126000', '160253.129000', '160253.131000', '160253.134000', '160253.137000', '160253.139000', '160253.142000', '160313.030000', '160313.033000', '160313.035000', '160313.038000', '160313.040000', '160313.043000', '160313.046000', '160313.048000', '160313.051000', '160313.053000', '160313.056000', '160313.059000', '160313.061000', '160313.064000', '160313.067000', '160313.069000', '160313.072000', '160313.074000', '160313.077000', '160313.080000', '160313.082000', '160313.085000', '160313.087000', '160313.090000', '160313.093000', '160313.095000', '160313.098000', '160313.101000', '160313.103000', '160313.106000', '160313.108000', '160313.111000', '160313.114000', '160313.116000', '160313.119000', '160313.121000', '160313.124000', '160313.127000', '160313.129000', '160313.132000', '160313.135000', '160313.137000', '160313.140000', '160313.142000', '160333.028000', '160333.031000', '160333.034000', '160333.037000', '160333.039000', '160333.042000', '160333.044000', '160333.047000', '160333.050000', '160333.052000', '160333.056000', '160333.059000', '160333.061000', '160333.066000', '160333.085000', '160333.088000', '160333.090000', '160333.093000', '160333.096000', '160333.098000', '160333.102000', '160333.105000', '160333.107000', '160333.110000', '160333.112000', '160333.115000', '160333.118000', '160333.120000', '160333.123000', '160333.126000', '160333.128000', '160333.131000', '160333.133000', '160333.136000', '160333.139000', '160333.141000', '160333.144000', '160333.147000', '160333.149000', '160333.152000', '160333.155000', '160333.158000', '160333.160000', '160353.030000', '160353.032000', '160353.035000', '160353.038000', '160353.040000', '160353.043000', '160353.046000', '160353.048000', '160353.051000', '160353.054000', '160353.056000', '160353.059000', '160353.062000', '160353.075000', '160353.078000', '160353.081000', '160353.083000', '160353.086000', '160353.089000', '160353.091000', '160353.094000', '160353.097000', '160353.099000', '160353.102000', '160353.104000', '160353.107000', '160353.110000', '160353.112000', '160353.115000', '160353.118000', '160353.120000', '160353.123000', '160353.125000', '160353.128000', '160353.130000', '160353.133000', '160353.136000', '160353.138000', '160353.141000', '160353.143000', '160353.146000', '160353.149000', '160353.151000', '160353.154000', '160413.029000', '160413.032000', '160413.035000', '160413.038000', '160413.040000', '160413.043000', '160413.046000', '160413.048000', '160413.051000', '160413.053000', '160413.056000', '160413.059000', '160413.061000', '160413.064000', '160413.067000', '160413.070000', '160413.073000', '160413.077000', '160413.080000', '160413.082000', '160413.085000', '160413.088000', '160413.090000', '160413.093000', '160413.096000', '160413.098000', '160413.101000', '160413.104000', '160413.106000', '160413.109000', '160413.112000', '160413.114000', '160413.117000', '160413.120000', '160413.122000', '160413.125000', '160413.128000', '160413.130000', '160413.133000', '160413.135000', '160413.138000', '160413.141000', '160413.143000', '160433.029000', '160433.032000', '160433.035000', '160433.038000', '160433.041000', '160433.043000', '160433.046000', '160433.048000', '160433.051000', '160433.054000', '160433.056000', '160433.059000', '160433.062000', '160433.064000', '160433.067000', '160433.070000', '160433.072000', '160433.075000', '160433.077000', '160433.080000', '160433.083000', '160433.085000', '160433.088000', '160433.091000', '160433.093000', '160433.096000', '160433.099000', '160433.101000', '160433.104000', '160433.107000', '160433.109000', '160433.112000', '160433.114000', '160433.117000', '160433.120000', '160433.122000', '160433.125000', '160433.127000', '160433.130000', '160433.133000', '160433.135000', '160433.138000', '160433.141000', '160433.144000', '160453.030000', '160453.032000', '160453.035000', '160453.038000', '160453.040000', '160453.043000', '160453.046000', '160453.048000', '160453.051000', '160453.054000', '160453.056000', '160453.059000', '160453.062000', '160453.064000', '160453.067000', '160453.070000', '160453.072000', '160453.075000', '160453.078000', '160453.080000', '160453.083000', '160453.086000', '160453.088000', '160453.091000', '160453.094000', '160453.096000', '160453.099000', '160453.101000', '160453.104000', '160453.107000', '160453.109000', '160453.112000', '160453.115000', '160453.117000', '160453.120000', '160453.123000', '160453.125000', '160453.128000', '160453.138000', '160453.142000', '160453.145000', '160453.148000', '160453.151000', '160513.029000', '160513.032000', '160513.035000', '160513.038000', '160513.040000', '160513.043000', '160513.046000', '160513.055000', '160513.058000', '160513.060000', '160513.063000', '160513.066000', '160513.069000', '160513.071000', '160513.074000', '160513.076000', '160513.079000', '160513.082000', '160513.084000', '160513.087000', '160513.090000', '160513.092000', '160513.095000', '160513.098000', '160513.100000', '160513.103000', '160513.106000', '160513.108000', '160513.111000', '160513.114000', '160513.117000', '160513.119000', '160513.122000', '160513.124000', '160513.127000', '160513.130000', '160513.132000', '160513.135000', '160513.147000', '160513.149000', '160513.152000', '160513.155000', '160513.157000', '160513.160000', '160533.030000', '160533.032000', '160533.035000', '160533.038000', '160533.041000', '160533.043000', '160533.046000', '160533.048000', '160533.051000', '160533.054000', '160533.056000', '160533.059000', '160533.062000', '160533.064000', '160533.067000', '160533.069000', '160533.072000', '160533.075000', '160533.077000', '160533.080000', '160533.083000', '160533.085000', '160533.088000', '160533.091000', '160533.094000', '160533.096000', '160533.099000', '160533.101000', '160533.104000', '160533.107000', '160533.110000', '160533.112000', '160533.115000', '160533.118000', '160533.120000', '160533.123000', '160533.125000', '160533.128000', '160533.131000', '160533.134000', '160533.136000', '160533.139000', '160533.142000', '160553.028000', '160553.032000', '160553.035000', '160553.037000', '160553.040000', '160553.043000', '160553.046000', '160553.048000', '160553.051000', '160553.054000', '160553.056000', '160553.059000', '160553.062000', '160553.064000', '160553.067000', '160553.070000', '160553.072000', '160553.075000', '160553.077000', '160553.080000', '160553.083000', '160553.086000', '160553.088000', '160553.091000', '160553.093000', '160553.096000', '160553.099000', '160553.101000', '160553.104000', '160553.107000', '160553.109000', '160553.112000', '160553.115000', '160553.117000', '160553.120000', '160553.123000', '160553.125000', '160553.128000', '160553.131000', '160553.133000', '160553.136000', '160553.138000', '160553.141000', '160553.144000', '160613.029000', '160613.032000', '160613.035000', '160613.038000', '160613.040000', '160613.043000', '160613.046000', '160613.048000', '160613.051000', '160613.054000', '160613.056000', '160613.059000', '160613.062000', '160613.064000', '160613.067000', '160613.070000', '160613.072000', '160613.075000', '160613.077000', '160613.080000', '160613.083000', '160613.085000', '160613.088000', '160613.091000', '160613.093000', '160613.096000', '160613.098000', '160613.101000', '160613.104000', '160613.106000', '160613.109000', '160613.112000', '160613.114000', '160613.117000', '160613.120000', '160613.122000', '160613.125000', '160613.128000', '160613.131000', '160613.133000', '160613.136000', '160613.139000', '160613.141000', '160633.030000', '160633.032000', '160633.035000', '160633.038000', '160633.041000', '160633.043000', '160633.046000', '160633.048000', '160633.051000', '160633.054000', '160633.056000', '160633.059000', '160633.062000', '160633.064000', '160633.067000', '160633.070000', '160633.072000', '160633.075000', '160633.078000', '160633.080000', '160633.083000', '160633.086000', '160633.088000', '160633.091000', '160633.094000', '160633.096000', '160633.099000', '160633.101000', '160633.104000', '160633.107000', '160633.109000', '160633.112000', '160633.115000', '160633.118000', '160633.120000', '160633.123000', '160633.126000', '160633.128000', '160633.131000', '160633.133000', '160633.136000', '160633.139000', '160633.141000', '160633.144000', '160653.029000', '160653.032000', '160653.035000', '160653.038000', '160653.040000', '160653.043000', '160653.046000', '160653.048000', '160653.051000', '160653.054000', '160653.056000', '160653.059000', '160653.061000', '160653.064000', '160653.067000', '160653.070000', '160653.072000', '160653.075000', '160653.077000', '160653.093000', '160653.096000', '160653.099000', '160653.101000', '160653.104000', '160653.107000', '160653.109000', '160653.112000', '160653.115000', '160653.117000', '160653.120000', '160653.122000', '160653.125000', '160653.128000', '160653.130000', '160653.133000', '160653.136000', '160653.138000', '160653.141000', '160653.144000', '160653.146000', '160653.149000', '160653.151000', '160653.154000', '160713.029000', '160713.032000', '160713.035000', '160713.038000', '160713.041000', '160713.043000', '160713.046000', '160713.049000', '160713.051000', '160713.054000', '160713.056000', '160713.059000', '160713.062000', '160713.064000', '160713.079000', '160713.083000', '160713.085000', '160713.088000', '160713.090000', '160713.093000', '160713.096000', '160713.098000', '160713.101000', '160713.104000', '160713.107000', '160713.109000', '160713.112000', '160713.114000', '160713.117000', '160713.120000', '160713.122000', '160713.125000', '160713.128000', '160713.131000', '160713.133000', '160713.136000', '160713.140000', '160713.143000', '160713.146000', '160713.148000', '160713.151000', '160713.154000', '160713.156000', '160713.159000', '160733.029000', '160733.033000', '160733.035000', '160733.038000', '160733.040000', '160733.043000', '160733.046000', '160733.048000', '160733.051000', '160733.054000', '160733.056000', '160733.059000', '160733.062000', '160733.064000', '160733.067000', '160733.069000', '160733.072000', '160733.075000', '160733.078000', '160733.080000', '160733.083000', '160733.086000', '160733.088000', '160733.091000', '160733.093000', '160733.096000', '160733.099000', '160733.101000', '160733.104000', '160733.107000', '160733.109000', '160733.112000', '160733.115000', '160733.118000', '160733.120000', '160733.123000', '160733.125000', '160733.128000', '160733.131000', '160733.133000', '160733.136000', '160733.139000', '160733.141000', '160753.029000', '160753.032000', '160753.035000', '160753.038000', '160753.040000', '160753.043000', '160753.046000', '160753.048000', '160753.051000', '160753.054000', '160753.056000', '160753.059000', '160753.061000', '160753.064000', '160753.067000', '160753.069000', '160753.072000', '160753.074000', '160753.077000', '160753.080000', '160753.082000', '160753.085000', '160753.088000', '160753.090000', '160753.093000', '160753.095000', '160753.098000', '160753.101000', '160753.103000', '160753.106000', '160753.108000', '160753.111000', '160753.114000', '160753.116000', '160753.119000', '160753.122000', '160753.124000', '160753.127000', '160753.129000', '160753.132000', '160753.135000', '160753.137000', '160753.140000', '160753.142000', '160813.029000', '160813.032000', '160813.034000', '160813.037000', '160813.040000', '160813.042000', '160813.045000', '160813.048000', '160813.051000', '160813.053000', '160813.056000', '160813.058000', '160813.061000', '160813.064000', '160813.066000', '160813.069000', '160813.072000', '160813.074000', '160813.077000', '160813.080000', '160813.082000', '160813.085000', '160813.087000', '160813.090000', '160813.093000', '160813.095000', '160813.098000', '160813.100000', '160813.103000', '160813.106000', '160813.138000', '160813.141000', '160813.144000', '160813.146000', '160813.149000', '160813.152000', '160813.154000', '160813.157000', '160813.160000', '160813.162000', '160813.165000', '160813.167000', '160813.170000', '160822.834000', '160822.837000', '160822.840000', '160822.842000', '160822.845000', '160822.848000', '160822.851000', '160822.853000', '160822.856000', '160822.859000', '160822.861000', '160822.864000', '160822.867000', '160822.870000', '160822.872000', '160822.875000', '160822.878000', '160822.880000', '160822.883000', '160822.886000', '160822.888000', '160822.891000'], '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': [9976, 9793, 10390, 8661, 9481, 8027, 10049, 7927, 8815, 7400, 8563, 8197, 7917, 8079, 7909, 7888, 8980, 7238, 9329, 8028, 7686, 9717, 7665, 9594, 7878, 8918, 8959, 8528, 9002, 7834, 8980, 7669, 8655, 7554, 8511, 7768, 9308, 7689, 8563, 7402, 8917, 8075, 8129, 8117, 7603, 8686, 7971, 8653, 9830, 9222, 9504, 8652, 7541, 7539, 8774, 7484, 8035, 9575, 9559, 7923, 11093, 10670, 9941, 9663, 9056, 8149, 7416, 7434, 8358, 7353, 6958, 8123, 8039, 8209, 9631, 9134, 9969, 7658, 9077, 8907, 9218, 10761, 9286, 10645, 8690, 8527, 7221, 7967, 6965, 8324, 10177, 7805, 10276, 7902, 8527, 7782, 9387, 8245, 8152, 7256, 8184, 7778, 7708, 7295, 7271, 8766, 8039, 8371, 9908, 8294, 8715, 8406, 8493, 8201, 8072, 10450, 7145, 12489, 8260, 7551, 7679, 7947, 9136, 7899, 10031, 8658, 8037, 10171, 8236, 9768, 8400, 8590, 8170, 6896, 7550, 7654, 6920, 7971, 8275, 7372, 10633, 9030, 11944, 8131, 8446, 8355, 7679, 7951, 8114, 7718, 10412, 8185, 8861, 8167, 8312, 7426, 7272, 7360, 8360, 7337, 7503, 7065, 7062, 7722, 8361, 7253, 8764, 6979, 7716, 9036, 7691, 7351, 7435, 7702, 7476, 8369, 9643, 8027, 8552, 8465, 8532, 7850, 7438, 7770, 7245, 8300, 7292, 10299, 7592, 11187, 8996, 11107, 8703, 7261, 8820, 7439, 7325, 9957, 7497, 10342, 10215, 7652, 8979, 9478, 8334, 8806, 8356, 11622, 9323, 10705, 10611, 8653, 9643, 8086, 10626, 7839, 10552, 8436, 10335, 8071, 9204, 7925, 9233, 8044, 7983, 9597, 7336, 8439, 7949, 8122, 7811, 8642, 7625, 8789, 7934, 8561, 7861, 7945, 7784, 7320, 7541, 7131, 7267, 8437, 7210, 8043, 6965, 8105, 6846, 8395, 8075, 7367, 7018, 6864, 7121, 6896, 8692, 9151, 7795, 9040, 9029, 8456, 8251, 8987, 10306, 9423, 11935, 10900, 8289, 9479, 8732, 8689, 8895, 8569, 9716, 9234, 8874, 8386, 8577, 7525, 9950, 10402, 10391, 7822, 10856, 7917, 8154, 7656, 7954, 8407, 7995, 7950, 7738, 7452, 7009, 7144, 7510, 7904, 7718, 9754, 7930, 9162, 8063, 7892, 11266, 9117, 7495, 7860, 8201, 6847, 6930, 7309, 7962, 8867, 7190, 9836, 8210, 8687, 9276, 7405, 7769, 9616, 8898, 7630, 9694, 8551, 7256, 8121, 9062, 9878, 11308, 7977, 8094, 8736, 7792, 9358, 8660, 9365, 8479, 11432, 9822, 8540, 10542, 9230, 10513, 7686, 9607, 8025, 7489, 7873, 7590, 7739, 7699, 7064, 8370, 7369, 7392, 7922, 10383, 8147, 7468, 7653, 6790, 8909, 8551, 7609, 7816, 6965, 8050, 7361, 7962, 7112, 7705, 7102, 10194, 7530, 8535, 8092, 9500, 8215, 10072, 8687, 11329, 8139, 11272, 8407, 7935, 8023, 7136, 7648, 7382, 7644, 7585, 7542, 9795, 7910, 8803, 8471, 8803, 8696, 8938, 9026, 9110, 9282, 8538, 8015, 8644, 8167, 10260, 8632, 11213, 10288, 12105, 9889, 11685, 10282, 11139, 9229, 7631, 7380, 7589, 7787, 8461, 8065, 8083, 8022, 7929, 7485, 7876, 9482, 9653, 9508, 10448, 10160, 9346, 10556, 9555, 11115, 9471, 11855, 9656, 10068, 8228, 9734, 10601, 10643, 8001, 9609, 11998, 8193, 10150, 8227, 7367, 9457, 6778, 6709, 7370, 6659, 8372, 9535, 8280, 11175, 8054, 10795, 9081, 8182, 8131, 7519, 9514, 7467, 9420, 8462, 8549, 8949, 9083, 10446, 9115, 8282, 9264, 7254, 9577, 7285, 7850, 7432, 7989, 7402, 8712, 7959, 9123, 8911, 7113, 8541, 7083, 7482, 7118, 11643, 8177, 7814, 8546, 8539, 8362, 9379, 7714, 8512, 7425, 8954, 9007, 7166, 9753, 8650, 11491, 9671, 11569, 9918, 11409, 9197, 10582, 8324, 8121, 7750, 8841, 6995, 7599, 7504, 6854, 8111, 7894, 8533, 8704, 8500, 8649, 7780, 7346, 7816, 7152, 7755, 7236, 7349, 8399, 8688, 7076, 8467, 9107, 8535, 8578, 7499, 8827, 9982, 7960, 7710, 6966, 8202, 7352, 10326, 8801, 10049, 9444, 7966, 7788, 8193, 8381, 9482, 7586, 7857, 9279, 7454, 7746, 7165, 8310, 7894, 7925, 8151, 7871, 7206, 7233, 9814, 7648, 9748, 7333, 8302, 7481, 8267, 8071, 8707, 10097, 9082, 9606, 7772, 7084, 7144, 7550, 7360, 7672, 8040, 8034, 8466, 7725, 8750, 7239, 6943, 7175, 7069, 6813, 7487, 7480, 8154, 8558, 7897, 7180, 7559, 8010, 7782, 7556, 9172, 7805, 9478, 8402, 11481, 9256, 7276, 9159, 8089, 7772, 8354, 7352, 8542, 8696, 6856, 7872, 6994, 8880, 8984, 10112, 7937, 11007, 8489, 9129, 8414, 7627, 8700, 7347, 9905, 7408, 9498, 9909, 8048, 9717, 8050, 9090, 7977, 8416, 8085, 7584, 9185, 7989, 7913, 7070, 7563, 8401, 8537, 12662, 9444, 9278, 8244, 7477, 7329, 8012, 7042, 8213, 7594, 9467, 7650, 13913, 17495, 13067, 13307, 12355, 9979, 8962, 8642, 8752, 10460, 8728, 9071, 7917, 8827, 7562, 7860, 6997, 8848, 9779, 8725, 8950, 7297, 8753, 7587, 7405, 7921, 8595, 8291, 9736, 7742, 8800, 8903, 8355, 7384, 9884, 7653, 8464, 7926, 9297, 8991, 11087, 9628, 11551, 9764, 11202, 9772, 11155, 8323, 8868, 9870, 7336, 8222, 6881, 7922, 7203, 7472, 8893, 7841, 8304, 9154, 8013, 10020, 7771, 9845, 7075, 10760, 7269, 10371, 7601, 9210, 8161, 10452, 7546, 7102, 7868, 7014, 7821, 7585, 7448, 8627, 7096, 8274, 7508, 8538, 7615, 10416, 10821, 7042, 8172, 7779, 8059, 8363, 8247, 8589, 9441, 7551, 8304, 7574, 8043, 10282, 9096, 10241, 9560, 9272, 8195, 8403, 8042, 7656, 7884, 7212, 9479, 7884, 11140, 8216, 10352, 8624, 8382, 8895, 7231, 8452, 7226, 8466, 7777, 8291, 7903, 8152, 8146, 7629, 7902, 7838, 7078, 8127, 7124, 7290, 8558, 7458, 8396, 7228, 8008, 7101, 7743, 8270, 8546, 8663, 7031, 8580, 10392, 8240, 10505, 7909, 10118, 7830, 11681, 9925, 8110, 8638, 8248, 8193, 7643, 9978, 7511, 9889, 8485, 8722, 10740, 8865, 10794, 8853, 8191, 8487, 8552, 8177, 8863, 7422, 9545, 7763, 9881, 9590, 8636, 9362, 7517, 7729, 9087, 9135, 7204, 9497, 7769, 7757, 9244, 9090, 9012, 12357, 11086, 12651, 11804, 10393, 7416, 9641, 7874, 7617], 'WindowCenter': [4220.0, 4202.0, 4200.0, 4173.0, 4155.0, 4148.0, 4168.0, 4145.0, 4142.0, 4133.0, 4156.0, 4145.0, 4158.0, 4146.0, 4144.0, 4144.0, 4143.0, 4134.0, 4166.0, 4148.0, 4147.0, 4169.0, 4145.0, 4154.0, 4144.0, 4155.0, 4154.0, 4146.0, 4143.0, 4133.0, 4143.0, 4131.0, 4142.0, 4133.0, 4154.0, 4145.0, 4153.0, 4146.0, 4155.0, 4149.0, 4170.0, 4175.0, 4189.0, 4162.0, 4148.0, 4156.0, 4148.0, 4158.0, 4170.0, 4172.0, 4181.0, 4160.0, 4154.0, 4152.0, 4160.0, 4126.0, 4150.0, 4169.0, 4171.0, 4149.0, 4191.0, 4182.0, 4171.0, 4158.0, 4170.0, 4136.0, 4123.0, 4137.0, 4117.0, 4120.0, 4136.0, 4149.0, 4163.0, 4165.0, 4186.0, 4173.0, 4185.0, 4152.0, 4161.0, 4159.0, 4160.0, 4165.0, 4156.0, 4166.0, 4177.0, 4172.0, 4149.0, 4148.0, 4123.0, 4131.0, 4154.0, 4135.0, 4169.0, 4135.0, 4145.0, 4136.0, 4156.0, 4148.0, 4133.0, 4165.0, 4164.0, 4139.0, 4139.0, 4124.0, 4140.0, 4159.0, 4149.0, 4149.0, 4169.0, 4151.0, 4162.0, 4155.0, 4161.0, 4152.0, 4139.0, 4156.0, 4101.0, 4166.0, 4127.0, 4116.0, 4127.0, 4127.0, 4137.0, 4129.0, 4149.0, 4140.0, 4129.0, 4150.0, 4141.0, 4158.0, 4133.0, 4127.0, 4101.0, 4093.0, 4102.0, 4121.0, 4123.0, 4145.0, 4147.0, 4138.0, 4181.0, 4157.0, 4192.0, 4148.0, 4134.0, 4131.0, 4133.0, 4134.0, 4147.0, 4136.0, 4167.0, 4145.0, 4143.0, 4132.0, 4131.0, 4123.0, 4135.0, 4122.0, 4144.0, 4109.0, 4119.0, 4109.0, 4120.0, 4133.0, 4143.0, 4137.0, 4156.0, 4154.0, 4152.0, 4161.0, 4151.0, 4141.0, 4142.0, 4137.0, 4136.0, 4161.0, 4174.0, 4151.0, 4163.0, 4149.0, 4148.0, 4136.0, 4124.0, 4136.0, 4123.0, 4134.0, 4124.0, 4155.0, 4136.0, 4166.0, 4148.0, 4168.0, 4148.0, 4124.0, 4145.0, 4111.0, 4097.0, 4146.0, 4127.0, 4142.0, 4155.0, 4139.0, 4147.0, 4158.0, 4147.0, 4148.0, 4142.0, 4164.0, 4138.0, 4135.0, 4151.0, 4141.0, 4141.0, 4132.0, 4163.0, 4133.0, 4164.0, 4131.0, 4152.0, 4133.0, 4139.0, 4130.0, 4140.0, 4132.0, 4131.0, 4141.0, 4121.0, 4131.0, 4131.0, 4131.0, 4132.0, 4142.0, 4134.0, 4143.0, 4132.0, 4141.0, 4132.0, 4131.0, 4132.0, 4121.0, 4136.0, 4123.0, 4136.0, 4145.0, 4137.0, 4145.0, 4125.0, 4146.0, 4127.0, 4161.0, 4177.0, 4165.0, 4135.0, 4112.0, 4118.0, 4135.0, 4174.0, 4171.0, 4151.0, 4170.0, 4159.0, 4162.0, 4161.0, 4171.0, 4181.0, 4173.0, 4182.0, 4188.0, 4138.0, 4158.0, 4160.0, 4158.0, 4142.0, 4098.0, 4170.0, 4159.0, 4159.0, 4162.0, 4153.0, 4154.0, 4185.0, 4140.0, 4111.0, 4095.0, 4120.0, 4106.0, 4104.0, 4120.0, 4147.0, 4148.0, 4135.0, 4134.0, 4133.0, 4124.0, 4124.0, 4110.0, 4120.0, 4129.0, 4133.0, 4156.0, 4133.0, 4142.0, 4130.0, 4147.0, 4163.0, 4143.0, 4134.0, 4118.0, 4115.0, 4097.0, 4106.0, 4121.0, 4131.0, 4140.0, 4122.0, 4152.0, 4143.0, 4141.0, 4156.0, 4134.0, 4135.0, 4153.0, 4158.0, 4136.0, 4156.0, 4149.0, 4125.0, 4149.0, 4175.0, 4166.0, 4174.0, 4097.0, 4102.0, 4126.0, 4119.0, 4155.0, 4152.0, 4150.0, 4130.0, 4173.0, 4167.0, 4132.0, 4165.0, 4141.0, 4137.0, 4103.0, 4122.0, 4104.0, 4105.0, 4117.0, 4119.0, 4120.0, 4111.0, 4102.0, 4110.0, 4101.0, 4110.0, 4119.0, 4120.0, 4073.0, 4072.0, 4071.0, 4064.0, 4094.0, 4097.0, 4101.0, 4118.0, 4109.0, 4118.0, 4107.0, 4116.0, 4102.0, 4100.0, 4093.0, 4137.0, 4104.0, 4126.0, 4118.0, 4140.0, 4128.0, 4139.0, 4127.0, 4147.0, 4132.0, 4160.0, 4130.0, 4116.0, 4113.0, 4092.0, 4149.0, 4125.0, 4123.0, 4109.0, 4107.0, 4141.0, 4105.0, 4115.0, 4100.0, 4113.0, 4115.0, 4102.0, 4113.0, 4102.0, 4103.0, 4102.0, 4093.0, 4091.0, 4079.0, 4102.0, 4090.0, 4111.0, 4101.0, 4125.0, 4103.0, 4122.0, 4097.0, 3996.0, 4063.0, 4071.0, 4039.0, 4069.0, 4083.0, 4109.0, 4128.0, 4129.0, 4145.0, 4148.0, 4164.0, 4147.0, 4189.0, 4175.0, 4161.0, 4183.0, 4155.0, 4145.0, 4164.0, 4155.0, 4164.0, 4152.0, 4161.0, 4141.0, 4139.0, 4117.0, 4136.0, 4134.0, 4136.0, 4117.0, 4153.0, 4173.0, 4130.0, 4167.0, 4143.0, 4104.0, 4138.0, 4093.0, 4097.0, 4118.0, 4108.0, 4129.0, 4140.0, 4131.0, 4161.0, 4118.0, 4149.0, 4126.0, 4116.0, 4103.0, 4106.0, 4124.0, 4109.0, 4145.0, 4107.0, 4069.0, 4127.0, 4093.0, 4115.0, 4080.0, 4071.0, 4084.0, 4052.0, 4088.0, 4067.0, 4079.0, 4081.0, 4092.0, 4080.0, 4115.0, 4103.0, 4085.0, 4093.0, 4074.0, 4081.0, 4007.0, 4064.0, 4084.0, 4169.0, 4127.0, 4113.0, 4052.0, 4070.0, 4126.0, 4133.0, 4087.0, 4129.0, 4104.0, 4122.0, 4122.0, 4090.0, 4120.0, 4124.0, 4160.0, 4137.0, 4157.0, 4136.0, 4143.0, 4121.0, 4158.0, 4113.0, 4125.0, 4100.0, 4091.0, 4090.0, 4100.0, 4101.0, 4092.0, 4112.0, 4113.0, 4122.0, 4111.0, 4125.0, 4123.0, 4114.0, 4102.0, 4115.0, 4102.0, 4114.0, 4102.0, 4088.0, 4128.0, 4130.0, 4107.0, 4130.0, 4142.0, 4143.0, 4148.0, 4094.0, 4117.0, 4109.0, 4106.0, 4108.0, 4093.0, 4103.0, 4094.0, 4122.0, 4101.0, 4112.0, 4096.0, 4075.0, 4085.0, 4101.0, 4127.0, 4150.0, 4132.0, 4128.0, 4135.0, 4114.0, 4116.0, 4105.0, 4128.0, 4116.0, 4142.0, 4130.0, 4132.0, 4116.0, 4105.0, 4136.0, 4114.0, 4134.0, 4104.0, 4116.0, 4118.0, 4113.0, 4100.0, 4111.0, 4132.0, 4139.0, 4138.0, 4115.0, 4103.0, 4102.0, 4102.0, 4102.0, 4101.0, 4111.0, 4114.0, 4113.0, 4114.0, 4124.0, 4119.0, 4118.0, 4120.0, 4109.0, 4110.0, 4122.0, 4120.0, 4131.0, 4130.0, 4132.0, 4109.0, 4120.0, 4118.0, 4119.0, 4122.0, 4156.0, 4122.0, 4140.0, 4118.0, 4146.0, 4141.0, 4106.0, 4143.0, 4118.0, 4123.0, 4127.0, 4106.0, 4130.0, 4132.0, 4097.0, 4117.0, 4106.0, 4141.0, 4127.0, 4150.0, 4119.0, 4145.0, 4128.0, 4142.0, 4145.0, 4131.0, 4128.0, 4118.0, 4136.0, 4121.0, 4138.0, 4152.0, 4117.0, 4135.0, 4115.0, 4125.0, 4114.0, 4114.0, 4114.0, 4103.0, 4138.0, 4100.0, 4111.0, 4104.0, 4115.0, 4117.0, 4101.0, 4218.0, 4154.0, 4139.0, 4112.0, 4105.0, 4103.0, 4133.0, 4121.0, 4132.0, 4123.0, 4145.0, 4123.0, 4192.0, 4216.0, 4182.0, 4181.0, 4169.0, 4134.0, 4121.0, 4121.0, 4109.0, 4129.0, 4109.0, 4106.0, 4096.0, 4109.0, 4086.0, 4097.0, 4076.0, 4120.0, 4135.0, 4122.0, 4122.0, 4113.0, 4135.0, 4127.0, 4141.0, 4155.0, 4165.0, 4169.0, 4176.0, 4155.0, 4154.0, 4165.0, 4144.0, 4132.0, 4162.0, 4132.0, 4141.0, 4142.0, 4163.0, 4167.0, 4186.0, 4177.0, 4187.0, 4179.0, 4188.0, 4179.0, 4179.0, 4134.0, 4127.0, 4123.0, 4107.0, 4115.0, 4120.0, 4130.0, 4135.0, 4135.0, 4158.0, 4159.0, 4160.0, 4168.0, 4147.0, 4169.0, 4150.0, 4171.0, 4123.0, 4166.0, 4122.0, 4154.0, 4133.0, 4172.0, 4160.0, 4166.0, 4155.0, 4129.0, 4134.0, 4126.0, 4136.0, 4134.0, 4134.0, 4144.0, 4138.0, 4145.0, 4134.0, 4132.0, 4143.0, 4172.0, 4173.0, 4114.0, 4124.0, 4126.0, 4127.0, 4140.0, 4141.0, 4141.0, 4163.0, 4133.0, 4139.0, 4098.0, 4120.0, 4152.0, 4140.0, 4135.0, 4138.0, 4137.0, 4132.0, 4143.0, 4133.0, 4134.0, 4144.0, 4134.0, 4154.0, 4131.0, 4162.0, 4133.0, 4167.0, 4146.0, 4143.0, 4141.0, 4120.0, 4131.0, 4120.0, 4127.0, 4117.0, 4129.0, 4130.0, 4130.0, 4131.0, 4121.0, 4131.0, 4131.0, 4126.0, 4135.0, 4109.0, 4121.0, 4140.0, 4134.0, 4156.0, 4151.0, 4150.0, 4138.0, 4152.0, 4164.0, 4180.0, 4178.0, 4158.0, 4180.0, 4189.0, 4155.0, 4171.0, 4140.0, 4172.0, 4142.0, 4172.0, 4153.0, 4118.0, 4142.0, 4143.0, 4142.0, 4144.0, 4161.0, 4130.0, 4171.0, 4154.0, 4153.0, 4175.0, 4151.0, 4170.0, 4149.0, 4152.0, 4152.0, 4117.0, 4163.0, 4144.0, 4124.0, 4158.0, 4093.0, 4171.0, 4156.0, 4163.0, 4160.0, 4093.0, 4133.0, 4115.0, 4141.0, 4134.0, 4167.0, 4161.0, 4150.0, 4172.0, 4174.0, 4173.0, 4206.0, 4210.0, 4219.0, 4208.0, 4183.0, 4138.0, 4155.0, 4149.0, 4121.0], 'WindowWidth': [9357.0, 9319.0, 9308.0, 9262.0, 9224.0, 9221.0, 9247.0, 9211.0, 9203.0, 9192.0, 9229.0, 9212.0, 9236.0, 9215.0, 9212.0, 9209.0, 9204.0, 9196.0, 9244.0, 9220.0, 9219.0, 9250.0, 9213.0, 9220.0, 9209.0, 9227.0, 9224.0, 9213.0, 9206.0, 9189.0, 9205.0, 9188.0, 9205.0, 9193.0, 9223.0, 9214.0, 9221.0, 9215.0, 9225.0, 9227.0, 9254.0, 9271.0, 9294.0, 9245.0, 9220.0, 9228.0, 9218.0, 9231.0, 9250.0, 9255.0, 9266.0, 9235.0, 9236.0, 9229.0, 9233.0, 9182.0, 9222.0, 9247.0, 9252.0, 9222.0, 9280.0, 9268.0, 9249.0, 9229.0, 9249.0, 9195.0, 9168.0, 9199.0, 9157.0, 9168.0, 9201.0, 9221.0, 9245.0, 9248.0, 9279.0, 9259.0, 9276.0, 9227.0, 9238.0, 9228.0, 9231.0, 9233.0, 9224.0, 9238.0, 9271.0, 9257.0, 9220.0, 9216.0, 9174.0, 9181.0, 9217.0, 9194.0, 9245.0, 9191.0, 9205.0, 9197.0, 9220.0, 9215.0, 9188.0, 9254.0, 9245.0, 9202.0, 9200.0, 9177.0, 9207.0, 9232.0, 9219.0, 9217.0, 9242.0, 9223.0, 9238.0, 9232.0, 9234.0, 9222.0, 9198.0, 9217.0, 9132.0, 9224.0, 9174.0, 9157.0, 9173.0, 9172.0, 9185.0, 9178.0, 9203.0, 9194.0, 9176.0, 9204.0, 9198.0, 9226.0, 9184.0, 9169.0, 9126.0, 9119.0, 9127.0, 9169.0, 9178.0, 9209.0, 9215.0, 9205.0, 9266.0, 9228.0, 9285.0, 9216.0, 9191.0, 9184.0, 9190.0, 9192.0, 9215.0, 9198.0, 9240.0, 9207.0, 9202.0, 9185.0, 9182.0, 9176.0, 9199.0, 9175.0, 9206.0, 9148.0, 9163.0, 9152.0, 9171.0, 9190.0, 9204.0, 9204.0, 9227.0, 9237.0, 9226.0, 9233.0, 9221.0, 9205.0, 9207.0, 9198.0, 9197.0, 9238.0, 9260.0, 9223.0, 9244.0, 9219.0, 9212.0, 9194.0, 9178.0, 9197.0, 9174.0, 9190.0, 9176.0, 9221.0, 9195.0, 9235.0, 9215.0, 9237.0, 9209.0, 9173.0, 9201.0, 9150.0, 9126.0, 9202.0, 9182.0, 9191.0, 9215.0, 9197.0, 9206.0, 9223.0, 9209.0, 9211.0, 9201.0, 9229.0, 9189.0, 9178.0, 9210.0, 9198.0, 9200.0, 9187.0, 9231.0, 9190.0, 9233.0, 9184.0, 9212.0, 9190.0, 9191.0, 9182.0, 9196.0, 9189.0, 9186.0, 9198.0, 9172.0, 9186.0, 9186.0, 9186.0, 9189.0, 9200.0, 9192.0, 9203.0, 9190.0, 9200.0, 9189.0, 9183.0, 9189.0, 9171.0, 9200.0, 9180.0, 9200.0, 9209.0, 9201.0, 9209.0, 9184.0, 9214.0, 9192.0, 9243.0, 9275.0, 9253.0, 9197.0, 9159.0, 9164.0, 9197.0, 9263.0, 9254.0, 9228.0, 9249.0, 9236.0, 9241.0, 9240.0, 9253.0, 9266.0, 9257.0, 9257.0, 9282.0, 9198.0, 9225.0, 9236.0, 9230.0, 9204.0, 9121.0, 9252.0, 9232.0, 9231.0, 9239.0, 9219.0, 9230.0, 9277.0, 9184.0, 9130.0, 9119.0, 9143.0, 9138.0, 9133.0, 9165.0, 9213.0, 9216.0, 9191.0, 9194.0, 9189.0, 9178.0, 9179.0, 9155.0, 9167.0, 9181.0, 9190.0, 9223.0, 9189.0, 9202.0, 9183.0, 9215.0, 9230.0, 9203.0, 9192.0, 9161.0, 9154.0, 9132.0, 9144.0, 9172.0, 9183.0, 9196.0, 9177.0, 9214.0, 9204.0, 9198.0, 9225.0, 9196.0, 9196.0, 9218.0, 9231.0, 9199.0, 9222.0, 9215.0, 9181.0, 9222.0, 9262.0, 9234.0, 9242.0, 9117.0, 9133.0, 9173.0, 9166.0, 9225.0, 9219.0, 9211.0, 9183.0, 9244.0, 9244.0, 9186.0, 9236.0, 9196.0, 9184.0, 9132.0, 9155.0, 9133.0, 9138.0, 9157.0, 9164.0, 9168.0, 9148.0, 9133.0, 9143.0, 9133.0, 9146.0, 9164.0, 9150.0, 9074.0, 9078.0, 9071.0, 9066.0, 9106.0, 9116.0, 9127.0, 9161.0, 9153.0, 9163.0, 9147.0, 9157.0, 9137.0, 9126.0, 9123.0, 9184.0, 9135.0, 9169.0, 9163.0, 9196.0, 9179.0, 9192.0, 9174.0, 9203.0, 9190.0, 9223.0, 9183.0, 9156.0, 9147.0, 9120.0, 9228.0, 9181.0, 9173.0, 9146.0, 9140.0, 9190.0, 9135.0, 9146.0, 9122.0, 9147.0, 9149.0, 9122.0, 9139.0, 9122.0, 9125.0, 9121.0, 9106.0, 9100.0, 9083.0, 9116.0, 9098.0, 9130.0, 9114.0, 9151.0, 9120.0, 9146.0, 9110.0, 8905.0, 9050.0, 9074.0, 9010.0, 9070.0, 9096.0, 9139.0, 9182.0, 9186.0, 9214.0, 9221.0, 9253.0, 9214.0, 9290.0, 9265.0, 9237.0, 9271.0, 9223.0, 9208.0, 9232.0, 9219.0, 9232.0, 9214.0, 9224.0, 9197.0, 9193.0, 9160.0, 9186.0, 9178.0, 9184.0, 9161.0, 9217.0, 9244.0, 9181.0, 9241.0, 9206.0, 9138.0, 9188.0, 9120.0, 9130.0, 9163.0, 9147.0, 9178.0, 9193.0, 9182.0, 9223.0, 9161.0, 9204.0, 9169.0, 9154.0, 9134.0, 9139.0, 9162.0, 9148.0, 9207.0, 9137.0, 9064.0, 9171.0, 9104.0, 9137.0, 9079.0, 9067.0, 9086.0, 9039.0, 9095.0, 9066.0, 9086.0, 9092.0, 9110.0, 9093.0, 9151.0, 9132.0, 9091.0, 9103.0, 9088.0, 9087.0, 8949.0, 9062.0, 9106.0, 9242.0, 9179.0, 9150.0, 9028.0, 9066.0, 9177.0, 9184.0, 9108.0, 9179.0, 9139.0, 9158.0, 9162.0, 9117.0, 9156.0, 9169.0, 9224.0, 9191.0, 9218.0, 9189.0, 9193.0, 9161.0, 9221.0, 9153.0, 9172.0, 9128.0, 9100.0, 9114.0, 9127.0, 9128.0, 9119.0, 9147.0, 9150.0, 9163.0, 9144.0, 9171.0, 9162.0, 9154.0, 9135.0, 9156.0, 9136.0, 9154.0, 9134.0, 9107.0, 9184.0, 9180.0, 9142.0, 9179.0, 9199.0, 9199.0, 9215.0, 9121.0, 9160.0, 9132.0, 9138.0, 9141.0, 9113.0, 9126.0, 9118.0, 9156.0, 9123.0, 9139.0, 9107.0, 9078.0, 9097.0, 9124.0, 9171.0, 9208.0, 9192.0, 9180.0, 9185.0, 9156.0, 9160.0, 9146.0, 9181.0, 9160.0, 9206.0, 9184.0, 9189.0, 9161.0, 9143.0, 9185.0, 9153.0, 9180.0, 9138.0, 9157.0, 9163.0, 9150.0, 9126.0, 9143.0, 9171.0, 9195.0, 9189.0, 9157.0, 9138.0, 9136.0, 9135.0, 9135.0, 9133.0, 9147.0, 9154.0, 9152.0, 9158.0, 9167.0, 9169.0, 9168.0, 9169.0, 9151.0, 9158.0, 9173.0, 9169.0, 9183.0, 9180.0, 9187.0, 9151.0, 9168.0, 9162.0, 9164.0, 9173.0, 9227.0, 9173.0, 9194.0, 9161.0, 9197.0, 9195.0, 9142.0, 9199.0, 9158.0, 9176.0, 9173.0, 9140.0, 9177.0, 9182.0, 9130.0, 9157.0, 9142.0, 9199.0, 9173.0, 9209.0, 9165.0, 9194.0, 9178.0, 9200.0, 9211.0, 9184.0, 9177.0, 9163.0, 9185.0, 9175.0, 9193.0, 9214.0, 9160.0, 9183.0, 9154.0, 9169.0, 9151.0, 9154.0, 9151.0, 9138.0, 9192.0, 9127.0, 9146.0, 9140.0, 9155.0, 9160.0, 9122.0, 9334.0, 9221.0, 9193.0, 9141.0, 9137.0, 9133.0, 9189.0, 9171.0, 9184.0, 9170.0, 9200.0, 9170.0, 9283.0, 9332.0, 9269.0, 9261.0, 9239.0, 9180.0, 9157.0, 9157.0, 9140.0, 9163.0, 9137.0, 9128.0, 9116.0, 9133.0, 9101.0, 9117.0, 9086.0, 9157.0, 9180.0, 9161.0, 9158.0, 9151.0, 9185.0, 9179.0, 9205.0, 9229.0, 9245.0, 9254.0, 9257.0, 9229.0, 9223.0, 9239.0, 9208.0, 9190.0, 9230.0, 9188.0, 9200.0, 9204.0, 9234.0, 9245.0, 9271.0, 9258.0, 9273.0, 9266.0, 9275.0, 9265.0, 9255.0, 9189.0, 9169.0, 9159.0, 9143.0, 9154.0, 9169.0, 9184.0, 9199.0, 9201.0, 9233.0, 9237.0, 9236.0, 9247.0, 9215.0, 9247.0, 9226.0, 9252.0, 9176.0, 9239.0, 9173.0, 9219.0, 9191.0, 9260.0, 9235.0, 9235.0, 9234.0, 9190.0, 9188.0, 9183.0, 9196.0, 9190.0, 9195.0, 9205.0, 9203.0, 9208.0, 9195.0, 9185.0, 9213.0, 9245.0, 9245.0, 9153.0, 9167.0, 9172.0, 9175.0, 9196.0, 9202.0, 9199.0, 9232.0, 9191.0, 9194.0, 9125.0, 9162.0, 9208.0, 9192.0, 9181.0, 9190.0, 9188.0, 9188.0, 9205.0, 9194.0, 9195.0, 9209.0, 9195.0, 9222.0, 9187.0, 9229.0, 9192.0, 9243.0, 9215.0, 9206.0, 9199.0, 9170.0, 9186.0, 9170.0, 9176.0, 9160.0, 9178.0, 9182.0, 9182.0, 9185.0, 9172.0, 9186.0, 9186.0, 9188.0, 9195.0, 9152.0, 9173.0, 9197.0, 9198.0, 9230.0, 9230.0, 9223.0, 9209.0, 9231.0, 9246.0, 9273.0, 9266.0, 9241.0, 9271.0, 9280.0, 9228.0, 9241.0, 9200.0, 9245.0, 9208.0, 9243.0, 9216.0, 9160.0, 9203.0, 9206.0, 9204.0, 9210.0, 9229.0, 9189.0, 9246.0, 9223.0, 9220.0, 9254.0, 9216.0, 9241.0, 9212.0, 9222.0, 9222.0, 9153.0, 9244.0, 9203.0, 9177.0, 9227.0, 9111.0, 9254.0, 9223.0, 9244.0, 9236.0, 9120.0, 9190.0, 9147.0, 9197.0, 9194.0, 9242.0, 9244.0, 9226.0, 9259.0, 9264.0, 9260.0, 9309.0, 9319.0, 9330.0, 9310.0, 9272.0, 9202.0, 9217.0, 9220.0, 9169.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.007777733026467203</td></tr>
<tr><td colspan=3>aqi</td><td>0.14596686985040278</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>59.480717193041585</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1012641740437792</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0455166874539183</td></tr>
<tr><td colspan=3>efc</td><td>0.5628</td></tr>
<tr><td colspan=3>fber</td><td>1624.9119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.6314457162306532</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>653</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>75.14384349827388</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.702102409976811</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6030638470290306</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.948336020615282</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.55490736228612</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112612</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022976839914917946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08812963217496872</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>4.80430433263009</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>11.6432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>94.3491</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>292.1761</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>85.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285152.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1200.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.1029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.514</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>411.2464</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3303.4817</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.3555</td></tr>
<tr><td colspan=3>tsnr</td><td>16.716821996611543</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>