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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-05_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-05_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-0069/ses-03/func/sub-0069_ses-03_task-social_acq-mb8_run-05_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>48736a451422d74af64e58444fdf2902</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>19:14:10.245000</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.999933, -0.00669565, 0.00948847, 0.00663189, 0.999955, 0.00673531]</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-05_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.0732536</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7289, 602, -72, -130, 42, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69a4ffb2-d68a-4ab3-bad8-29377fe91955||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.682745933532715, 0.01779288239777088, 0.025739498436450958, 111.46240234375], [0.017963945865631104, 2.682806968688965, 0.01801420748233795, -90.53257751464844], [0.025456883013248444, -0.018070342019200325, 2.699817419052124, -72.25346374511719], [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': ['191410.245000', '191410.705000', '191411.165000', '191411.625000', '191412.085000', '191412.545000', '191413.005000', '191413.465000', '191413.925000', '191414.385000', '191414.845000', '191415.305000', '191415.765000', '191416.225000', '191416.685000', '191417.145000', '191417.605000', '191418.065000', '191418.525000', '191418.985000', '191419.445000', '191419.905000', '191420.365000', '191420.825000', '191421.285000', '191421.745000', '191422.205000', '191422.665000', '191423.125000', '191423.585000', '191424.045000', '191424.505000', '191424.965000', '191425.425000', '191425.885000', '191426.345000', '191426.805000', '191427.265000', '191427.725000', '191428.185000', '191428.645000', '191429.105000', '191429.565000', '191430.025000', '191430.485000', '191430.945000', '191431.405000', '191431.865000', '191432.325000', '191432.785000', '191433.245000', '191433.705000', '191434.165000', '191434.625000', '191435.085000', '191435.545000', '191436.005000', '191436.465000', '191436.925000', '191437.385000', '191437.845000', '191438.305000', '191438.765000', '191439.225000', '191439.685000', '191440.145000', '191440.605000', '191441.065000', '191441.525000', '191441.985000', '191442.445000', '191442.905000', '191443.365000', '191443.825000', '191444.285000', '191444.745000', '191445.205000', '191445.665000', '191446.125000', '191446.585000', '191447.045000', '191447.505000', '191447.965000', '191448.425000', '191448.885000', '191449.345000', '191449.805000', '191450.265000', '191450.725000', '191451.185000', '191451.645000', '191452.105000', '191452.565000', '191453.025000', '191453.485000', '191453.945000', '191454.405000', '191454.865000', '191455.325000', '191455.785000', '191456.245000', '191456.705000', '191457.165000', '191457.625000', '191458.085000', '191458.545000', '191459.005000', '191459.465000', '191459.925000', '191500.385000', '191500.845000', '191501.305000', '191501.765000', '191502.225000', '191502.685000', '191503.145000', '191503.605000', '191504.065000', '191504.525000', '191504.985000', '191505.445000', '191505.905000', '191506.365000', '191506.825000', '191507.285000', '191507.745000', '191508.205000', '191508.665000', '191509.125000', '191509.585000', '191510.045000', '191510.505000', '191510.965000', '191511.425000', '191511.885000', '191512.345000', '191512.805000', '191513.265000', '191513.725000', '191514.185000', '191514.645000', '191515.105000', '191515.565000', '191516.025000', '191516.485000', '191516.945000', '191517.405000', '191517.865000', '191518.325000', '191518.785000', '191519.245000', '191519.705000', '191520.165000', '191520.625000', '191521.085000', '191521.545000', '191522.005000', '191522.465000', '191522.925000', '191523.385000', '191523.845000', '191524.305000', '191524.765000', '191525.225000', '191525.685000', '191526.145000', '191526.605000', '191527.065000', '191527.525000', '191527.985000', '191528.445000', '191528.905000', '191529.365000', '191529.825000', '191530.285000', '191530.745000', '191531.205000', '191531.665000', '191532.125000', '191532.585000', '191533.045000', '191533.505000', '191533.965000', '191534.425000', '191534.885000', '191535.345000', '191535.805000', '191536.265000', '191536.725000', '191537.185000', '191537.645000', '191538.105000', '191538.565000', '191539.025000', '191539.485000', '191539.945000', '191540.405000', '191540.865000', '191541.325000', '191541.785000', '191542.245000', '191542.705000', '191543.165000', '191543.625000', '191544.085000', '191544.545000', '191545.005000', '191545.465000', '191545.925000', '191546.385000', '191546.845000', '191547.305000', '191547.765000', '191548.225000', '191548.685000', '191549.145000', '191549.605000', '191550.065000', '191550.525000', '191550.985000', '191551.445000', '191551.905000', '191552.365000', '191552.825000', '191553.285000', '191553.745000', '191554.205000', '191554.665000', '191555.125000', '191555.585000', '191556.045000', '191556.505000', '191556.965000', '191557.425000', '191557.885000', '191558.345000', '191558.805000', '191559.265000', '191559.725000', '191600.185000', '191600.645000', '191601.105000', '191601.565000', '191602.025000', '191602.485000', '191602.945000', '191603.405000', '191603.865000', '191604.325000', '191604.785000', '191605.245000', '191605.705000', '191606.165000', '191606.625000', '191607.085000', '191607.545000', '191608.005000', '191608.465000', '191608.925000', '191609.385000', '191609.845000', '191610.305000', '191610.765000', '191611.225000', '191611.685000', '191612.145000', '191612.605000', '191613.065000', '191613.525000', '191613.985000', '191614.445000', '191614.905000', '191615.365000', '191615.825000', '191616.285000', '191616.745000', '191617.205000', '191617.665000', '191618.125000', '191618.585000', '191619.045000', '191619.505000', '191619.965000', '191620.425000', '191620.885000', '191621.345000', '191621.805000', '191622.265000', '191622.725000', '191623.185000', '191623.645000', '191624.105000', '191624.565000', '191625.025000', '191625.485000', '191625.945000', '191626.405000', '191626.865000', '191627.325000', '191627.785000', '191628.245000', '191628.705000', '191629.165000', '191629.625000', '191630.085000', '191630.545000', '191631.005000', '191631.465000', '191631.925000', '191632.385000', '191632.845000', '191633.305000', '191633.765000', '191634.225000', '191634.685000', '191635.145000', '191635.605000', '191636.065000', '191636.525000', '191636.985000', '191637.445000', '191637.905000', '191638.365000', '191638.825000', '191639.285000', '191639.745000', '191640.205000', '191640.665000', '191641.125000', '191641.585000', '191642.045000', '191642.505000', '191642.965000', '191643.425000', '191643.885000', '191644.345000', '191644.805000', '191645.265000', '191645.725000', '191646.185000', '191646.645000', '191647.105000', '191647.565000', '191648.025000', '191648.485000', '191648.945000', '191649.405000', '191649.865000', '191650.325000', '191650.785000', '191651.245000', '191651.705000', '191652.165000', '191652.625000', '191653.085000', '191653.545000', '191654.005000', '191654.465000', '191654.925000', '191655.385000', '191655.845000', '191656.305000', '191656.765000', '191657.225000', '191657.685000', '191658.145000', '191658.605000', '191659.065000', '191659.525000', '191659.985000', '191700.445000', '191700.905000', '191701.365000', '191701.825000', '191702.285000', '191702.745000', '191703.205000', '191703.665000', '191704.125000', '191704.585000', '191705.045000', '191705.505000', '191705.965000', '191706.425000', '191706.885000', '191707.345000', '191707.805000', '191708.265000', '191708.725000', '191709.185000', '191709.645000', '191710.105000', '191710.565000', '191711.025000', '191711.485000', '191711.945000', '191712.405000', '191712.865000', '191713.325000', '191713.785000', '191714.245000', '191714.705000', '191715.165000', '191715.625000', '191716.085000', '191716.545000', '191717.005000', '191717.465000', '191717.925000', '191718.385000', '191718.845000', '191719.305000', '191719.765000', '191720.225000', '191720.685000', '191721.145000', '191721.605000', '191722.065000', '191722.525000', '191722.985000', '191723.445000', '191723.905000', '191724.365000', '191724.825000', '191725.285000', '191725.745000', '191726.205000', '191726.665000', '191727.125000', '191727.585000', '191728.045000', '191728.505000', '191728.965000', '191729.425000', '191729.885000', '191730.345000', '191730.805000', '191731.265000', '191731.725000', '191732.185000', '191732.645000', '191733.105000', '191733.565000', '191734.025000', '191734.485000', '191734.945000', '191735.405000', '191735.865000', '191736.325000', '191736.785000', '191737.245000', '191737.705000', '191738.165000', '191738.625000', '191739.085000', '191739.545000', '191740.005000', '191740.465000', '191740.925000', '191741.385000', '191741.845000', '191742.305000', '191742.765000', '191743.225000', '191743.685000', '191744.145000', '191744.605000', '191745.065000', '191745.525000', '191745.985000', '191746.445000', '191746.905000', '191747.365000', '191747.825000', '191748.285000', '191748.745000', '191749.205000', '191749.665000', '191750.125000', '191750.585000', '191751.045000', '191751.505000', '191751.965000', '191752.425000', '191752.885000', '191753.345000', '191753.805000', '191754.265000', '191754.725000', '191755.185000', '191755.645000', '191756.105000', '191756.565000', '191757.025000', '191757.485000', '191757.945000', '191758.405000', '191758.865000', '191759.325000', '191759.785000', '191800.245000', '191800.705000', '191801.165000', '191801.625000', '191802.085000', '191802.545000', '191803.005000', '191803.465000', '191803.925000', '191804.385000', '191804.845000', '191805.305000', '191805.765000', '191806.225000', '191806.685000', '191807.145000', '191807.605000', '191808.065000', '191808.525000', '191808.985000', '191809.445000', '191809.905000', '191810.365000', '191810.825000', '191811.285000', '191811.745000', '191812.205000', '191812.665000', '191813.125000', '191813.585000', '191814.045000', '191814.505000', '191814.965000', '191815.425000', '191815.885000', '191816.345000', '191816.805000', '191817.265000', '191817.725000', '191818.185000', '191818.645000', '191819.105000', '191819.565000', '191820.025000', '191820.485000', '191820.945000', '191821.405000', '191821.865000', '191822.325000', '191822.785000', '191823.245000', '191823.705000', '191824.165000', '191824.625000', '191825.085000', '191825.545000', '191826.005000', '191826.465000', '191826.925000', '191827.385000', '191827.845000', '191828.305000', '191828.765000', '191829.225000', '191829.685000', '191830.145000', '191830.605000', '191831.065000', '191831.525000', '191831.985000', '191832.445000', '191832.905000', '191833.365000', '191833.825000', '191834.285000', '191834.745000', '191835.205000', '191835.665000', '191836.125000', '191836.585000', '191837.045000', '191837.505000', '191837.965000', '191838.425000', '191838.885000', '191839.345000', '191839.805000', '191840.265000', '191840.725000', '191841.185000', '191841.645000', '191842.105000', '191842.565000', '191843.025000', '191843.485000', '191843.945000', '191844.405000', '191844.865000', '191845.325000', '191845.785000', '191846.245000', '191846.705000', '191847.165000', '191847.625000', '191848.085000', '191848.545000', '191849.005000', '191849.465000', '191849.925000', '191850.385000', '191850.845000', '191851.305000', '191851.765000', '191852.225000', '191852.685000', '191853.145000', '191853.605000', '191854.065000', '191854.525000', '191854.985000', '191855.445000', '191855.905000', '191856.365000', '191856.825000', '191857.285000', '191857.745000', '191858.205000', '191858.665000', '191859.125000', '191859.585000', '191900.045000', '191900.505000', '191900.965000', '191901.425000', '191901.885000', '191902.345000', '191902.805000', '191903.265000', '191903.725000', '191904.185000', '191904.645000', '191905.105000', '191905.565000', '191906.025000', '191906.485000', '191906.945000', '191907.405000', '191907.865000', '191908.325000', '191908.785000', '191909.245000', '191909.705000', '191910.165000', '191910.625000', '191911.085000', '191911.545000', '191912.005000', '191912.465000', '191912.925000', '191913.385000', '191913.845000', '191914.305000', '191914.765000', '191915.225000', '191915.685000', '191916.145000', '191916.605000', '191917.065000', '191917.525000', '191917.985000', '191918.445000', '191918.905000', '191919.365000', '191919.825000', '191920.285000', '191920.745000', '191921.205000', '191921.665000', '191922.125000', '191922.585000', '191923.045000', '191923.505000', '191923.965000', '191924.425000', '191924.885000', '191925.345000', '191925.805000', '191926.265000', '191926.725000', '191927.185000', '191927.645000', '191928.105000', '191928.565000', '191929.025000', '191929.485000', '191929.945000', '191930.405000', '191930.865000', '191931.325000', '191931.785000', '191932.245000', '191932.705000', '191933.165000', '191933.625000', '191934.085000', '191934.545000', '191935.005000', '191935.465000', '191935.925000', '191936.385000', '191936.845000', '191937.305000', '191937.765000', '191938.225000', '191938.685000', '191939.145000', '191939.605000', '191940.065000', '191940.525000', '191940.985000', '191941.445000', '191941.905000', '191942.365000', '191942.825000', '191943.285000', '191943.745000', '191944.205000', '191944.665000', '191945.125000', '191945.585000', '191946.045000', '191946.505000', '191946.965000', '191947.425000', '191947.885000', '191948.345000', '191948.805000', '191949.265000', '191949.725000', '191950.185000', '191950.645000', '191951.105000', '191951.565000', '191952.025000', '191952.485000', '191952.945000', '191953.405000', '191953.865000', '191954.325000', '191954.785000', '191955.245000', '191955.705000', '191956.165000', '191956.625000', '191957.085000', '191957.545000', '191958.005000', '191958.465000', '191958.925000', '191959.385000', '191959.845000', '192000.305000', '192000.765000', '192001.225000', '192001.685000', '192002.145000', '192002.605000', '192003.065000', '192003.525000', '192003.985000', '192004.445000', '192004.905000', '192005.365000', '192005.825000', '192006.285000', '192006.745000', '192007.205000', '192007.665000', '192008.125000', '192008.585000', '192009.045000', '192009.505000', '192009.965000', '192010.425000', '192010.885000', '192011.345000', '192011.805000', '192012.265000', '192012.725000', '192013.185000', '192013.645000', '192014.105000', '192014.565000', '192015.025000', '192015.485000', '192015.945000', '192016.405000', '192016.865000', '192017.325000', '192017.785000', '192018.245000', '192018.705000', '192019.165000', '192019.625000', '192020.085000', '192020.545000', '192021.005000', '192021.465000', '192021.925000', '192022.385000', '192022.845000', '192023.305000', '192023.765000', '192024.225000', '192024.685000', '192025.145000', '192025.605000', '192026.065000', '192026.525000', '192026.985000', '192027.445000', '192027.905000', '192028.365000', '192028.825000', '192029.285000', '192029.745000', '192030.205000', '192030.665000', '192031.125000', '192031.585000', '192032.045000', '192032.505000', '192032.965000', '192033.425000', '192033.885000', '192034.345000', '192034.805000', '192035.265000', '192035.725000', '192036.185000', '192036.645000', '192037.105000', '192037.565000', '192038.025000', '192038.485000', '192038.945000', '192039.405000', '192039.865000', '192040.325000', '192040.785000', '192041.245000', '192041.705000', '192042.165000', '192042.625000', '192043.085000', '192043.545000', '192044.005000', '192044.465000', '192044.925000', '192045.385000', '192045.845000', '192046.305000', '192046.765000', '192047.225000', '192047.685000', '192048.145000', '192048.605000', '192049.065000', '192049.525000', '192049.985000', '192050.445000', '192050.905000'], 'ContentTime': ['191432.624000', '191432.627000', '191432.631000', '191432.633000', '191432.636000', '191432.638000', '191432.641000', '191432.644000', '191432.646000', '191432.655000', '191432.657000', '191432.660000', '191432.662000', '191432.665000', '191432.668000', '191432.670000', '191432.673000', '191432.676000', '191432.678000', '191432.685000', '191432.688000', '191432.690000', '191432.693000', '191432.696000', '191432.698000', '191432.701000', '191432.704000', '191432.706000', '191432.709000', '191432.711000', '191432.714000', '191432.716000', '191432.719000', '191432.722000', '191432.724000', '191432.727000', '191432.730000', '191432.732000', '191432.735000', '191432.737000', '191432.740000', '191432.742000', '191432.745000', '191432.748000', '191432.750000', '191452.597000', '191452.600000', '191452.603000', '191452.605000', '191452.608000', '191452.611000', '191452.613000', '191452.616000', '191452.618000', '191452.621000', '191452.624000', '191452.626000', '191452.629000', '191452.632000', '191452.634000', '191452.637000', '191452.639000', '191452.642000', '191452.645000', '191452.647000', '191452.650000', '191452.652000', '191452.655000', '191452.657000', '191452.660000', '191452.663000', '191452.665000', '191452.668000', '191452.671000', '191452.673000', '191452.676000', '191452.678000', '191452.681000', '191452.684000', '191452.686000', '191452.689000', '191452.692000', '191452.694000', '191452.697000', '191452.699000', '191452.705000', '191452.708000', '191452.710000', '191512.598000', '191512.601000', '191512.603000', '191512.606000', '191512.609000', '191512.611000', '191512.614000', '191512.617000', '191512.619000', '191512.622000', '191512.632000', '191512.635000', '191512.637000', '191512.640000', '191512.643000', '191512.645000', '191512.648000', '191512.650000', '191512.653000', '191512.656000', '191512.658000', '191512.661000', '191512.663000', '191512.666000', '191512.669000', '191512.671000', '191512.674000', '191512.677000', '191512.679000', '191512.682000', '191512.684000', '191512.687000', '191512.689000', '191512.692000', '191512.694000', '191512.697000', '191512.700000', '191512.702000', '191512.711000', '191512.713000', '191512.716000', '191512.718000', '191512.721000', '191512.724000', '191532.598000', '191532.601000', '191532.603000', '191532.606000', '191532.609000', '191532.611000', '191532.614000', '191532.616000', '191532.619000', '191532.622000', '191532.624000', '191532.627000', '191532.630000', '191532.632000', '191532.635000', '191532.638000', '191532.640000', '191532.643000', '191532.645000', '191532.648000', '191532.652000', '191532.655000', '191532.657000', '191532.660000', '191532.663000', '191532.665000', '191532.668000', '191532.671000', '191532.673000', '191532.676000', '191532.678000', '191532.681000', '191532.684000', '191532.686000', '191532.689000', '191532.692000', '191532.694000', '191532.700000', '191532.702000', '191532.712000', '191532.715000', '191532.718000', '191532.720000', '191552.598000', '191552.600000', '191552.603000', '191552.606000', '191552.608000', '191552.611000', '191552.614000', '191552.616000', '191552.619000', '191552.622000', '191552.624000', '191552.627000', '191552.629000', '191552.632000', '191552.635000', '191552.637000', '191552.640000', '191552.642000', '191552.645000', '191552.648000', '191552.650000', '191552.653000', '191552.656000', '191552.658000', '191552.661000', '191552.663000', '191552.666000', '191552.669000', '191552.671000', '191552.674000', '191552.676000', '191552.679000', '191552.681000', '191552.684000', '191552.687000', '191552.689000', '191552.692000', '191552.694000', '191552.697000', '191552.700000', '191552.702000', '191552.705000', '191552.707000', '191552.710000', '191612.597000', '191612.599000', '191612.602000', '191612.605000', '191612.607000', '191612.610000', '191612.613000', '191612.615000', '191612.618000', '191612.621000', '191612.624000', '191612.626000', '191612.629000', '191612.632000', '191612.635000', '191612.637000', '191612.640000', '191612.643000', '191612.645000', '191612.648000', '191612.650000', '191612.653000', '191612.656000', '191612.664000', '191612.667000', '191612.670000', '191612.672000', '191612.675000', '191612.678000', '191612.680000', '191612.683000', '191612.685000', '191612.688000', '191612.691000', '191612.693000', '191612.696000', '191612.698000', '191612.701000', '191612.704000', '191612.706000', '191612.709000', '191612.711000', '191612.714000', '191632.596000', '191632.600000', '191632.602000', '191632.605000', '191632.607000', '191632.610000', '191632.613000', '191632.615000', '191632.618000', '191632.621000', '191632.623000', '191632.626000', '191632.628000', '191632.631000', '191632.634000', '191632.636000', '191632.639000', '191632.642000', '191632.644000', '191632.647000', '191632.649000', '191632.652000', '191632.655000', '191632.657000', '191632.660000', '191632.663000', '191632.665000', '191632.668000', '191632.670000', '191632.673000', '191632.676000', '191632.678000', '191632.681000', '191632.684000', '191632.686000', '191632.689000', '191632.691000', '191632.694000', '191632.697000', '191632.699000', '191632.702000', '191632.705000', '191632.707000', '191632.710000', '191652.597000', '191652.600000', '191652.603000', '191652.606000', '191652.608000', '191652.630000', '191652.633000', '191652.635000', '191652.638000', '191652.641000', '191652.644000', '191652.647000', '191652.649000', '191652.652000', '191652.655000', '191652.657000', '191652.660000', '191652.662000', '191652.665000', '191652.668000', '191652.670000', '191652.673000', '191652.676000', '191652.678000', '191652.681000', '191652.684000', '191652.686000', '191652.689000', '191652.692000', '191652.695000', '191652.698000', '191652.701000', '191652.720000', '191652.723000', '191652.726000', '191652.729000', '191652.731000', '191652.734000', '191652.736000', '191652.739000', '191652.742000', '191652.744000', '191652.747000', '191712.597000', '191712.600000', '191712.603000', '191712.605000', '191712.609000', '191712.611000', '191712.614000', '191712.616000', '191712.619000', '191712.622000', '191712.624000', '191712.627000', '191712.629000', '191712.632000', '191712.635000', '191712.637000', '191712.640000', '191712.642000', '191712.645000', '191712.648000', '191712.650000', '191712.653000', '191712.655000', '191712.658000', '191712.661000', '191712.663000', '191712.666000', '191712.668000', '191712.671000', '191712.674000', '191712.676000', '191712.679000', '191712.682000', '191712.684000', '191712.687000', '191712.689000', '191712.692000', '191712.695000', '191712.697000', '191712.700000', '191712.703000', '191712.705000', '191712.708000', '191712.710000', '191732.598000', '191732.601000', '191732.603000', '191732.606000', '191732.609000', '191732.611000', '191732.614000', '191732.617000', '191732.619000', '191732.622000', '191732.624000', '191732.627000', '191732.630000', '191732.632000', '191732.635000', '191732.637000', '191732.640000', '191732.643000', '191732.645000', '191732.648000', '191732.651000', '191732.653000', '191732.656000', '191732.659000', '191732.661000', '191732.664000', '191732.667000', '191732.670000', '191732.673000', '191732.676000', '191732.679000', '191732.682000', '191732.684000', '191732.687000', '191732.690000', '191732.692000', '191732.695000', '191732.697000', '191732.700000', '191732.703000', '191732.705000', '191732.708000', '191732.710000', '191752.598000', '191752.600000', '191752.603000', '191752.606000', '191752.608000', '191752.611000', '191752.613000', '191752.616000', '191752.619000', '191752.622000', '191752.624000', '191752.627000', '191752.629000', '191752.632000', '191752.635000', '191752.637000', '191752.640000', '191752.643000', '191752.645000', '191752.648000', '191752.651000', '191752.653000', '191752.656000', '191752.658000', '191752.661000', '191752.663000', '191752.666000', '191752.669000', '191752.671000', '191752.674000', '191752.676000', '191752.679000', '191752.682000', '191752.684000', '191752.687000', '191752.689000', '191752.692000', '191752.695000', '191752.697000', '191752.700000', '191752.703000', '191752.705000', '191752.708000', '191752.710000', '191812.598000', '191812.601000', '191812.604000', '191812.606000', '191812.609000', '191812.611000', '191812.614000', '191812.617000', '191812.619000', '191812.622000', '191812.625000', '191812.627000', '191812.630000', '191812.633000', '191812.635000', '191812.638000', '191812.640000', '191812.643000', '191812.646000', '191812.648000', '191812.651000', '191812.654000', '191812.656000', '191812.659000', '191812.662000', '191812.664000', '191812.667000', '191812.669000', '191812.672000', '191812.675000', '191812.703000', '191812.706000', '191812.709000', '191812.711000', '191812.714000', '191812.717000', '191812.719000', '191812.722000', '191812.724000', '191812.727000', '191812.730000', '191812.733000', '191812.736000', '191832.597000', '191832.599000', '191832.603000', '191832.605000', '191832.608000', '191832.610000', '191832.613000', '191832.616000', '191832.618000', '191832.621000', '191832.624000', '191832.626000', '191832.629000', '191832.631000', '191832.634000', '191832.637000', '191832.639000', '191832.642000', '191832.645000', '191832.647000', '191832.650000', '191832.653000', '191832.655000', '191832.658000', '191832.660000', '191832.663000', '191832.666000', '191832.668000', '191832.671000', '191832.673000', '191832.676000', '191832.679000', '191832.681000', '191832.684000', '191832.687000', '191832.689000', '191832.692000', '191832.694000', '191832.697000', '191832.699000', '191832.702000', '191832.705000', '191832.707000', '191832.710000', '191852.596000', '191852.599000', '191852.602000', '191852.604000', '191852.607000', '191852.610000', '191852.612000', '191852.615000', '191852.618000', '191852.620000', '191852.623000', '191852.625000', '191852.628000', '191852.631000', '191852.633000', '191852.636000', '191852.639000', '191852.641000', '191852.644000', '191852.647000', '191852.649000', '191852.652000', '191852.655000', '191852.657000', '191852.660000', '191852.662000', '191852.665000', '191852.668000', '191852.670000', '191852.673000', '191852.676000', '191852.679000', '191852.682000', '191852.685000', '191852.688000', '191852.690000', '191852.693000', '191852.696000', '191852.698000', '191852.701000', '191852.703000', '191852.706000', '191852.709000', '191912.598000', '191912.601000', '191912.603000', '191912.606000', '191912.608000', '191912.611000', '191912.614000', '191912.616000', '191912.619000', '191912.621000', '191912.624000', '191912.627000', '191912.629000', '191912.632000', '191912.635000', '191912.637000', '191912.640000', '191912.643000', '191912.645000', '191912.648000', '191912.650000', '191912.653000', '191912.656000', '191912.658000', '191912.661000', '191912.664000', '191912.666000', '191912.669000', '191912.671000', '191912.674000', '191912.677000', '191912.679000', '191912.682000', '191912.685000', '191912.687000', '191912.690000', '191912.693000', '191912.695000', '191912.698000', '191912.701000', '191912.703000', '191912.706000', '191912.708000', '191912.711000', '191932.598000', '191932.601000', '191932.603000', '191932.606000', '191932.609000', '191932.611000', '191932.614000', '191932.616000', '191932.619000', '191932.622000', '191932.624000', '191932.627000', '191932.630000', '191932.632000', '191932.635000', '191932.638000', '191932.640000', '191932.643000', '191932.645000', '191932.648000', '191932.651000', '191932.653000', '191932.656000', '191932.659000', '191932.661000', '191932.664000', '191932.666000', '191932.669000', '191932.672000', '191932.674000', '191932.677000', '191932.680000', '191932.682000', '191932.685000', '191932.688000', '191932.690000', '191932.693000', '191932.695000', '191932.698000', '191932.701000', '191932.703000', '191932.706000', '191932.709000', '191952.597000', '191952.600000', '191952.603000', '191952.605000', '191952.608000', '191952.611000', '191952.613000', '191952.616000', '191952.619000', '191952.621000', '191952.624000', '191952.627000', '191952.643000', '191952.646000', '191952.648000', '191952.651000', '191952.653000', '191952.656000', '191952.659000', '191952.661000', '191952.664000', '191952.667000', '191952.669000', '191952.672000', '191952.674000', '191952.677000', '191952.680000', '191952.682000', '191952.685000', '191952.688000', '191952.691000', '191952.693000', '191952.696000', '191952.699000', '191952.701000', '191952.704000', '191952.706000', '191952.709000', '191952.712000', '191952.714000', '191952.717000', '191952.720000', '191952.722000', '191952.725000', '192012.597000', '192012.600000', '192012.603000', '192012.606000', '192012.608000', '192012.611000', '192012.614000', '192012.616000', '192012.619000', '192012.621000', '192012.624000', '192012.627000', '192012.629000', '192012.632000', '192012.635000', '192012.637000', '192012.640000', '192012.642000', '192012.650000', '192012.652000', '192012.655000', '192012.658000', '192012.660000', '192012.665000', '192012.667000', '192012.670000', '192012.673000', '192012.675000', '192012.678000', '192012.680000', '192012.683000', '192012.686000', '192012.688000', '192012.691000', '192012.694000', '192012.696000', '192012.699000', '192012.701000', '192012.704000', '192012.707000', '192012.709000', '192012.712000', '192012.715000', '192032.598000', '192032.600000', '192032.603000', '192032.606000', '192032.608000', '192032.611000', '192032.613000', '192032.616000', '192032.619000', '192032.621000', '192032.624000', '192032.627000', '192032.629000', '192032.632000', '192032.634000', '192032.637000', '192032.640000', '192032.642000', '192032.645000', '192032.647000', '192032.650000', '192032.653000', '192032.655000', '192032.658000', '192032.660000', '192032.663000', '192032.666000', '192032.669000', '192032.671000', '192032.674000', '192032.676000', '192032.679000', '192032.681000', '192032.684000', '192032.687000', '192032.689000', '192032.692000', '192032.694000', '192032.697000', '192032.700000', '192032.702000', '192032.705000', '192032.708000', '192032.710000', '192052.597000', '192052.600000', '192052.602000', '192052.605000', '192052.607000', '192052.610000', '192052.613000', '192052.615000', '192052.618000', '192052.621000', '192052.623000', '192052.626000', '192052.629000', '192052.631000', '192052.634000', '192052.637000', '192052.639000', '192052.642000', '192052.644000', '192052.647000', '192052.650000', '192052.652000', '192052.655000', '192052.657000', '192052.660000', '192052.663000', '192052.665000', '192052.668000', '192052.671000', '192052.673000', '192052.676000', '192052.678000', '192052.681000', '192052.684000', '192052.686000', '192052.689000', '192052.691000', '192052.694000', '192052.697000', '192052.699000', '192052.702000', '192052.705000', '192052.707000', '192052.784000'], 'InstanceCreationTime': ['191432.624000', '191432.627000', '191432.631000', '191432.633000', '191432.636000', '191432.638000', '191432.641000', '191432.644000', '191432.646000', '191432.655000', '191432.657000', '191432.660000', '191432.662000', '191432.665000', '191432.668000', '191432.670000', '191432.673000', '191432.676000', '191432.678000', '191432.685000', '191432.688000', '191432.690000', '191432.693000', '191432.696000', '191432.698000', '191432.701000', '191432.704000', '191432.706000', '191432.709000', '191432.711000', '191432.714000', '191432.716000', '191432.719000', '191432.722000', '191432.724000', '191432.727000', '191432.730000', '191432.732000', '191432.735000', '191432.737000', '191432.740000', '191432.742000', '191432.745000', '191432.748000', '191432.750000', '191452.597000', '191452.600000', '191452.603000', '191452.605000', '191452.608000', '191452.611000', '191452.613000', '191452.616000', '191452.618000', '191452.621000', '191452.624000', '191452.626000', '191452.629000', '191452.632000', '191452.634000', '191452.637000', '191452.639000', '191452.642000', '191452.645000', '191452.647000', '191452.650000', '191452.652000', '191452.655000', '191452.657000', '191452.660000', '191452.663000', '191452.665000', '191452.668000', '191452.671000', '191452.673000', '191452.676000', '191452.678000', '191452.681000', '191452.684000', '191452.686000', '191452.689000', '191452.692000', '191452.694000', '191452.697000', '191452.699000', '191452.705000', '191452.708000', '191452.710000', '191512.598000', '191512.601000', '191512.603000', '191512.606000', '191512.609000', '191512.611000', '191512.614000', '191512.617000', '191512.619000', '191512.622000', '191512.632000', '191512.635000', '191512.637000', '191512.640000', '191512.643000', '191512.645000', '191512.648000', '191512.650000', '191512.653000', '191512.656000', '191512.658000', '191512.661000', '191512.663000', '191512.666000', '191512.669000', '191512.671000', '191512.674000', '191512.677000', '191512.679000', '191512.682000', '191512.684000', '191512.687000', '191512.689000', '191512.692000', '191512.694000', '191512.697000', '191512.700000', '191512.702000', '191512.711000', '191512.713000', '191512.716000', '191512.718000', '191512.721000', '191512.724000', '191532.598000', '191532.601000', '191532.603000', '191532.606000', '191532.609000', '191532.611000', '191532.614000', '191532.616000', '191532.619000', '191532.622000', '191532.624000', '191532.627000', '191532.630000', '191532.632000', '191532.635000', '191532.638000', '191532.640000', '191532.643000', '191532.645000', '191532.648000', '191532.652000', '191532.655000', '191532.657000', '191532.660000', '191532.663000', '191532.665000', '191532.668000', '191532.671000', '191532.673000', '191532.676000', '191532.678000', '191532.681000', '191532.684000', '191532.686000', '191532.689000', '191532.692000', '191532.694000', '191532.700000', '191532.702000', '191532.712000', '191532.715000', '191532.718000', '191532.720000', '191552.598000', '191552.600000', '191552.603000', '191552.606000', '191552.608000', '191552.611000', '191552.614000', '191552.616000', '191552.619000', '191552.622000', '191552.624000', '191552.627000', '191552.629000', '191552.632000', '191552.635000', '191552.637000', '191552.640000', '191552.642000', '191552.645000', '191552.648000', '191552.650000', '191552.653000', '191552.656000', '191552.658000', '191552.661000', '191552.663000', '191552.666000', '191552.669000', '191552.671000', '191552.674000', '191552.676000', '191552.679000', '191552.681000', '191552.684000', '191552.687000', '191552.689000', '191552.692000', '191552.694000', '191552.697000', '191552.700000', '191552.702000', '191552.705000', '191552.707000', '191552.710000', '191612.597000', '191612.599000', '191612.602000', '191612.605000', '191612.607000', '191612.610000', '191612.613000', '191612.615000', '191612.618000', '191612.621000', '191612.624000', '191612.626000', '191612.629000', '191612.632000', '191612.635000', '191612.637000', '191612.640000', '191612.643000', '191612.645000', '191612.648000', '191612.650000', '191612.653000', '191612.656000', '191612.664000', '191612.667000', '191612.670000', '191612.672000', '191612.675000', '191612.678000', '191612.680000', '191612.683000', '191612.685000', '191612.688000', '191612.691000', '191612.693000', '191612.696000', '191612.698000', '191612.701000', '191612.704000', '191612.706000', '191612.709000', '191612.711000', '191612.714000', '191632.596000', '191632.600000', '191632.602000', '191632.605000', '191632.607000', '191632.610000', '191632.613000', '191632.615000', '191632.618000', '191632.621000', '191632.623000', '191632.626000', '191632.628000', '191632.631000', '191632.634000', '191632.636000', '191632.639000', '191632.642000', '191632.644000', '191632.647000', '191632.649000', '191632.652000', '191632.655000', '191632.657000', '191632.660000', '191632.663000', '191632.665000', '191632.668000', '191632.670000', '191632.673000', '191632.676000', '191632.678000', '191632.681000', '191632.684000', '191632.686000', '191632.689000', '191632.691000', '191632.694000', '191632.697000', '191632.699000', '191632.702000', '191632.705000', '191632.707000', '191632.710000', '191652.597000', '191652.600000', '191652.603000', '191652.606000', '191652.608000', '191652.630000', '191652.633000', '191652.635000', '191652.638000', '191652.641000', '191652.644000', '191652.647000', '191652.649000', '191652.652000', '191652.655000', '191652.657000', '191652.660000', '191652.662000', '191652.665000', '191652.668000', '191652.670000', '191652.673000', '191652.676000', '191652.678000', '191652.681000', '191652.684000', '191652.686000', '191652.689000', '191652.692000', '191652.695000', '191652.698000', '191652.701000', '191652.720000', '191652.723000', '191652.726000', '191652.729000', '191652.731000', '191652.734000', '191652.736000', '191652.739000', '191652.742000', '191652.744000', '191652.747000', '191712.597000', '191712.600000', '191712.603000', '191712.605000', '191712.609000', '191712.611000', '191712.614000', '191712.616000', '191712.619000', '191712.622000', '191712.624000', '191712.627000', '191712.629000', '191712.632000', '191712.635000', '191712.637000', '191712.640000', '191712.642000', '191712.645000', '191712.648000', '191712.650000', '191712.653000', '191712.655000', '191712.658000', '191712.661000', '191712.663000', '191712.666000', '191712.668000', '191712.671000', '191712.674000', '191712.676000', '191712.679000', '191712.682000', '191712.684000', '191712.687000', '191712.689000', '191712.692000', '191712.695000', '191712.697000', '191712.700000', '191712.703000', '191712.705000', '191712.708000', '191712.710000', '191732.598000', '191732.601000', '191732.603000', '191732.606000', '191732.609000', '191732.611000', '191732.614000', '191732.617000', '191732.619000', '191732.622000', '191732.624000', '191732.627000', '191732.630000', '191732.632000', '191732.635000', '191732.637000', '191732.640000', '191732.643000', '191732.645000', '191732.648000', '191732.651000', '191732.653000', '191732.656000', '191732.659000', '191732.661000', '191732.664000', '191732.667000', '191732.670000', '191732.673000', '191732.676000', '191732.679000', '191732.682000', '191732.684000', '191732.687000', '191732.690000', '191732.692000', '191732.695000', '191732.697000', '191732.700000', '191732.703000', '191732.705000', '191732.708000', '191732.710000', '191752.598000', '191752.600000', '191752.603000', '191752.606000', '191752.608000', '191752.611000', '191752.613000', '191752.616000', '191752.619000', '191752.622000', '191752.624000', '191752.627000', '191752.629000', '191752.632000', '191752.635000', '191752.637000', '191752.640000', '191752.643000', '191752.645000', '191752.648000', '191752.651000', '191752.653000', '191752.656000', '191752.658000', '191752.661000', '191752.663000', '191752.666000', '191752.669000', '191752.671000', '191752.674000', '191752.676000', '191752.679000', '191752.682000', '191752.684000', '191752.687000', '191752.689000', '191752.692000', '191752.695000', '191752.697000', '191752.700000', '191752.703000', '191752.705000', '191752.708000', '191752.710000', '191812.598000', '191812.601000', '191812.604000', '191812.606000', '191812.609000', '191812.611000', '191812.614000', '191812.617000', '191812.619000', '191812.622000', '191812.625000', '191812.627000', '191812.630000', '191812.633000', '191812.635000', '191812.638000', '191812.640000', '191812.643000', '191812.646000', '191812.648000', '191812.651000', '191812.654000', '191812.656000', '191812.659000', '191812.662000', '191812.664000', '191812.667000', '191812.669000', '191812.672000', '191812.675000', '191812.703000', '191812.706000', '191812.709000', '191812.711000', '191812.714000', '191812.717000', '191812.719000', '191812.722000', '191812.724000', '191812.727000', '191812.730000', '191812.733000', '191812.736000', '191832.597000', '191832.599000', '191832.603000', '191832.605000', '191832.608000', '191832.610000', '191832.613000', '191832.616000', '191832.618000', '191832.621000', '191832.624000', '191832.626000', '191832.629000', '191832.631000', '191832.634000', '191832.637000', '191832.639000', '191832.642000', '191832.645000', '191832.647000', '191832.650000', '191832.653000', '191832.655000', '191832.658000', '191832.660000', '191832.663000', '191832.666000', '191832.668000', '191832.671000', '191832.673000', '191832.676000', '191832.679000', '191832.681000', '191832.684000', '191832.687000', '191832.689000', '191832.692000', '191832.694000', '191832.697000', '191832.699000', '191832.702000', '191832.705000', '191832.707000', '191832.710000', '191852.596000', '191852.599000', '191852.602000', '191852.604000', '191852.607000', '191852.610000', '191852.612000', '191852.615000', '191852.618000', '191852.620000', '191852.623000', '191852.625000', '191852.628000', '191852.631000', '191852.633000', '191852.636000', '191852.639000', '191852.641000', '191852.644000', '191852.647000', '191852.649000', '191852.652000', '191852.655000', '191852.657000', '191852.660000', '191852.662000', '191852.665000', '191852.668000', '191852.670000', '191852.673000', '191852.676000', '191852.679000', '191852.682000', '191852.685000', '191852.688000', '191852.690000', '191852.693000', '191852.696000', '191852.698000', '191852.701000', '191852.703000', '191852.706000', '191852.709000', '191912.598000', '191912.601000', '191912.603000', '191912.606000', '191912.608000', '191912.611000', '191912.614000', '191912.616000', '191912.619000', '191912.621000', '191912.624000', '191912.627000', '191912.629000', '191912.632000', '191912.635000', '191912.637000', '191912.640000', '191912.643000', '191912.645000', '191912.648000', '191912.650000', '191912.653000', '191912.656000', '191912.658000', '191912.661000', '191912.664000', '191912.666000', '191912.669000', '191912.671000', '191912.674000', '191912.677000', '191912.679000', '191912.682000', '191912.685000', '191912.687000', '191912.690000', '191912.693000', '191912.695000', '191912.698000', '191912.701000', '191912.703000', '191912.706000', '191912.708000', '191912.711000', '191932.598000', '191932.601000', '191932.603000', '191932.606000', '191932.609000', '191932.611000', '191932.614000', '191932.616000', '191932.619000', '191932.622000', '191932.624000', '191932.627000', '191932.630000', '191932.632000', '191932.635000', '191932.638000', '191932.640000', '191932.643000', '191932.645000', '191932.648000', '191932.651000', '191932.653000', '191932.656000', '191932.659000', '191932.661000', '191932.664000', '191932.666000', '191932.669000', '191932.672000', '191932.674000', '191932.677000', '191932.680000', '191932.682000', '191932.685000', '191932.688000', '191932.690000', '191932.693000', '191932.695000', '191932.698000', '191932.701000', '191932.703000', '191932.706000', '191932.709000', '191952.597000', '191952.600000', '191952.603000', '191952.605000', '191952.608000', '191952.611000', '191952.613000', '191952.616000', '191952.619000', '191952.621000', '191952.624000', '191952.627000', '191952.643000', '191952.646000', '191952.648000', '191952.651000', '191952.653000', '191952.656000', '191952.659000', '191952.661000', '191952.664000', '191952.667000', '191952.669000', '191952.672000', '191952.674000', '191952.677000', '191952.680000', '191952.682000', '191952.685000', '191952.688000', '191952.691000', '191952.693000', '191952.696000', '191952.699000', '191952.701000', '191952.704000', '191952.706000', '191952.709000', '191952.712000', '191952.714000', '191952.717000', '191952.720000', '191952.722000', '191952.725000', '192012.597000', '192012.600000', '192012.603000', '192012.606000', '192012.608000', '192012.611000', '192012.614000', '192012.616000', '192012.619000', '192012.621000', '192012.624000', '192012.627000', '192012.629000', '192012.632000', '192012.635000', '192012.637000', '192012.640000', '192012.642000', '192012.650000', '192012.652000', '192012.655000', '192012.658000', '192012.660000', '192012.665000', '192012.667000', '192012.670000', '192012.673000', '192012.675000', '192012.678000', '192012.680000', '192012.683000', '192012.686000', '192012.688000', '192012.691000', '192012.694000', '192012.696000', '192012.699000', '192012.701000', '192012.704000', '192012.707000', '192012.709000', '192012.712000', '192012.715000', '192032.598000', '192032.600000', '192032.603000', '192032.606000', '192032.608000', '192032.611000', '192032.613000', '192032.616000', '192032.619000', '192032.621000', '192032.624000', '192032.627000', '192032.629000', '192032.632000', '192032.634000', '192032.637000', '192032.640000', '192032.642000', '192032.645000', '192032.647000', '192032.650000', '192032.653000', '192032.655000', '192032.658000', '192032.660000', '192032.663000', '192032.666000', '192032.669000', '192032.671000', '192032.674000', '192032.676000', '192032.679000', '192032.681000', '192032.684000', '192032.687000', '192032.689000', '192032.692000', '192032.694000', '192032.697000', '192032.700000', '192032.702000', '192032.705000', '192032.708000', '192032.710000', '192052.597000', '192052.600000', '192052.602000', '192052.605000', '192052.607000', '192052.610000', '192052.613000', '192052.615000', '192052.618000', '192052.621000', '192052.623000', '192052.626000', '192052.629000', '192052.631000', '192052.634000', '192052.637000', '192052.639000', '192052.642000', '192052.644000', '192052.647000', '192052.650000', '192052.652000', '192052.655000', '192052.657000', '192052.660000', '192052.663000', '192052.665000', '192052.668000', '192052.671000', '192052.673000', '192052.676000', '192052.678000', '192052.681000', '192052.684000', '192052.686000', '192052.689000', '192052.691000', '192052.694000', '192052.697000', '192052.699000', '192052.702000', '192052.705000', '192052.707000', '192052.784000'], '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': [9386, 8519, 11030, 8698, 11890, 8065, 7624, 8711, 8574, 9471, 8553, 10015, 8508, 9121, 8270, 7246, 8009, 7896, 8689, 8095, 9152, 8068, 10584, 8398, 8927, 8715, 8525, 8170, 8753, 8301, 7603, 8337, 7950, 8806, 7797, 8396, 7604, 8302, 7808, 8834, 7705, 8501, 7913, 8922, 7747, 9059, 8071, 9805, 8309, 9941, 8674, 9119, 8591, 9006, 8602, 7360, 8701, 7745, 8641, 8309, 8524, 7851, 8800, 7997, 8997, 8042, 8820, 7958, 8818, 8015, 9148, 8326, 9564, 8378, 9704, 8444, 8349, 8611, 7252, 8706, 7756, 8459, 7970, 8613, 8029, 9132, 8721, 10578, 8820, 7306, 7828, 7705, 8405, 7687, 8672, 7724, 8602, 8446, 8244, 7609, 8193, 7750, 8386, 7814, 8653, 8067, 8937, 8163, 10164, 8695, 8121, 8891, 7747, 7947, 7748, 8601, 8246, 9833, 8579, 10990, 8473, 9781, 8011, 8295, 8152, 9061, 8806, 7499, 8457, 7909, 9031, 8211, 9328, 8104, 9409, 8747, 10625, 8373, 8053, 8234, 7423, 8604, 7681, 8011, 8138, 8756, 7981, 8114, 8480, 7477, 8765, 8178, 8423, 7874, 8849, 7921, 8832, 8069, 8404, 11262, 8026, 8172, 8040, 7679, 8320, 8027, 8519, 7991, 8953, 8181, 9844, 8177, 10414, 8470, 10345, 8250, 10168, 8170, 9747, 8340, 8898, 8646, 9802, 8177, 8854, 8172, 7714, 8510, 7936, 8573, 8140, 8799, 8131, 7421, 8152, 7515, 8456, 9495, 8401, 8240, 8081, 7736, 8901, 8463, 9031, 8030, 9648, 8412, 10411, 8212, 7269, 7935, 7646, 8568, 8043, 8893, 8083, 10276, 8224, 7839, 8325, 7542, 8555, 8168, 8495, 8639, 8128, 7638, 7998, 7813, 8237, 8136, 8551, 8078, 8722, 7792, 8742, 7743, 8330, 7601, 8385, 7544, 8507, 7911, 9515, 8289, 8559, 8809, 7186, 8305, 6841, 8394, 8288, 8787, 10455, 8685, 11020, 8621, 9177, 8364, 9810, 8885, 9496, 8908, 9790, 8394, 7322, 8023, 8088, 8443, 7952, 8454, 8047, 8567, 8049, 8863, 8017, 9656, 8266, 9428, 8400, 8694, 8399, 8962, 8250, 9885, 8644, 9395, 8570, 9148, 8303, 7625, 8329, 7592, 8465, 7832, 8003, 8027, 8708, 8138, 9737, 8733, 8614, 8702, 7791, 8298, 7901, 9432, 8367, 7398, 7374, 7809, 11392, 7896, 8086, 8471, 8281, 8836, 8263, 11443, 8357, 9241, 8163, 7550, 8292, 8232, 8330, 8349, 8821, 8067, 9802, 8247, 8736, 8605, 7727, 8221, 8033, 8812, 8059, 9607, 8087, 9342, 8053, 8636, 8155, 8664, 7933, 9312, 8390, 8509, 8448, 6768, 8398, 7083, 8858, 7192, 8626, 7927, 8665, 8235, 9386, 8177, 9659, 8306, 9320, 8138, 9627, 8324, 7855, 8411, 7659, 8622, 6734, 8258, 7874, 9040, 8016, 9116, 8337, 9472, 8502, 10050, 8710, 10429, 8646, 10103, 8696, 10149, 8731, 9046, 8347, 7474, 8305, 7799, 8365, 7935, 8408, 8108, 8624, 8200, 8890, 8283, 10041, 8589, 8429, 8277, 7071, 8224, 7576, 7982, 7699, 8445, 7891, 9225, 8269, 8015, 8417, 7092, 7832, 7521, 8499, 8270, 8604, 7944, 7630, 8259, 7969, 9139, 7943, 9744, 8445, 8997, 8873, 8123, 8882, 8245, 8335, 8446, 7663, 7673, 8147, 9090, 8729, 10109, 8938, 7947, 6550, 7152, 7328, 8587, 7686, 9248, 7662, 9363, 7774, 9243, 8094, 10383, 8096, 7637, 8446, 7895, 8818, 7977, 10005, 8881, 9060, 9124, 8900, 8274, 11246, 8451, 8166, 8765, 8600, 9006, 8570, 8198, 8027, 8340, 8723, 8477, 9210, 8395, 9307, 8150, 9199, 8173, 8319, 8484, 7993, 8376, 8044, 8364, 8056, 8668, 7891, 8947, 7845, 9625, 8123, 8146, 8083, 7251, 7930, 7793, 8637, 7677, 9095, 8348, 7955, 8566, 7409, 8227, 7618, 9376, 8367, 7314, 8069, 7502, 8999, 7891, 9754, 8382, 8141, 8751, 7269, 7863, 7361, 8981, 7576, 9661, 8085, 9796, 7831, 9140, 8544, 6443, 8087, 6312, 8330, 6264, 8444, 6505, 8564, 6384, 8691, 6601, 8753, 9739, 8789, 7746, 8711, 7304, 8271, 7299, 9097, 7451, 9396, 7412, 9057, 7706, 9035, 8328, 10347, 8500, 8364, 8758, 7350, 7746, 7460, 8418, 7681, 9109, 7967, 8782, 8115, 10382, 8555, 6852, 7540, 7471, 8819, 8528, 9650, 8215, 7686, 7769, 7641, 8704, 7865, 10630, 8561, 7256, 7597, 7957, 8721, 8008, 11066, 8299, 8868, 7965, 8733, 8111, 9161, 8191, 9268, 8206, 9371, 8614, 9664, 8574, 9428, 8170, 9043, 8249, 9526, 8442, 9861, 8484, 9785, 8766, 8249, 7051, 7646, 8275, 8350, 7814, 8500, 7684, 8526, 8760, 8604, 10019, 8442, 9419, 8578, 8500, 8856, 8281, 8750, 6724, 7404, 7132, 8104, 7289, 8910, 7858, 9345, 7943, 9464, 8066, 9539, 7938, 9766, 8544, 9146, 8539, 8482, 8764, 8790, 9038, 8423, 8407, 7184, 8474, 8283, 8497, 10478, 8479, 9208, 8141, 9048, 8077, 9149, 8096, 9275, 8263, 9755, 8503, 7917, 8525, 8069, 8500, 10358, 8346, 9076, 8192, 9270, 8520, 9879, 8454, 9724, 8559, 9450, 8415, 9405, 8612, 7476, 8593, 6793, 8638, 7335, 8747, 7196, 8256, 7566, 8626, 7816, 9018, 7656, 8613, 7422, 9155, 8707, 7761, 7641, 6685, 8637, 7114, 11293, 8670, 7631, 8598, 10774, 8753, 11493, 9256, 10341, 8594, 8331, 8602, 9338, 8638, 9847, 8355, 9361, 8311, 9468, 8146, 9186, 8121, 9075, 8684, 6605, 7720, 7191, 8296, 7123, 8707, 6645, 8360, 6950, 8379, 6617, 8434, 9974, 8662, 9645, 8343, 9128, 8256, 9479, 8032, 9398, 7675, 8018, 7144, 8067, 7479, 8625, 7731, 9505, 8225, 10030, 8074, 9119, 7685, 8640, 8222, 9854, 8508, 9597, 8134, 9035, 7669, 8547, 8112, 8916, 8257, 9326, 8017, 8868, 8153, 8615, 8223, 8711, 8009, 9180, 8474, 9796, 8630, 8374, 8623, 8256, 8618, 7292, 8831, 6950, 8132, 7711, 8253, 7485, 8715, 6867, 8927, 8934, 8784, 7810, 8567, 9197, 8901, 10364, 8635, 9418, 8770, 8619, 8588, 8686, 8875, 8415, 8801, 6982, 8257, 7178, 8487, 7245, 8890, 7850, 8416, 7723, 8480, 7672, 8890, 7708, 8597, 7593, 8472, 7534, 8352, 7422, 8619, 7478, 8806, 7846, 8675, 7586, 8305, 7669, 8527, 8461, 8607, 7509, 7907, 7323, 8144, 7403, 8657, 7671, 9822, 8045, 9707], 'WindowCenter': [3927.0, 3914.0, 3921.0, 3898.0, 3908.0, 3874.0, 3871.0, 3882.0, 3883.0, 3894.0, 3884.0, 3892.0, 3884.0, 3880.0, 3870.0, 3859.0, 3870.0, 3870.0, 3880.0, 3871.0, 3881.0, 3869.0, 3890.0, 3882.0, 3882.0, 3882.0, 3880.0, 3881.0, 3880.0, 3870.0, 3859.0, 3870.0, 3870.0, 3880.0, 3858.0, 3870.0, 3858.0, 3868.0, 3858.0, 3880.0, 3870.0, 3881.0, 3868.0, 3881.0, 3870.0, 3880.0, 3870.0, 3892.0, 3883.0, 3893.0, 3885.0, 3895.0, 3883.0, 3883.0, 3882.0, 3873.0, 3884.0, 3872.0, 3883.0, 3882.0, 3881.0, 3870.0, 3881.0, 3871.0, 3883.0, 3870.0, 3880.0, 3871.0, 3880.0, 3869.0, 3880.0, 3881.0, 3892.0, 3881.0, 3891.0, 3882.0, 3871.0, 3883.0, 3872.0, 3897.0, 3888.0, 3886.0, 3886.0, 3897.0, 3896.0, 3895.0, 3894.0, 3905.0, 3895.0, 3871.0, 3871.0, 3870.0, 3870.0, 3870.0, 3882.0, 3872.0, 3881.0, 3869.0, 3870.0, 3858.0, 3868.0, 3857.0, 3870.0, 3870.0, 3881.0, 3871.0, 3881.0, 3881.0, 3891.0, 3882.0, 3882.0, 3894.0, 3871.0, 3871.0, 3871.0, 3882.0, 3882.0, 3893.0, 3883.0, 3904.0, 3882.0, 3891.0, 3882.0, 3884.0, 3870.0, 3881.0, 3881.0, 3859.0, 3881.0, 3871.0, 3880.0, 3870.0, 3880.0, 3871.0, 3891.0, 3883.0, 3892.0, 3884.0, 3870.0, 3882.0, 3860.0, 3882.0, 3871.0, 3871.0, 3886.0, 3883.0, 3871.0, 3873.0, 3884.0, 3874.0, 3885.0, 3883.0, 3883.0, 3871.0, 3881.0, 3870.0, 3882.0, 3872.0, 3881.0, 3889.0, 3870.0, 3868.0, 3858.0, 3857.0, 3869.0, 3871.0, 3880.0, 3872.0, 3883.0, 3881.0, 3891.0, 3881.0, 3893.0, 3883.0, 3894.0, 3884.0, 3890.0, 3870.0, 3879.0, 3870.0, 3881.0, 3881.0, 3879.0, 3881.0, 3879.0, 3868.0, 3857.0, 3868.0, 3870.0, 3869.0, 3870.0, 3881.0, 3871.0, 3859.0, 3872.0, 3873.0, 3883.0, 3881.0, 3870.0, 3869.0, 3870.0, 3860.0, 3880.0, 3870.0, 3880.0, 3882.0, 3893.0, 3882.0, 3891.0, 3882.0, 3860.0, 3870.0, 3869.0, 3881.0, 3871.0, 3882.0, 3872.0, 3905.0, 3883.0, 3873.0, 3884.0, 3873.0, 3894.0, 3882.0, 3884.0, 3882.0, 3871.0, 3858.0, 3870.0, 3871.0, 3882.0, 3871.0, 3881.0, 3870.0, 3870.0, 3870.0, 3881.0, 3870.0, 3870.0, 3869.0, 3870.0, 3871.0, 3881.0, 3872.0, 3892.0, 3884.0, 3893.0, 3896.0, 3875.0, 3896.0, 3864.0, 3886.0, 3885.0, 3896.0, 3903.0, 3884.0, 3893.0, 3883.0, 3880.0, 3871.0, 3880.0, 3881.0, 3880.0, 3881.0, 3880.0, 3871.0, 3859.0, 3870.0, 3870.0, 3883.0, 3884.0, 3883.0, 3871.0, 3881.0, 3870.0, 3879.0, 3871.0, 3892.0, 3883.0, 3881.0, 3883.0, 3881.0, 3882.0, 3881.0, 3871.0, 3881.0, 3882.0, 3879.0, 3871.0, 3880.0, 3869.0, 3858.0, 3871.0, 3871.0, 3882.0, 3869.0, 3870.0, 3872.0, 3881.0, 3871.0, 3881.0, 3882.0, 3883.0, 3885.0, 3873.0, 3883.0, 3885.0, 3883.0, 3885.0, 3874.0, 3873.0, 3886.0, 3905.0, 3882.0, 3884.0, 3884.0, 3882.0, 3882.0, 3872.0, 3904.0, 3870.0, 3880.0, 3870.0, 3860.0, 3871.0, 3872.0, 3874.0, 3870.0, 3870.0, 3859.0, 3880.0, 3870.0, 3870.0, 3869.0, 3859.0, 3870.0, 3869.0, 3869.0, 3870.0, 3880.0, 3870.0, 3881.0, 3871.0, 3869.0, 3859.0, 3869.0, 3871.0, 3883.0, 3883.0, 3883.0, 3885.0, 3864.0, 3885.0, 3863.0, 3909.0, 3876.0, 3885.0, 3887.0, 3885.0, 3885.0, 3894.0, 3884.0, 3883.0, 3884.0, 3883.0, 3873.0, 3894.0, 3884.0, 3872.0, 3884.0, 3873.0, 3896.0, 3863.0, 3886.0, 3886.0, 3895.0, 3884.0, 3884.0, 3884.0, 3894.0, 3884.0, 3896.0, 3885.0, 3893.0, 3883.0, 3891.0, 3882.0, 3892.0, 3884.0, 3882.0, 3872.0, 3861.0, 3870.0, 3870.0, 3871.0, 3871.0, 3871.0, 3871.0, 3870.0, 3871.0, 3880.0, 3882.0, 3892.0, 3882.0, 3883.0, 3882.0, 3862.0, 3871.0, 3871.0, 3873.0, 3872.0, 3884.0, 3884.0, 3883.0, 3885.0, 3873.0, 3884.0, 3862.0, 3886.0, 3874.0, 3886.0, 3887.0, 3885.0, 3886.0, 3886.0, 3899.0, 3887.0, 3896.0, 3887.0, 3895.0, 3883.0, 3883.0, 3881.0, 3871.0, 3897.0, 3872.0, 3871.0, 3873.0, 3871.0, 3872.0, 3873.0, 3898.0, 3884.0, 3895.0, 3885.0, 3873.0, 3863.0, 3875.0, 3873.0, 3883.0, 3872.0, 3882.0, 3870.0, 3882.0, 3860.0, 3882.0, 3871.0, 3881.0, 3858.0, 3858.0, 3869.0, 3857.0, 3868.0, 3856.0, 3866.0, 3856.0, 3855.0, 3854.0, 3866.0, 3854.0, 3862.0, 3841.0, 3839.0, 3839.0, 3841.0, 3851.0, 3853.0, 3853.0, 3854.0, 3853.0, 3854.0, 3853.0, 3851.0, 3842.0, 3852.0, 3844.0, 3853.0, 3855.0, 3843.0, 3855.0, 3843.0, 3853.0, 3843.0, 3854.0, 3855.0, 3855.0, 3855.0, 3868.0, 3858.0, 3878.0, 3869.0, 3856.0, 3870.0, 3861.0, 3885.0, 3873.0, 3885.0, 3873.0, 3880.0, 3882.0, 3883.0, 3883.0, 3871.0, 3883.0, 3871.0, 3882.0, 3881.0, 3874.0, 3884.0, 3873.0, 3897.0, 3884.0, 3894.0, 3886.0, 3885.0, 3896.0, 3876.0, 3886.0, 3875.0, 3895.0, 3885.0, 3895.0, 3886.0, 3895.0, 3886.0, 3894.0, 3896.0, 3864.0, 3884.0, 3863.0, 3886.0, 3878.0, 3899.0, 3876.0, 3899.0, 3866.0, 3896.0, 3864.0, 3885.0, 3895.0, 3897.0, 3874.0, 3885.0, 3875.0, 3883.0, 3873.0, 3884.0, 3874.0, 3897.0, 3876.0, 3883.0, 3873.0, 3881.0, 3873.0, 3893.0, 3884.0, 3884.0, 3885.0, 3874.0, 3885.0, 3873.0, 3883.0, 3873.0, 3885.0, 3889.0, 3898.0, 3885.0, 3896.0, 3884.0, 3863.0, 3874.0, 3876.0, 3897.0, 3885.0, 3895.0, 3884.0, 3873.0, 3873.0, 3874.0, 3897.0, 3873.0, 3894.0, 3882.0, 3861.0, 3871.0, 3872.0, 3883.0, 3884.0, 3904.0, 3871.0, 3883.0, 3859.0, 3868.0, 3870.0, 3882.0, 3896.0, 3883.0, 3871.0, 3882.0, 3885.0, 3881.0, 3882.0, 3881.0, 3882.0, 3883.0, 3882.0, 3895.0, 3874.0, 3880.0, 3872.0, 3880.0, 3871.0, 3869.0, 3861.0, 3873.0, 3885.0, 3898.0, 3887.0, 3886.0, 3889.0, 3897.0, 3899.0, 3886.0, 3896.0, 3884.0, 3881.0, 3870.0, 3869.0, 3883.0, 3871.0, 3884.0, 3863.0, 3872.0, 3863.0, 3885.0, 3876.0, 3896.0, 3885.0, 3895.0, 3873.0, 3894.0, 3875.0, 3897.0, 3886.0, 3894.0, 3884.0, 3883.0, 3883.0, 3873.0, 3885.0, 3885.0, 3884.0, 3872.0, 3873.0, 3860.0, 3871.0, 3871.0, 3872.0, 3894.0, 3871.0, 3870.0, 3871.0, 3868.0, 3870.0, 3869.0, 3870.0, 3883.0, 3885.0, 3894.0, 3886.0, 3884.0, 3885.0, 3884.0, 3884.0, 3894.0, 3887.0, 3896.0, 3886.0, 3883.0, 3885.0, 3893.0, 3883.0, 3895.0, 3896.0, 3895.0, 3884.0, 3883.0, 3884.0, 3860.0, 3882.0, 3862.0, 3895.0, 3874.0, 3882.0, 3875.0, 3884.0, 3874.0, 3883.0, 3887.0, 3895.0, 3875.0, 3884.0, 3903.0, 3910.0, 3896.0, 3886.0, 3887.0, 3878.0, 3899.0, 3878.0, 3918.0, 3898.0, 3888.0, 3901.0, 3908.0, 3896.0, 3903.0, 3882.0, 3882.0, 3869.0, 3869.0, 3870.0, 3880.0, 3871.0, 3881.0, 3871.0, 3881.0, 3868.0, 3867.0, 3859.0, 3869.0, 3869.0, 3881.0, 3881.0, 3861.0, 3871.0, 3861.0, 3884.0, 3874.0, 3895.0, 3863.0, 3885.0, 3864.0, 3884.0, 3862.0, 3884.0, 3908.0, 3896.0, 3894.0, 3883.0, 3884.0, 3874.0, 3882.0, 3870.0, 3882.0, 3870.0, 3884.0, 3873.0, 3873.0, 3873.0, 3884.0, 3873.0, 3894.0, 3886.0, 3907.0, 3888.0, 3896.0, 3886.0, 3885.0, 3885.0, 3895.0, 3886.0, 3895.0, 3887.0, 3895.0, 3873.0, 3885.0, 3874.0, 3882.0, 3884.0, 3884.0, 3874.0, 3884.0, 3874.0, 3884.0, 3873.0, 3882.0, 3873.0, 3882.0, 3884.0, 3896.0, 3885.0, 3872.0, 3883.0, 3872.0, 3883.0, 3873.0, 3884.0, 3872.0, 3885.0, 3873.0, 3884.0, 3874.0, 3886.0, 3864.0, 3895.0, 3885.0, 3885.0, 3872.0, 3883.0, 3883.0, 3883.0, 3894.0, 3883.0, 3883.0, 3882.0, 3871.0, 3882.0, 3882.0, 3894.0, 3883.0, 3884.0, 3861.0, 3883.0, 3860.0, 3884.0, 3872.0, 3885.0, 3871.0, 3882.0, 3871.0, 3881.0, 3870.0, 3882.0, 3873.0, 3885.0, 3873.0, 3883.0, 3872.0, 3883.0, 3872.0, 3883.0, 3875.0, 3896.0, 3885.0, 3886.0, 3872.0, 3883.0, 3872.0, 3884.0, 3883.0, 3882.0, 3873.0, 3873.0, 3873.0, 3885.0, 3874.0, 3895.0, 3884.0, 3909.0, 3886.0, 3894.0], 'WindowWidth': [8792.0, 8768.0, 8774.0, 8736.0, 8746.0, 8696.0, 8688.0, 8704.0, 8708.0, 8724.0, 8708.0, 8718.0, 8710.0, 8699.0, 8685.0, 8667.0, 8685.0, 8684.0, 8699.0, 8689.0, 8701.0, 8684.0, 8711.0, 8703.0, 8706.0, 8706.0, 8700.0, 8703.0, 8698.0, 8686.0, 8668.0, 8686.0, 8686.0, 8699.0, 8665.0, 8685.0, 8666.0, 8679.0, 8665.0, 8698.0, 8688.0, 8700.0, 8681.0, 8702.0, 8686.0, 8698.0, 8686.0, 8717.0, 8710.0, 8722.0, 8715.0, 8727.0, 8707.0, 8706.0, 8705.0, 8695.0, 8711.0, 8690.0, 8709.0, 8703.0, 8702.0, 8685.0, 8700.0, 8688.0, 8706.0, 8686.0, 8700.0, 8686.0, 8697.0, 8682.0, 8699.0, 8704.0, 8716.0, 8702.0, 8717.0, 8704.0, 8688.0, 8707.0, 8691.0, 8734.0, 8725.0, 8716.0, 8716.0, 8737.0, 8731.0, 8727.0, 8726.0, 8741.0, 8727.0, 8689.0, 8689.0, 8685.0, 8685.0, 8686.0, 8706.0, 8691.0, 8702.0, 8684.0, 8684.0, 8665.0, 8679.0, 8663.0, 8684.0, 8685.0, 8700.0, 8688.0, 8701.0, 8701.0, 8715.0, 8707.0, 8706.0, 8724.0, 8690.0, 8690.0, 8687.0, 8703.0, 8704.0, 8720.0, 8709.0, 8737.0, 8705.0, 8714.0, 8706.0, 8710.0, 8687.0, 8702.0, 8701.0, 8669.0, 8702.0, 8685.0, 8696.0, 8684.0, 8697.0, 8687.0, 8716.0, 8707.0, 8719.0, 8710.0, 8686.0, 8703.0, 8672.0, 8705.0, 8687.0, 8688.0, 8715.0, 8708.0, 8688.0, 8693.0, 8710.0, 8697.0, 8712.0, 8706.0, 8707.0, 8688.0, 8699.0, 8684.0, 8702.0, 8691.0, 8702.0, 8707.0, 8683.0, 8679.0, 8665.0, 8662.0, 8681.0, 8687.0, 8698.0, 8692.0, 8706.0, 8702.0, 8715.0, 8703.0, 8720.0, 8708.0, 8721.0, 8712.0, 8714.0, 8686.0, 8694.0, 8684.0, 8700.0, 8701.0, 8696.0, 8704.0, 8694.0, 8679.0, 8662.0, 8677.0, 8686.0, 8682.0, 8687.0, 8702.0, 8689.0, 8670.0, 8689.0, 8694.0, 8705.0, 8701.0, 8684.0, 8682.0, 8686.0, 8670.0, 8697.0, 8684.0, 8697.0, 8704.0, 8719.0, 8704.0, 8715.0, 8704.0, 8672.0, 8684.0, 8683.0, 8700.0, 8689.0, 8704.0, 8691.0, 8740.0, 8707.0, 8693.0, 8708.0, 8694.0, 8725.0, 8706.0, 8710.0, 8703.0, 8686.0, 8667.0, 8684.0, 8687.0, 8703.0, 8687.0, 8703.0, 8685.0, 8684.0, 8685.0, 8701.0, 8685.0, 8686.0, 8683.0, 8685.0, 8688.0, 8701.0, 8690.0, 8718.0, 8712.0, 8723.0, 8729.0, 8702.0, 8730.0, 8683.0, 8714.0, 8714.0, 8729.0, 8735.0, 8710.0, 8720.0, 8704.0, 8697.0, 8687.0, 8697.0, 8701.0, 8700.0, 8702.0, 8698.0, 8688.0, 8668.0, 8685.0, 8685.0, 8706.0, 8709.0, 8709.0, 8687.0, 8702.0, 8685.0, 8696.0, 8687.0, 8718.0, 8707.0, 8702.0, 8708.0, 8702.0, 8705.0, 8700.0, 8687.0, 8701.0, 8704.0, 8696.0, 8687.0, 8698.0, 8682.0, 8667.0, 8686.0, 8690.0, 8705.0, 8683.0, 8687.0, 8689.0, 8700.0, 8688.0, 8701.0, 8706.0, 8707.0, 8712.0, 8694.0, 8707.0, 8710.0, 8706.0, 8712.0, 8697.0, 8692.0, 8714.0, 8739.0, 8705.0, 8709.0, 8709.0, 8704.0, 8703.0, 8688.0, 8733.0, 8684.0, 8696.0, 8682.0, 8671.0, 8686.0, 8687.0, 8691.0, 8681.0, 8680.0, 8666.0, 8694.0, 8682.0, 8683.0, 8682.0, 8668.0, 8683.0, 8681.0, 8680.0, 8683.0, 8696.0, 8684.0, 8700.0, 8686.0, 8682.0, 8667.0, 8680.0, 8687.0, 8705.0, 8708.0, 8706.0, 8714.0, 8682.0, 8712.0, 8679.0, 8751.0, 8702.0, 8712.0, 8718.0, 8712.0, 8712.0, 8722.0, 8709.0, 8706.0, 8711.0, 8708.0, 8693.0, 8723.0, 8707.0, 8689.0, 8707.0, 8693.0, 8728.0, 8682.0, 8715.0, 8713.0, 8724.0, 8711.0, 8709.0, 8709.0, 8724.0, 8708.0, 8729.0, 8710.0, 8718.0, 8705.0, 8714.0, 8704.0, 8715.0, 8708.0, 8701.0, 8687.0, 8671.0, 8684.0, 8685.0, 8687.0, 8685.0, 8688.0, 8685.0, 8683.0, 8685.0, 8696.0, 8703.0, 8716.0, 8704.0, 8706.0, 8703.0, 8674.0, 8688.0, 8687.0, 8691.0, 8689.0, 8707.0, 8708.0, 8706.0, 8711.0, 8693.0, 8709.0, 8678.0, 8713.0, 8696.0, 8715.0, 8716.0, 8712.0, 8714.0, 8716.0, 8737.0, 8718.0, 8729.0, 8715.0, 8726.0, 8706.0, 8706.0, 8701.0, 8686.0, 8731.0, 8690.0, 8688.0, 8690.0, 8686.0, 8689.0, 8694.0, 8733.0, 8711.0, 8724.0, 8712.0, 8690.0, 8678.0, 8699.0, 8693.0, 8705.0, 8690.0, 8702.0, 8685.0, 8704.0, 8670.0, 8700.0, 8686.0, 8698.0, 8665.0, 8662.0, 8679.0, 8658.0, 8674.0, 8656.0, 8671.0, 8656.0, 8655.0, 8651.0, 8672.0, 8653.0, 8658.0, 8628.0, 8623.0, 8623.0, 8629.0, 8642.0, 8649.0, 8648.0, 8653.0, 8649.0, 8650.0, 8648.0, 8642.0, 8631.0, 8644.0, 8637.0, 8647.0, 8652.0, 8634.0, 8654.0, 8634.0, 8650.0, 8636.0, 8653.0, 8652.0, 8655.0, 8655.0, 8676.0, 8663.0, 8691.0, 8680.0, 8659.0, 8682.0, 8673.0, 8709.0, 8692.0, 8709.0, 8693.0, 8696.0, 8704.0, 8708.0, 8708.0, 8690.0, 8706.0, 8687.0, 8701.0, 8701.0, 8694.0, 8709.0, 8693.0, 8732.0, 8709.0, 8721.0, 8713.0, 8713.0, 8729.0, 8703.0, 8714.0, 8700.0, 8727.0, 8712.0, 8725.0, 8715.0, 8725.0, 8716.0, 8724.0, 8728.0, 8684.0, 8711.0, 8682.0, 8715.0, 8708.0, 8738.0, 8704.0, 8737.0, 8688.0, 8728.0, 8683.0, 8712.0, 8725.0, 8730.0, 8698.0, 8712.0, 8697.0, 8707.0, 8693.0, 8708.0, 8697.0, 8732.0, 8702.0, 8707.0, 8692.0, 8700.0, 8692.0, 8717.0, 8709.0, 8708.0, 8712.0, 8696.0, 8714.0, 8693.0, 8707.0, 8693.0, 8712.0, 8723.0, 8735.0, 8713.0, 8727.0, 8707.0, 8677.0, 8695.0, 8701.0, 8731.0, 8711.0, 8726.0, 8708.0, 8691.0, 8695.0, 8697.0, 8731.0, 8694.0, 8725.0, 8704.0, 8673.0, 8687.0, 8690.0, 8706.0, 8710.0, 8735.0, 8685.0, 8704.0, 8666.0, 8678.0, 8683.0, 8703.0, 8731.0, 8706.0, 8689.0, 8704.0, 8709.0, 8700.0, 8701.0, 8700.0, 8703.0, 8704.0, 8705.0, 8723.0, 8695.0, 8698.0, 8687.0, 8696.0, 8687.0, 8681.0, 8673.0, 8692.0, 8713.0, 8736.0, 8716.0, 8714.0, 8721.0, 8733.0, 8736.0, 8716.0, 8730.0, 8709.0, 8700.0, 8683.0, 8681.0, 8702.0, 8685.0, 8708.0, 8679.0, 8690.0, 8678.0, 8710.0, 8701.0, 8727.0, 8711.0, 8723.0, 8692.0, 8721.0, 8697.0, 8729.0, 8712.0, 8720.0, 8707.0, 8705.0, 8704.0, 8689.0, 8710.0, 8711.0, 8708.0, 8689.0, 8689.0, 8669.0, 8686.0, 8686.0, 8688.0, 8722.0, 8686.0, 8681.0, 8684.0, 8676.0, 8682.0, 8679.0, 8683.0, 8703.0, 8713.0, 8722.0, 8715.0, 8711.0, 8711.0, 8709.0, 8710.0, 8723.0, 8717.0, 8727.0, 8712.0, 8707.0, 8711.0, 8718.0, 8706.0, 8725.0, 8727.0, 8724.0, 8708.0, 8707.0, 8709.0, 8673.0, 8704.0, 8677.0, 8725.0, 8697.0, 8705.0, 8699.0, 8709.0, 8694.0, 8707.0, 8720.0, 8726.0, 8695.0, 8712.0, 8753.0, 8752.0, 8727.0, 8715.0, 8719.0, 8707.0, 8738.0, 8707.0, 8764.0, 8736.0, 8722.0, 8742.0, 8747.0, 8730.0, 8736.0, 8706.0, 8702.0, 8682.0, 8679.0, 8683.0, 8699.0, 8688.0, 8700.0, 8686.0, 8698.0, 8678.0, 8674.0, 8666.0, 8679.0, 8682.0, 8699.0, 8701.0, 8675.0, 8687.0, 8676.0, 8707.0, 8696.0, 8727.0, 8681.0, 8715.0, 8682.0, 8709.0, 8676.0, 8709.0, 8748.0, 8728.0, 8722.0, 8707.0, 8706.0, 8692.0, 8702.0, 8685.0, 8703.0, 8685.0, 8710.0, 8694.0, 8692.0, 8692.0, 8706.0, 8693.0, 8720.0, 8714.0, 8744.0, 8721.0, 8728.0, 8716.0, 8712.0, 8714.0, 8724.0, 8715.0, 8728.0, 8718.0, 8727.0, 8695.0, 8711.0, 8696.0, 8704.0, 8707.0, 8708.0, 8696.0, 8711.0, 8696.0, 8708.0, 8693.0, 8702.0, 8692.0, 8703.0, 8710.0, 8728.0, 8713.0, 8691.0, 8705.0, 8690.0, 8705.0, 8693.0, 8710.0, 8692.0, 8714.0, 8695.0, 8710.0, 8694.0, 8715.0, 8684.0, 8725.0, 8713.0, 8711.0, 8689.0, 8705.0, 8705.0, 8706.0, 8722.0, 8707.0, 8705.0, 8703.0, 8687.0, 8702.0, 8705.0, 8724.0, 8705.0, 8709.0, 8675.0, 8705.0, 8672.0, 8708.0, 8692.0, 8711.0, 8688.0, 8703.0, 8687.0, 8700.0, 8685.0, 8704.0, 8692.0, 8711.0, 8693.0, 8708.0, 8691.0, 8705.0, 8690.0, 8706.0, 8700.0, 8728.0, 8711.0, 8715.0, 8691.0, 8706.0, 8691.0, 8710.0, 8706.0, 8703.0, 8693.0, 8692.0, 8692.0, 8710.0, 8695.0, 8726.0, 8711.0, 8748.0, 8714.0, 8721.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.0005134562211981566</td></tr>
<tr><td colspan=3>aqi</td><td>0.01757340564516129</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.39536827021912</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2574306927104957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004897569273356</td></tr>
<tr><td colspan=3>efc</td><td>0.4929</td></tr>
<tr><td colspan=3>fber</td><td>5563.4683</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07876900457108017</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5345622119815667</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.334444269887092</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.261485400627441</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5301844851302464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.21166292390359</td></tr>
<tr><td colspan=3>gcor</td><td>0.015546</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010205813683569431</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025293296203017235</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.31632924220823</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>25.1082</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6432</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.1869</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293040.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>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.2932</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3747</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.7174</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3082.2058</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>743.9147</td></tr>
<tr><td colspan=3>tsnr</td><td>45.46163935214281</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>