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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0032_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-01_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-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-01_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-0032/ses-04/func/sub-0032_ses-04_task-social_acq-mb8_run-01_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>78e0336f6a8ba5f6565860b70b6f5548</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>14:56:52.005000</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.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</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-01_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.0941023</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</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>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1fd54ac6-ebcb-4d0e-85dd-6af2412c5741||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.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [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': ['145652.005000', '145652.465000', '145652.925000', '145653.385000', '145653.845000', '145654.305000', '145654.765000', '145655.225000', '145655.685000', '145656.145000', '145656.605000', '145657.065000', '145657.525000', '145657.985000', '145658.445000', '145658.905000', '145659.365000', '145659.825000', '145700.285000', '145700.745000', '145701.205000', '145701.665000', '145702.125000', '145702.585000', '145703.045000', '145703.505000', '145703.965000', '145704.425000', '145704.885000', '145705.345000', '145705.805000', '145706.265000', '145706.725000', '145707.185000', '145707.645000', '145708.105000', '145708.565000', '145709.025000', '145709.485000', '145709.945000', '145710.405000', '145710.865000', '145711.325000', '145711.785000', '145712.245000', '145712.705000', '145713.165000', '145713.625000', '145714.085000', '145714.545000', '145715.005000', '145715.465000', '145715.925000', '145716.385000', '145716.845000', '145717.305000', '145717.765000', '145718.225000', '145718.685000', '145719.145000', '145719.605000', '145720.065000', '145720.525000', '145720.985000', '145721.445000', '145721.905000', '145722.365000', '145722.825000', '145723.285000', '145723.745000', '145724.205000', '145724.665000', '145725.125000', '145725.585000', '145726.045000', '145726.505000', '145726.965000', '145727.425000', '145727.885000', '145728.345000', '145728.805000', '145729.265000', '145729.725000', '145730.185000', '145730.645000', '145731.105000', '145731.565000', '145732.025000', '145732.485000', '145732.945000', '145733.405000', '145733.865000', '145734.325000', '145734.785000', '145735.245000', '145735.705000', '145736.165000', '145736.625000', '145737.085000', '145737.545000', '145738.005000', '145738.465000', '145738.925000', '145739.385000', '145739.845000', '145740.305000', '145740.765000', '145741.225000', '145741.685000', '145742.145000', '145742.605000', '145743.065000', '145743.525000', '145743.985000', '145744.445000', '145744.905000', '145745.365000', '145745.825000', '145746.285000', '145746.745000', '145747.205000', '145747.665000', '145748.125000', '145748.585000', '145749.045000', '145749.505000', '145749.965000', '145750.425000', '145750.885000', '145751.345000', '145751.805000', '145752.265000', '145752.725000', '145753.185000', '145753.645000', '145754.105000', '145754.565000', '145755.025000', '145755.485000', '145755.945000', '145756.405000', '145756.865000', '145757.325000', '145757.785000', '145758.245000', '145758.705000', '145759.165000', '145759.625000', '145800.085000', '145800.545000', '145801.005000', '145801.465000', '145801.925000', '145802.385000', '145802.845000', '145803.305000', '145803.765000', '145804.225000', '145804.685000', '145805.145000', '145805.605000', '145806.065000', '145806.525000', '145806.985000', '145807.445000', '145807.905000', '145808.365000', '145808.825000', '145809.285000', '145809.745000', '145810.205000', '145810.665000', '145811.125000', '145811.585000', '145812.045000', '145812.505000', '145812.965000', '145813.425000', '145813.885000', '145814.345000', '145814.805000', '145815.265000', '145815.725000', '145816.185000', '145816.645000', '145817.105000', '145817.565000', '145818.025000', '145818.485000', '145818.945000', '145819.405000', '145819.865000', '145820.325000', '145820.785000', '145821.245000', '145821.705000', '145822.165000', '145822.625000', '145823.085000', '145823.545000', '145824.005000', '145824.465000', '145824.925000', '145825.385000', '145825.845000', '145826.305000', '145826.765000', '145827.225000', '145827.685000', '145828.145000', '145828.605000', '145829.065000', '145829.525000', '145829.985000', '145830.445000', '145830.905000', '145831.365000', '145831.825000', '145832.285000', '145832.745000', '145833.205000', '145833.665000', '145834.125000', '145834.585000', '145835.045000', '145835.505000', '145835.965000', '145836.425000', '145836.885000', '145837.345000', '145837.805000', '145838.265000', '145838.725000', '145839.185000', '145839.645000', '145840.105000', '145840.565000', '145841.025000', '145841.485000', '145841.945000', '145842.405000', '145842.865000', '145843.325000', '145843.785000', '145844.245000', '145844.705000', '145845.165000', '145845.625000', '145846.085000', '145846.545000', '145847.005000', '145847.465000', '145847.925000', '145848.385000', '145848.845000', '145849.305000', '145849.765000', '145850.225000', '145850.685000', '145851.145000', '145851.605000', '145852.065000', '145852.525000', '145852.985000', '145853.445000', '145853.905000', '145854.365000', '145854.825000', '145855.285000', '145855.745000', '145856.205000', '145856.665000', '145857.125000', '145857.585000', '145858.045000', '145858.505000', '145858.965000', '145859.425000', '145859.885000', '145900.345000', '145900.805000', '145901.265000', '145901.725000', '145902.185000', '145902.645000', '145903.105000', '145903.565000', '145904.025000', '145904.485000', '145904.945000', '145905.405000', '145905.865000', '145906.325000', '145906.785000', '145907.245000', '145907.705000', '145908.165000', '145908.625000', '145909.085000', '145909.545000', '145910.005000', '145910.465000', '145910.925000', '145911.385000', '145911.845000', '145912.305000', '145912.765000', '145913.225000', '145913.685000', '145914.145000', '145914.605000', '145915.065000', '145915.525000', '145915.985000', '145916.445000', '145916.905000', '145917.365000', '145917.825000', '145918.285000', '145918.745000', '145919.205000', '145919.665000', '145920.125000', '145920.585000', '145921.045000', '145921.505000', '145921.965000', '145922.425000', '145922.885000', '145923.345000', '145923.805000', '145924.265000', '145924.725000', '145925.185000', '145925.645000', '145926.105000', '145926.565000', '145927.025000', '145927.485000', '145927.945000', '145928.405000', '145928.865000', '145929.325000', '145929.785000', '145930.245000', '145930.705000', '145931.165000', '145931.625000', '145932.085000', '145932.545000', '145933.005000', '145933.465000', '145933.925000', '145934.385000', '145934.845000', '145935.305000', '145935.765000', '145936.225000', '145936.685000', '145937.145000', '145937.605000', '145938.065000', '145938.525000', '145938.985000', '145939.445000', '145939.905000', '145940.365000', '145940.825000', '145941.285000', '145941.745000', '145942.205000', '145942.665000', '145943.125000', '145943.585000', '145944.045000', '145944.505000', '145944.965000', '145945.425000', '145945.885000', '145946.345000', '145946.805000', '145947.265000', '145947.725000', '145948.185000', '145948.645000', '145949.105000', '145949.565000', '145950.025000', '145950.485000', '145950.945000', '145951.405000', '145951.865000', '145952.325000', '145952.785000', '145953.245000', '145953.705000', '145954.165000', '145954.625000', '145955.085000', '145955.545000', '145956.005000', '145956.465000', '145956.925000', '145957.385000', '145957.845000', '145958.305000', '145958.765000', '145959.225000', '145959.685000', '150000.145000', '150000.605000', '150001.065000', '150001.525000', '150001.985000', '150002.445000', '150002.905000', '150003.365000', '150003.825000', '150004.285000', '150004.745000', '150005.205000', '150005.665000', '150006.125000', '150006.585000', '150007.045000', '150007.505000', '150007.965000', '150008.425000', '150008.885000', '150009.345000', '150009.805000', '150010.265000', '150010.725000', '150011.185000', '150011.645000', '150012.105000', '150012.565000', '150013.025000', '150013.485000', '150013.945000', '150014.405000', '150014.865000', '150015.325000', '150015.785000', '150016.245000', '150016.705000', '150017.165000', '150017.625000', '150018.085000', '150018.545000', '150019.005000', '150019.465000', '150019.925000', '150020.385000', '150020.845000', '150021.305000', '150021.765000', '150022.225000', '150022.685000', '150023.145000', '150023.605000', '150024.065000', '150024.525000', '150024.985000', '150025.445000', '150025.905000', '150026.365000', '150026.825000', '150027.285000', '150027.745000', '150028.205000', '150028.665000', '150029.125000', '150029.585000', '150030.045000', '150030.505000', '150030.965000', '150031.425000', '150031.885000', '150032.345000', '150032.805000', '150033.265000', '150033.725000', '150034.185000', '150034.645000', '150035.105000', '150035.565000', '150036.025000', '150036.485000', '150036.945000', '150037.405000', '150037.865000', '150038.325000', '150038.785000', '150039.245000', '150039.705000', '150040.165000', '150040.625000', '150041.085000', '150041.545000', '150042.005000', '150042.465000', '150042.925000', '150043.385000', '150043.845000', '150044.305000', '150044.765000', '150045.225000', '150045.685000', '150046.145000', '150046.605000', '150047.065000', '150047.525000', '150047.985000', '150048.445000', '150048.905000', '150049.365000', '150049.825000', '150050.285000', '150050.745000', '150051.205000', '150051.665000', '150052.125000', '150052.585000', '150053.045000', '150053.505000', '150053.965000', '150054.425000', '150054.885000', '150055.345000', '150055.805000', '150056.265000', '150056.725000', '150057.185000', '150057.645000', '150058.105000', '150058.565000', '150059.025000', '150059.485000', '150059.945000', '150100.405000', '150100.865000', '150101.325000', '150101.785000', '150102.245000', '150102.705000', '150103.165000', '150103.625000', '150104.085000', '150104.545000', '150105.005000', '150105.465000', '150105.925000', '150106.385000', '150106.845000', '150107.305000', '150107.765000', '150108.225000', '150108.685000', '150109.145000', '150109.605000', '150110.065000', '150110.525000', '150110.985000', '150111.445000', '150111.905000', '150112.365000', '150112.825000', '150113.285000', '150113.745000', '150114.205000', '150114.665000', '150115.125000', '150115.585000', '150116.045000', '150116.505000', '150116.965000', '150117.425000', '150117.885000', '150118.345000', '150118.805000', '150119.265000', '150119.725000', '150120.185000', '150120.645000', '150121.105000', '150121.565000', '150122.025000', '150122.485000', '150122.945000', '150123.405000', '150123.865000', '150124.325000', '150124.785000', '150125.245000', '150125.705000', '150126.165000', '150126.625000', '150127.085000', '150127.545000', '150128.005000', '150128.465000', '150128.925000', '150129.385000', '150129.845000', '150130.305000', '150130.765000', '150131.225000', '150131.685000', '150132.145000', '150132.605000', '150133.065000', '150133.525000', '150133.985000', '150134.445000', '150134.905000', '150135.365000', '150135.825000', '150136.285000', '150136.745000', '150137.205000', '150137.665000', '150138.125000', '150138.585000', '150139.045000', '150139.505000', '150139.965000', '150140.425000', '150140.885000', '150141.345000', '150141.805000', '150142.265000', '150142.725000', '150143.185000', '150143.645000', '150144.105000', '150144.565000', '150145.025000', '150145.485000', '150145.945000', '150146.405000', '150146.865000', '150147.325000', '150147.785000', '150148.245000', '150148.705000', '150149.165000', '150149.625000', '150150.085000', '150150.545000', '150151.005000', '150151.465000', '150151.925000', '150152.385000', '150152.845000', '150153.305000', '150153.765000', '150154.225000', '150154.685000', '150155.145000', '150155.605000', '150156.065000', '150156.525000', '150156.985000', '150157.445000', '150157.905000', '150158.365000', '150158.825000', '150159.285000', '150159.745000', '150200.205000', '150200.665000', '150201.125000', '150201.585000', '150202.045000', '150202.505000', '150202.965000', '150203.425000', '150203.885000', '150204.345000', '150204.805000', '150205.265000', '150205.725000', '150206.185000', '150206.645000', '150207.105000', '150207.565000', '150208.025000', '150208.485000', '150208.945000', '150209.405000', '150209.865000', '150210.325000', '150210.785000', '150211.245000', '150211.705000', '150212.165000', '150212.625000', '150213.085000', '150213.545000', '150214.005000', '150214.465000', '150214.925000', '150215.385000', '150215.845000', '150216.305000', '150216.765000', '150217.225000', '150217.685000', '150218.145000', '150218.605000', '150219.065000', '150219.525000', '150219.985000', '150220.445000', '150220.905000', '150221.365000', '150221.825000', '150222.285000', '150222.745000', '150223.205000', '150223.665000', '150224.125000', '150224.585000', '150225.045000', '150225.505000', '150225.965000', '150226.425000', '150226.885000', '150227.345000', '150227.805000', '150228.265000', '150228.725000', '150229.185000', '150229.645000', '150230.105000', '150230.565000', '150231.025000', '150231.485000', '150231.945000', '150232.405000', '150232.865000', '150233.325000', '150233.785000', '150234.245000', '150234.705000', '150235.165000', '150235.625000', '150236.085000', '150236.545000', '150237.005000', '150237.465000', '150237.925000', '150238.385000', '150238.845000', '150239.305000', '150239.765000', '150240.225000', '150240.685000', '150241.145000', '150241.605000', '150242.065000', '150242.525000', '150242.985000', '150243.445000', '150243.905000', '150244.365000', '150244.825000', '150245.285000', '150245.745000', '150246.205000', '150246.665000', '150247.125000', '150247.585000', '150248.045000', '150248.505000', '150248.965000', '150249.425000', '150249.885000', '150250.345000', '150250.805000', '150251.265000', '150251.725000', '150252.185000', '150252.645000', '150253.105000', '150253.565000', '150254.025000', '150254.485000', '150254.945000', '150255.405000', '150255.865000', '150256.325000', '150256.785000', '150257.245000', '150257.705000', '150258.165000', '150258.625000', '150259.085000', '150259.545000', '150300.005000', '150300.465000', '150300.925000', '150301.385000', '150301.845000', '150302.305000', '150302.765000', '150303.225000', '150303.685000', '150304.145000', '150304.605000', '150305.065000', '150305.525000', '150305.985000', '150306.445000', '150306.905000', '150307.365000', '150307.825000', '150308.285000', '150308.745000', '150309.205000', '150309.665000', '150310.125000', '150310.585000', '150311.045000', '150311.505000', '150311.965000', '150312.425000', '150312.885000', '150313.345000', '150313.805000', '150314.265000', '150314.725000', '150315.185000', '150315.645000', '150316.105000', '150316.565000', '150317.025000', '150317.485000', '150317.945000', '150318.405000', '150318.865000', '150319.325000', '150319.785000', '150320.245000', '150320.705000', '150321.165000', '150321.625000', '150322.085000', '150322.545000', '150323.005000', '150323.465000', '150323.925000', '150324.385000', '150324.845000', '150325.305000', '150325.765000', '150326.225000', '150326.685000', '150327.145000', '150327.605000', '150328.065000', '150328.525000', '150328.985000', '150329.445000', '150329.905000', '150330.365000', '150330.825000', '150331.285000', '150331.745000', '150332.205000', '150332.665000'], 'ContentTime': ['145721.641000', '145721.644000', '145721.647000', '145721.649000', '145721.652000', '145721.655000', '145721.657000', '145721.660000', '145721.662000', '145721.665000', '145721.667000', '145721.670000', '145721.675000', '145721.678000', '145721.680000', '145721.683000', '145721.685000', '145721.688000', '145721.690000', '145721.693000', '145721.695000', '145721.698000', '145721.701000', '145721.703000', '145721.706000', '145721.708000', '145721.711000', '145721.714000', '145721.716000', '145721.719000', '145721.721000', '145721.724000', '145721.726000', '145721.729000', '145721.732000', '145721.734000', '145721.737000', '145721.739000', '145721.742000', '145721.744000', '145721.747000', '145721.750000', '145721.752000', '145721.755000', '145721.757000', '145721.760000', '145721.762000', '145721.765000', '145721.767000', '145721.770000', '145721.772000', '145721.776000', '145721.778000', '145721.788000', '145721.790000', '145721.817000', '145721.820000', '145721.822000', '145721.825000', '145721.827000', '145721.830000', '145741.611000', '145741.614000', '145741.617000', '145741.619000', '145741.622000', '145741.624000', '145741.627000', '145741.630000', '145741.632000', '145741.635000', '145741.637000', '145741.640000', '145741.642000', '145741.645000', '145741.648000', '145741.650000', '145741.653000', '145741.655000', '145741.658000', '145741.660000', '145741.663000', '145741.665000', '145741.668000', '145741.671000', '145741.673000', '145741.676000', '145741.678000', '145741.681000', '145741.684000', '145741.686000', '145741.689000', '145741.691000', '145741.694000', '145741.696000', '145741.699000', '145741.701000', '145741.704000', '145741.706000', '145741.709000', '145741.711000', '145741.714000', '145741.717000', '145741.719000', '145741.722000', '145801.611000', '145801.614000', '145801.617000', '145801.619000', '145801.622000', '145801.625000', '145801.627000', '145801.630000', '145801.632000', '145801.635000', '145801.638000', '145801.640000', '145801.643000', '145801.645000', '145801.648000', '145801.650000', '145801.653000', '145801.655000', '145801.658000', '145801.660000', '145801.663000', '145801.666000', '145801.668000', '145801.671000', '145801.673000', '145801.676000', '145801.678000', '145801.681000', '145801.683000', '145801.686000', '145801.689000', '145801.691000', '145801.694000', '145801.696000', '145801.699000', '145801.702000', '145801.704000', '145801.707000', '145801.709000', '145801.712000', '145801.714000', '145801.717000', '145801.719000', '145821.611000', '145821.614000', '145821.617000', '145821.619000', '145821.622000', '145821.624000', '145821.627000', '145821.630000', '145821.632000', '145821.635000', '145821.638000', '145821.640000', '145821.643000', '145821.645000', '145821.648000', '145821.650000', '145821.653000', '145821.656000', '145821.658000', '145821.661000', '145821.663000', '145821.666000', '145821.668000', '145821.671000', '145821.673000', '145821.676000', '145821.679000', '145821.681000', '145821.684000', '145821.686000', '145821.689000', '145821.691000', '145821.694000', '145821.696000', '145821.699000', '145821.702000', '145821.704000', '145821.707000', '145821.709000', '145821.712000', '145821.715000', '145821.717000', '145821.720000', '145821.722000', '145841.611000', '145841.614000', '145841.617000', '145841.619000', '145841.622000', '145841.625000', '145841.627000', '145841.630000', '145841.632000', '145841.635000', '145841.637000', '145841.640000', '145841.642000', '145841.645000', '145841.648000', '145841.650000', '145841.653000', '145841.655000', '145841.658000', '145841.660000', '145841.663000', '145841.666000', '145841.668000', '145841.671000', '145841.673000', '145841.676000', '145841.678000', '145841.681000', '145841.683000', '145841.686000', '145841.689000', '145841.691000', '145841.694000', '145841.696000', '145841.699000', '145841.701000', '145841.704000', '145841.706000', '145841.709000', '145841.712000', '145841.714000', '145841.717000', '145841.719000', '145901.611000', '145901.613000', '145901.616000', '145901.619000', '145901.621000', '145901.624000', '145901.626000', '145901.629000', '145901.631000', '145901.634000', '145901.637000', '145901.639000', '145901.642000', '145901.644000', '145901.647000', '145901.649000', '145901.652000', '145901.654000', '145901.657000', '145901.660000', '145901.662000', '145901.665000', '145901.667000', '145901.670000', '145901.673000', '145901.675000', '145901.678000', '145901.680000', '145901.683000', '145901.685000', '145901.688000', '145901.690000', '145901.693000', '145901.710000', '145901.712000', '145901.715000', '145901.718000', '145901.720000', '145901.723000', '145901.725000', '145901.728000', '145901.730000', '145901.733000', '145901.736000', '145921.612000', '145921.615000', '145921.617000', '145921.620000', '145921.622000', '145921.625000', '145921.627000', '145921.630000', '145921.632000', '145921.635000', '145921.638000', '145921.640000', '145921.643000', '145921.645000', '145921.648000', '145921.651000', '145921.653000', '145921.656000', '145921.658000', '145921.661000', '145921.664000', '145921.666000', '145921.669000', '145921.671000', '145921.674000', '145921.676000', '145921.679000', '145921.681000', '145921.684000', '145921.686000', '145921.689000', '145921.692000', '145921.694000', '145921.697000', '145921.699000', '145921.702000', '145921.704000', '145921.707000', '145921.709000', '145921.712000', '145921.714000', '145921.717000', '145921.720000', '145941.612000', '145941.615000', '145941.618000', '145941.621000', '145941.623000', '145941.626000', '145941.628000', '145941.631000', '145941.634000', '145941.636000', '145941.639000', '145941.641000', '145941.644000', '145941.646000', '145941.649000', '145941.652000', '145941.654000', '145941.657000', '145941.659000', '145941.662000', '145941.664000', '145941.667000', '145941.670000', '145941.672000', '145941.675000', '145941.678000', '145941.680000', '145941.683000', '145941.685000', '145941.688000', '145941.690000', '145941.693000', '145941.696000', '145941.698000', '145941.701000', '145941.703000', '145941.706000', '145941.708000', '145941.711000', '145941.713000', '145941.716000', '145941.719000', '145941.721000', '145941.724000', '150001.611000', '150001.614000', '150001.617000', '150001.619000', '150001.622000', '150001.624000', '150001.627000', '150001.629000', '150001.632000', '150001.635000', '150001.637000', '150001.640000', '150001.642000', '150001.645000', '150001.647000', '150001.650000', '150001.653000', '150001.655000', '150001.658000', '150001.660000', '150001.663000', '150001.665000', '150001.668000', '150001.671000', '150001.673000', '150001.676000', '150001.678000', '150001.681000', '150001.683000', '150001.686000', '150001.688000', '150001.691000', '150001.694000', '150001.696000', '150001.699000', '150001.701000', '150001.704000', '150001.706000', '150001.709000', '150001.711000', '150001.714000', '150001.717000', '150001.719000', '150021.612000', '150021.615000', '150021.617000', '150021.620000', '150021.622000', '150021.625000', '150021.627000', '150021.630000', '150021.632000', '150021.635000', '150021.638000', '150021.640000', '150021.643000', '150021.646000', '150021.648000', '150021.651000', '150021.653000', '150021.656000', '150021.658000', '150021.661000', '150021.669000', '150021.671000', '150021.674000', '150021.677000', '150021.679000', '150021.682000', '150021.684000', '150021.687000', '150021.689000', '150021.692000', '150021.695000', '150021.697000', '150021.700000', '150021.702000', '150021.705000', '150021.707000', '150021.710000', '150021.713000', '150021.715000', '150021.718000', '150021.720000', '150021.723000', '150021.725000', '150021.728000', '150041.612000', '150041.615000', '150041.617000', '150041.620000', '150041.622000', '150041.625000', '150041.627000', '150041.630000', '150041.632000', '150041.635000', '150041.638000', '150041.640000', '150041.643000', '150041.646000', '150041.656000', '150041.659000', '150041.661000', '150041.664000', '150041.667000', '150041.669000', '150041.672000', '150041.674000', '150041.677000', '150041.679000', '150041.682000', '150041.684000', '150041.687000', '150041.689000', '150041.692000', '150041.695000', '150041.697000', '150041.700000', '150041.702000', '150041.705000', '150041.708000', '150041.710000', '150041.713000', '150041.715000', '150041.718000', '150041.721000', '150041.723000', '150041.726000', '150041.728000', '150101.612000', '150101.614000', '150101.617000', '150101.620000', '150101.622000', '150101.625000', '150101.627000', '150101.630000', '150101.632000', '150101.635000', '150101.638000', '150101.640000', '150101.643000', '150101.646000', '150101.649000', '150101.652000', '150101.655000', '150101.658000', '150101.661000', '150101.663000', '150101.666000', '150101.668000', '150101.671000', '150101.673000', '150101.676000', '150101.679000', '150101.681000', '150101.684000', '150101.686000', '150101.689000', '150101.692000', '150101.694000', '150101.697000', '150101.699000', '150101.702000', '150101.704000', '150101.707000', '150101.710000', '150101.712000', '150101.715000', '150101.717000', '150101.720000', '150101.723000', '150121.611000', '150121.614000', '150121.616000', '150121.619000', '150121.621000', '150121.624000', '150121.626000', '150121.629000', '150121.631000', '150121.634000', '150121.637000', '150121.639000', '150121.642000', '150121.644000', '150121.647000', '150121.650000', '150121.652000', '150121.655000', '150121.657000', '150121.660000', '150121.662000', '150121.665000', '150121.668000', '150121.670000', '150121.673000', '150121.675000', '150121.678000', '150121.680000', '150121.683000', '150121.686000', '150121.688000', '150121.691000', '150121.693000', '150121.696000', '150121.699000', '150121.701000', '150121.704000', '150121.706000', '150121.709000', '150121.711000', '150121.714000', '150121.716000', '150121.719000', '150121.722000', '150141.612000', '150141.614000', '150141.617000', '150141.620000', '150141.623000', '150141.626000', '150141.629000', '150141.631000', '150141.634000', '150141.636000', '150141.639000', '150141.642000', '150141.644000', '150141.647000', '150141.649000', '150141.652000', '150141.654000', '150141.657000', '150141.660000', '150141.662000', '150141.665000', '150141.667000', '150141.670000', '150141.672000', '150141.675000', '150141.677000', '150141.680000', '150141.683000', '150141.685000', '150141.688000', '150141.691000', '150141.693000', '150141.696000', '150141.698000', '150141.701000', '150141.703000', '150141.706000', '150141.709000', '150141.711000', '150141.714000', '150141.716000', '150141.719000', '150141.722000', '150201.612000', '150201.614000', '150201.617000', '150201.619000', '150201.622000', '150201.625000', '150201.627000', '150201.630000', '150201.632000', '150201.635000', '150201.638000', '150201.640000', '150201.643000', '150201.645000', '150201.648000', '150201.651000', '150201.653000', '150201.656000', '150201.658000', '150201.661000', '150201.663000', '150201.666000', '150201.669000', '150201.671000', '150201.674000', '150201.676000', '150201.679000', '150201.682000', '150201.684000', '150201.687000', '150201.689000', '150201.692000', '150201.694000', '150201.697000', '150201.700000', '150201.702000', '150201.705000', '150201.707000', '150201.710000', '150201.712000', '150201.729000', '150201.732000', '150201.734000', '150201.737000', '150221.612000', '150221.614000', '150221.617000', '150221.620000', '150221.622000', '150221.625000', '150221.627000', '150221.630000', '150221.632000', '150221.635000', '150221.637000', '150221.642000', '150221.645000', '150221.647000', '150221.650000', '150221.653000', '150221.655000', '150221.658000', '150221.660000', '150221.663000', '150221.665000', '150221.668000', '150221.670000', '150221.673000', '150221.675000', '150221.678000', '150221.681000', '150221.684000', '150221.687000', '150221.690000', '150221.692000', '150221.696000', '150221.699000', '150221.701000', '150221.704000', '150221.707000', '150221.709000', '150221.712000', '150221.714000', '150221.717000', '150221.720000', '150221.722000', '150221.725000', '150241.612000', '150241.615000', '150241.617000', '150241.620000', '150241.622000', '150241.625000', '150241.627000', '150241.630000', '150241.633000', '150241.635000', '150241.638000', '150241.641000', '150241.643000', '150241.646000', '150241.649000', '150241.651000', '150241.654000', '150241.656000', '150241.659000', '150241.663000', '150241.665000', '150241.668000', '150241.671000', '150241.673000', '150241.676000', '150241.678000', '150241.681000', '150241.684000', '150241.686000', '150241.689000', '150241.691000', '150241.694000', '150241.697000', '150241.699000', '150241.702000', '150241.704000', '150241.707000', '150241.709000', '150241.712000', '150241.715000', '150241.717000', '150241.720000', '150241.722000', '150241.725000', '150301.612000', '150301.615000', '150301.617000', '150301.621000', '150301.624000', '150301.627000', '150301.629000', '150301.632000', '150301.634000', '150301.637000', '150301.640000', '150301.642000', '150301.645000', '150301.647000', '150301.650000', '150301.652000', '150301.655000', '150301.657000', '150301.660000', '150301.663000', '150301.665000', '150301.668000', '150301.670000', '150301.673000', '150301.676000', '150301.678000', '150301.681000', '150301.683000', '150301.686000', '150301.689000', '150301.691000', '150301.694000', '150301.696000', '150301.699000', '150301.702000', '150301.704000', '150301.707000', '150301.709000', '150301.712000', '150301.714000', '150301.717000', '150301.719000', '150301.722000', '150321.612000', '150321.615000', '150321.617000', '150321.620000', '150321.622000', '150321.625000', '150321.627000', '150321.630000', '150321.633000', '150321.635000', '150321.638000', '150321.640000', '150321.643000', '150321.645000', '150321.648000', '150321.651000', '150321.653000', '150321.656000', '150321.658000', '150321.661000', '150321.663000', '150321.666000', '150321.669000', '150321.671000', '150321.674000', '150321.676000', '150321.679000', '150321.681000', '150321.684000', '150321.687000', '150321.689000', '150321.692000', '150321.694000', '150321.697000', '150321.699000', '150321.702000', '150321.705000', '150321.707000', '150321.710000', '150321.712000', '150321.715000', '150321.718000', '150321.720000', '150321.723000', '150334.318000', '150334.321000', '150334.324000', '150334.326000', '150334.329000', '150334.332000', '150334.334000', '150334.358000', '150334.361000', '150334.363000', '150334.366000', '150334.369000', '150334.372000', '150334.374000', '150334.377000', '150334.380000', '150334.383000', '150334.385000', '150334.388000', '150334.391000', '150334.393000', '150334.396000', '150334.399000', '150334.401000', '150334.404000', '150334.406000', '150334.409000', '150334.411000'], 'InstanceCreationTime': ['145721.641000', '145721.644000', '145721.647000', '145721.649000', '145721.652000', '145721.655000', '145721.657000', '145721.660000', '145721.662000', '145721.665000', '145721.667000', '145721.670000', '145721.675000', '145721.678000', '145721.680000', '145721.683000', '145721.685000', '145721.688000', '145721.690000', '145721.693000', '145721.695000', '145721.698000', '145721.701000', '145721.703000', '145721.706000', '145721.708000', '145721.711000', '145721.714000', '145721.716000', '145721.719000', '145721.721000', '145721.724000', '145721.726000', '145721.729000', '145721.732000', '145721.734000', '145721.737000', '145721.739000', '145721.742000', '145721.744000', '145721.747000', '145721.750000', '145721.752000', '145721.755000', '145721.757000', '145721.760000', '145721.762000', '145721.765000', '145721.767000', '145721.770000', '145721.772000', '145721.776000', '145721.778000', '145721.788000', '145721.790000', '145721.817000', '145721.820000', '145721.822000', '145721.825000', '145721.827000', '145721.830000', '145741.611000', '145741.614000', '145741.617000', '145741.619000', '145741.622000', '145741.624000', '145741.627000', '145741.630000', '145741.632000', '145741.635000', '145741.637000', '145741.640000', '145741.642000', '145741.645000', '145741.648000', '145741.650000', '145741.653000', '145741.655000', '145741.658000', '145741.660000', '145741.663000', '145741.665000', '145741.668000', '145741.671000', '145741.673000', '145741.676000', '145741.678000', '145741.681000', '145741.684000', '145741.686000', '145741.689000', '145741.691000', '145741.694000', '145741.696000', '145741.699000', '145741.701000', '145741.704000', '145741.706000', '145741.709000', '145741.711000', '145741.714000', '145741.717000', '145741.719000', '145741.722000', '145801.611000', '145801.614000', '145801.617000', '145801.619000', '145801.622000', '145801.625000', '145801.627000', '145801.630000', '145801.632000', '145801.635000', '145801.638000', '145801.640000', '145801.643000', '145801.645000', '145801.648000', '145801.650000', '145801.653000', '145801.655000', '145801.658000', '145801.660000', '145801.663000', '145801.666000', '145801.668000', '145801.671000', '145801.673000', '145801.676000', '145801.678000', '145801.681000', '145801.683000', '145801.686000', '145801.689000', '145801.691000', '145801.694000', '145801.696000', '145801.699000', '145801.702000', '145801.704000', '145801.707000', '145801.709000', '145801.712000', '145801.714000', '145801.717000', '145801.719000', '145821.611000', '145821.614000', '145821.617000', '145821.619000', '145821.622000', '145821.624000', '145821.627000', '145821.630000', '145821.632000', '145821.635000', '145821.638000', '145821.640000', '145821.643000', '145821.645000', '145821.648000', '145821.650000', '145821.653000', '145821.656000', '145821.658000', '145821.661000', '145821.663000', '145821.666000', '145821.668000', '145821.671000', '145821.673000', '145821.676000', '145821.679000', '145821.681000', '145821.684000', '145821.686000', '145821.689000', '145821.691000', '145821.694000', '145821.696000', '145821.699000', '145821.702000', '145821.704000', '145821.707000', '145821.709000', '145821.712000', '145821.715000', '145821.717000', '145821.720000', '145821.722000', '145841.611000', '145841.614000', '145841.617000', '145841.619000', '145841.622000', '145841.625000', '145841.627000', '145841.630000', '145841.632000', '145841.635000', '145841.637000', '145841.640000', '145841.642000', '145841.645000', '145841.648000', '145841.650000', '145841.653000', '145841.655000', '145841.658000', '145841.660000', '145841.663000', '145841.666000', '145841.668000', '145841.671000', '145841.673000', '145841.676000', '145841.678000', '145841.681000', '145841.683000', '145841.686000', '145841.689000', '145841.691000', '145841.694000', '145841.696000', '145841.699000', '145841.701000', '145841.704000', '145841.706000', '145841.709000', '145841.712000', '145841.714000', '145841.717000', '145841.719000', '145901.611000', '145901.613000', '145901.616000', '145901.619000', '145901.621000', '145901.624000', '145901.626000', '145901.629000', '145901.631000', '145901.634000', '145901.637000', '145901.639000', '145901.642000', '145901.644000', '145901.647000', '145901.649000', '145901.652000', '145901.654000', '145901.657000', '145901.660000', '145901.662000', '145901.665000', '145901.667000', '145901.670000', '145901.673000', '145901.675000', '145901.678000', '145901.680000', '145901.683000', '145901.685000', '145901.688000', '145901.690000', '145901.693000', '145901.710000', '145901.712000', '145901.715000', '145901.718000', '145901.720000', '145901.723000', '145901.725000', '145901.728000', '145901.730000', '145901.733000', '145901.736000', '145921.612000', '145921.615000', '145921.617000', '145921.620000', '145921.622000', '145921.625000', '145921.627000', '145921.630000', '145921.632000', '145921.635000', '145921.638000', '145921.640000', '145921.643000', '145921.645000', '145921.648000', '145921.651000', '145921.653000', '145921.656000', '145921.658000', '145921.661000', '145921.664000', '145921.666000', '145921.669000', '145921.671000', '145921.674000', '145921.676000', '145921.679000', '145921.681000', '145921.684000', '145921.686000', '145921.689000', '145921.692000', '145921.694000', '145921.697000', '145921.699000', '145921.702000', '145921.704000', '145921.707000', '145921.709000', '145921.712000', '145921.714000', '145921.717000', '145921.720000', '145941.612000', '145941.615000', '145941.618000', '145941.621000', '145941.623000', '145941.626000', '145941.628000', '145941.631000', '145941.634000', '145941.636000', '145941.639000', '145941.641000', '145941.644000', '145941.646000', '145941.649000', '145941.652000', '145941.654000', '145941.657000', '145941.659000', '145941.662000', '145941.664000', '145941.667000', '145941.670000', '145941.672000', '145941.675000', '145941.678000', '145941.680000', '145941.683000', '145941.685000', '145941.688000', '145941.690000', '145941.693000', '145941.696000', '145941.698000', '145941.701000', '145941.703000', '145941.706000', '145941.708000', '145941.711000', '145941.713000', '145941.716000', '145941.719000', '145941.721000', '145941.724000', '150001.611000', '150001.614000', '150001.617000', '150001.619000', '150001.622000', '150001.624000', '150001.627000', '150001.629000', '150001.632000', '150001.635000', '150001.637000', '150001.640000', '150001.642000', '150001.645000', '150001.647000', '150001.650000', '150001.653000', '150001.655000', '150001.658000', '150001.660000', '150001.663000', '150001.665000', '150001.668000', '150001.671000', '150001.673000', '150001.676000', '150001.678000', '150001.681000', '150001.683000', '150001.686000', '150001.688000', '150001.691000', '150001.694000', '150001.696000', '150001.699000', '150001.701000', '150001.704000', '150001.706000', '150001.709000', '150001.711000', '150001.714000', '150001.717000', '150001.719000', '150021.612000', '150021.615000', '150021.617000', '150021.620000', '150021.622000', '150021.625000', '150021.627000', '150021.630000', '150021.632000', '150021.635000', '150021.638000', '150021.640000', '150021.643000', '150021.646000', '150021.648000', '150021.651000', '150021.653000', '150021.656000', '150021.658000', '150021.661000', '150021.669000', '150021.671000', '150021.674000', '150021.677000', '150021.679000', '150021.682000', '150021.684000', '150021.687000', '150021.689000', '150021.692000', '150021.695000', '150021.697000', '150021.700000', '150021.702000', '150021.705000', '150021.707000', '150021.710000', '150021.713000', '150021.715000', '150021.718000', '150021.720000', '150021.723000', '150021.725000', '150021.728000', '150041.612000', '150041.615000', '150041.617000', '150041.620000', '150041.622000', '150041.625000', '150041.627000', '150041.630000', '150041.632000', '150041.635000', '150041.638000', '150041.640000', '150041.643000', '150041.646000', '150041.656000', '150041.659000', '150041.661000', '150041.664000', '150041.667000', '150041.669000', '150041.672000', '150041.674000', '150041.677000', '150041.679000', '150041.682000', '150041.684000', '150041.687000', '150041.689000', '150041.692000', '150041.695000', '150041.697000', '150041.700000', '150041.702000', '150041.705000', '150041.708000', '150041.710000', '150041.713000', '150041.715000', '150041.718000', '150041.721000', '150041.723000', '150041.726000', '150041.728000', '150101.612000', '150101.614000', '150101.617000', '150101.620000', '150101.622000', '150101.625000', '150101.627000', '150101.630000', '150101.632000', '150101.635000', '150101.638000', '150101.640000', '150101.643000', '150101.646000', '150101.649000', '150101.652000', '150101.655000', '150101.658000', '150101.661000', '150101.663000', '150101.666000', '150101.668000', '150101.671000', '150101.673000', '150101.676000', '150101.679000', '150101.681000', '150101.684000', '150101.686000', '150101.689000', '150101.692000', '150101.694000', '150101.697000', '150101.699000', '150101.702000', '150101.704000', '150101.707000', '150101.710000', '150101.712000', '150101.715000', '150101.717000', '150101.720000', '150101.723000', '150121.611000', '150121.614000', '150121.616000', '150121.619000', '150121.621000', '150121.624000', '150121.626000', '150121.629000', '150121.631000', '150121.634000', '150121.637000', '150121.639000', '150121.642000', '150121.644000', '150121.647000', '150121.650000', '150121.652000', '150121.655000', '150121.657000', '150121.660000', '150121.662000', '150121.665000', '150121.668000', '150121.670000', '150121.673000', '150121.675000', '150121.678000', '150121.680000', '150121.683000', '150121.686000', '150121.688000', '150121.691000', '150121.693000', '150121.696000', '150121.699000', '150121.701000', '150121.704000', '150121.706000', '150121.709000', '150121.711000', '150121.714000', '150121.716000', '150121.719000', '150121.722000', '150141.612000', '150141.614000', '150141.617000', '150141.620000', '150141.623000', '150141.626000', '150141.629000', '150141.631000', '150141.634000', '150141.636000', '150141.639000', '150141.642000', '150141.644000', '150141.647000', '150141.649000', '150141.652000', '150141.654000', '150141.657000', '150141.660000', '150141.662000', '150141.665000', '150141.667000', '150141.670000', '150141.672000', '150141.675000', '150141.677000', '150141.680000', '150141.683000', '150141.685000', '150141.688000', '150141.691000', '150141.693000', '150141.696000', '150141.698000', '150141.701000', '150141.703000', '150141.706000', '150141.709000', '150141.711000', '150141.714000', '150141.716000', '150141.719000', '150141.722000', '150201.612000', '150201.614000', '150201.617000', '150201.619000', '150201.622000', '150201.625000', '150201.627000', '150201.630000', '150201.632000', '150201.635000', '150201.638000', '150201.640000', '150201.643000', '150201.645000', '150201.648000', '150201.651000', '150201.653000', '150201.656000', '150201.658000', '150201.661000', '150201.663000', '150201.666000', '150201.669000', '150201.671000', '150201.674000', '150201.676000', '150201.679000', '150201.682000', '150201.684000', '150201.687000', '150201.689000', '150201.692000', '150201.694000', '150201.697000', '150201.700000', '150201.702000', '150201.705000', '150201.707000', '150201.710000', '150201.712000', '150201.729000', '150201.732000', '150201.734000', '150201.737000', '150221.612000', '150221.614000', '150221.617000', '150221.620000', '150221.622000', '150221.625000', '150221.627000', '150221.630000', '150221.632000', '150221.635000', '150221.637000', '150221.642000', '150221.645000', '150221.647000', '150221.650000', '150221.653000', '150221.655000', '150221.658000', '150221.660000', '150221.663000', '150221.665000', '150221.668000', '150221.670000', '150221.673000', '150221.675000', '150221.678000', '150221.681000', '150221.684000', '150221.687000', '150221.690000', '150221.692000', '150221.696000', '150221.699000', '150221.701000', '150221.704000', '150221.707000', '150221.709000', '150221.712000', '150221.714000', '150221.717000', '150221.720000', '150221.722000', '150221.725000', '150241.612000', '150241.615000', '150241.617000', '150241.620000', '150241.622000', '150241.625000', '150241.627000', '150241.630000', '150241.633000', '150241.635000', '150241.638000', '150241.641000', '150241.643000', '150241.646000', '150241.649000', '150241.651000', '150241.654000', '150241.656000', '150241.659000', '150241.663000', '150241.665000', '150241.668000', '150241.671000', '150241.673000', '150241.676000', '150241.678000', '150241.681000', '150241.684000', '150241.686000', '150241.689000', '150241.691000', '150241.694000', '150241.697000', '150241.699000', '150241.702000', '150241.704000', '150241.707000', '150241.709000', '150241.712000', '150241.715000', '150241.717000', '150241.720000', '150241.722000', '150241.725000', '150301.612000', '150301.615000', '150301.617000', '150301.621000', '150301.624000', '150301.627000', '150301.629000', '150301.632000', '150301.634000', '150301.637000', '150301.640000', '150301.642000', '150301.645000', '150301.647000', '150301.650000', '150301.652000', '150301.655000', '150301.657000', '150301.660000', '150301.663000', '150301.665000', '150301.668000', '150301.670000', '150301.673000', '150301.676000', '150301.678000', '150301.681000', '150301.683000', '150301.686000', '150301.689000', '150301.691000', '150301.694000', '150301.696000', '150301.699000', '150301.702000', '150301.704000', '150301.707000', '150301.709000', '150301.712000', '150301.714000', '150301.717000', '150301.719000', '150301.722000', '150321.612000', '150321.615000', '150321.617000', '150321.620000', '150321.622000', '150321.625000', '150321.627000', '150321.630000', '150321.633000', '150321.635000', '150321.638000', '150321.640000', '150321.643000', '150321.645000', '150321.648000', '150321.651000', '150321.653000', '150321.656000', '150321.658000', '150321.661000', '150321.663000', '150321.666000', '150321.669000', '150321.671000', '150321.674000', '150321.676000', '150321.679000', '150321.681000', '150321.684000', '150321.687000', '150321.689000', '150321.692000', '150321.694000', '150321.697000', '150321.699000', '150321.702000', '150321.705000', '150321.707000', '150321.710000', '150321.712000', '150321.715000', '150321.718000', '150321.720000', '150321.723000', '150334.318000', '150334.321000', '150334.324000', '150334.326000', '150334.329000', '150334.332000', '150334.334000', '150334.358000', '150334.361000', '150334.363000', '150334.366000', '150334.369000', '150334.372000', '150334.374000', '150334.377000', '150334.380000', '150334.383000', '150334.385000', '150334.388000', '150334.391000', '150334.393000', '150334.396000', '150334.399000', '150334.401000', '150334.404000', '150334.406000', '150334.409000', '150334.411000'], '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': [9553, 7594, 9379, 8481, 9958, 10127, 11002, 8965, 8713, 7708, 7868, 13395, 7644, 13495, 8379, 13400, 7983, 11892, 7673, 13164, 7821, 13668, 7787, 10603, 8981, 12142, 9515, 7302, 8542, 7233, 8976, 7249, 9640, 8129, 11330, 8184, 10246, 7681, 9436, 7461, 10801, 9502, 11489, 14757, 11594, 14536, 10310, 14140, 9087, 13013, 9189, 12653, 10033, 12909, 8936, 10977, 7706, 9631, 7303, 9568, 7520, 11040, 7921, 10915, 7929, 9769, 7526, 10035, 8179, 11367, 8860, 11262, 8154, 10254, 7757, 9573, 9278, 9137, 12138, 8719, 12442, 9241, 11512, 7942, 7311, 7624, 7463, 8007, 8757, 11101, 8660, 10733, 8307, 10558, 8945, 10384, 11008, 10548, 13986, 10552, 8786, 8635, 12040, 8456, 12897, 9419, 13098, 9301, 12412, 7840, 12603, 7633, 9869, 8126, 12309, 9505, 12197, 8301, 10526, 7812, 10198, 8136, 11518, 8869, 10975, 8176, 9576, 9365, 9274, 13122, 9616, 13844, 9595, 11973, 8356, 9991, 7570, 9902, 7819, 10273, 7806, 8992, 7668, 8550, 7376, 8952, 8016, 10618, 8986, 10434, 7929, 9139, 7565, 8739, 7760, 9621, 9047, 10524, 8580, 10222, 8393, 9650, 12699, 10390, 14751, 10556, 13541, 8651, 11387, 8314, 11587, 8959, 12485, 8562, 10977, 8109, 9616, 8749, 9295, 9522, 9045, 9369, 8416, 12627, 8367, 12357, 9190, 12154, 9058, 11565, 7841, 10054, 7718, 9293, 11429, 9134, 13083, 9671, 13256, 8754, 11441, 8029, 10689, 7675, 11087, 8563, 11975, 9304, 10663, 7520, 9123, 10806, 8820, 12369, 9894, 12466, 8687, 12904, 8292, 11682, 8162, 10475, 7863, 9727, 7806, 9618, 8010, 9193, 7883, 8815, 8105, 9470, 8014, 11595, 8632, 11122, 8022, 10581, 7930, 11508, 8829, 12019, 9632, 10369, 12440, 8594, 12284, 8302, 11095, 7852, 10337, 7871, 10345, 7728, 7616, 7894, 7682, 8801, 10571, 10846, 12040, 10678, 9932, 9221, 11488, 8972, 13962, 10645, 14865, 10307, 13402, 8567, 11807, 7986, 10804, 9183, 9847, 11489, 8939, 11903, 8291, 11909, 8403, 10752, 8282, 10608, 8285, 10648, 8240, 9217, 7945, 8266, 7858, 8741, 8445, 10342, 8094, 10175, 7966, 9466, 8681, 10019, 9633, 11088, 9788, 10240, 11284, 9005, 12744, 8504, 11253, 8504, 10679, 8460, 8819, 8367, 8597, 7922, 8632, 11286, 8572, 11757, 8876, 10526, 8326, 11946, 8298, 11776, 8118, 12412, 8430, 13547, 10100, 14146, 9038, 12250, 8632, 10626, 8454, 9075, 9860, 8423, 12141, 8491, 9682, 8693, 8315, 9250, 8496, 11041, 8243, 12917, 9799, 13140, 8778, 11530, 8097, 10194, 11686, 9827, 15290, 9560, 12656, 8240, 9815, 8153, 8209, 10492, 8302, 10179, 8242, 8227, 8339, 8357, 8730, 8416, 9561, 8821, 9829, 10653, 8824, 13761, 8601, 11337, 8637, 9661, 8423, 8493, 10340, 8403, 11288, 8605, 9368, 8060, 8929, 8147, 8722, 8298, 9490, 8183, 9664, 8419, 10346, 9350, 10491, 8741, 9759, 12579, 8910, 14079, 8985, 12141, 8392, 9287, 9187, 8482, 13656, 8558, 10791, 8392, 10082, 8373, 10868, 8403, 10289, 8278, 11439, 8367, 10277, 9948, 8965, 10147, 12354, 9051, 12998, 8647, 10588, 9404, 8914, 14102, 8619, 11481, 8728, 9041, 8144, 8511, 9243, 8463, 11042, 8521, 8855, 8498, 8131, 8364, 8942, 8642, 11792, 8393, 12522, 9322, 12588, 8925, 13241, 8378, 12394, 8507, 12644, 9247, 12932, 8531, 11390, 8435, 9652, 8048, 8674, 8812, 8538, 9044, 9282, 8325, 8885, 8269, 9047, 8302, 9908, 8537, 11921, 8437, 11386, 8360, 9251, 8115, 11344, 8952, 12212, 8595, 11467, 8146, 12796, 9724, 14102, 9824, 13056, 8501, 11344, 8568, 10539, 8117, 11126, 8068, 13200, 12297, 9857, 8163, 7933, 12577, 8561, 7963, 8228, 8322, 10540, 8377, 13309, 10955, 13847, 11055, 15188, 11647, 14684, 10396, 13353, 11314, 10657, 14542, 9499, 13155, 8451, 12038, 8416, 11849, 8263, 11175, 8374, 11502, 8476, 10602, 8286, 8300, 8342, 8309, 8745, 8405, 8673, 8811, 9003, 11795, 8642, 12430, 8504, 10033, 8440, 8691, 8688, 8477, 8454, 8337, 7877, 10058, 7821, 7088, 8070, 7964, 10676, 7815, 8013, 8618, 7758, 11491, 8093, 12467, 8911, 13285, 10206, 14752, 11102, 14319, 9898, 13027, 8681, 11307, 8500, 10740, 9029, 9142, 9210, 8620, 10905, 8642, 10482, 9717, 8404, 9710, 8385, 10135, 8541, 10058, 8486, 8950, 9382, 8674, 9509, 8969, 8467, 8834, 8894, 8911, 8565, 8027, 11064, 8292, 7592, 8530, 8198, 10313, 8425, 13506, 9993, 14233, 9579, 13100, 8470, 11435, 8760, 9302, 8547, 8610, 9422, 8834, 8693, 10996, 8678, 8455, 11395, 8353, 8398, 10634, 8594, 13218, 8621, 13774, 9371, 13583, 9136, 11402, 9252, 8842, 15676, 8634, 11086, 8702, 8740, 8463, 8597, 9967, 8613, 13885, 8558, 14378, 8273, 9032, 8427, 8136, 8481, 8452, 9315, 8784, 9244, 8594, 10103, 10185, 11690, 8374, 9938, 8415, 9136, 11418, 8966, 15778, 9371, 13117, 8722, 10528, 8581, 8654, 9417, 8581, 15294, 8541, 9833, 8505, 8888, 8370, 10880, 8315, 7572, 8385, 7943, 8470, 9130, 9752, 8274, 11551, 8432, 10374, 13722, 8766, 13400, 9734, 12161, 8627, 9199, 9531, 8709, 15808, 8634, 11883, 8652, 10201, 8742, 8836, 9668, 8641, 15261, 8648, 11002, 8531, 10227, 8550, 8991, 8559, 9028, 8359, 9264, 14065, 8825, 12826, 9157, 12069, 8445, 9425, 8422, 8627, 9595, 8561, 15660, 8772, 12101, 8452, 10336, 8524, 9107, 8418, 9217, 8273, 9502, 8634, 9392, 8797, 9203, 8653, 9585, 8319, 9022, 11494, 8940, 15613, 8760, 11800, 8606, 10245, 8610, 10218, 8570, 9739, 8553, 9135, 8600, 9182, 8430, 8703, 9169, 8654, 10110, 8575, 11216, 8614, 14792, 8605, 13706, 8701, 13872, 8686, 8076, 8653, 7721, 8476, 8954, 9971, 8322, 11283, 8480, 12913, 8671, 12290, 12732, 11178, 17528, 8786, 12662, 8708, 10531, 9197, 8979, 16028, 8835, 10988, 8728, 10052, 8710, 8593, 8413, 8644, 8268, 9344, 8195, 8958, 10573, 9092, 9295, 8870, 10705, 8887, 14997, 8592, 12345, 8910, 12377, 8624, 10789, 8530, 10610, 8747, 9693, 8515, 9008, 10320, 9026, 13086, 8700, 9987, 8667, 15904, 8519, 15204, 8474, 14869, 8397, 13318, 8439, 10326, 8678, 9764], 'WindowCenter': [4553.0, 4497.0, 4511.0, 4485.0, 4494.0, 4492.0, 4489.0, 4456.0, 4445.0, 4423.0, 4434.0, 4491.0, 4433.0, 4494.0, 4445.0, 4505.0, 4444.0, 4484.0, 4436.0, 4492.0, 4435.0, 4502.0, 4446.0, 4490.0, 4480.0, 4495.0, 4474.0, 4433.0, 4452.0, 4436.0, 4464.0, 4435.0, 4476.0, 4455.0, 4497.0, 4470.0, 4498.0, 4458.0, 4478.0, 4434.0, 4486.0, 4467.0, 4498.0, 4516.0, 4484.0, 4505.0, 4459.0, 4491.0, 4441.0, 4477.0, 4441.0, 4479.0, 4447.0, 4479.0, 4437.0, 4457.0, 4405.0, 4436.0, 4406.0, 4436.0, 4419.0, 4469.0, 4431.0, 4458.0, 4420.0, 4447.0, 4418.0, 4448.0, 4431.0, 4469.0, 4440.0, 4470.0, 4419.0, 4447.0, 4407.0, 4438.0, 4436.0, 4437.0, 4467.0, 4431.0, 4480.0, 4450.0, 4479.0, 4432.0, 4421.0, 4430.0, 4423.0, 4443.0, 4452.0, 4484.0, 4454.0, 4484.0, 4445.0, 4462.0, 4440.0, 4462.0, 4471.0, 4462.0, 4492.0, 4461.0, 4439.0, 4439.0, 4480.0, 4431.0, 4481.0, 4452.0, 4491.0, 4453.0, 4481.0, 4432.0, 4481.0, 4434.0, 4462.0, 4446.0, 4492.0, 4466.0, 4494.0, 4444.0, 4471.0, 4422.0, 4463.0, 4433.0, 4481.0, 4442.0, 4472.0, 4431.0, 4451.0, 4440.0, 4450.0, 4482.0, 4450.0, 4491.0, 4452.0, 4468.0, 4429.0, 4449.0, 4419.0, 4451.0, 4422.0, 4460.0, 4434.0, 4453.0, 4433.0, 4444.0, 4424.0, 4454.0, 4434.0, 4473.0, 4454.0, 4485.0, 4446.0, 4464.0, 4433.0, 4454.0, 4434.0, 4465.0, 4455.0, 4485.0, 4455.0, 4474.0, 4443.0, 4465.0, 4492.0, 4475.0, 4504.0, 4475.0, 4492.0, 4443.0, 4472.0, 4442.0, 4484.0, 4453.0, 4482.0, 4442.0, 4472.0, 4432.0, 4465.0, 4441.0, 4449.0, 4450.0, 4453.0, 4452.0, 4442.0, 4482.0, 4441.0, 4482.0, 4451.0, 4483.0, 4453.0, 4470.0, 4422.0, 4448.0, 4407.0, 4439.0, 4468.0, 4450.0, 4481.0, 4451.0, 4491.0, 4441.0, 4469.0, 4421.0, 4458.0, 4421.0, 4471.0, 4430.0, 4480.0, 4439.0, 4459.0, 4420.0, 4439.0, 4458.0, 4440.0, 4480.0, 4460.0, 4479.0, 4442.0, 4491.0, 4432.0, 4469.0, 4429.0, 4460.0, 4432.0, 4450.0, 4419.0, 4450.0, 4432.0, 4452.0, 4431.0, 4440.0, 4443.0, 4462.0, 4446.0, 4486.0, 4458.0, 4497.0, 4447.0, 4475.0, 4445.0, 4483.0, 4454.0, 4493.0, 4466.0, 4465.0, 4481.0, 4432.0, 4470.0, 4431.0, 4470.0, 4445.0, 4462.0, 4443.0, 4473.0, 4433.0, 4447.0, 4446.0, 4435.0, 4468.0, 4486.0, 4488.0, 4496.0, 4476.0, 4465.0, 4454.0, 4470.0, 4442.0, 4490.0, 4461.0, 4502.0, 4464.0, 4492.0, 4444.0, 4471.0, 4419.0, 4460.0, 4440.0, 4449.0, 4469.0, 4440.0, 4469.0, 4429.0, 4464.0, 4426.0, 4457.0, 4429.0, 4459.0, 4431.0, 4462.0, 4443.0, 4452.0, 4431.0, 4430.0, 4431.0, 4441.0, 4433.0, 4474.0, 4434.0, 4473.0, 4434.0, 4463.0, 4443.0, 4464.0, 4464.0, 4487.0, 4465.0, 4462.0, 4471.0, 4442.0, 4477.0, 4442.0, 4471.0, 4441.0, 4459.0, 4430.0, 4438.0, 4430.0, 4442.0, 4430.0, 4441.0, 4483.0, 4455.0, 4508.0, 4470.0, 4485.0, 4459.0, 4508.0, 4469.0, 4508.0, 4459.0, 4507.0, 4460.0, 4507.0, 4490.0, 4520.0, 4471.0, 4483.0, 4442.0, 4462.0, 4432.0, 4442.0, 4462.0, 4445.0, 4493.0, 4444.0, 4461.0, 4456.0, 4457.0, 4464.0, 4453.0, 4484.0, 4445.0, 4494.0, 4466.0, 4496.0, 4445.0, 4469.0, 4419.0, 4462.0, 4471.0, 4452.0, 4500.0, 4439.0, 4464.0, 4416.0, 4435.0, 4405.0, 4416.0, 4446.0, 4417.0, 4447.0, 4428.0, 4431.0, 4430.0, 4439.0, 4454.0, 4445.0, 4477.0, 4455.0, 4477.0, 4474.0, 4454.0, 4491.0, 4443.0, 4459.0, 4441.0, 4450.0, 4420.0, 4431.0, 4449.0, 4432.0, 4471.0, 4442.0, 4450.0, 4432.0, 4453.0, 4444.0, 4454.0, 4455.0, 4477.0, 4458.0, 4467.0, 4447.0, 4478.0, 4457.0, 4477.0, 4445.0, 4477.0, 4482.0, 4444.0, 4492.0, 4442.0, 4471.0, 4420.0, 4440.0, 4438.0, 4430.0, 4489.0, 4441.0, 4459.0, 4432.0, 4461.0, 4443.0, 4483.0, 4445.0, 4474.0, 4456.0, 4485.0, 4458.0, 4488.0, 4478.0, 4457.0, 4490.0, 4493.0, 4442.0, 4483.0, 4429.0, 4462.0, 4441.0, 4442.0, 4490.0, 4430.0, 4456.0, 4428.0, 4428.0, 4419.0, 4440.0, 4451.0, 4442.0, 4482.0, 4443.0, 4454.0, 4454.0, 4445.0, 4445.0, 4454.0, 4455.0, 4483.0, 4447.0, 4494.0, 4466.0, 4495.0, 4455.0, 4491.0, 4433.0, 4481.0, 4443.0, 4482.0, 4452.0, 4482.0, 4431.0, 4469.0, 4429.0, 4439.0, 4420.0, 4428.0, 4440.0, 4440.0, 4441.0, 4450.0, 4442.0, 4450.0, 4432.0, 4441.0, 4432.0, 4463.0, 4444.0, 4484.0, 4446.0, 4487.0, 4472.0, 4467.0, 4436.0, 4472.0, 4453.0, 4482.0, 4443.0, 4482.0, 4435.0, 4495.0, 4478.0, 4505.0, 4476.0, 4494.0, 4441.0, 4457.0, 4429.0, 4462.0, 4432.0, 4472.0, 4433.0, 4495.0, 4495.0, 4489.0, 4468.0, 4460.0, 4493.0, 4456.0, 4445.0, 4454.0, 4460.0, 4489.0, 4462.0, 4521.0, 4502.0, 4516.0, 4485.0, 4492.0, 4461.0, 4478.0, 4436.0, 4466.0, 4431.0, 4424.0, 4451.0, 4411.0, 4450.0, 4402.0, 4428.0, 4387.0, 4426.0, 4387.0, 4427.0, 4400.0, 4439.0, 4404.0, 4443.0, 4405.0, 4416.0, 4417.0, 4416.0, 4429.0, 4418.0, 4430.0, 4438.0, 4442.0, 4469.0, 4431.0, 4469.0, 4430.0, 4437.0, 4419.0, 4428.0, 4430.0, 4419.0, 4443.0, 4444.0, 4434.0, 4464.0, 4436.0, 4424.0, 4445.0, 4445.0, 4475.0, 4445.0, 4445.0, 4456.0, 4447.0, 4498.0, 4459.0, 4509.0, 4469.0, 4520.0, 4487.0, 4519.0, 4502.0, 4519.0, 4481.0, 4493.0, 4446.0, 4476.0, 4444.0, 4473.0, 4454.0, 4453.0, 4453.0, 4444.0, 4473.0, 4443.0, 4462.0, 4464.0, 4433.0, 4452.0, 4433.0, 4464.0, 4443.0, 4461.0, 4432.0, 4443.0, 4442.0, 4443.0, 4454.0, 4453.0, 4444.0, 4453.0, 4453.0, 4481.0, 4468.0, 4460.0, 4511.0, 4469.0, 4460.0, 4469.0, 4469.0, 4491.0, 4471.0, 4533.0, 4495.0, 4519.0, 4479.0, 4495.0, 4447.0, 4470.0, 4433.0, 4454.0, 4444.0, 4444.0, 4441.0, 4442.0, 4445.0, 4498.0, 4469.0, 4459.0, 4497.0, 4456.0, 4458.0, 4489.0, 4473.0, 4519.0, 4461.0, 4517.0, 4468.0, 4493.0, 4442.0, 4471.0, 4429.0, 4427.0, 4486.0, 4417.0, 4455.0, 4418.0, 4417.0, 4418.0, 4427.0, 4447.0, 4428.0, 4476.0, 4441.0, 4502.0, 4441.0, 4452.0, 4445.0, 4446.0, 4468.0, 4460.0, 4468.0, 4457.0, 4469.0, 4458.0, 4479.0, 4478.0, 4497.0, 4447.0, 4467.0, 4434.0, 4453.0, 4470.0, 4442.0, 4502.0, 4453.0, 4483.0, 4432.0, 4460.0, 4430.0, 4428.0, 4440.0, 4431.0, 4489.0, 4432.0, 4450.0, 4455.0, 4467.0, 4457.0, 4484.0, 4457.0, 4444.0, 4456.0, 4458.0, 4460.0, 4482.0, 4481.0, 4484.0, 4514.0, 4460.0, 4480.0, 4505.0, 4444.0, 4492.0, 4463.0, 4482.0, 4443.0, 4453.0, 4451.0, 4444.0, 4512.0, 4442.0, 4471.0, 4443.0, 4458.0, 4431.0, 4440.0, 4439.0, 4431.0, 4499.0, 4442.0, 4460.0, 4442.0, 4461.0, 4442.0, 4442.0, 4442.0, 4440.0, 4432.0, 4453.0, 4491.0, 4442.0, 4480.0, 4441.0, 4471.0, 4430.0, 4439.0, 4417.0, 4428.0, 4435.0, 4429.0, 4496.0, 4430.0, 4469.0, 4433.0, 4461.0, 4442.0, 4440.0, 4429.0, 4440.0, 4431.0, 4450.0, 4443.0, 4452.0, 4443.0, 4452.0, 4443.0, 4451.0, 4430.0, 4443.0, 4471.0, 4441.0, 4500.0, 4431.0, 4470.0, 4431.0, 4460.0, 4441.0, 4461.0, 4442.0, 4448.0, 4442.0, 4451.0, 4442.0, 4453.0, 4434.0, 4444.0, 4455.0, 4446.0, 4464.0, 4444.0, 4473.0, 4443.0, 4501.0, 4442.0, 4505.0, 4458.0, 4517.0, 4469.0, 4458.0, 4466.0, 4445.0, 4458.0, 4471.0, 4489.0, 4457.0, 4500.0, 4468.0, 4506.0, 4453.0, 4494.0, 4495.0, 4476.0, 4512.0, 4432.0, 4481.0, 4429.0, 4450.0, 4427.0, 4427.0, 4487.0, 4440.0, 4459.0, 4432.0, 4448.0, 4439.0, 4429.0, 4430.0, 4429.0, 4431.0, 4453.0, 4445.0, 4456.0, 4474.0, 4456.0, 4456.0, 4455.0, 4463.0, 4443.0, 4498.0, 4441.0, 4480.0, 4444.0, 4480.0, 4444.0, 4472.0, 4442.0, 4458.0, 4430.0, 4439.0, 4428.0, 4442.0, 4460.0, 4441.0, 4481.0, 4432.0, 4450.0, 4431.0, 4510.0, 4441.0, 4500.0, 4441.0, 4501.0, 4443.0, 4492.0, 4432.0, 4460.0, 4441.0, 4462.0], 'WindowWidth': [10019.0, 9926.0, 9929.0, 9883.0, 9889.0, 9878.0, 9871.0, 9821.0, 9803.0, 9769.0, 9786.0, 9857.0, 9784.0, 9865.0, 9802.0, 9882.0, 9801.0, 9852.0, 9791.0, 9859.0, 9788.0, 9874.0, 9807.0, 9871.0, 9860.0, 9871.0, 9841.0, 9785.0, 9809.0, 9796.0, 9831.0, 9791.0, 9847.0, 9820.0, 9877.0, 9847.0, 9883.0, 9832.0, 9852.0, 9791.0, 9860.0, 9834.0, 9881.0, 9898.0, 9855.0, 9880.0, 9815.0, 9855.0, 9787.0, 9831.0, 9788.0, 9838.0, 9794.0, 9836.0, 9780.0, 9802.0, 9735.0, 9773.0, 9737.0, 9778.0, 9759.0, 9826.0, 9776.0, 9809.0, 9760.0, 9791.0, 9754.0, 9795.0, 9776.0, 9825.0, 9787.0, 9826.0, 9758.0, 9791.0, 9738.0, 9779.0, 9773.0, 9777.0, 9818.0, 9774.0, 9843.0, 9801.0, 9841.0, 9781.0, 9764.0, 9776.0, 9770.0, 9799.0, 9810.0, 9856.0, 9815.0, 9852.0, 9801.0, 9819.0, 9787.0, 9819.0, 9830.0, 9820.0, 9859.0, 9817.0, 9785.0, 9785.0, 9839.0, 9777.0, 9843.0, 9806.0, 9858.0, 9809.0, 9844.0, 9781.0, 9843.0, 9785.0, 9820.0, 9804.0, 9862.0, 9832.0, 9866.0, 9800.0, 9829.0, 9766.0, 9821.0, 9783.0, 9845.0, 9793.0, 9831.0, 9776.0, 9803.0, 9785.0, 9802.0, 9844.0, 9800.0, 9856.0, 9803.0, 9822.0, 9772.0, 9796.0, 9758.0, 9802.0, 9767.0, 9815.0, 9785.0, 9807.0, 9783.0, 9799.0, 9772.0, 9811.0, 9786.0, 9839.0, 9814.0, 9857.0, 9806.0, 9827.0, 9783.0, 9813.0, 9786.0, 9831.0, 9818.0, 9857.0, 9818.0, 9840.0, 9798.0, 9828.0, 9861.0, 9843.0, 9881.0, 9841.0, 9860.0, 9795.0, 9832.0, 9794.0, 9849.0, 9809.0, 9845.0, 9793.0, 9830.0, 9778.0, 9827.0, 9789.0, 9799.0, 9801.0, 9808.0, 9807.0, 9793.0, 9846.0, 9791.0, 9843.0, 9803.0, 9847.0, 9808.0, 9827.0, 9764.0, 9795.0, 9739.0, 9783.0, 9821.0, 9801.0, 9843.0, 9803.0, 9855.0, 9789.0, 9824.0, 9761.0, 9807.0, 9761.0, 9829.0, 9772.0, 9842.0, 9785.0, 9811.0, 9758.0, 9782.0, 9806.0, 9786.0, 9839.0, 9815.0, 9837.0, 9796.0, 9859.0, 9778.0, 9824.0, 9770.0, 9813.0, 9778.0, 9799.0, 9756.0, 9800.0, 9780.0, 9806.0, 9781.0, 9789.0, 9798.0, 9822.0, 9805.0, 9856.0, 9825.0, 9874.0, 9809.0, 9840.0, 9804.0, 9852.0, 9813.0, 9867.0, 9830.0, 9826.0, 9842.0, 9777.0, 9825.0, 9775.0, 9828.0, 9804.0, 9820.0, 9799.0, 9838.0, 9788.0, 9810.0, 9808.0, 9791.0, 9837.0, 9861.0, 9866.0, 9872.0, 9844.0, 9829.0, 9811.0, 9827.0, 9792.0, 9855.0, 9819.0, 9874.0, 9824.0, 9858.0, 9798.0, 9827.0, 9755.0, 9811.0, 9784.0, 9795.0, 9821.0, 9784.0, 9821.0, 9769.0, 9809.0, 9763.0, 9802.0, 9771.0, 9811.0, 9776.0, 9817.0, 9797.0, 9805.0, 9779.0, 9772.0, 9778.0, 9792.0, 9783.0, 9839.0, 9787.0, 9837.0, 9785.0, 9824.0, 9796.0, 9825.0, 9826.0, 9861.0, 9828.0, 9820.0, 9829.0, 9790.0, 9833.0, 9792.0, 9829.0, 9788.0, 9811.0, 9773.0, 9782.0, 9774.0, 9794.0, 9773.0, 9793.0, 9850.0, 9817.0, 9894.0, 9844.0, 9861.0, 9830.0, 9894.0, 9843.0, 9892.0, 9828.0, 9889.0, 9829.0, 9889.0, 9869.0, 9910.0, 9846.0, 9849.0, 9792.0, 9818.0, 9777.0, 9792.0, 9817.0, 9801.0, 9866.0, 9800.0, 9821.0, 9819.0, 9822.0, 9826.0, 9812.0, 9853.0, 9802.0, 9870.0, 9830.0, 9869.0, 9802.0, 9827.0, 9758.0, 9816.0, 9829.0, 9804.0, 9868.0, 9780.0, 9808.0, 9747.0, 9771.0, 9730.0, 9747.0, 9788.0, 9752.0, 9791.0, 9768.0, 9776.0, 9773.0, 9787.0, 9815.0, 9802.0, 9850.0, 9814.0, 9847.0, 9839.0, 9810.0, 9856.0, 9793.0, 9809.0, 9788.0, 9799.0, 9757.0, 9774.0, 9797.0, 9779.0, 9829.0, 9792.0, 9799.0, 9781.0, 9809.0, 9803.0, 9816.0, 9820.0, 9849.0, 9824.0, 9835.0, 9808.0, 9850.0, 9820.0, 9847.0, 9801.0, 9851.0, 9849.0, 9796.0, 9857.0, 9791.0, 9826.0, 9757.0, 9784.0, 9777.0, 9771.0, 9849.0, 9789.0, 9810.0, 9778.0, 9814.0, 9796.0, 9850.0, 9803.0, 9840.0, 9819.0, 9856.0, 9826.0, 9865.0, 9852.0, 9822.0, 9871.0, 9865.0, 9794.0, 9846.0, 9771.0, 9818.0, 9786.0, 9789.0, 9852.0, 9771.0, 9800.0, 9769.0, 9768.0, 9756.0, 9786.0, 9805.0, 9794.0, 9848.0, 9796.0, 9812.0, 9815.0, 9805.0, 9803.0, 9813.0, 9817.0, 9851.0, 9808.0, 9868.0, 9832.0, 9869.0, 9815.0, 9858.0, 9780.0, 9840.0, 9796.0, 9846.0, 9807.0, 9845.0, 9775.0, 9822.0, 9769.0, 9782.0, 9759.0, 9767.0, 9787.0, 9786.0, 9789.0, 9801.0, 9795.0, 9803.0, 9781.0, 9789.0, 9780.0, 9822.0, 9799.0, 9852.0, 9804.0, 9858.0, 9853.0, 9835.0, 9791.0, 9834.0, 9810.0, 9846.0, 9796.0, 9846.0, 9788.0, 9869.0, 9851.0, 9882.0, 9846.0, 9865.0, 9790.0, 9805.0, 9770.0, 9819.0, 9779.0, 9833.0, 9781.0, 9867.0, 9872.0, 9870.0, 9843.0, 9836.0, 9865.0, 9818.0, 9803.0, 9816.0, 9829.0, 9868.0, 9837.0, 9912.0, 9889.0, 9902.0, 9856.0, 9856.0, 9810.0, 9833.0, 9772.0, 9814.0, 9755.0, 9748.0, 9781.0, 9727.0, 9778.0, 9716.0, 9744.0, 9690.0, 9739.0, 9691.0, 9743.0, 9713.0, 9764.0, 9724.0, 9776.0, 9728.0, 9745.0, 9747.0, 9746.0, 9769.0, 9750.0, 9771.0, 9780.0, 9789.0, 9819.0, 9773.0, 9822.0, 9770.0, 9774.0, 9753.0, 9764.0, 9769.0, 9753.0, 9800.0, 9800.0, 9786.0, 9825.0, 9792.0, 9776.0, 9803.0, 9803.0, 9842.0, 9805.0, 9804.0, 9820.0, 9811.0, 9880.0, 9829.0, 9891.0, 9841.0, 9909.0, 9865.0, 9908.0, 9890.0, 9910.0, 9858.0, 9865.0, 9801.0, 9840.0, 9796.0, 9834.0, 9811.0, 9809.0, 9808.0, 9795.0, 9835.0, 9795.0, 9818.0, 9823.0, 9781.0, 9805.0, 9780.0, 9824.0, 9795.0, 9817.0, 9776.0, 9793.0, 9791.0, 9797.0, 9810.0, 9807.0, 9800.0, 9809.0, 9811.0, 9863.0, 9843.0, 9832.0, 9900.0, 9846.0, 9833.0, 9842.0, 9844.0, 9873.0, 9849.0, 9934.0, 9886.0, 9910.0, 9853.0, 9869.0, 9805.0, 9827.0, 9778.0, 9809.0, 9796.0, 9796.0, 9790.0, 9789.0, 9801.0, 9880.0, 9842.0, 9828.0, 9875.0, 9820.0, 9824.0, 9866.0, 9854.0, 9908.0, 9831.0, 9903.0, 9837.0, 9864.0, 9790.0, 9826.0, 9764.0, 9763.0, 9837.0, 9747.0, 9798.0, 9749.0, 9748.0, 9751.0, 9763.0, 9790.0, 9766.0, 9827.0, 9790.0, 9873.0, 9791.0, 9807.0, 9801.0, 9807.0, 9839.0, 9831.0, 9836.0, 9822.0, 9838.0, 9827.0, 9853.0, 9851.0, 9874.0, 9806.0, 9832.0, 9782.0, 9808.0, 9826.0, 9792.0, 9873.0, 9807.0, 9846.0, 9776.0, 9812.0, 9772.0, 9767.0, 9781.0, 9773.0, 9847.0, 9775.0, 9799.0, 9816.0, 9835.0, 9823.0, 9855.0, 9823.0, 9804.0, 9823.0, 9826.0, 9831.0, 9863.0, 9861.0, 9872.0, 9911.0, 9830.0, 9855.0, 9880.0, 9798.0, 9860.0, 9823.0, 9847.0, 9794.0, 9806.0, 9802.0, 9798.0, 9887.0, 9792.0, 9828.0, 9793.0, 9808.0, 9774.0, 9784.0, 9780.0, 9775.0, 9862.0, 9791.0, 9814.0, 9791.0, 9814.0, 9791.0, 9790.0, 9791.0, 9788.0, 9776.0, 9809.0, 9855.0, 9791.0, 9838.0, 9790.0, 9829.0, 9774.0, 9782.0, 9750.0, 9765.0, 9771.0, 9768.0, 9856.0, 9773.0, 9824.0, 9780.0, 9816.0, 9792.0, 9785.0, 9772.0, 9785.0, 9776.0, 9802.0, 9795.0, 9805.0, 9795.0, 9805.0, 9794.0, 9803.0, 9774.0, 9794.0, 9827.0, 9789.0, 9866.0, 9776.0, 9824.0, 9775.0, 9811.0, 9790.0, 9815.0, 9794.0, 9797.0, 9793.0, 9803.0, 9794.0, 9808.0, 9785.0, 9799.0, 9815.0, 9802.0, 9824.0, 9800.0, 9835.0, 9797.0, 9871.0, 9795.0, 9883.0, 9825.0, 9904.0, 9843.0, 9829.0, 9837.0, 9809.0, 9828.0, 9847.0, 9870.0, 9827.0, 9883.0, 9841.0, 9890.0, 9813.0, 9867.0, 9866.0, 9844.0, 9887.0, 9777.0, 9839.0, 9769.0, 9798.0, 9762.0, 9765.0, 9843.0, 9787.0, 9811.0, 9778.0, 9794.0, 9785.0, 9769.0, 9773.0, 9770.0, 9778.0, 9810.0, 9803.0, 9818.0, 9840.0, 9819.0, 9817.0, 9815.0, 9821.0, 9794.0, 9863.0, 9790.0, 9840.0, 9796.0, 9840.0, 9799.0, 9832.0, 9792.0, 9808.0, 9772.0, 9784.0, 9769.0, 9790.0, 9812.0, 9790.0, 9841.0, 9778.0, 9797.0, 9774.0, 9881.0, 9790.0, 9866.0, 9792.0, 9871.0, 9797.0, 9859.0, 9779.0, 9813.0, 9791.0, 9818.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.000926006904487917</td></tr>
<tr><td colspan=3>aqi</td><td>0.04157403970080553</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.51855060919356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1798468251267291</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9360914201036864</td></tr>
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
<tr><td colspan=3>fber</td><td>3883.4302</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1186489991502341</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.551208285385501</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6727306835306632</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6758276634760243</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.726157025912442</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.616207361203523</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115104</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007548692170530558</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011384809389710426</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8862983878163724</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>32.3918</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.1371</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.1359</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299654.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>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.7235</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3807</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.211</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.3931</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.1914</td></tr>
<tr><td colspan=3>tsnr</td><td>30.460676312912256</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>