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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-03_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-03_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-0065/ses-01/func/sub-0065_ses-01_task-social_acq-mb8_run-03_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>636cb9490651ff623d8bf296f0647234</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:52:4.017500</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.998688, 0.0260359, 0.0440876, -0.0256283, 0.999624, -0.00978557]</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-03_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.0901349</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7788, -7267, 756, -75, -418, 311, 35]</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>240.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d73a027c-fa41-477b-8940-1fc3b4a8455e||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.679407835006714, -0.0687587782740593, 0.11967960745096207, 110.11906433105469], [-0.06985235214233398, 2.681917190551758, -0.023335684090852737, -93.28150177001953], [0.11828380078077316, 0.026253968477249146, 2.6972453594207764, -74.25299835205078], [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': ['145204.017500', '145204.477500', '145204.937500', '145205.397500', '145205.857500', '145206.317500', '145206.777500', '145207.237500', '145207.697500', '145208.157500', '145208.617500', '145209.077500', '145209.537500', '145209.997500', '145210.457500', '145210.917500', '145211.377500', '145211.837500', '145212.297500', '145212.757500', '145213.217500', '145213.677500', '145214.137500', '145214.597500', '145215.057500', '145215.517500', '145215.977500', '145216.437500', '145216.897500', '145217.357500', '145217.817500', '145218.277500', '145218.737500', '145219.197500', '145219.657500', '145220.117500', '145220.577500', '145221.037500', '145221.497500', '145221.957500', '145222.417500', '145222.877500', '145223.337500', '145223.797500', '145224.257500', '145224.717500', '145225.177500', '145225.637500', '145226.097500', '145226.557500', '145227.017500', '145227.477500', '145227.937500', '145228.397500', '145228.857500', '145229.317500', '145229.777500', '145230.237500', '145230.697500', '145231.157500', '145231.617500', '145232.077500', '145232.537500', '145232.997500', '145233.457500', '145233.917500', '145234.377500', '145234.837500', '145235.297500', '145235.757500', '145236.217500', '145236.677500', '145237.137500', '145237.597500', '145238.057500', '145238.517500', '145238.977500', '145239.437500', '145239.897500', '145240.357500', '145240.817500', '145241.277500', '145241.737500', '145242.197500', '145242.657500', '145243.117500', '145243.577500', '145244.037500', '145244.497500', '145244.957500', '145245.417500', '145245.877500', '145246.337500', '145246.797500', '145247.257500', '145247.717500', '145248.177500', '145248.637500', '145249.097500', '145249.557500', '145250.017500', '145250.477500', '145250.937500', '145251.397500', '145251.857500', '145252.317500', '145252.777500', '145253.237500', '145253.697500', '145254.157500', '145254.617500', '145255.077500', '145255.537500', '145255.997500', '145256.457500', '145256.917500', '145257.377500', '145257.837500', '145258.297500', '145258.757500', '145259.217500', '145259.677500', '145300.137500', '145300.597500', '145301.057500', '145301.517500', '145301.977500', '145302.437500', '145302.897500', '145303.357500', '145303.817500', '145304.277500', '145304.737500', '145305.197500', '145305.657500', '145306.117500', '145306.577500', '145307.037500', '145307.497500', '145307.957500', '145308.417500', '145308.877500', '145309.337500', '145309.797500', '145310.257500', '145310.717500', '145311.177500', '145311.637500', '145312.097500', '145312.557500', '145313.017500', '145313.477500', '145313.937500', '145314.397500', '145314.857500', '145315.317500', '145315.777500', '145316.237500', '145316.697500', '145317.157500', '145317.617500', '145318.077500', '145318.537500', '145318.997500', '145319.457500', '145319.917500', '145320.377500', '145320.837500', '145321.297500', '145321.757500', '145322.217500', '145322.677500', '145323.137500', '145323.597500', '145324.057500', '145324.517500', '145324.977500', '145325.437500', '145325.897500', '145326.357500', '145326.817500', '145327.277500', '145327.737500', '145328.197500', '145328.657500', '145329.117500', '145329.577500', '145330.037500', '145330.497500', '145330.957500', '145331.417500', '145331.877500', '145332.337500', '145332.797500', '145333.257500', '145333.717500', '145334.177500', '145334.637500', '145335.097500', '145335.557500', '145336.017500', '145336.477500', '145336.937500', '145337.397500', '145337.857500', '145338.317500', '145338.777500', '145339.237500', '145339.697500', '145340.157500', '145340.617500', '145341.077500', '145341.537500', '145341.997500', '145342.457500', '145342.917500', '145343.377500', '145343.837500', '145344.297500', '145344.757500', '145345.217500', '145345.677500', '145346.137500', '145346.597500', '145347.057500', '145347.517500', '145347.977500', '145348.437500', '145348.897500', '145349.357500', '145349.817500', '145350.277500', '145350.737500', '145351.197500', '145351.657500', '145352.117500', '145352.577500', '145353.037500', '145353.497500', '145353.957500', '145354.417500', '145354.877500', '145355.337500', '145355.797500', '145356.257500', '145356.717500', '145357.177500', '145357.637500', '145358.097500', '145358.557500', '145359.017500', '145359.477500', '145359.937500', '145400.397500', '145400.857500', '145401.317500', '145401.777500', '145402.237500', '145402.697500', '145403.157500', '145403.617500', '145404.077500', '145404.537500', '145404.997500', '145405.457500', '145405.917500', '145406.377500', '145406.837500', '145407.297500', '145407.757500', '145408.217500', '145408.677500', '145409.137500', '145409.597500', '145410.057500', '145410.517500', '145410.977500', '145411.437500', '145411.897500', '145412.357500', '145412.817500', '145413.277500', '145413.737500', '145414.197500', '145414.657500', '145415.117500', '145415.577500', '145416.037500', '145416.497500', '145416.957500', '145417.417500', '145417.877500', '145418.337500', '145418.797500', '145419.257500', '145419.717500', '145420.177500', '145420.637500', '145421.097500', '145421.557500', '145422.017500', '145422.477500', '145422.937500', '145423.397500', '145423.857500', '145424.317500', '145424.777500', '145425.237500', '145425.697500', '145426.157500', '145426.617500', '145427.077500', '145427.537500', '145427.997500', '145428.457500', '145428.917500', '145429.377500', '145429.837500', '145430.297500', '145430.757500', '145431.217500', '145431.677500', '145432.137500', '145432.597500', '145433.057500', '145433.517500', '145433.977500', '145434.437500', '145434.897500', '145435.357500', '145435.817500', '145436.277500', '145436.737500', '145437.197500', '145437.657500', '145438.117500', '145438.577500', '145439.037500', '145439.497500', '145439.957500', '145440.417500', '145440.877500', '145441.337500', '145441.797500', '145442.257500', '145442.717500', '145443.177500', '145443.637500', '145444.097500', '145444.557500', '145445.017500', '145445.477500', '145445.937500', '145446.397500', '145446.857500', '145447.317500', '145447.777500', '145448.237500', '145448.697500', '145449.157500', '145449.617500', '145450.077500', '145450.537500', '145450.997500', '145451.457500', '145451.917500', '145452.377500', '145452.837500', '145453.297500', '145453.757500', '145454.217500', '145454.677500', '145455.137500', '145455.597500', '145456.057500', '145456.517500', '145456.977500', '145457.437500', '145457.897500', '145458.357500', '145458.817500', '145459.277500', '145459.737500', '145500.197500', '145500.657500', '145501.117500', '145501.577500', '145502.037500', '145502.497500', '145502.957500', '145503.417500', '145503.877500', '145504.337500', '145504.797500', '145505.257500', '145505.717500', '145506.177500', '145506.637500', '145507.097500', '145507.557500', '145508.017500', '145508.477500', '145508.937500', '145509.397500', '145509.857500', '145510.317500', '145510.777500', '145511.237500', '145511.697500', '145512.157500', '145512.617500', '145513.077500', '145513.537500', '145513.997500', '145514.457500', '145514.917500', '145515.377500', '145515.837500', '145516.297500', '145516.757500', '145517.217500', '145517.677500', '145518.137500', '145518.597500', '145519.057500', '145519.517500', '145519.977500', '145520.437500', '145520.897500', '145521.357500', '145521.817500', '145522.277500', '145522.737500', '145523.197500', '145523.657500', '145524.117500', '145524.577500', '145525.037500', '145525.497500', '145525.957500', '145526.417500', '145526.877500', '145527.337500', '145527.797500', '145528.257500', '145528.717500', '145529.177500', '145529.637500', '145530.097500', '145530.557500', '145531.017500', '145531.477500', '145531.937500', '145532.397500', '145532.857500', '145533.317500', '145533.777500', '145534.237500', '145534.697500', '145535.157500', '145535.617500', '145536.077500', '145536.537500', '145536.997500', '145537.457500', '145537.917500', '145538.377500', '145538.837500', '145539.297500', '145539.757500', '145540.217500', '145540.677500', '145541.137500', '145541.597500', '145542.057500', '145542.517500', '145542.977500', '145543.437500', '145543.897500', '145544.357500', '145544.817500', '145545.277500', '145545.737500', '145546.197500', '145546.657500', '145547.117500', '145547.577500', '145548.037500', '145548.497500', '145548.957500', '145549.417500', '145549.877500', '145550.337500', '145550.797500', '145551.257500', '145551.717500', '145552.177500', '145552.637500', '145553.097500', '145553.557500', '145554.017500', '145554.477500', '145554.937500', '145555.397500', '145555.857500', '145556.317500', '145556.777500', '145557.237500', '145557.697500', '145558.157500', '145558.617500', '145559.077500', '145559.537500', '145559.997500', '145600.457500', '145600.917500', '145601.377500', '145601.837500', '145602.297500', '145602.757500', '145603.217500', '145603.677500', '145604.137500', '145604.597500', '145605.057500', '145605.517500', '145605.977500', '145606.437500', '145606.897500', '145607.357500', '145607.817500', '145608.277500', '145608.737500', '145609.197500', '145609.657500', '145610.117500', '145610.577500', '145611.037500', '145611.497500', '145611.957500', '145612.417500', '145612.877500', '145613.337500', '145613.797500', '145614.257500', '145614.717500', '145615.177500', '145615.637500', '145616.097500', '145616.557500', '145617.017500', '145617.477500', '145617.937500', '145618.397500', '145618.857500', '145619.317500', '145619.777500', '145620.237500', '145620.697500', '145621.157500', '145621.617500', '145622.077500', '145622.537500', '145622.997500', '145623.457500', '145623.917500', '145624.377500', '145624.837500', '145625.297500', '145625.757500', '145626.217500', '145626.677500', '145627.137500', '145627.597500', '145628.057500', '145628.517500', '145628.977500', '145629.437500', '145629.897500', '145630.357500', '145630.817500', '145631.277500', '145631.737500', '145632.197500', '145632.657500', '145633.117500', '145633.577500', '145634.037500', '145634.497500', '145634.957500', '145635.417500', '145635.877500', '145636.337500', '145636.797500', '145637.257500', '145637.717500', '145638.177500', '145638.637500', '145639.097500', '145639.557500', '145640.017500', '145640.477500', '145640.937500', '145641.397500', '145641.857500', '145642.317500', '145642.777500', '145643.237500', '145643.697500', '145644.157500', '145644.617500', '145645.077500', '145645.537500', '145645.997500', '145646.457500', '145646.917500', '145647.377500', '145647.837500', '145648.297500', '145648.757500', '145649.217500', '145649.677500', '145650.137500', '145650.597500', '145651.057500', '145651.517500', '145651.977500', '145652.437500', '145652.897500', '145653.357500', '145653.817500', '145654.277500', '145654.737500', '145655.197500', '145655.657500', '145656.117500', '145656.577500', '145657.037500', '145657.497500', '145657.957500', '145658.417500', '145658.877500', '145659.337500', '145659.797500', '145700.257500', '145700.717500', '145701.177500', '145701.637500', '145702.097500', '145702.557500', '145703.017500', '145703.477500', '145703.937500', '145704.397500', '145704.857500', '145705.317500', '145705.777500', '145706.237500', '145706.697500', '145707.157500', '145707.617500', '145708.077500', '145708.537500', '145708.997500', '145709.457500', '145709.917500', '145710.377500', '145710.837500', '145711.297500', '145711.757500', '145712.217500', '145712.677500', '145713.137500', '145713.597500', '145714.057500', '145714.517500', '145714.977500', '145715.437500', '145715.897500', '145716.357500', '145716.817500', '145717.277500', '145717.737500', '145718.197500', '145718.657500', '145719.117500', '145719.577500', '145720.037500', '145720.497500', '145720.957500', '145721.417500', '145721.877500', '145722.337500', '145722.797500', '145723.257500', '145723.717500', '145724.177500', '145724.637500', '145725.097500', '145725.557500', '145726.017500', '145726.477500', '145726.937500', '145727.397500', '145727.857500', '145728.317500', '145728.777500', '145729.237500', '145729.697500', '145730.157500', '145730.617500', '145731.077500', '145731.537500', '145731.997500', '145732.457500', '145732.917500', '145733.377500', '145733.837500', '145734.297500', '145734.757500', '145735.217500', '145735.677500', '145736.137500', '145736.597500', '145737.057500', '145737.517500', '145737.977500', '145738.437500', '145738.897500', '145739.357500', '145739.817500', '145740.277500', '145740.737500', '145741.197500', '145741.657500', '145742.117500', '145742.577500', '145743.037500', '145743.497500', '145743.957500', '145744.417500', '145744.877500', '145745.337500', '145745.797500', '145746.257500', '145746.717500', '145747.177500', '145747.637500', '145748.097500', '145748.557500', '145749.017500', '145749.477500', '145749.937500', '145750.397500', '145750.857500', '145751.317500', '145751.777500', '145752.237500', '145752.697500', '145753.157500', '145753.617500', '145754.077500', '145754.537500', '145754.997500', '145755.457500', '145755.917500', '145756.377500', '145756.837500', '145757.297500', '145757.757500', '145758.217500', '145758.677500', '145759.137500', '145759.597500', '145800.057500', '145800.517500', '145800.977500', '145801.437500', '145801.897500', '145802.357500', '145802.817500', '145803.277500', '145803.737500', '145804.197500', '145804.657500', '145805.117500', '145805.577500', '145806.037500', '145806.497500', '145806.957500', '145807.417500', '145807.877500', '145808.337500', '145808.797500', '145809.257500', '145809.717500', '145810.177500', '145810.637500', '145811.097500', '145811.557500', '145812.017500', '145812.477500', '145812.937500', '145813.397500', '145813.857500', '145814.317500', '145814.777500', '145815.237500', '145815.697500', '145816.157500', '145816.617500', '145817.077500', '145817.537500', '145817.997500', '145818.457500', '145818.917500', '145819.377500', '145819.837500', '145820.297500', '145820.757500', '145821.217500', '145821.677500', '145822.137500', '145822.597500', '145823.057500', '145823.517500', '145823.977500', '145824.437500', '145824.897500', '145825.357500', '145825.817500', '145826.277500', '145826.737500', '145827.197500', '145827.657500', '145828.117500', '145828.577500', '145829.037500', '145829.497500', '145829.957500', '145830.417500', '145830.877500', '145831.337500', '145831.797500', '145832.257500', '145832.717500', '145833.177500', '145833.637500', '145834.097500', '145834.557500', '145835.017500', '145835.477500', '145835.937500', '145836.397500', '145836.857500', '145837.317500', '145837.777500', '145838.237500', '145838.697500', '145839.157500', '145839.617500', '145840.077500', '145840.537500', '145840.997500', '145841.457500', '145841.917500', '145842.377500', '145842.837500', '145843.297500', '145843.757500', '145844.217500', '145844.677500'], 'ContentTime': ['145233.863000', '145233.868000', '145233.871000', '145233.873000', '145233.876000', '145233.879000', '145233.881000', '145233.884000', '145233.886000', '145233.889000', '145233.892000', '145233.894000', '145233.897000', '145233.899000', '145233.902000', '145233.904000', '145233.907000', '145233.910000', '145233.912000', '145233.915000', '145233.917000', '145233.920000', '145233.922000', '145233.925000', '145233.928000', '145233.930000', '145233.933000', '145233.935000', '145233.938000', '145233.940000', '145233.943000', '145233.946000', '145233.948000', '145233.951000', '145233.953000', '145233.956000', '145233.958000', '145233.961000', '145233.964000', '145233.966000', '145233.969000', '145233.971000', '145233.974000', '145233.977000', '145233.979000', '145233.982000', '145233.984000', '145233.987000', '145233.989000', '145233.992000', '145233.995000', '145233.997000', '145234.001000', '145234.003000', '145234.006000', '145234.009000', '145234.011000', '145234.014000', '145234.016000', '145234.019000', '145234.021000', '145234.024000', '145234.027000', '145253.827000', '145253.830000', '145253.833000', '145253.836000', '145253.844000', '145253.846000', '145253.849000', '145253.852000', '145253.854000', '145253.857000', '145253.859000', '145253.862000', '145253.864000', '145253.867000', '145253.869000', '145253.872000', '145253.875000', '145253.877000', '145253.880000', '145253.883000', '145253.885000', '145253.888000', '145253.891000', '145253.893000', '145253.896000', '145253.898000', '145253.901000', '145253.903000', '145253.906000', '145253.909000', '145253.911000', '145253.914000', '145253.916000', '145253.919000', '145253.921000', '145253.924000', '145253.927000', '145253.929000', '145253.932000', '145253.935000', '145253.937000', '145253.940000', '145253.942000', '145313.826000', '145313.830000', '145313.832000', '145313.835000', '145313.838000', '145313.840000', '145313.843000', '145313.845000', '145313.848000', '145313.851000', '145313.853000', '145313.856000', '145313.858000', '145313.862000', '145313.865000', '145313.868000', '145313.871000', '145313.873000', '145313.876000', '145313.878000', '145313.881000', '145313.884000', '145313.886000', '145313.889000', '145313.891000', '145313.894000', '145313.896000', '145313.899000', '145313.902000', '145313.904000', '145313.907000', '145313.909000', '145313.912000', '145313.915000', '145313.918000', '145313.920000', '145313.923000', '145313.925000', '145313.928000', '145313.931000', '145313.933000', '145313.936000', '145313.938000', '145333.828000', '145333.830000', '145333.833000', '145333.836000', '145333.839000', '145333.841000', '145333.844000', '145333.847000', '145333.849000', '145333.852000', '145333.854000', '145333.857000', '145333.860000', '145333.862000', '145333.865000', '145333.867000', '145333.870000', '145333.873000', '145333.875000', '145333.878000', '145333.880000', '145333.883000', '145333.885000', '145333.888000', '145333.891000', '145333.893000', '145333.896000', '145333.903000', '145333.906000', '145333.908000', '145333.911000', '145333.914000', '145333.916000', '145333.919000', '145333.921000', '145333.924000', '145333.927000', '145333.929000', '145333.932000', '145333.935000', '145333.937000', '145333.940000', '145333.942000', '145333.945000', '145353.827000', '145353.830000', '145353.833000', '145353.835000', '145353.838000', '145353.841000', '145353.843000', '145353.846000', '145353.848000', '145353.851000', '145353.854000', '145353.856000', '145353.859000', '145353.861000', '145353.864000', '145353.867000', '145353.869000', '145353.872000', '145353.891000', '145353.894000', '145353.896000', '145353.899000', '145353.901000', '145353.904000', '145353.906000', '145353.909000', '145353.911000', '145353.914000', '145353.917000', '145353.919000', '145353.922000', '145353.925000', '145353.927000', '145353.930000', '145353.932000', '145353.935000', '145353.938000', '145353.940000', '145353.943000', '145353.945000', '145353.948000', '145353.950000', '145353.953000', '145353.956000', '145413.828000', '145413.831000', '145413.833000', '145413.836000', '145413.839000', '145413.841000', '145413.853000', '145413.856000', '145413.859000', '145413.861000', '145413.864000', '145413.867000', '145413.869000', '145413.872000', '145413.874000', '145413.877000', '145413.880000', '145413.882000', '145413.885000', '145413.887000', '145413.890000', '145413.893000', '145413.895000', '145413.898000', '145413.901000', '145413.903000', '145413.906000', '145413.908000', '145413.911000', '145413.914000', '145413.916000', '145413.919000', '145413.921000', '145413.924000', '145413.927000', '145413.929000', '145413.932000', '145413.934000', '145413.937000', '145413.940000', '145413.942000', '145413.945000', '145413.948000', '145433.828000', '145433.830000', '145433.833000', '145433.836000', '145433.838000', '145433.841000', '145433.843000', '145433.846000', '145433.849000', '145433.851000', '145433.854000', '145433.856000', '145433.859000', '145433.862000', '145433.864000', '145433.867000', '145433.870000', '145433.872000', '145433.875000', '145433.877000', '145433.880000', '145433.882000', '145433.885000', '145433.888000', '145433.890000', '145433.893000', '145433.896000', '145433.898000', '145433.901000', '145433.904000', '145433.907000', '145433.910000', '145433.912000', '145433.915000', '145433.918000', '145433.920000', '145433.923000', '145433.925000', '145433.928000', '145433.931000', '145433.933000', '145433.936000', '145433.939000', '145453.827000', '145453.831000', '145453.833000', '145453.836000', '145453.839000', '145453.841000', '145453.844000', '145453.847000', '145453.849000', '145453.852000', '145453.854000', '145453.857000', '145453.860000', '145453.862000', '145453.865000', '145453.867000', '145453.870000', '145453.873000', '145453.875000', '145453.878000', '145453.881000', '145453.883000', '145453.886000', '145453.888000', '145453.891000', '145453.894000', '145453.896000', '145453.899000', '145453.901000', '145453.904000', '145453.907000', '145453.909000', '145453.912000', '145453.914000', '145453.917000', '145453.920000', '145453.922000', '145453.925000', '145453.927000', '145453.930000', '145453.932000', '145453.935000', '145453.938000', '145453.940000', '145513.827000', '145513.830000', '145513.833000', '145513.836000', '145513.838000', '145513.841000', '145513.843000', '145513.846000', '145513.849000', '145513.852000', '145513.854000', '145513.857000', '145513.859000', '145513.862000', '145513.865000', '145513.868000', '145513.870000', '145513.873000', '145513.876000', '145513.878000', '145513.881000', '145513.884000', '145513.886000', '145513.889000', '145513.891000', '145513.894000', '145513.897000', '145513.899000', '145513.902000', '145513.911000', '145513.914000', '145513.916000', '145513.919000', '145513.921000', '145513.924000', '145513.927000', '145513.929000', '145513.932000', '145513.934000', '145513.937000', '145513.939000', '145513.942000', '145513.945000', '145533.827000', '145533.829000', '145533.832000', '145533.834000', '145533.838000', '145533.840000', '145533.843000', '145533.846000', '145533.848000', '145533.851000', '145533.854000', '145533.856000', '145533.859000', '145533.862000', '145533.864000', '145533.867000', '145533.870000', '145533.872000', '145533.882000', '145533.885000', '145533.888000', '145533.890000', '145533.893000', '145533.895000', '145533.898000', '145533.901000', '145533.903000', '145533.906000', '145533.908000', '145533.911000', '145533.914000', '145533.916000', '145533.919000', '145533.922000', '145533.924000', '145533.927000', '145533.929000', '145533.932000', '145533.935000', '145533.937000', '145533.940000', '145533.943000', '145533.945000', '145533.948000', '145553.827000', '145553.830000', '145553.833000', '145553.836000', '145553.838000', '145553.841000', '145553.844000', '145553.846000', '145553.849000', '145553.851000', '145553.854000', '145553.857000', '145553.859000', '145553.862000', '145553.865000', '145553.867000', '145553.870000', '145553.872000', '145553.875000', '145553.878000', '145553.880000', '145553.883000', '145553.886000', '145553.889000', '145553.891000', '145553.894000', '145553.897000', '145553.899000', '145553.902000', '145553.905000', '145553.907000', '145553.910000', '145553.912000', '145553.915000', '145553.917000', '145553.920000', '145553.923000', '145553.926000', '145553.928000', '145553.931000', '145553.933000', '145553.936000', '145553.939000', '145613.827000', '145613.830000', '145613.833000', '145613.836000', '145613.838000', '145613.841000', '145613.843000', '145613.846000', '145613.849000', '145613.851000', '145613.854000', '145613.857000', '145613.859000', '145613.862000', '145613.864000', '145613.867000', '145613.870000', '145613.872000', '145613.875000', '145613.877000', '145613.880000', '145613.883000', '145613.885000', '145613.888000', '145613.890000', '145613.893000', '145613.895000', '145613.898000', '145613.901000', '145613.903000', '145613.906000', '145613.908000', '145613.911000', '145613.914000', '145613.921000', '145613.924000', '145613.927000', '145613.929000', '145613.932000', '145613.935000', '145613.937000', '145613.940000', '145613.942000', '145613.945000', '145633.827000', '145633.830000', '145633.833000', '145633.836000', '145633.838000', '145633.841000', '145633.844000', '145633.846000', '145633.849000', '145633.851000', '145633.854000', '145633.857000', '145633.859000', '145633.862000', '145633.865000', '145633.867000', '145633.870000', '145633.873000', '145633.875000', '145633.878000', '145633.880000', '145633.883000', '145633.886000', '145633.888000', '145633.891000', '145633.894000', '145633.896000', '145633.899000', '145633.901000', '145633.904000', '145633.907000', '145633.909000', '145633.912000', '145633.915000', '145633.917000', '145633.920000', '145633.922000', '145633.925000', '145633.928000', '145633.930000', '145633.933000', '145633.936000', '145633.938000', '145653.827000', '145653.830000', '145653.833000', '145653.836000', '145653.838000', '145653.841000', '145653.844000', '145653.846000', '145653.849000', '145653.852000', '145653.854000', '145653.869000', '145653.871000', '145653.874000', '145653.877000', '145653.879000', '145653.882000', '145653.885000', '145653.887000', '145653.890000', '145653.893000', '145653.895000', '145653.898000', '145653.900000', '145653.903000', '145653.906000', '145653.908000', '145653.911000', '145653.914000', '145653.916000', '145653.919000', '145653.921000', '145653.924000', '145653.927000', '145653.929000', '145653.932000', '145653.934000', '145653.937000', '145653.940000', '145653.942000', '145653.945000', '145653.948000', '145653.950000', '145653.953000', '145713.827000', '145713.830000', '145713.833000', '145713.835000', '145713.838000', '145713.841000', '145713.843000', '145713.846000', '145713.849000', '145713.851000', '145713.854000', '145713.856000', '145713.859000', '145713.862000', '145713.864000', '145713.867000', '145713.869000', '145713.872000', '145713.875000', '145713.877000', '145713.880000', '145713.882000', '145713.885000', '145713.888000', '145713.890000', '145713.893000', '145713.895000', '145713.898000', '145713.901000', '145713.903000', '145713.906000', '145713.909000', '145713.911000', '145713.914000', '145713.916000', '145713.919000', '145713.922000', '145713.924000', '145713.927000', '145713.929000', '145713.932000', '145713.935000', '145713.937000', '145733.827000', '145733.830000', '145733.833000', '145733.836000', '145733.838000', '145733.841000', '145733.843000', '145733.846000', '145733.849000', '145733.851000', '145733.854000', '145733.857000', '145733.859000', '145733.862000', '145733.864000', '145733.867000', '145733.870000', '145733.872000', '145733.875000', '145733.878000', '145733.880000', '145733.883000', '145733.885000', '145733.888000', '145733.891000', '145733.894000', '145733.896000', '145733.899000', '145733.901000', '145733.904000', '145733.906000', '145733.909000', '145733.912000', '145733.914000', '145733.917000', '145733.920000', '145733.922000', '145733.925000', '145733.928000', '145733.930000', '145733.933000', '145733.935000', '145733.938000', '145733.940000', '145753.827000', '145753.829000', '145753.832000', '145753.835000', '145753.837000', '145753.840000', '145753.842000', '145753.845000', '145753.848000', '145753.850000', '145753.853000', '145753.856000', '145753.858000', '145753.861000', '145753.863000', '145753.866000', '145753.869000', '145753.871000', '145753.874000', '145753.876000', '145753.879000', '145753.882000', '145753.884000', '145753.887000', '145753.890000', '145753.892000', '145753.895000', '145753.897000', '145753.900000', '145753.903000', '145753.905000', '145753.908000', '145753.910000', '145753.913000', '145753.916000', '145753.918000', '145753.921000', '145753.923000', '145753.926000', '145753.928000', '145753.931000', '145753.934000', '145753.936000', '145813.827000', '145813.830000', '145813.833000', '145813.836000', '145813.838000', '145813.841000', '145813.843000', '145813.847000', '145813.850000', '145813.853000', '145813.856000', '145813.858000', '145813.861000', '145813.863000', '145813.866000', '145813.868000', '145813.871000', '145813.874000', '145813.876000', '145813.879000', '145813.881000', '145813.884000', '145813.896000', '145813.899000', '145813.901000', '145813.904000', '145813.907000', '145813.909000', '145813.912000', '145813.914000', '145813.917000', '145813.919000', '145813.922000', '145813.924000', '145813.927000', '145813.930000', '145813.932000', '145813.935000', '145813.937000', '145813.940000', '145813.943000', '145813.945000', '145813.948000', '145813.950000', '145833.827000', '145833.830000', '145833.833000', '145833.836000', '145833.838000', '145833.841000', '145833.844000', '145833.846000', '145833.849000', '145833.851000', '145833.854000', '145833.857000', '145833.859000', '145833.862000', '145833.864000', '145833.867000', '145833.869000', '145833.872000', '145833.875000', '145833.877000', '145833.880000', '145833.883000', '145833.885000', '145833.888000', '145833.890000', '145833.893000', '145833.895000', '145833.898000', '145833.901000', '145833.903000', '145833.906000', '145833.909000', '145833.911000', '145833.914000', '145833.916000', '145833.919000', '145833.921000', '145833.924000', '145833.927000', '145833.929000', '145833.932000', '145833.934000', '145833.937000', '145845.916000', '145845.920000', '145845.922000', '145845.925000', '145845.928000', '145845.931000', '145845.934000', '145845.937000', '145845.940000', '145845.942000', '145845.945000', '145845.949000', '145845.956000', '145845.958000', '145845.961000', '145845.964000', '145845.967000', '145845.970000', '145845.973000', '145845.975000', '145845.978000', '145845.981000', '145845.984000', '145845.986000', '145845.989000', '145845.992000', '145845.994000'], 'InstanceCreationTime': ['145233.863000', '145233.868000', '145233.871000', '145233.873000', '145233.876000', '145233.879000', '145233.881000', '145233.884000', '145233.886000', '145233.889000', '145233.892000', '145233.894000', '145233.897000', '145233.899000', '145233.902000', '145233.904000', '145233.907000', '145233.910000', '145233.912000', '145233.915000', '145233.917000', '145233.920000', '145233.922000', '145233.925000', '145233.928000', '145233.930000', '145233.933000', '145233.935000', '145233.938000', '145233.940000', '145233.943000', '145233.946000', '145233.948000', '145233.951000', '145233.953000', '145233.956000', '145233.958000', '145233.961000', '145233.964000', '145233.966000', '145233.969000', '145233.971000', '145233.974000', '145233.977000', '145233.979000', '145233.982000', '145233.984000', '145233.987000', '145233.989000', '145233.992000', '145233.995000', '145233.997000', '145234.001000', '145234.003000', '145234.006000', '145234.009000', '145234.011000', '145234.014000', '145234.016000', '145234.019000', '145234.021000', '145234.024000', '145234.027000', '145253.827000', '145253.830000', '145253.833000', '145253.836000', '145253.844000', '145253.846000', '145253.849000', '145253.852000', '145253.854000', '145253.857000', '145253.859000', '145253.862000', '145253.864000', '145253.867000', '145253.869000', '145253.872000', '145253.875000', '145253.877000', '145253.880000', '145253.883000', '145253.885000', '145253.888000', '145253.891000', '145253.893000', '145253.896000', '145253.898000', '145253.901000', '145253.903000', '145253.906000', '145253.909000', '145253.911000', '145253.914000', '145253.916000', '145253.919000', '145253.921000', '145253.924000', '145253.927000', '145253.929000', '145253.932000', '145253.935000', '145253.937000', '145253.940000', '145253.942000', '145313.826000', '145313.830000', '145313.832000', '145313.835000', '145313.838000', '145313.840000', '145313.843000', '145313.845000', '145313.848000', '145313.851000', '145313.853000', '145313.856000', '145313.858000', '145313.862000', '145313.865000', '145313.868000', '145313.871000', '145313.873000', '145313.876000', '145313.878000', '145313.881000', '145313.884000', '145313.886000', '145313.889000', '145313.891000', '145313.894000', '145313.896000', '145313.899000', '145313.902000', '145313.904000', '145313.907000', '145313.909000', '145313.912000', '145313.915000', '145313.918000', '145313.920000', '145313.923000', '145313.925000', '145313.928000', '145313.931000', '145313.933000', '145313.936000', '145313.938000', '145333.828000', '145333.830000', '145333.833000', '145333.836000', '145333.839000', '145333.841000', '145333.844000', '145333.847000', '145333.849000', '145333.852000', '145333.854000', '145333.857000', '145333.860000', '145333.862000', '145333.865000', '145333.867000', '145333.870000', '145333.873000', '145333.875000', '145333.878000', '145333.880000', '145333.883000', '145333.885000', '145333.888000', '145333.891000', '145333.893000', '145333.896000', '145333.903000', '145333.906000', '145333.908000', '145333.911000', '145333.914000', '145333.916000', '145333.919000', '145333.921000', '145333.924000', '145333.927000', '145333.929000', '145333.932000', '145333.935000', '145333.937000', '145333.940000', '145333.942000', '145333.945000', '145353.827000', '145353.830000', '145353.833000', '145353.835000', '145353.838000', '145353.841000', '145353.843000', '145353.846000', '145353.848000', '145353.851000', '145353.854000', '145353.856000', '145353.859000', '145353.861000', '145353.864000', '145353.867000', '145353.869000', '145353.872000', '145353.891000', '145353.894000', '145353.896000', '145353.899000', '145353.901000', '145353.904000', '145353.906000', '145353.909000', '145353.911000', '145353.914000', '145353.917000', '145353.919000', '145353.922000', '145353.925000', '145353.927000', '145353.930000', '145353.932000', '145353.935000', '145353.938000', '145353.940000', '145353.943000', '145353.945000', '145353.948000', '145353.950000', '145353.953000', '145353.956000', '145413.828000', '145413.831000', '145413.833000', '145413.836000', '145413.839000', '145413.841000', '145413.853000', '145413.856000', '145413.859000', '145413.861000', '145413.864000', '145413.867000', '145413.869000', '145413.872000', '145413.874000', '145413.877000', '145413.880000', '145413.882000', '145413.885000', '145413.887000', '145413.890000', '145413.893000', '145413.895000', '145413.898000', '145413.901000', '145413.903000', '145413.906000', '145413.908000', '145413.911000', '145413.914000', '145413.916000', '145413.919000', '145413.921000', '145413.924000', '145413.927000', '145413.929000', '145413.932000', '145413.934000', '145413.937000', '145413.940000', '145413.942000', '145413.945000', '145413.948000', '145433.828000', '145433.830000', '145433.833000', '145433.836000', '145433.838000', '145433.841000', '145433.843000', '145433.846000', '145433.849000', '145433.851000', '145433.854000', '145433.856000', '145433.859000', '145433.862000', '145433.864000', '145433.867000', '145433.870000', '145433.872000', '145433.875000', '145433.877000', '145433.880000', '145433.882000', '145433.885000', '145433.888000', '145433.890000', '145433.893000', '145433.896000', '145433.898000', '145433.901000', '145433.904000', '145433.907000', '145433.910000', '145433.912000', '145433.915000', '145433.918000', '145433.920000', '145433.923000', '145433.925000', '145433.928000', '145433.931000', '145433.933000', '145433.936000', '145433.939000', '145453.827000', '145453.831000', '145453.833000', '145453.836000', '145453.839000', '145453.841000', '145453.844000', '145453.847000', '145453.849000', '145453.852000', '145453.854000', '145453.857000', '145453.860000', '145453.862000', '145453.865000', '145453.867000', '145453.870000', '145453.873000', '145453.875000', '145453.878000', '145453.881000', '145453.883000', '145453.886000', '145453.888000', '145453.891000', '145453.894000', '145453.896000', '145453.899000', '145453.901000', '145453.904000', '145453.907000', '145453.909000', '145453.912000', '145453.914000', '145453.917000', '145453.920000', '145453.922000', '145453.925000', '145453.927000', '145453.930000', '145453.932000', '145453.935000', '145453.938000', '145453.940000', '145513.827000', '145513.830000', '145513.833000', '145513.836000', '145513.838000', '145513.841000', '145513.843000', '145513.846000', '145513.849000', '145513.852000', '145513.854000', '145513.857000', '145513.859000', '145513.862000', '145513.865000', '145513.868000', '145513.870000', '145513.873000', '145513.876000', '145513.878000', '145513.881000', '145513.884000', '145513.886000', '145513.889000', '145513.891000', '145513.894000', '145513.897000', '145513.899000', '145513.902000', '145513.911000', '145513.914000', '145513.916000', '145513.919000', '145513.921000', '145513.924000', '145513.927000', '145513.929000', '145513.932000', '145513.934000', '145513.937000', '145513.939000', '145513.942000', '145513.945000', '145533.827000', '145533.829000', '145533.832000', '145533.834000', '145533.838000', '145533.840000', '145533.843000', '145533.846000', '145533.848000', '145533.851000', '145533.854000', '145533.856000', '145533.859000', '145533.862000', '145533.864000', '145533.867000', '145533.870000', '145533.872000', '145533.882000', '145533.885000', '145533.888000', '145533.890000', '145533.893000', '145533.895000', '145533.898000', '145533.901000', '145533.903000', '145533.906000', '145533.908000', '145533.911000', '145533.914000', '145533.916000', '145533.919000', '145533.922000', '145533.924000', '145533.927000', '145533.929000', '145533.932000', '145533.935000', '145533.937000', '145533.940000', '145533.943000', '145533.945000', '145533.948000', '145553.827000', '145553.830000', '145553.833000', '145553.836000', '145553.838000', '145553.841000', '145553.844000', '145553.846000', '145553.849000', '145553.851000', '145553.854000', '145553.857000', '145553.859000', '145553.862000', '145553.865000', '145553.867000', '145553.870000', '145553.872000', '145553.875000', '145553.878000', '145553.880000', '145553.883000', '145553.886000', '145553.889000', '145553.891000', '145553.894000', '145553.897000', '145553.899000', '145553.902000', '145553.905000', '145553.907000', '145553.910000', '145553.912000', '145553.915000', '145553.917000', '145553.920000', '145553.923000', '145553.926000', '145553.928000', '145553.931000', '145553.933000', '145553.936000', '145553.939000', '145613.827000', '145613.830000', '145613.833000', '145613.836000', '145613.838000', '145613.841000', '145613.843000', '145613.846000', '145613.849000', '145613.851000', '145613.854000', '145613.857000', '145613.859000', '145613.862000', '145613.864000', '145613.867000', '145613.870000', '145613.872000', '145613.875000', '145613.877000', '145613.880000', '145613.883000', '145613.885000', '145613.888000', '145613.890000', '145613.893000', '145613.895000', '145613.898000', '145613.901000', '145613.903000', '145613.906000', '145613.908000', '145613.911000', '145613.914000', '145613.921000', '145613.924000', '145613.927000', '145613.929000', '145613.932000', '145613.935000', '145613.937000', '145613.940000', '145613.942000', '145613.945000', '145633.827000', '145633.830000', '145633.833000', '145633.836000', '145633.838000', '145633.841000', '145633.844000', '145633.846000', '145633.849000', '145633.851000', '145633.854000', '145633.857000', '145633.859000', '145633.862000', '145633.865000', '145633.867000', '145633.870000', '145633.873000', '145633.875000', '145633.878000', '145633.880000', '145633.883000', '145633.886000', '145633.888000', '145633.891000', '145633.894000', '145633.896000', '145633.899000', '145633.901000', '145633.904000', '145633.907000', '145633.909000', '145633.912000', '145633.915000', '145633.917000', '145633.920000', '145633.922000', '145633.925000', '145633.928000', '145633.930000', '145633.933000', '145633.936000', '145633.938000', '145653.827000', '145653.830000', '145653.833000', '145653.836000', '145653.838000', '145653.841000', '145653.844000', '145653.846000', '145653.849000', '145653.852000', '145653.854000', '145653.869000', '145653.871000', '145653.874000', '145653.877000', '145653.879000', '145653.882000', '145653.885000', '145653.887000', '145653.890000', '145653.893000', '145653.895000', '145653.898000', '145653.900000', '145653.903000', '145653.906000', '145653.908000', '145653.911000', '145653.914000', '145653.916000', '145653.919000', '145653.921000', '145653.924000', '145653.927000', '145653.929000', '145653.932000', '145653.934000', '145653.937000', '145653.940000', '145653.942000', '145653.945000', '145653.948000', '145653.950000', '145653.953000', '145713.827000', '145713.830000', '145713.833000', '145713.835000', '145713.838000', '145713.841000', '145713.843000', '145713.846000', '145713.849000', '145713.851000', '145713.854000', '145713.856000', '145713.859000', '145713.862000', '145713.864000', '145713.867000', '145713.869000', '145713.872000', '145713.875000', '145713.877000', '145713.880000', '145713.882000', '145713.885000', '145713.888000', '145713.890000', '145713.893000', '145713.895000', '145713.898000', '145713.901000', '145713.903000', '145713.906000', '145713.909000', '145713.911000', '145713.914000', '145713.916000', '145713.919000', '145713.922000', '145713.924000', '145713.927000', '145713.929000', '145713.932000', '145713.935000', '145713.937000', '145733.827000', '145733.830000', '145733.833000', '145733.836000', '145733.838000', '145733.841000', '145733.843000', '145733.846000', '145733.849000', '145733.851000', '145733.854000', '145733.857000', '145733.859000', '145733.862000', '145733.864000', '145733.867000', '145733.870000', '145733.872000', '145733.875000', '145733.878000', '145733.880000', '145733.883000', '145733.885000', '145733.888000', '145733.891000', '145733.894000', '145733.896000', '145733.899000', '145733.901000', '145733.904000', '145733.906000', '145733.909000', '145733.912000', '145733.914000', '145733.917000', '145733.920000', '145733.922000', '145733.925000', '145733.928000', '145733.930000', '145733.933000', '145733.935000', '145733.938000', '145733.940000', '145753.827000', '145753.829000', '145753.832000', '145753.835000', '145753.837000', '145753.840000', '145753.842000', '145753.845000', '145753.848000', '145753.850000', '145753.853000', '145753.856000', '145753.858000', '145753.861000', '145753.863000', '145753.866000', '145753.869000', '145753.871000', '145753.874000', '145753.876000', '145753.879000', '145753.882000', '145753.884000', '145753.887000', '145753.890000', '145753.892000', '145753.895000', '145753.897000', '145753.900000', '145753.903000', '145753.905000', '145753.908000', '145753.910000', '145753.913000', '145753.916000', '145753.918000', '145753.921000', '145753.923000', '145753.926000', '145753.928000', '145753.931000', '145753.934000', '145753.936000', '145813.827000', '145813.830000', '145813.833000', '145813.836000', '145813.838000', '145813.841000', '145813.843000', '145813.847000', '145813.850000', '145813.853000', '145813.856000', '145813.858000', '145813.861000', '145813.863000', '145813.866000', '145813.868000', '145813.871000', '145813.874000', '145813.876000', '145813.879000', '145813.881000', '145813.884000', '145813.896000', '145813.899000', '145813.901000', '145813.904000', '145813.907000', '145813.909000', '145813.912000', '145813.914000', '145813.917000', '145813.919000', '145813.922000', '145813.924000', '145813.927000', '145813.930000', '145813.932000', '145813.935000', '145813.937000', '145813.940000', '145813.943000', '145813.945000', '145813.948000', '145813.950000', '145833.827000', '145833.830000', '145833.833000', '145833.836000', '145833.838000', '145833.841000', '145833.844000', '145833.846000', '145833.849000', '145833.851000', '145833.854000', '145833.857000', '145833.859000', '145833.862000', '145833.864000', '145833.867000', '145833.869000', '145833.872000', '145833.875000', '145833.877000', '145833.880000', '145833.883000', '145833.885000', '145833.888000', '145833.890000', '145833.893000', '145833.895000', '145833.898000', '145833.901000', '145833.903000', '145833.906000', '145833.909000', '145833.911000', '145833.914000', '145833.916000', '145833.919000', '145833.921000', '145833.924000', '145833.927000', '145833.929000', '145833.932000', '145833.934000', '145833.937000', '145845.916000', '145845.920000', '145845.922000', '145845.925000', '145845.928000', '145845.931000', '145845.934000', '145845.937000', '145845.940000', '145845.942000', '145845.945000', '145845.949000', '145845.956000', '145845.958000', '145845.961000', '145845.964000', '145845.967000', '145845.970000', '145845.973000', '145845.975000', '145845.978000', '145845.981000', '145845.984000', '145845.986000', '145845.989000', '145845.992000', '145845.994000'], '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': [8500, 7164, 8337, 6550, 8077, 7123, 7976, 8262, 6431, 7602, 6410, 7420, 7847, 6940, 8888, 7353, 9857, 8393, 8632, 10627, 8917, 8639, 8380, 8260, 8251, 8045, 7925, 6867, 8247, 6269, 7747, 7558, 8102, 6442, 7853, 6468, 7883, 6910, 8547, 6848, 8149, 6733, 8716, 6820, 8485, 6399, 8401, 6783, 8032, 7357, 7342, 8098, 6882, 8191, 8030, 8175, 7100, 8267, 7410, 8562, 6461, 8252, 6797, 8377, 6560, 7716, 6894, 7613, 7651, 6909, 8245, 6571, 8461, 6756, 8432, 6267, 8166, 6578, 8278, 7541, 8476, 7266, 7999, 8575, 8138, 7752, 8208, 6063, 8084, 7102, 8560, 6552, 7808, 6849, 7757, 7744, 7293, 8509, 6851, 8590, 6866, 8649, 6594, 8493, 7219, 8180, 7256, 8499, 6696, 8526, 6591, 8447, 6278, 8317, 6707, 7793, 6755, 7948, 6994, 7709, 7437, 5938, 7589, 6555, 8063, 6407, 7630, 6429, 7811, 6513, 7693, 6767, 8098, 6437, 8378, 6804, 8064, 6664, 8088, 7468, 7735, 7851, 7004, 8074, 6760, 8294, 9033, 7706, 8324, 7832, 7963, 7367, 8119, 7086, 7969, 6914, 7943, 6730, 8516, 6567, 7969, 6610, 8135, 6867, 7761, 6957, 7660, 7333, 7697, 7676, 6236, 7708, 6782, 8028, 8119, 7955, 7759, 7790, 8777, 7701, 6814, 7736, 6229, 7682, 6600, 7813, 6692, 8018, 6853, 7941, 8807, 7678, 6531, 7587, 6222, 7452, 7429, 7723, 6599, 7648, 6744, 7921, 6971, 7683, 6416, 7674, 7440, 8196, 7460, 8471, 6839, 8030, 7287, 8159, 6585, 7990, 7440, 7830, 8675, 7594, 7639, 7723, 6721, 7590, 7062, 7849, 6688, 8019, 6423, 8314, 6694, 8204, 6466, 8153, 6975, 7946, 6563, 8000, 6633, 7908, 7107, 7697, 6049, 7731, 6686, 8004, 6440, 8025, 7112, 7966, 7179, 8201, 7499, 8062, 6812, 7985, 6792, 8043, 6523, 8258, 6143, 7681, 6241, 7659, 6760, 7651, 6440, 7485, 6749, 7896, 6509, 8026, 6618, 7822, 6598, 7853, 6417, 7345, 6613, 7769, 6768, 8339, 6330, 7400, 7463, 6797, 7592, 7898, 7543, 8351, 7466, 8057, 7156, 8021, 6746, 8124, 6594, 8016, 6866, 7795, 6703, 7755, 6415, 7603, 6478, 7696, 6899, 7423, 7504, 7174, 7900, 6509, 7920, 6238, 7972, 6576, 8198, 6624, 7824, 6770, 8052, 6729, 8123, 6610, 8134, 6998, 7261, 7535, 6563, 7478, 7573, 6320, 8721, 9736, 7915, 9334, 7721, 8955, 7519, 8155, 7018, 8001, 6830, 8060, 6783, 7649, 7077, 6142, 7206, 6658, 7884, 6294, 7318, 7035, 7993, 6732, 8846, 6360, 8067, 6342, 7724, 7431, 7789, 6455, 7450, 6570, 7557, 6868, 7770, 6231, 7479, 6482, 7733, 6357, 7652, 6314, 7532, 9958, 7745, 8451, 6868, 8087, 6674, 8328, 6442, 8279, 6490, 8051, 6405, 7652, 7236, 6341, 7523, 6424, 7657, 6445, 7958, 6373, 8357, 6730, 8186, 6485, 8693, 6476, 8173, 7139, 7423, 7384, 7442, 7612, 6229, 7109, 6547, 7908, 6423, 8111, 6554, 7378, 10462, 7705, 8777, 7466, 7798, 7077, 8169, 6778, 8238, 6492, 8173, 6650, 7417, 7063, 7525, 6941, 7334, 6956, 7456, 7400, 6499, 7543, 6876, 7659, 6480, 7515, 9360, 7508, 8890, 6787, 8432, 6974, 8277, 6646, 8161, 6825, 8570, 6592, 8191, 6620, 7904, 6407, 8056, 6820, 7969, 6420, 7307, 6520, 7117, 9174, 7101, 7964, 6697, 8358, 6475, 8204, 6713, 8061, 6407, 7821, 6473, 7889, 6259, 7748, 6598, 8130, 7416, 7357, 6559, 7705, 6652, 6188, 7529, 8971, 7609, 9044, 6975, 8168, 6612, 8184, 7476, 8337, 6563, 8451, 6412, 8410, 6474, 8283, 6401, 8081, 6625, 8045, 6537, 7417, 6449, 7612, 7050, 7214, 8560, 7149, 7875, 6739, 8156, 6414, 8232, 6623, 8084, 6545, 8098, 6877, 7754, 6906, 8060, 6663, 8087, 6607, 8187, 6794, 8409, 6664, 8037, 6403, 8427, 6963, 8117, 6657, 7500, 6743, 7600, 6617, 7934, 6559, 7998, 6569, 7912, 6607, 8372, 6481, 8051, 6355, 7515, 10209, 7186, 9479, 7217, 8519, 6915, 8196, 7105, 8281, 6831, 8232, 6783, 8359, 6964, 8113, 6615, 8241, 6701, 8047, 6795, 7555, 6534, 7484, 8811, 7007, 7873, 6811, 7939, 6679, 7658, 6294, 7549, 6556, 6991, 7583, 7136, 6437, 7061, 7598, 6979, 7856, 6880, 8000, 6969, 7945, 6301, 7129, 6311, 7198, 8043, 7087, 8099, 6707, 7957, 6741, 7949, 6578, 8126, 6617, 8232, 6330, 8232, 6481, 7980, 6442, 7702, 6381, 7876, 6361, 7999, 6440, 7552, 9534, 6910, 9009, 6818, 8062, 6656, 8149, 6668, 8163, 6564, 8174, 6620, 8216, 6571, 8069, 6254, 6954, 8905, 6955, 8134, 6535, 8071, 6635, 8044, 6470, 7636, 6735, 7591, 6766, 7799, 6471, 7601, 6622, 7914, 6768, 7845, 6652, 8149, 6610, 7252, 7408, 7032, 9448, 7009, 7925, 6771, 8499, 6573, 7619, 7232, 7092, 8747, 6660, 7979, 6355, 7829, 6773, 7717, 6971, 6856, 6639, 6964, 7166, 6927, 6491, 7064, 6419, 6993, 6529, 7358, 6565, 7502, 8416, 7213, 9629, 7479, 8867, 6897, 8320, 6536, 8189, 6889, 7789, 6778, 7815, 6590, 7439, 6473, 8036, 6868, 7615, 6639, 7039, 8388, 6992, 8648, 6585, 8254, 6745, 7936, 6699, 7864, 6636, 8101, 6462, 7883, 6552, 7922, 6661, 7094, 6640, 6992, 8336, 6921, 8772, 7049, 7941, 7202, 7342, 6972, 7997, 7218, 8025, 7061, 7919, 6314, 7752, 6432, 7155, 7823, 6910, 8494, 7158, 6781, 6788, 6340, 6959, 6178, 7069, 6534, 7216, 6544, 7151, 6650, 7286, 6955, 7403, 6645, 7662, 6683, 7942, 6410, 7389, 6837, 7192, 9285, 6985, 8308, 7108, 8212, 6675, 8265, 7242, 7860, 6753, 8385, 6655, 7840, 6689, 7859, 6399, 8233, 6897, 7828, 7060, 5934, 6802, 6434, 8304, 7273, 10332, 7827, 8538, 9521, 7266, 8147, 7372, 8218, 7402, 8016, 6889, 7668, 6528, 7478, 6605, 7206, 8014, 7140, 8129, 7254, 7961, 6921, 7965, 6671, 7855, 7040, 7640, 7001, 7929, 7383, 8023, 7069, 7987, 6845, 7960, 7091, 8211, 7289, 8263, 6941, 8015, 7187, 8175, 7310, 8190, 7325, 7805, 6946, 7584, 6805, 7684, 9202, 7318, 6403, 7204, 6466, 7448, 6417, 7704, 6719, 8227], 'WindowCenter': [3917.0, 3871.0, 3877.0, 3845.0, 3863.0, 3853.0, 3861.0, 3873.0, 3830.0, 3861.0, 3842.0, 3862.0, 3863.0, 3852.0, 3874.0, 3852.0, 3881.0, 3847.0, 3857.0, 3866.0, 3845.0, 3832.0, 3834.0, 3832.0, 3832.0, 3832.0, 3833.0, 3812.0, 3844.0, 3812.0, 3835.0, 3833.0, 3845.0, 3815.0, 3847.0, 3824.0, 3847.0, 3825.0, 3857.0, 3826.0, 3847.0, 3825.0, 3857.0, 3825.0, 3845.0, 3815.0, 3846.0, 3826.0, 3846.0, 3836.0, 3834.0, 3847.0, 3824.0, 3847.0, 3834.0, 3846.0, 3824.0, 3847.0, 3824.0, 3845.0, 3813.0, 3846.0, 3824.0, 3845.0, 3825.0, 3834.0, 3835.0, 3846.0, 3848.0, 3835.0, 3858.0, 3825.0, 3859.0, 3825.0, 3847.0, 3813.0, 3846.0, 3812.0, 3835.0, 3822.0, 3844.0, 3821.0, 3833.0, 3842.0, 3834.0, 3820.0, 3844.0, 3800.0, 3845.0, 3824.0, 3857.0, 3826.0, 3836.0, 3827.0, 3836.0, 3847.0, 3833.0, 3856.0, 3823.0, 3856.0, 3823.0, 3856.0, 3825.0, 3846.0, 3835.0, 3847.0, 3835.0, 3846.0, 3824.0, 3846.0, 3824.0, 3845.0, 3814.0, 3844.0, 3825.0, 3834.0, 3826.0, 3845.0, 3837.0, 3836.0, 3837.0, 3816.0, 3848.0, 3826.0, 3859.0, 3828.0, 3849.0, 3828.0, 3847.0, 3828.0, 3847.0, 3827.0, 3847.0, 3826.0, 3846.0, 3826.0, 3833.0, 3825.0, 3846.0, 3835.0, 3834.0, 3847.0, 3822.0, 3847.0, 3825.0, 3847.0, 3855.0, 3835.0, 3844.0, 3835.0, 3834.0, 3834.0, 3833.0, 3824.0, 3832.0, 3824.0, 3844.0, 3825.0, 3844.0, 3824.0, 3833.0, 3813.0, 3834.0, 3825.0, 3834.0, 3826.0, 3835.0, 3836.0, 3833.0, 3836.0, 3815.0, 3847.0, 3825.0, 3847.0, 3835.0, 3846.0, 3834.0, 3836.0, 3844.0, 3835.0, 3823.0, 3835.0, 3803.0, 3836.0, 3825.0, 3847.0, 3826.0, 3860.0, 3839.0, 3860.0, 3856.0, 3835.0, 3813.0, 3836.0, 3814.0, 3836.0, 3833.0, 3837.0, 3825.0, 3838.0, 3826.0, 3848.0, 3837.0, 3836.0, 3827.0, 3836.0, 3838.0, 3848.0, 3825.0, 3836.0, 3814.0, 3835.0, 3823.0, 3835.0, 3812.0, 3834.0, 3821.0, 3834.0, 3842.0, 3834.0, 3833.0, 3834.0, 3809.0, 3835.0, 3822.0, 3846.0, 3825.0, 3847.0, 3827.0, 3847.0, 3826.0, 3848.0, 3827.0, 3848.0, 3825.0, 3837.0, 3825.0, 3846.0, 3825.0, 3847.0, 3823.0, 3836.0, 3813.0, 3835.0, 3823.0, 3847.0, 3815.0, 3847.0, 3826.0, 3847.0, 3826.0, 3848.0, 3836.0, 3836.0, 3825.0, 3835.0, 3813.0, 3836.0, 3813.0, 3834.0, 3802.0, 3834.0, 3813.0, 3835.0, 3813.0, 3836.0, 3815.0, 3836.0, 3826.0, 3848.0, 3827.0, 3849.0, 3826.0, 3838.0, 3825.0, 3846.0, 3814.0, 3835.0, 3826.0, 3836.0, 3827.0, 3847.0, 3828.0, 3836.0, 3849.0, 3826.0, 3850.0, 3848.0, 3849.0, 3847.0, 3837.0, 3835.0, 3826.0, 3834.0, 3825.0, 3834.0, 3824.0, 3834.0, 3813.0, 3836.0, 3814.0, 3835.0, 3815.0, 3836.0, 3816.0, 3836.0, 3838.0, 3835.0, 3838.0, 3826.0, 3847.0, 3815.0, 3848.0, 3814.0, 3836.0, 3814.0, 3847.0, 3814.0, 3836.0, 3826.0, 3834.0, 3825.0, 3835.0, 3825.0, 3835.0, 3826.0, 3834.0, 3847.0, 3837.0, 3836.0, 3849.0, 3829.0, 3861.0, 3858.0, 3848.0, 3845.0, 3824.0, 3843.0, 3822.0, 3821.0, 3811.0, 3821.0, 3810.0, 3832.0, 3813.0, 3831.0, 3823.0, 3814.0, 3837.0, 3826.0, 3847.0, 3827.0, 3837.0, 3839.0, 3848.0, 3827.0, 3858.0, 3815.0, 3837.0, 3813.0, 3824.0, 3821.0, 3823.0, 3801.0, 3823.0, 3811.0, 3835.0, 3811.0, 3835.0, 3803.0, 3824.0, 3812.0, 3835.0, 3814.0, 3836.0, 3813.0, 3835.0, 3853.0, 3834.0, 3833.0, 3810.0, 3832.0, 3813.0, 3834.0, 3814.0, 3833.0, 3812.0, 3833.0, 3815.0, 3835.0, 3837.0, 3814.0, 3848.0, 3816.0, 3848.0, 3827.0, 3849.0, 3817.0, 3849.0, 3827.0, 3847.0, 3816.0, 3847.0, 3816.0, 3846.0, 3838.0, 3836.0, 3838.0, 3835.0, 3836.0, 3814.0, 3837.0, 3827.0, 3849.0, 3815.0, 3847.0, 3812.0, 3836.0, 3864.0, 3835.0, 3833.0, 3823.0, 3822.0, 3823.0, 3843.0, 3812.0, 3833.0, 3813.0, 3843.0, 3825.0, 3847.0, 3853.0, 3861.0, 3839.0, 3835.0, 3837.0, 3835.0, 3836.0, 3814.0, 3847.0, 3827.0, 3849.0, 3815.0, 3850.0, 3856.0, 3837.0, 3856.0, 3824.0, 3830.0, 3824.0, 3844.0, 3824.0, 3844.0, 3825.0, 3845.0, 3825.0, 3846.0, 3826.0, 3846.0, 3826.0, 3846.0, 3825.0, 3847.0, 3814.0, 3836.0, 3812.0, 3825.0, 3853.0, 3825.0, 3835.0, 3825.0, 3844.0, 3815.0, 3845.0, 3825.0, 3846.0, 3815.0, 3836.0, 3815.0, 3847.0, 3827.0, 3848.0, 3828.0, 3848.0, 3838.0, 3838.0, 3827.0, 3847.0, 3839.0, 3828.0, 3851.0, 3858.0, 3850.0, 3859.0, 3838.0, 3846.0, 3826.0, 3845.0, 3836.0, 3845.0, 3825.0, 3847.0, 3816.0, 3846.0, 3814.0, 3846.0, 3814.0, 3836.0, 3825.0, 3836.0, 3814.0, 3836.0, 3812.0, 3836.0, 3824.0, 3836.0, 3843.0, 3825.0, 3835.0, 3824.0, 3834.0, 3814.0, 3844.0, 3823.0, 3834.0, 3815.0, 3846.0, 3826.0, 3836.0, 3837.0, 3846.0, 3825.0, 3847.0, 3827.0, 3846.0, 3826.0, 3846.0, 3826.0, 3835.0, 3816.0, 3848.0, 3826.0, 3847.0, 3813.0, 3825.0, 3824.0, 3835.0, 3825.0, 3835.0, 3814.0, 3847.0, 3825.0, 3846.0, 3825.0, 3847.0, 3814.0, 3836.0, 3812.0, 3825.0, 3852.0, 3813.0, 3842.0, 3823.0, 3832.0, 3811.0, 3828.0, 3811.0, 3832.0, 3811.0, 3831.0, 3811.0, 3832.0, 3812.0, 3832.0, 3812.0, 3833.0, 3812.0, 3834.0, 3812.0, 3834.0, 3801.0, 3823.0, 3831.0, 3812.0, 3821.0, 3811.0, 3822.0, 3800.0, 3822.0, 3798.0, 3822.0, 3797.0, 3823.0, 3822.0, 3824.0, 3812.0, 3825.0, 3834.0, 3825.0, 3835.0, 3825.0, 3835.0, 3825.0, 3835.0, 3812.0, 3825.0, 3802.0, 3825.0, 3833.0, 3825.0, 3834.0, 3813.0, 3834.0, 3825.0, 3845.0, 3825.0, 3846.0, 3825.0, 3846.0, 3816.0, 3847.0, 3816.0, 3847.0, 3828.0, 3847.0, 3828.0, 3849.0, 3829.0, 3850.0, 3816.0, 3848.0, 3856.0, 3827.0, 3843.0, 3825.0, 3836.0, 3824.0, 3835.0, 3823.0, 3845.0, 3823.0, 3847.0, 3826.0, 3844.0, 3826.0, 3849.0, 3815.0, 3826.0, 3844.0, 3825.0, 3834.0, 3814.0, 3834.0, 3813.0, 3834.0, 3814.0, 3836.0, 3813.0, 3835.0, 3823.0, 3838.0, 3827.0, 3837.0, 3826.0, 3847.0, 3827.0, 3848.0, 3829.0, 3849.0, 3827.0, 3838.0, 3835.0, 3826.0, 3853.0, 3825.0, 3833.0, 3814.0, 3846.0, 3813.0, 3835.0, 3820.0, 3825.0, 3843.0, 3814.0, 3834.0, 3811.0, 3834.0, 3813.0, 3835.0, 3825.0, 3826.0, 3825.0, 3837.0, 3825.0, 3827.0, 3815.0, 3837.0, 3828.0, 3839.0, 3826.0, 3850.0, 3825.0, 3851.0, 3847.0, 3839.0, 3857.0, 3837.0, 3856.0, 3825.0, 3836.0, 3814.0, 3835.0, 3823.0, 3825.0, 3813.0, 3835.0, 3813.0, 3824.0, 3812.0, 3834.0, 3813.0, 3837.0, 3813.0, 3825.0, 3844.0, 3825.0, 3842.0, 3814.0, 3832.0, 3813.0, 3832.0, 3822.0, 3835.0, 3825.0, 3835.0, 3813.0, 3846.0, 3815.0, 3848.0, 3826.0, 3826.0, 3815.0, 3826.0, 3843.0, 3826.0, 3845.0, 3824.0, 3833.0, 3826.0, 3820.0, 3825.0, 3834.0, 3824.0, 3834.0, 3823.0, 3834.0, 3803.0, 3834.0, 3801.0, 3824.0, 3833.0, 3823.0, 3842.0, 3824.0, 3813.0, 3825.0, 3811.0, 3837.0, 3815.0, 3838.0, 3815.0, 3838.0, 3816.0, 3838.0, 3824.0, 3836.0, 3836.0, 3837.0, 3825.0, 3849.0, 3837.0, 3861.0, 3825.0, 3850.0, 3827.0, 3839.0, 3857.0, 3827.0, 3843.0, 3837.0, 3846.0, 3824.0, 3847.0, 3834.0, 3847.0, 3824.0, 3847.0, 3825.0, 3847.0, 3825.0, 3847.0, 3825.0, 3848.0, 3836.0, 3846.0, 3837.0, 3812.0, 3838.0, 3824.0, 3858.0, 3850.0, 3881.0, 3836.0, 3849.0, 3843.0, 3811.0, 3821.0, 3810.0, 3821.0, 3809.0, 3821.0, 3809.0, 3821.0, 3797.0, 3823.0, 3808.0, 3823.0, 3832.0, 3811.0, 3832.0, 3820.0, 3833.0, 3823.0, 3833.0, 3812.0, 3832.0, 3825.0, 3836.0, 3826.0, 3836.0, 3839.0, 3847.0, 3827.0, 3836.0, 3824.0, 3836.0, 3825.0, 3845.0, 3836.0, 3846.0, 3823.0, 3848.0, 3827.0, 3846.0, 3837.0, 3848.0, 3837.0, 3837.0, 3825.0, 3837.0, 3814.0, 3838.0, 3855.0, 3825.0, 3814.0, 3825.0, 3813.0, 3825.0, 3814.0, 3836.0, 3813.0, 3845.0], 'WindowWidth': [8772.0, 8698.0, 8698.0, 8652.0, 8670.0, 8657.0, 8663.0, 8679.0, 8617.0, 8663.0, 8641.0, 8666.0, 8669.0, 8653.0, 8684.0, 8650.0, 8689.0, 8636.0, 8647.0, 8656.0, 8626.0, 8604.0, 8609.0, 8604.0, 8606.0, 8605.0, 8610.0, 8579.0, 8626.0, 8581.0, 8617.0, 8611.0, 8630.0, 8589.0, 8633.0, 8602.0, 8636.0, 8603.0, 8648.0, 8605.0, 8634.0, 8604.0, 8648.0, 8603.0, 8629.0, 8590.0, 8631.0, 8606.0, 8630.0, 8618.0, 8615.0, 8634.0, 8601.0, 8635.0, 8613.0, 8631.0, 8599.0, 8632.0, 8598.0, 8629.0, 8584.0, 8630.0, 8601.0, 8629.0, 8603.0, 8615.0, 8617.0, 8631.0, 8638.0, 8618.0, 8652.0, 8605.0, 8653.0, 8601.0, 8633.0, 8583.0, 8629.0, 8578.0, 8613.0, 8592.0, 8624.0, 8591.0, 8610.0, 8619.0, 8612.0, 8589.0, 8625.0, 8564.0, 8627.0, 8599.0, 8648.0, 8607.0, 8620.0, 8608.0, 8619.0, 8636.0, 8612.0, 8646.0, 8599.0, 8646.0, 8597.0, 8643.0, 8601.0, 8632.0, 8616.0, 8632.0, 8614.0, 8630.0, 8599.0, 8631.0, 8599.0, 8627.0, 8586.0, 8626.0, 8603.0, 8613.0, 8608.0, 8631.0, 8622.0, 8618.0, 8623.0, 8594.0, 8639.0, 8609.0, 8655.0, 8613.0, 8640.0, 8612.0, 8638.0, 8613.0, 8634.0, 8609.0, 8634.0, 8606.0, 8632.0, 8606.0, 8612.0, 8603.0, 8631.0, 8617.0, 8612.0, 8634.0, 8596.0, 8634.0, 8601.0, 8634.0, 8640.0, 8614.0, 8624.0, 8614.0, 8611.0, 8612.0, 8608.0, 8599.0, 8608.0, 8599.0, 8626.0, 8601.0, 8625.0, 8599.0, 8609.0, 8583.0, 8613.0, 8603.0, 8613.0, 8604.0, 8616.0, 8619.0, 8611.0, 8619.0, 8589.0, 8636.0, 8602.0, 8635.0, 8613.0, 8632.0, 8612.0, 8618.0, 8625.0, 8616.0, 8595.0, 8616.0, 8571.0, 8619.0, 8602.0, 8635.0, 8606.0, 8659.0, 8631.0, 8659.0, 8642.0, 8617.0, 8586.0, 8618.0, 8587.0, 8619.0, 8611.0, 8621.0, 8604.0, 8624.0, 8607.0, 8636.0, 8621.0, 8618.0, 8610.0, 8620.0, 8624.0, 8637.0, 8602.0, 8616.0, 8584.0, 8614.0, 8595.0, 8613.0, 8578.0, 8610.0, 8590.0, 8611.0, 8617.0, 8610.0, 8607.0, 8613.0, 8575.0, 8615.0, 8596.0, 8631.0, 8603.0, 8633.0, 8608.0, 8634.0, 8606.0, 8637.0, 8607.0, 8636.0, 8601.0, 8618.0, 8601.0, 8632.0, 8601.0, 8633.0, 8595.0, 8617.0, 8583.0, 8616.0, 8596.0, 8634.0, 8589.0, 8634.0, 8604.0, 8634.0, 8605.0, 8636.0, 8615.0, 8617.0, 8600.0, 8615.0, 8583.0, 8616.0, 8580.0, 8610.0, 8567.0, 8611.0, 8582.0, 8614.0, 8584.0, 8617.0, 8589.0, 8619.0, 8606.0, 8638.0, 8608.0, 8638.0, 8604.0, 8622.0, 8601.0, 8630.0, 8585.0, 8616.0, 8604.0, 8619.0, 8608.0, 8633.0, 8611.0, 8620.0, 8643.0, 8608.0, 8644.0, 8637.0, 8640.0, 8633.0, 8622.0, 8616.0, 8603.0, 8611.0, 8599.0, 8611.0, 8597.0, 8612.0, 8583.0, 8616.0, 8584.0, 8616.0, 8588.0, 8617.0, 8593.0, 8620.0, 8625.0, 8617.0, 8626.0, 8604.0, 8635.0, 8587.0, 8634.0, 8586.0, 8617.0, 8584.0, 8630.0, 8584.0, 8617.0, 8602.0, 8614.0, 8600.0, 8615.0, 8603.0, 8613.0, 8602.0, 8614.0, 8634.0, 8622.0, 8621.0, 8643.0, 8615.0, 8661.0, 8649.0, 8636.0, 8625.0, 8596.0, 8619.0, 8591.0, 8587.0, 8575.0, 8588.0, 8574.0, 8603.0, 8581.0, 8604.0, 8596.0, 8586.0, 8621.0, 8605.0, 8635.0, 8610.0, 8623.0, 8628.0, 8637.0, 8607.0, 8649.0, 8587.0, 8618.0, 8582.0, 8597.0, 8589.0, 8594.0, 8563.0, 8596.0, 8578.0, 8614.0, 8576.0, 8612.0, 8569.0, 8599.0, 8581.0, 8614.0, 8584.0, 8617.0, 8583.0, 8615.0, 8634.0, 8610.0, 8607.0, 8575.0, 8606.0, 8581.0, 8609.0, 8583.0, 8608.0, 8579.0, 8609.0, 8587.0, 8614.0, 8621.0, 8588.0, 8638.0, 8592.0, 8638.0, 8608.0, 8639.0, 8594.0, 8637.0, 8606.0, 8635.0, 8591.0, 8632.0, 8592.0, 8631.0, 8623.0, 8618.0, 8623.0, 8616.0, 8620.0, 8587.0, 8621.0, 8609.0, 8639.0, 8588.0, 8634.0, 8581.0, 8618.0, 8652.0, 8611.0, 8607.0, 8595.0, 8594.0, 8595.0, 8624.0, 8580.0, 8606.0, 8582.0, 8621.0, 8601.0, 8636.0, 8655.0, 8663.0, 8628.0, 8617.0, 8622.0, 8614.0, 8619.0, 8588.0, 8635.0, 8609.0, 8642.0, 8591.0, 8644.0, 8645.0, 8621.0, 8645.0, 8599.0, 8603.0, 8597.0, 8623.0, 8599.0, 8626.0, 8602.0, 8628.0, 8602.0, 8630.0, 8604.0, 8632.0, 8606.0, 8633.0, 8602.0, 8632.0, 8587.0, 8619.0, 8582.0, 8603.0, 8636.0, 8600.0, 8614.0, 8601.0, 8625.0, 8588.0, 8628.0, 8602.0, 8631.0, 8588.0, 8617.0, 8590.0, 8635.0, 8610.0, 8638.0, 8611.0, 8639.0, 8623.0, 8623.0, 8609.0, 8637.0, 8630.0, 8614.0, 8648.0, 8653.0, 8645.0, 8653.0, 8624.0, 8631.0, 8603.0, 8627.0, 8615.0, 8628.0, 8602.0, 8632.0, 8591.0, 8630.0, 8586.0, 8630.0, 8587.0, 8616.0, 8601.0, 8617.0, 8586.0, 8618.0, 8582.0, 8618.0, 8597.0, 8617.0, 8623.0, 8602.0, 8614.0, 8599.0, 8612.0, 8584.0, 8624.0, 8597.0, 8613.0, 8590.0, 8630.0, 8607.0, 8619.0, 8621.0, 8632.0, 8604.0, 8632.0, 8607.0, 8631.0, 8605.0, 8630.0, 8606.0, 8614.0, 8591.0, 8636.0, 8605.0, 8632.0, 8582.0, 8601.0, 8600.0, 8615.0, 8601.0, 8615.0, 8587.0, 8633.0, 8601.0, 8631.0, 8601.0, 8634.0, 8586.0, 8618.0, 8582.0, 8600.0, 8632.0, 8581.0, 8618.0, 8592.0, 8605.0, 8576.0, 8596.0, 8576.0, 8603.0, 8576.0, 8601.0, 8576.0, 8604.0, 8577.0, 8603.0, 8579.0, 8608.0, 8577.0, 8609.0, 8578.0, 8610.0, 8562.0, 8595.0, 8602.0, 8577.0, 8589.0, 8574.0, 8590.0, 8558.0, 8590.0, 8555.0, 8593.0, 8555.0, 8596.0, 8591.0, 8598.0, 8579.0, 8603.0, 8611.0, 8603.0, 8613.0, 8602.0, 8614.0, 8601.0, 8614.0, 8579.0, 8599.0, 8564.0, 8600.0, 8609.0, 8601.0, 8611.0, 8583.0, 8611.0, 8601.0, 8629.0, 8603.0, 8631.0, 8602.0, 8631.0, 8591.0, 8632.0, 8592.0, 8636.0, 8612.0, 8638.0, 8613.0, 8641.0, 8615.0, 8642.0, 8592.0, 8638.0, 8643.0, 8606.0, 8622.0, 8602.0, 8617.0, 8600.0, 8615.0, 8597.0, 8628.0, 8598.0, 8632.0, 8603.0, 8627.0, 8605.0, 8638.0, 8589.0, 8605.0, 8624.0, 8602.0, 8612.0, 8585.0, 8610.0, 8582.0, 8612.0, 8584.0, 8615.0, 8583.0, 8614.0, 8597.0, 8622.0, 8608.0, 8620.0, 8604.0, 8635.0, 8610.0, 8638.0, 8614.0, 8641.0, 8606.0, 8623.0, 8614.0, 8604.0, 8636.0, 8600.0, 8608.0, 8585.0, 8628.0, 8582.0, 8613.0, 8587.0, 8600.0, 8621.0, 8585.0, 8611.0, 8579.0, 8611.0, 8583.0, 8614.0, 8600.0, 8604.0, 8601.0, 8621.0, 8602.0, 8607.0, 8590.0, 8623.0, 8612.0, 8626.0, 8605.0, 8644.0, 8605.0, 8646.0, 8635.0, 8625.0, 8647.0, 8621.0, 8644.0, 8601.0, 8617.0, 8583.0, 8613.0, 8594.0, 8598.0, 8580.0, 8614.0, 8580.0, 8598.0, 8579.0, 8612.0, 8584.0, 8620.0, 8582.0, 8601.0, 8623.0, 8601.0, 8621.0, 8585.0, 8606.0, 8583.0, 8609.0, 8595.0, 8614.0, 8603.0, 8616.0, 8584.0, 8631.0, 8589.0, 8637.0, 8605.0, 8605.0, 8589.0, 8605.0, 8622.0, 8605.0, 8628.0, 8599.0, 8608.0, 8602.0, 8589.0, 8600.0, 8610.0, 8597.0, 8609.0, 8596.0, 8610.0, 8567.0, 8610.0, 8562.0, 8597.0, 8606.0, 8596.0, 8619.0, 8598.0, 8582.0, 8601.0, 8581.0, 8622.0, 8589.0, 8624.0, 8589.0, 8623.0, 8591.0, 8626.0, 8600.0, 8618.0, 8619.0, 8620.0, 8605.0, 8641.0, 8625.0, 8659.0, 8606.0, 8643.0, 8608.0, 8627.0, 8647.0, 8608.0, 8625.0, 8621.0, 8634.0, 8601.0, 8632.0, 8615.0, 8634.0, 8602.0, 8635.0, 8603.0, 8635.0, 8603.0, 8635.0, 8603.0, 8636.0, 8618.0, 8633.0, 8623.0, 8584.0, 8625.0, 8606.0, 8654.0, 8646.0, 8687.0, 8616.0, 8636.0, 8620.0, 8573.0, 8585.0, 8569.0, 8584.0, 8569.0, 8586.0, 8568.0, 8587.0, 8552.0, 8592.0, 8567.0, 8592.0, 8604.0, 8575.0, 8604.0, 8587.0, 8605.0, 8593.0, 8607.0, 8580.0, 8606.0, 8603.0, 8616.0, 8605.0, 8616.0, 8627.0, 8633.0, 8605.0, 8617.0, 8597.0, 8615.0, 8602.0, 8628.0, 8617.0, 8631.0, 8597.0, 8634.0, 8606.0, 8631.0, 8619.0, 8635.0, 8620.0, 8620.0, 8599.0, 8618.0, 8584.0, 8621.0, 8639.0, 8598.0, 8582.0, 8598.0, 8581.0, 8600.0, 8583.0, 8615.0, 8581.0, 8625.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.00038175660160734784</td></tr>
<tr><td colspan=3>aqi</td><td>0.020642691159586685</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.236097419287375</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2093716462413806</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961188686551727</td></tr>
<tr><td colspan=3>efc</td><td>0.4502</td></tr>
<tr><td colspan=3>fber</td><td>6979.7085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07961763993049144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34443168771526983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4443955268129085</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30734203589777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6744038453281527</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.351440699212804</td></tr>
<tr><td colspan=3>gcor</td><td>0.00858058</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010706708766520023</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028496811166405678</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.869476585124194</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.6732</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9652</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.6269</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305608.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>575.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.8611</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2768</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.8881</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3081.9302</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.7437</td></tr>
<tr><td colspan=3>tsnr</td><td>40.6320836560335</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>