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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-01_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_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-0111/ses-01/func/sub-0111_ses-01_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>0d01cc7095790b1b78f7494dae3bc72c</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>15:15:13.915000</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.998744, -0.0207963, -0.0455935, 0.0242343, 0.996798, 0.0761982]</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.0750248</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>[4206, -7743, -7258, 264, -92, 140, 121, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33fb1dbe-a506-4401-af80-01cd098ce2e6||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.679556131362915, 0.06501895189285278, -0.11842966824769974, 109.1294174194336], [0.05579505115747452, 2.6743364334106445, 0.20845991373062134, -100.5362548828125], [-0.12232393026351929, -0.20443414151668549, 2.6893343925476074, -59.7269172668457], [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': ['151513.915000', '151514.375000', '151514.835000', '151515.295000', '151515.755000', '151516.215000', '151516.675000', '151517.135000', '151517.595000', '151518.055000', '151518.515000', '151518.975000', '151519.435000', '151519.895000', '151520.355000', '151520.815000', '151521.275000', '151521.735000', '151522.195000', '151522.655000', '151523.115000', '151523.575000', '151524.035000', '151524.495000', '151524.955000', '151525.415000', '151525.875000', '151526.335000', '151526.795000', '151527.255000', '151527.715000', '151528.175000', '151528.635000', '151529.095000', '151529.555000', '151530.015000', '151530.475000', '151530.935000', '151531.395000', '151531.855000', '151532.315000', '151532.775000', '151533.235000', '151533.695000', '151534.155000', '151534.615000', '151535.075000', '151535.535000', '151535.995000', '151536.455000', '151536.915000', '151537.375000', '151537.835000', '151538.295000', '151538.755000', '151539.215000', '151539.675000', '151540.135000', '151540.595000', '151541.055000', '151541.515000', '151541.975000', '151542.435000', '151542.895000', '151543.355000', '151543.815000', '151544.275000', '151544.735000', '151545.195000', '151545.655000', '151546.115000', '151546.575000', '151547.035000', '151547.495000', '151547.955000', '151548.415000', '151548.875000', '151549.335000', '151549.795000', '151550.255000', '151550.715000', '151551.175000', '151551.635000', '151552.095000', '151552.555000', '151553.015000', '151553.475000', '151553.935000', '151554.395000', '151554.855000', '151555.315000', '151555.775000', '151556.235000', '151556.695000', '151557.155000', '151557.615000', '151558.075000', '151558.535000', '151558.995000', '151559.455000', '151559.915000', '151600.375000', '151600.835000', '151601.295000', '151601.755000', '151602.215000', '151602.675000', '151603.135000', '151603.595000', '151604.055000', '151604.515000', '151604.975000', '151605.435000', '151605.895000', '151606.355000', '151606.815000', '151607.275000', '151607.735000', '151608.195000', '151608.655000', '151609.115000', '151609.575000', '151610.035000', '151610.495000', '151610.955000', '151611.415000', '151611.875000', '151612.335000', '151612.795000', '151613.255000', '151613.715000', '151614.175000', '151614.635000', '151615.095000', '151615.555000', '151616.015000', '151616.475000', '151616.935000', '151617.395000', '151617.855000', '151618.315000', '151618.775000', '151619.235000', '151619.695000', '151620.155000', '151620.615000', '151621.075000', '151621.535000', '151621.995000', '151622.455000', '151622.915000', '151623.375000', '151623.835000', '151624.295000', '151624.755000', '151625.215000', '151625.675000', '151626.135000', '151626.595000', '151627.055000', '151627.515000', '151627.975000', '151628.435000', '151628.895000', '151629.355000', '151629.815000', '151630.275000', '151630.735000', '151631.195000', '151631.655000', '151632.115000', '151632.575000', '151633.035000', '151633.495000', '151633.955000', '151634.415000', '151634.875000', '151635.335000', '151635.795000', '151636.255000', '151636.715000', '151637.175000', '151637.635000', '151638.095000', '151638.555000', '151639.015000', '151639.475000', '151639.935000', '151640.395000', '151640.855000', '151641.315000', '151641.775000', '151642.235000', '151642.695000', '151643.155000', '151643.615000', '151644.075000', '151644.535000', '151644.995000', '151645.455000', '151645.915000', '151646.375000', '151646.835000', '151647.295000', '151647.755000', '151648.215000', '151648.675000', '151649.135000', '151649.595000', '151650.055000', '151650.515000', '151650.975000', '151651.435000', '151651.895000', '151652.355000', '151652.815000', '151653.275000', '151653.735000', '151654.195000', '151654.655000', '151655.115000', '151655.575000', '151656.035000', '151656.495000', '151656.955000', '151657.415000', '151657.875000', '151658.335000', '151658.795000', '151659.255000', '151659.715000', '151700.175000', '151700.635000', '151701.095000', '151701.555000', '151702.015000', '151702.475000', '151702.935000', '151703.395000', '151703.855000', '151704.315000', '151704.775000', '151705.235000', '151705.695000', '151706.155000', '151706.615000', '151707.075000', '151707.535000', '151707.995000', '151708.455000', '151708.915000', '151709.375000', '151709.835000', '151710.295000', '151710.755000', '151711.215000', '151711.675000', '151712.135000', '151712.595000', '151713.055000', '151713.515000', '151713.975000', '151714.435000', '151714.895000', '151715.355000', '151715.815000', '151716.275000', '151716.735000', '151717.195000', '151717.655000', '151718.115000', '151718.575000', '151719.035000', '151719.495000', '151719.955000', '151720.415000', '151720.875000', '151721.335000', '151721.795000', '151722.255000', '151722.715000', '151723.175000', '151723.635000', '151724.095000', '151724.555000', '151725.015000', '151725.475000', '151725.935000', '151726.395000', '151726.855000', '151727.315000', '151727.775000', '151728.235000', '151728.695000', '151729.155000', '151729.615000', '151730.075000', '151730.535000', '151730.995000', '151731.455000', '151731.915000', '151732.375000', '151732.835000', '151733.295000', '151733.755000', '151734.215000', '151734.675000', '151735.135000', '151735.595000', '151736.055000', '151736.515000', '151736.975000', '151737.435000', '151737.895000', '151738.355000', '151738.815000', '151739.275000', '151739.735000', '151740.195000', '151740.655000', '151741.115000', '151741.575000', '151742.035000', '151742.495000', '151742.955000', '151743.415000', '151743.875000', '151744.335000', '151744.795000', '151745.255000', '151745.715000', '151746.175000', '151746.635000', '151747.095000', '151747.555000', '151748.015000', '151748.475000', '151748.935000', '151749.395000', '151749.855000', '151750.315000', '151750.775000', '151751.235000', '151751.695000', '151752.155000', '151752.615000', '151753.075000', '151753.535000', '151753.995000', '151754.455000', '151754.915000', '151755.375000', '151755.835000', '151756.295000', '151756.755000', '151757.215000', '151757.675000', '151758.135000', '151758.595000', '151759.055000', '151759.515000', '151759.975000', '151800.435000', '151800.895000', '151801.355000', '151801.815000', '151802.275000', '151802.735000', '151803.195000', '151803.655000', '151804.115000', '151804.575000', '151805.035000', '151805.495000', '151805.955000', '151806.415000', '151806.875000', '151807.335000', '151807.795000', '151808.255000', '151808.715000', '151809.175000', '151809.635000', '151810.095000', '151810.555000', '151811.015000', '151811.475000', '151811.935000', '151812.395000', '151812.855000', '151813.315000', '151813.775000', '151814.235000', '151814.695000', '151815.155000', '151815.615000', '151816.075000', '151816.535000', '151816.995000', '151817.455000', '151817.915000', '151818.375000', '151818.835000', '151819.295000', '151819.755000', '151820.215000', '151820.675000', '151821.135000', '151821.595000', '151822.055000', '151822.515000', '151822.975000', '151823.435000', '151823.895000', '151824.355000', '151824.815000', '151825.275000', '151825.735000', '151826.195000', '151826.655000', '151827.115000', '151827.575000', '151828.035000', '151828.495000', '151828.955000', '151829.415000', '151829.875000', '151830.335000', '151830.795000', '151831.255000', '151831.715000', '151832.175000', '151832.635000', '151833.095000', '151833.555000', '151834.015000', '151834.475000', '151834.935000', '151835.395000', '151835.855000', '151836.315000', '151836.775000', '151837.235000', '151837.695000', '151838.155000', '151838.615000', '151839.075000', '151839.535000', '151839.995000', '151840.455000', '151840.915000', '151841.375000', '151841.835000', '151842.295000', '151842.755000', '151843.215000', '151843.675000', '151844.135000', '151844.595000', '151845.055000', '151845.515000', '151845.975000', '151846.435000', '151846.895000', '151847.355000', '151847.815000', '151848.275000', '151848.735000', '151849.195000', '151849.655000', '151850.115000', '151850.575000', '151851.035000', '151851.495000', '151851.955000', '151852.415000', '151852.875000', '151853.335000', '151853.795000', '151854.255000', '151854.715000', '151855.175000', '151855.635000', '151856.095000', '151856.555000', '151857.015000', '151857.475000', '151857.935000', '151858.395000', '151858.855000', '151859.315000', '151859.775000', '151900.235000', '151900.695000', '151901.155000', '151901.615000', '151902.075000', '151902.535000', '151902.995000', '151903.455000', '151903.915000', '151904.375000', '151904.835000', '151905.295000', '151905.755000', '151906.215000', '151906.675000', '151907.135000', '151907.595000', '151908.055000', '151908.515000', '151908.975000', '151909.435000', '151909.895000', '151910.355000', '151910.815000', '151911.275000', '151911.735000', '151912.195000', '151912.655000', '151913.115000', '151913.575000', '151914.035000', '151914.495000', '151914.955000', '151915.415000', '151915.875000', '151916.335000', '151916.795000', '151917.255000', '151917.715000', '151918.175000', '151918.635000', '151919.095000', '151919.555000', '151920.015000', '151920.475000', '151920.935000', '151921.395000', '151921.855000', '151922.315000', '151922.775000', '151923.235000', '151923.695000', '151924.155000', '151924.615000', '151925.075000', '151925.535000', '151925.995000', '151926.455000', '151926.915000', '151927.375000', '151927.835000', '151928.295000', '151928.755000', '151929.215000', '151929.675000', '151930.135000', '151930.595000', '151931.055000', '151931.515000', '151931.975000', '151932.435000', '151932.895000', '151933.355000', '151933.815000', '151934.275000', '151934.735000', '151935.195000', '151935.655000', '151936.115000', '151936.575000', '151937.035000', '151937.495000', '151937.955000', '151938.415000', '151938.875000', '151939.335000', '151939.795000', '151940.255000', '151940.715000', '151941.175000', '151941.635000', '151942.095000', '151942.555000', '151943.015000', '151943.475000', '151943.935000', '151944.395000', '151944.855000', '151945.315000', '151945.775000', '151946.235000', '151946.695000', '151947.155000', '151947.615000', '151948.075000', '151948.535000', '151948.995000', '151949.455000', '151949.915000', '151950.375000', '151950.835000', '151951.295000', '151951.755000', '151952.215000', '151952.675000', '151953.135000', '151953.595000', '151954.055000', '151954.515000', '151954.975000', '151955.435000', '151955.895000', '151956.355000', '151956.815000', '151957.275000', '151957.735000', '151958.195000', '151958.655000', '151959.115000', '151959.575000', '152000.035000', '152000.495000', '152000.955000', '152001.415000', '152001.875000', '152002.335000', '152002.795000', '152003.255000', '152003.715000', '152004.175000', '152004.635000', '152005.095000', '152005.555000', '152006.015000', '152006.475000', '152006.935000', '152007.395000', '152007.855000', '152008.315000', '152008.775000', '152009.235000', '152009.695000', '152010.155000', '152010.615000', '152011.075000', '152011.535000', '152011.995000', '152012.455000', '152012.915000', '152013.375000', '152013.835000', '152014.295000', '152014.755000', '152015.215000', '152015.675000', '152016.135000', '152016.595000', '152017.055000', '152017.515000', '152017.975000', '152018.435000', '152018.895000', '152019.355000', '152019.815000', '152020.275000', '152020.735000', '152021.195000', '152021.655000', '152022.115000', '152022.575000', '152023.035000', '152023.495000', '152023.955000', '152024.415000', '152024.875000', '152025.335000', '152025.795000', '152026.255000', '152026.715000', '152027.175000', '152027.635000', '152028.095000', '152028.555000', '152029.015000', '152029.475000', '152029.935000', '152030.395000', '152030.855000', '152031.315000', '152031.775000', '152032.235000', '152032.695000', '152033.155000', '152033.615000', '152034.075000', '152034.535000', '152034.995000', '152035.455000', '152035.915000', '152036.375000', '152036.835000', '152037.295000', '152037.755000', '152038.215000', '152038.675000', '152039.135000', '152039.595000', '152040.055000', '152040.515000', '152040.975000', '152041.435000', '152041.895000', '152042.355000', '152042.815000', '152043.275000', '152043.735000', '152044.195000', '152044.655000', '152045.115000', '152045.575000', '152046.035000', '152046.495000', '152046.955000', '152047.415000', '152047.875000', '152048.335000', '152048.795000', '152049.255000', '152049.715000', '152050.175000', '152050.635000', '152051.095000', '152051.555000', '152052.015000', '152052.475000', '152052.935000', '152053.395000', '152053.855000', '152054.315000', '152054.775000', '152055.235000', '152055.695000', '152056.155000', '152056.615000', '152057.075000', '152057.535000', '152057.995000', '152058.455000', '152058.915000', '152059.375000', '152059.835000', '152100.295000', '152100.755000', '152101.215000', '152101.675000', '152102.135000', '152102.595000', '152103.055000', '152103.515000', '152103.975000', '152104.435000', '152104.895000', '152105.355000', '152105.815000', '152106.275000', '152106.735000', '152107.195000', '152107.655000', '152108.115000', '152108.575000', '152109.035000', '152109.495000', '152109.955000', '152110.415000', '152110.875000', '152111.335000', '152111.795000', '152112.255000', '152112.715000', '152113.175000', '152113.635000', '152114.095000', '152114.555000', '152115.015000', '152115.475000', '152115.935000', '152116.395000', '152116.855000', '152117.315000', '152117.775000', '152118.235000', '152118.695000', '152119.155000', '152119.615000', '152120.075000', '152120.535000', '152120.995000', '152121.455000', '152121.915000', '152122.375000', '152122.835000', '152123.295000', '152123.755000', '152124.215000', '152124.675000', '152125.135000', '152125.595000', '152126.055000', '152126.515000', '152126.975000', '152127.435000', '152127.895000', '152128.355000', '152128.815000', '152129.275000', '152129.735000', '152130.195000', '152130.655000', '152131.115000', '152131.575000', '152132.035000', '152132.495000', '152132.955000', '152133.415000', '152133.875000', '152134.335000', '152134.795000', '152135.255000', '152135.715000', '152136.175000', '152136.635000', '152137.095000', '152137.555000', '152138.015000', '152138.475000', '152138.935000', '152139.395000', '152139.855000', '152140.315000', '152140.775000', '152141.235000', '152141.695000', '152142.155000', '152142.615000', '152143.075000', '152143.535000', '152143.995000', '152144.455000', '152144.915000', '152145.375000', '152145.835000', '152146.295000', '152146.755000', '152147.215000', '152147.675000', '152148.135000', '152148.595000', '152149.055000', '152149.515000', '152149.975000', '152150.435000', '152150.895000', '152151.355000', '152151.815000', '152152.275000', '152152.735000', '152153.195000', '152153.655000', '152154.115000', '152154.575000'], 'ContentTime': ['151529.142000', '151529.145000', '151529.148000', '151529.151000', '151529.158000', '151529.160000', '151529.163000', '151529.166000', '151529.168000', '151529.171000', '151529.174000', '151529.176000', '151529.179000', '151529.181000', '151529.185000', '151529.187000', '151529.190000', '151529.198000', '151529.201000', '151529.203000', '151529.206000', '151529.210000', '151529.213000', '151529.215000', '151529.218000', '151529.221000', '151529.223000', '151529.226000', '151529.229000', '151529.231000', '151549.117000', '151549.119000', '151549.122000', '151549.126000', '151549.128000', '151549.131000', '151549.133000', '151549.136000', '151549.139000', '151549.141000', '151549.144000', '151549.147000', '151549.149000', '151549.152000', '151549.154000', '151549.166000', '151549.169000', '151549.171000', '151549.174000', '151549.177000', '151549.179000', '151549.182000', '151549.184000', '151549.187000', '151549.190000', '151549.192000', '151549.195000', '151549.197000', '151549.200000', '151549.203000', '151549.205000', '151549.208000', '151549.210000', '151549.213000', '151549.216000', '151549.218000', '151549.221000', '151549.223000', '151549.226000', '151549.245000', '151549.248000', '151549.250000', '151549.253000', '151549.256000', '151609.116000', '151609.119000', '151609.122000', '151609.125000', '151609.127000', '151609.130000', '151609.132000', '151609.135000', '151609.138000', '151609.141000', '151609.143000', '151609.146000', '151609.149000', '151609.151000', '151609.154000', '151609.157000', '151609.159000', '151609.162000', '151609.165000', '151609.167000', '151609.170000', '151609.172000', '151609.175000', '151609.178000', '151609.180000', '151609.183000', '151609.186000', '151609.193000', '151609.195000', '151609.198000', '151609.202000', '151609.205000', '151609.207000', '151609.210000', '151609.212000', '151609.215000', '151609.218000', '151609.220000', '151609.223000', '151609.225000', '151609.228000', '151609.231000', '151609.233000', '151629.117000', '151629.120000', '151629.122000', '151629.125000', '151629.128000', '151629.130000', '151629.142000', '151629.144000', '151629.147000', '151629.150000', '151629.152000', '151629.155000', '151629.158000', '151629.160000', '151629.163000', '151629.165000', '151629.168000', '151629.171000', '151629.173000', '151629.176000', '151629.179000', '151629.181000', '151629.184000', '151629.186000', '151629.189000', '151629.192000', '151629.194000', '151629.197000', '151629.200000', '151629.202000', '151629.205000', '151629.207000', '151629.210000', '151629.213000', '151629.215000', '151629.218000', '151629.220000', '151629.223000', '151629.226000', '151629.229000', '151629.231000', '151629.234000', '151629.236000', '151629.239000', '151649.116000', '151649.119000', '151649.122000', '151649.124000', '151649.127000', '151649.130000', '151649.133000', '151649.136000', '151649.138000', '151649.141000', '151649.144000', '151649.147000', '151649.149000', '151649.152000', '151649.154000', '151649.157000', '151649.159000', '151649.162000', '151649.165000', '151649.167000', '151649.170000', '151649.172000', '151649.175000', '151649.178000', '151649.180000', '151649.183000', '151649.185000', '151649.188000', '151649.190000', '151649.193000', '151649.196000', '151649.198000', '151649.201000', '151649.203000', '151649.206000', '151649.209000', '151649.211000', '151649.214000', '151649.216000', '151649.219000', '151649.222000', '151649.224000', '151649.227000', '151709.117000', '151709.119000', '151709.122000', '151709.125000', '151709.127000', '151709.130000', '151709.132000', '151709.136000', '151709.139000', '151709.141000', '151709.144000', '151709.146000', '151709.149000', '151709.151000', '151709.154000', '151709.157000', '151709.159000', '151709.162000', '151709.164000', '151709.167000', '151709.170000', '151709.172000', '151709.175000', '151709.177000', '151709.180000', '151709.183000', '151709.185000', '151709.188000', '151709.191000', '151709.193000', '151709.196000', '151709.198000', '151709.201000', '151709.203000', '151709.206000', '151709.209000', '151709.211000', '151709.214000', '151709.216000', '151709.219000', '151709.221000', '151709.224000', '151709.227000', '151709.229000', '151729.117000', '151729.120000', '151729.123000', '151729.125000', '151729.128000', '151729.131000', '151729.133000', '151729.136000', '151729.138000', '151729.141000', '151729.144000', '151729.146000', '151729.149000', '151729.151000', '151729.154000', '151729.157000', '151729.159000', '151729.162000', '151729.164000', '151729.167000', '151729.170000', '151729.173000', '151729.176000', '151729.179000', '151729.182000', '151729.186000', '151729.188000', '151729.191000', '151729.193000', '151729.196000', '151729.199000', '151729.201000', '151729.204000', '151729.206000', '151729.209000', '151729.212000', '151729.215000', '151729.217000', '151729.220000', '151729.222000', '151729.225000', '151729.227000', '151729.230000', '151749.116000', '151749.119000', '151749.122000', '151749.124000', '151749.127000', '151749.130000', '151749.132000', '151749.135000', '151749.137000', '151749.140000', '151749.142000', '151749.145000', '151749.147000', '151749.150000', '151749.153000', '151749.155000', '151749.158000', '151749.160000', '151749.163000', '151749.165000', '151749.168000', '151749.171000', '151749.173000', '151749.176000', '151749.178000', '151749.181000', '151749.184000', '151749.186000', '151749.189000', '151749.191000', '151749.194000', '151749.196000', '151749.199000', '151749.202000', '151749.204000', '151749.207000', '151749.210000', '151749.212000', '151749.215000', '151749.217000', '151749.220000', '151749.223000', '151749.225000', '151749.228000', '151809.117000', '151809.120000', '151809.123000', '151809.125000', '151809.128000', '151809.130000', '151809.134000', '151809.136000', '151809.139000', '151809.141000', '151809.144000', '151809.147000', '151809.149000', '151809.152000', '151809.155000', '151809.157000', '151809.160000', '151809.162000', '151809.165000', '151809.168000', '151809.170000', '151809.173000', '151809.176000', '151809.178000', '151809.181000', '151809.183000', '151809.187000', '151809.189000', '151809.192000', '151809.195000', '151809.197000', '151809.200000', '151809.203000', '151809.205000', '151809.208000', '151809.210000', '151809.213000', '151809.216000', '151809.218000', '151809.221000', '151809.224000', '151809.226000', '151809.229000', '151829.117000', '151829.119000', '151829.122000', '151829.125000', '151829.128000', '151829.130000', '151829.133000', '151829.136000', '151829.138000', '151829.141000', '151829.143000', '151829.146000', '151829.149000', '151829.151000', '151829.154000', '151829.157000', '151829.159000', '151829.162000', '151829.164000', '151829.167000', '151829.170000', '151829.173000', '151829.175000', '151829.178000', '151829.180000', '151829.183000', '151829.186000', '151829.188000', '151829.191000', '151829.194000', '151829.196000', '151829.199000', '151829.201000', '151829.204000', '151829.207000', '151829.209000', '151829.212000', '151829.215000', '151829.217000', '151829.220000', '151829.222000', '151829.225000', '151829.228000', '151829.230000', '151849.116000', '151849.120000', '151849.122000', '151849.125000', '151849.128000', '151849.130000', '151849.133000', '151849.136000', '151849.138000', '151849.141000', '151849.144000', '151849.146000', '151849.149000', '151849.151000', '151849.154000', '151849.157000', '151849.159000', '151849.162000', '151849.165000', '151849.167000', '151849.170000', '151849.173000', '151849.175000', '151849.178000', '151849.181000', '151849.183000', '151849.186000', '151849.188000', '151849.191000', '151849.194000', '151849.196000', '151849.199000', '151849.202000', '151849.205000', '151849.207000', '151849.210000', '151849.212000', '151849.215000', '151849.218000', '151849.221000', '151849.223000', '151849.226000', '151849.229000', '151909.117000', '151909.120000', '151909.123000', '151909.125000', '151909.128000', '151909.130000', '151909.134000', '151909.136000', '151909.139000', '151909.141000', '151909.144000', '151909.147000', '151909.149000', '151909.152000', '151909.154000', '151909.157000', '151909.168000', '151909.170000', '151909.173000', '151909.176000', '151909.178000', '151909.181000', '151909.184000', '151909.186000', '151909.189000', '151909.191000', '151909.194000', '151909.197000', '151909.199000', '151909.202000', '151909.205000', '151909.207000', '151909.210000', '151909.212000', '151909.215000', '151909.218000', '151909.220000', '151909.223000', '151909.226000', '151909.228000', '151909.231000', '151909.234000', '151909.236000', '151909.239000', '151929.117000', '151929.120000', '151929.123000', '151929.126000', '151929.128000', '151929.131000', '151929.134000', '151929.136000', '151929.139000', '151929.142000', '151929.144000', '151929.147000', '151929.150000', '151929.152000', '151929.155000', '151929.158000', '151929.160000', '151929.163000', '151929.165000', '151929.168000', '151929.171000', '151929.173000', '151929.176000', '151929.179000', '151929.181000', '151929.184000', '151929.186000', '151929.189000', '151929.192000', '151929.194000', '151929.197000', '151929.199000', '151929.202000', '151929.205000', '151929.207000', '151929.210000', '151929.213000', '151929.215000', '151929.218000', '151929.221000', '151929.223000', '151929.226000', '151929.228000', '151949.117000', '151949.120000', '151949.123000', '151949.126000', '151949.128000', '151949.131000', '151949.134000', '151949.136000', '151949.139000', '151949.141000', '151949.144000', '151949.147000', '151949.149000', '151949.152000', '151949.154000', '151949.157000', '151949.160000', '151949.163000', '151949.165000', '151949.168000', '151949.170000', '151949.173000', '151949.176000', '151949.178000', '151949.181000', '151949.184000', '151949.186000', '151949.189000', '151949.191000', '151949.194000', '151949.197000', '151949.199000', '151949.202000', '151949.205000', '151949.207000', '151949.210000', '151949.212000', '151949.215000', '151949.218000', '151949.220000', '151949.223000', '151949.226000', '151949.228000', '151949.231000', '152009.116000', '152009.119000', '152009.122000', '152009.131000', '152009.134000', '152009.137000', '152009.139000', '152009.142000', '152009.145000', '152009.147000', '152009.150000', '152009.153000', '152009.155000', '152009.158000', '152009.160000', '152009.163000', '152009.166000', '152009.168000', '152009.171000', '152009.174000', '152009.176000', '152009.179000', '152009.182000', '152009.184000', '152009.187000', '152009.189000', '152009.192000', '152009.195000', '152009.197000', '152009.200000', '152009.203000', '152009.205000', '152009.208000', '152009.211000', '152009.213000', '152009.216000', '152009.219000', '152009.221000', '152009.224000', '152009.227000', '152009.229000', '152009.232000', '152009.235000', '152029.116000', '152029.119000', '152029.122000', '152029.124000', '152029.128000', '152029.130000', '152029.133000', '152029.135000', '152029.138000', '152029.141000', '152029.143000', '152029.146000', '152029.149000', '152029.152000', '152029.154000', '152029.157000', '152029.160000', '152029.162000', '152029.165000', '152029.167000', '152029.170000', '152029.173000', '152029.175000', '152029.178000', '152029.180000', '152029.183000', '152029.186000', '152029.188000', '152029.191000', '152029.193000', '152029.202000', '152029.205000', '152029.207000', '152029.210000', '152029.213000', '152029.215000', '152029.218000', '152029.220000', '152029.223000', '152029.225000', '152029.228000', '152029.244000', '152029.246000', '152029.249000', '152049.116000', '152049.119000', '152049.122000', '152049.125000', '152049.128000', '152049.130000', '152049.133000', '152049.136000', '152049.138000', '152049.141000', '152049.144000', '152049.146000', '152049.149000', '152049.151000', '152049.154000', '152049.157000', '152049.159000', '152049.162000', '152049.165000', '152049.167000', '152049.170000', '152049.173000', '152049.175000', '152049.178000', '152049.180000', '152049.183000', '152049.186000', '152049.189000', '152049.191000', '152049.194000', '152049.197000', '152049.199000', '152049.209000', '152049.212000', '152049.215000', '152049.217000', '152049.220000', '152049.223000', '152049.225000', '152049.228000', '152049.230000', '152049.233000', '152049.236000', '152109.116000', '152109.120000', '152109.123000', '152109.125000', '152109.128000', '152109.131000', '152109.134000', '152109.136000', '152109.139000', '152109.141000', '152109.144000', '152109.147000', '152109.149000', '152109.152000', '152109.155000', '152109.157000', '152109.160000', '152109.163000', '152109.165000', '152109.168000', '152109.171000', '152109.173000', '152109.176000', '152109.179000', '152109.181000', '152109.184000', '152109.186000', '152109.189000', '152109.192000', '152109.194000', '152109.197000', '152109.200000', '152109.202000', '152109.205000', '152109.208000', '152109.210000', '152109.213000', '152109.215000', '152109.218000', '152109.221000', '152109.223000', '152109.226000', '152109.229000', '152109.231000', '152129.117000', '152129.119000', '152129.122000', '152129.125000', '152129.129000', '152129.132000', '152129.134000', '152129.137000', '152129.140000', '152129.142000', '152129.145000', '152129.148000', '152129.151000', '152129.153000', '152129.156000', '152129.159000', '152129.161000', '152129.164000', '152129.166000', '152129.169000', '152129.172000', '152129.174000', '152129.177000', '152129.180000', '152129.182000', '152129.185000', '152129.187000', '152129.190000', '152129.193000', '152129.195000', '152129.198000', '152129.201000', '152129.203000', '152129.206000', '152129.208000', '152129.211000', '152129.214000', '152129.216000', '152129.219000', '152129.222000', '152129.224000', '152129.227000', '152129.229000', '152149.117000', '152149.120000', '152149.123000', '152149.126000', '152149.129000', '152149.131000', '152149.134000', '152149.136000', '152149.139000', '152149.142000', '152149.144000', '152149.147000', '152149.150000', '152149.152000', '152149.155000', '152149.157000', '152149.160000', '152149.163000', '152149.165000', '152149.168000', '152149.171000', '152149.173000', '152149.176000', '152149.178000', '152149.181000', '152149.184000', '152149.186000', '152149.189000', '152149.192000', '152149.194000', '152149.197000', '152149.200000', '152149.202000', '152149.205000', '152149.207000', '152149.210000', '152149.212000', '152149.215000', '152149.218000', '152149.220000', '152149.223000', '152149.226000', '152149.228000', '152149.231000', '152155.993000', '152155.996000', '152156.000000', '152156.003000', '152156.006000', '152156.008000', '152156.011000', '152156.014000', '152156.031000', '152156.033000', '152156.036000', '152156.039000', '152156.041000', '152156.044000', '152156.047000'], 'InstanceCreationTime': ['151529.142000', '151529.145000', '151529.148000', '151529.151000', '151529.158000', '151529.160000', '151529.163000', '151529.166000', '151529.168000', '151529.171000', '151529.174000', '151529.176000', '151529.179000', '151529.181000', '151529.185000', '151529.187000', '151529.190000', '151529.198000', '151529.201000', '151529.203000', '151529.206000', '151529.210000', '151529.213000', '151529.215000', '151529.218000', '151529.221000', '151529.223000', '151529.226000', '151529.229000', '151529.231000', '151549.117000', '151549.119000', '151549.122000', '151549.126000', '151549.128000', '151549.131000', '151549.133000', '151549.136000', '151549.139000', '151549.141000', '151549.144000', '151549.147000', '151549.149000', '151549.152000', '151549.154000', '151549.166000', '151549.169000', '151549.171000', '151549.174000', '151549.177000', '151549.179000', '151549.182000', '151549.184000', '151549.187000', '151549.190000', '151549.192000', '151549.195000', '151549.197000', '151549.200000', '151549.203000', '151549.205000', '151549.208000', '151549.210000', '151549.213000', '151549.216000', '151549.218000', '151549.221000', '151549.223000', '151549.226000', '151549.245000', '151549.248000', '151549.250000', '151549.253000', '151549.256000', '151609.116000', '151609.119000', '151609.122000', '151609.125000', '151609.127000', '151609.130000', '151609.132000', '151609.135000', '151609.138000', '151609.141000', '151609.143000', '151609.146000', '151609.149000', '151609.151000', '151609.154000', '151609.157000', '151609.159000', '151609.162000', '151609.165000', '151609.167000', '151609.170000', '151609.172000', '151609.175000', '151609.178000', '151609.180000', '151609.183000', '151609.186000', '151609.193000', '151609.195000', '151609.198000', '151609.202000', '151609.205000', '151609.207000', '151609.210000', '151609.212000', '151609.215000', '151609.218000', '151609.220000', '151609.223000', '151609.225000', '151609.228000', '151609.231000', '151609.233000', '151629.117000', '151629.120000', '151629.122000', '151629.125000', '151629.128000', '151629.130000', '151629.142000', '151629.144000', '151629.147000', '151629.150000', '151629.152000', '151629.155000', '151629.158000', '151629.160000', '151629.163000', '151629.165000', '151629.168000', '151629.171000', '151629.173000', '151629.176000', '151629.179000', '151629.181000', '151629.184000', '151629.186000', '151629.189000', '151629.192000', '151629.194000', '151629.197000', '151629.200000', '151629.202000', '151629.205000', '151629.207000', '151629.210000', '151629.213000', '151629.215000', '151629.218000', '151629.220000', '151629.223000', '151629.226000', '151629.229000', '151629.231000', '151629.234000', '151629.236000', '151629.239000', '151649.116000', '151649.119000', '151649.122000', '151649.124000', '151649.127000', '151649.130000', '151649.133000', '151649.136000', '151649.138000', '151649.141000', '151649.144000', '151649.147000', '151649.149000', '151649.152000', '151649.154000', '151649.157000', '151649.159000', '151649.162000', '151649.165000', '151649.167000', '151649.170000', '151649.172000', '151649.175000', '151649.178000', '151649.180000', '151649.183000', '151649.185000', '151649.188000', '151649.190000', '151649.193000', '151649.196000', '151649.198000', '151649.201000', '151649.203000', '151649.206000', '151649.209000', '151649.211000', '151649.214000', '151649.216000', '151649.219000', '151649.222000', '151649.224000', '151649.227000', '151709.117000', '151709.119000', '151709.122000', '151709.125000', '151709.127000', '151709.130000', '151709.132000', '151709.136000', '151709.139000', '151709.141000', '151709.144000', '151709.146000', '151709.149000', '151709.151000', '151709.154000', '151709.157000', '151709.159000', '151709.162000', '151709.164000', '151709.167000', '151709.170000', '151709.172000', '151709.175000', '151709.177000', '151709.180000', '151709.183000', '151709.185000', '151709.188000', '151709.191000', '151709.193000', '151709.196000', '151709.198000', '151709.201000', '151709.203000', '151709.206000', '151709.209000', '151709.211000', '151709.214000', '151709.216000', '151709.219000', '151709.221000', '151709.224000', '151709.227000', '151709.229000', '151729.117000', '151729.120000', '151729.123000', '151729.125000', '151729.128000', '151729.131000', '151729.133000', '151729.136000', '151729.138000', '151729.141000', '151729.144000', '151729.146000', '151729.149000', '151729.151000', '151729.154000', '151729.157000', '151729.159000', '151729.162000', '151729.164000', '151729.167000', '151729.170000', '151729.173000', '151729.176000', '151729.179000', '151729.182000', '151729.186000', '151729.188000', '151729.191000', '151729.193000', '151729.196000', '151729.199000', '151729.201000', '151729.204000', '151729.206000', '151729.209000', '151729.212000', '151729.215000', '151729.217000', '151729.220000', '151729.222000', '151729.225000', '151729.227000', '151729.230000', '151749.116000', '151749.119000', '151749.122000', '151749.124000', '151749.127000', '151749.130000', '151749.132000', '151749.135000', '151749.137000', '151749.140000', '151749.142000', '151749.145000', '151749.147000', '151749.150000', '151749.153000', '151749.155000', '151749.158000', '151749.160000', '151749.163000', '151749.165000', '151749.168000', '151749.171000', '151749.173000', '151749.176000', '151749.178000', '151749.181000', '151749.184000', '151749.186000', '151749.189000', '151749.191000', '151749.194000', '151749.196000', '151749.199000', '151749.202000', '151749.204000', '151749.207000', '151749.210000', '151749.212000', '151749.215000', '151749.217000', '151749.220000', '151749.223000', '151749.225000', '151749.228000', '151809.117000', '151809.120000', '151809.123000', '151809.125000', '151809.128000', '151809.130000', '151809.134000', '151809.136000', '151809.139000', '151809.141000', '151809.144000', '151809.147000', '151809.149000', '151809.152000', '151809.155000', '151809.157000', '151809.160000', '151809.162000', '151809.165000', '151809.168000', '151809.170000', '151809.173000', '151809.176000', '151809.178000', '151809.181000', '151809.183000', '151809.187000', '151809.189000', '151809.192000', '151809.195000', '151809.197000', '151809.200000', '151809.203000', '151809.205000', '151809.208000', '151809.210000', '151809.213000', '151809.216000', '151809.218000', '151809.221000', '151809.224000', '151809.226000', '151809.229000', '151829.117000', '151829.119000', '151829.122000', '151829.125000', '151829.128000', '151829.130000', '151829.133000', '151829.136000', '151829.138000', '151829.141000', '151829.143000', '151829.146000', '151829.149000', '151829.151000', '151829.154000', '151829.157000', '151829.159000', '151829.162000', '151829.164000', '151829.167000', '151829.170000', '151829.173000', '151829.175000', '151829.178000', '151829.180000', '151829.183000', '151829.186000', '151829.188000', '151829.191000', '151829.194000', '151829.196000', '151829.199000', '151829.201000', '151829.204000', '151829.207000', '151829.209000', '151829.212000', '151829.215000', '151829.217000', '151829.220000', '151829.222000', '151829.225000', '151829.228000', '151829.230000', '151849.116000', '151849.120000', '151849.122000', '151849.125000', '151849.128000', '151849.130000', '151849.133000', '151849.136000', '151849.138000', '151849.141000', '151849.144000', '151849.146000', '151849.149000', '151849.151000', '151849.154000', '151849.157000', '151849.159000', '151849.162000', '151849.165000', '151849.167000', '151849.170000', '151849.173000', '151849.175000', '151849.178000', '151849.181000', '151849.183000', '151849.186000', '151849.188000', '151849.191000', '151849.194000', '151849.196000', '151849.199000', '151849.202000', '151849.205000', '151849.207000', '151849.210000', '151849.212000', '151849.215000', '151849.218000', '151849.221000', '151849.223000', '151849.226000', '151849.229000', '151909.117000', '151909.120000', '151909.123000', '151909.125000', '151909.128000', '151909.130000', '151909.134000', '151909.136000', '151909.139000', '151909.141000', '151909.144000', '151909.147000', '151909.149000', '151909.152000', '151909.154000', '151909.157000', '151909.168000', '151909.170000', '151909.173000', '151909.176000', '151909.178000', '151909.181000', '151909.184000', '151909.186000', '151909.189000', '151909.191000', '151909.194000', '151909.197000', '151909.199000', '151909.202000', '151909.205000', '151909.207000', '151909.210000', '151909.212000', '151909.215000', '151909.218000', '151909.220000', '151909.223000', '151909.226000', '151909.228000', '151909.231000', '151909.234000', '151909.236000', '151909.239000', '151929.117000', '151929.120000', '151929.123000', '151929.126000', '151929.128000', '151929.131000', '151929.134000', '151929.136000', '151929.139000', '151929.142000', '151929.144000', '151929.147000', '151929.150000', '151929.152000', '151929.155000', '151929.158000', '151929.160000', '151929.163000', '151929.165000', '151929.168000', '151929.171000', '151929.173000', '151929.176000', '151929.179000', '151929.181000', '151929.184000', '151929.186000', '151929.189000', '151929.192000', '151929.194000', '151929.197000', '151929.199000', '151929.202000', '151929.205000', '151929.207000', '151929.210000', '151929.213000', '151929.215000', '151929.218000', '151929.221000', '151929.223000', '151929.226000', '151929.228000', '151949.117000', '151949.120000', '151949.123000', '151949.126000', '151949.128000', '151949.131000', '151949.134000', '151949.136000', '151949.139000', '151949.141000', '151949.144000', '151949.147000', '151949.149000', '151949.152000', '151949.154000', '151949.157000', '151949.160000', '151949.163000', '151949.165000', '151949.168000', '151949.170000', '151949.173000', '151949.176000', '151949.178000', '151949.181000', '151949.184000', '151949.186000', '151949.189000', '151949.191000', '151949.194000', '151949.197000', '151949.199000', '151949.202000', '151949.205000', '151949.207000', '151949.210000', '151949.212000', '151949.215000', '151949.218000', '151949.220000', '151949.223000', '151949.226000', '151949.228000', '151949.231000', '152009.116000', '152009.119000', '152009.122000', '152009.131000', '152009.134000', '152009.137000', '152009.139000', '152009.142000', '152009.145000', '152009.147000', '152009.150000', '152009.153000', '152009.155000', '152009.158000', '152009.160000', '152009.163000', '152009.166000', '152009.168000', '152009.171000', '152009.174000', '152009.176000', '152009.179000', '152009.182000', '152009.184000', '152009.187000', '152009.189000', '152009.192000', '152009.195000', '152009.197000', '152009.200000', '152009.203000', '152009.205000', '152009.208000', '152009.211000', '152009.213000', '152009.216000', '152009.219000', '152009.221000', '152009.224000', '152009.227000', '152009.229000', '152009.232000', '152009.235000', '152029.116000', '152029.119000', '152029.122000', '152029.124000', '152029.128000', '152029.130000', '152029.133000', '152029.135000', '152029.138000', '152029.141000', '152029.143000', '152029.146000', '152029.149000', '152029.152000', '152029.154000', '152029.157000', '152029.160000', '152029.162000', '152029.165000', '152029.167000', '152029.170000', '152029.173000', '152029.175000', '152029.178000', '152029.180000', '152029.183000', '152029.186000', '152029.188000', '152029.191000', '152029.193000', '152029.202000', '152029.205000', '152029.207000', '152029.210000', '152029.213000', '152029.215000', '152029.218000', '152029.220000', '152029.223000', '152029.225000', '152029.228000', '152029.244000', '152029.246000', '152029.249000', '152049.116000', '152049.119000', '152049.122000', '152049.125000', '152049.128000', '152049.130000', '152049.133000', '152049.136000', '152049.138000', '152049.141000', '152049.144000', '152049.146000', '152049.149000', '152049.151000', '152049.154000', '152049.157000', '152049.159000', '152049.162000', '152049.165000', '152049.167000', '152049.170000', '152049.173000', '152049.175000', '152049.178000', '152049.180000', '152049.183000', '152049.186000', '152049.189000', '152049.191000', '152049.194000', '152049.197000', '152049.199000', '152049.209000', '152049.212000', '152049.215000', '152049.217000', '152049.220000', '152049.223000', '152049.225000', '152049.228000', '152049.230000', '152049.233000', '152049.236000', '152109.116000', '152109.120000', '152109.123000', '152109.125000', '152109.128000', '152109.131000', '152109.134000', '152109.136000', '152109.139000', '152109.141000', '152109.144000', '152109.147000', '152109.149000', '152109.152000', '152109.155000', '152109.157000', '152109.160000', '152109.163000', '152109.165000', '152109.168000', '152109.171000', '152109.173000', '152109.176000', '152109.179000', '152109.181000', '152109.184000', '152109.186000', '152109.189000', '152109.192000', '152109.194000', '152109.197000', '152109.200000', '152109.202000', '152109.205000', '152109.208000', '152109.210000', '152109.213000', '152109.215000', '152109.218000', '152109.221000', '152109.223000', '152109.226000', '152109.229000', '152109.231000', '152129.117000', '152129.119000', '152129.122000', '152129.125000', '152129.129000', '152129.132000', '152129.134000', '152129.137000', '152129.140000', '152129.142000', '152129.145000', '152129.148000', '152129.151000', '152129.153000', '152129.156000', '152129.159000', '152129.161000', '152129.164000', '152129.166000', '152129.169000', '152129.172000', '152129.174000', '152129.177000', '152129.180000', '152129.182000', '152129.185000', '152129.187000', '152129.190000', '152129.193000', '152129.195000', '152129.198000', '152129.201000', '152129.203000', '152129.206000', '152129.208000', '152129.211000', '152129.214000', '152129.216000', '152129.219000', '152129.222000', '152129.224000', '152129.227000', '152129.229000', '152149.117000', '152149.120000', '152149.123000', '152149.126000', '152149.129000', '152149.131000', '152149.134000', '152149.136000', '152149.139000', '152149.142000', '152149.144000', '152149.147000', '152149.150000', '152149.152000', '152149.155000', '152149.157000', '152149.160000', '152149.163000', '152149.165000', '152149.168000', '152149.171000', '152149.173000', '152149.176000', '152149.178000', '152149.181000', '152149.184000', '152149.186000', '152149.189000', '152149.192000', '152149.194000', '152149.197000', '152149.200000', '152149.202000', '152149.205000', '152149.207000', '152149.210000', '152149.212000', '152149.215000', '152149.218000', '152149.220000', '152149.223000', '152149.226000', '152149.228000', '152149.231000', '152155.993000', '152155.996000', '152156.000000', '152156.003000', '152156.006000', '152156.008000', '152156.011000', '152156.014000', '152156.031000', '152156.033000', '152156.036000', '152156.039000', '152156.041000', '152156.044000', '152156.047000'], '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': [11247, 11617, 11713, 10428, 11955, 11408, 11434, 11328, 11046, 10827, 10863, 11035, 12140, 11683, 10695, 11097, 11167, 15788, 11519, 11530, 13325, 10682, 10391, 10516, 11494, 11001, 11781, 12482, 10868, 13913, 11798, 10340, 10561, 11354, 10853, 10428, 11905, 11045, 10394, 12155, 11435, 10891, 12974, 12355, 10002, 10492, 9657, 10477, 11498, 11663, 14541, 12449, 11786, 11216, 10619, 11155, 13054, 11653, 11281, 10895, 14891, 12080, 11014, 11814, 11934, 11571, 12102, 11387, 10073, 11218, 11350, 10284, 11407, 11128, 12701, 10787, 12092, 10940, 14659, 10966, 11098, 10599, 10835, 10768, 11029, 10924, 10640, 11692, 11241, 10909, 13509, 12002, 12140, 11809, 11189, 12362, 12786, 10045, 11311, 12279, 11613, 9953, 11166, 12397, 10516, 9460, 9878, 11522, 12354, 10720, 9617, 9761, 11718, 11398, 10747, 9972, 11375, 11383, 13497, 9839, 11567, 11191, 11118, 9972, 11295, 11839, 11975, 10098, 10583, 11312, 11281, 10730, 12066, 11488, 12456, 11429, 12628, 11616, 11252, 10382, 11011, 11152, 10849, 11328, 11372, 11942, 11096, 11148, 11386, 11214, 12109, 11722, 11911, 10737, 14634, 10775, 11001, 10385, 11331, 11070, 10202, 11420, 10999, 10236, 12127, 11023, 10516, 10820, 11071, 10498, 10544, 11856, 10860, 10370, 12370, 11232, 10363, 14570, 11133, 10377, 10583, 11728, 10642, 11126, 14148, 10614, 12183, 12231, 10198, 11302, 10458, 10346, 11320, 10945, 10148, 14529, 10838, 11014, 10503, 13995, 12646, 11362, 10418, 10039, 10621, 10922, 11771, 11863, 11040, 10775, 12178, 11671, 13743, 11051, 11268, 11978, 12445, 10728, 11428, 11888, 12666, 11076, 12126, 9247, 10514, 11245, 11655, 10111, 11177, 11262, 9224, 9544, 10650, 10876, 9262, 9693, 11008, 11725, 10097, 12456, 11675, 10771, 13352, 10443, 10740, 10416, 10411, 10556, 11197, 10602, 11783, 13383, 11052, 12642, 12236, 10664, 11714, 11531, 12048, 10905, 11730, 9285, 11288, 11153, 11815, 10046, 10128, 11163, 10794, 11265, 9459, 11458, 11036, 11306, 10634, 11149, 10560, 12373, 9773, 10820, 10861, 9185, 11528, 10773, 12445, 10568, 10477, 10491, 9607, 9418, 10360, 13193, 11037, 10588, 10605, 11085, 12291, 10647, 10932, 11816, 8924, 11011, 9981, 10325, 9970, 10920, 10052, 13644, 11076, 10228, 9262, 10223, 11026, 10389, 10544, 11390, 10832, 11252, 11958, 11467, 10350, 10633, 10598, 10373, 11035, 11765, 10456, 11311, 10783, 10384, 10783, 10331, 10059, 10490, 9560, 10004, 10789, 10267, 11940, 10072, 9650, 9972, 10424, 11619, 11194, 11240, 11500, 10135, 10500, 10505, 11022, 9367, 12256, 11298, 11065, 10306, 10496, 10655, 13698, 11489, 11876, 11774, 10237, 9828, 11111, 11864, 10180, 9458, 11149, 12251, 9757, 11210, 11814, 9170, 11315, 9658, 9880, 11527, 12556, 9367, 10955, 10564, 9033, 8996, 10520, 10472, 9336, 10239, 10925, 10868, 10869, 11018, 11525, 9227, 10533, 11084, 9680, 11000, 11846, 10705, 10813, 10862, 10951, 10995, 10158, 13347, 11558, 11315, 10573, 9857, 10111, 9394, 9800, 10043, 10639, 10811, 9456, 10943, 10595, 11582, 9945, 9948, 10429, 10128, 11151, 11092, 11383, 9420, 10397, 10815, 9461, 9792, 10780, 12181, 9758, 10596, 10976, 9198, 9199, 10655, 10619, 9217, 10625, 9551, 12720, 10637, 10598, 10075, 9165, 10888, 10532, 8991, 10907, 10488, 9773, 10418, 10999, 11027, 9272, 10942, 10468, 11580, 9561, 10696, 11086, 9143, 10803, 10739, 9038, 9029, 10963, 11048, 8617, 10637, 10602, 10392, 9427, 9704, 10842, 9962, 11395, 10068, 9954, 10084, 10390, 10513, 10547, 10729, 10621, 10525, 10573, 10655, 11096, 10740, 10842, 12704, 10719, 10358, 8750, 10553, 11560, 10406, 10036, 9317, 10263, 9819, 8105, 10325, 9421, 8745, 9920, 9368, 12787, 10243, 9838, 10078, 9179, 10304, 10319, 9310, 10382, 10540, 11009, 10341, 10980, 9193, 10864, 10913, 9540, 10105, 10046, 9880, 9627, 9688, 12858, 11609, 10669, 10667, 10656, 10400, 10112, 10591, 10853, 9665, 10315, 10798, 8451, 10519, 9930, 10752, 10133, 10989, 10243, 10353, 10696, 10142, 8882, 9958, 9954, 10313, 9633, 10122, 9419, 9423, 9724, 10881, 11256, 9432, 10964, 10657, 10836, 13603, 10508, 11463, 12149, 12073, 10323, 10465, 10899, 11704, 13031, 10804, 11235, 9237, 10409, 10731, 10024, 10498, 10526, 9435, 10420, 10124, 8878, 9310, 10308, 9712, 9702, 9935, 9215, 9897, 10469, 9107, 10089, 10479, 14478, 10869, 14686, 11074, 10334, 9737, 10085, 10586, 11373, 10052, 9215, 9337, 10381, 10262, 9660, 11415, 10344, 10934, 9148, 9424, 10796, 10514, 11031, 10298, 10733, 10729, 10573, 11415, 10523, 10988, 11199, 12332, 11759, 10946, 11139, 11292, 11112, 11170, 11352, 12094, 11310, 11151, 11143, 10719, 8665, 10798, 9140, 9077, 9553, 8125, 10208, 10167, 9026, 10798, 10325, 11022, 11416, 10488, 14385, 10366, 12211, 10556, 14943, 10760, 9540, 10918, 9313, 9466, 10412, 10800, 10296, 11854, 10529, 13032, 11228, 10190, 12286, 10579, 10248, 9998, 10987, 15379, 11142, 11472, 11496, 10500, 10437, 10988, 10360, 9487, 10925, 10097, 8761, 10912, 10435, 10236, 10442, 11176, 11297, 8739, 10147, 10071, 12221, 9949, 11634, 10157, 9927, 15720, 11486, 10965, 10466, 12037, 9923, 10504, 10876, 10960, 10715, 12764, 10071, 10943, 9505, 9713, 9855, 8913, 10254, 8917, 10820, 10025, 8768, 10272, 11124, 11064, 10767, 10543, 8876, 9854, 9199, 8724, 10534, 9233, 9327, 10829, 10064, 12919, 10737, 10682, 11545, 13477, 10467, 11400, 10963, 10533, 10977, 10692, 10794, 8630, 10654, 10381, 12245, 10413, 10404, 10604, 13625, 10067, 10106, 10261, 11173, 10186, 11184, 10500, 10515, 9734, 8638, 8726, 8925, 9995, 10645, 10342, 10798, 9871, 11179, 10992, 13101, 14623, 11352, 14275, 14197, 10875, 11844, 10898, 10675, 10987, 9649, 9892, 10391, 10787, 10546, 10428, 11107, 10750, 10419, 10222, 8784, 10586, 9906, 11688, 10362, 10412, 10790, 15010, 10669, 9909, 9444, 10671, 9654, 8660, 10334, 8880, 9371, 10504, 8808, 9291, 10509, 9370, 10406, 10587, 10360, 14075, 10244, 11579, 11667, 10113, 10656, 9781, 10101, 10984, 10783, 10456, 10830, 10416, 10382, 15349, 9255, 10499, 10743, 10210, 12830, 9857, 9590, 10371, 8831, 9306, 10298, 9879, 10764, 9601, 9882, 11241, 10791, 10779, 10327, 10467, 10910, 11178, 10245, 10740, 10535, 10402], 'WindowCenter': [4748.0, 4722.0, 4721.0, 4709.0, 4706.0, 4705.0, 4692.0, 4691.0, 4694.0, 4682.0, 4693.0, 4693.0, 4703.0, 4704.0, 4683.0, 4693.0, 4693.0, 4725.0, 4693.0, 4694.0, 4702.0, 4683.0, 4682.0, 4682.0, 4693.0, 4694.0, 4704.0, 4717.0, 4707.0, 4726.0, 4706.0, 4684.0, 4693.0, 4705.0, 4696.0, 4693.0, 4704.0, 4707.0, 4696.0, 4716.0, 4708.0, 4696.0, 4717.0, 4718.0, 4700.0, 4693.0, 4685.0, 4695.0, 4706.0, 4707.0, 4715.0, 4704.0, 4694.0, 4693.0, 4693.0, 4692.0, 4702.0, 4693.0, 4693.0, 4695.0, 4724.0, 4703.0, 4694.0, 4693.0, 4704.0, 4694.0, 4680.0, 4669.0, 4658.0, 4669.0, 4668.0, 4670.0, 4681.0, 4692.0, 4702.0, 4695.0, 4704.0, 4696.0, 4725.0, 4697.0, 4693.0, 4684.0, 4693.0, 4705.0, 4707.0, 4707.0, 4698.0, 4718.0, 4708.0, 4706.0, 4716.0, 4705.0, 4693.0, 4681.0, 4670.0, 4677.0, 4677.0, 4657.0, 4666.0, 4665.0, 4654.0, 4633.0, 4653.0, 4660.0, 4653.0, 4643.0, 4645.0, 4666.0, 4675.0, 4668.0, 4658.0, 4659.0, 4680.0, 4678.0, 4680.0, 4670.0, 4691.0, 4680.0, 4700.0, 4671.0, 4691.0, 4692.0, 4692.0, 4684.0, 4696.0, 4704.0, 4692.0, 4681.0, 4682.0, 4694.0, 4693.0, 4694.0, 4705.0, 4707.0, 4715.0, 4705.0, 4704.0, 4705.0, 4693.0, 4695.0, 4695.0, 4705.0, 4707.0, 4706.0, 4706.0, 4706.0, 4708.0, 4706.0, 4706.0, 4708.0, 4717.0, 4705.0, 4695.0, 4684.0, 4712.0, 4683.0, 4694.0, 4684.0, 4694.0, 4705.0, 4695.0, 4707.0, 4710.0, 4711.0, 4729.0, 4708.0, 4697.0, 4695.0, 4705.0, 4698.0, 4697.0, 4718.0, 4708.0, 4708.0, 4730.0, 4719.0, 4710.0, 4737.0, 4707.0, 4698.0, 4695.0, 4707.0, 4699.0, 4706.0, 4728.0, 4696.0, 4707.0, 4706.0, 4683.0, 4693.0, 4684.0, 4682.0, 4695.0, 4694.0, 4695.0, 4726.0, 4708.0, 4706.0, 4709.0, 4728.0, 4732.0, 4720.0, 4710.0, 4699.0, 4708.0, 4710.0, 4729.0, 4731.0, 4721.0, 4722.0, 4718.0, 4707.0, 4715.0, 4696.0, 4682.0, 4680.0, 4679.0, 4669.0, 4666.0, 4667.0, 4665.0, 4654.0, 4664.0, 4634.0, 4656.0, 4654.0, 4652.0, 4642.0, 4654.0, 4653.0, 4644.0, 4645.0, 4668.0, 4677.0, 4660.0, 4672.0, 4695.0, 4703.0, 4696.0, 4715.0, 4708.0, 4695.0, 4715.0, 4694.0, 4695.0, 4696.0, 4696.0, 4698.0, 4707.0, 4697.0, 4707.0, 4715.0, 4696.0, 4692.0, 4681.0, 4671.0, 4666.0, 4655.0, 4663.0, 4654.0, 4662.0, 4633.0, 4654.0, 4665.0, 4665.0, 4646.0, 4656.0, 4667.0, 4657.0, 4666.0, 4657.0, 4677.0, 4681.0, 4681.0, 4682.0, 4682.0, 4681.0, 4691.0, 4671.0, 4681.0, 4679.0, 4673.0, 4693.0, 4681.0, 4692.0, 4680.0, 4683.0, 4681.0, 4671.0, 4672.0, 4683.0, 4702.0, 4693.0, 4682.0, 4683.0, 4694.0, 4693.0, 4682.0, 4681.0, 4679.0, 4648.0, 4669.0, 4671.0, 4680.0, 4684.0, 4706.0, 4697.0, 4727.0, 4717.0, 4709.0, 4698.0, 4707.0, 4707.0, 4699.0, 4697.0, 4706.0, 4697.0, 4696.0, 4693.0, 4682.0, 4671.0, 4670.0, 4670.0, 4670.0, 4669.0, 4679.0, 4669.0, 4680.0, 4680.0, 4670.0, 4669.0, 4660.0, 4659.0, 4669.0, 4660.0, 4671.0, 4683.0, 4682.0, 4694.0, 4687.0, 4686.0, 4688.0, 4712.0, 4723.0, 4711.0, 4697.0, 4709.0, 4685.0, 4684.0, 4697.0, 4695.0, 4675.0, 4705.0, 4707.0, 4695.0, 4684.0, 4683.0, 4672.0, 4689.0, 4668.0, 4680.0, 4667.0, 4654.0, 4643.0, 4652.0, 4651.0, 4640.0, 4632.0, 4651.0, 4651.0, 4619.0, 4639.0, 4647.0, 4617.0, 4639.0, 4628.0, 4631.0, 4663.0, 4674.0, 4645.0, 4664.0, 4665.0, 4656.0, 4658.0, 4680.0, 4683.0, 4683.0, 4695.0, 4709.0, 4697.0, 4697.0, 4698.0, 4694.0, 4675.0, 4683.0, 4681.0, 4661.0, 4673.0, 4681.0, 4671.0, 4681.0, 4683.0, 4683.0, 4685.0, 4698.0, 4717.0, 4696.0, 4697.0, 4686.0, 4686.0, 4697.0, 4675.0, 4673.0, 4674.0, 4695.0, 4693.0, 4675.0, 4696.0, 4685.0, 4682.0, 4660.0, 4661.0, 4658.0, 4646.0, 4654.0, 4654.0, 4651.0, 4642.0, 4653.0, 4653.0, 4643.0, 4645.0, 4654.0, 4664.0, 4645.0, 4655.0, 4655.0, 4647.0, 4645.0, 4668.0, 4678.0, 4672.0, 4695.0, 4685.0, 4714.0, 4696.0, 4697.0, 4695.0, 4687.0, 4706.0, 4695.0, 4676.0, 4695.0, 4694.0, 4684.0, 4684.0, 4683.0, 4683.0, 4662.0, 4681.0, 4682.0, 4681.0, 4662.0, 4681.0, 4680.0, 4663.0, 4682.0, 4680.0, 4662.0, 4660.0, 4680.0, 4681.0, 4664.0, 4694.0, 4685.0, 4684.0, 4675.0, 4699.0, 4709.0, 4699.0, 4705.0, 4686.0, 4684.0, 4686.0, 4686.0, 4694.0, 4697.0, 4694.0, 4683.0, 4672.0, 4669.0, 4670.0, 4677.0, 4669.0, 4668.0, 4688.0, 4670.0, 4669.0, 4649.0, 4671.0, 4679.0, 4670.0, 4658.0, 4658.0, 4668.0, 4668.0, 4648.0, 4671.0, 4671.0, 4674.0, 4686.0, 4675.0, 4714.0, 4685.0, 4685.0, 4686.0, 4686.0, 4697.0, 4684.0, 4686.0, 4698.0, 4686.0, 4695.0, 4685.0, 4683.0, 4672.0, 4684.0, 4692.0, 4674.0, 4683.0, 4671.0, 4684.0, 4675.0, 4684.0, 4713.0, 4695.0, 4695.0, 4684.0, 4685.0, 4683.0, 4671.0, 4672.0, 4669.0, 4659.0, 4670.0, 4668.0, 4649.0, 4671.0, 4659.0, 4680.0, 4669.0, 4681.0, 4670.0, 4670.0, 4670.0, 4672.0, 4661.0, 4671.0, 4686.0, 4685.0, 4687.0, 4695.0, 4689.0, 4701.0, 4699.0, 4708.0, 4720.0, 4712.0, 4721.0, 4724.0, 4711.0, 4741.0, 4699.0, 4696.0, 4693.0, 4680.0, 4659.0, 4658.0, 4656.0, 4666.0, 4674.0, 4653.0, 4651.0, 4631.0, 4653.0, 4651.0, 4642.0, 4653.0, 4653.0, 4644.0, 4655.0, 4656.0, 4647.0, 4656.0, 4669.0, 4670.0, 4682.0, 4685.0, 4675.0, 4684.0, 4696.0, 4688.0, 4699.0, 4697.0, 4725.0, 4697.0, 4713.0, 4694.0, 4670.0, 4661.0, 4669.0, 4669.0, 4680.0, 4658.0, 4659.0, 4660.0, 4671.0, 4670.0, 4675.0, 4709.0, 4698.0, 4698.0, 4689.0, 4700.0, 4718.0, 4707.0, 4705.0, 4697.0, 4707.0, 4695.0, 4696.0, 4694.0, 4684.0, 4695.0, 4682.0, 4690.0, 4678.0, 4667.0, 4666.0, 4667.0, 4665.0, 4666.0, 4667.0, 4664.0, 4664.0, 4654.0, 4665.0, 4652.0, 4633.0, 4664.0, 4658.0, 4660.0, 4682.0, 4663.0, 4696.0, 4709.0, 4690.0, 4709.0, 4711.0, 4709.0, 4709.0, 4697.0, 4727.0, 4685.0, 4706.0, 4684.0, 4713.0, 4684.0, 4673.0, 4682.0, 4673.0, 4683.0, 4694.0, 4695.0, 4684.0, 4705.0, 4694.0, 4703.0, 4694.0, 4683.0, 4692.0, 4682.0, 4671.0, 4670.0, 4681.0, 4698.0, 4680.0, 4668.0, 4678.0, 4669.0, 4667.0, 4669.0, 4657.0, 4658.0, 4668.0, 4667.0, 4649.0, 4682.0, 4671.0, 4675.0, 4688.0, 4696.0, 4698.0, 4679.0, 4709.0, 4697.0, 4718.0, 4698.0, 4707.0, 4698.0, 4697.0, 4736.0, 4707.0, 4696.0, 4685.0, 4703.0, 4671.0, 4670.0, 4680.0, 4669.0, 4657.0, 4676.0, 4657.0, 4655.0, 4645.0, 4645.0, 4654.0, 4646.0, 4655.0, 4646.0, 4666.0, 4655.0, 4646.0, 4669.0, 4679.0, 4679.0, 4679.0, 4668.0, 4660.0, 4670.0, 4670.0, 4661.0, 4692.0, 4684.0, 4684.0, 4697.0, 4697.0, 4716.0, 4696.0, 4695.0, 4693.0, 4703.0, 4682.0, 4681.0, 4681.0, 4669.0, 4679.0, 4671.0, 4669.0, 4649.0, 4669.0, 4658.0, 4679.0, 4667.0, 4669.0, 4668.0, 4687.0, 4657.0, 4668.0, 4668.0, 4680.0, 4684.0, 4697.0, 4697.0, 4683.0, 4698.0, 4688.0, 4688.0, 4699.0, 4697.0, 4708.0, 4696.0, 4705.0, 4697.0, 4696.0, 4695.0, 4701.0, 4700.0, 4668.0, 4687.0, 4676.0, 4654.0, 4652.0, 4639.0, 4641.0, 4649.0, 4640.0, 4643.0, 4654.0, 4663.0, 4666.0, 4667.0, 4666.0, 4665.0, 4667.0, 4656.0, 4647.0, 4667.0, 4657.0, 4678.0, 4668.0, 4667.0, 4678.0, 4709.0, 4670.0, 4668.0, 4659.0, 4668.0, 4669.0, 4660.0, 4683.0, 4674.0, 4685.0, 4708.0, 4686.0, 4685.0, 4707.0, 4687.0, 4707.0, 4707.0, 4695.0, 4725.0, 4695.0, 4694.0, 4695.0, 4682.0, 4682.0, 4673.0, 4682.0, 4681.0, 4682.0, 4679.0, 4679.0, 4680.0, 4670.0, 4723.0, 4687.0, 4693.0, 4693.0, 4695.0, 4715.0, 4684.0, 4672.0, 4670.0, 4663.0, 4672.0, 4694.0, 4683.0, 4693.0, 4674.0, 4682.0, 4691.0, 4681.0, 4669.0, 4668.0, 4668.0, 4666.0, 4663.0, 4654.0, 4651.0, 4640.0, 4652.0], 'WindowWidth': [10373.0, 10323.0, 10318.0, 10298.0, 10288.0, 10285.0, 10262.0, 10260.0, 10265.0, 10247.0, 10263.0, 10264.0, 10278.0, 10281.0, 10250.0, 10264.0, 10264.0, 10310.0, 10265.0, 10266.0, 10273.0, 10248.0, 10248.0, 10249.0, 10265.0, 10267.0, 10285.0, 10303.0, 10289.0, 10314.0, 10286.0, 10253.0, 10266.0, 10285.0, 10272.0, 10266.0, 10282.0, 10289.0, 10274.0, 10300.0, 10293.0, 10272.0, 10303.0, 10306.0, 10284.0, 10267.0, 10257.0, 10272.0, 10288.0, 10290.0, 10298.0, 10279.0, 10267.0, 10263.0, 10264.0, 10262.0, 10276.0, 10263.0, 10265.0, 10269.0, 10306.0, 10278.0, 10265.0, 10263.0, 10280.0, 10265.0, 10238.0, 10219.0, 10203.0, 10220.0, 10218.0, 10223.0, 10242.0, 10260.0, 10275.0, 10268.0, 10281.0, 10273.0, 10314.0, 10276.0, 10264.0, 10251.0, 10265.0, 10286.0, 10290.0, 10288.0, 10277.0, 10305.0, 10291.0, 10287.0, 10300.0, 10281.0, 10261.0, 10242.0, 10223.0, 10228.0, 10228.0, 10202.0, 10213.0, 10208.0, 10190.0, 10160.0, 10187.0, 10195.0, 10188.0, 10177.0, 10183.0, 10213.0, 10226.0, 10219.0, 10206.0, 10209.0, 10238.0, 10236.0, 10238.0, 10227.0, 10257.0, 10241.0, 10269.0, 10229.0, 10255.0, 10258.0, 10259.0, 10254.0, 10273.0, 10281.0, 10261.0, 10244.0, 10247.0, 10266.0, 10264.0, 10266.0, 10283.0, 10290.0, 10298.0, 10284.0, 10282.0, 10281.0, 10266.0, 10271.0, 10271.0, 10285.0, 10288.0, 10285.0, 10288.0, 10288.0, 10292.0, 10287.0, 10287.0, 10293.0, 10304.0, 10284.0, 10269.0, 10250.0, 10287.0, 10249.0, 10267.0, 10254.0, 10268.0, 10284.0, 10272.0, 10290.0, 10299.0, 10301.0, 10324.0, 10294.0, 10275.0, 10271.0, 10285.0, 10278.0, 10277.0, 10306.0, 10295.0, 10296.0, 10325.0, 10312.0, 10297.0, 10331.0, 10290.0, 10279.0, 10271.0, 10289.0, 10281.0, 10287.0, 10319.0, 10273.0, 10289.0, 10286.0, 10250.0, 10262.0, 10253.0, 10247.0, 10269.0, 10269.0, 10270.0, 10315.0, 10294.0, 10289.0, 10295.0, 10320.0, 10333.0, 10310.0, 10298.0, 10283.0, 10294.0, 10299.0, 10325.0, 10332.0, 10318.0, 10317.0, 10307.0, 10288.0, 10297.0, 10268.0, 10244.0, 10238.0, 10233.0, 10218.0, 10210.0, 10212.0, 10206.0, 10191.0, 10202.0, 10164.0, 10197.0, 10191.0, 10188.0, 10173.0, 10189.0, 10189.0, 10181.0, 10183.0, 10218.0, 10232.0, 10212.0, 10230.0, 10268.0, 10277.0, 10272.0, 10300.0, 10291.0, 10268.0, 10296.0, 10267.0, 10269.0, 10272.0, 10273.0, 10277.0, 10289.0, 10276.0, 10289.0, 10298.0, 10268.0, 10257.0, 10240.0, 10225.0, 10210.0, 10195.0, 10202.0, 10191.0, 10200.0, 10162.0, 10192.0, 10209.0, 10207.0, 10183.0, 10198.0, 10212.0, 10198.0, 10212.0, 10202.0, 10231.0, 10240.0, 10242.0, 10245.0, 10245.0, 10240.0, 10254.0, 10227.0, 10241.0, 10237.0, 10234.0, 10259.0, 10245.0, 10258.0, 10241.0, 10246.0, 10243.0, 10230.0, 10232.0, 10248.0, 10273.0, 10263.0, 10246.0, 10250.0, 10267.0, 10262.0, 10244.0, 10241.0, 10234.0, 10192.0, 10223.0, 10227.0, 10242.0, 10252.0, 10287.0, 10276.0, 10316.0, 10306.0, 10296.0, 10282.0, 10291.0, 10290.0, 10280.0, 10272.0, 10285.0, 10276.0, 10270.0, 10262.0, 10243.0, 10224.0, 10223.0, 10224.0, 10223.0, 10220.0, 10234.0, 10222.0, 10239.0, 10240.0, 10224.0, 10222.0, 10208.0, 10208.0, 10222.0, 10211.0, 10230.0, 10246.0, 10245.0, 10266.0, 10259.0, 10256.0, 10260.0, 10300.0, 10317.0, 10295.0, 10270.0, 10291.0, 10253.0, 10252.0, 10273.0, 10268.0, 10241.0, 10281.0, 10287.0, 10264.0, 10249.0, 10245.0, 10229.0, 10247.0, 10217.0, 10238.0, 10211.0, 10192.0, 10174.0, 10183.0, 10181.0, 10167.0, 10158.0, 10182.0, 10183.0, 10135.0, 10161.0, 10171.0, 10130.0, 10163.0, 10146.0, 10154.0, 10203.0, 10222.0, 10182.0, 10208.0, 10210.0, 10202.0, 10209.0, 10241.0, 10247.0, 10250.0, 10271.0, 10294.0, 10276.0, 10275.0, 10275.0, 10264.0, 10238.0, 10248.0, 10242.0, 10215.0, 10231.0, 10238.0, 10226.0, 10242.0, 10245.0, 10247.0, 10253.0, 10274.0, 10298.0, 10269.0, 10272.0, 10253.0, 10253.0, 10274.0, 10240.0, 10233.0, 10235.0, 10266.0, 10261.0, 10240.0, 10269.0, 10252.0, 10242.0, 10210.0, 10210.0, 10203.0, 10181.0, 10192.0, 10191.0, 10184.0, 10174.0, 10190.0, 10189.0, 10178.0, 10182.0, 10193.0, 10208.0, 10180.0, 10195.0, 10196.0, 10188.0, 10185.0, 10217.0, 10234.0, 10233.0, 10268.0, 10255.0, 10294.0, 10272.0, 10275.0, 10271.0, 10262.0, 10286.0, 10269.0, 10245.0, 10268.0, 10266.0, 10254.0, 10252.0, 10248.0, 10246.0, 10218.0, 10241.0, 10242.0, 10241.0, 10216.0, 10241.0, 10239.0, 10219.0, 10244.0, 10238.0, 10215.0, 10213.0, 10240.0, 10239.0, 10224.0, 10267.0, 10252.0, 10248.0, 10241.0, 10280.0, 10296.0, 10282.0, 10284.0, 10256.0, 10254.0, 10256.0, 10256.0, 10267.0, 10274.0, 10266.0, 10246.0, 10230.0, 10223.0, 10224.0, 10231.0, 10221.0, 10219.0, 10246.0, 10224.0, 10221.0, 10194.0, 10226.0, 10236.0, 10223.0, 10204.0, 10203.0, 10218.0, 10219.0, 10195.0, 10228.0, 10232.0, 10240.0, 10257.0, 10242.0, 10294.0, 10256.0, 10257.0, 10259.0, 10258.0, 10274.0, 10254.0, 10259.0, 10276.0, 10256.0, 10268.0, 10253.0, 10247.0, 10231.0, 10249.0, 10261.0, 10238.0, 10249.0, 10230.0, 10250.0, 10239.0, 10252.0, 10290.0, 10268.0, 10266.0, 10250.0, 10252.0, 10249.0, 10230.0, 10229.0, 10221.0, 10206.0, 10221.0, 10218.0, 10193.0, 10227.0, 10210.0, 10239.0, 10222.0, 10240.0, 10225.0, 10226.0, 10223.0, 10229.0, 10214.0, 10227.0, 10258.0, 10253.0, 10260.0, 10270.0, 10268.0, 10288.0, 10284.0, 10295.0, 10317.0, 10308.0, 10317.0, 10326.0, 10302.0, 10344.0, 10281.0, 10270.0, 10261.0, 10238.0, 10206.0, 10203.0, 10197.0, 10211.0, 10217.0, 10188.0, 10184.0, 10156.0, 10187.0, 10184.0, 10173.0, 10189.0, 10191.0, 10181.0, 10196.0, 10197.0, 10188.0, 10201.0, 10223.0, 10228.0, 10250.0, 10257.0, 10242.0, 10255.0, 10274.0, 10265.0, 10280.0, 10276.0, 10310.0, 10274.0, 10292.0, 10264.0, 10226.0, 10215.0, 10223.0, 10223.0, 10236.0, 10204.0, 10208.0, 10210.0, 10227.0, 10225.0, 10239.0, 10293.0, 10276.0, 10277.0, 10266.0, 10287.0, 10309.0, 10291.0, 10286.0, 10277.0, 10289.0, 10271.0, 10273.0, 10268.0, 10253.0, 10268.0, 10246.0, 10253.0, 10231.0, 10216.0, 10211.0, 10212.0, 10211.0, 10214.0, 10215.0, 10208.0, 10209.0, 10194.0, 10210.0, 10189.0, 10165.0, 10209.0, 10208.0, 10214.0, 10249.0, 10227.0, 10275.0, 10298.0, 10272.0, 10297.0, 10301.0, 10294.0, 10295.0, 10273.0, 10314.0, 10255.0, 10282.0, 10253.0, 10289.0, 10250.0, 10234.0, 10247.0, 10238.0, 10252.0, 10266.0, 10269.0, 10251.0, 10281.0, 10266.0, 10276.0, 10264.0, 10246.0, 10259.0, 10244.0, 10226.0, 10225.0, 10240.0, 10259.0, 10237.0, 10218.0, 10232.0, 10220.0, 10217.0, 10222.0, 10202.0, 10206.0, 10219.0, 10218.0, 10197.0, 10245.0, 10227.0, 10237.0, 10259.0, 10268.0, 10275.0, 10254.0, 10296.0, 10279.0, 10308.0, 10280.0, 10292.0, 10280.0, 10279.0, 10331.0, 10289.0, 10272.0, 10254.0, 10276.0, 10229.0, 10226.0, 10238.0, 10220.0, 10200.0, 10224.0, 10201.0, 10197.0, 10182.0, 10182.0, 10194.0, 10185.0, 10197.0, 10186.0, 10214.0, 10199.0, 10189.0, 10223.0, 10237.0, 10237.0, 10236.0, 10222.0, 10213.0, 10227.0, 10227.0, 10218.0, 10263.0, 10253.0, 10256.0, 10275.0, 10275.0, 10298.0, 10271.0, 10268.0, 10262.0, 10275.0, 10245.0, 10242.0, 10243.0, 10222.0, 10236.0, 10226.0, 10219.0, 10193.0, 10221.0, 10203.0, 10233.0, 10215.0, 10220.0, 10219.0, 10243.0, 10204.0, 10218.0, 10220.0, 10238.0, 10251.0, 10274.0, 10274.0, 10252.0, 10280.0, 10268.0, 10269.0, 10286.0, 10279.0, 10292.0, 10275.0, 10286.0, 10274.0, 10272.0, 10267.0, 10272.0, 10266.0, 10218.0, 10240.0, 10224.0, 10191.0, 10186.0, 10164.0, 10169.0, 10179.0, 10169.0, 10176.0, 10195.0, 10205.0, 10212.0, 10216.0, 10212.0, 10213.0, 10216.0, 10200.0, 10189.0, 10219.0, 10203.0, 10234.0, 10220.0, 10219.0, 10236.0, 10276.0, 10226.0, 10220.0, 10209.0, 10220.0, 10224.0, 10215.0, 10250.0, 10242.0, 10258.0, 10292.0, 10260.0, 10258.0, 10290.0, 10262.0, 10289.0, 10289.0, 10270.0, 10312.0, 10270.0, 10268.0, 10268.0, 10246.0, 10247.0, 10233.0, 10244.0, 10243.0, 10243.0, 10237.0, 10238.0, 10240.0, 10226.0, 10302.0, 10262.0, 10265.0, 10269.0, 10272.0, 10298.0, 10254.0, 10234.0, 10227.0, 10221.0, 10236.0, 10270.0, 10250.0, 10262.0, 10238.0, 10249.0, 10260.0, 10245.0, 10224.0, 10222.0, 10219.0, 10211.0, 10205.0, 10192.0, 10183.0, 10169.0, 10186.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.0002873938002296211</td></tr>
<tr><td colspan=3>aqi</td><td>0.0236192822043628</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.29068258648276</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1754308331494268</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9871177616666647</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>5788.2241</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08403989906751266</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.0849598163031</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5791173609605687</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.499594758586835</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.838668477775415</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3990888465194553</td></tr>
<tr><td colspan=3>gcor</td><td>0.0246324</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01502648089081049</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031960733234882355</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.003658464682314</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>30.207</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.079</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.6365</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.4688</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5318</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.4839</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3834.3048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4051.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.9434</td></tr>
<tr><td colspan=3>tsnr</td><td>41.0276376879774</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>