<?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-0094_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0094_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0094_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-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-03/func/sub-0094_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d8cfffcabcad2d8e67f5e928d341e277</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>18:31:15.605000</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.998922, -0.036031, 0.0292677, 0.0371525, 0.998559, -0.0387251]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114347</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7077, 668, -37, -211, 342, 91]</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>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ceb7504a-f126-444d-8849-86303d39d723||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.680034637451172, 0.09967745840549469, 0.07514169067144394, 106.14152526855469], [0.09666848182678223, 2.679060697555542, -0.1073809564113617, -107.5296630859375], [0.078523188829422, 0.1038966104388237, 2.69681715965271, -39.82487487792969], [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': ['183115.605000', '183116.065000', '183116.525000', '183116.985000', '183117.445000', '183117.905000', '183118.365000', '183118.825000', '183119.285000', '183119.745000', '183120.205000', '183120.665000', '183121.125000', '183121.585000', '183122.045000', '183122.505000', '183122.965000', '183123.425000', '183123.885000', '183124.345000', '183124.805000', '183125.265000', '183125.725000', '183126.185000', '183126.645000', '183127.105000', '183127.565000', '183128.025000', '183128.485000', '183128.945000', '183129.405000', '183129.865000', '183130.325000', '183130.785000', '183131.245000', '183131.705000', '183132.165000', '183132.625000', '183133.085000', '183133.545000', '183134.005000', '183134.465000', '183134.925000', '183135.385000', '183135.845000', '183136.305000', '183136.765000', '183137.225000', '183137.685000', '183138.145000', '183138.605000', '183139.065000', '183139.525000', '183139.985000', '183140.445000', '183140.905000', '183141.365000', '183141.825000', '183142.285000', '183142.745000', '183143.205000', '183143.665000', '183144.125000', '183144.585000', '183145.045000', '183145.505000', '183145.965000', '183146.425000', '183146.885000', '183147.345000', '183147.805000', '183148.265000', '183148.725000', '183149.185000', '183149.645000', '183150.105000', '183150.565000', '183151.025000', '183151.485000', '183151.945000', '183152.405000', '183152.865000', '183153.325000', '183153.785000', '183154.245000', '183154.705000', '183155.165000', '183155.625000', '183156.085000', '183156.545000', '183157.005000', '183157.465000', '183157.925000', '183158.385000', '183158.845000', '183159.305000', '183159.765000', '183200.225000', '183200.685000', '183201.145000', '183201.605000', '183202.065000', '183202.525000', '183202.985000', '183203.445000', '183203.905000', '183204.365000', '183204.825000', '183205.285000', '183205.745000', '183206.205000', '183206.665000', '183207.125000', '183207.585000', '183208.045000', '183208.505000', '183208.965000', '183209.425000', '183209.885000', '183210.345000', '183210.805000', '183211.265000', '183211.725000', '183212.185000', '183212.645000', '183213.105000', '183213.565000', '183214.025000', '183214.485000', '183214.945000', '183215.405000', '183215.865000', '183216.325000', '183216.785000', '183217.245000', '183217.705000', '183218.165000', '183218.625000', '183219.085000', '183219.545000', '183220.005000', '183220.465000', '183220.925000', '183221.385000', '183221.845000', '183222.305000', '183222.765000', '183223.225000', '183223.685000', '183224.145000', '183224.605000', '183225.065000', '183225.525000', '183225.985000', '183226.445000', '183226.905000', '183227.365000', '183227.825000', '183228.285000', '183228.745000', '183229.205000', '183229.665000', '183230.125000', '183230.585000', '183231.045000', '183231.505000', '183231.965000', '183232.425000', '183232.885000', '183233.345000', '183233.805000', '183234.265000', '183234.725000', '183235.185000', '183235.645000', '183236.105000', '183236.565000', '183237.025000', '183237.485000', '183237.945000', '183238.405000', '183238.865000', '183239.325000', '183239.785000', '183240.245000', '183240.705000', '183241.165000', '183241.625000', '183242.085000', '183242.545000', '183243.005000', '183243.465000', '183243.925000', '183244.385000', '183244.845000', '183245.305000', '183245.765000', '183246.225000', '183246.685000', '183247.145000', '183247.605000', '183248.065000', '183248.525000', '183248.985000', '183249.445000', '183249.905000', '183250.365000', '183250.825000', '183251.285000', '183251.745000', '183252.205000', '183252.665000', '183253.125000', '183253.585000', '183254.045000', '183254.505000', '183254.965000', '183255.425000', '183255.885000', '183256.345000', '183256.805000', '183257.265000', '183257.725000', '183258.185000', '183258.645000', '183259.105000', '183259.565000', '183300.025000', '183300.485000', '183300.945000', '183301.405000', '183301.865000', '183302.325000', '183302.785000', '183303.245000', '183303.705000', '183304.165000', '183304.625000', '183305.085000', '183305.545000', '183306.005000', '183306.465000', '183306.925000', '183307.385000', '183307.845000', '183308.305000', '183308.765000', '183309.225000', '183309.685000', '183310.145000', '183310.605000', '183311.065000', '183311.525000', '183311.985000', '183312.445000', '183312.905000', '183313.365000', '183313.825000', '183314.285000', '183314.745000', '183315.205000', '183315.665000', '183316.125000', '183316.585000', '183317.045000', '183317.505000', '183317.965000', '183318.425000', '183318.885000', '183319.345000', '183319.805000', '183320.265000', '183320.725000', '183321.185000', '183321.645000', '183322.105000', '183322.565000', '183323.025000', '183323.485000', '183323.945000', '183324.405000', '183324.865000', '183325.325000', '183325.785000', '183326.245000', '183326.705000', '183327.165000', '183327.625000', '183328.085000', '183328.545000', '183329.005000', '183329.465000', '183329.925000', '183330.385000', '183330.845000', '183331.305000', '183331.765000', '183332.225000', '183332.685000', '183333.145000', '183333.605000', '183334.065000', '183334.525000', '183334.985000', '183335.445000', '183335.905000', '183336.365000', '183336.825000', '183337.285000', '183337.745000', '183338.205000', '183338.665000', '183339.125000', '183339.585000', '183340.045000', '183340.505000', '183340.965000', '183341.425000', '183341.885000', '183342.345000', '183342.805000', '183343.265000', '183343.725000', '183344.185000', '183344.645000', '183345.105000', '183345.565000', '183346.025000', '183346.485000', '183346.945000', '183347.405000', '183347.865000', '183348.325000', '183348.785000', '183349.245000', '183349.705000', '183350.165000', '183350.625000', '183351.085000', '183351.545000', '183352.005000', '183352.465000', '183352.925000', '183353.385000', '183353.845000', '183354.305000', '183354.765000', '183355.225000', '183355.685000', '183356.145000', '183356.605000', '183357.065000', '183357.525000', '183357.985000', '183358.445000', '183358.905000', '183359.365000', '183359.825000', '183400.285000', '183400.745000', '183401.205000', '183401.665000', '183402.125000', '183402.585000', '183403.045000', '183403.505000', '183403.965000', '183404.425000', '183404.885000', '183405.345000', '183405.805000', '183406.265000', '183406.725000', '183407.185000', '183407.645000', '183408.105000', '183408.565000', '183409.025000', '183409.485000', '183409.945000', '183410.405000', '183410.865000', '183411.325000', '183411.785000', '183412.245000', '183412.705000', '183413.165000', '183413.625000', '183414.085000', '183414.545000', '183415.005000', '183415.465000', '183415.925000', '183416.385000', '183416.845000', '183417.305000', '183417.765000', '183418.225000', '183418.685000', '183419.145000', '183419.605000', '183420.065000', '183420.525000', '183420.985000', '183421.445000', '183421.905000', '183422.365000', '183422.825000', '183423.285000', '183423.745000', '183424.205000', '183424.665000', '183425.125000', '183425.585000', '183426.045000', '183426.505000', '183426.965000', '183427.425000', '183427.885000', '183428.345000', '183428.805000', '183429.265000', '183429.725000', '183430.185000', '183430.645000', '183431.105000', '183431.565000', '183432.025000', '183432.485000', '183432.945000', '183433.405000', '183433.865000', '183434.325000', '183434.785000', '183435.245000', '183435.705000', '183436.165000', '183436.625000', '183437.085000', '183437.545000', '183438.005000', '183438.465000', '183438.925000', '183439.385000', '183439.845000', '183440.305000', '183440.765000', '183441.225000', '183441.685000', '183442.145000', '183442.605000', '183443.065000', '183443.525000', '183443.985000', '183444.445000', '183444.905000', '183445.365000', '183445.825000', '183446.285000', '183446.745000', '183447.205000', '183447.665000', '183448.125000', '183448.585000', '183449.045000', '183449.505000', '183449.965000', '183450.425000', '183450.885000', '183451.345000', '183451.805000', '183452.265000', '183452.725000', '183453.185000', '183453.645000', '183454.105000', '183454.565000', '183455.025000', '183455.485000', '183455.945000', '183456.405000', '183456.865000', '183457.325000', '183457.785000', '183458.245000', '183458.705000', '183459.165000', '183459.625000', '183500.085000', '183500.545000', '183501.005000', '183501.465000', '183501.925000', '183502.385000', '183502.845000', '183503.305000', '183503.765000', '183504.225000', '183504.685000', '183505.145000', '183505.605000', '183506.065000', '183506.525000', '183506.985000', '183507.445000', '183507.905000', '183508.365000', '183508.825000', '183509.285000', '183509.745000', '183510.205000', '183510.665000', '183511.125000', '183511.585000', '183512.045000', '183512.505000', '183512.965000', '183513.425000', '183513.885000', '183514.345000', '183514.805000', '183515.265000', '183515.725000', '183516.185000', '183516.645000', '183517.105000', '183517.565000', '183518.025000', '183518.485000', '183518.945000', '183519.405000', '183519.865000', '183520.325000', '183520.785000', '183521.245000', '183521.705000', '183522.165000', '183522.625000', '183523.085000', '183523.545000', '183524.005000', '183524.465000', '183524.925000', '183525.385000', '183525.845000', '183526.305000', '183526.765000', '183527.225000', '183527.685000', '183528.145000', '183528.605000', '183529.065000', '183529.525000', '183529.985000', '183530.445000', '183530.905000', '183531.365000', '183531.825000', '183532.285000', '183532.745000', '183533.205000', '183533.665000', '183534.125000', '183534.585000', '183535.045000', '183535.505000', '183535.965000', '183536.425000', '183536.885000', '183537.345000', '183537.805000', '183538.265000', '183538.725000', '183539.185000', '183539.645000', '183540.105000', '183540.565000', '183541.025000', '183541.485000', '183541.945000', '183542.405000', '183542.865000', '183543.325000', '183543.785000', '183544.245000', '183544.705000', '183545.165000', '183545.625000', '183546.085000', '183546.545000', '183547.005000', '183547.465000', '183547.925000', '183548.385000', '183548.845000', '183549.305000', '183549.765000', '183550.225000', '183550.685000', '183551.145000', '183551.605000', '183552.065000', '183552.525000', '183552.985000', '183553.445000', '183553.905000', '183554.365000', '183554.825000', '183555.285000', '183555.745000', '183556.205000', '183556.665000', '183557.125000', '183557.585000', '183558.045000', '183558.505000', '183558.965000', '183559.425000', '183559.885000', '183600.345000', '183600.805000', '183601.265000', '183601.725000', '183602.185000', '183602.645000', '183603.105000', '183603.565000', '183604.025000', '183604.485000', '183604.945000', '183605.405000', '183605.865000', '183606.325000', '183606.785000', '183607.245000', '183607.705000', '183608.165000', '183608.625000', '183609.085000', '183609.545000', '183610.005000', '183610.465000', '183610.925000', '183611.385000', '183611.845000', '183612.305000', '183612.765000', '183613.225000', '183613.685000', '183614.145000', '183614.605000', '183615.065000', '183615.525000', '183615.985000', '183616.445000', '183616.905000', '183617.365000', '183617.825000', '183618.285000', '183618.745000', '183619.205000', '183619.665000', '183620.125000', '183620.585000', '183621.045000', '183621.505000', '183621.965000', '183622.425000', '183622.885000', '183623.345000', '183623.805000', '183624.265000', '183624.725000', '183625.185000', '183625.645000', '183626.105000', '183626.565000', '183627.025000', '183627.485000', '183627.945000', '183628.405000', '183628.865000', '183629.325000', '183629.785000', '183630.245000', '183630.705000', '183631.165000', '183631.625000', '183632.085000', '183632.545000', '183633.005000', '183633.465000', '183633.925000', '183634.385000', '183634.845000', '183635.305000', '183635.765000', '183636.225000', '183636.685000', '183637.145000', '183637.605000', '183638.065000', '183638.525000', '183638.985000', '183639.445000', '183639.905000', '183640.365000', '183640.825000', '183641.285000', '183641.745000', '183642.205000', '183642.665000', '183643.125000', '183643.585000', '183644.045000', '183644.505000', '183644.965000', '183645.425000', '183645.885000', '183646.345000', '183646.805000', '183647.265000', '183647.725000', '183648.185000', '183648.645000', '183649.105000', '183649.565000', '183650.025000', '183650.485000', '183650.945000', '183651.405000', '183651.865000', '183652.325000', '183652.785000', '183653.245000', '183653.705000', '183654.165000', '183654.625000', '183655.085000', '183655.545000', '183656.005000', '183656.465000', '183656.925000', '183657.385000', '183657.845000', '183658.305000', '183658.765000', '183659.225000', '183659.685000', '183700.145000', '183700.605000', '183701.065000', '183701.525000', '183701.985000', '183702.445000', '183702.905000', '183703.365000', '183703.825000', '183704.285000', '183704.745000', '183705.205000', '183705.665000', '183706.125000', '183706.585000', '183707.045000', '183707.505000', '183707.965000', '183708.425000', '183708.885000', '183709.345000', '183709.805000', '183710.265000', '183710.725000', '183711.185000', '183711.645000', '183712.105000', '183712.565000', '183713.025000', '183713.485000', '183713.945000', '183714.405000', '183714.865000', '183715.325000', '183715.785000', '183716.245000', '183716.705000', '183717.165000', '183717.625000', '183718.085000', '183718.545000', '183719.005000', '183719.465000', '183719.925000', '183720.385000', '183720.845000', '183721.305000', '183721.765000', '183722.225000', '183722.685000', '183723.145000', '183723.605000', '183724.065000', '183724.525000', '183724.985000', '183725.445000', '183725.905000', '183726.365000', '183726.825000', '183727.285000', '183727.745000', '183728.205000', '183728.665000', '183729.125000', '183729.585000', '183730.045000', '183730.505000', '183730.965000', '183731.425000', '183731.885000', '183732.345000', '183732.805000', '183733.265000', '183733.725000', '183734.185000', '183734.645000', '183735.105000', '183735.565000', '183736.025000', '183736.485000', '183736.945000', '183737.405000', '183737.865000', '183738.325000', '183738.785000', '183739.245000', '183739.705000', '183740.165000', '183740.625000', '183741.085000', '183741.545000', '183742.005000', '183742.465000', '183742.925000', '183743.385000', '183743.845000', '183744.305000', '183744.765000', '183745.225000', '183745.685000', '183746.145000', '183746.605000', '183747.065000', '183747.525000', '183747.985000', '183748.445000', '183748.905000', '183749.365000', '183749.825000', '183750.285000', '183750.745000', '183751.205000', '183751.665000', '183752.125000', '183752.585000', '183753.045000', '183753.505000', '183753.965000', '183754.425000', '183754.885000', '183755.345000', '183755.805000', '183756.265000'], 'ContentTime': ['183140.723000', '183140.726000', '183140.729000', '183140.732000', '183140.734000', '183140.737000', '183140.739000', '183140.742000', '183140.744000', '183140.747000', '183140.750000', '183140.752000', '183140.755000', '183140.757000', '183140.760000', '183140.762000', '183140.765000', '183140.768000', '183140.770000', '183140.773000', '183140.776000', '183140.778000', '183140.782000', '183140.785000', '183140.795000', '183140.798000', '183140.800000', '183140.803000', '183140.806000', '183140.808000', '183140.811000', '183140.813000', '183140.816000', '183140.818000', '183140.821000', '183140.824000', '183140.826000', '183140.829000', '183140.831000', '183140.834000', '183140.836000', '183140.839000', '183140.842000', '183140.844000', '183140.847000', '183140.850000', '183140.852000', '183140.855000', '183140.857000', '183140.860000', '183140.862000', '183200.686000', '183200.689000', '183200.692000', '183200.694000', '183200.697000', '183200.699000', '183200.702000', '183200.705000', '183200.707000', '183200.710000', '183200.712000', '183200.715000', '183200.717000', '183200.720000', '183200.725000', '183200.727000', '183200.730000', '183200.732000', '183200.735000', '183200.738000', '183200.740000', '183200.743000', '183200.745000', '183200.748000', '183200.750000', '183200.753000', '183200.756000', '183200.758000', '183200.761000', '183200.763000', '183200.766000', '183200.768000', '183200.771000', '183200.783000', '183200.786000', '183200.788000', '183200.791000', '183200.793000', '183200.796000', '183200.799000', '183200.801000', '183200.804000', '183200.806000', '183200.809000', '183220.686000', '183220.689000', '183220.692000', '183220.694000', '183220.697000', '183220.700000', '183220.702000', '183220.705000', '183220.715000', '183220.718000', '183220.721000', '183220.723000', '183220.726000', '183220.728000', '183220.731000', '183220.733000', '183220.736000', '183220.738000', '183220.741000', '183220.744000', '183220.746000', '183220.749000', '183220.751000', '183220.754000', '183220.756000', '183220.759000', '183220.761000', '183220.764000', '183220.766000', '183220.769000', '183220.771000', '183220.774000', '183220.777000', '183220.779000', '183220.782000', '183220.784000', '183220.787000', '183220.790000', '183220.793000', '183220.795000', '183220.798000', '183220.801000', '183220.804000', '183240.686000', '183240.689000', '183240.692000', '183240.694000', '183240.697000', '183240.700000', '183240.702000', '183240.705000', '183240.707000', '183240.711000', '183240.714000', '183240.716000', '183240.719000', '183240.721000', '183240.724000', '183240.726000', '183240.729000', '183240.732000', '183240.734000', '183240.737000', '183240.739000', '183240.742000', '183240.744000', '183240.747000', '183240.750000', '183240.752000', '183240.755000', '183240.757000', '183240.760000', '183240.762000', '183240.765000', '183240.767000', '183240.770000', '183240.772000', '183240.775000', '183240.777000', '183240.780000', '183240.782000', '183240.785000', '183240.787000', '183240.790000', '183240.792000', '183240.795000', '183240.798000', '183300.686000', '183300.689000', '183300.692000', '183300.695000', '183300.697000', '183300.700000', '183300.702000', '183300.705000', '183300.707000', '183300.710000', '183300.713000', '183300.715000', '183300.718000', '183300.724000', '183300.727000', '183300.730000', '183300.732000', '183300.735000', '183300.737000', '183300.740000', '183300.742000', '183300.745000', '183300.748000', '183300.750000', '183300.753000', '183300.755000', '183300.758000', '183300.760000', '183300.763000', '183300.765000', '183300.768000', '183300.771000', '183300.773000', '183300.776000', '183300.779000', '183300.782000', '183300.785000', '183300.787000', '183300.790000', '183300.793000', '183300.795000', '183300.798000', '183300.800000', '183320.686000', '183320.689000', '183320.692000', '183320.694000', '183320.697000', '183320.699000', '183320.702000', '183320.705000', '183320.707000', '183320.710000', '183320.712000', '183320.715000', '183320.717000', '183320.720000', '183320.722000', '183320.725000', '183320.727000', '183320.730000', '183320.738000', '183320.741000', '183320.744000', '183320.746000', '183320.749000', '183320.751000', '183320.754000', '183320.756000', '183320.759000', '183320.761000', '183320.764000', '183320.766000', '183320.769000', '183320.772000', '183320.774000', '183320.777000', '183320.779000', '183320.782000', '183320.784000', '183320.787000', '183320.789000', '183320.792000', '183320.794000', '183320.797000', '183320.800000', '183320.802000', '183340.688000', '183340.690000', '183340.693000', '183340.696000', '183340.698000', '183340.701000', '183340.703000', '183340.706000', '183340.708000', '183340.711000', '183340.714000', '183340.716000', '183340.719000', '183340.721000', '183340.724000', '183340.726000', '183340.729000', '183340.732000', '183340.734000', '183340.737000', '183340.739000', '183340.742000', '183340.744000', '183340.747000', '183340.750000', '183340.752000', '183340.755000', '183340.757000', '183340.769000', '183340.772000', '183340.774000', '183340.777000', '183340.779000', '183340.782000', '183340.784000', '183340.787000', '183340.789000', '183340.792000', '183340.794000', '183340.797000', '183340.800000', '183340.802000', '183340.805000', '183400.688000', '183400.690000', '183400.693000', '183400.696000', '183400.698000', '183400.701000', '183400.703000', '183400.706000', '183400.708000', '183400.711000', '183400.713000', '183400.716000', '183400.718000', '183400.721000', '183400.724000', '183400.726000', '183400.729000', '183400.731000', '183400.734000', '183400.736000', '183400.739000', '183400.741000', '183400.744000', '183400.746000', '183400.749000', '183400.752000', '183400.754000', '183400.757000', '183400.759000', '183400.762000', '183400.765000', '183400.767000', '183400.770000', '183400.772000', '183400.775000', '183400.777000', '183400.780000', '183400.783000', '183400.791000', '183400.793000', '183400.796000', '183400.798000', '183400.801000', '183400.804000', '183420.687000', '183420.689000', '183420.692000', '183420.695000', '183420.697000', '183420.700000', '183420.702000', '183420.705000', '183420.708000', '183420.710000', '183420.713000', '183420.715000', '183420.718000', '183420.721000', '183420.723000', '183420.726000', '183420.728000', '183420.731000', '183420.733000', '183420.736000', '183420.738000', '183420.741000', '183420.743000', '183420.746000', '183420.749000', '183420.751000', '183420.754000', '183420.756000', '183420.759000', '183420.761000', '183420.764000', '183420.766000', '183420.769000', '183420.772000', '183420.774000', '183420.777000', '183420.779000', '183420.782000', '183420.784000', '183420.787000', '183420.790000', '183420.792000', '183420.795000', '183440.686000', '183440.689000', '183440.692000', '183440.694000', '183440.697000', '183440.700000', '183440.702000', '183440.705000', '183440.707000', '183440.710000', '183440.712000', '183440.715000', '183440.718000', '183440.720000', '183440.723000', '183440.725000', '183440.728000', '183440.730000', '183440.733000', '183440.736000', '183440.739000', '183440.741000', '183440.744000', '183440.746000', '183440.749000', '183440.751000', '183440.754000', '183440.757000', '183440.759000', '183440.762000', '183440.764000', '183440.767000', '183440.769000', '183440.772000', '183440.775000', '183440.777000', '183440.780000', '183440.782000', '183440.785000', '183440.787000', '183440.790000', '183440.793000', '183440.795000', '183440.798000', '183500.687000', '183500.689000', '183500.692000', '183500.695000', '183500.697000', '183500.700000', '183500.702000', '183500.705000', '183500.708000', '183500.710000', '183500.713000', '183500.715000', '183500.718000', '183500.720000', '183500.723000', '183500.726000', '183500.728000', '183500.731000', '183500.733000', '183500.736000', '183500.738000', '183500.741000', '183500.743000', '183500.746000', '183500.749000', '183500.751000', '183500.754000', '183500.756000', '183500.759000', '183500.762000', '183500.764000', '183500.767000', '183500.769000', '183500.772000', '183500.774000', '183500.777000', '183500.779000', '183500.782000', '183500.785000', '183500.787000', '183500.790000', '183500.792000', '183500.795000', '183520.687000', '183520.689000', '183520.692000', '183520.695000', '183520.697000', '183520.700000', '183520.702000', '183520.705000', '183520.707000', '183520.710000', '183520.712000', '183520.715000', '183520.718000', '183520.720000', '183520.723000', '183520.725000', '183520.728000', '183520.730000', '183520.733000', '183520.736000', '183520.743000', '183520.746000', '183520.749000', '183520.751000', '183520.754000', '183520.756000', '183520.759000', '183520.761000', '183520.764000', '183520.767000', '183520.769000', '183520.772000', '183520.774000', '183520.777000', '183520.780000', '183520.782000', '183520.785000', '183520.787000', '183520.790000', '183520.792000', '183520.795000', '183520.798000', '183520.800000', '183520.803000', '183540.686000', '183540.689000', '183540.692000', '183540.694000', '183540.697000', '183540.700000', '183540.702000', '183540.705000', '183540.707000', '183540.710000', '183540.712000', '183540.715000', '183540.717000', '183540.720000', '183540.723000', '183540.725000', '183540.728000', '183540.730000', '183540.733000', '183540.735000', '183540.738000', '183540.740000', '183540.743000', '183540.746000', '183540.748000', '183540.751000', '183540.753000', '183540.756000', '183540.758000', '183540.761000', '183540.763000', '183540.766000', '183540.768000', '183540.771000', '183540.773000', '183540.776000', '183540.778000', '183540.781000', '183540.784000', '183540.786000', '183540.789000', '183540.791000', '183540.794000', '183600.687000', '183600.690000', '183600.693000', '183600.695000', '183600.698000', '183600.700000', '183600.703000', '183600.706000', '183600.708000', '183600.711000', '183600.713000', '183600.716000', '183600.718000', '183600.721000', '183600.724000', '183600.726000', '183600.729000', '183600.731000', '183600.734000', '183600.736000', '183600.739000', '183600.741000', '183600.744000', '183600.746000', '183600.749000', '183600.752000', '183600.754000', '183600.757000', '183600.759000', '183600.762000', '183600.764000', '183600.767000', '183600.770000', '183600.772000', '183600.775000', '183600.777000', '183600.780000', '183600.783000', '183600.785000', '183600.788000', '183600.790000', '183600.793000', '183600.795000', '183600.798000', '183620.687000', '183620.690000', '183620.693000', '183620.695000', '183620.698000', '183620.700000', '183620.703000', '183620.706000', '183620.708000', '183620.711000', '183620.713000', '183620.716000', '183620.719000', '183620.721000', '183620.724000', '183620.726000', '183620.729000', '183620.731000', '183620.734000', '183620.736000', '183620.739000', '183620.742000', '183620.744000', '183620.747000', '183620.749000', '183620.752000', '183620.754000', '183620.757000', '183620.759000', '183620.762000', '183620.765000', '183620.767000', '183620.770000', '183620.772000', '183620.775000', '183620.778000', '183620.780000', '183620.783000', '183620.785000', '183620.788000', '183620.790000', '183620.793000', '183620.796000', '183640.687000', '183640.690000', '183640.692000', '183640.695000', '183640.697000', '183640.711000', '183640.714000', '183640.716000', '183640.719000', '183640.722000', '183640.724000', '183640.727000', '183640.729000', '183640.732000', '183640.734000', '183640.737000', '183640.740000', '183640.742000', '183640.745000', '183640.747000', '183640.763000', '183640.766000', '183640.768000', '183640.771000', '183640.773000', '183640.776000', '183640.779000', '183640.782000', '183640.785000', '183640.788000', '183640.790000', '183640.793000', '183640.796000', '183640.798000', '183640.801000', '183640.803000', '183640.806000', '183640.809000', '183640.811000', '183640.814000', '183640.816000', '183640.819000', '183640.822000', '183700.687000', '183700.690000', '183700.692000', '183700.695000', '183700.697000', '183700.700000', '183700.703000', '183700.705000', '183700.708000', '183700.710000', '183700.713000', '183700.715000', '183700.718000', '183700.720000', '183700.723000', '183700.726000', '183700.728000', '183700.731000', '183700.733000', '183700.736000', '183700.739000', '183700.741000', '183700.744000', '183700.746000', '183700.749000', '183700.751000', '183700.754000', '183700.757000', '183700.759000', '183700.762000', '183700.764000', '183700.767000', '183700.769000', '183700.772000', '183700.774000', '183700.777000', '183700.780000', '183700.782000', '183700.785000', '183700.787000', '183700.790000', '183700.792000', '183700.795000', '183700.797000', '183720.686000', '183720.689000', '183720.692000', '183720.696000', '183720.699000', '183720.701000', '183720.704000', '183720.706000', '183720.709000', '183720.711000', '183720.714000', '183720.717000', '183720.719000', '183720.722000', '183720.724000', '183720.727000', '183720.729000', '183720.732000', '183720.735000', '183720.738000', '183720.740000', '183720.743000', '183720.745000', '183720.748000', '183720.751000', '183720.753000', '183720.756000', '183720.759000', '183720.762000', '183720.765000', '183720.767000', '183720.770000', '183720.772000', '183720.775000', '183720.778000', '183720.780000', '183720.783000', '183720.785000', '183720.788000', '183720.790000', '183720.793000', '183720.795000', '183720.798000', '183740.686000', '183740.689000', '183740.692000', '183740.694000', '183740.697000', '183740.700000', '183740.702000', '183740.705000', '183740.707000', '183740.710000', '183740.712000', '183740.715000', '183740.717000', '183740.720000', '183740.722000', '183740.725000', '183740.728000', '183740.730000', '183740.733000', '183740.735000', '183740.738000', '183740.740000', '183740.743000', '183740.745000', '183740.748000', '183740.751000', '183740.753000', '183740.756000', '183740.758000', '183740.761000', '183740.763000', '183740.766000', '183740.768000', '183740.771000', '183740.773000', '183740.776000', '183740.779000', '183740.781000', '183740.784000', '183740.786000', '183740.789000', '183740.791000', '183740.794000', '183740.796000', '183757.931000', '183757.934000', '183757.937000', '183757.940000', '183757.943000', '183757.946000', '183757.949000', '183757.952000', '183757.955000', '183757.958000', '183757.960000', '183757.963000', '183757.966000', '183757.969000', '183757.972000', '183757.975000', '183757.979000', '183757.982000', '183757.984000', '183757.987000', '183757.990000', '183757.993000', '183757.996000', '183757.998000', '183758.002000', '183758.005000', '183758.008000', '183758.010000', '183758.013000', '183758.015000', '183758.018000', '183758.048000', '183758.053000', '183758.056000', '183758.059000', '183758.061000', '183758.064000', '183758.067000'], 'InstanceCreationTime': ['183140.723000', '183140.726000', '183140.729000', '183140.732000', '183140.734000', '183140.737000', '183140.739000', '183140.742000', '183140.744000', '183140.747000', '183140.750000', '183140.752000', '183140.755000', '183140.757000', '183140.760000', '183140.762000', '183140.765000', '183140.768000', '183140.770000', '183140.773000', '183140.776000', '183140.778000', '183140.782000', '183140.785000', '183140.795000', '183140.798000', '183140.800000', '183140.803000', '183140.806000', '183140.808000', '183140.811000', '183140.813000', '183140.816000', '183140.818000', '183140.821000', '183140.824000', '183140.826000', '183140.829000', '183140.831000', '183140.834000', '183140.836000', '183140.839000', '183140.842000', '183140.844000', '183140.847000', '183140.850000', '183140.852000', '183140.855000', '183140.857000', '183140.860000', '183140.862000', '183200.686000', '183200.689000', '183200.692000', '183200.694000', '183200.697000', '183200.699000', '183200.702000', '183200.705000', '183200.707000', '183200.710000', '183200.712000', '183200.715000', '183200.717000', '183200.720000', '183200.725000', '183200.727000', '183200.730000', '183200.732000', '183200.735000', '183200.738000', '183200.740000', '183200.743000', '183200.745000', '183200.748000', '183200.750000', '183200.753000', '183200.756000', '183200.758000', '183200.761000', '183200.763000', '183200.766000', '183200.768000', '183200.771000', '183200.783000', '183200.786000', '183200.788000', '183200.791000', '183200.793000', '183200.796000', '183200.799000', '183200.801000', '183200.804000', '183200.806000', '183200.809000', '183220.686000', '183220.689000', '183220.692000', '183220.694000', '183220.697000', '183220.700000', '183220.702000', '183220.705000', '183220.715000', '183220.718000', '183220.721000', '183220.723000', '183220.726000', '183220.728000', '183220.731000', '183220.733000', '183220.736000', '183220.738000', '183220.741000', '183220.744000', '183220.746000', '183220.749000', '183220.751000', '183220.754000', '183220.756000', '183220.759000', '183220.761000', '183220.764000', '183220.766000', '183220.769000', '183220.771000', '183220.774000', '183220.777000', '183220.779000', '183220.782000', '183220.784000', '183220.787000', '183220.790000', '183220.793000', '183220.795000', '183220.798000', '183220.801000', '183220.804000', '183240.686000', '183240.689000', '183240.692000', '183240.694000', '183240.697000', '183240.700000', '183240.702000', '183240.705000', '183240.707000', '183240.711000', '183240.714000', '183240.716000', '183240.719000', '183240.721000', '183240.724000', '183240.726000', '183240.729000', '183240.732000', '183240.734000', '183240.737000', '183240.739000', '183240.742000', '183240.744000', '183240.747000', '183240.750000', '183240.752000', '183240.755000', '183240.757000', '183240.760000', '183240.762000', '183240.765000', '183240.767000', '183240.770000', '183240.772000', '183240.775000', '183240.777000', '183240.780000', '183240.782000', '183240.785000', '183240.787000', '183240.790000', '183240.792000', '183240.795000', '183240.798000', '183300.686000', '183300.689000', '183300.692000', '183300.695000', '183300.697000', '183300.700000', '183300.702000', '183300.705000', '183300.707000', '183300.710000', '183300.713000', '183300.715000', '183300.718000', '183300.724000', '183300.727000', '183300.730000', '183300.732000', '183300.735000', '183300.737000', '183300.740000', '183300.742000', '183300.745000', '183300.748000', '183300.750000', '183300.753000', '183300.755000', '183300.758000', '183300.760000', '183300.763000', '183300.765000', '183300.768000', '183300.771000', '183300.773000', '183300.776000', '183300.779000', '183300.782000', '183300.785000', '183300.787000', '183300.790000', '183300.793000', '183300.795000', '183300.798000', '183300.800000', '183320.686000', '183320.689000', '183320.692000', '183320.694000', '183320.697000', '183320.699000', '183320.702000', '183320.705000', '183320.707000', '183320.710000', '183320.712000', '183320.715000', '183320.717000', '183320.720000', '183320.722000', '183320.725000', '183320.727000', '183320.730000', '183320.738000', '183320.741000', '183320.744000', '183320.746000', '183320.749000', '183320.751000', '183320.754000', '183320.756000', '183320.759000', '183320.761000', '183320.764000', '183320.766000', '183320.769000', '183320.772000', '183320.774000', '183320.777000', '183320.779000', '183320.782000', '183320.784000', '183320.787000', '183320.789000', '183320.792000', '183320.794000', '183320.797000', '183320.800000', '183320.802000', '183340.688000', '183340.690000', '183340.693000', '183340.696000', '183340.698000', '183340.701000', '183340.703000', '183340.706000', '183340.708000', '183340.711000', '183340.714000', '183340.716000', '183340.719000', '183340.721000', '183340.724000', '183340.726000', '183340.729000', '183340.732000', '183340.734000', '183340.737000', '183340.739000', '183340.742000', '183340.744000', '183340.747000', '183340.750000', '183340.752000', '183340.755000', '183340.757000', '183340.769000', '183340.772000', '183340.774000', '183340.777000', '183340.779000', '183340.782000', '183340.784000', '183340.787000', '183340.789000', '183340.792000', '183340.794000', '183340.797000', '183340.800000', '183340.802000', '183340.805000', '183400.688000', '183400.690000', '183400.693000', '183400.696000', '183400.698000', '183400.701000', '183400.703000', '183400.706000', '183400.708000', '183400.711000', '183400.713000', '183400.716000', '183400.718000', '183400.721000', '183400.724000', '183400.726000', '183400.729000', '183400.731000', '183400.734000', '183400.736000', '183400.739000', '183400.741000', '183400.744000', '183400.746000', '183400.749000', '183400.752000', '183400.754000', '183400.757000', '183400.759000', '183400.762000', '183400.765000', '183400.767000', '183400.770000', '183400.772000', '183400.775000', '183400.777000', '183400.780000', '183400.783000', '183400.791000', '183400.793000', '183400.796000', '183400.798000', '183400.801000', '183400.804000', '183420.687000', '183420.689000', '183420.692000', '183420.695000', '183420.697000', '183420.700000', '183420.702000', '183420.705000', '183420.708000', '183420.710000', '183420.713000', '183420.715000', '183420.718000', '183420.721000', '183420.723000', '183420.726000', '183420.728000', '183420.731000', '183420.733000', '183420.736000', '183420.738000', '183420.741000', '183420.743000', '183420.746000', '183420.749000', '183420.751000', '183420.754000', '183420.756000', '183420.759000', '183420.761000', '183420.764000', '183420.766000', '183420.769000', '183420.772000', '183420.774000', '183420.777000', '183420.779000', '183420.782000', '183420.784000', '183420.787000', '183420.790000', '183420.792000', '183420.795000', '183440.686000', '183440.689000', '183440.692000', '183440.694000', '183440.697000', '183440.700000', '183440.702000', '183440.705000', '183440.707000', '183440.710000', '183440.712000', '183440.715000', '183440.718000', '183440.720000', '183440.723000', '183440.725000', '183440.728000', '183440.730000', '183440.733000', '183440.736000', '183440.739000', '183440.741000', '183440.744000', '183440.746000', '183440.749000', '183440.751000', '183440.754000', '183440.757000', '183440.759000', '183440.762000', '183440.764000', '183440.767000', '183440.769000', '183440.772000', '183440.775000', '183440.777000', '183440.780000', '183440.782000', '183440.785000', '183440.787000', '183440.790000', '183440.793000', '183440.795000', '183440.798000', '183500.687000', '183500.689000', '183500.692000', '183500.695000', '183500.697000', '183500.700000', '183500.702000', '183500.705000', '183500.708000', '183500.710000', '183500.713000', '183500.715000', '183500.718000', '183500.720000', '183500.723000', '183500.726000', '183500.728000', '183500.731000', '183500.733000', '183500.736000', '183500.738000', '183500.741000', '183500.743000', '183500.746000', '183500.749000', '183500.751000', '183500.754000', '183500.756000', '183500.759000', '183500.762000', '183500.764000', '183500.767000', '183500.769000', '183500.772000', '183500.774000', '183500.777000', '183500.779000', '183500.782000', '183500.785000', '183500.787000', '183500.790000', '183500.792000', '183500.795000', '183520.687000', '183520.689000', '183520.692000', '183520.695000', '183520.697000', '183520.700000', '183520.702000', '183520.705000', '183520.707000', '183520.710000', '183520.712000', '183520.715000', '183520.718000', '183520.720000', '183520.723000', '183520.725000', '183520.728000', '183520.730000', '183520.733000', '183520.736000', '183520.743000', '183520.746000', '183520.749000', '183520.751000', '183520.754000', '183520.756000', '183520.759000', '183520.761000', '183520.764000', '183520.767000', '183520.769000', '183520.772000', '183520.774000', '183520.777000', '183520.780000', '183520.782000', '183520.785000', '183520.787000', '183520.790000', '183520.792000', '183520.795000', '183520.798000', '183520.800000', '183520.803000', '183540.686000', '183540.689000', '183540.692000', '183540.694000', '183540.697000', '183540.700000', '183540.702000', '183540.705000', '183540.707000', '183540.710000', '183540.712000', '183540.715000', '183540.717000', '183540.720000', '183540.723000', '183540.725000', '183540.728000', '183540.730000', '183540.733000', '183540.735000', '183540.738000', '183540.740000', '183540.743000', '183540.746000', '183540.748000', '183540.751000', '183540.753000', '183540.756000', '183540.758000', '183540.761000', '183540.763000', '183540.766000', '183540.768000', '183540.771000', '183540.773000', '183540.776000', '183540.778000', '183540.781000', '183540.784000', '183540.786000', '183540.789000', '183540.791000', '183540.794000', '183600.687000', '183600.690000', '183600.693000', '183600.695000', '183600.698000', '183600.700000', '183600.703000', '183600.706000', '183600.708000', '183600.711000', '183600.713000', '183600.716000', '183600.718000', '183600.721000', '183600.724000', '183600.726000', '183600.729000', '183600.731000', '183600.734000', '183600.736000', '183600.739000', '183600.741000', '183600.744000', '183600.746000', '183600.749000', '183600.752000', '183600.754000', '183600.757000', '183600.759000', '183600.762000', '183600.764000', '183600.767000', '183600.770000', '183600.772000', '183600.775000', '183600.777000', '183600.780000', '183600.783000', '183600.785000', '183600.788000', '183600.790000', '183600.793000', '183600.795000', '183600.798000', '183620.687000', '183620.690000', '183620.693000', '183620.695000', '183620.698000', '183620.700000', '183620.703000', '183620.706000', '183620.708000', '183620.711000', '183620.713000', '183620.716000', '183620.719000', '183620.721000', '183620.724000', '183620.726000', '183620.729000', '183620.731000', '183620.734000', '183620.736000', '183620.739000', '183620.742000', '183620.744000', '183620.747000', '183620.749000', '183620.752000', '183620.754000', '183620.757000', '183620.759000', '183620.762000', '183620.765000', '183620.767000', '183620.770000', '183620.772000', '183620.775000', '183620.778000', '183620.780000', '183620.783000', '183620.785000', '183620.788000', '183620.790000', '183620.793000', '183620.796000', '183640.687000', '183640.690000', '183640.692000', '183640.695000', '183640.697000', '183640.711000', '183640.714000', '183640.716000', '183640.719000', '183640.722000', '183640.724000', '183640.727000', '183640.729000', '183640.732000', '183640.734000', '183640.737000', '183640.740000', '183640.742000', '183640.745000', '183640.747000', '183640.763000', '183640.766000', '183640.768000', '183640.771000', '183640.773000', '183640.776000', '183640.779000', '183640.782000', '183640.785000', '183640.788000', '183640.790000', '183640.793000', '183640.796000', '183640.798000', '183640.801000', '183640.803000', '183640.806000', '183640.809000', '183640.811000', '183640.814000', '183640.816000', '183640.819000', '183640.822000', '183700.687000', '183700.690000', '183700.692000', '183700.695000', '183700.697000', '183700.700000', '183700.703000', '183700.705000', '183700.708000', '183700.710000', '183700.713000', '183700.715000', '183700.718000', '183700.720000', '183700.723000', '183700.726000', '183700.728000', '183700.731000', '183700.733000', '183700.736000', '183700.739000', '183700.741000', '183700.744000', '183700.746000', '183700.749000', '183700.751000', '183700.754000', '183700.757000', '183700.759000', '183700.762000', '183700.764000', '183700.767000', '183700.769000', '183700.772000', '183700.774000', '183700.777000', '183700.780000', '183700.782000', '183700.785000', '183700.787000', '183700.790000', '183700.792000', '183700.795000', '183700.797000', '183720.686000', '183720.689000', '183720.692000', '183720.696000', '183720.699000', '183720.701000', '183720.704000', '183720.706000', '183720.709000', '183720.711000', '183720.714000', '183720.717000', '183720.719000', '183720.722000', '183720.724000', '183720.727000', '183720.729000', '183720.732000', '183720.735000', '183720.738000', '183720.740000', '183720.743000', '183720.745000', '183720.748000', '183720.751000', '183720.753000', '183720.756000', '183720.759000', '183720.762000', '183720.765000', '183720.767000', '183720.770000', '183720.772000', '183720.775000', '183720.778000', '183720.780000', '183720.783000', '183720.785000', '183720.788000', '183720.790000', '183720.793000', '183720.795000', '183720.798000', '183740.686000', '183740.689000', '183740.692000', '183740.694000', '183740.697000', '183740.700000', '183740.702000', '183740.705000', '183740.707000', '183740.710000', '183740.712000', '183740.715000', '183740.717000', '183740.720000', '183740.722000', '183740.725000', '183740.728000', '183740.730000', '183740.733000', '183740.735000', '183740.738000', '183740.740000', '183740.743000', '183740.745000', '183740.748000', '183740.751000', '183740.753000', '183740.756000', '183740.758000', '183740.761000', '183740.763000', '183740.766000', '183740.768000', '183740.771000', '183740.773000', '183740.776000', '183740.779000', '183740.781000', '183740.784000', '183740.786000', '183740.789000', '183740.791000', '183740.794000', '183740.796000', '183757.931000', '183757.934000', '183757.937000', '183757.940000', '183757.943000', '183757.946000', '183757.949000', '183757.952000', '183757.955000', '183757.958000', '183757.960000', '183757.963000', '183757.966000', '183757.969000', '183757.972000', '183757.975000', '183757.979000', '183757.982000', '183757.984000', '183757.987000', '183757.990000', '183757.993000', '183757.996000', '183757.998000', '183758.002000', '183758.005000', '183758.008000', '183758.010000', '183758.013000', '183758.015000', '183758.018000', '183758.048000', '183758.053000', '183758.056000', '183758.059000', '183758.061000', '183758.064000', '183758.067000'], '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': [9652, 9850, 9099, 8806, 9041, 8258, 9273, 7933, 9375, 9976, 9945, 8924, 9349, 8213, 8889, 9529, 10089, 9548, 9806, 9006, 9917, 8945, 9436, 8413, 9322, 8402, 9632, 8205, 9564, 8518, 9162, 7872, 8720, 8359, 9207, 8716, 9160, 8603, 8756, 8285, 8931, 8146, 8794, 8058, 9113, 8105, 8844, 8032, 8511, 9263, 8374, 9698, 8125, 8280, 8701, 7947, 9077, 8184, 8736, 8314, 8511, 9166, 7968, 9504, 8018, 9304, 8580, 8891, 8937, 10038, 8278, 9651, 8212, 9232, 7866, 9478, 8179, 9742, 7911, 9528, 7820, 9620, 8858, 9236, 8535, 8956, 8082, 8864, 9214, 8601, 8314, 8352, 9187, 7954, 9464, 7969, 9632, 8185, 9240, 7905, 8256, 8046, 8185, 8172, 9415, 8102, 8771, 7971, 9314, 7817, 9303, 8181, 10095, 8238, 9307, 8151, 9200, 7816, 9063, 8418, 8950, 9580, 9368, 9303, 9050, 8414, 9173, 8026, 9370, 8210, 9215, 8720, 9048, 8387, 8603, 7839, 8779, 7892, 9355, 8020, 9040, 9521, 8758, 8915, 9124, 8321, 9130, 8399, 9094, 7869, 9110, 9353, 9290, 9082, 9261, 8703, 9129, 9751, 8401, 9289, 9450, 9449, 9091, 8505, 8891, 8290, 8869, 9729, 8260, 9322, 8129, 9839, 8199, 9265, 7923, 8898, 7961, 8551, 7927, 8334, 9476, 8277, 9921, 9357, 10305, 8930, 9909, 8552, 8579, 8195, 9085, 8052, 9521, 8973, 9409, 9296, 9456, 9430, 9316, 8110, 9217, 8360, 8985, 8651, 9354, 8728, 9671, 9397, 9726, 9438, 9218, 9189, 9032, 9031, 8527, 9026, 8512, 9182, 7941, 9661, 8756, 9870, 7863, 9644, 8696, 9030, 8945, 9000, 8265, 9254, 7871, 9229, 7866, 9345, 7835, 9282, 7848, 9277, 9101, 9046, 9397, 9046, 8429, 9216, 8090, 9230, 8085, 9211, 8319, 8824, 8120, 8891, 8054, 8709, 8091, 8725, 8153, 8421, 8491, 8622, 7962, 8583, 8131, 8643, 8922, 8110, 8936, 9110, 9406, 9123, 8203, 9310, 8294, 8778, 9158, 8595, 8975, 9091, 9606, 10140, 9975, 9885, 9931, 9151, 8837, 9153, 10025, 9088, 8641, 9415, 8106, 9698, 8276, 9348, 8503, 9649, 8823, 9439, 8800, 8142, 9103, 7831, 9104, 7833, 9554, 7798, 8935, 7903, 9139, 7872, 9189, 8625, 8985, 8074, 8869, 8000, 9226, 8713, 9014, 8737, 9088, 7835, 9051, 8174, 9311, 8230, 9269, 7726, 9456, 8758, 8570, 8526, 8890, 7861, 9221, 8286, 9277, 9096, 9325, 8857, 9037, 8735, 9405, 8812, 9123, 8595, 8843, 9248, 8909, 9431, 9239, 8802, 9322, 8126, 9060, 8263, 9375, 8030, 9253, 8690, 9134, 8826, 9553, 9014, 9479, 9394, 9187, 9124, 8120, 9633, 8545, 9554, 8855, 9413, 8994, 9299, 8718, 9490, 8188, 9306, 7918, 9493, 8546, 9103, 8681, 9338, 9401, 8654, 9033, 8703, 8828, 9322, 7928, 9184, 8497, 9503, 8304, 9073, 9312, 9437, 8655, 9156, 8823, 8950, 9140, 8118, 9295, 8210, 8696, 8143, 8898, 8606, 8059, 9459, 8442, 9170, 8078, 10172, 8784, 9523, 9555, 8797, 8757, 7818, 9681, 9765, 8195, 8756, 8019, 9167, 7929, 9147, 7740, 9154, 8486, 9121, 8909, 8865, 8463, 8640, 9288, 8369, 9110, 8214, 9145, 8317, 8619, 8996, 8023, 9437, 8049, 8881, 7960, 8557, 8219, 8898, 8341, 8991, 8016, 9343, 8045, 9310, 8157, 8133, 8676, 8989, 9170, 8826, 8584, 8961, 8777, 9446, 8518, 9453, 8443, 9460, 8468, 9104, 8624, 9190, 8611, 9134, 8320, 9007, 7950, 8438, 8255, 8827, 9306, 8169, 9436, 8664, 9747, 8645, 9124, 8530, 9867, 9073, 7763, 9039, 8574, 9012, 8740, 9065, 8717, 8653, 9115, 8425, 9458, 7981, 9374, 8426, 9521, 8216, 8933, 8975, 8529, 9472, 7951, 9120, 8279, 8852, 9498, 8445, 9520, 9094, 9529, 8794, 9408, 8239, 9186, 8121, 9543, 9243, 9324, 8210, 8850, 8072, 9830, 9522, 10133, 9462, 8912, 9250, 9045, 9345, 9649, 9548, 9274, 9582, 8910, 9531, 9294, 8167, 9552, 8370, 9623, 9193, 9182, 8520, 8322, 8206, 8626, 9200, 8498, 8804, 8635, 8878, 9533, 9608, 8386, 7899, 8258, 8405, 8583, 9197, 9016, 9303, 8990, 9174, 8319, 9045, 8455, 9304, 8401, 9353, 8235, 9437, 8073, 9181, 8195, 8945, 7933, 8908, 7880, 8715, 8128, 8884, 8146, 9449, 9792, 8615, 9142, 8867, 9663, 9312, 9980, 9213, 9292, 9332, 8501, 9451, 8032, 9409, 8024, 9469, 8009, 9220, 9314, 9198, 8864, 8767, 8481, 8916, 8879, 8301, 9018, 8712, 8067, 8389, 8528, 8514, 8381, 8717, 8743, 8083, 9147, 7802, 9172, 9580, 9793, 9119, 9242, 9729, 9677, 9497, 9857, 9727, 8830, 9449, 8381, 8903, 8664, 9360, 8499, 9116, 9578, 8209, 8358, 9017, 9259, 8324, 9400, 9799, 8804, 9071, 9027, 9936, 9501, 9193, 9403, 9176, 9662, 9388, 9722, 9673, 9587, 9124, 9425, 8819, 9101, 8284, 9253, 8386, 9819, 8243, 9434, 8633, 9472, 9188, 8946, 9456, 9228, 9328, 9253, 8676, 9139, 8617, 9261, 8492, 9222, 8062, 9644, 8650, 8852, 8499, 9229, 9068, 10517, 9979, 9073, 8732, 9801, 8612, 9288, 9314, 9462, 9254, 9174, 9138, 8942, 8947, 8870, 9400, 8044, 9335, 7957, 9336, 8646, 9236, 8681, 8904, 8853, 9108, 9695, 9733, 9643, 9607, 9005, 8935, 8660, 8908, 8974, 9440, 8956, 9440, 8682, 9511, 9037, 8633, 9228, 9617, 9303, 9345, 9300, 9121, 9378, 8175, 9331, 8823, 8403, 8593, 9086, 9127, 8358, 8853, 9588, 9093, 9716, 8765, 9700, 8911, 10009, 9580, 9700, 9263, 8502, 9478, 9022, 9614, 9075, 8652, 9028, 8749, 8827, 8939, 10126, 8161, 9125, 8935, 8969, 8979, 9471, 9149, 9074, 8740, 8558, 9145, 9316, 9224, 9626, 9306, 9169, 9041, 9071, 9108, 8962, 8821, 8520, 8914, 8315, 9225, 7948, 9198, 9522, 9256, 9485, 8269, 8435, 7957, 8586, 8799, 8046, 9464, 9654, 8963, 10926, 8533, 10107, 8830, 10815, 8978, 9460, 8303, 10244, 10313, 9790, 10265, 8742, 9413, 9100, 9279, 9378, 9839, 10109, 9530, 10014, 9238, 10038, 9841, 9272, 9349, 9476, 9433, 9590, 9402, 8988, 8871, 9607, 9559, 9531, 8819, 9078, 9104, 9440, 9879, 9052, 9012, 9833, 9835, 9715, 9865], 'WindowCenter': [4590.0, 4562.0, 4538.0, 4523.0, 4520.0, 4509.0, 4511.0, 4508.0, 4515.0, 4528.0, 4526.0, 4508.0, 4520.0, 4501.0, 4497.0, 4506.0, 4527.0, 4520.0, 4517.0, 4509.0, 4515.0, 4506.0, 4519.0, 4498.0, 4508.0, 4486.0, 4506.0, 4484.0, 4492.0, 4482.0, 4481.0, 4471.0, 4472.0, 4465.0, 4480.0, 4479.0, 4477.0, 4478.0, 4485.0, 4479.0, 4479.0, 4470.0, 4465.0, 4467.0, 4480.0, 4480.0, 4480.0, 4481.0, 4480.0, 4503.0, 4481.0, 4504.0, 4483.0, 4496.0, 4493.0, 4494.0, 4504.0, 4503.0, 4495.0, 4493.0, 4494.0, 4512.0, 4495.0, 4527.0, 4494.0, 4515.0, 4507.0, 4509.0, 4508.0, 4511.0, 4496.0, 4518.0, 4496.0, 4514.0, 4499.0, 4512.0, 4495.0, 4516.0, 4485.0, 4504.0, 4472.0, 4499.0, 4500.0, 4500.0, 4493.0, 4507.0, 4497.0, 4506.0, 4517.0, 4507.0, 4509.0, 4493.0, 4518.0, 4497.0, 4518.0, 4506.0, 4527.0, 4508.0, 4520.0, 4508.0, 4507.0, 4508.0, 4521.0, 4517.0, 4532.0, 4508.0, 4512.0, 4490.0, 4514.0, 4499.0, 4521.0, 4511.0, 4526.0, 4497.0, 4506.0, 4486.0, 4499.0, 4482.0, 4494.0, 4495.0, 4492.0, 4506.0, 4504.0, 4503.0, 4505.0, 4493.0, 4504.0, 4485.0, 4504.0, 4495.0, 4504.0, 4506.0, 4500.0, 4496.0, 4495.0, 4486.0, 4495.0, 4484.0, 4503.0, 4483.0, 4493.0, 4503.0, 4504.0, 4491.0, 4501.0, 4480.0, 4490.0, 4491.0, 4491.0, 4481.0, 4491.0, 4486.0, 4490.0, 4487.0, 4491.0, 4484.0, 4483.0, 4481.0, 4468.0, 4493.0, 4505.0, 4504.0, 4495.0, 4478.0, 4488.0, 4483.0, 4474.0, 4491.0, 4480.0, 4492.0, 4482.0, 4515.0, 4490.0, 4505.0, 4478.0, 4505.0, 4493.0, 4494.0, 4492.0, 4493.0, 4516.0, 4496.0, 4514.0, 4502.0, 4526.0, 4505.0, 4528.0, 4505.0, 4508.0, 4504.0, 4508.0, 4498.0, 4518.0, 4504.0, 4517.0, 4517.0, 4518.0, 4515.0, 4515.0, 4495.0, 4500.0, 4480.0, 4491.0, 4480.0, 4490.0, 4479.0, 4499.0, 4489.0, 4488.0, 4490.0, 4488.0, 4489.0, 4488.0, 4488.0, 4479.0, 4489.0, 4490.0, 4493.0, 4482.0, 4496.0, 4471.0, 4492.0, 4482.0, 4501.0, 4493.0, 4492.0, 4502.0, 4500.0, 4479.0, 4491.0, 4470.0, 4489.0, 4480.0, 4502.0, 4483.0, 4503.0, 4481.0, 4504.0, 4494.0, 4501.0, 4499.0, 4503.0, 4493.0, 4504.0, 4494.0, 4514.0, 4496.0, 4520.0, 4508.0, 4507.0, 4492.0, 4504.0, 4496.0, 4492.0, 4491.0, 4532.0, 4507.0, 4503.0, 4506.0, 4505.0, 4495.0, 4505.0, 4495.0, 4504.0, 4514.0, 4496.0, 4506.0, 4507.0, 4518.0, 4517.0, 4506.0, 4516.0, 4506.0, 4503.0, 4514.0, 4503.0, 4506.0, 4496.0, 4495.0, 4503.0, 4501.0, 4504.0, 4531.0, 4534.0, 4528.0, 4521.0, 4518.0, 4509.0, 4509.0, 4508.0, 4488.0, 4506.0, 4496.0, 4506.0, 4506.0, 4514.0, 4504.0, 4503.0, 4494.0, 4480.0, 4492.0, 4473.0, 4492.0, 4473.0, 4504.0, 4484.0, 4504.0, 4484.0, 4504.0, 4483.0, 4505.0, 4494.0, 4505.0, 4496.0, 4508.0, 4497.0, 4517.0, 4506.0, 4505.0, 4506.0, 4503.0, 4485.0, 4506.0, 4496.0, 4506.0, 4495.0, 4506.0, 4486.0, 4518.0, 4495.0, 4498.0, 4496.0, 4496.0, 4483.0, 4505.0, 4495.0, 4502.0, 4504.0, 4504.0, 4495.0, 4493.0, 4482.0, 4491.0, 4480.0, 4488.0, 4467.0, 4477.0, 4475.0, 4479.0, 4476.0, 4477.0, 4467.0, 4477.0, 4454.0, 4464.0, 4453.0, 4474.0, 4453.0, 4472.0, 4462.0, 4474.0, 4461.0, 4474.0, 4463.0, 4473.0, 4466.0, 4466.0, 4476.0, 4463.0, 4481.0, 4468.0, 4478.0, 4468.0, 4489.0, 4480.0, 4488.0, 4480.0, 4487.0, 4468.0, 4481.0, 4458.0, 4479.0, 4469.0, 4482.0, 4483.0, 4503.0, 4502.0, 4492.0, 4493.0, 4494.0, 4490.0, 4501.0, 4484.0, 4501.0, 4495.0, 4502.0, 4492.0, 4504.0, 4491.0, 4491.0, 4481.0, 4476.0, 4490.0, 4477.0, 4491.0, 4469.0, 4491.0, 4482.0, 4504.0, 4486.0, 4497.0, 4493.0, 4496.0, 4529.0, 4507.0, 4519.0, 4498.0, 4528.0, 4506.0, 4530.0, 4517.0, 4512.0, 4497.0, 4478.0, 4505.0, 4513.0, 4495.0, 4517.0, 4522.0, 4536.0, 4517.0, 4513.0, 4478.0, 4485.0, 4474.0, 4473.0, 4475.0, 4487.0, 4480.0, 4490.0, 4499.0, 4477.0, 4476.0, 4468.0, 4471.0, 4464.0, 4465.0, 4473.0, 4465.0, 4484.0, 4490.0, 4485.0, 4460.0, 4472.0, 4461.0, 4458.0, 4462.0, 4457.0, 4447.0, 4468.0, 4447.0, 4473.0, 4462.0, 4471.0, 4471.0, 4468.0, 4469.0, 4468.0, 4474.0, 4485.0, 4474.0, 4484.0, 4475.0, 4484.0, 4475.0, 4483.0, 4474.0, 4487.0, 4487.0, 4497.0, 4486.0, 4500.0, 4488.0, 4498.0, 4490.0, 4490.0, 4491.0, 4501.0, 4498.0, 4494.0, 4506.0, 4490.0, 4518.0, 4497.0, 4509.0, 4508.0, 4526.0, 4518.0, 4498.0, 4517.0, 4521.0, 4520.0, 4508.0, 4506.0, 4521.0, 4510.0, 4521.0, 4500.0, 4516.0, 4501.0, 4508.0, 4486.0, 4502.0, 4483.0, 4484.0, 4475.0, 4484.0, 4493.0, 4473.0, 4491.0, 4483.0, 4493.0, 4490.0, 4480.0, 4487.0, 4476.0, 4486.0, 4476.0, 4486.0, 4465.0, 4489.0, 4464.0, 4489.0, 4476.0, 4489.0, 4473.0, 4482.0, 4480.0, 4504.0, 4506.0, 4502.0, 4493.0, 4480.0, 4481.0, 4480.0, 4474.0, 4477.0, 4476.0, 4478.0, 4475.0, 4480.0, 4471.0, 4490.0, 4481.0, 4490.0, 4470.0, 4486.0, 4491.0, 4486.0, 4494.0, 4490.0, 4492.0, 4494.0, 4502.0, 4491.0, 4507.0, 4506.0, 4520.0, 4518.0, 4530.0, 4505.0, 4510.0, 4507.0, 4520.0, 4520.0, 4531.0, 4520.0, 4532.0, 4523.0, 4533.0, 4513.0, 4506.0, 4510.0, 4508.0, 4498.0, 4507.0, 4497.0, 4508.0, 4483.0, 4505.0, 4494.0, 4504.0, 4484.0, 4503.0, 4483.0, 4494.0, 4485.0, 4505.0, 4484.0, 4517.0, 4520.0, 4502.0, 4497.0, 4499.0, 4505.0, 4510.0, 4507.0, 4496.0, 4490.0, 4506.0, 4508.0, 4504.0, 4471.0, 4489.0, 4469.0, 4491.0, 4469.0, 4492.0, 4517.0, 4512.0, 4505.0, 4493.0, 4495.0, 4504.0, 4503.0, 4496.0, 4531.0, 4507.0, 4499.0, 4508.0, 4507.0, 4516.0, 4506.0, 4505.0, 4522.0, 4505.0, 4519.0, 4485.0, 4521.0, 4520.0, 4518.0, 4512.0, 4512.0, 4501.0, 4516.0, 4523.0, 4509.0, 4511.0, 4493.0, 4502.0, 4480.0, 4484.0, 4483.0, 4493.0, 4498.0, 4495.0, 4518.0, 4498.0, 4486.0, 4490.0, 4491.0, 4479.0, 4490.0, 4489.0, 4479.0, 4468.0, 4471.0, 4478.0, 4478.0, 4468.0, 4475.0, 4464.0, 4474.0, 4475.0, 4485.0, 4475.0, 4490.0, 4476.0, 4474.0, 4464.0, 4465.0, 4454.0, 4463.0, 4463.0, 4486.0, 4464.0, 4475.0, 4465.0, 4477.0, 4477.0, 4478.0, 4487.0, 4489.0, 4487.0, 4488.0, 4477.0, 4488.0, 4481.0, 4490.0, 4492.0, 4502.0, 4482.0, 4502.0, 4493.0, 4496.0, 4484.0, 4479.0, 4474.0, 4506.0, 4509.0, 4507.0, 4496.0, 4517.0, 4508.0, 4530.0, 4507.0, 4493.0, 4493.0, 4481.0, 4492.0, 4493.0, 4491.0, 4495.0, 4514.0, 4497.0, 4505.0, 4479.0, 4492.0, 4480.0, 4491.0, 4479.0, 4479.0, 4481.0, 4505.0, 4503.0, 4504.0, 4519.0, 4516.0, 4491.0, 4493.0, 4478.0, 4488.0, 4478.0, 4492.0, 4480.0, 4479.0, 4467.0, 4478.0, 4462.0, 4464.0, 4461.0, 4465.0, 4464.0, 4461.0, 4462.0, 4463.0, 4471.0, 4457.0, 4493.0, 4483.0, 4481.0, 4496.0, 4494.0, 4504.0, 4484.0, 4494.0, 4503.0, 4492.0, 4494.0, 4485.0, 4481.0, 4480.0, 4491.0, 4482.0, 4494.0, 4494.0, 4495.0, 4506.0, 4506.0, 4505.0, 4493.0, 4482.0, 4490.0, 4488.0, 4496.0, 4485.0, 4506.0, 4485.0, 4496.0, 4508.0, 4495.0, 4492.0, 4501.0, 4487.0, 4480.0, 4480.0, 4469.0, 4478.0, 4476.0, 4491.0, 4488.0, 4490.0, 4490.0, 4504.0, 4500.0, 4503.0, 4488.0, 4490.0, 4478.0, 4490.0, 4479.0, 4490.0, 4484.0, 4504.0, 4504.0, 4504.0, 4503.0, 4485.0, 4495.0, 4497.0, 4507.0, 4504.0, 4496.0, 4517.0, 4529.0, 4521.0, 4531.0, 4506.0, 4537.0, 4533.0, 4523.0, 4510.0, 4517.0, 4508.0, 4522.0, 4530.0, 4518.0, 4518.0, 4497.0, 4494.0, 4495.0, 4493.0, 4481.0, 4492.0, 4502.0, 4493.0, 4500.0, 4506.0, 4516.0, 4517.0, 4502.0, 4518.0, 4516.0, 4518.0, 4517.0, 4518.0, 4520.0, 4532.0, 4529.0, 4530.0, 4516.0, 4508.0, 4497.0, 4494.0, 4506.0, 4519.0, 4505.0, 4511.0, 4534.0, 4527.0, 4502.0, 4509.0], 'WindowWidth': [10086.0, 10029.0, 9984.0, 9955.0, 9947.0, 9930.0, 9924.0, 9925.0, 9929.0, 9948.0, 9945.0, 9921.0, 9936.0, 9908.0, 9901.0, 9909.0, 9948.0, 9934.0, 9929.0, 9918.0, 9926.0, 9915.0, 9934.0, 9906.0, 9916.0, 9885.0, 9910.0, 9878.0, 9884.0, 9870.0, 9865.0, 9853.0, 9853.0, 9840.0, 9866.0, 9865.0, 9859.0, 9862.0, 9874.0, 9866.0, 9862.0, 9851.0, 9841.0, 9847.0, 9866.0, 9868.0, 9868.0, 9872.0, 9868.0, 9906.0, 9875.0, 9908.0, 9880.0, 9902.0, 9894.0, 9898.0, 9910.0, 9910.0, 9898.0, 9896.0, 9897.0, 9919.0, 9900.0, 9946.0, 9900.0, 9928.0, 9920.0, 9921.0, 9915.0, 9913.0, 9898.0, 9933.0, 9900.0, 9926.0, 9908.0, 9918.0, 9897.0, 9927.0, 9882.0, 9908.0, 9862.0, 9895.0, 9899.0, 9900.0, 9891.0, 9915.0, 9905.0, 9917.0, 9931.0, 9916.0, 9921.0, 9894.0, 9934.0, 9903.0, 9936.0, 9920.0, 9951.0, 9922.0, 9941.0, 9923.0, 9923.0, 9925.0, 9946.0, 9939.0, 9960.0, 9924.0, 9932.0, 9892.0, 9926.0, 9908.0, 9941.0, 9928.0, 9943.0, 9902.0, 9912.0, 9884.0, 9897.0, 9879.0, 9893.0, 9898.0, 9890.0, 9910.0, 9908.0, 9908.0, 9911.0, 9892.0, 9909.0, 9883.0, 9909.0, 9898.0, 9908.0, 9913.0, 9900.0, 9900.0, 9898.0, 9887.0, 9899.0, 9883.0, 9906.0, 9877.0, 9890.0, 9907.0, 9911.0, 9888.0, 9900.0, 9869.0, 9884.0, 9888.0, 9887.0, 9873.0, 9885.0, 9874.0, 9882.0, 9876.0, 9883.0, 9878.0, 9869.0, 9865.0, 9848.0, 9887.0, 9909.0, 9906.0, 9893.0, 9864.0, 9877.0, 9876.0, 9854.0, 9883.0, 9866.0, 9886.0, 9873.0, 9922.0, 9887.0, 9909.0, 9867.0, 9910.0, 9893.0, 9895.0, 9893.0, 9893.0, 9929.0, 9903.0, 9925.0, 9905.0, 9942.0, 9914.0, 9947.0, 9916.0, 9922.0, 9912.0, 9920.0, 9907.0, 9936.0, 9912.0, 9932.0, 9933.0, 9934.0, 9928.0, 9927.0, 9900.0, 9898.0, 9871.0, 9883.0, 9867.0, 9881.0, 9867.0, 9894.0, 9880.0, 9877.0, 9881.0, 9875.0, 9880.0, 9876.0, 9879.0, 9867.0, 9881.0, 9882.0, 9887.0, 9876.0, 9891.0, 9852.0, 9883.0, 9874.0, 9899.0, 9889.0, 9889.0, 9904.0, 9900.0, 9867.0, 9885.0, 9854.0, 9880.0, 9869.0, 9901.0, 9878.0, 9905.0, 9874.0, 9908.0, 9893.0, 9902.0, 9897.0, 9907.0, 9894.0, 9911.0, 9897.0, 9926.0, 9904.0, 9939.0, 9922.0, 9918.0, 9893.0, 9911.0, 9900.0, 9891.0, 9891.0, 9963.0, 9921.0, 9909.0, 9918.0, 9914.0, 9902.0, 9913.0, 9899.0, 9911.0, 9926.0, 9900.0, 9916.0, 9917.0, 9934.0, 9933.0, 9917.0, 9928.0, 9916.0, 9909.0, 9925.0, 9907.0, 9914.0, 9893.0, 9891.0, 9898.0, 9897.0, 9905.0, 9953.0, 9967.0, 9952.0, 9939.0, 9932.0, 9921.0, 9922.0, 9919.0, 9889.0, 9911.0, 9898.0, 9910.0, 9915.0, 9922.0, 9908.0, 9903.0, 9893.0, 9869.0, 9888.0, 9862.0, 9888.0, 9863.0, 9906.0, 9879.0, 9907.0, 9880.0, 9907.0, 9878.0, 9908.0, 9894.0, 9911.0, 9902.0, 9919.0, 9902.0, 9930.0, 9917.0, 9913.0, 9917.0, 9907.0, 9884.0, 9914.0, 9899.0, 9913.0, 9896.0, 9912.0, 9888.0, 9934.0, 9897.0, 9905.0, 9899.0, 9899.0, 9877.0, 9908.0, 9895.0, 9902.0, 9908.0, 9907.0, 9895.0, 9890.0, 9872.0, 9885.0, 9864.0, 9876.0, 9842.0, 9858.0, 9852.0, 9861.0, 9854.0, 9858.0, 9843.0, 9856.0, 9820.0, 9836.0, 9818.0, 9848.0, 9817.0, 9845.0, 9831.0, 9849.0, 9827.0, 9850.0, 9834.0, 9848.0, 9838.0, 9837.0, 9855.0, 9842.0, 9861.0, 9843.0, 9856.0, 9844.0, 9876.0, 9866.0, 9876.0, 9866.0, 9873.0, 9846.0, 9867.0, 9829.0, 9861.0, 9849.0, 9871.0, 9874.0, 9904.0, 9903.0, 9889.0, 9889.0, 9893.0, 9882.0, 9900.0, 9881.0, 9901.0, 9897.0, 9903.0, 9888.0, 9909.0, 9885.0, 9884.0, 9867.0, 9856.0, 9881.0, 9859.0, 9883.0, 9853.0, 9885.0, 9875.0, 9908.0, 9882.0, 9897.0, 9889.0, 9900.0, 9951.0, 9918.0, 9933.0, 9904.0, 9948.0, 9919.0, 9953.0, 9934.0, 9928.0, 9900.0, 9872.0, 9906.0, 9918.0, 9897.0, 9936.0, 9949.0, 9966.0, 9941.0, 9925.0, 9868.0, 9872.0, 9854.0, 9851.0, 9856.0, 9875.0, 9870.0, 9883.0, 9896.0, 9863.0, 9857.0, 9845.0, 9844.0, 9837.0, 9841.0, 9848.0, 9840.0, 9869.0, 9888.0, 9873.0, 9830.0, 9848.0, 9829.0, 9822.0, 9834.0, 9821.0, 9804.0, 9835.0, 9807.0, 9850.0, 9838.0, 9850.0, 9847.0, 9839.0, 9839.0, 9839.0, 9854.0, 9872.0, 9857.0, 9866.0, 9856.0, 9869.0, 9859.0, 9866.0, 9856.0, 9878.0, 9876.0, 9891.0, 9875.0, 9901.0, 9881.0, 9896.0, 9888.0, 9888.0, 9889.0, 9902.0, 9898.0, 9895.0, 9910.0, 9886.0, 9928.0, 9899.0, 9917.0, 9920.0, 9943.0, 9938.0, 9910.0, 9935.0, 9943.0, 9941.0, 9922.0, 9916.0, 9942.0, 9924.0, 9941.0, 9909.0, 9928.0, 9909.0, 9916.0, 9881.0, 9903.0, 9873.0, 9875.0, 9853.0, 9874.0, 9887.0, 9861.0, 9885.0, 9875.0, 9887.0, 9878.0, 9868.0, 9874.0, 9857.0, 9870.0, 9857.0, 9872.0, 9842.0, 9877.0, 9840.0, 9877.0, 9854.0, 9876.0, 9855.0, 9867.0, 9869.0, 9903.0, 9911.0, 9898.0, 9886.0, 9863.0, 9865.0, 9863.0, 9850.0, 9853.0, 9853.0, 9857.0, 9849.0, 9864.0, 9844.0, 9878.0, 9869.0, 9879.0, 9851.0, 9870.0, 9883.0, 9875.0, 9892.0, 9886.0, 9893.0, 9897.0, 9905.0, 9888.0, 9916.0, 9915.0, 9938.0, 9934.0, 9953.0, 9917.0, 9927.0, 9924.0, 9943.0, 9941.0, 9958.0, 9943.0, 9960.0, 9948.0, 9961.0, 9934.0, 9918.0, 9925.0, 9918.0, 9904.0, 9914.0, 9903.0, 9919.0, 9882.0, 9912.0, 9895.0, 9910.0, 9881.0, 9905.0, 9877.0, 9896.0, 9884.0, 9911.0, 9882.0, 9933.0, 9934.0, 9910.0, 9895.0, 9903.0, 9908.0, 9920.0, 9912.0, 9894.0, 9883.0, 9912.0, 9916.0, 9904.0, 9855.0, 9876.0, 9849.0, 9880.0, 9851.0, 9886.0, 9930.0, 9921.0, 9910.0, 9891.0, 9896.0, 9909.0, 9911.0, 9902.0, 9961.0, 9918.0, 9908.0, 9923.0, 9919.0, 9935.0, 9919.0, 9916.0, 9948.0, 9915.0, 9936.0, 9885.0, 9939.0, 9937.0, 9932.0, 9926.0, 9926.0, 9900.0, 9929.0, 9944.0, 9911.0, 9922.0, 9892.0, 9902.0, 9869.0, 9875.0, 9873.0, 9888.0, 9898.0, 9893.0, 9931.0, 9901.0, 9882.0, 9883.0, 9882.0, 9865.0, 9879.0, 9874.0, 9862.0, 9845.0, 9850.0, 9854.0, 9855.0, 9841.0, 9851.0, 9833.0, 9847.0, 9850.0, 9866.0, 9851.0, 9881.0, 9854.0, 9851.0, 9835.0, 9836.0, 9819.0, 9832.0, 9835.0, 9869.0, 9834.0, 9851.0, 9835.0, 9856.0, 9856.0, 9863.0, 9876.0, 9879.0, 9879.0, 9879.0, 9862.0, 9879.0, 9869.0, 9882.0, 9887.0, 9902.0, 9876.0, 9900.0, 9888.0, 9897.0, 9876.0, 9863.0, 9852.0, 9905.0, 9915.0, 9916.0, 9901.0, 9931.0, 9920.0, 9954.0, 9917.0, 9888.0, 9887.0, 9869.0, 9885.0, 9888.0, 9887.0, 9894.0, 9925.0, 9904.0, 9910.0, 9868.0, 9888.0, 9866.0, 9880.0, 9863.0, 9862.0, 9869.0, 9914.0, 9903.0, 9905.0, 9936.0, 9929.0, 9887.0, 9887.0, 9862.0, 9876.0, 9861.0, 9884.0, 9864.0, 9861.0, 9843.0, 9856.0, 9831.0, 9834.0, 9825.0, 9833.0, 9831.0, 9824.0, 9828.0, 9831.0, 9840.0, 9827.0, 9886.0, 9869.0, 9871.0, 9896.0, 9886.0, 9904.0, 9876.0, 9892.0, 9903.0, 9889.0, 9889.0, 9877.0, 9864.0, 9862.0, 9878.0, 9868.0, 9888.0, 9886.0, 9893.0, 9911.0, 9911.0, 9909.0, 9891.0, 9873.0, 9882.0, 9879.0, 9893.0, 9877.0, 9909.0, 9877.0, 9896.0, 9914.0, 9893.0, 9885.0, 9896.0, 9875.0, 9865.0, 9865.0, 9848.0, 9860.0, 9853.0, 9880.0, 9876.0, 9877.0, 9878.0, 9909.0, 9898.0, 9904.0, 9877.0, 9879.0, 9862.0, 9880.0, 9865.0, 9883.0, 9877.0, 9904.0, 9903.0, 9907.0, 9902.0, 9881.0, 9898.0, 9902.0, 9917.0, 9911.0, 9903.0, 9930.0, 9950.0, 9945.0, 9951.0, 9917.0, 9962.0, 9963.0, 9935.0, 9921.0, 9932.0, 9920.0, 9934.0, 9949.0, 9933.0, 9931.0, 9900.0, 9891.0, 9891.0, 9884.0, 9867.0, 9882.0, 9897.0, 9885.0, 9897.0, 9911.0, 9925.0, 9930.0, 9905.0, 9933.0, 9927.0, 9931.0, 9930.0, 9934.0, 9942.0, 9963.0, 9951.0, 9953.0, 9926.0, 9917.0, 9897.0, 9889.0, 9906.0, 9935.0, 9911.0, 9925.0, 9964.0, 9947.0, 9904.0, 9916.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.001592901376146789</td></tr>
<tr><td colspan=3>aqi</td><td>0.023063106077981645</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.769318192020684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2069405011366239</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0184478644546504</td></tr>
<tr><td colspan=3>efc</td><td>0.4563</td></tr>
<tr><td colspan=3>fber</td><td>7428.0625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13518935339442756</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.34862385321101</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.455472525165043</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.437230032800999</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7046320264256387</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2245555162684916</td></tr>
<tr><td colspan=3>gcor</td><td>0.0233681</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018706409260630608</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028079472482204437</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.85431382348395</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>28.3424</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0854</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.223</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306385.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.8948</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1569</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.6425</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3753.2018</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.4507</td></tr>
<tr><td colspan=3>tsnr</td><td>40.7642693084199</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>