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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-04_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-04_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-0088/ses-03/func/sub-0088_ses-03_task-social_acq-mb8_run-04_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>6c377cd42b1599459cc5baa7f0e7696e</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:18:36.720000</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.998781, 0.0301899, 0.0390562, -0.0315625, 0.998888, 0.0350189]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0856444</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7779, -7193, 525, 4, -124, 30, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>930cbdde-af60-4631-b323-0047ae40a255||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.6796560287475586, -0.08467990159988403, 0.10248000919818878, 116.60674285888672], [-0.0809972733259201, 2.679943799972534, 0.09776397049427032, -94.74284362792969], [0.10478492826223373, -0.09395303577184677, 2.6962826251983643, -62.48627853393555], [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': ['151836.720000', '151837.180000', '151837.640000', '151838.100000', '151838.560000', '151839.020000', '151839.480000', '151839.940000', '151840.400000', '151840.860000', '151841.320000', '151841.780000', '151842.240000', '151842.700000', '151843.160000', '151843.620000', '151844.080000', '151844.540000', '151845.000000', '151845.460000', '151845.920000', '151846.380000', '151846.840000', '151847.300000', '151847.760000', '151848.220000', '151848.680000', '151849.140000', '151849.600000', '151850.060000', '151850.520000', '151850.980000', '151851.440000', '151851.900000', '151852.360000', '151852.820000', '151853.280000', '151853.740000', '151854.200000', '151854.660000', '151855.120000', '151855.580000', '151856.040000', '151856.500000', '151856.960000', '151857.420000', '151857.880000', '151858.340000', '151858.800000', '151859.260000', '151859.720000', '151900.180000', '151900.640000', '151901.100000', '151901.560000', '151902.020000', '151902.480000', '151902.940000', '151903.400000', '151903.860000', '151904.320000', '151904.780000', '151905.240000', '151905.700000', '151906.160000', '151906.620000', '151907.080000', '151907.540000', '151908.000000', '151908.460000', '151908.920000', '151909.380000', '151909.840000', '151910.300000', '151910.760000', '151911.220000', '151911.680000', '151912.140000', '151912.600000', '151913.060000', '151913.520000', '151913.980000', '151914.440000', '151914.900000', '151915.360000', '151915.820000', '151916.280000', '151916.740000', '151917.200000', '151917.660000', '151918.120000', '151918.580000', '151919.040000', '151919.500000', '151919.960000', '151920.420000', '151920.880000', '151921.340000', '151921.800000', '151922.260000', '151922.720000', '151923.180000', '151923.640000', '151924.100000', '151924.560000', '151925.020000', '151925.480000', '151925.940000', '151926.400000', '151926.860000', '151927.320000', '151927.780000', '151928.240000', '151928.700000', '151929.160000', '151929.620000', '151930.080000', '151930.540000', '151931.000000', '151931.460000', '151931.920000', '151932.380000', '151932.840000', '151933.300000', '151933.760000', '151934.220000', '151934.680000', '151935.140000', '151935.600000', '151936.060000', '151936.520000', '151936.980000', '151937.440000', '151937.900000', '151938.360000', '151938.820000', '151939.280000', '151939.740000', '151940.200000', '151940.660000', '151941.120000', '151941.580000', '151942.040000', '151942.500000', '151942.960000', '151943.420000', '151943.880000', '151944.340000', '151944.800000', '151945.260000', '151945.720000', '151946.180000', '151946.640000', '151947.100000', '151947.560000', '151948.020000', '151948.480000', '151948.940000', '151949.400000', '151949.860000', '151950.320000', '151950.780000', '151951.240000', '151951.700000', '151952.160000', '151952.620000', '151953.080000', '151953.540000', '151954.000000', '151954.460000', '151954.920000', '151955.380000', '151955.840000', '151956.300000', '151956.760000', '151957.220000', '151957.680000', '151958.140000', '151958.600000', '151959.060000', '151959.520000', '151959.980000', '152000.440000', '152000.900000', '152001.360000', '152001.820000', '152002.280000', '152002.740000', '152003.200000', '152003.660000', '152004.120000', '152004.580000', '152005.040000', '152005.500000', '152005.960000', '152006.420000', '152006.880000', '152007.340000', '152007.800000', '152008.260000', '152008.720000', '152009.180000', '152009.640000', '152010.100000', '152010.560000', '152011.020000', '152011.480000', '152011.940000', '152012.400000', '152012.860000', '152013.320000', '152013.780000', '152014.240000', '152014.700000', '152015.160000', '152015.620000', '152016.080000', '152016.540000', '152017.000000', '152017.460000', '152017.920000', '152018.380000', '152018.840000', '152019.300000', '152019.760000', '152020.220000', '152020.680000', '152021.140000', '152021.600000', '152022.060000', '152022.520000', '152022.980000', '152023.440000', '152023.900000', '152024.360000', '152024.820000', '152025.280000', '152025.740000', '152026.200000', '152026.660000', '152027.120000', '152027.580000', '152028.040000', '152028.500000', '152028.960000', '152029.420000', '152029.880000', '152030.340000', '152030.800000', '152031.260000', '152031.720000', '152032.180000', '152032.640000', '152033.100000', '152033.560000', '152034.020000', '152034.480000', '152034.940000', '152035.400000', '152035.860000', '152036.320000', '152036.780000', '152037.240000', '152037.700000', '152038.160000', '152038.620000', '152039.080000', '152039.540000', '152040.000000', '152040.460000', '152040.920000', '152041.380000', '152041.840000', '152042.300000', '152042.760000', '152043.220000', '152043.680000', '152044.140000', '152044.600000', '152045.060000', '152045.520000', '152045.980000', '152046.440000', '152046.900000', '152047.360000', '152047.820000', '152048.280000', '152048.740000', '152049.200000', '152049.660000', '152050.120000', '152050.580000', '152051.040000', '152051.500000', '152051.960000', '152052.420000', '152052.880000', '152053.340000', '152053.800000', '152054.260000', '152054.720000', '152055.180000', '152055.640000', '152056.100000', '152056.560000', '152057.020000', '152057.480000', '152057.940000', '152058.400000', '152058.860000', '152059.320000', '152059.780000', '152100.240000', '152100.700000', '152101.160000', '152101.620000', '152102.080000', '152102.540000', '152103.000000', '152103.460000', '152103.920000', '152104.380000', '152104.840000', '152105.300000', '152105.760000', '152106.220000', '152106.680000', '152107.140000', '152107.600000', '152108.060000', '152108.520000', '152108.980000', '152109.440000', '152109.900000', '152110.360000', '152110.820000', '152111.280000', '152111.740000', '152112.200000', '152112.660000', '152113.120000', '152113.580000', '152114.040000', '152114.500000', '152114.960000', '152115.420000', '152115.880000', '152116.340000', '152116.800000', '152117.260000', '152117.720000', '152118.180000', '152118.640000', '152119.100000', '152119.560000', '152120.020000', '152120.480000', '152120.940000', '152121.400000', '152121.860000', '152122.320000', '152122.780000', '152123.240000', '152123.700000', '152124.160000', '152124.620000', '152125.080000', '152125.540000', '152126.000000', '152126.460000', '152126.920000', '152127.380000', '152127.840000', '152128.300000', '152128.760000', '152129.220000', '152129.680000', '152130.140000', '152130.600000', '152131.060000', '152131.520000', '152131.980000', '152132.440000', '152132.900000', '152133.360000', '152133.820000', '152134.280000', '152134.740000', '152135.200000', '152135.660000', '152136.120000', '152136.580000', '152137.040000', '152137.500000', '152137.960000', '152138.420000', '152138.880000', '152139.340000', '152139.800000', '152140.260000', '152140.720000', '152141.180000', '152141.640000', '152142.100000', '152142.560000', '152143.020000', '152143.480000', '152143.940000', '152144.400000', '152144.860000', '152145.320000', '152145.780000', '152146.240000', '152146.700000', '152147.160000', '152147.620000', '152148.080000', '152148.540000', '152149.000000', '152149.460000', '152149.920000', '152150.380000', '152150.840000', '152151.300000', '152151.760000', '152152.220000', '152152.680000', '152153.140000', '152153.600000', '152154.060000', '152154.520000', '152154.980000', '152155.440000', '152155.900000', '152156.360000', '152156.820000', '152157.280000', '152157.740000', '152158.200000', '152158.660000', '152159.120000', '152159.580000', '152200.040000', '152200.500000', '152200.960000', '152201.420000', '152201.880000', '152202.340000', '152202.800000', '152203.260000', '152203.720000', '152204.180000', '152204.640000', '152205.100000', '152205.560000', '152206.020000', '152206.480000', '152206.940000', '152207.400000', '152207.860000', '152208.320000', '152208.780000', '152209.240000', '152209.700000', '152210.160000', '152210.620000', '152211.080000', '152211.540000', '152212.000000', '152212.460000', '152212.920000', '152213.380000', '152213.840000', '152214.300000', '152214.760000', '152215.220000', '152215.680000', '152216.140000', '152216.600000', '152217.060000', '152217.520000', '152217.980000', '152218.440000', '152218.900000', '152219.360000', '152219.820000', '152220.280000', '152220.740000', '152221.200000', '152221.660000', '152222.120000', '152222.580000', '152223.040000', '152223.500000', '152223.960000', '152224.420000', '152224.880000', '152225.340000', '152225.800000', '152226.260000', '152226.720000', '152227.180000', '152227.640000', '152228.100000', '152228.560000', '152229.020000', '152229.480000', '152229.940000', '152230.400000', '152230.860000', '152231.320000', '152231.780000', '152232.240000', '152232.700000', '152233.160000', '152233.620000', '152234.080000', '152234.540000', '152235.000000', '152235.460000', '152235.920000', '152236.380000', '152236.840000', '152237.300000', '152237.760000', '152238.220000', '152238.680000', '152239.140000', '152239.600000', '152240.060000', '152240.520000', '152240.980000', '152241.440000', '152241.900000', '152242.360000', '152242.820000', '152243.280000', '152243.740000', '152244.200000', '152244.660000', '152245.120000', '152245.580000', '152246.040000', '152246.500000', '152246.960000', '152247.420000', '152247.880000', '152248.340000', '152248.800000', '152249.260000', '152249.720000', '152250.180000', '152250.640000', '152251.100000', '152251.560000', '152252.020000', '152252.480000', '152252.940000', '152253.400000', '152253.860000', '152254.320000', '152254.780000', '152255.240000', '152255.700000', '152256.160000', '152256.620000', '152257.080000', '152257.540000', '152258.000000', '152258.460000', '152258.920000', '152259.380000', '152259.840000', '152300.300000', '152300.760000', '152301.220000', '152301.680000', '152302.140000', '152302.600000', '152303.060000', '152303.520000', '152303.980000', '152304.440000', '152304.900000', '152305.360000', '152305.820000', '152306.280000', '152306.740000', '152307.200000', '152307.660000', '152308.120000', '152308.580000', '152309.040000', '152309.500000', '152309.960000', '152310.420000', '152310.880000', '152311.340000', '152311.800000', '152312.260000', '152312.720000', '152313.180000', '152313.640000', '152314.100000', '152314.560000', '152315.020000', '152315.480000', '152315.940000', '152316.400000', '152316.860000', '152317.320000', '152317.780000', '152318.240000', '152318.700000', '152319.160000', '152319.620000', '152320.080000', '152320.540000', '152321.000000', '152321.460000', '152321.920000', '152322.380000', '152322.840000', '152323.300000', '152323.760000', '152324.220000', '152324.680000', '152325.140000', '152325.600000', '152326.060000', '152326.520000', '152326.980000', '152327.440000', '152327.900000', '152328.360000', '152328.820000', '152329.280000', '152329.740000', '152330.200000', '152330.660000', '152331.120000', '152331.580000', '152332.040000', '152332.500000', '152332.960000', '152333.420000', '152333.880000', '152334.340000', '152334.800000', '152335.260000', '152335.720000', '152336.180000', '152336.640000', '152337.100000', '152337.560000', '152338.020000', '152338.480000', '152338.940000', '152339.400000', '152339.860000', '152340.320000', '152340.780000', '152341.240000', '152341.700000', '152342.160000', '152342.620000', '152343.080000', '152343.540000', '152344.000000', '152344.460000', '152344.920000', '152345.380000', '152345.840000', '152346.300000', '152346.760000', '152347.220000', '152347.680000', '152348.140000', '152348.600000', '152349.060000', '152349.520000', '152349.980000', '152350.440000', '152350.900000', '152351.360000', '152351.820000', '152352.280000', '152352.740000', '152353.200000', '152353.660000', '152354.120000', '152354.580000', '152355.040000', '152355.500000', '152355.960000', '152356.420000', '152356.880000', '152357.340000', '152357.800000', '152358.260000', '152358.720000', '152359.180000', '152359.640000', '152400.100000', '152400.560000', '152401.020000', '152401.480000', '152401.940000', '152402.400000', '152402.860000', '152403.320000', '152403.780000', '152404.240000', '152404.700000', '152405.160000', '152405.620000', '152406.080000', '152406.540000', '152407.000000', '152407.460000', '152407.920000', '152408.380000', '152408.840000', '152409.300000', '152409.760000', '152410.220000', '152410.680000', '152411.140000', '152411.600000', '152412.060000', '152412.520000', '152412.980000', '152413.440000', '152413.900000', '152414.360000', '152414.820000', '152415.280000', '152415.740000', '152416.200000', '152416.660000', '152417.120000', '152417.580000', '152418.040000', '152418.500000', '152418.960000', '152419.420000', '152419.880000', '152420.340000', '152420.800000', '152421.260000', '152421.720000', '152422.180000', '152422.640000', '152423.100000', '152423.560000', '152424.020000', '152424.480000', '152424.940000', '152425.400000', '152425.860000', '152426.320000', '152426.780000', '152427.240000', '152427.700000', '152428.160000', '152428.620000', '152429.080000', '152429.540000', '152430.000000', '152430.460000', '152430.920000', '152431.380000', '152431.840000', '152432.300000', '152432.760000', '152433.220000', '152433.680000', '152434.140000', '152434.600000', '152435.060000', '152435.520000', '152435.980000', '152436.440000', '152436.900000', '152437.360000', '152437.820000', '152438.280000', '152438.740000', '152439.200000', '152439.660000', '152440.120000', '152440.580000', '152441.040000', '152441.500000', '152441.960000', '152442.420000', '152442.880000', '152443.340000', '152443.800000', '152444.260000', '152444.720000', '152445.180000', '152445.640000', '152446.100000', '152446.560000', '152447.020000', '152447.480000', '152447.940000', '152448.400000', '152448.860000', '152449.320000', '152449.780000', '152450.240000', '152450.700000', '152451.160000', '152451.620000', '152452.080000', '152452.540000', '152453.000000', '152453.460000', '152453.920000', '152454.380000', '152454.840000', '152455.300000', '152455.760000', '152456.220000', '152456.680000', '152457.140000', '152457.600000', '152458.060000', '152458.520000', '152458.980000', '152459.440000', '152459.900000', '152500.360000', '152500.820000', '152501.280000', '152501.740000', '152502.200000', '152502.660000', '152503.120000', '152503.580000', '152504.040000', '152504.500000', '152504.960000', '152505.420000', '152505.880000', '152506.340000', '152506.800000', '152507.260000', '152507.720000', '152508.180000', '152508.640000', '152509.100000', '152509.560000', '152510.020000', '152510.480000', '152510.940000', '152511.400000', '152511.860000', '152512.320000', '152512.780000', '152513.240000', '152513.700000', '152514.160000', '152514.620000', '152515.080000', '152515.540000', '152516.000000', '152516.460000', '152516.920000', '152517.380000'], 'ContentTime': ['151904.686000', '151904.689000', '151904.692000', '151904.694000', '151904.697000', '151904.700000', '151904.702000', '151904.705000', '151904.708000', '151904.712000', '151904.715000', '151904.717000', '151904.720000', '151904.723000', '151904.725000', '151904.728000', '151904.730000', '151904.733000', '151904.735000', '151904.738000', '151904.740000', '151904.743000', '151904.746000', '151904.748000', '151904.751000', '151904.753000', '151904.756000', '151904.759000', '151904.761000', '151904.764000', '151904.766000', '151904.769000', '151904.771000', '151904.774000', '151904.777000', '151904.779000', '151904.782000', '151904.784000', '151904.787000', '151904.789000', '151904.792000', '151904.794000', '151904.797000', '151904.800000', '151904.802000', '151904.805000', '151904.807000', '151904.810000', '151904.812000', '151904.815000', '151904.817000', '151904.820000', '151904.823000', '151904.825000', '151904.828000', '151904.830000', '151904.833000', '151904.835000', '151924.658000', '151924.661000', '151924.664000', '151924.666000', '151924.669000', '151924.683000', '151924.685000', '151924.688000', '151924.691000', '151924.693000', '151924.696000', '151924.698000', '151924.701000', '151924.703000', '151924.706000', '151924.708000', '151924.711000', '151924.714000', '151924.716000', '151924.719000', '151924.721000', '151924.724000', '151924.726000', '151924.729000', '151924.731000', '151924.734000', '151924.737000', '151924.739000', '151924.742000', '151924.744000', '151924.747000', '151924.749000', '151924.752000', '151924.755000', '151924.757000', '151924.760000', '151924.762000', '151924.765000', '151924.767000', '151924.770000', '151924.773000', '151924.775000', '151924.778000', '151924.780000', '151944.658000', '151944.661000', '151944.664000', '151944.666000', '151944.669000', '151944.671000', '151944.674000', '151944.676000', '151944.679000', '151944.682000', '151944.684000', '151944.687000', '151944.689000', '151944.692000', '151944.694000', '151944.697000', '151944.699000', '151944.702000', '151944.705000', '151944.707000', '151944.710000', '151944.713000', '151944.715000', '151944.718000', '151944.743000', '151944.745000', '151944.748000', '151944.750000', '151944.753000', '151944.756000', '151944.759000', '151944.761000', '151944.764000', '151944.767000', '151944.769000', '151944.772000', '151944.774000', '151944.777000', '151944.780000', '151944.782000', '151944.785000', '151944.787000', '151944.790000', '152004.657000', '152004.660000', '152004.663000', '152004.665000', '152004.668000', '152004.670000', '152004.673000', '152004.675000', '152004.678000', '152004.681000', '152004.683000', '152004.686000', '152004.688000', '152004.691000', '152004.694000', '152004.696000', '152004.699000', '152004.701000', '152004.704000', '152004.706000', '152004.709000', '152004.711000', '152004.714000', '152004.716000', '152004.719000', '152004.722000', '152004.724000', '152004.727000', '152004.729000', '152004.732000', '152004.734000', '152004.737000', '152004.739000', '152004.742000', '152004.745000', '152004.747000', '152004.750000', '152004.752000', '152004.755000', '152004.758000', '152004.760000', '152004.763000', '152004.765000', '152004.768000', '152024.657000', '152024.660000', '152024.663000', '152024.665000', '152024.668000', '152024.671000', '152024.683000', '152024.685000', '152024.688000', '152024.691000', '152024.693000', '152024.696000', '152024.698000', '152024.701000', '152024.703000', '152024.706000', '152024.709000', '152024.711000', '152024.714000', '152024.716000', '152024.719000', '152024.721000', '152024.724000', '152024.727000', '152024.729000', '152024.732000', '152024.734000', '152024.737000', '152024.739000', '152024.742000', '152024.745000', '152024.747000', '152024.750000', '152024.753000', '152024.755000', '152024.758000', '152024.760000', '152024.763000', '152024.766000', '152024.768000', '152024.771000', '152024.774000', '152024.776000', '152044.658000', '152044.660000', '152044.663000', '152044.665000', '152044.668000', '152044.670000', '152044.673000', '152044.676000', '152044.678000', '152044.681000', '152044.692000', '152044.695000', '152044.697000', '152044.700000', '152044.702000', '152044.705000', '152044.708000', '152044.710000', '152044.713000', '152044.715000', '152044.718000', '152044.720000', '152044.723000', '152044.726000', '152044.728000', '152044.731000', '152044.733000', '152044.736000', '152044.738000', '152044.741000', '152044.743000', '152044.746000', '152044.748000', '152044.751000', '152044.754000', '152044.756000', '152044.759000', '152044.761000', '152044.764000', '152044.766000', '152044.769000', '152044.771000', '152044.774000', '152044.777000', '152104.657000', '152104.660000', '152104.663000', '152104.665000', '152104.668000', '152104.670000', '152104.673000', '152104.676000', '152104.678000', '152104.681000', '152104.683000', '152104.686000', '152104.688000', '152104.691000', '152104.694000', '152104.696000', '152104.699000', '152104.701000', '152104.704000', '152104.706000', '152104.709000', '152104.711000', '152104.714000', '152104.717000', '152104.719000', '152104.722000', '152104.724000', '152104.727000', '152104.730000', '152104.732000', '152104.735000', '152104.738000', '152104.741000', '152104.744000', '152104.746000', '152104.749000', '152104.752000', '152104.754000', '152104.757000', '152104.759000', '152104.762000', '152104.764000', '152104.767000', '152124.658000', '152124.688000', '152124.691000', '152124.694000', '152124.696000', '152124.699000', '152124.701000', '152124.704000', '152124.707000', '152124.709000', '152124.712000', '152124.714000', '152124.717000', '152124.719000', '152124.722000', '152124.725000', '152124.727000', '152124.730000', '152124.732000', '152124.735000', '152124.768000', '152124.771000', '152124.773000', '152124.776000', '152124.778000', '152124.781000', '152124.784000', '152124.786000', '152124.789000', '152124.791000', '152124.794000', '152124.796000', '152124.799000', '152124.802000', '152124.804000', '152124.807000', '152124.810000', '152124.812000', '152124.815000', '152124.817000', '152124.820000', '152124.823000', '152124.825000', '152124.828000', '152144.659000', '152144.661000', '152144.664000', '152144.667000', '152144.669000', '152144.672000', '152144.674000', '152144.677000', '152144.679000', '152144.682000', '152144.685000', '152144.687000', '152144.690000', '152144.692000', '152144.695000', '152144.698000', '152144.700000', '152144.703000', '152144.705000', '152144.708000', '152144.711000', '152144.713000', '152144.716000', '152144.718000', '152144.721000', '152144.723000', '152144.726000', '152144.728000', '152144.731000', '152144.734000', '152144.736000', '152144.739000', '152144.741000', '152144.744000', '152144.747000', '152144.749000', '152144.752000', '152144.755000', '152144.758000', '152144.761000', '152144.764000', '152144.766000', '152144.769000', '152204.659000', '152204.661000', '152204.664000', '152204.667000', '152204.669000', '152204.672000', '152204.674000', '152204.677000', '152204.679000', '152204.682000', '152204.684000', '152204.687000', '152204.690000', '152204.692000', '152204.695000', '152204.697000', '152204.700000', '152204.703000', '152204.705000', '152204.708000', '152204.711000', '152204.713000', '152204.716000', '152204.718000', '152204.721000', '152204.723000', '152204.726000', '152204.728000', '152204.731000', '152204.734000', '152204.736000', '152204.739000', '152204.741000', '152204.744000', '152204.747000', '152204.749000', '152204.752000', '152204.754000', '152204.757000', '152204.767000', '152204.770000', '152204.772000', '152204.775000', '152204.778000', '152224.658000', '152224.660000', '152224.663000', '152224.666000', '152224.668000', '152224.671000', '152224.673000', '152224.676000', '152224.678000', '152224.681000', '152224.684000', '152224.686000', '152224.689000', '152224.691000', '152224.694000', '152224.696000', '152224.699000', '152224.702000', '152224.704000', '152224.707000', '152224.709000', '152224.712000', '152224.715000', '152224.717000', '152224.720000', '152224.722000', '152224.725000', '152224.727000', '152224.730000', '152224.733000', '152224.735000', '152224.738000', '152224.740000', '152224.743000', '152224.745000', '152224.748000', '152224.751000', '152224.753000', '152224.756000', '152224.758000', '152224.761000', '152224.763000', '152224.766000', '152244.657000', '152244.660000', '152244.663000', '152244.665000', '152244.668000', '152244.670000', '152244.673000', '152244.676000', '152244.678000', '152244.681000', '152244.683000', '152244.686000', '152244.688000', '152244.691000', '152244.693000', '152244.696000', '152244.699000', '152244.701000', '152244.704000', '152244.706000', '152244.709000', '152244.711000', '152244.714000', '152244.717000', '152244.719000', '152244.722000', '152244.724000', '152244.727000', '152244.729000', '152244.732000', '152244.734000', '152244.737000', '152244.740000', '152244.742000', '152244.745000', '152244.747000', '152244.750000', '152244.752000', '152244.755000', '152244.757000', '152244.760000', '152244.763000', '152244.765000', '152244.768000', '152304.657000', '152304.680000', '152304.682000', '152304.685000', '152304.688000', '152304.690000', '152304.693000', '152304.695000', '152304.698000', '152304.701000', '152304.703000', '152304.706000', '152304.708000', '152304.711000', '152304.713000', '152304.716000', '152304.719000', '152304.721000', '152304.724000', '152304.726000', '152304.729000', '152304.731000', '152304.734000', '152304.737000', '152304.739000', '152304.742000', '152304.744000', '152304.747000', '152304.749000', '152304.752000', '152304.755000', '152304.757000', '152304.760000', '152304.763000', '152304.765000', '152304.768000', '152304.770000', '152304.773000', '152304.775000', '152304.778000', '152304.781000', '152304.783000', '152304.786000', '152324.658000', '152324.660000', '152324.663000', '152324.666000', '152324.668000', '152324.671000', '152324.673000', '152324.676000', '152324.679000', '152324.681000', '152324.684000', '152324.686000', '152324.689000', '152324.691000', '152324.694000', '152324.697000', '152324.699000', '152324.702000', '152324.704000', '152324.707000', '152324.710000', '152324.712000', '152324.715000', '152324.717000', '152324.720000', '152324.722000', '152324.725000', '152324.728000', '152324.730000', '152324.733000', '152324.735000', '152324.738000', '152324.741000', '152324.743000', '152324.746000', '152324.748000', '152324.751000', '152324.754000', '152324.756000', '152324.759000', '152324.761000', '152324.764000', '152324.766000', '152324.769000', '152344.658000', '152344.660000', '152344.663000', '152344.666000', '152344.668000', '152344.671000', '152344.673000', '152344.676000', '152344.679000', '152344.681000', '152344.684000', '152344.686000', '152344.689000', '152344.691000', '152344.694000', '152344.697000', '152344.699000', '152344.702000', '152344.704000', '152344.707000', '152344.709000', '152344.712000', '152344.714000', '152344.717000', '152344.720000', '152344.722000', '152344.725000', '152344.727000', '152344.730000', '152344.733000', '152344.735000', '152344.738000', '152344.740000', '152344.743000', '152344.746000', '152344.748000', '152344.751000', '152344.753000', '152344.756000', '152344.758000', '152344.761000', '152344.763000', '152344.766000', '152404.659000', '152404.661000', '152404.664000', '152404.667000', '152404.669000', '152404.672000', '152404.674000', '152404.677000', '152404.679000', '152404.682000', '152404.684000', '152404.687000', '152404.690000', '152404.692000', '152404.695000', '152404.697000', '152404.700000', '152404.703000', '152404.705000', '152404.708000', '152404.710000', '152404.713000', '152404.716000', '152404.718000', '152404.721000', '152404.723000', '152404.726000', '152404.729000', '152404.731000', '152404.734000', '152404.736000', '152404.739000', '152404.742000', '152404.744000', '152404.747000', '152404.749000', '152404.752000', '152404.754000', '152404.757000', '152404.760000', '152404.762000', '152404.765000', '152404.767000', '152404.770000', '152424.659000', '152424.662000', '152424.664000', '152424.667000', '152424.669000', '152424.672000', '152424.674000', '152424.677000', '152424.679000', '152424.682000', '152424.685000', '152424.687000', '152424.690000', '152424.692000', '152424.695000', '152424.697000', '152424.700000', '152424.703000', '152424.705000', '152424.708000', '152424.710000', '152424.713000', '152424.715000', '152424.718000', '152424.721000', '152424.723000', '152424.742000', '152424.744000', '152424.747000', '152424.749000', '152424.752000', '152424.755000', '152424.757000', '152424.760000', '152424.762000', '152424.765000', '152424.767000', '152424.770000', '152424.772000', '152424.775000', '152424.778000', '152424.780000', '152424.783000', '152444.657000', '152444.660000', '152444.663000', '152444.665000', '152444.668000', '152444.671000', '152444.674000', '152444.678000', '152444.681000', '152444.683000', '152444.686000', '152444.688000', '152444.691000', '152444.694000', '152444.696000', '152444.699000', '152444.701000', '152444.704000', '152444.706000', '152444.709000', '152444.712000', '152444.714000', '152444.717000', '152444.719000', '152444.722000', '152444.724000', '152444.727000', '152444.730000', '152444.732000', '152444.735000', '152444.737000', '152444.740000', '152444.743000', '152444.745000', '152444.748000', '152444.750000', '152444.753000', '152444.756000', '152444.758000', '152444.761000', '152444.763000', '152444.766000', '152444.769000', '152444.771000', '152504.658000', '152504.660000', '152504.663000', '152504.666000', '152504.668000', '152504.671000', '152504.673000', '152504.676000', '152504.678000', '152504.681000', '152504.684000', '152504.686000', '152504.689000', '152504.692000', '152504.694000', '152504.697000', '152504.699000', '152504.702000', '152504.705000', '152504.707000', '152504.710000', '152504.712000', '152504.715000', '152504.718000', '152504.720000', '152504.723000', '152504.725000', '152504.728000', '152504.730000', '152504.733000', '152504.736000', '152504.738000', '152504.741000', '152504.743000', '152504.746000', '152504.748000', '152504.751000', '152504.754000', '152504.756000', '152504.759000', '152504.761000', '152504.764000', '152504.766000', '152518.661000', '152518.664000', '152518.667000', '152518.669000', '152518.672000', '152518.675000', '152518.677000', '152518.680000', '152518.682000', '152518.685000', '152518.688000', '152518.690000', '152518.693000', '152518.696000', '152518.698000', '152518.701000', '152518.704000', '152518.707000', '152518.709000', '152518.712000', '152518.714000', '152518.717000', '152518.720000', '152518.722000', '152518.735000', '152518.738000', '152518.742000', '152518.745000', '152518.747000', '152518.750000', '152518.753000'], 'InstanceCreationTime': ['151904.686000', '151904.689000', '151904.692000', '151904.694000', '151904.697000', '151904.700000', '151904.702000', '151904.705000', '151904.708000', '151904.712000', '151904.715000', '151904.717000', '151904.720000', '151904.723000', '151904.725000', '151904.728000', '151904.730000', '151904.733000', '151904.735000', '151904.738000', '151904.740000', '151904.743000', '151904.746000', '151904.748000', '151904.751000', '151904.753000', '151904.756000', '151904.759000', '151904.761000', '151904.764000', '151904.766000', '151904.769000', '151904.771000', '151904.774000', '151904.777000', '151904.779000', '151904.782000', '151904.784000', '151904.787000', '151904.789000', '151904.792000', '151904.794000', '151904.797000', '151904.800000', '151904.802000', '151904.805000', '151904.807000', '151904.810000', '151904.812000', '151904.815000', '151904.817000', '151904.820000', '151904.823000', '151904.825000', '151904.828000', '151904.830000', '151904.833000', '151904.835000', '151924.658000', '151924.661000', '151924.664000', '151924.666000', '151924.669000', '151924.683000', '151924.685000', '151924.688000', '151924.691000', '151924.693000', '151924.696000', '151924.698000', '151924.701000', '151924.703000', '151924.706000', '151924.708000', '151924.711000', '151924.714000', '151924.716000', '151924.719000', '151924.721000', '151924.724000', '151924.726000', '151924.729000', '151924.731000', '151924.734000', '151924.737000', '151924.739000', '151924.742000', '151924.744000', '151924.747000', '151924.749000', '151924.752000', '151924.755000', '151924.757000', '151924.760000', '151924.762000', '151924.765000', '151924.767000', '151924.770000', '151924.773000', '151924.775000', '151924.778000', '151924.780000', '151944.658000', '151944.661000', '151944.664000', '151944.666000', '151944.669000', '151944.671000', '151944.674000', '151944.676000', '151944.679000', '151944.682000', '151944.684000', '151944.687000', '151944.689000', '151944.692000', '151944.694000', '151944.697000', '151944.699000', '151944.702000', '151944.705000', '151944.707000', '151944.710000', '151944.713000', '151944.715000', '151944.718000', '151944.743000', '151944.745000', '151944.748000', '151944.750000', '151944.753000', '151944.756000', '151944.759000', '151944.761000', '151944.764000', '151944.767000', '151944.769000', '151944.772000', '151944.774000', '151944.777000', '151944.780000', '151944.782000', '151944.785000', '151944.787000', '151944.790000', '152004.657000', '152004.660000', '152004.663000', '152004.665000', '152004.668000', '152004.670000', '152004.673000', '152004.675000', '152004.678000', '152004.681000', '152004.683000', '152004.686000', '152004.688000', '152004.691000', '152004.694000', '152004.696000', '152004.699000', '152004.701000', '152004.704000', '152004.706000', '152004.709000', '152004.711000', '152004.714000', '152004.716000', '152004.719000', '152004.722000', '152004.724000', '152004.727000', '152004.729000', '152004.732000', '152004.734000', '152004.737000', '152004.739000', '152004.742000', '152004.745000', '152004.747000', '152004.750000', '152004.752000', '152004.755000', '152004.758000', '152004.760000', '152004.763000', '152004.765000', '152004.768000', '152024.657000', '152024.660000', '152024.663000', '152024.665000', '152024.668000', '152024.671000', '152024.683000', '152024.685000', '152024.688000', '152024.691000', '152024.693000', '152024.696000', '152024.698000', '152024.701000', '152024.703000', '152024.706000', '152024.709000', '152024.711000', '152024.714000', '152024.716000', '152024.719000', '152024.721000', '152024.724000', '152024.727000', '152024.729000', '152024.732000', '152024.734000', '152024.737000', '152024.739000', '152024.742000', '152024.745000', '152024.747000', '152024.750000', '152024.753000', '152024.755000', '152024.758000', '152024.760000', '152024.763000', '152024.766000', '152024.768000', '152024.771000', '152024.774000', '152024.776000', '152044.658000', '152044.660000', '152044.663000', '152044.665000', '152044.668000', '152044.670000', '152044.673000', '152044.676000', '152044.678000', '152044.681000', '152044.692000', '152044.695000', '152044.697000', '152044.700000', '152044.702000', '152044.705000', '152044.708000', '152044.710000', '152044.713000', '152044.715000', '152044.718000', '152044.720000', '152044.723000', '152044.726000', '152044.728000', '152044.731000', '152044.733000', '152044.736000', '152044.738000', '152044.741000', '152044.743000', '152044.746000', '152044.748000', '152044.751000', '152044.754000', '152044.756000', '152044.759000', '152044.761000', '152044.764000', '152044.766000', '152044.769000', '152044.771000', '152044.774000', '152044.777000', '152104.657000', '152104.660000', '152104.663000', '152104.665000', '152104.668000', '152104.670000', '152104.673000', '152104.676000', '152104.678000', '152104.681000', '152104.683000', '152104.686000', '152104.688000', '152104.691000', '152104.694000', '152104.696000', '152104.699000', '152104.701000', '152104.704000', '152104.706000', '152104.709000', '152104.711000', '152104.714000', '152104.717000', '152104.719000', '152104.722000', '152104.724000', '152104.727000', '152104.730000', '152104.732000', '152104.735000', '152104.738000', '152104.741000', '152104.744000', '152104.746000', '152104.749000', '152104.752000', '152104.754000', '152104.757000', '152104.759000', '152104.762000', '152104.764000', '152104.767000', '152124.658000', '152124.688000', '152124.691000', '152124.694000', '152124.696000', '152124.699000', '152124.701000', '152124.704000', '152124.707000', '152124.709000', '152124.712000', '152124.714000', '152124.717000', '152124.719000', '152124.722000', '152124.725000', '152124.727000', '152124.730000', '152124.732000', '152124.735000', '152124.768000', '152124.771000', '152124.773000', '152124.776000', '152124.778000', '152124.781000', '152124.784000', '152124.786000', '152124.789000', '152124.791000', '152124.794000', '152124.796000', '152124.799000', '152124.802000', '152124.804000', '152124.807000', '152124.810000', '152124.812000', '152124.815000', '152124.817000', '152124.820000', '152124.823000', '152124.825000', '152124.828000', '152144.659000', '152144.661000', '152144.664000', '152144.667000', '152144.669000', '152144.672000', '152144.674000', '152144.677000', '152144.679000', '152144.682000', '152144.685000', '152144.687000', '152144.690000', '152144.692000', '152144.695000', '152144.698000', '152144.700000', '152144.703000', '152144.705000', '152144.708000', '152144.711000', '152144.713000', '152144.716000', '152144.718000', '152144.721000', '152144.723000', '152144.726000', '152144.728000', '152144.731000', '152144.734000', '152144.736000', '152144.739000', '152144.741000', '152144.744000', '152144.747000', '152144.749000', '152144.752000', '152144.755000', '152144.758000', '152144.761000', '152144.764000', '152144.766000', '152144.769000', '152204.659000', '152204.661000', '152204.664000', '152204.667000', '152204.669000', '152204.672000', '152204.674000', '152204.677000', '152204.679000', '152204.682000', '152204.684000', '152204.687000', '152204.690000', '152204.692000', '152204.695000', '152204.697000', '152204.700000', '152204.703000', '152204.705000', '152204.708000', '152204.711000', '152204.713000', '152204.716000', '152204.718000', '152204.721000', '152204.723000', '152204.726000', '152204.728000', '152204.731000', '152204.734000', '152204.736000', '152204.739000', '152204.741000', '152204.744000', '152204.747000', '152204.749000', '152204.752000', '152204.754000', '152204.757000', '152204.767000', '152204.770000', '152204.772000', '152204.775000', '152204.778000', '152224.658000', '152224.660000', '152224.663000', '152224.666000', '152224.668000', '152224.671000', '152224.673000', '152224.676000', '152224.678000', '152224.681000', '152224.684000', '152224.686000', '152224.689000', '152224.691000', '152224.694000', '152224.696000', '152224.699000', '152224.702000', '152224.704000', '152224.707000', '152224.709000', '152224.712000', '152224.715000', '152224.717000', '152224.720000', '152224.722000', '152224.725000', '152224.727000', '152224.730000', '152224.733000', '152224.735000', '152224.738000', '152224.740000', '152224.743000', '152224.745000', '152224.748000', '152224.751000', '152224.753000', '152224.756000', '152224.758000', '152224.761000', '152224.763000', '152224.766000', '152244.657000', '152244.660000', '152244.663000', '152244.665000', '152244.668000', '152244.670000', '152244.673000', '152244.676000', '152244.678000', '152244.681000', '152244.683000', '152244.686000', '152244.688000', '152244.691000', '152244.693000', '152244.696000', '152244.699000', '152244.701000', '152244.704000', '152244.706000', '152244.709000', '152244.711000', '152244.714000', '152244.717000', '152244.719000', '152244.722000', '152244.724000', '152244.727000', '152244.729000', '152244.732000', '152244.734000', '152244.737000', '152244.740000', '152244.742000', '152244.745000', '152244.747000', '152244.750000', '152244.752000', '152244.755000', '152244.757000', '152244.760000', '152244.763000', '152244.765000', '152244.768000', '152304.657000', '152304.680000', '152304.682000', '152304.685000', '152304.688000', '152304.690000', '152304.693000', '152304.695000', '152304.698000', '152304.701000', '152304.703000', '152304.706000', '152304.708000', '152304.711000', '152304.713000', '152304.716000', '152304.719000', '152304.721000', '152304.724000', '152304.726000', '152304.729000', '152304.731000', '152304.734000', '152304.737000', '152304.739000', '152304.742000', '152304.744000', '152304.747000', '152304.749000', '152304.752000', '152304.755000', '152304.757000', '152304.760000', '152304.763000', '152304.765000', '152304.768000', '152304.770000', '152304.773000', '152304.775000', '152304.778000', '152304.781000', '152304.783000', '152304.786000', '152324.658000', '152324.660000', '152324.663000', '152324.666000', '152324.668000', '152324.671000', '152324.673000', '152324.676000', '152324.679000', '152324.681000', '152324.684000', '152324.686000', '152324.689000', '152324.691000', '152324.694000', '152324.697000', '152324.699000', '152324.702000', '152324.704000', '152324.707000', '152324.710000', '152324.712000', '152324.715000', '152324.717000', '152324.720000', '152324.722000', '152324.725000', '152324.728000', '152324.730000', '152324.733000', '152324.735000', '152324.738000', '152324.741000', '152324.743000', '152324.746000', '152324.748000', '152324.751000', '152324.754000', '152324.756000', '152324.759000', '152324.761000', '152324.764000', '152324.766000', '152324.769000', '152344.658000', '152344.660000', '152344.663000', '152344.666000', '152344.668000', '152344.671000', '152344.673000', '152344.676000', '152344.679000', '152344.681000', '152344.684000', '152344.686000', '152344.689000', '152344.691000', '152344.694000', '152344.697000', '152344.699000', '152344.702000', '152344.704000', '152344.707000', '152344.709000', '152344.712000', '152344.714000', '152344.717000', '152344.720000', '152344.722000', '152344.725000', '152344.727000', '152344.730000', '152344.733000', '152344.735000', '152344.738000', '152344.740000', '152344.743000', '152344.746000', '152344.748000', '152344.751000', '152344.753000', '152344.756000', '152344.758000', '152344.761000', '152344.763000', '152344.766000', '152404.659000', '152404.661000', '152404.664000', '152404.667000', '152404.669000', '152404.672000', '152404.674000', '152404.677000', '152404.679000', '152404.682000', '152404.684000', '152404.687000', '152404.690000', '152404.692000', '152404.695000', '152404.697000', '152404.700000', '152404.703000', '152404.705000', '152404.708000', '152404.710000', '152404.713000', '152404.716000', '152404.718000', '152404.721000', '152404.723000', '152404.726000', '152404.729000', '152404.731000', '152404.734000', '152404.736000', '152404.739000', '152404.742000', '152404.744000', '152404.747000', '152404.749000', '152404.752000', '152404.754000', '152404.757000', '152404.760000', '152404.762000', '152404.765000', '152404.767000', '152404.770000', '152424.659000', '152424.662000', '152424.664000', '152424.667000', '152424.669000', '152424.672000', '152424.674000', '152424.677000', '152424.679000', '152424.682000', '152424.685000', '152424.687000', '152424.690000', '152424.692000', '152424.695000', '152424.697000', '152424.700000', '152424.703000', '152424.705000', '152424.708000', '152424.710000', '152424.713000', '152424.715000', '152424.718000', '152424.721000', '152424.723000', '152424.742000', '152424.744000', '152424.747000', '152424.749000', '152424.752000', '152424.755000', '152424.757000', '152424.760000', '152424.762000', '152424.765000', '152424.767000', '152424.770000', '152424.772000', '152424.775000', '152424.778000', '152424.780000', '152424.783000', '152444.657000', '152444.660000', '152444.663000', '152444.665000', '152444.668000', '152444.671000', '152444.674000', '152444.678000', '152444.681000', '152444.683000', '152444.686000', '152444.688000', '152444.691000', '152444.694000', '152444.696000', '152444.699000', '152444.701000', '152444.704000', '152444.706000', '152444.709000', '152444.712000', '152444.714000', '152444.717000', '152444.719000', '152444.722000', '152444.724000', '152444.727000', '152444.730000', '152444.732000', '152444.735000', '152444.737000', '152444.740000', '152444.743000', '152444.745000', '152444.748000', '152444.750000', '152444.753000', '152444.756000', '152444.758000', '152444.761000', '152444.763000', '152444.766000', '152444.769000', '152444.771000', '152504.658000', '152504.660000', '152504.663000', '152504.666000', '152504.668000', '152504.671000', '152504.673000', '152504.676000', '152504.678000', '152504.681000', '152504.684000', '152504.686000', '152504.689000', '152504.692000', '152504.694000', '152504.697000', '152504.699000', '152504.702000', '152504.705000', '152504.707000', '152504.710000', '152504.712000', '152504.715000', '152504.718000', '152504.720000', '152504.723000', '152504.725000', '152504.728000', '152504.730000', '152504.733000', '152504.736000', '152504.738000', '152504.741000', '152504.743000', '152504.746000', '152504.748000', '152504.751000', '152504.754000', '152504.756000', '152504.759000', '152504.761000', '152504.764000', '152504.766000', '152518.661000', '152518.664000', '152518.667000', '152518.669000', '152518.672000', '152518.675000', '152518.677000', '152518.680000', '152518.682000', '152518.685000', '152518.688000', '152518.690000', '152518.693000', '152518.696000', '152518.698000', '152518.701000', '152518.704000', '152518.707000', '152518.709000', '152518.712000', '152518.714000', '152518.717000', '152518.720000', '152518.722000', '152518.735000', '152518.738000', '152518.742000', '152518.745000', '152518.747000', '152518.750000', '152518.753000'], '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': [11656, 7550, 15264, 9644, 7178, 10531, 7455, 11973, 8573, 7242, 10883, 7139, 11845, 9261, 7208, 11568, 7484, 10333, 10000, 7368, 12771, 8402, 9068, 10029, 7346, 12203, 8839, 8036, 11957, 7869, 13547, 9218, 8658, 12725, 9587, 13310, 9506, 7386, 11906, 8130, 8542, 11834, 7602, 11308, 8944, 7658, 12017, 8439, 7305, 10072, 7509, 8412, 8488, 7166, 10279, 7822, 7479, 10432, 7317, 10640, 9518, 9254, 15106, 10756, 12687, 9155, 7218, 10395, 7399, 9646, 8688, 7145, 10536, 7840, 7076, 9964, 7201, 11827, 8285, 7694, 10485, 7455, 10859, 8800, 7345, 11189, 8885, 7421, 7507, 10655, 8290, 7156, 13166, 8389, 16508, 10345, 10230, 11840, 7123, 10423, 7773, 10082, 8548, 7243, 9631, 7050, 9561, 7184, 7705, 8445, 7403, 11195, 7856, 7093, 10045, 7466, 7208, 10764, 7504, 14909, 8961, 7257, 9442, 7407, 9852, 10660, 7487, 14769, 9280, 9066, 13168, 9701, 12446, 9070, 7137, 10436, 7706, 7703, 10661, 7207, 9361, 9607, 7401, 15409, 9372, 7372, 11297, 8073, 13218, 9138, 7268, 10931, 7389, 13000, 8712, 7350, 10128, 7433, 10203, 8309, 7107, 10938, 8034, 7107, 10135, 7339, 10593, 8907, 7084, 10822, 7672, 7215, 9564, 7028, 11041, 7599, 7060, 10772, 8538, 7340, 9575, 9220, 8163, 12781, 8546, 7302, 12077, 8109, 9688, 8862, 7302, 11544, 8046, 8959, 8640, 7245, 8774, 8396, 7151, 14173, 8158, 7448, 8692, 7393, 12231, 8440, 7018, 10723, 7452, 8156, 11112, 8741, 8675, 9355, 7298, 12365, 8760, 7120, 10873, 7352, 7769, 11704, 9280, 12463, 9526, 6991, 14391, 9090, 8816, 13077, 8113, 7413, 9642, 7289, 8065, 9048, 7044, 11237, 8040, 7409, 10214, 7278, 8874, 9356, 7370, 12832, 8664, 7071, 12781, 8874, 9483, 9506, 7017, 13081, 8529, 10528, 9015, 7119, 11073, 7582, 8364, 9965, 7151, 10660, 7584, 7359, 10823, 8148, 7302, 10973, 7729, 9709, 12270, 8046, 14851, 8612, 8109, 12747, 8456, 13389, 8120, 7065, 10622, 7494, 6987, 8717, 7255, 11088, 8507, 7264, 11247, 7376, 11969, 8727, 7036, 12778, 8142, 7753, 10954, 7717, 13456, 8366, 7213, 11324, 8082, 7614, 10286, 7250, 7453, 9648, 7852, 7117, 9113, 7467, 9238, 9659, 7517, 10228, 8751, 7216, 12948, 8956, 8026, 12167, 7701, 10923, 8659, 7031, 11918, 8000, 7369, 10613, 7663, 14689, 8549, 6958, 10726, 7399, 8878, 8856, 7269, 10237, 7274, 6927, 11257, 8275, 7511, 9829, 7249, 12002, 9061, 8701, 9278, 7381, 7993, 9268, 7093, 8266, 10225, 7904, 9389, 13438, 8281, 8961, 12169, 8055, 16369, 9770, 7212, 10088, 7608, 7410, 10236, 7416, 7544, 9103, 7521, 11988, 8933, 8705, 9562, 7310, 12575, 8606, 10279, 10645, 7257, 12137, 7932, 12148, 9201, 7270, 11292, 7401, 7687, 10144, 7066, 10923, 7959, 7254, 11926, 8439, 7228, 11138, 7733, 15405, 9964, 7194, 11534, 7849, 14386, 9211, 7225, 10477, 7601, 7821, 9686, 7365, 11194, 8125, 7001, 11384, 7830, 8120, 9670, 7630, 10628, 8821, 7260, 12190, 8520, 8034, 11820, 8239, 15741, 9885, 7749, 10792, 7535, 14748, 9455, 7011, 10743, 7459, 8907, 9729, 7099, 10232, 8242, 7325, 13071, 8624, 7013, 11758, 8124, 8484, 11021, 7376, 10792, 8299, 7566, 10647, 7264, 7831, 9448, 7395, 11473, 8153, 7038, 11669, 7836, 12413, 9974, 7129, 12604, 8263, 9441, 12274, 7756, 13373, 8149, 8044, 13010, 7760, 7670, 9235, 7192, 13343, 8051, 7220, 9504, 7714, 10060, 8785, 7272, 11684, 8208, 7675, 11339, 7890, 10251, 8813, 7121, 14558, 8783, 7632, 10852, 7367, 15188, 9341, 7050, 11420, 7856, 11766, 9621, 7184, 11479, 7633, 7677, 9541, 7075, 7283, 9022, 8022, 7190, 11930, 8292, 7516, 11424, 7644, 10808, 11908, 7030, 11123, 7330, 7384, 11308, 7529, 6999, 8732, 7669, 11047, 8640, 7192, 11834, 8019, 8558, 11098, 7992, 15604, 9813, 7935, 11089, 8332, 13312, 8741, 6975, 11753, 8041, 7494, 10228, 7208, 11818, 8560, 7600, 11692, 7424, 7227, 10270, 7863, 10782, 10040, 7177, 13774, 9544, 7341, 11813, 7679, 7634, 11408, 8781, 12535, 9441, 7325, 14833, 10306, 12347, 9184, 7036, 11121, 7815, 7324, 9710, 7265, 11978, 8930, 7197, 10431, 7415, 12037, 8206, 7063, 10043, 7431, 7732, 10596, 7626, 8124, 10033, 7526, 15869, 10514, 7355, 13330, 8412, 8804, 13563, 10121, 7020, 8016, 7689, 10142, 15317, 15372, 16174, 12881, 9583, 9870, 7656, 15052, 9027, 7533, 7399, 7291, 9642, 7375, 8605, 7966, 7083, 11444, 7852, 7319, 11849, 7349, 6907, 8746, 7714, 9825, 8906, 9056, 12330, 7345, 6843, 7498, 8748, 7557, 7211, 9796, 7250, 11503, 7990, 13701, 9420, 7025, 8842, 7557, 10988, 8897, 9590, 14902, 9237, 9211, 9566, 7217, 13642, 9294, 6944, 10092, 7441, 12512, 8869, 7178, 12068, 7894, 9368, 10318, 7643, 12955, 8159, 7673, 10275, 7303, 12569, 8321, 7428, 9427, 7458, 12898, 8005, 7315, 9231, 7530, 13317, 9357, 7095, 9084, 7325, 12909, 9567, 7150, 12874, 8642, 13203, 10670, 8010, 15311, 9188, 7478, 13575, 8520, 7155, 9348, 7411, 13358, 9069, 7527, 11323, 7196, 11064, 9402, 7236, 12512, 7985, 8495, 10063, 7255, 11897, 7496, 7886, 10793, 7481, 11634, 8717, 7167, 12956, 9019, 9067, 11437, 7199, 13446, 9095, 8108, 12347, 7719, 11869, 8276, 7833, 12312, 7895, 12269, 8131, 8013, 11873, 7538, 11765, 7674, 7225, 12598, 8084, 7222, 8594, 7221, 13185, 9315, 7145, 11493, 7809, 9143, 11979, 8309, 13005, 9562, 7180, 14853, 9879, 6947, 12508, 7978, 9005, 11610, 7944, 9094, 7912, 7209, 7750, 10040, 7505, 7352, 13518, 9286, 7238, 11985, 7970, 8576, 11056, 7250, 7363, 8132, 7208, 12508, 9128, 7045, 11047, 7485, 8764, 11516, 7540, 11379, 8375, 8051, 11502, 7692, 12266, 7732, 7284, 10548, 7743, 12799, 8427, 7059, 12503, 8996, 9232, 11000, 7304, 14849, 10265, 8898, 11592, 7413, 13438, 8988, 7870, 10018, 7202, 8385, 10025, 7187, 10814, 7800, 6943, 12013, 8434, 7824, 10906, 7452, 8820, 11767, 9000, 14921, 9947, 7279, 13279, 9280, 7192, 11476, 7329, 9371, 11294, 7697, 9300, 9592], 'WindowCenter': [4243.0, 4177.0, 4233.0, 4192.0, 4136.0, 4186.0, 4143.0, 4184.0, 4165.0, 4145.0, 4186.0, 4147.0, 4197.0, 4177.0, 4145.0, 4196.0, 4158.0, 4186.0, 4188.0, 4146.0, 4196.0, 4167.0, 4165.0, 4175.0, 4146.0, 4195.0, 4176.0, 4156.0, 4198.0, 4157.0, 4206.0, 4176.0, 4164.0, 4195.0, 4164.0, 4193.0, 4163.0, 4131.0, 4183.0, 4143.0, 4153.0, 4182.0, 4141.0, 4183.0, 4163.0, 4143.0, 4193.0, 4153.0, 4143.0, 4186.0, 4158.0, 4165.0, 4165.0, 4146.0, 4186.0, 4158.0, 4158.0, 4199.0, 4158.0, 4186.0, 4176.0, 4175.0, 4218.0, 4186.0, 4194.0, 4162.0, 4132.0, 4172.0, 4142.0, 4161.0, 4152.0, 4132.0, 4184.0, 4154.0, 4132.0, 4173.0, 4144.0, 4195.0, 4154.0, 4142.0, 4173.0, 4156.0, 4185.0, 4165.0, 4143.0, 4196.0, 4176.0, 4145.0, 4145.0, 4187.0, 4168.0, 4146.0, 4207.0, 4154.0, 4216.0, 4187.0, 4175.0, 4183.0, 4131.0, 4170.0, 4141.0, 4159.0, 4164.0, 4131.0, 4174.0, 4132.0, 4160.0, 4133.0, 4143.0, 4166.0, 4145.0, 4196.0, 4155.0, 4160.0, 4189.0, 4157.0, 4157.0, 4197.0, 4159.0, 4219.0, 4179.0, 4146.0, 4174.0, 4145.0, 4175.0, 4187.0, 4146.0, 4216.0, 4165.0, 4163.0, 4195.0, 4163.0, 4180.0, 4150.0, 4131.0, 4171.0, 4143.0, 4142.0, 4172.0, 4142.0, 4161.0, 4174.0, 4143.0, 4204.0, 4162.0, 4130.0, 4172.0, 4142.0, 4191.0, 4161.0, 4130.0, 4170.0, 4131.0, 4191.0, 4151.0, 4130.0, 4171.0, 4142.0, 4173.0, 4154.0, 4133.0, 4184.0, 4154.0, 4133.0, 4185.0, 4144.0, 4183.0, 4163.0, 4133.0, 4186.0, 4156.0, 4144.0, 4175.0, 4144.0, 4197.0, 4157.0, 4145.0, 4198.0, 4167.0, 4158.0, 4189.0, 4177.0, 4168.0, 4207.0, 4165.0, 4145.0, 4196.0, 4155.0, 4164.0, 4163.0, 4143.0, 4184.0, 4155.0, 4164.0, 4153.0, 4143.0, 4163.0, 4166.0, 4147.0, 4217.0, 4156.0, 4144.0, 4165.0, 4144.0, 4195.0, 4166.0, 4145.0, 4196.0, 4146.0, 4155.0, 4196.0, 4166.0, 4164.0, 4175.0, 4144.0, 4195.0, 4165.0, 4145.0, 4185.0, 4146.0, 4156.0, 4197.0, 4177.0, 4196.0, 4175.0, 4133.0, 4205.0, 4165.0, 4164.0, 4193.0, 4152.0, 4142.0, 4173.0, 4145.0, 4153.0, 4164.0, 4145.0, 4195.0, 4167.0, 4156.0, 4186.0, 4157.0, 4176.0, 4188.0, 4157.0, 4207.0, 4167.0, 4145.0, 4207.0, 4166.0, 4174.0, 4174.0, 4133.0, 4204.0, 4166.0, 4185.0, 4163.0, 4144.0, 4184.0, 4155.0, 4164.0, 4186.0, 4144.0, 4184.0, 4154.0, 4145.0, 4195.0, 4166.0, 4156.0, 4196.0, 4156.0, 4176.0, 4207.0, 4155.0, 4205.0, 4152.0, 4153.0, 4195.0, 4153.0, 4191.0, 4141.0, 4130.0, 4172.0, 4141.0, 4131.0, 4152.0, 4144.0, 4184.0, 4165.0, 4143.0, 4184.0, 4144.0, 4195.0, 4163.0, 4132.0, 4193.0, 4153.0, 4141.0, 4184.0, 4143.0, 4193.0, 4152.0, 4142.0, 4182.0, 4155.0, 4142.0, 4173.0, 4143.0, 4144.0, 4176.0, 4166.0, 4144.0, 4176.0, 4156.0, 4187.0, 4188.0, 4158.0, 4186.0, 4177.0, 4145.0, 4207.0, 4177.0, 4156.0, 4196.0, 4144.0, 4184.0, 4165.0, 4134.0, 4194.0, 4154.0, 4143.0, 4185.0, 4156.0, 4214.0, 4165.0, 4144.0, 4184.0, 4145.0, 4176.0, 4176.0, 4144.0, 4185.0, 4145.0, 4158.0, 4210.0, 4179.0, 4155.0, 4187.0, 4157.0, 4206.0, 4177.0, 4179.0, 4188.0, 4156.0, 4166.0, 4186.0, 4147.0, 4167.0, 4186.0, 4169.0, 4178.0, 4207.0, 4167.0, 4164.0, 4194.0, 4154.0, 4214.0, 4173.0, 4131.0, 4171.0, 4142.0, 4142.0, 4173.0, 4142.0, 4142.0, 4163.0, 4154.0, 4196.0, 4176.0, 4164.0, 4175.0, 4143.0, 4205.0, 4167.0, 4174.0, 4185.0, 4143.0, 4193.0, 4153.0, 4194.0, 4174.0, 4143.0, 4183.0, 4144.0, 4154.0, 4185.0, 4147.0, 4194.0, 4166.0, 4157.0, 4207.0, 4166.0, 4156.0, 4196.0, 4157.0, 4216.0, 4186.0, 4133.0, 4184.0, 4153.0, 4204.0, 4164.0, 4143.0, 4173.0, 4142.0, 4155.0, 4175.0, 4145.0, 4195.0, 4167.0, 4144.0, 4196.0, 4156.0, 4167.0, 4186.0, 4155.0, 4197.0, 4177.0, 4157.0, 4208.0, 4176.0, 4155.0, 4197.0, 4155.0, 4215.0, 4174.0, 4141.0, 4183.0, 4143.0, 4202.0, 4163.0, 4131.0, 4182.0, 4143.0, 4163.0, 4174.0, 4143.0, 4184.0, 4164.0, 4156.0, 4207.0, 4166.0, 4143.0, 4195.0, 4156.0, 4164.0, 4185.0, 4144.0, 4185.0, 4165.0, 4155.0, 4186.0, 4156.0, 4154.0, 4175.0, 4156.0, 4196.0, 4167.0, 4145.0, 4197.0, 4168.0, 4207.0, 4186.0, 4145.0, 4195.0, 4166.0, 4175.0, 4196.0, 4143.0, 4204.0, 4153.0, 4153.0, 4205.0, 4144.0, 4143.0, 4173.0, 4145.0, 4205.0, 4156.0, 4142.0, 4175.0, 4157.0, 4185.0, 4166.0, 4155.0, 4196.0, 4167.0, 4156.0, 4196.0, 4155.0, 4174.0, 4164.0, 4145.0, 4216.0, 4166.0, 4144.0, 4184.0, 4144.0, 4205.0, 4164.0, 4132.0, 4184.0, 4154.0, 4193.0, 4174.0, 4133.0, 4182.0, 4144.0, 4144.0, 4173.0, 4145.0, 4156.0, 4176.0, 4166.0, 4158.0, 4209.0, 4178.0, 4158.0, 4209.0, 4169.0, 4198.0, 4196.0, 4146.0, 4194.0, 4144.0, 4144.0, 4196.0, 4158.0, 4145.0, 4165.0, 4157.0, 4197.0, 4179.0, 4148.0, 4208.0, 4167.0, 4177.0, 4198.0, 4168.0, 4218.0, 4177.0, 4154.0, 4186.0, 4165.0, 4205.0, 4164.0, 4145.0, 4209.0, 4166.0, 4144.0, 4185.0, 4156.0, 4197.0, 4177.0, 4155.0, 4209.0, 4158.0, 4156.0, 4198.0, 4168.0, 4198.0, 4188.0, 4146.0, 4218.0, 4187.0, 4158.0, 4196.0, 4156.0, 4156.0, 4209.0, 4168.0, 4205.0, 4175.0, 4144.0, 4215.0, 4187.0, 4205.0, 4163.0, 4133.0, 4184.0, 4144.0, 4143.0, 4173.0, 4144.0, 4194.0, 4164.0, 4133.0, 4184.0, 4156.0, 4207.0, 4167.0, 4145.0, 4185.0, 4158.0, 4167.0, 4197.0, 4168.0, 4167.0, 4187.0, 4168.0, 4229.0, 4188.0, 4144.0, 4204.0, 4154.0, 4164.0, 4205.0, 4184.0, 4144.0, 4153.0, 4156.0, 4185.0, 4231.0, 4234.0, 4231.0, 4209.0, 4176.0, 4185.0, 4156.0, 4216.0, 4176.0, 4155.0, 4144.0, 4144.0, 4175.0, 4145.0, 4162.0, 4142.0, 4133.0, 4183.0, 4155.0, 4142.0, 4194.0, 4145.0, 4132.0, 4162.0, 4156.0, 4185.0, 4165.0, 4179.0, 4209.0, 4157.0, 4145.0, 4144.0, 4165.0, 4154.0, 4145.0, 4185.0, 4156.0, 4196.0, 4184.0, 4221.0, 4178.0, 4145.0, 4164.0, 4143.0, 4182.0, 4163.0, 4173.0, 4204.0, 4163.0, 4150.0, 4160.0, 4130.0, 4203.0, 4162.0, 4130.0, 4171.0, 4141.0, 4192.0, 4164.0, 4132.0, 4194.0, 4155.0, 4163.0, 4185.0, 4154.0, 4195.0, 4154.0, 4142.0, 4173.0, 4143.0, 4194.0, 4153.0, 4142.0, 4175.0, 4145.0, 4206.0, 4156.0, 4142.0, 4174.0, 4156.0, 4207.0, 4177.0, 4145.0, 4175.0, 4155.0, 4209.0, 4188.0, 4148.0, 4207.0, 4166.0, 4208.0, 4186.0, 4156.0, 4215.0, 4163.0, 4144.0, 4206.0, 4166.0, 4132.0, 4174.0, 4143.0, 4205.0, 4175.0, 4155.0, 4195.0, 4144.0, 4194.0, 4175.0, 4145.0, 4195.0, 4153.0, 4164.0, 4186.0, 4144.0, 4195.0, 4145.0, 4154.0, 4198.0, 4158.0, 4197.0, 4177.0, 4146.0, 4218.0, 4177.0, 4177.0, 4196.0, 4144.0, 4204.0, 4166.0, 4155.0, 4196.0, 4145.0, 4193.0, 4165.0, 4143.0, 4195.0, 4154.0, 4193.0, 4153.0, 4153.0, 4194.0, 4142.0, 4192.0, 4154.0, 4157.0, 4206.0, 4154.0, 4154.0, 4163.0, 4155.0, 4206.0, 4187.0, 4145.0, 4195.0, 4156.0, 4175.0, 4208.0, 4168.0, 4206.0, 4175.0, 4146.0, 4217.0, 4175.0, 4132.0, 4193.0, 4153.0, 4164.0, 4194.0, 4154.0, 4163.0, 4153.0, 4142.0, 4153.0, 4185.0, 4156.0, 4157.0, 4218.0, 4176.0, 4155.0, 4195.0, 4155.0, 4166.0, 4196.0, 4144.0, 4142.0, 4153.0, 4144.0, 4195.0, 4175.0, 4143.0, 4194.0, 4155.0, 4165.0, 4196.0, 4156.0, 4196.0, 4166.0, 4165.0, 4197.0, 4156.0, 4207.0, 4155.0, 4144.0, 4198.0, 4157.0, 4209.0, 4166.0, 4146.0, 4208.0, 4178.0, 4178.0, 4199.0, 4145.0, 4218.0, 4187.0, 4165.0, 4183.0, 4143.0, 4205.0, 4164.0, 4152.0, 4172.0, 4142.0, 4165.0, 4187.0, 4145.0, 4195.0, 4167.0, 4145.0, 4207.0, 4167.0, 4157.0, 4197.0, 4156.0, 4177.0, 4208.0, 4177.0, 4218.0, 4185.0, 4144.0, 4205.0, 4165.0, 4133.0, 4182.0, 4142.0, 4163.0, 4183.0, 4153.0, 4163.0, 4174.0], 'WindowWidth': [9402.0, 9301.0, 9369.0, 9309.0, 9223.0, 9286.0, 9228.0, 9283.0, 9261.0, 9232.0, 9286.0, 9239.0, 9304.0, 9277.0, 9233.0, 9301.0, 9254.0, 9289.0, 9294.0, 9237.0, 9302.0, 9265.0, 9259.0, 9273.0, 9237.0, 9300.0, 9278.0, 9251.0, 9308.0, 9251.0, 9315.0, 9273.0, 9256.0, 9298.0, 9255.0, 9293.0, 9251.0, 9208.0, 9278.0, 9227.0, 9240.0, 9278.0, 9223.0, 9279.0, 9254.0, 9228.0, 9294.0, 9240.0, 9229.0, 9290.0, 9257.0, 9260.0, 9261.0, 9237.0, 9288.0, 9257.0, 9256.0, 9312.0, 9256.0, 9289.0, 9277.0, 9272.0, 9335.0, 9288.0, 9293.0, 9250.0, 9210.0, 9262.0, 9225.0, 9247.0, 9237.0, 9212.0, 9282.0, 9245.0, 9211.0, 9265.0, 9229.0, 9298.0, 9243.0, 9225.0, 9265.0, 9254.0, 9288.0, 9259.0, 9228.0, 9304.0, 9275.0, 9236.0, 9235.0, 9292.0, 9269.0, 9237.0, 9318.0, 9246.0, 9331.0, 9291.0, 9271.0, 9279.0, 9206.0, 9257.0, 9222.0, 9241.0, 9255.0, 9207.0, 9269.0, 9210.0, 9246.0, 9214.0, 9227.0, 9262.0, 9235.0, 9301.0, 9247.0, 9266.0, 9301.0, 9254.0, 9253.0, 9306.0, 9261.0, 9339.0, 9285.0, 9236.0, 9271.0, 9236.0, 9273.0, 9291.0, 9236.0, 9329.0, 9260.0, 9253.0, 9299.0, 9253.0, 9272.0, 9230.0, 9206.0, 9260.0, 9227.0, 9223.0, 9264.0, 9225.0, 9250.0, 9270.0, 9227.0, 9308.0, 9250.0, 9205.0, 9263.0, 9223.0, 9287.0, 9246.0, 9204.0, 9258.0, 9208.0, 9288.0, 9236.0, 9205.0, 9260.0, 9224.0, 9266.0, 9243.0, 9214.0, 9283.0, 9243.0, 9215.0, 9285.0, 9231.0, 9280.0, 9254.0, 9213.0, 9289.0, 9252.0, 9230.0, 9274.0, 9233.0, 9305.0, 9255.0, 9233.0, 9308.0, 9267.0, 9257.0, 9298.0, 9281.0, 9269.0, 9318.0, 9261.0, 9232.0, 9301.0, 9247.0, 9255.0, 9253.0, 9226.0, 9281.0, 9247.0, 9256.0, 9240.0, 9228.0, 9255.0, 9264.0, 9241.0, 9334.0, 9251.0, 9231.0, 9259.0, 9234.0, 9302.0, 9264.0, 9236.0, 9303.0, 9237.0, 9246.0, 9304.0, 9264.0, 9258.0, 9272.0, 9232.0, 9299.0, 9261.0, 9233.0, 9288.0, 9237.0, 9249.0, 9306.0, 9279.0, 9302.0, 9272.0, 9215.0, 9312.0, 9260.0, 9258.0, 9295.0, 9238.0, 9225.0, 9268.0, 9234.0, 9243.0, 9259.0, 9235.0, 9301.0, 9268.0, 9252.0, 9291.0, 9253.0, 9280.0, 9297.0, 9254.0, 9320.0, 9266.0, 9235.0, 9320.0, 9264.0, 9271.0, 9271.0, 9216.0, 9311.0, 9263.0, 9286.0, 9255.0, 9231.0, 9284.0, 9249.0, 9259.0, 9291.0, 9232.0, 9285.0, 9244.0, 9235.0, 9302.0, 9265.0, 9252.0, 9304.0, 9252.0, 9277.0, 9319.0, 9248.0, 9312.0, 9239.0, 9240.0, 9299.0, 9239.0, 9287.0, 9219.0, 9205.0, 9263.0, 9222.0, 9207.0, 9237.0, 9230.0, 9284.0, 9261.0, 9229.0, 9284.0, 9232.0, 9300.0, 9256.0, 9213.0, 9294.0, 9239.0, 9222.0, 9282.0, 9228.0, 9294.0, 9239.0, 9224.0, 9280.0, 9247.0, 9226.0, 9267.0, 9229.0, 9234.0, 9276.0, 9265.0, 9235.0, 9277.0, 9253.0, 9294.0, 9297.0, 9256.0, 9293.0, 9279.0, 9235.0, 9322.0, 9281.0, 9251.0, 9303.0, 9230.0, 9285.0, 9260.0, 9218.0, 9297.0, 9245.0, 9227.0, 9286.0, 9250.0, 9326.0, 9259.0, 9232.0, 9284.0, 9236.0, 9276.0, 9278.0, 9234.0, 9287.0, 9236.0, 9259.0, 9332.0, 9288.0, 9250.0, 9294.0, 9254.0, 9318.0, 9282.0, 9289.0, 9297.0, 9253.0, 9268.0, 9293.0, 9242.0, 9268.0, 9292.0, 9274.0, 9282.0, 9322.0, 9269.0, 9257.0, 9297.0, 9243.0, 9325.0, 9267.0, 9207.0, 9261.0, 9226.0, 9224.0, 9267.0, 9228.0, 9227.0, 9257.0, 9245.0, 9305.0, 9278.0, 9260.0, 9274.0, 9230.0, 9315.0, 9267.0, 9271.0, 9286.0, 9229.0, 9295.0, 9244.0, 9299.0, 9273.0, 9229.0, 9282.0, 9234.0, 9246.0, 9288.0, 9241.0, 9299.0, 9267.0, 9255.0, 9322.0, 9268.0, 9252.0, 9306.0, 9256.0, 9333.0, 9292.0, 9215.0, 9284.0, 9244.0, 9313.0, 9257.0, 9227.0, 9268.0, 9226.0, 9249.0, 9276.0, 9235.0, 9301.0, 9267.0, 9233.0, 9304.0, 9254.0, 9269.0, 9292.0, 9251.0, 9308.0, 9283.0, 9255.0, 9323.0, 9278.0, 9249.0, 9306.0, 9246.0, 9328.0, 9271.0, 9223.0, 9279.0, 9229.0, 9307.0, 9254.0, 9209.0, 9278.0, 9230.0, 9255.0, 9272.0, 9229.0, 9284.0, 9260.0, 9251.0, 9320.0, 9264.0, 9232.0, 9303.0, 9251.0, 9258.0, 9286.0, 9231.0, 9287.0, 9263.0, 9250.0, 9290.0, 9251.0, 9245.0, 9275.0, 9252.0, 9306.0, 9267.0, 9235.0, 9307.0, 9272.0, 9321.0, 9292.0, 9235.0, 9302.0, 9264.0, 9274.0, 9303.0, 9229.0, 9310.0, 9244.0, 9242.0, 9314.0, 9230.0, 9229.0, 9269.0, 9234.0, 9317.0, 9250.0, 9227.0, 9273.0, 9254.0, 9289.0, 9264.0, 9251.0, 9306.0, 9268.0, 9251.0, 9304.0, 9248.0, 9270.0, 9260.0, 9236.0, 9332.0, 9264.0, 9231.0, 9284.0, 9231.0, 9313.0, 9258.0, 9212.0, 9282.0, 9246.0, 9295.0, 9271.0, 9214.0, 9279.0, 9231.0, 9230.0, 9269.0, 9233.0, 9251.0, 9279.0, 9267.0, 9261.0, 9328.0, 9287.0, 9259.0, 9326.0, 9273.0, 9308.0, 9305.0, 9237.0, 9299.0, 9232.0, 9234.0, 9305.0, 9258.0, 9235.0, 9262.0, 9255.0, 9309.0, 9286.0, 9245.0, 9323.0, 9270.0, 9281.0, 9311.0, 9269.0, 9337.0, 9279.0, 9244.0, 9289.0, 9260.0, 9313.0, 9259.0, 9236.0, 9329.0, 9266.0, 9234.0, 9289.0, 9252.0, 9306.0, 9283.0, 9251.0, 9325.0, 9256.0, 9251.0, 9309.0, 9271.0, 9309.0, 9297.0, 9239.0, 9338.0, 9297.0, 9256.0, 9305.0, 9251.0, 9252.0, 9326.0, 9269.0, 9315.0, 9274.0, 9231.0, 9330.0, 9292.0, 9314.0, 9256.0, 9216.0, 9285.0, 9231.0, 9229.0, 9268.0, 9233.0, 9301.0, 9259.0, 9217.0, 9284.0, 9252.0, 9322.0, 9269.0, 9236.0, 9287.0, 9258.0, 9269.0, 9308.0, 9271.0, 9267.0, 9295.0, 9272.0, 9355.0, 9296.0, 9233.0, 9313.0, 9246.0, 9259.0, 9316.0, 9286.0, 9231.0, 9243.0, 9250.0, 9288.0, 9367.0, 9376.0, 9365.0, 9328.0, 9277.0, 9289.0, 9252.0, 9333.0, 9277.0, 9249.0, 9232.0, 9233.0, 9275.0, 9234.0, 9253.0, 9225.0, 9215.0, 9281.0, 9247.0, 9227.0, 9296.0, 9235.0, 9214.0, 9252.0, 9250.0, 9290.0, 9262.0, 9288.0, 9328.0, 9256.0, 9237.0, 9231.0, 9262.0, 9246.0, 9234.0, 9288.0, 9253.0, 9304.0, 9303.0, 9347.0, 9283.0, 9235.0, 9258.0, 9228.0, 9278.0, 9254.0, 9268.0, 9313.0, 9252.0, 9230.0, 9245.0, 9206.0, 9309.0, 9251.0, 9206.0, 9261.0, 9223.0, 9290.0, 9257.0, 9212.0, 9297.0, 9247.0, 9254.0, 9287.0, 9245.0, 9298.0, 9243.0, 9223.0, 9268.0, 9227.0, 9296.0, 9242.0, 9225.0, 9273.0, 9234.0, 9316.0, 9249.0, 9227.0, 9273.0, 9250.0, 9320.0, 9281.0, 9235.0, 9276.0, 9250.0, 9326.0, 9297.0, 9243.0, 9321.0, 9266.0, 9324.0, 9293.0, 9251.0, 9330.0, 9257.0, 9233.0, 9315.0, 9262.0, 9213.0, 9269.0, 9230.0, 9317.0, 9276.0, 9249.0, 9300.0, 9233.0, 9300.0, 9275.0, 9233.0, 9300.0, 9243.0, 9259.0, 9291.0, 9231.0, 9301.0, 9236.0, 9247.0, 9310.0, 9257.0, 9308.0, 9281.0, 9239.0, 9339.0, 9283.0, 9280.0, 9304.0, 9233.0, 9313.0, 9265.0, 9247.0, 9304.0, 9233.0, 9295.0, 9260.0, 9231.0, 9300.0, 9244.0, 9294.0, 9243.0, 9243.0, 9297.0, 9227.0, 9292.0, 9246.0, 9257.0, 9318.0, 9248.0, 9248.0, 9258.0, 9248.0, 9318.0, 9295.0, 9236.0, 9302.0, 9252.0, 9275.0, 9323.0, 9271.0, 9318.0, 9274.0, 9236.0, 9334.0, 9275.0, 9214.0, 9295.0, 9243.0, 9257.0, 9298.0, 9247.0, 9255.0, 9241.0, 9226.0, 9242.0, 9288.0, 9252.0, 9255.0, 9339.0, 9280.0, 9249.0, 9301.0, 9248.0, 9263.0, 9303.0, 9232.0, 9226.0, 9242.0, 9231.0, 9300.0, 9275.0, 9230.0, 9298.0, 9251.0, 9264.0, 9307.0, 9253.0, 9306.0, 9267.0, 9264.0, 9310.0, 9253.0, 9319.0, 9248.0, 9234.0, 9309.0, 9255.0, 9326.0, 9266.0, 9239.0, 9324.0, 9285.0, 9284.0, 9313.0, 9235.0, 9336.0, 9293.0, 9260.0, 9284.0, 9229.0, 9314.0, 9258.0, 9241.0, 9265.0, 9228.0, 9263.0, 9295.0, 9237.0, 9302.0, 9270.0, 9237.0, 9321.0, 9268.0, 9257.0, 9307.0, 9254.0, 9280.0, 9324.0, 9282.0, 9338.0, 9290.0, 9232.0, 9316.0, 9262.0, 9215.0, 9278.0, 9228.0, 9256.0, 9283.0, 9244.0, 9256.0, 9270.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.00029451724137931036</td></tr>
<tr><td colspan=3>aqi</td><td>0.025269866666666668</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.002007614971255</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.238246209735327</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885373268469498</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>5479.772</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09890899757514504</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.218390804597701</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4986059868592547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346448580419943</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7691175703427287</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.380251809815092</td></tr>
<tr><td colspan=3>gcor</td><td>0.00741509</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011988491751253605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028331302106380463</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.88743633879807</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>19.3943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6225</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.7708</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.0142</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3368.6901</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.4529</td></tr>
<tr><td colspan=3>tsnr</td><td>39.0415820623748</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>