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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-02_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-02_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-0100/ses-04/func/sub-0100_ses-04_task-social_acq-mb8_run-02_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>85e26a98f9703c60854a5de4513a3805</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>12:01:36.600000</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.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</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-02_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.124673</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</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>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>533d4af2-3662-4567-a4af-e3676df8611b||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.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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': ['120136.600000', '120137.060000', '120137.520000', '120137.980000', '120138.440000', '120138.900000', '120139.360000', '120139.820000', '120140.280000', '120140.740000', '120141.200000', '120141.660000', '120142.120000', '120142.580000', '120143.040000', '120143.500000', '120143.960000', '120144.420000', '120144.880000', '120145.340000', '120145.800000', '120146.260000', '120146.720000', '120147.180000', '120147.640000', '120148.100000', '120148.560000', '120149.020000', '120149.480000', '120149.940000', '120150.400000', '120150.860000', '120151.320000', '120151.780000', '120152.240000', '120152.700000', '120153.160000', '120153.620000', '120154.080000', '120154.540000', '120155.000000', '120155.460000', '120155.920000', '120156.380000', '120156.840000', '120157.300000', '120157.760000', '120158.220000', '120158.680000', '120159.140000', '120159.600000', '120200.060000', '120200.520000', '120200.980000', '120201.440000', '120201.900000', '120202.360000', '120202.820000', '120203.280000', '120203.740000', '120204.200000', '120204.660000', '120205.120000', '120205.580000', '120206.040000', '120206.500000', '120206.960000', '120207.420000', '120207.880000', '120208.340000', '120208.800000', '120209.260000', '120209.720000', '120210.180000', '120210.640000', '120211.100000', '120211.560000', '120212.020000', '120212.480000', '120212.940000', '120213.400000', '120213.860000', '120214.320000', '120214.780000', '120215.240000', '120215.700000', '120216.160000', '120216.620000', '120217.080000', '120217.540000', '120218.000000', '120218.460000', '120218.920000', '120219.380000', '120219.840000', '120220.300000', '120220.760000', '120221.220000', '120221.680000', '120222.140000', '120222.600000', '120223.060000', '120223.520000', '120223.980000', '120224.440000', '120224.900000', '120225.360000', '120225.820000', '120226.280000', '120226.740000', '120227.200000', '120227.660000', '120228.120000', '120228.580000', '120229.040000', '120229.500000', '120229.960000', '120230.420000', '120230.880000', '120231.340000', '120231.800000', '120232.260000', '120232.720000', '120233.180000', '120233.640000', '120234.100000', '120234.560000', '120235.020000', '120235.480000', '120235.940000', '120236.400000', '120236.860000', '120237.320000', '120237.780000', '120238.240000', '120238.700000', '120239.160000', '120239.620000', '120240.080000', '120240.540000', '120241.000000', '120241.460000', '120241.920000', '120242.380000', '120242.840000', '120243.300000', '120243.760000', '120244.220000', '120244.680000', '120245.140000', '120245.600000', '120246.060000', '120246.520000', '120246.980000', '120247.440000', '120247.900000', '120248.360000', '120248.820000', '120249.280000', '120249.740000', '120250.200000', '120250.660000', '120251.120000', '120251.580000', '120252.040000', '120252.500000', '120252.960000', '120253.420000', '120253.880000', '120254.340000', '120254.800000', '120255.260000', '120255.720000', '120256.180000', '120256.640000', '120257.100000', '120257.560000', '120258.020000', '120258.480000', '120258.940000', '120259.400000', '120259.860000', '120300.320000', '120300.780000', '120301.240000', '120301.700000', '120302.160000', '120302.620000', '120303.080000', '120303.540000', '120304.000000', '120304.460000', '120304.920000', '120305.380000', '120305.840000', '120306.300000', '120306.760000', '120307.220000', '120307.680000', '120308.140000', '120308.600000', '120309.060000', '120309.520000', '120309.980000', '120310.440000', '120310.900000', '120311.360000', '120311.820000', '120312.280000', '120312.740000', '120313.200000', '120313.660000', '120314.120000', '120314.580000', '120315.040000', '120315.500000', '120315.960000', '120316.420000', '120316.880000', '120317.340000', '120317.800000', '120318.260000', '120318.720000', '120319.180000', '120319.640000', '120320.100000', '120320.560000', '120321.020000', '120321.480000', '120321.940000', '120322.400000', '120322.860000', '120323.320000', '120323.780000', '120324.240000', '120324.700000', '120325.160000', '120325.620000', '120326.080000', '120326.540000', '120327.000000', '120327.460000', '120327.920000', '120328.380000', '120328.840000', '120329.300000', '120329.760000', '120330.220000', '120330.680000', '120331.140000', '120331.600000', '120332.060000', '120332.520000', '120332.980000', '120333.440000', '120333.900000', '120334.360000', '120334.820000', '120335.280000', '120335.740000', '120336.200000', '120336.660000', '120337.120000', '120337.580000', '120338.040000', '120338.500000', '120338.960000', '120339.420000', '120339.880000', '120340.340000', '120340.800000', '120341.260000', '120341.720000', '120342.180000', '120342.640000', '120343.100000', '120343.560000', '120344.020000', '120344.480000', '120344.940000', '120345.400000', '120345.860000', '120346.320000', '120346.780000', '120347.240000', '120347.700000', '120348.160000', '120348.620000', '120349.080000', '120349.540000', '120350.000000', '120350.460000', '120350.920000', '120351.380000', '120351.840000', '120352.300000', '120352.760000', '120353.220000', '120353.680000', '120354.140000', '120354.600000', '120355.060000', '120355.520000', '120355.980000', '120356.440000', '120356.900000', '120357.360000', '120357.820000', '120358.280000', '120358.740000', '120359.200000', '120359.660000', '120400.120000', '120400.580000', '120401.040000', '120401.500000', '120401.960000', '120402.420000', '120402.880000', '120403.340000', '120403.800000', '120404.260000', '120404.720000', '120405.180000', '120405.640000', '120406.100000', '120406.560000', '120407.020000', '120407.480000', '120407.940000', '120408.400000', '120408.860000', '120409.320000', '120409.780000', '120410.240000', '120410.700000', '120411.160000', '120411.620000', '120412.080000', '120412.540000', '120413.000000', '120413.460000', '120413.920000', '120414.380000', '120414.840000', '120415.300000', '120415.760000', '120416.220000', '120416.680000', '120417.140000', '120417.600000', '120418.060000', '120418.520000', '120418.980000', '120419.440000', '120419.900000', '120420.360000', '120420.820000', '120421.280000', '120421.740000', '120422.200000', '120422.660000', '120423.120000', '120423.580000', '120424.040000', '120424.500000', '120424.960000', '120425.420000', '120425.880000', '120426.340000', '120426.800000', '120427.260000', '120427.720000', '120428.180000', '120428.640000', '120429.100000', '120429.560000', '120430.020000', '120430.480000', '120430.940000', '120431.400000', '120431.860000', '120432.320000', '120432.780000', '120433.240000', '120433.700000', '120434.160000', '120434.620000', '120435.080000', '120435.540000', '120436.000000', '120436.460000', '120436.920000', '120437.380000', '120437.840000', '120438.300000', '120438.760000', '120439.220000', '120439.680000', '120440.140000', '120440.600000', '120441.060000', '120441.520000', '120441.980000', '120442.440000', '120442.900000', '120443.360000', '120443.820000', '120444.280000', '120444.740000', '120445.200000', '120445.660000', '120446.120000', '120446.580000', '120447.040000', '120447.500000', '120447.960000', '120448.420000', '120448.880000', '120449.340000', '120449.800000', '120450.260000', '120450.720000', '120451.180000', '120451.640000', '120452.100000', '120452.560000', '120453.020000', '120453.480000', '120453.940000', '120454.400000', '120454.860000', '120455.320000', '120455.780000', '120456.240000', '120456.700000', '120457.160000', '120457.620000', '120458.080000', '120458.540000', '120459.000000', '120459.460000', '120459.920000', '120500.380000', '120500.840000', '120501.300000', '120501.760000', '120502.220000', '120502.680000', '120503.140000', '120503.600000', '120504.060000', '120504.520000', '120504.980000', '120505.440000', '120505.900000', '120506.360000', '120506.820000', '120507.280000', '120507.740000', '120508.200000', '120508.660000', '120509.120000', '120509.580000', '120510.040000', '120510.500000', '120510.960000', '120511.420000', '120511.880000', '120512.340000', '120512.800000', '120513.260000', '120513.720000', '120514.180000', '120514.640000', '120515.100000', '120515.560000', '120516.020000', '120516.480000', '120516.940000', '120517.400000', '120517.860000', '120518.320000', '120518.780000', '120519.240000', '120519.700000', '120520.160000', '120520.620000', '120521.080000', '120521.540000', '120522.000000', '120522.460000', '120522.920000', '120523.380000', '120523.840000', '120524.300000', '120524.760000', '120525.220000', '120525.680000', '120526.140000', '120526.600000', '120527.060000', '120527.520000', '120527.980000', '120528.440000', '120528.900000', '120529.360000', '120529.820000', '120530.280000', '120530.740000', '120531.200000', '120531.660000', '120532.120000', '120532.580000', '120533.040000', '120533.500000', '120533.960000', '120534.420000', '120534.880000', '120535.340000', '120535.800000', '120536.260000', '120536.720000', '120537.180000', '120537.640000', '120538.100000', '120538.560000', '120539.020000', '120539.480000', '120539.940000', '120540.400000', '120540.860000', '120541.320000', '120541.780000', '120542.240000', '120542.700000', '120543.160000', '120543.620000', '120544.080000', '120544.540000', '120545.000000', '120545.460000', '120545.920000', '120546.380000', '120546.840000', '120547.300000', '120547.760000', '120548.220000', '120548.680000', '120549.140000', '120549.600000', '120550.060000', '120550.520000', '120550.980000', '120551.440000', '120551.900000', '120552.360000', '120552.820000', '120553.280000', '120553.740000', '120554.200000', '120554.660000', '120555.120000', '120555.580000', '120556.040000', '120556.500000', '120556.960000', '120557.420000', '120557.880000', '120558.340000', '120558.800000', '120559.260000', '120559.720000', '120600.180000', '120600.640000', '120601.100000', '120601.560000', '120602.020000', '120602.480000', '120602.940000', '120603.400000', '120603.860000', '120604.320000', '120604.780000', '120605.240000', '120605.700000', '120606.160000', '120606.620000', '120607.080000', '120607.540000', '120608.000000', '120608.460000', '120608.920000', '120609.380000', '120609.840000', '120610.300000', '120610.760000', '120611.220000', '120611.680000', '120612.140000', '120612.600000', '120613.060000', '120613.520000', '120613.980000', '120614.440000', '120614.900000', '120615.360000', '120615.820000', '120616.280000', '120616.740000', '120617.200000', '120617.660000', '120618.120000', '120618.580000', '120619.040000', '120619.500000', '120619.960000', '120620.420000', '120620.880000', '120621.340000', '120621.800000', '120622.260000', '120622.720000', '120623.180000', '120623.640000', '120624.100000', '120624.560000', '120625.020000', '120625.480000', '120625.940000', '120626.400000', '120626.860000', '120627.320000', '120627.780000', '120628.240000', '120628.700000', '120629.160000', '120629.620000', '120630.080000', '120630.540000', '120631.000000', '120631.460000', '120631.920000', '120632.380000', '120632.840000', '120633.300000', '120633.760000', '120634.220000', '120634.680000', '120635.140000', '120635.600000', '120636.060000', '120636.520000', '120636.980000', '120637.440000', '120637.900000', '120638.360000', '120638.820000', '120639.280000', '120639.740000', '120640.200000', '120640.660000', '120641.120000', '120641.580000', '120642.040000', '120642.500000', '120642.960000', '120643.420000', '120643.880000', '120644.340000', '120644.800000', '120645.260000', '120645.720000', '120646.180000', '120646.640000', '120647.100000', '120647.560000', '120648.020000', '120648.480000', '120648.940000', '120649.400000', '120649.860000', '120650.320000', '120650.780000', '120651.240000', '120651.700000', '120652.160000', '120652.620000', '120653.080000', '120653.540000', '120654.000000', '120654.460000', '120654.920000', '120655.380000', '120655.840000', '120656.300000', '120656.760000', '120657.220000', '120657.680000', '120658.140000', '120658.600000', '120659.060000', '120659.520000', '120659.980000', '120700.440000', '120700.900000', '120701.360000', '120701.820000', '120702.280000', '120702.740000', '120703.200000', '120703.660000', '120704.120000', '120704.580000', '120705.040000', '120705.500000', '120705.960000', '120706.420000', '120706.880000', '120707.340000', '120707.800000', '120708.260000', '120708.720000', '120709.180000', '120709.640000', '120710.100000', '120710.560000', '120711.020000', '120711.480000', '120711.940000', '120712.400000', '120712.860000', '120713.320000', '120713.780000', '120714.240000', '120714.700000', '120715.160000', '120715.620000', '120716.080000', '120716.540000', '120717.000000', '120717.460000', '120717.920000', '120718.380000', '120718.840000', '120719.300000', '120719.760000', '120720.220000', '120720.680000', '120721.140000', '120721.600000', '120722.060000', '120722.520000', '120722.980000', '120723.440000', '120723.900000', '120724.360000', '120724.820000', '120725.280000', '120725.740000', '120726.200000', '120726.660000', '120727.120000', '120727.580000', '120728.040000', '120728.500000', '120728.960000', '120729.420000', '120729.880000', '120730.340000', '120730.800000', '120731.260000', '120731.720000', '120732.180000', '120732.640000', '120733.100000', '120733.560000', '120734.020000', '120734.480000', '120734.940000', '120735.400000', '120735.860000', '120736.320000', '120736.780000', '120737.240000', '120737.700000', '120738.160000', '120738.620000', '120739.080000', '120739.540000', '120740.000000', '120740.460000', '120740.920000', '120741.380000', '120741.840000', '120742.300000', '120742.760000', '120743.220000', '120743.680000', '120744.140000', '120744.600000', '120745.060000', '120745.520000', '120745.980000', '120746.440000', '120746.900000', '120747.360000', '120747.820000', '120748.280000', '120748.740000', '120749.200000', '120749.660000', '120750.120000', '120750.580000', '120751.040000', '120751.500000', '120751.960000', '120752.420000', '120752.880000', '120753.340000', '120753.800000', '120754.260000', '120754.720000', '120755.180000', '120755.640000', '120756.100000', '120756.560000', '120757.020000', '120757.480000', '120757.940000', '120758.400000', '120758.860000', '120759.320000', '120759.780000', '120800.240000', '120800.700000', '120801.160000', '120801.620000', '120802.080000', '120802.540000', '120803.000000', '120803.460000', '120803.920000', '120804.380000', '120804.840000', '120805.300000', '120805.760000', '120806.220000', '120806.680000', '120807.140000', '120807.600000', '120808.060000', '120808.520000', '120808.980000', '120809.440000', '120809.900000', '120810.360000', '120810.820000', '120811.280000', '120811.740000', '120812.200000', '120812.660000', '120813.120000', '120813.580000', '120814.040000', '120814.500000', '120814.960000', '120815.420000', '120815.880000', '120816.340000', '120816.800000', '120817.260000'], 'ContentTime': ['120151.893000', '120151.896000', '120151.899000', '120151.902000', '120151.912000', '120151.915000', '120151.918000', '120151.921000', '120151.924000', '120151.926000', '120151.929000', '120151.931000', '120151.934000', '120151.937000', '120151.939000', '120151.942000', '120151.944000', '120151.947000', '120151.950000', '120151.952000', '120151.955000', '120151.957000', '120151.964000', '120151.967000', '120151.969000', '120151.972000', '120151.974000', '120151.977000', '120151.980000', '120151.982000', '120151.988000', '120211.857000', '120211.859000', '120211.862000', '120211.865000', '120211.868000', '120211.870000', '120211.873000', '120211.876000', '120211.878000', '120211.881000', '120211.883000', '120211.886000', '120211.889000', '120211.891000', '120211.894000', '120211.896000', '120211.899000', '120211.901000', '120211.904000', '120211.907000', '120211.909000', '120211.912000', '120211.914000', '120211.917000', '120211.920000', '120211.922000', '120211.925000', '120211.928000', '120211.930000', '120211.933000', '120211.935000', '120211.938000', '120211.951000', '120211.953000', '120211.956000', '120211.958000', '120211.961000', '120211.964000', '120211.966000', '120211.969000', '120211.971000', '120211.974000', '120211.977000', '120211.979000', '120231.856000', '120231.859000', '120231.862000', '120231.865000', '120231.867000', '120231.870000', '120231.873000', '120231.875000', '120231.878000', '120231.881000', '120231.883000', '120231.886000', '120231.889000', '120231.891000', '120231.894000', '120231.896000', '120231.899000', '120231.902000', '120231.904000', '120231.907000', '120231.910000', '120231.912000', '120231.915000', '120231.917000', '120231.933000', '120231.936000', '120231.938000', '120231.941000', '120231.943000', '120231.946000', '120231.949000', '120231.951000', '120231.954000', '120231.957000', '120231.959000', '120231.962000', '120231.965000', '120231.967000', '120231.970000', '120231.973000', '120231.975000', '120231.978000', '120231.980000', '120251.857000', '120251.860000', '120251.863000', '120251.866000', '120251.868000', '120251.871000', '120251.874000', '120251.877000', '120251.879000', '120251.882000', '120251.885000', '120251.887000', '120251.890000', '120251.892000', '120251.895000', '120251.898000', '120251.901000', '120251.903000', '120251.906000', '120251.908000', '120251.911000', '120251.914000', '120251.916000', '120251.919000', '120251.921000', '120251.924000', '120251.927000', '120251.929000', '120251.932000', '120251.934000', '120251.937000', '120251.939000', '120251.942000', '120251.945000', '120251.947000', '120251.950000', '120251.952000', '120251.955000', '120251.958000', '120251.960000', '120251.963000', '120251.966000', '120251.968000', '120251.971000', '120311.857000', '120311.860000', '120311.863000', '120311.865000', '120311.868000', '120311.871000', '120311.873000', '120311.876000', '120311.879000', '120311.881000', '120311.884000', '120311.887000', '120311.889000', '120311.892000', '120311.895000', '120311.897000', '120311.900000', '120311.902000', '120311.905000', '120311.908000', '120311.910000', '120311.913000', '120311.916000', '120311.919000', '120311.921000', '120311.924000', '120311.927000', '120311.929000', '120311.932000', '120311.934000', '120311.937000', '120311.940000', '120311.942000', '120311.945000', '120311.948000', '120311.950000', '120311.954000', '120311.957000', '120311.960000', '120311.963000', '120311.965000', '120311.968000', '120311.970000', '120331.858000', '120331.860000', '120331.863000', '120331.866000', '120331.868000', '120331.871000', '120331.885000', '120331.887000', '120331.890000', '120331.893000', '120331.895000', '120331.898000', '120331.900000', '120331.903000', '120331.905000', '120331.908000', '120331.910000', '120331.913000', '120331.916000', '120331.918000', '120331.921000', '120331.924000', '120331.926000', '120331.929000', '120331.931000', '120331.934000', '120331.936000', '120331.939000', '120331.942000', '120331.944000', '120331.947000', '120331.949000', '120331.952000', '120331.955000', '120331.957000', '120331.960000', '120331.963000', '120331.965000', '120331.968000', '120331.971000', '120331.973000', '120331.976000', '120331.978000', '120331.981000', '120351.858000', '120351.860000', '120351.863000', '120351.866000', '120351.869000', '120351.871000', '120351.874000', '120351.877000', '120351.879000', '120351.882000', '120351.884000', '120351.887000', '120351.890000', '120351.892000', '120351.895000', '120351.897000', '120351.900000', '120351.903000', '120351.905000', '120351.908000', '120351.911000', '120351.913000', '120351.916000', '120351.919000', '120351.921000', '120351.924000', '120351.926000', '120351.929000', '120351.932000', '120351.934000', '120351.937000', '120351.940000', '120351.942000', '120351.945000', '120351.948000', '120351.950000', '120351.953000', '120351.956000', '120351.958000', '120351.961000', '120351.964000', '120351.966000', '120351.969000', '120411.856000', '120411.859000', '120411.862000', '120411.865000', '120411.867000', '120411.870000', '120411.873000', '120411.875000', '120411.878000', '120411.881000', '120411.884000', '120411.886000', '120411.889000', '120411.891000', '120411.894000', '120411.897000', '120411.899000', '120411.902000', '120411.904000', '120411.907000', '120411.910000', '120411.912000', '120411.915000', '120411.918000', '120411.920000', '120411.923000', '120411.925000', '120411.928000', '120411.931000', '120411.934000', '120411.936000', '120411.939000', '120411.941000', '120411.944000', '120411.947000', '120411.949000', '120411.952000', '120411.954000', '120411.957000', '120411.960000', '120411.962000', '120411.965000', '120411.968000', '120411.970000', '120431.857000', '120431.859000', '120431.862000', '120431.865000', '120431.867000', '120431.870000', '120431.873000', '120431.875000', '120431.878000', '120431.880000', '120431.883000', '120431.886000', '120431.888000', '120431.891000', '120431.894000', '120431.896000', '120431.899000', '120431.902000', '120431.904000', '120431.907000', '120431.909000', '120431.912000', '120431.915000', '120431.917000', '120431.920000', '120431.923000', '120431.925000', '120431.928000', '120431.931000', '120431.933000', '120431.936000', '120431.939000', '120431.941000', '120431.944000', '120431.947000', '120431.950000', '120431.953000', '120431.957000', '120431.960000', '120431.994000', '120431.997000', '120432.000000', '120432.003000', '120451.857000', '120451.860000', '120451.862000', '120451.866000', '120451.868000', '120451.871000', '120451.873000', '120451.876000', '120451.879000', '120451.881000', '120451.884000', '120451.887000', '120451.889000', '120451.892000', '120451.895000', '120451.897000', '120451.900000', '120451.903000', '120451.905000', '120451.908000', '120451.911000', '120451.913000', '120451.916000', '120451.918000', '120451.921000', '120451.924000', '120451.926000', '120451.929000', '120451.931000', '120451.934000', '120451.937000', '120451.939000', '120451.942000', '120451.945000', '120451.947000', '120451.950000', '120451.953000', '120451.955000', '120451.958000', '120451.961000', '120451.963000', '120451.966000', '120451.968000', '120451.971000', '120511.857000', '120511.860000', '120511.863000', '120511.866000', '120511.868000', '120511.871000', '120511.874000', '120511.876000', '120511.879000', '120511.882000', '120511.884000', '120511.887000', '120511.889000', '120511.892000', '120511.895000', '120511.898000', '120511.900000', '120511.903000', '120511.906000', '120511.908000', '120511.911000', '120511.913000', '120511.916000', '120511.919000', '120511.921000', '120511.924000', '120511.927000', '120511.929000', '120511.932000', '120511.934000', '120511.937000', '120511.940000', '120511.942000', '120511.945000', '120511.947000', '120511.950000', '120511.953000', '120511.960000', '120511.963000', '120511.966000', '120511.968000', '120511.971000', '120511.974000', '120531.858000', '120531.861000', '120531.863000', '120531.866000', '120531.869000', '120531.871000', '120531.874000', '120531.876000', '120531.879000', '120531.882000', '120531.884000', '120531.887000', '120531.889000', '120531.892000', '120531.895000', '120531.898000', '120531.900000', '120531.903000', '120531.905000', '120531.908000', '120531.911000', '120531.913000', '120531.916000', '120531.918000', '120531.921000', '120531.924000', '120531.926000', '120531.929000', '120531.932000', '120531.934000', '120531.937000', '120531.940000', '120531.942000', '120531.945000', '120531.947000', '120531.950000', '120531.953000', '120531.955000', '120531.958000', '120531.960000', '120531.963000', '120531.966000', '120531.968000', '120531.971000', '120551.858000', '120551.860000', '120551.863000', '120551.866000', '120551.868000', '120551.871000', '120551.874000', '120551.876000', '120551.879000', '120551.882000', '120551.884000', '120551.887000', '120551.890000', '120551.892000', '120551.895000', '120551.897000', '120551.900000', '120551.903000', '120551.905000', '120551.908000', '120551.911000', '120551.913000', '120551.916000', '120551.919000', '120551.921000', '120551.924000', '120551.926000', '120551.929000', '120551.932000', '120551.934000', '120551.937000', '120551.940000', '120551.942000', '120551.945000', '120551.947000', '120551.950000', '120551.953000', '120551.955000', '120551.958000', '120551.961000', '120551.963000', '120551.966000', '120551.968000', '120611.858000', '120611.861000', '120611.863000', '120611.866000', '120611.868000', '120611.871000', '120611.874000', '120611.876000', '120611.879000', '120611.882000', '120611.884000', '120611.887000', '120611.889000', '120611.892000', '120611.895000', '120611.898000', '120611.900000', '120611.903000', '120611.905000', '120611.908000', '120611.911000', '120611.913000', '120611.916000', '120611.919000', '120611.921000', '120611.924000', '120611.926000', '120611.929000', '120611.932000', '120611.934000', '120611.937000', '120611.940000', '120611.942000', '120611.945000', '120611.947000', '120611.950000', '120611.952000', '120611.955000', '120611.958000', '120611.960000', '120611.963000', '120611.965000', '120611.968000', '120611.971000', '120631.856000', '120631.859000', '120631.862000', '120631.865000', '120631.867000', '120631.870000', '120631.872000', '120631.875000', '120631.878000', '120631.880000', '120631.883000', '120631.886000', '120631.903000', '120631.906000', '120631.908000', '120631.911000', '120631.914000', '120631.916000', '120631.919000', '120631.922000', '120631.924000', '120631.927000', '120631.929000', '120631.932000', '120631.935000', '120631.937000', '120631.940000', '120631.943000', '120631.945000', '120631.948000', '120631.950000', '120631.953000', '120631.956000', '120631.958000', '120631.961000', '120631.964000', '120631.966000', '120631.969000', '120631.971000', '120631.974000', '120631.977000', '120631.979000', '120631.982000', '120651.856000', '120651.859000', '120651.862000', '120651.865000', '120651.867000', '120651.870000', '120651.873000', '120651.875000', '120651.878000', '120651.881000', '120651.883000', '120651.886000', '120651.889000', '120651.891000', '120651.894000', '120651.897000', '120651.899000', '120651.902000', '120651.904000', '120651.907000', '120651.910000', '120651.912000', '120651.915000', '120651.918000', '120651.920000', '120651.923000', '120651.926000', '120651.928000', '120651.931000', '120651.933000', '120651.936000', '120651.939000', '120651.941000', '120651.944000', '120651.946000', '120651.949000', '120651.952000', '120651.954000', '120651.957000', '120651.959000', '120651.962000', '120651.965000', '120651.968000', '120651.970000', '120711.857000', '120711.859000', '120711.862000', '120711.865000', '120711.867000', '120711.870000', '120711.873000', '120711.875000', '120711.878000', '120711.881000', '120711.883000', '120711.886000', '120711.889000', '120711.891000', '120711.894000', '120711.897000', '120711.899000', '120711.902000', '120711.904000', '120711.907000', '120711.910000', '120711.912000', '120711.915000', '120711.918000', '120711.920000', '120711.923000', '120711.926000', '120711.928000', '120711.931000', '120711.933000', '120711.936000', '120711.938000', '120711.941000', '120711.944000', '120711.946000', '120711.949000', '120711.952000', '120711.954000', '120711.957000', '120711.959000', '120711.962000', '120711.965000', '120711.967000', '120731.857000', '120731.860000', '120731.863000', '120731.866000', '120731.868000', '120731.871000', '120731.873000', '120731.876000', '120731.879000', '120731.881000', '120731.884000', '120731.887000', '120731.889000', '120731.892000', '120731.894000', '120731.897000', '120731.900000', '120731.902000', '120731.905000', '120731.908000', '120731.910000', '120731.913000', '120731.915000', '120731.918000', '120731.921000', '120731.923000', '120731.926000', '120731.930000', '120731.933000', '120731.935000', '120731.938000', '120731.941000', '120731.943000', '120731.946000', '120731.948000', '120731.951000', '120731.954000', '120731.957000', '120731.959000', '120731.962000', '120731.965000', '120731.967000', '120731.970000', '120731.973000', '120751.858000', '120751.861000', '120751.863000', '120751.866000', '120751.868000', '120751.871000', '120751.874000', '120751.876000', '120751.879000', '120751.882000', '120751.884000', '120751.887000', '120751.889000', '120751.892000', '120751.895000', '120751.897000', '120751.900000', '120751.903000', '120751.905000', '120751.908000', '120751.911000', '120751.913000', '120751.916000', '120751.928000', '120751.931000', '120751.934000', '120751.936000', '120751.939000', '120751.941000', '120751.944000', '120751.947000', '120751.949000', '120751.952000', '120751.954000', '120751.957000', '120751.960000', '120751.962000', '120751.965000', '120751.968000', '120751.970000', '120751.973000', '120751.976000', '120751.978000', '120811.857000', '120811.860000', '120811.863000', '120811.866000', '120811.868000', '120811.872000', '120811.875000', '120811.878000', '120811.880000', '120811.883000', '120811.886000', '120811.888000', '120811.891000', '120811.893000', '120811.896000', '120811.899000', '120811.902000', '120811.904000', '120811.907000', '120811.909000', '120811.912000', '120811.914000', '120811.917000', '120811.920000', '120811.923000', '120811.925000', '120811.928000', '120811.931000', '120811.933000', '120811.936000', '120811.938000', '120811.941000', '120811.944000', '120811.946000', '120811.949000', '120811.952000', '120811.954000', '120811.957000', '120811.959000', '120811.962000', '120811.965000', '120811.967000', '120811.970000', '120811.972000', '120818.258000', '120818.261000', '120818.264000', '120818.266000', '120818.269000', '120818.272000', '120818.275000', '120818.278000', '120818.280000', '120818.283000', '120818.286000', '120818.288000', '120818.291000', '120818.294000'], 'InstanceCreationTime': ['120151.893000', '120151.896000', '120151.899000', '120151.902000', '120151.912000', '120151.915000', '120151.918000', '120151.921000', '120151.924000', '120151.926000', '120151.929000', '120151.931000', '120151.934000', '120151.937000', '120151.939000', '120151.942000', '120151.944000', '120151.947000', '120151.950000', '120151.952000', '120151.955000', '120151.957000', '120151.964000', '120151.967000', '120151.969000', '120151.972000', '120151.974000', '120151.977000', '120151.980000', '120151.982000', '120151.988000', '120211.857000', '120211.859000', '120211.862000', '120211.865000', '120211.868000', '120211.870000', '120211.873000', '120211.876000', '120211.878000', '120211.881000', '120211.883000', '120211.886000', '120211.889000', '120211.891000', '120211.894000', '120211.896000', '120211.899000', '120211.901000', '120211.904000', '120211.907000', '120211.909000', '120211.912000', '120211.914000', '120211.917000', '120211.920000', '120211.922000', '120211.925000', '120211.928000', '120211.930000', '120211.933000', '120211.935000', '120211.938000', '120211.951000', '120211.953000', '120211.956000', '120211.958000', '120211.961000', '120211.964000', '120211.966000', '120211.969000', '120211.971000', '120211.974000', '120211.977000', '120211.979000', '120231.856000', '120231.859000', '120231.862000', '120231.865000', '120231.867000', '120231.870000', '120231.873000', '120231.875000', '120231.878000', '120231.881000', '120231.883000', '120231.886000', '120231.889000', '120231.891000', '120231.894000', '120231.896000', '120231.899000', '120231.902000', '120231.904000', '120231.907000', '120231.910000', '120231.912000', '120231.915000', '120231.917000', '120231.933000', '120231.936000', '120231.938000', '120231.941000', '120231.943000', '120231.946000', '120231.949000', '120231.951000', '120231.954000', '120231.957000', '120231.959000', '120231.962000', '120231.965000', '120231.967000', '120231.970000', '120231.973000', '120231.975000', '120231.978000', '120231.980000', '120251.857000', '120251.860000', '120251.863000', '120251.866000', '120251.868000', '120251.871000', '120251.874000', '120251.877000', '120251.879000', '120251.882000', '120251.885000', '120251.887000', '120251.890000', '120251.892000', '120251.895000', '120251.898000', '120251.901000', '120251.903000', '120251.906000', '120251.908000', '120251.911000', '120251.914000', '120251.916000', '120251.919000', '120251.921000', '120251.924000', '120251.927000', '120251.929000', '120251.932000', '120251.934000', '120251.937000', '120251.939000', '120251.942000', '120251.945000', '120251.947000', '120251.950000', '120251.952000', '120251.955000', '120251.958000', '120251.960000', '120251.963000', '120251.966000', '120251.968000', '120251.971000', '120311.857000', '120311.860000', '120311.863000', '120311.865000', '120311.868000', '120311.871000', '120311.873000', '120311.876000', '120311.879000', '120311.881000', '120311.884000', '120311.887000', '120311.889000', '120311.892000', '120311.895000', '120311.897000', '120311.900000', '120311.902000', '120311.905000', '120311.908000', '120311.910000', '120311.913000', '120311.916000', '120311.919000', '120311.921000', '120311.924000', '120311.927000', '120311.929000', '120311.932000', '120311.934000', '120311.937000', '120311.940000', '120311.942000', '120311.945000', '120311.948000', '120311.950000', '120311.954000', '120311.957000', '120311.960000', '120311.963000', '120311.965000', '120311.968000', '120311.970000', '120331.858000', '120331.860000', '120331.863000', '120331.866000', '120331.868000', '120331.871000', '120331.885000', '120331.887000', '120331.890000', '120331.893000', '120331.895000', '120331.898000', '120331.900000', '120331.903000', '120331.905000', '120331.908000', '120331.910000', '120331.913000', '120331.916000', '120331.918000', '120331.921000', '120331.924000', '120331.926000', '120331.929000', '120331.931000', '120331.934000', '120331.936000', '120331.939000', '120331.942000', '120331.944000', '120331.947000', '120331.949000', '120331.952000', '120331.955000', '120331.957000', '120331.960000', '120331.963000', '120331.965000', '120331.968000', '120331.971000', '120331.973000', '120331.976000', '120331.978000', '120331.981000', '120351.858000', '120351.860000', '120351.863000', '120351.866000', '120351.869000', '120351.871000', '120351.874000', '120351.877000', '120351.879000', '120351.882000', '120351.884000', '120351.887000', '120351.890000', '120351.892000', '120351.895000', '120351.897000', '120351.900000', '120351.903000', '120351.905000', '120351.908000', '120351.911000', '120351.913000', '120351.916000', '120351.919000', '120351.921000', '120351.924000', '120351.926000', '120351.929000', '120351.932000', '120351.934000', '120351.937000', '120351.940000', '120351.942000', '120351.945000', '120351.948000', '120351.950000', '120351.953000', '120351.956000', '120351.958000', '120351.961000', '120351.964000', '120351.966000', '120351.969000', '120411.856000', '120411.859000', '120411.862000', '120411.865000', '120411.867000', '120411.870000', '120411.873000', '120411.875000', '120411.878000', '120411.881000', '120411.884000', '120411.886000', '120411.889000', '120411.891000', '120411.894000', '120411.897000', '120411.899000', '120411.902000', '120411.904000', '120411.907000', '120411.910000', '120411.912000', '120411.915000', '120411.918000', '120411.920000', '120411.923000', '120411.925000', '120411.928000', '120411.931000', '120411.934000', '120411.936000', '120411.939000', '120411.941000', '120411.944000', '120411.947000', '120411.949000', '120411.952000', '120411.954000', '120411.957000', '120411.960000', '120411.962000', '120411.965000', '120411.968000', '120411.970000', '120431.857000', '120431.859000', '120431.862000', '120431.865000', '120431.867000', '120431.870000', '120431.873000', '120431.875000', '120431.878000', '120431.880000', '120431.883000', '120431.886000', '120431.888000', '120431.891000', '120431.894000', '120431.896000', '120431.899000', '120431.902000', '120431.904000', '120431.907000', '120431.909000', '120431.912000', '120431.915000', '120431.917000', '120431.920000', '120431.923000', '120431.925000', '120431.928000', '120431.931000', '120431.933000', '120431.936000', '120431.939000', '120431.941000', '120431.944000', '120431.947000', '120431.950000', '120431.953000', '120431.957000', '120431.960000', '120431.994000', '120431.997000', '120432.000000', '120432.003000', '120451.857000', '120451.860000', '120451.862000', '120451.866000', '120451.868000', '120451.871000', '120451.873000', '120451.876000', '120451.879000', '120451.881000', '120451.884000', '120451.887000', '120451.889000', '120451.892000', '120451.895000', '120451.897000', '120451.900000', '120451.903000', '120451.905000', '120451.908000', '120451.911000', '120451.913000', '120451.916000', '120451.918000', '120451.921000', '120451.924000', '120451.926000', '120451.929000', '120451.931000', '120451.934000', '120451.937000', '120451.939000', '120451.942000', '120451.945000', '120451.947000', '120451.950000', '120451.953000', '120451.955000', '120451.958000', '120451.961000', '120451.963000', '120451.966000', '120451.968000', '120451.971000', '120511.857000', '120511.860000', '120511.863000', '120511.866000', '120511.868000', '120511.871000', '120511.874000', '120511.876000', '120511.879000', '120511.882000', '120511.884000', '120511.887000', '120511.889000', '120511.892000', '120511.895000', '120511.898000', '120511.900000', '120511.903000', '120511.906000', '120511.908000', '120511.911000', '120511.913000', '120511.916000', '120511.919000', '120511.921000', '120511.924000', '120511.927000', '120511.929000', '120511.932000', '120511.934000', '120511.937000', '120511.940000', '120511.942000', '120511.945000', '120511.947000', '120511.950000', '120511.953000', '120511.960000', '120511.963000', '120511.966000', '120511.968000', '120511.971000', '120511.974000', '120531.858000', '120531.861000', '120531.863000', '120531.866000', '120531.869000', '120531.871000', '120531.874000', '120531.876000', '120531.879000', '120531.882000', '120531.884000', '120531.887000', '120531.889000', '120531.892000', '120531.895000', '120531.898000', '120531.900000', '120531.903000', '120531.905000', '120531.908000', '120531.911000', '120531.913000', '120531.916000', '120531.918000', '120531.921000', '120531.924000', '120531.926000', '120531.929000', '120531.932000', '120531.934000', '120531.937000', '120531.940000', '120531.942000', '120531.945000', '120531.947000', '120531.950000', '120531.953000', '120531.955000', '120531.958000', '120531.960000', '120531.963000', '120531.966000', '120531.968000', '120531.971000', '120551.858000', '120551.860000', '120551.863000', '120551.866000', '120551.868000', '120551.871000', '120551.874000', '120551.876000', '120551.879000', '120551.882000', '120551.884000', '120551.887000', '120551.890000', '120551.892000', '120551.895000', '120551.897000', '120551.900000', '120551.903000', '120551.905000', '120551.908000', '120551.911000', '120551.913000', '120551.916000', '120551.919000', '120551.921000', '120551.924000', '120551.926000', '120551.929000', '120551.932000', '120551.934000', '120551.937000', '120551.940000', '120551.942000', '120551.945000', '120551.947000', '120551.950000', '120551.953000', '120551.955000', '120551.958000', '120551.961000', '120551.963000', '120551.966000', '120551.968000', '120611.858000', '120611.861000', '120611.863000', '120611.866000', '120611.868000', '120611.871000', '120611.874000', '120611.876000', '120611.879000', '120611.882000', '120611.884000', '120611.887000', '120611.889000', '120611.892000', '120611.895000', '120611.898000', '120611.900000', '120611.903000', '120611.905000', '120611.908000', '120611.911000', '120611.913000', '120611.916000', '120611.919000', '120611.921000', '120611.924000', '120611.926000', '120611.929000', '120611.932000', '120611.934000', '120611.937000', '120611.940000', '120611.942000', '120611.945000', '120611.947000', '120611.950000', '120611.952000', '120611.955000', '120611.958000', '120611.960000', '120611.963000', '120611.965000', '120611.968000', '120611.971000', '120631.856000', '120631.859000', '120631.862000', '120631.865000', '120631.867000', '120631.870000', '120631.872000', '120631.875000', '120631.878000', '120631.880000', '120631.883000', '120631.886000', '120631.903000', '120631.906000', '120631.908000', '120631.911000', '120631.914000', '120631.916000', '120631.919000', '120631.922000', '120631.924000', '120631.927000', '120631.929000', '120631.932000', '120631.935000', '120631.937000', '120631.940000', '120631.943000', '120631.945000', '120631.948000', '120631.950000', '120631.953000', '120631.956000', '120631.958000', '120631.961000', '120631.964000', '120631.966000', '120631.969000', '120631.971000', '120631.974000', '120631.977000', '120631.979000', '120631.982000', '120651.856000', '120651.859000', '120651.862000', '120651.865000', '120651.867000', '120651.870000', '120651.873000', '120651.875000', '120651.878000', '120651.881000', '120651.883000', '120651.886000', '120651.889000', '120651.891000', '120651.894000', '120651.897000', '120651.899000', '120651.902000', '120651.904000', '120651.907000', '120651.910000', '120651.912000', '120651.915000', '120651.918000', '120651.920000', '120651.923000', '120651.926000', '120651.928000', '120651.931000', '120651.933000', '120651.936000', '120651.939000', '120651.941000', '120651.944000', '120651.946000', '120651.949000', '120651.952000', '120651.954000', '120651.957000', '120651.959000', '120651.962000', '120651.965000', '120651.968000', '120651.970000', '120711.857000', '120711.859000', '120711.862000', '120711.865000', '120711.867000', '120711.870000', '120711.873000', '120711.875000', '120711.878000', '120711.881000', '120711.883000', '120711.886000', '120711.889000', '120711.891000', '120711.894000', '120711.897000', '120711.899000', '120711.902000', '120711.904000', '120711.907000', '120711.910000', '120711.912000', '120711.915000', '120711.918000', '120711.920000', '120711.923000', '120711.926000', '120711.928000', '120711.931000', '120711.933000', '120711.936000', '120711.938000', '120711.941000', '120711.944000', '120711.946000', '120711.949000', '120711.952000', '120711.954000', '120711.957000', '120711.959000', '120711.962000', '120711.965000', '120711.967000', '120731.857000', '120731.860000', '120731.863000', '120731.866000', '120731.868000', '120731.871000', '120731.873000', '120731.876000', '120731.879000', '120731.881000', '120731.884000', '120731.887000', '120731.889000', '120731.892000', '120731.894000', '120731.897000', '120731.900000', '120731.902000', '120731.905000', '120731.908000', '120731.910000', '120731.913000', '120731.915000', '120731.918000', '120731.921000', '120731.923000', '120731.926000', '120731.930000', '120731.933000', '120731.935000', '120731.938000', '120731.941000', '120731.943000', '120731.946000', '120731.948000', '120731.951000', '120731.954000', '120731.957000', '120731.959000', '120731.962000', '120731.965000', '120731.967000', '120731.970000', '120731.973000', '120751.858000', '120751.861000', '120751.863000', '120751.866000', '120751.868000', '120751.871000', '120751.874000', '120751.876000', '120751.879000', '120751.882000', '120751.884000', '120751.887000', '120751.889000', '120751.892000', '120751.895000', '120751.897000', '120751.900000', '120751.903000', '120751.905000', '120751.908000', '120751.911000', '120751.913000', '120751.916000', '120751.928000', '120751.931000', '120751.934000', '120751.936000', '120751.939000', '120751.941000', '120751.944000', '120751.947000', '120751.949000', '120751.952000', '120751.954000', '120751.957000', '120751.960000', '120751.962000', '120751.965000', '120751.968000', '120751.970000', '120751.973000', '120751.976000', '120751.978000', '120811.857000', '120811.860000', '120811.863000', '120811.866000', '120811.868000', '120811.872000', '120811.875000', '120811.878000', '120811.880000', '120811.883000', '120811.886000', '120811.888000', '120811.891000', '120811.893000', '120811.896000', '120811.899000', '120811.902000', '120811.904000', '120811.907000', '120811.909000', '120811.912000', '120811.914000', '120811.917000', '120811.920000', '120811.923000', '120811.925000', '120811.928000', '120811.931000', '120811.933000', '120811.936000', '120811.938000', '120811.941000', '120811.944000', '120811.946000', '120811.949000', '120811.952000', '120811.954000', '120811.957000', '120811.959000', '120811.962000', '120811.965000', '120811.967000', '120811.970000', '120811.972000', '120818.258000', '120818.261000', '120818.264000', '120818.266000', '120818.269000', '120818.272000', '120818.275000', '120818.278000', '120818.280000', '120818.283000', '120818.286000', '120818.288000', '120818.291000', '120818.294000'], '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': [11596, 10498, 9367, 12643, 9548, 19339, 14924, 14817, 10886, 12469, 9734, 19672, 14872, 12841, 9644, 9384, 9158, 12836, 11405, 11703, 9467, 9256, 8666, 8579, 9768, 8811, 9832, 8586, 9369, 8806, 13940, 8858, 9909, 8867, 9354, 9968, 9374, 14641, 9317, 13080, 8852, 10226, 9667, 12967, 12498, 9336, 11636, 8949, 13901, 9879, 18345, 12712, 14636, 10137, 11896, 10664, 12694, 10686, 9110, 11759, 9314, 18340, 13531, 13862, 10200, 9039, 10712, 15665, 14787, 9037, 10399, 9552, 14414, 12709, 20160, 14544, 10699, 9009, 8836, 9811, 8924, 14212, 9611, 10929, 9709, 9271, 10186, 14726, 10904, 9015, 9620, 9104, 9429, 8657, 15284, 9243, 11771, 9294, 11255, 8770, 10926, 10836, 8658, 9073, 8625, 11961, 8784, 15655, 10037, 9708, 8911, 8506, 11364, 15384, 14880, 10509, 10658, 9003, 11046, 8940, 17080, 12267, 11215, 9006, 9093, 10987, 9354, 18638, 13063, 13881, 10040, 8838, 11938, 17260, 17274, 10928, 12582, 9993, 12778, 13001, 19920, 14661, 11879, 11409, 10930, 13699, 9460, 8729, 9197, 9491, 15174, 10807, 9436, 9451, 9511, 16336, 12014, 8934, 9311, 9263, 10831, 9559, 12904, 9291, 8877, 9477, 9584, 15165, 9888, 11201, 9895, 8419, 10993, 11514, 16310, 12129, 14571, 16993, 10125, 12898, 9779, 11375, 9635, 17136, 12786, 11406, 9505, 8343, 9651, 9356, 10347, 9379, 9354, 9714, 11212, 9847, 11681, 9486, 9284, 10025, 12287, 9813, 10765, 9670, 8801, 8971, 8686, 9508, 12648, 10179, 9302, 9502, 8794, 9868, 9087, 12005, 8942, 10382, 9716, 8701, 9930, 9671, 14785, 9320, 12303, 9818, 10155, 10759, 17274, 16400, 10616, 12987, 9984, 17909, 14730, 17115, 11767, 9173, 10924, 11583, 18704, 11894, 12280, 9626, 10914, 13773, 11097, 12024, 9515, 10621, 9907, 17363, 12244, 12844, 9645, 8469, 10037, 10668, 9854, 8743, 9472, 9312, 11454, 10159, 13968, 9847, 11824, 9427, 12716, 9922, 15113, 9608, 8362, 9919, 9070, 11040, 9043, 11008, 9748, 11491, 9918, 16852, 12933, 12565, 9761, 8349, 10194, 9797, 14112, 9334, 11352, 9969, 10059, 10253, 12870, 12376, 8788, 9725, 8539, 10643, 9107, 15204, 10499, 11781, 9515, 11897, 9591, 13765, 10292, 8513, 9604, 8963, 9570, 9031, 14142, 10557, 11995, 9487, 8762, 9964, 9068, 16262, 11470, 9705, 10240, 9265, 14723, 11087, 17458, 13071, 9527, 12378, 10587, 20107, 16165, 12904, 10892, 9441, 17829, 11885, 14160, 9934, 14290, 13787, 9607, 10878, 9471, 13015, 9994, 17627, 9112, 8156, 9288, 9254, 12739, 9369, 11379, 9376, 10712, 10404, 12044, 9949, 9153, 9108, 9078, 12733, 10104, 16118, 9509, 8567, 9435, 8581, 12200, 12940, 14049, 9239, 9905, 10258, 10752, 10972, 9310, 9472, 8837, 10300, 9937, 14756, 10580, 9206, 9692, 8809, 10135, 12062, 13603, 9039, 9823, 8893, 10723, 9000, 14605, 10511, 8713, 9109, 8476, 9269, 8992, 9260, 11850, 9881, 16649, 10676, 10839, 9756, 11751, 16242, 12679, 14919, 9389, 12023, 9842, 19628, 14736, 12400, 9693, 8470, 10751, 11444, 13643, 9322, 10194, 10006, 13004, 10513, 13665, 9534, 9125, 9055, 9861, 12697, 10161, 8748, 9407, 9227, 11691, 9343, 15243, 12415, 13102, 9055, 10639, 9748, 15674, 9868, 10849, 10021, 8059, 10030, 11550, 14052, 9063, 9820, 9218, 9489, 10540, 13784, 10886, 8987, 10288, 9138, 15506, 13064, 16378, 9469, 9924, 9633, 11827, 10190, 10684, 10029, 9865, 16499, 11685, 9131, 10350, 8844, 11034, 9816, 12472, 10035, 9155, 9979, 9810, 15660, 11157, 11049, 10053, 9311, 12751, 10651, 15602, 9851, 12358, 10231, 12486, 10180, 8750, 10362, 9880, 15500, 9600, 10629, 9713, 11023, 12810, 9763, 10611, 9663, 8639, 9766, 8621, 11429, 9561, 10810, 9210, 8572, 9800, 9460, 10977, 9158, 10330, 9592, 9328, 10670, 9550, 11576, 9291, 13445, 11521, 10453, 12793, 9561, 16647, 12773, 16204, 10373, 10576, 10051, 14420, 16078, 9999, 10020, 9672, 9246, 9619, 12530, 10945, 8387, 9653, 9561, 10011, 9800, 14013, 10015, 8753, 9597, 9290, 9796, 9096, 9744, 9579, 7912, 10000, 9687, 14428, 9572, 12579, 9369, 11012, 12462, 12761, 14940, 9090, 10326, 10030, 9850, 14245, 9362, 10841, 9825, 8390, 9691, 12820, 13702, 9127, 10921, 9859, 14449, 10973, 11002, 10355, 8458, 10265, 9651, 14324, 9922, 10849, 9918, 7996, 10132, 9066, 12367, 9439, 10463, 9224, 10806, 9324, 12570, 9252, 10442, 9663, 7846, 9723, 8014, 10450, 8927, 11108, 8754, 9619, 9405, 11868, 10000, 8854, 10227, 9260, 11095, 9826, 14973, 13188, 9209, 9816, 9702, 14148, 10078, 15475, 10476, 9246, 10877, 9611, 19139, 14901, 12069, 10528, 9499, 15601, 13292, 15931, 11179, 9563, 11035, 9845, 17262, 12409, 9327, 9443, 9838, 14171, 10750, 10567, 9401, 9673, 11350, 9855, 15134, 10036, 8416, 9827, 9878, 16058, 9498, 11200, 9964, 11651, 12232, 9926, 9636, 9175, 10068, 9801, 16683, 10414, 9369, 9675, 8915, 9411, 9125, 13707, 9006, 9914, 9260, 7356, 9362, 8962, 12792, 8693, 11279, 8974, 9670, 9904, 10615, 10356, 9003, 9128, 8399, 10190, 9225, 13622, 10519, 13009, 8835, 10145, 9434, 10769, 10309, 8307, 10143, 8698, 11785, 9231, 17040, 13124, 14848, 10485, 9242, 10627, 10228, 18789, 13238, 13495, 9860, 10217, 14215, 10184, 15914, 9268, 11920, 11262, 9528, 10245, 10040, 9827, 17107, 14755, 13870, 10305, 9388, 11678, 10282, 20024, 16078, 11936, 9581, 9501, 10619, 9750, 15270, 9949, 8379, 9793, 10033, 11718, 9421, 10765, 9900, 7858, 9894, 10034, 11596, 8967, 10573, 10181, 13471, 10046, 8864, 10119, 9904, 13180, 11304, 18196, 10937, 10014, 9994, 8928, 11618, 10445, 13643, 9468, 8319, 10066, 8808, 10120, 9678, 10010, 9347, 11669, 10096, 9492, 10236, 9128, 15991, 11437, 9057, 10115, 9408, 16162, 12097, 10898, 9965, 10313, 11466, 9543, 11744, 9659, 8286, 9837, 9742, 11970, 9624, 8018, 10090, 9763, 9798, 9781, 9977, 9501, 9614, 9689, 9241, 14908, 11175, 11623, 9795, 10104, 14676, 12447, 15379, 10887, 10893, 9597, 11664, 14831, 9680, 12062, 9427, 14350, 10864, 9866, 9651, 10372, 10618, 9716, 14901, 9468, 9006, 9745, 9067, 10463, 9797, 9722, 9327, 9197, 9711, 9163, 10546], 'WindowCenter': [4673.0, 4632.0, 4580.0, 4628.0, 4573.0, 4652.0, 4630.0, 4605.0, 4565.0, 4569.0, 4553.0, 4633.0, 4605.0, 4571.0, 4543.0, 4514.0, 4528.0, 4567.0, 4559.0, 4556.0, 4528.0, 4515.0, 4505.0, 4528.0, 4537.0, 4527.0, 4536.0, 4505.0, 4539.0, 4529.0, 4588.0, 4544.0, 4550.0, 4530.0, 4540.0, 4562.0, 4553.0, 4611.0, 4554.0, 4591.0, 4544.0, 4552.0, 4567.0, 4592.0, 4595.0, 4544.0, 4573.0, 4542.0, 4617.0, 4563.0, 4635.0, 4593.0, 4601.0, 4562.0, 4581.0, 4562.0, 4592.0, 4561.0, 4530.0, 4583.0, 4542.0, 4622.0, 4594.0, 4578.0, 4539.0, 4531.0, 4559.0, 4611.0, 4602.0, 4517.0, 4536.0, 4537.0, 4600.0, 4579.0, 4631.0, 4588.0, 4534.0, 4513.0, 4527.0, 4549.0, 4540.0, 4602.0, 4542.0, 4558.0, 4541.0, 4540.0, 4563.0, 4603.0, 4563.0, 4520.0, 4539.0, 4517.0, 4542.0, 4541.0, 4611.0, 4541.0, 4571.0, 4530.0, 4558.0, 4546.0, 4572.0, 4574.0, 4532.0, 4530.0, 4544.0, 4596.0, 4545.0, 4625.0, 4579.0, 4554.0, 4545.0, 4545.0, 4585.0, 4613.0, 4617.0, 4564.0, 4563.0, 4530.0, 4572.0, 4529.0, 4609.0, 4597.0, 4561.0, 4530.0, 4531.0, 4573.0, 4543.0, 4636.0, 4594.0, 4580.0, 4541.0, 4530.0, 4584.0, 4623.0, 4622.0, 4551.0, 4570.0, 4540.0, 4581.0, 4625.0, 4665.0, 4591.0, 4540.0, 4556.0, 4542.0, 4571.0, 4522.0, 4500.0, 4522.0, 4539.0, 4613.0, 4548.0, 4539.0, 4550.0, 4538.0, 4611.0, 4568.0, 4514.0, 4512.0, 4539.0, 4558.0, 4551.0, 4576.0, 4527.0, 4529.0, 4550.0, 4540.0, 4611.0, 4538.0, 4544.0, 4536.0, 4517.0, 4559.0, 4559.0, 4609.0, 4583.0, 4600.0, 4620.0, 4547.0, 4565.0, 4523.0, 4542.0, 4540.0, 4605.0, 4578.0, 4544.0, 4523.0, 4516.0, 4536.0, 4525.0, 4533.0, 4512.0, 4510.0, 4537.0, 4557.0, 4548.0, 4555.0, 4536.0, 4524.0, 4550.0, 4579.0, 4551.0, 4546.0, 4540.0, 4514.0, 4515.0, 4527.0, 4539.0, 4577.0, 4560.0, 4529.0, 4538.0, 4515.0, 4550.0, 4541.0, 4580.0, 4556.0, 4564.0, 4555.0, 4542.0, 4577.0, 4554.0, 4626.0, 4554.0, 4569.0, 4551.0, 4574.0, 4573.0, 4635.0, 4637.0, 4561.0, 4578.0, 4553.0, 4634.0, 4615.0, 4610.0, 4558.0, 4527.0, 4559.0, 4569.0, 4631.0, 4568.0, 4554.0, 4539.0, 4557.0, 4590.0, 4558.0, 4565.0, 4523.0, 4546.0, 4537.0, 4608.0, 4568.0, 4551.0, 4512.0, 4514.0, 4539.0, 4546.0, 4548.0, 4515.0, 4524.0, 4538.0, 4569.0, 4560.0, 4588.0, 4541.0, 4558.0, 4529.0, 4578.0, 4551.0, 4586.0, 4526.0, 4502.0, 4551.0, 4528.0, 4558.0, 4540.0, 4558.0, 4538.0, 4569.0, 4562.0, 4620.0, 4595.0, 4579.0, 4539.0, 4517.0, 4562.0, 4549.0, 4590.0, 4541.0, 4559.0, 4553.0, 4540.0, 4563.0, 4592.0, 4582.0, 4518.0, 4540.0, 4516.0, 4562.0, 4540.0, 4601.0, 4560.0, 4570.0, 4539.0, 4556.0, 4552.0, 4590.0, 4552.0, 4518.0, 4540.0, 4516.0, 4553.0, 4543.0, 4601.0, 4574.0, 4571.0, 4539.0, 4542.0, 4562.0, 4543.0, 4636.0, 4598.0, 4564.0, 4576.0, 4554.0, 4614.0, 4585.0, 4637.0, 4594.0, 4540.0, 4594.0, 4562.0, 4646.0, 4613.0, 4566.0, 4561.0, 4540.0, 4619.0, 4568.0, 4575.0, 4551.0, 4586.0, 4590.0, 4526.0, 4533.0, 4537.0, 4576.0, 4537.0, 4607.0, 4514.0, 4480.0, 4527.0, 4527.0, 4577.0, 4527.0, 4544.0, 4526.0, 4546.0, 4546.0, 4566.0, 4549.0, 4514.0, 4513.0, 4529.0, 4576.0, 4550.0, 4611.0, 4541.0, 4517.0, 4528.0, 4528.0, 4568.0, 4581.0, 4587.0, 4527.0, 4524.0, 4551.0, 4557.0, 4572.0, 4539.0, 4537.0, 4528.0, 4560.0, 4553.0, 4613.0, 4565.0, 4531.0, 4540.0, 4518.0, 4551.0, 4570.0, 4589.0, 4517.0, 4538.0, 4516.0, 4546.0, 4543.0, 4602.0, 4564.0, 4528.0, 4540.0, 4517.0, 4527.0, 4530.0, 4555.0, 4584.0, 4565.0, 4638.0, 4576.0, 4560.0, 4555.0, 4582.0, 4614.0, 4595.0, 4601.0, 4528.0, 4569.0, 4540.0, 4631.0, 4601.0, 4554.0, 4525.0, 4517.0, 4546.0, 4568.0, 4576.0, 4514.0, 4523.0, 4538.0, 4577.0, 4548.0, 4587.0, 4525.0, 4514.0, 4514.0, 4550.0, 4577.0, 4562.0, 4518.0, 4541.0, 4529.0, 4558.0, 4540.0, 4601.0, 4581.0, 4568.0, 4516.0, 4547.0, 4540.0, 4600.0, 4541.0, 4535.0, 4525.0, 4506.0, 4551.0, 4557.0, 4589.0, 4528.0, 4524.0, 4527.0, 4539.0, 4548.0, 4603.0, 4562.0, 4530.0, 4549.0, 4541.0, 4610.0, 4594.0, 4599.0, 4527.0, 4524.0, 4557.0, 4571.0, 4520.0, 4515.0, 4503.0, 4517.0, 4592.0, 4565.0, 4521.0, 4533.0, 4513.0, 4543.0, 4547.0, 4579.0, 4548.0, 4527.0, 4549.0, 4551.0, 4607.0, 4569.0, 4555.0, 4533.0, 4525.0, 4576.0, 4547.0, 4596.0, 4536.0, 4566.0, 4548.0, 4564.0, 4561.0, 4515.0, 4546.0, 4534.0, 4596.0, 4538.0, 4544.0, 4539.0, 4557.0, 4576.0, 4548.0, 4545.0, 4536.0, 4512.0, 4546.0, 4514.0, 4567.0, 4549.0, 4557.0, 4536.0, 4514.0, 4548.0, 4548.0, 4569.0, 4539.0, 4546.0, 4551.0, 4540.0, 4571.0, 4550.0, 4569.0, 4542.0, 4590.0, 4569.0, 4547.0, 4577.0, 4551.0, 4609.0, 4578.0, 4597.0, 4547.0, 4547.0, 4548.0, 4586.0, 4609.0, 4533.0, 4520.0, 4521.0, 4524.0, 4537.0, 4563.0, 4559.0, 4503.0, 4523.0, 4523.0, 4535.0, 4536.0, 4585.0, 4536.0, 4513.0, 4536.0, 4540.0, 4548.0, 4541.0, 4538.0, 4537.0, 4531.0, 4561.0, 4551.0, 4614.0, 4551.0, 4578.0, 4552.0, 4571.0, 4579.0, 4592.0, 4600.0, 4527.0, 4546.0, 4548.0, 4547.0, 4611.0, 4539.0, 4556.0, 4547.0, 4529.0, 4549.0, 4591.0, 4589.0, 4539.0, 4546.0, 4549.0, 4597.0, 4559.0, 4543.0, 4535.0, 4503.0, 4547.0, 4539.0, 4597.0, 4549.0, 4545.0, 4538.0, 4493.0, 4549.0, 4528.0, 4578.0, 4527.0, 4548.0, 4526.0, 4534.0, 4540.0, 4576.0, 4538.0, 4546.0, 4539.0, 4494.0, 4549.0, 4517.0, 4546.0, 4527.0, 4556.0, 4515.0, 4535.0, 4538.0, 4566.0, 4552.0, 4541.0, 4551.0, 4538.0, 4557.0, 4549.0, 4598.0, 4603.0, 4540.0, 4537.0, 4550.0, 4598.0, 4550.0, 4610.0, 4547.0, 4525.0, 4559.0, 4538.0, 4630.0, 4614.0, 4568.0, 4545.0, 4550.0, 4597.0, 4589.0, 4607.0, 4555.0, 4523.0, 4557.0, 4537.0, 4618.0, 4565.0, 4512.0, 4523.0, 4548.0, 4587.0, 4560.0, 4545.0, 4523.0, 4535.0, 4557.0, 4536.0, 4585.0, 4534.0, 4503.0, 4547.0, 4535.0, 4607.0, 4524.0, 4542.0, 4548.0, 4554.0, 4568.0, 4535.0, 4523.0, 4512.0, 4534.0, 4535.0, 4607.0, 4547.0, 4525.0, 4527.0, 4512.0, 4525.0, 4536.0, 4588.0, 4516.0, 4524.0, 4527.0, 4495.0, 4551.0, 4539.0, 4580.0, 4531.0, 4558.0, 4518.0, 4538.0, 4563.0, 4560.0, 4562.0, 4530.0, 4541.0, 4518.0, 4561.0, 4540.0, 4588.0, 4562.0, 4577.0, 4526.0, 4546.0, 4540.0, 4558.0, 4560.0, 4531.0, 4562.0, 4532.0, 4581.0, 4554.0, 4621.0, 4605.0, 4602.0, 4562.0, 4538.0, 4560.0, 4559.0, 4633.0, 4590.0, 4576.0, 4550.0, 4547.0, 4590.0, 4549.0, 4609.0, 4539.0, 4579.0, 4557.0, 4539.0, 4547.0, 4549.0, 4561.0, 4619.0, 4613.0, 4588.0, 4536.0, 4526.0, 4568.0, 4547.0, 4618.0, 4609.0, 4553.0, 4511.0, 4534.0, 4544.0, 4525.0, 4597.0, 4536.0, 4502.0, 4535.0, 4550.0, 4566.0, 4539.0, 4545.0, 4536.0, 4520.0, 4549.0, 4549.0, 4569.0, 4527.0, 4559.0, 4562.0, 4589.0, 4551.0, 4527.0, 4537.0, 4552.0, 4589.0, 4559.0, 4632.0, 4558.0, 4524.0, 4536.0, 4528.0, 4567.0, 4558.0, 4589.0, 4537.0, 4515.0, 4563.0, 4542.0, 4549.0, 4537.0, 4534.0, 4540.0, 4597.0, 4620.0, 4567.0, 4561.0, 4551.0, 4608.0, 4569.0, 4528.0, 4535.0, 4509.0, 4579.0, 4567.0, 4571.0, 4548.0, 4557.0, 4567.0, 4546.0, 4565.0, 4536.0, 4527.0, 4560.0, 4548.0, 4576.0, 4548.0, 4518.0, 4558.0, 4561.0, 4561.0, 4562.0, 4562.0, 4552.0, 4548.0, 4551.0, 4553.0, 4611.0, 4573.0, 4570.0, 4551.0, 4561.0, 4612.0, 4591.0, 4598.0, 4558.0, 4557.0, 4550.0, 4568.0, 4598.0, 4535.0, 4563.0, 4551.0, 4597.0, 4557.0, 4535.0, 4534.0, 4546.0, 4557.0, 4534.0, 4595.0, 4536.0, 4511.0, 4537.0, 4537.0, 4556.0, 4547.0, 4534.0, 4524.0, 4523.0, 4537.0, 4537.0, 4558.0], 'WindowWidth': [10266.0, 10183.0, 10088.0, 10148.0, 10065.0, 10174.0, 10130.0, 10084.0, 10029.0, 10027.0, 10016.0, 10128.0, 10083.0, 10028.0, 9992.0, 9942.0, 9968.0, 10019.0, 10013.0, 9998.0, 9965.0, 9942.0, 9932.0, 9970.0, 9980.0, 9967.0, 9975.0, 9932.0, 9986.0, 9975.0, 10049.0, 10000.0, 10001.0, 9975.0, 9989.0, 10024.0, 10010.0, 10089.0, 10016.0, 10061.0, 10000.0, 10006.0, 10037.0, 10064.0, 10073.0, 10001.0, 10037.0, 9993.0, 10105.0, 10027.0, 10131.0, 10065.0, 10073.0, 10023.0, 10051.0, 10025.0, 10064.0, 10019.0, 9974.0, 10053.0, 9997.0, 10110.0, 10068.0, 10037.0, 9983.0, 9978.0, 10017.0, 10087.0, 10078.0, 9953.0, 9975.0, 9982.0, 10070.0, 10040.0, 10122.0, 10049.0, 9968.0, 9940.0, 9969.0, 10000.0, 9992.0, 10075.0, 9992.0, 10010.0, 9990.0, 9993.0, 10027.0, 10078.0, 10023.0, 9958.0, 9985.0, 9951.0, 9995.0, 9994.0, 10087.0, 9990.0, 10027.0, 9969.0, 10008.0, 10009.0, 10037.0, 10042.0, 9977.0, 9973.0, 10001.0, 10074.0, 10004.0, 10111.0, 10056.0, 10013.0, 10001.0, 10005.0, 10057.0, 10092.0, 10105.0, 10026.0, 10021.0, 9972.0, 10035.0, 9975.0, 10082.0, 10076.0, 10017.0, 9974.0, 9976.0, 10039.0, 9998.0, 10134.0, 10066.0, 10041.0, 9989.0, 9976.0, 10055.0, 10107.0, 10104.0, 10000.0, 10024.0, 9986.0, 10047.0, 10132.0, 10200.0, 10062.0, 9975.0, 10003.0, 9976.0, 10015.0, 9952.0, 9919.0, 9953.0, 9987.0, 10094.0, 9996.0, 9985.0, 10004.0, 9983.0, 10090.0, 10023.0, 9943.0, 9938.0, 9987.0, 10009.0, 10007.0, 10033.0, 9966.0, 9973.0, 10005.0, 9989.0, 10091.0, 9984.0, 9985.0, 9975.0, 9954.0, 10018.0, 10014.0, 10085.0, 10053.0, 10070.0, 10101.0, 9994.0, 10011.0, 9955.0, 9976.0, 9989.0, 10074.0, 10038.0, 9982.0, 9952.0, 9951.0, 9978.0, 9963.0, 9968.0, 9936.0, 9932.0, 9981.0, 10010.0, 10000.0, 10000.0, 9979.0, 9957.0, 10003.0, 10042.0, 10006.0, 9989.0, 9987.0, 9942.0, 9945.0, 9968.0, 9986.0, 10033.0, 10015.0, 9969.0, 9979.0, 9945.0, 10003.0, 9992.0, 10043.0, 10020.0, 10028.0, 10016.0, 9996.0, 10052.0, 10015.0, 10119.0, 10012.0, 10026.0, 10005.0, 10044.0, 10039.0, 10129.0, 10133.0, 10015.0, 10036.0, 10012.0, 10126.0, 10099.0, 10085.0, 10007.0, 9967.0, 10015.0, 10027.0, 10120.0, 10023.0, 9997.0, 9989.0, 10008.0, 10060.0, 10009.0, 10015.0, 9955.0, 9990.0, 9981.0, 10082.0, 10023.0, 9988.0, 9937.0, 9948.0, 9986.0, 9991.0, 9999.0, 9947.0, 9956.0, 9984.0, 10026.0, 10019.0, 10049.0, 9990.0, 10008.0, 9970.0, 10039.0, 10006.0, 10045.0, 9961.0, 9924.0, 10006.0, 9972.0, 10012.0, 9991.0, 10011.0, 9983.0, 10028.0, 10026.0, 10102.0, 10072.0, 10038.0, 9985.0, 9951.0, 10021.0, 10001.0, 10060.0, 9992.0, 10012.0, 10010.0, 9985.0, 10026.0, 10063.0, 10049.0, 9954.0, 9987.0, 9948.0, 10019.0, 9989.0, 10071.0, 10015.0, 10025.0, 9985.0, 10001.0, 10007.0, 10054.0, 10005.0, 9953.0, 9985.0, 9946.0, 10009.0, 9998.0, 10074.0, 10041.0, 10030.0, 9986.0, 9997.0, 10026.0, 10000.0, 10131.0, 10082.0, 10030.0, 10047.0, 10014.0, 10097.0, 10059.0, 10134.0, 10066.0, 9988.0, 10068.0, 10023.0, 10152.0, 10091.0, 10015.0, 10018.0, 9988.0, 10100.0, 10023.0, 10027.0, 10007.0, 10048.0, 10057.0, 9962.0, 9968.0, 9981.0, 10035.0, 9982.0, 10078.0, 9943.0, 9892.0, 9968.0, 9967.0, 10036.0, 9969.0, 9983.0, 9964.0, 9994.0, 9994.0, 10021.0, 9999.0, 9942.0, 9942.0, 9975.0, 10034.0, 10002.0, 10088.0, 9991.0, 9952.0, 9968.0, 9973.0, 10026.0, 10046.0, 10049.0, 9967.0, 9957.0, 10006.0, 10008.0, 10035.0, 9986.0, 9981.0, 9969.0, 10018.0, 10011.0, 10094.0, 10029.0, 9976.0, 9986.0, 9952.0, 10004.0, 10026.0, 10051.0, 9949.0, 9979.0, 9946.0, 9989.0, 9997.0, 10075.0, 10027.0, 9970.0, 9989.0, 9955.0, 9966.0, 9976.0, 10020.0, 10056.0, 10032.0, 10136.0, 10044.0, 10014.0, 10018.0, 10048.0, 10095.0, 10070.0, 10071.0, 9966.0, 10026.0, 9987.0, 10122.0, 10073.0, 9996.0, 9957.0, 9954.0, 9990.0, 10024.0, 10031.0, 9942.0, 9952.0, 9985.0, 10036.0, 9998.0, 10048.0, 9958.0, 9942.0, 9945.0, 10003.0, 10036.0, 10024.0, 9957.0, 9990.0, 9971.0, 10006.0, 9990.0, 10073.0, 10044.0, 10020.0, 9946.0, 9992.0, 9990.0, 10070.0, 9990.0, 9969.0, 9956.0, 9935.0, 10005.0, 10008.0, 10054.0, 9967.0, 9956.0, 9967.0, 9985.0, 9999.0, 10080.0, 10022.0, 9973.0, 9997.0, 9995.0, 10088.0, 10068.0, 10065.0, 9963.0, 9955.0, 10025.0, 10039.0, 9946.0, 9929.0, 9909.0, 9936.0, 10049.0, 10013.0, 9947.0, 9970.0, 9940.0, 9982.0, 9996.0, 10043.0, 9996.0, 9968.0, 10000.0, 10008.0, 10077.0, 10029.0, 10000.0, 9970.0, 9963.0, 10033.0, 9994.0, 10060.0, 9979.0, 10019.0, 10001.0, 10015.0, 10022.0, 9950.0, 9994.0, 9976.0, 10061.0, 9985.0, 9988.0, 9990.0, 10012.0, 10035.0, 9999.0, 9990.0, 9979.0, 9943.0, 9998.0, 9951.0, 10023.0, 10004.0, 10009.0, 9980.0, 9946.0, 10001.0, 10001.0, 10033.0, 9988.0, 9993.0, 10010.0, 9993.0, 10037.0, 10005.0, 10027.0, 9996.0, 10062.0, 10031.0, 9996.0, 10036.0, 10008.0, 10088.0, 10041.0, 10064.0, 9996.0, 9996.0, 10003.0, 10049.0, 10087.0, 9972.0, 9948.0, 9950.0, 9963.0, 9983.0, 10015.0, 10015.0, 9930.0, 9957.0, 9958.0, 9978.0, 9979.0, 10046.0, 9980.0, 9943.0, 9979.0, 9992.0, 9999.0, 9998.0, 9985.0, 9982.0, 9985.0, 10025.0, 10010.0, 10102.0, 10008.0, 10040.0, 10011.0, 10036.0, 10046.0, 10065.0, 10072.0, 9968.0, 9992.0, 10003.0, 9997.0, 10093.0, 9987.0, 10007.0, 9996.0, 9976.0, 10005.0, 10063.0, 10055.0, 9988.0, 9992.0, 10001.0, 10067.0, 10015.0, 9982.0, 9973.0, 9929.0, 9997.0, 9988.0, 10066.0, 9999.0, 9989.0, 9983.0, 9914.0, 10000.0, 9972.0, 10037.0, 9966.0, 9993.0, 9960.0, 9968.0, 9988.0, 10033.0, 9982.0, 9987.0, 9983.0, 9914.0, 10001.0, 9955.0, 9990.0, 9969.0, 10004.0, 9947.0, 9973.0, 9986.0, 10020.0, 10010.0, 9993.0, 10003.0, 9981.0, 10009.0, 10003.0, 10067.0, 10082.0, 9990.0, 9980.0, 10002.0, 10067.0, 10005.0, 10084.0, 9994.0, 9960.0, 10017.0, 9985.0, 10119.0, 10097.0, 10024.0, 9988.0, 10004.0, 10065.0, 10056.0, 10078.0, 10002.0, 9956.0, 10014.0, 9984.0, 10097.0, 10017.0, 9940.0, 9957.0, 10002.0, 10051.0, 10018.0, 9989.0, 9956.0, 9977.0, 10011.0, 9981.0, 10045.0, 9974.0, 9932.0, 9999.0, 9978.0, 10079.0, 9959.0, 9981.0, 10000.0, 10004.0, 10025.0, 9976.0, 9956.0, 9939.0, 9975.0, 9979.0, 10079.0, 9996.0, 9961.0, 9966.0, 9938.0, 9965.0, 9978.0, 10051.0, 9947.0, 9957.0, 9964.0, 9921.0, 10009.0, 9990.0, 10044.0, 9978.0, 10006.0, 9953.0, 9983.0, 10029.0, 10018.0, 10021.0, 9972.0, 9989.0, 9954.0, 10019.0, 9991.0, 10049.0, 10016.0, 10033.0, 9962.0, 9989.0, 9990.0, 10012.0, 10019.0, 9981.0, 10022.0, 9979.0, 10045.0, 10017.0, 10105.0, 10087.0, 10075.0, 10021.0, 9985.0, 10020.0, 10017.0, 10126.0, 10057.0, 10029.0, 10005.0, 9998.0, 10058.0, 10001.0, 10086.0, 9988.0, 10042.0, 10011.0, 9987.0, 9995.0, 10001.0, 10023.0, 10102.0, 10097.0, 10051.0, 9975.0, 9965.0, 10026.0, 9995.0, 10102.0, 10083.0, 9992.0, 9935.0, 9975.0, 9988.0, 9962.0, 10063.0, 9976.0, 9926.0, 9974.0, 10004.0, 10020.0, 9989.0, 9989.0, 9976.0, 9965.0, 10002.0, 10000.0, 10026.0, 9966.0, 10016.0, 10023.0, 10057.0, 10008.0, 9967.0, 9978.0, 10010.0, 10057.0, 10015.0, 10122.0, 10010.0, 9955.0, 9977.0, 9973.0, 10024.0, 10013.0, 10053.0, 9981.0, 9949.0, 10026.0, 9998.0, 10001.0, 9980.0, 9970.0, 9992.0, 10083.0, 10136.0, 10040.0, 10021.0, 10007.0, 10083.0, 10028.0, 9968.0, 9970.0, 9927.0, 10023.0, 10019.0, 10033.0, 9996.0, 10010.0, 10025.0, 9996.0, 10017.0, 9981.0, 9970.0, 10021.0, 10000.0, 10035.0, 10002.0, 9960.0, 10012.0, 10022.0, 10023.0, 10026.0, 10025.0, 10011.0, 10001.0, 10010.0, 10018.0, 10094.0, 10042.0, 10032.0, 10005.0, 10022.0, 10095.0, 10064.0, 10071.0, 10011.0, 10008.0, 10006.0, 10025.0, 10068.0, 9976.0, 10013.0, 10010.0, 10067.0, 10013.0, 9976.0, 9973.0, 9993.0, 10012.0, 9977.0, 10061.0, 9980.0, 9939.0, 9983.0, 9987.0, 10007.0, 10000.0, 9977.0, 9961.0, 9958.0, 9983.0, 9984.0, 10015.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.002289574712643678</td></tr>
<tr><td colspan=3>aqi</td><td>0.04470599379310344</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.31363138476411</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2094286714154214</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015694009516685</td></tr>
<tr><td colspan=3>efc</td><td>0.5375</td></tr>
<tr><td colspan=3>fber</td><td>2585.4175</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.29227709003061597</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>564</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>64.82758620689656</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.368974255863215</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.252107582669207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.513374485531028</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34144069938941</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103804</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016589831560850143</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041032809764146805</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.437151469870132</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>21.3482</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.1164</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.4874</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286323.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1219.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>474.6379</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9017</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.2876</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3718.6307</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.8796</td></tr>
<tr><td colspan=3>tsnr</td><td>29.106872901320457</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>