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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-04/func/sub-0024_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6b40b2c30e4a265120382d753ef3e8cf</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:34:56.465000</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_VE11C_LATEST_20160120</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.99863, -0.0420988, 0.0310892, 0.0399346, 0.996938, 0.067229]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838411</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7784, -7264, 601, -50, -349, 103, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7fb073f-5c67-4ffb-9afe-64556591cac5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792502403259277, 0.10714151710271835, 0.09132548421621323, 107.06795501708984], [0.11294810473918915, 2.6747119426727295, 0.17791734635829926, -100.92023468017578], [0.08341000974178314, -0.18037042021751404, 2.6925833225250244, -70.30757141113281], [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': ['153456.465000', '153456.925000', '153457.385000', '153457.845000', '153458.305000', '153458.765000', '153459.225000', '153459.685000', '153500.145000', '153500.605000', '153501.065000', '153501.525000', '153501.985000', '153502.445000', '153502.905000', '153503.365000', '153503.825000', '153504.285000', '153504.745000', '153505.205000', '153505.665000', '153506.125000', '153506.585000', '153507.045000', '153507.505000', '153507.965000', '153508.425000', '153508.885000', '153509.345000', '153509.805000', '153510.265000', '153510.725000', '153511.185000', '153511.645000', '153512.105000', '153512.565000', '153513.025000', '153513.485000', '153513.945000', '153514.405000', '153514.865000', '153515.325000', '153515.785000', '153516.245000', '153516.705000', '153517.165000', '153517.625000', '153518.085000', '153518.545000', '153519.005000', '153519.465000', '153519.925000', '153520.385000', '153520.845000', '153521.305000', '153521.765000', '153522.225000', '153522.685000', '153523.145000', '153523.605000', '153524.065000', '153524.525000', '153524.985000', '153525.445000', '153525.905000', '153526.365000', '153526.825000', '153527.285000', '153527.745000', '153528.205000', '153528.665000', '153529.125000', '153529.585000', '153530.045000', '153530.505000', '153530.965000', '153531.425000', '153531.885000', '153532.345000', '153532.805000', '153533.265000', '153533.725000', '153534.185000', '153534.645000', '153535.105000', '153535.565000', '153536.025000', '153536.485000', '153536.945000', '153537.405000', '153537.865000', '153538.325000', '153538.785000', '153539.245000', '153539.705000', '153540.165000', '153540.625000', '153541.085000', '153541.545000', '153542.005000', '153542.465000', '153542.925000', '153543.385000', '153543.845000', '153544.305000', '153544.765000', '153545.225000', '153545.685000', '153546.145000', '153546.605000', '153547.065000', '153547.525000', '153547.985000', '153548.445000', '153548.905000', '153549.365000', '153549.825000', '153550.285000', '153550.745000', '153551.205000', '153551.665000', '153552.125000', '153552.585000', '153553.045000', '153553.505000', '153553.965000', '153554.425000', '153554.885000', '153555.345000', '153555.805000', '153556.265000', '153556.725000', '153557.185000', '153557.645000', '153558.105000', '153558.565000', '153559.025000', '153559.485000', '153559.945000', '153600.405000', '153600.865000', '153601.325000', '153601.785000', '153602.245000', '153602.705000', '153603.165000', '153603.625000', '153604.085000', '153604.545000', '153605.005000', '153605.465000', '153605.925000', '153606.385000', '153606.845000', '153607.305000', '153607.765000', '153608.225000', '153608.685000', '153609.145000', '153609.605000', '153610.065000', '153610.525000', '153610.985000', '153611.445000', '153611.905000', '153612.365000', '153612.825000', '153613.285000', '153613.745000', '153614.205000', '153614.665000', '153615.125000', '153615.585000', '153616.045000', '153616.505000', '153616.965000', '153617.425000', '153617.885000', '153618.345000', '153618.805000', '153619.265000', '153619.725000', '153620.185000', '153620.645000', '153621.105000', '153621.565000', '153622.025000', '153622.485000', '153622.945000', '153623.405000', '153623.865000', '153624.325000', '153624.785000', '153625.245000', '153625.705000', '153626.165000', '153626.625000', '153627.085000', '153627.545000', '153628.005000', '153628.465000', '153628.925000', '153629.385000', '153629.845000', '153630.305000', '153630.765000', '153631.225000', '153631.685000', '153632.145000', '153632.605000', '153633.065000', '153633.525000', '153633.985000', '153634.445000', '153634.905000', '153635.365000', '153635.825000', '153636.285000', '153636.745000', '153637.205000', '153637.665000', '153638.125000', '153638.585000', '153639.045000', '153639.505000', '153639.965000', '153640.425000', '153640.885000', '153641.345000', '153641.805000', '153642.265000', '153642.725000', '153643.185000', '153643.645000', '153644.105000', '153644.565000', '153645.025000', '153645.485000', '153645.945000', '153646.405000', '153646.865000', '153647.325000', '153647.785000', '153648.245000', '153648.705000', '153649.165000', '153649.625000', '153650.085000', '153650.545000', '153651.005000', '153651.465000', '153651.925000', '153652.385000', '153652.845000', '153653.305000', '153653.765000', '153654.225000', '153654.685000', '153655.145000', '153655.605000', '153656.065000', '153656.525000', '153656.985000', '153657.445000', '153657.905000', '153658.365000', '153658.825000', '153659.285000', '153659.745000', '153700.205000', '153700.665000', '153701.125000', '153701.585000', '153702.045000', '153702.505000', '153702.965000', '153703.425000', '153703.885000', '153704.345000', '153704.805000', '153705.265000', '153705.725000', '153706.185000', '153706.645000', '153707.105000', '153707.565000', '153708.025000', '153708.485000', '153708.945000', '153709.405000', '153709.865000', '153710.325000', '153710.785000', '153711.245000', '153711.705000', '153712.165000', '153712.625000', '153713.085000', '153713.545000', '153714.005000', '153714.465000', '153714.925000', '153715.385000', '153715.845000', '153716.305000', '153716.765000', '153717.225000', '153717.685000', '153718.145000', '153718.605000', '153719.065000', '153719.525000', '153719.985000', '153720.445000', '153720.905000', '153721.365000', '153721.825000', '153722.285000', '153722.745000', '153723.205000', '153723.665000', '153724.125000', '153724.585000', '153725.045000', '153725.505000', '153725.965000', '153726.425000', '153726.885000', '153727.345000', '153727.805000', '153728.265000', '153728.725000', '153729.185000', '153729.645000', '153730.105000', '153730.565000', '153731.025000', '153731.485000', '153731.945000', '153732.405000', '153732.865000', '153733.325000', '153733.785000', '153734.245000', '153734.705000', '153735.165000', '153735.625000', '153736.085000', '153736.545000', '153737.005000', '153737.465000', '153737.925000', '153738.385000', '153738.845000', '153739.305000', '153739.765000', '153740.225000', '153740.685000', '153741.145000', '153741.605000', '153742.065000', '153742.525000', '153742.985000', '153743.445000', '153743.905000', '153744.365000', '153744.825000', '153745.285000', '153745.745000', '153746.205000', '153746.665000', '153747.125000', '153747.585000', '153748.045000', '153748.505000', '153748.965000', '153749.425000', '153749.885000', '153750.345000', '153750.805000', '153751.265000', '153751.725000', '153752.185000', '153752.645000', '153753.105000', '153753.565000', '153754.025000', '153754.485000', '153754.945000', '153755.405000', '153755.865000', '153756.325000', '153756.785000', '153757.245000', '153757.705000', '153758.165000', '153758.625000', '153759.085000', '153759.545000', '153800.005000', '153800.465000', '153800.925000', '153801.385000', '153801.845000', '153802.305000', '153802.765000', '153803.225000', '153803.685000', '153804.145000', '153804.605000', '153805.065000', '153805.525000', '153805.985000', '153806.445000', '153806.905000', '153807.365000', '153807.825000', '153808.285000', '153808.745000', '153809.205000', '153809.665000', '153810.125000', '153810.585000', '153811.045000', '153811.505000', '153811.965000', '153812.425000', '153812.885000', '153813.345000', '153813.805000', '153814.265000', '153814.725000', '153815.185000', '153815.645000', '153816.105000', '153816.565000', '153817.025000', '153817.485000', '153817.945000', '153818.405000', '153818.865000', '153819.325000', '153819.785000', '153820.245000', '153820.705000', '153821.165000', '153821.625000', '153822.085000', '153822.545000', '153823.005000', '153823.465000', '153823.925000', '153824.385000', '153824.845000', '153825.305000', '153825.765000', '153826.225000', '153826.685000', '153827.145000', '153827.605000', '153828.065000', '153828.525000', '153828.985000', '153829.445000', '153829.905000', '153830.365000', '153830.825000', '153831.285000', '153831.745000', '153832.205000', '153832.665000', '153833.125000', '153833.585000', '153834.045000', '153834.505000', '153834.965000', '153835.425000', '153835.885000', '153836.345000', '153836.805000', '153837.265000', '153837.725000', '153838.185000', '153838.645000', '153839.105000', '153839.565000', '153840.025000', '153840.485000', '153840.945000', '153841.405000', '153841.865000', '153842.325000', '153842.785000', '153843.245000', '153843.705000', '153844.165000', '153844.625000', '153845.085000', '153845.545000', '153846.005000', '153846.465000', '153846.925000', '153847.385000', '153847.845000', '153848.305000', '153848.765000', '153849.225000', '153849.685000', '153850.145000', '153850.605000', '153851.065000', '153851.525000', '153851.985000', '153852.445000', '153852.905000', '153853.365000', '153853.825000', '153854.285000', '153854.745000', '153855.205000', '153855.665000', '153856.125000', '153856.585000', '153857.045000', '153857.505000', '153857.965000', '153858.425000', '153858.885000', '153859.345000', '153859.805000', '153900.265000', '153900.725000', '153901.185000', '153901.645000', '153902.105000', '153902.565000', '153903.025000', '153903.485000', '153903.945000', '153904.405000', '153904.865000', '153905.325000', '153905.785000', '153906.245000', '153906.705000', '153907.165000', '153907.625000', '153908.085000', '153908.545000', '153909.005000', '153909.465000', '153909.925000', '153910.385000', '153910.845000', '153911.305000', '153911.765000', '153912.225000', '153912.685000', '153913.145000', '153913.605000', '153914.065000', '153914.525000', '153914.985000', '153915.445000', '153915.905000', '153916.365000', '153916.825000', '153917.285000', '153917.745000', '153918.205000', '153918.665000', '153919.125000', '153919.585000', '153920.045000', '153920.505000', '153920.965000', '153921.425000', '153921.885000', '153922.345000', '153922.805000', '153923.265000', '153923.725000', '153924.185000', '153924.645000', '153925.105000', '153925.565000', '153926.025000', '153926.485000', '153926.945000', '153927.405000', '153927.865000', '153928.325000', '153928.785000', '153929.245000', '153929.705000', '153930.165000', '153930.625000', '153931.085000', '153931.545000', '153932.005000', '153932.465000', '153932.925000', '153933.385000', '153933.845000', '153934.305000', '153934.765000', '153935.225000', '153935.685000', '153936.145000', '153936.605000', '153937.065000', '153937.525000', '153937.985000', '153938.445000', '153938.905000', '153939.365000', '153939.825000', '153940.285000', '153940.745000', '153941.205000', '153941.665000', '153942.125000', '153942.585000', '153943.045000', '153943.505000', '153943.965000', '153944.425000', '153944.885000', '153945.345000', '153945.805000', '153946.265000', '153946.725000', '153947.185000', '153947.645000', '153948.105000', '153948.565000', '153949.025000', '153949.485000', '153949.945000', '153950.405000', '153950.865000', '153951.325000', '153951.785000', '153952.245000', '153952.705000', '153953.165000', '153953.625000', '153954.085000', '153954.545000', '153955.005000', '153955.465000', '153955.925000', '153956.385000', '153956.845000', '153957.305000', '153957.765000', '153958.225000', '153958.685000', '153959.145000', '153959.605000', '154000.065000', '154000.525000', '154000.985000', '154001.445000', '154001.905000', '154002.365000', '154002.825000', '154003.285000', '154003.745000', '154004.205000', '154004.665000', '154005.125000', '154005.585000', '154006.045000', '154006.505000', '154006.965000', '154007.425000', '154007.885000', '154008.345000', '154008.805000', '154009.265000', '154009.725000', '154010.185000', '154010.645000', '154011.105000', '154011.565000', '154012.025000', '154012.485000', '154012.945000', '154013.405000', '154013.865000', '154014.325000', '154014.785000', '154015.245000', '154015.705000', '154016.165000', '154016.625000', '154017.085000', '154017.545000', '154018.005000', '154018.465000', '154018.925000', '154019.385000', '154019.845000', '154020.305000', '154020.765000', '154021.225000', '154021.685000', '154022.145000', '154022.605000', '154023.065000', '154023.525000', '154023.985000', '154024.445000', '154024.905000', '154025.365000', '154025.825000', '154026.285000', '154026.745000', '154027.205000', '154027.665000', '154028.125000', '154028.585000', '154029.045000', '154029.505000', '154029.965000', '154030.425000', '154030.885000', '154031.345000', '154031.805000', '154032.265000', '154032.725000', '154033.185000', '154033.645000', '154034.105000', '154034.565000', '154035.025000', '154035.485000', '154035.945000', '154036.405000', '154036.865000', '154037.325000', '154037.785000', '154038.245000', '154038.705000', '154039.165000', '154039.625000', '154040.085000', '154040.545000', '154041.005000', '154041.465000', '154041.925000', '154042.385000', '154042.845000', '154043.305000', '154043.765000', '154044.225000', '154044.685000', '154045.145000', '154045.605000', '154046.065000', '154046.525000', '154046.985000', '154047.445000', '154047.905000', '154048.365000', '154048.825000', '154049.285000', '154049.745000', '154050.205000', '154050.665000', '154051.125000', '154051.585000', '154052.045000', '154052.505000', '154052.965000', '154053.425000', '154053.885000', '154054.345000', '154054.805000', '154055.265000', '154055.725000', '154056.185000', '154056.645000', '154057.105000', '154057.565000', '154058.025000', '154058.485000', '154058.945000', '154059.405000', '154059.865000', '154100.325000', '154100.785000', '154101.245000', '154101.705000', '154102.165000', '154102.625000', '154103.085000', '154103.545000', '154104.005000', '154104.465000', '154104.925000', '154105.385000', '154105.845000', '154106.305000', '154106.765000', '154107.225000', '154107.685000', '154108.145000', '154108.605000', '154109.065000', '154109.525000', '154109.985000', '154110.445000', '154110.905000', '154111.365000', '154111.825000', '154112.285000', '154112.745000', '154113.205000', '154113.665000', '154114.125000', '154114.585000', '154115.045000', '154115.505000', '154115.965000', '154116.425000', '154116.885000', '154117.345000', '154117.805000', '154118.265000', '154118.725000', '154119.185000', '154119.645000', '154120.105000', '154120.565000', '154121.025000', '154121.485000', '154121.945000', '154122.405000', '154122.865000', '154123.325000', '154123.785000', '154124.245000', '154124.705000', '154125.165000', '154125.625000', '154126.085000', '154126.545000', '154127.005000', '154127.465000', '154127.925000', '154128.385000', '154128.845000', '154129.305000', '154129.765000', '154130.225000', '154130.685000', '154131.145000', '154131.605000', '154132.065000', '154132.525000', '154132.985000', '154133.445000', '154133.905000', '154134.365000', '154134.825000', '154135.285000', '154135.745000', '154136.205000', '154136.665000', '154137.125000'], 'ContentTime': ['153520.401000', '153520.404000', '153520.407000', '153520.410000', '153520.413000', '153520.416000', '153520.419000', '153520.422000', '153520.424000', '153520.427000', '153520.430000', '153520.433000', '153520.436000', '153520.439000', '153520.441000', '153520.444000', '153520.447000', '153520.450000', '153520.453000', '153520.455000', '153520.458000', '153520.461000', '153520.464000', '153520.466000', '153520.469000', '153520.472000', '153520.475000', '153520.478000', '153520.480000', '153520.483000', '153520.486000', '153520.489000', '153520.492000', '153520.494000', '153520.497000', '153520.500000', '153520.503000', '153520.505000', '153520.511000', '153520.514000', '153520.517000', '153520.520000', '153520.522000', '153520.525000', '153520.528000', '153520.531000', '153520.533000', '153520.536000', '153520.539000', '153540.369000', '153540.372000', '153540.375000', '153540.377000', '153540.380000', '153540.383000', '153540.386000', '153540.389000', '153540.392000', '153540.394000', '153540.397000', '153540.400000', '153540.403000', '153540.405000', '153540.408000', '153540.411000', '153540.414000', '153540.416000', '153540.419000', '153540.422000', '153540.425000', '153540.428000', '153540.431000', '153540.433000', '153540.436000', '153540.439000', '153540.442000', '153540.445000', '153540.447000', '153540.450000', '153540.453000', '153540.456000', '153540.458000', '153540.461000', '153540.464000', '153540.467000', '153540.470000', '153540.472000', '153540.475000', '153540.478000', '153540.481000', '153540.484000', '153540.486000', '153540.489000', '153600.369000', '153600.372000', '153600.375000', '153600.378000', '153600.381000', '153600.383000', '153600.386000', '153600.389000', '153600.392000', '153600.395000', '153600.397000', '153600.400000', '153600.403000', '153600.406000', '153600.408000', '153600.411000', '153600.414000', '153600.417000', '153600.420000', '153600.422000', '153600.425000', '153600.428000', '153600.431000', '153600.434000', '153600.436000', '153600.439000', '153600.442000', '153600.445000', '153600.448000', '153600.450000', '153600.453000', '153600.456000', '153600.459000', '153600.462000', '153600.465000', '153600.473000', '153600.475000', '153600.478000', '153600.481000', '153600.484000', '153600.486000', '153600.489000', '153600.492000', '153620.368000', '153620.371000', '153620.373000', '153620.376000', '153620.379000', '153620.382000', '153620.385000', '153620.388000', '153620.391000', '153620.393000', '153620.396000', '153620.399000', '153620.402000', '153620.405000', '153620.407000', '153620.410000', '153620.413000', '153620.425000', '153620.428000', '153620.453000', '153620.456000', '153620.459000', '153620.462000', '153620.464000', '153620.467000', '153620.470000', '153620.473000', '153620.476000', '153620.478000', '153620.481000', '153620.484000', '153620.487000', '153620.490000', '153620.492000', '153620.495000', '153620.498000', '153620.501000', '153620.504000', '153620.506000', '153620.509000', '153620.512000', '153620.515000', '153620.517000', '153620.520000', '153640.368000', '153640.371000', '153640.374000', '153640.377000', '153640.379000', '153640.382000', '153640.385000', '153640.388000', '153640.391000', '153640.393000', '153640.396000', '153640.399000', '153640.407000', '153640.410000', '153640.413000', '153640.416000', '153640.419000', '153640.422000', '153640.424000', '153640.427000', '153640.430000', '153640.433000', '153640.436000', '153640.438000', '153640.441000', '153640.444000', '153640.447000', '153640.450000', '153640.452000', '153640.455000', '153640.458000', '153640.461000', '153640.464000', '153640.466000', '153640.469000', '153640.472000', '153640.475000', '153640.478000', '153640.480000', '153640.483000', '153640.486000', '153640.489000', '153640.492000', '153700.368000', '153700.371000', '153700.374000', '153700.377000', '153700.379000', '153700.382000', '153700.385000', '153700.388000', '153700.391000', '153700.393000', '153700.396000', '153700.399000', '153700.402000', '153700.405000', '153700.408000', '153700.410000', '153700.413000', '153700.416000', '153700.419000', '153700.422000', '153700.424000', '153700.427000', '153700.430000', '153700.433000', '153700.436000', '153700.439000', '153700.441000', '153700.444000', '153700.447000', '153700.450000', '153700.453000', '153700.456000', '153700.458000', '153700.461000', '153700.464000', '153700.467000', '153700.470000', '153700.473000', '153700.483000', '153700.485000', '153700.488000', '153700.491000', '153700.494000', '153700.497000', '153720.368000', '153720.371000', '153720.374000', '153720.377000', '153720.379000', '153720.382000', '153720.385000', '153720.388000', '153720.391000', '153720.393000', '153720.396000', '153720.399000', '153720.402000', '153720.405000', '153720.408000', '153720.410000', '153720.413000', '153720.418000', '153720.421000', '153720.424000', '153720.427000', '153720.430000', '153720.432000', '153720.435000', '153720.438000', '153720.441000', '153720.444000', '153720.446000', '153720.449000', '153720.452000', '153720.455000', '153720.458000', '153720.460000', '153720.463000', '153720.466000', '153720.469000', '153720.472000', '153720.475000', '153720.477000', '153720.480000', '153720.483000', '153720.486000', '153720.488000', '153740.368000', '153740.371000', '153740.374000', '153740.377000', '153740.379000', '153740.382000', '153740.385000', '153740.388000', '153740.391000', '153740.394000', '153740.396000', '153740.399000', '153740.402000', '153740.405000', '153740.407000', '153740.410000', '153740.413000', '153740.416000', '153740.419000', '153740.422000', '153740.424000', '153740.427000', '153740.430000', '153740.433000', '153740.436000', '153740.438000', '153740.441000', '153740.444000', '153740.447000', '153740.450000', '153740.453000', '153740.455000', '153740.458000', '153740.461000', '153740.464000', '153740.467000', '153740.469000', '153740.472000', '153740.475000', '153740.478000', '153740.481000', '153740.483000', '153740.486000', '153740.489000', '153800.369000', '153800.372000', '153800.375000', '153800.377000', '153800.380000', '153800.383000', '153800.386000', '153800.389000', '153800.392000', '153800.394000', '153800.397000', '153800.400000', '153800.403000', '153800.405000', '153800.423000', '153800.426000', '153800.429000', '153800.434000', '153800.438000', '153800.441000', '153800.443000', '153800.446000', '153800.449000', '153800.452000', '153800.455000', '153800.458000', '153800.460000', '153800.463000', '153800.466000', '153800.469000', '153800.472000', '153800.475000', '153800.477000', '153800.480000', '153800.483000', '153800.486000', '153800.489000', '153800.491000', '153800.494000', '153800.497000', '153800.500000', '153800.502000', '153800.505000', '153820.369000', '153820.372000', '153820.375000', '153820.377000', '153820.380000', '153820.383000', '153820.386000', '153820.389000', '153820.392000', '153820.394000', '153820.397000', '153820.400000', '153820.403000', '153820.406000', '153820.409000', '153820.411000', '153820.414000', '153820.417000', '153820.420000', '153820.423000', '153820.426000', '153820.428000', '153820.431000', '153820.434000', '153820.437000', '153820.440000', '153820.443000', '153820.445000', '153820.448000', '153820.451000', '153820.454000', '153820.457000', '153820.460000', '153820.462000', '153820.465000', '153820.468000', '153820.471000', '153820.474000', '153820.476000', '153820.479000', '153820.482000', '153820.485000', '153820.488000', '153820.490000', '153840.368000', '153840.371000', '153840.374000', '153840.377000', '153840.379000', '153840.382000', '153840.385000', '153840.389000', '153840.392000', '153840.395000', '153840.398000', '153840.401000', '153840.404000', '153840.406000', '153840.409000', '153840.412000', '153840.415000', '153840.418000', '153840.421000', '153840.424000', '153840.426000', '153840.429000', '153840.432000', '153840.435000', '153840.438000', '153840.441000', '153840.444000', '153840.446000', '153840.449000', '153840.452000', '153840.455000', '153840.458000', '153840.461000', '153840.464000', '153840.467000', '153840.470000', '153840.473000', '153840.475000', '153840.478000', '153840.481000', '153840.484000', '153840.487000', '153840.489000', '153900.368000', '153900.371000', '153900.374000', '153900.377000', '153900.380000', '153900.382000', '153900.385000', '153900.388000', '153900.391000', '153900.394000', '153900.396000', '153900.399000', '153900.402000', '153900.405000', '153900.408000', '153900.411000', '153900.413000', '153900.416000', '153900.419000', '153900.422000', '153900.425000', '153900.427000', '153900.430000', '153900.433000', '153900.436000', '153900.439000', '153900.441000', '153900.444000', '153900.447000', '153900.450000', '153900.453000', '153900.455000', '153900.458000', '153900.461000', '153900.464000', '153900.467000', '153900.469000', '153900.472000', '153900.475000', '153900.478000', '153900.481000', '153900.484000', '153900.486000', '153900.489000', '153920.368000', '153920.371000', '153920.374000', '153920.377000', '153920.379000', '153920.382000', '153920.385000', '153920.388000', '153920.391000', '153920.394000', '153920.397000', '153920.399000', '153920.402000', '153920.405000', '153920.408000', '153920.411000', '153920.413000', '153920.416000', '153920.419000', '153920.422000', '153920.425000', '153920.428000', '153920.430000', '153920.433000', '153920.436000', '153920.439000', '153920.442000', '153920.445000', '153920.448000', '153920.450000', '153920.453000', '153920.456000', '153920.459000', '153920.462000', '153920.464000', '153920.467000', '153920.470000', '153920.473000', '153920.478000', '153920.494000', '153920.497000', '153920.500000', '153920.503000', '153940.368000', '153940.371000', '153940.374000', '153940.377000', '153940.379000', '153940.382000', '153940.385000', '153940.388000', '153940.391000', '153940.394000', '153940.396000', '153940.399000', '153940.402000', '153940.405000', '153940.408000', '153940.411000', '153940.413000', '153940.416000', '153940.419000', '153940.422000', '153940.425000', '153940.428000', '153940.430000', '153940.433000', '153940.436000', '153940.439000', '153940.442000', '153940.445000', '153940.448000', '153940.450000', '153940.453000', '153940.456000', '153940.459000', '153940.462000', '153940.464000', '153940.467000', '153940.470000', '153940.473000', '153940.476000', '153940.479000', '153940.481000', '153940.484000', '153940.487000', '153940.490000', '154000.368000', '154000.371000', '154000.374000', '154000.377000', '154000.379000', '154000.382000', '154000.385000', '154000.388000', '154000.391000', '154000.393000', '154000.396000', '154000.399000', '154000.402000', '154000.405000', '154000.408000', '154000.410000', '154000.413000', '154000.416000', '154000.419000', '154000.422000', '154000.426000', '154000.429000', '154000.432000', '154000.435000', '154000.437000', '154000.440000', '154000.443000', '154000.446000', '154000.449000', '154000.452000', '154000.454000', '154000.457000', '154000.460000', '154000.463000', '154000.466000', '154000.468000', '154000.471000', '154000.474000', '154000.477000', '154000.480000', '154000.483000', '154000.486000', '154000.488000', '154020.369000', '154020.372000', '154020.375000', '154020.377000', '154020.380000', '154020.383000', '154020.386000', '154020.389000', '154020.393000', '154020.396000', '154020.399000', '154020.401000', '154020.404000', '154020.407000', '154020.410000', '154020.413000', '154020.415000', '154020.418000', '154020.421000', '154020.424000', '154020.427000', '154020.430000', '154020.432000', '154020.435000', '154020.438000', '154020.441000', '154020.444000', '154020.447000', '154020.449000', '154020.452000', '154020.455000', '154020.458000', '154020.461000', '154020.463000', '154020.466000', '154020.469000', '154020.472000', '154020.475000', '154020.478000', '154020.480000', '154020.483000', '154020.486000', '154020.489000', '154020.492000', '154040.369000', '154040.372000', '154040.375000', '154040.378000', '154040.380000', '154040.383000', '154040.386000', '154040.389000', '154040.392000', '154040.395000', '154040.398000', '154040.400000', '154040.403000', '154040.406000', '154040.409000', '154040.412000', '154040.414000', '154040.417000', '154040.420000', '154040.423000', '154040.426000', '154040.429000', '154040.431000', '154040.434000', '154040.437000', '154040.440000', '154040.443000', '154040.445000', '154040.448000', '154040.451000', '154040.454000', '154040.457000', '154040.460000', '154040.462000', '154040.465000', '154040.468000', '154040.471000', '154040.474000', '154040.476000', '154040.479000', '154040.482000', '154040.485000', '154040.488000', '154100.368000', '154100.371000', '154100.374000', '154100.377000', '154100.379000', '154100.382000', '154100.397000', '154100.400000', '154100.403000', '154100.406000', '154100.409000', '154100.411000', '154100.414000', '154100.417000', '154100.420000', '154100.423000', '154100.425000', '154100.428000', '154100.431000', '154100.434000', '154100.437000', '154100.439000', '154100.442000', '154100.445000', '154100.448000', '154100.451000', '154100.454000', '154100.457000', '154100.459000', '154100.462000', '154100.465000', '154100.468000', '154100.470000', '154100.473000', '154100.476000', '154100.479000', '154100.482000', '154100.485000', '154100.488000', '154100.490000', '154100.493000', '154100.496000', '154100.499000', '154100.502000', '154120.368000', '154120.371000', '154120.374000', '154120.377000', '154120.379000', '154120.382000', '154120.385000', '154120.388000', '154120.391000', '154120.394000', '154120.397000', '154120.399000', '154120.402000', '154120.405000', '154120.408000', '154120.410000', '154120.413000', '154120.416000', '154120.419000', '154120.422000', '154120.425000', '154120.427000', '154120.430000', '154120.433000', '154120.436000', '154120.439000', '154120.441000', '154120.444000', '154120.447000', '154120.450000', '154120.453000', '154120.455000', '154120.458000', '154120.463000', '154120.466000', '154120.469000', '154120.471000', '154120.474000', '154120.477000', '154120.480000', '154120.483000', '154120.485000', '154120.488000', '154138.526000', '154138.530000', '154138.533000', '154138.536000', '154138.539000', '154138.542000', '154138.545000', '154138.548000', '154138.551000', '154138.554000', '154138.557000', '154138.560000', '154138.562000', '154138.565000', '154138.568000', '154138.571000', '154138.574000', '154138.576000', '154138.579000', '154138.582000', '154138.585000', '154138.588000', '154138.591000', '154138.594000', '154138.597000', '154138.600000', '154138.602000', '154138.605000', '154138.608000', '154138.611000', '154138.614000', '154138.617000', '154138.619000', '154138.622000', '154138.625000', '154138.628000', '154138.631000', '154138.634000', '154138.637000', '154138.639000'], 'InstanceCreationTime': ['153520.401000', '153520.404000', '153520.407000', '153520.410000', '153520.413000', '153520.416000', '153520.419000', '153520.422000', '153520.424000', '153520.427000', '153520.430000', '153520.433000', '153520.436000', '153520.439000', '153520.441000', '153520.444000', '153520.447000', '153520.450000', '153520.453000', '153520.455000', '153520.458000', '153520.461000', '153520.464000', '153520.466000', '153520.469000', '153520.472000', '153520.475000', '153520.478000', '153520.480000', '153520.483000', '153520.486000', '153520.489000', '153520.492000', '153520.494000', '153520.497000', '153520.500000', '153520.503000', '153520.505000', '153520.511000', '153520.514000', '153520.517000', '153520.520000', '153520.522000', '153520.525000', '153520.528000', '153520.531000', '153520.533000', '153520.536000', '153520.539000', '153540.369000', '153540.372000', '153540.375000', '153540.377000', '153540.380000', '153540.383000', '153540.386000', '153540.389000', '153540.392000', '153540.394000', '153540.397000', '153540.400000', '153540.403000', '153540.405000', '153540.408000', '153540.411000', '153540.414000', '153540.416000', '153540.419000', '153540.422000', '153540.425000', '153540.428000', '153540.431000', '153540.433000', '153540.436000', '153540.439000', '153540.442000', '153540.445000', '153540.447000', '153540.450000', '153540.453000', '153540.456000', '153540.458000', '153540.461000', '153540.464000', '153540.467000', '153540.470000', '153540.472000', '153540.475000', '153540.478000', '153540.481000', '153540.484000', '153540.486000', '153540.489000', '153600.369000', '153600.372000', '153600.375000', '153600.378000', '153600.381000', '153600.383000', '153600.386000', '153600.389000', '153600.392000', '153600.395000', '153600.397000', '153600.400000', '153600.403000', '153600.406000', '153600.408000', '153600.411000', '153600.414000', '153600.417000', '153600.420000', '153600.422000', '153600.425000', '153600.428000', '153600.431000', '153600.434000', '153600.436000', '153600.439000', '153600.442000', '153600.445000', '153600.448000', '153600.450000', '153600.453000', '153600.456000', '153600.459000', '153600.462000', '153600.465000', '153600.473000', '153600.475000', '153600.478000', '153600.481000', '153600.484000', '153600.486000', '153600.489000', '153600.492000', '153620.368000', '153620.371000', '153620.373000', '153620.376000', '153620.379000', '153620.382000', '153620.385000', '153620.388000', '153620.391000', '153620.393000', '153620.396000', '153620.399000', '153620.402000', '153620.405000', '153620.407000', '153620.410000', '153620.413000', '153620.425000', '153620.428000', '153620.453000', '153620.456000', '153620.459000', '153620.462000', '153620.464000', '153620.467000', '153620.470000', '153620.473000', '153620.476000', '153620.478000', '153620.481000', '153620.484000', '153620.487000', '153620.490000', '153620.492000', '153620.495000', '153620.498000', '153620.501000', '153620.504000', '153620.506000', '153620.509000', '153620.512000', '153620.515000', '153620.517000', '153620.520000', '153640.368000', '153640.371000', '153640.374000', '153640.377000', '153640.379000', '153640.382000', '153640.385000', '153640.388000', '153640.391000', '153640.393000', '153640.396000', '153640.399000', '153640.407000', '153640.410000', '153640.413000', '153640.416000', '153640.419000', '153640.422000', '153640.424000', '153640.427000', '153640.430000', '153640.433000', '153640.436000', '153640.438000', '153640.441000', '153640.444000', '153640.447000', '153640.450000', '153640.452000', '153640.455000', '153640.458000', '153640.461000', '153640.464000', '153640.466000', '153640.469000', '153640.472000', '153640.475000', '153640.478000', '153640.480000', '153640.483000', '153640.486000', '153640.489000', '153640.492000', '153700.368000', '153700.371000', '153700.374000', '153700.377000', '153700.379000', '153700.382000', '153700.385000', '153700.388000', '153700.391000', '153700.393000', '153700.396000', '153700.399000', '153700.402000', '153700.405000', '153700.408000', '153700.410000', '153700.413000', '153700.416000', '153700.419000', '153700.422000', '153700.424000', '153700.427000', '153700.430000', '153700.433000', '153700.436000', '153700.439000', '153700.441000', '153700.444000', '153700.447000', '153700.450000', '153700.453000', '153700.456000', '153700.458000', '153700.461000', '153700.464000', '153700.467000', '153700.470000', '153700.473000', '153700.483000', '153700.485000', '153700.488000', '153700.491000', '153700.494000', '153700.497000', '153720.368000', '153720.371000', '153720.374000', '153720.377000', '153720.379000', '153720.382000', '153720.385000', '153720.388000', '153720.391000', '153720.393000', '153720.396000', '153720.399000', '153720.402000', '153720.405000', '153720.408000', '153720.410000', '153720.413000', '153720.418000', '153720.421000', '153720.424000', '153720.427000', '153720.430000', '153720.432000', '153720.435000', '153720.438000', '153720.441000', '153720.444000', '153720.446000', '153720.449000', '153720.452000', '153720.455000', '153720.458000', '153720.460000', '153720.463000', '153720.466000', '153720.469000', '153720.472000', '153720.475000', '153720.477000', '153720.480000', '153720.483000', '153720.486000', '153720.488000', '153740.368000', '153740.371000', '153740.374000', '153740.377000', '153740.379000', '153740.382000', '153740.385000', '153740.388000', '153740.391000', '153740.394000', '153740.396000', '153740.399000', '153740.402000', '153740.405000', '153740.407000', '153740.410000', '153740.413000', '153740.416000', '153740.419000', '153740.422000', '153740.424000', '153740.427000', '153740.430000', '153740.433000', '153740.436000', '153740.438000', '153740.441000', '153740.444000', '153740.447000', '153740.450000', '153740.453000', '153740.455000', '153740.458000', '153740.461000', '153740.464000', '153740.467000', '153740.469000', '153740.472000', '153740.475000', '153740.478000', '153740.481000', '153740.483000', '153740.486000', '153740.489000', '153800.369000', '153800.372000', '153800.375000', '153800.377000', '153800.380000', '153800.383000', '153800.386000', '153800.389000', '153800.392000', '153800.394000', '153800.397000', '153800.400000', '153800.403000', '153800.405000', '153800.423000', '153800.426000', '153800.429000', '153800.434000', '153800.438000', '153800.441000', '153800.443000', '153800.446000', '153800.449000', '153800.452000', '153800.455000', '153800.458000', '153800.460000', '153800.463000', '153800.466000', '153800.469000', '153800.472000', '153800.475000', '153800.477000', '153800.480000', '153800.483000', '153800.486000', '153800.489000', '153800.491000', '153800.494000', '153800.497000', '153800.500000', '153800.502000', '153800.505000', '153820.369000', '153820.372000', '153820.375000', '153820.377000', '153820.380000', '153820.383000', '153820.386000', '153820.389000', '153820.392000', '153820.394000', '153820.397000', '153820.400000', '153820.403000', '153820.406000', '153820.409000', '153820.411000', '153820.414000', '153820.417000', '153820.420000', '153820.423000', '153820.426000', '153820.428000', '153820.431000', '153820.434000', '153820.437000', '153820.440000', '153820.443000', '153820.445000', '153820.448000', '153820.451000', '153820.454000', '153820.457000', '153820.460000', '153820.462000', '153820.465000', '153820.468000', '153820.471000', '153820.474000', '153820.476000', '153820.479000', '153820.482000', '153820.485000', '153820.488000', '153820.490000', '153840.368000', '153840.371000', '153840.374000', '153840.377000', '153840.379000', '153840.382000', '153840.385000', '153840.389000', '153840.392000', '153840.395000', '153840.398000', '153840.401000', '153840.404000', '153840.406000', '153840.409000', '153840.412000', '153840.415000', '153840.418000', '153840.421000', '153840.424000', '153840.426000', '153840.429000', '153840.432000', '153840.435000', '153840.438000', '153840.441000', '153840.444000', '153840.446000', '153840.449000', '153840.452000', '153840.455000', '153840.458000', '153840.461000', '153840.464000', '153840.467000', '153840.470000', '153840.473000', '153840.475000', '153840.478000', '153840.481000', '153840.484000', '153840.487000', '153840.489000', '153900.368000', '153900.371000', '153900.374000', '153900.377000', '153900.380000', '153900.382000', '153900.385000', '153900.388000', '153900.391000', '153900.394000', '153900.396000', '153900.399000', '153900.402000', '153900.405000', '153900.408000', '153900.411000', '153900.413000', '153900.416000', '153900.419000', '153900.422000', '153900.425000', '153900.427000', '153900.430000', '153900.433000', '153900.436000', '153900.439000', '153900.441000', '153900.444000', '153900.447000', '153900.450000', '153900.453000', '153900.455000', '153900.458000', '153900.461000', '153900.464000', '153900.467000', '153900.469000', '153900.472000', '153900.475000', '153900.478000', '153900.481000', '153900.484000', '153900.486000', '153900.489000', '153920.368000', '153920.371000', '153920.374000', '153920.377000', '153920.379000', '153920.382000', '153920.385000', '153920.388000', '153920.391000', '153920.394000', '153920.397000', '153920.399000', '153920.402000', '153920.405000', '153920.408000', '153920.411000', '153920.413000', '153920.416000', '153920.419000', '153920.422000', '153920.425000', '153920.428000', '153920.430000', '153920.433000', '153920.436000', '153920.439000', '153920.442000', '153920.445000', '153920.448000', '153920.450000', '153920.453000', '153920.456000', '153920.459000', '153920.462000', '153920.464000', '153920.467000', '153920.470000', '153920.473000', '153920.478000', '153920.494000', '153920.497000', '153920.500000', '153920.503000', '153940.368000', '153940.371000', '153940.374000', '153940.377000', '153940.379000', '153940.382000', '153940.385000', '153940.388000', '153940.391000', '153940.394000', '153940.396000', '153940.399000', '153940.402000', '153940.405000', '153940.408000', '153940.411000', '153940.413000', '153940.416000', '153940.419000', '153940.422000', '153940.425000', '153940.428000', '153940.430000', '153940.433000', '153940.436000', '153940.439000', '153940.442000', '153940.445000', '153940.448000', '153940.450000', '153940.453000', '153940.456000', '153940.459000', '153940.462000', '153940.464000', '153940.467000', '153940.470000', '153940.473000', '153940.476000', '153940.479000', '153940.481000', '153940.484000', '153940.487000', '153940.490000', '154000.368000', '154000.371000', '154000.374000', '154000.377000', '154000.379000', '154000.382000', '154000.385000', '154000.388000', '154000.391000', '154000.393000', '154000.396000', '154000.399000', '154000.402000', '154000.405000', '154000.408000', '154000.410000', '154000.413000', '154000.416000', '154000.419000', '154000.422000', '154000.426000', '154000.429000', '154000.432000', '154000.435000', '154000.437000', '154000.440000', '154000.443000', '154000.446000', '154000.449000', '154000.452000', '154000.454000', '154000.457000', '154000.460000', '154000.463000', '154000.466000', '154000.468000', '154000.471000', '154000.474000', '154000.477000', '154000.480000', '154000.483000', '154000.486000', '154000.488000', '154020.369000', '154020.372000', '154020.375000', '154020.377000', '154020.380000', '154020.383000', '154020.386000', '154020.389000', '154020.393000', '154020.396000', '154020.399000', '154020.401000', '154020.404000', '154020.407000', '154020.410000', '154020.413000', '154020.415000', '154020.418000', '154020.421000', '154020.424000', '154020.427000', '154020.430000', '154020.432000', '154020.435000', '154020.438000', '154020.441000', '154020.444000', '154020.447000', '154020.449000', '154020.452000', '154020.455000', '154020.458000', '154020.461000', '154020.463000', '154020.466000', '154020.469000', '154020.472000', '154020.475000', '154020.478000', '154020.480000', '154020.483000', '154020.486000', '154020.489000', '154020.492000', '154040.369000', '154040.372000', '154040.375000', '154040.378000', '154040.380000', '154040.383000', '154040.386000', '154040.389000', '154040.392000', '154040.395000', '154040.398000', '154040.400000', '154040.403000', '154040.406000', '154040.409000', '154040.412000', '154040.414000', '154040.417000', '154040.420000', '154040.423000', '154040.426000', '154040.429000', '154040.431000', '154040.434000', '154040.437000', '154040.440000', '154040.443000', '154040.445000', '154040.448000', '154040.451000', '154040.454000', '154040.457000', '154040.460000', '154040.462000', '154040.465000', '154040.468000', '154040.471000', '154040.474000', '154040.476000', '154040.479000', '154040.482000', '154040.485000', '154040.488000', '154100.368000', '154100.371000', '154100.374000', '154100.377000', '154100.379000', '154100.382000', '154100.397000', '154100.400000', '154100.403000', '154100.406000', '154100.409000', '154100.411000', '154100.414000', '154100.417000', '154100.420000', '154100.423000', '154100.425000', '154100.428000', '154100.431000', '154100.434000', '154100.437000', '154100.439000', '154100.442000', '154100.445000', '154100.448000', '154100.451000', '154100.454000', '154100.457000', '154100.459000', '154100.462000', '154100.465000', '154100.468000', '154100.470000', '154100.473000', '154100.476000', '154100.479000', '154100.482000', '154100.485000', '154100.488000', '154100.490000', '154100.493000', '154100.496000', '154100.499000', '154100.502000', '154120.368000', '154120.371000', '154120.374000', '154120.377000', '154120.379000', '154120.382000', '154120.385000', '154120.388000', '154120.391000', '154120.394000', '154120.397000', '154120.399000', '154120.402000', '154120.405000', '154120.408000', '154120.410000', '154120.413000', '154120.416000', '154120.419000', '154120.422000', '154120.425000', '154120.427000', '154120.430000', '154120.433000', '154120.436000', '154120.439000', '154120.441000', '154120.444000', '154120.447000', '154120.450000', '154120.453000', '154120.455000', '154120.458000', '154120.463000', '154120.466000', '154120.469000', '154120.471000', '154120.474000', '154120.477000', '154120.480000', '154120.483000', '154120.485000', '154120.488000', '154138.526000', '154138.530000', '154138.533000', '154138.536000', '154138.539000', '154138.542000', '154138.545000', '154138.548000', '154138.551000', '154138.554000', '154138.557000', '154138.560000', '154138.562000', '154138.565000', '154138.568000', '154138.571000', '154138.574000', '154138.576000', '154138.579000', '154138.582000', '154138.585000', '154138.588000', '154138.591000', '154138.594000', '154138.597000', '154138.600000', '154138.602000', '154138.605000', '154138.608000', '154138.611000', '154138.614000', '154138.617000', '154138.619000', '154138.622000', '154138.625000', '154138.628000', '154138.631000', '154138.634000', '154138.637000', '154138.639000'], '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': [15046, 11860, 10818, 10202, 9806, 9901, 12132, 10201, 13955, 10847, 13520, 10071, 12057, 10600, 11579, 10038, 13395, 10229, 10383, 9844, 9795, 10831, 9373, 11842, 9789, 14006, 9598, 13331, 9356, 10714, 9626, 10610, 10148, 9850, 14664, 11885, 11439, 9877, 9944, 10319, 9498, 10865, 10090, 14060, 12841, 13956, 9994, 9541, 10596, 12554, 9922, 11978, 9647, 10650, 9612, 10110, 10138, 9965, 13445, 12009, 9459, 14008, 9126, 14570, 9634, 14369, 8961, 12321, 8956, 12978, 10006, 14399, 9177, 11195, 9430, 11139, 9173, 11109, 8935, 10823, 9044, 10744, 9050, 10816, 9260, 11643, 9095, 10661, 9549, 10739, 9263, 10825, 9386, 11509, 9468, 10624, 9834, 10401, 9399, 9651, 12739, 10233, 11759, 9942, 11064, 9478, 10731, 9865, 10189, 9518, 10198, 9652, 9649, 9527, 10333, 9616, 9945, 9317, 10288, 9527, 13016, 11410, 14501, 11667, 13754, 10127, 13121, 10963, 14598, 12185, 10545, 9584, 12905, 9869, 14350, 11019, 13155, 9423, 10717, 12372, 9798, 14703, 12025, 12662, 9313, 11549, 9573, 10517, 12743, 10201, 13810, 9830, 11825, 9996, 11606, 9858, 11945, 9903, 10712, 9784, 11135, 9741, 13321, 10029, 13331, 9601, 11595, 9480, 12205, 9491, 14117, 9845, 10758, 9713, 10120, 9908, 12325, 9689, 12620, 9463, 11000, 9629, 12371, 9976, 13573, 9742, 10120, 11142, 9299, 14354, 11162, 13306, 9677, 12218, 9799, 11176, 9318, 11536, 9641, 10649, 9815, 9870, 12457, 9712, 12407, 9614, 12195, 9232, 10869, 9366, 10662, 9430, 10504, 9862, 11992, 9219, 11291, 9476, 13042, 10519, 14145, 11920, 13178, 10037, 12357, 10097, 13889, 12070, 13354, 9761, 11437, 9687, 13682, 11316, 12400, 9324, 9909, 9487, 11401, 11282, 12843, 9659, 13684, 9706, 12117, 9485, 11563, 9564, 10605, 9929, 10017, 12057, 10409, 9437, 9278, 12896, 9689, 12715, 10394, 13033, 9863, 9079, 9220, 9659, 10252, 9761, 12506, 8825, 11124, 9424, 12259, 9820, 14399, 11495, 13452, 9658, 11670, 9528, 13388, 11596, 13097, 9649, 10973, 9181, 12362, 10159, 10402, 9361, 9488, 8806, 9161, 9692, 9378, 10801, 9269, 13074, 11021, 10907, 9666, 9455, 9181, 13987, 10440, 13578, 9955, 11721, 9609, 9696, 9387, 9528, 12887, 9766, 11549, 9342, 11097, 9110, 10418, 10030, 10605, 9665, 9852, 9338, 9460, 9603, 9771, 12850, 10037, 9966, 9475, 10993, 9789, 12921, 10493, 12932, 9961, 11324, 9442, 13353, 11163, 13699, 10561, 12529, 9732, 12470, 10058, 13129, 11166, 13351, 10037, 11244, 9725, 12286, 9898, 13389, 10551, 10207, 9222, 10002, 9651, 13933, 11304, 13523, 10125, 12076, 9647, 11527, 9628, 12954, 10174, 12346, 9706, 10912, 9808, 12105, 10111, 12871, 9502, 10845, 9729, 10683, 9352, 11803, 12270, 9309, 10170, 9060, 9540, 9652, 9584, 9757, 9338, 9602, 13767, 11414, 13349, 9891, 12348, 9368, 12896, 9615, 13770, 9082, 11421, 9314, 10738, 9688, 13695, 9587, 10560, 9249, 10264, 9855, 9582, 14695, 11609, 13269, 9659, 11323, 9673, 11703, 9382, 12791, 9599, 12186, 9134, 10900, 9682, 10236, 11541, 10985, 9571, 9779, 12558, 10017, 13143, 10477, 13221, 9345, 10824, 9561, 10029, 9511, 10160, 12846, 9668, 11232, 9664, 10703, 9368, 10522, 9878, 10458, 9374, 10589, 9723, 10447, 10049, 11270, 9297, 10900, 9382, 11615, 9449, 12746, 9274, 13935, 9753, 12672, 9443, 12585, 9284, 14231, 9148, 11522, 9428, 11168, 9548, 10842, 10276, 12462, 9823, 10406, 8947, 9335, 13551, 10015, 13050, 9893, 11809, 9853, 10572, 9769, 10238, 9527, 9865, 9566, 9388, 12145, 9655, 11792, 10076, 10699, 9939, 10640, 9999, 11048, 9695, 11280, 9766, 10940, 9909, 12439, 11675, 13311, 9777, 11911, 9662, 12210, 10086, 14464, 10494, 11013, 13020, 10049, 14008, 10795, 14146, 10101, 12261, 9545, 10493, 12996, 9804, 13660, 10754, 11516, 9480, 10958, 9557, 10645, 9866, 10448, 10214, 10455, 9792, 10680, 9593, 11535, 9240, 10920, 9521, 10099, 10423, 10485, 12002, 11408, 10093, 11182, 9672, 11681, 9454, 12803, 11787, 13342, 9535, 10564, 10222, 9952, 14741, 11492, 12940, 10183, 9468, 9510, 9678, 9837, 13665, 10998, 13552, 10048, 11832, 9936, 11360, 10330, 13566, 10487, 12516, 9778, 11433, 10140, 12693, 11144, 14026, 10684, 11722, 9726, 11140, 9660, 11197, 9608, 11369, 9544, 9978, 9866, 9570, 9804, 9404, 9711, 9162, 9186, 10006, 8948, 13262, 10454, 9816, 11097, 9203, 11789, 9473, 13295, 11991, 12244, 9438, 10176, 9844, 10604, 11999, 9702, 13665, 10903, 11908, 9326, 10903, 9369, 10094, 9955, 10292, 9643, 10098, 9574, 10285, 9327, 10455, 9448, 10779, 9494, 10010, 9555, 9609, 14023, 12278, 13274, 10384, 11987, 10015, 11224, 9594, 12072, 10028, 9738, 9469, 9357, 11709, 9687, 13360, 10522, 13005, 9768, 11576, 9747, 12249, 9656, 13663, 9226, 11530, 9477, 11185, 11812, 13204, 9958, 9789, 11659, 9392, 12363, 10150, 12927, 9689, 10988, 10048, 9759, 9598, 9589, 12410, 9983, 12363, 9930, 11951, 10128, 11223, 9632, 12350, 9533, 11331, 9538, 11161, 9570, 11837, 10991, 13508, 9201, 9940, 9310, 9731, 13856, 10419, 13960, 10393, 12691, 9791, 11598, 9851, 12241, 9257, 11224, 9423, 10995, 9771, 12716, 9466, 11654, 10080, 11309, 9902, 13222, 10961, 9592, 9989, 9404, 10368, 14128, 12121, 14488, 11339, 9240, 14056, 10404, 10852, 9659, 12450, 10400, 11303, 9641, 10280, 14010, 10201, 13184, 10142, 11693, 9117, 10810, 11223, 10433, 14113, 9623, 12018, 9915, 11099, 9126, 11590, 9277, 10915, 9444, 10245, 9579, 10793, 9567, 11053, 9346, 10346, 10631, 10087, 15077, 11236, 12944, 10135, 11709, 9989, 11159, 9947, 11535, 9305, 11022, 9299, 10882, 9261, 10456, 10107, 10070, 10165, 9931, 13335, 10007, 13552, 11072, 13467, 10292, 9424, 9360, 11487, 10130, 13294, 11263, 13042, 9915, 11693, 9945, 11166, 10061, 12956, 9528, 11313, 9502, 10210, 9912, 9403, 13664, 10520, 11205, 9676, 11175, 9357, 10985, 9246, 11393, 9408, 10658, 9336, 10044, 13299, 10680, 13445, 10676, 12092, 10043, 11375, 9877, 11608, 9163, 11252, 9552, 10994, 9386, 10145, 14527, 10896, 12273, 9973, 11445, 9778, 11168, 9418, 11677, 9277, 11098, 9754, 10195, 13567, 10099, 13162, 10613, 11418, 9871], 'WindowCenter': [4822.0, 4777.0, 4752.0, 4739.0, 4728.0, 4739.0, 4745.0, 4738.0, 4756.0, 4747.0, 4754.0, 4726.0, 4733.0, 4734.0, 4733.0, 4725.0, 4745.0, 4725.0, 4723.0, 4726.0, 4725.0, 4747.0, 4724.0, 4759.0, 4740.0, 4769.0, 4727.0, 4756.0, 4717.0, 4725.0, 4715.0, 4737.0, 4737.0, 4739.0, 4767.0, 4745.0, 4735.0, 4722.0, 4725.0, 4724.0, 4725.0, 4737.0, 4751.0, 4771.0, 4759.0, 4768.0, 4741.0, 4738.0, 4751.0, 4745.0, 4727.0, 4747.0, 4714.0, 4727.0, 4716.0, 4727.0, 4726.0, 4729.0, 4743.0, 4735.0, 4711.0, 4741.0, 4690.0, 4741.0, 4690.0, 4730.0, 4678.0, 4707.0, 4677.0, 4717.0, 4683.0, 4714.0, 4674.0, 4690.0, 4674.0, 4691.0, 4675.0, 4695.0, 4673.0, 4693.0, 4675.0, 4695.0, 4686.0, 4708.0, 4687.0, 4707.0, 4688.0, 4707.0, 4700.0, 4719.0, 4699.0, 4721.0, 4703.0, 4722.0, 4712.0, 4722.0, 4713.0, 4723.0, 4702.0, 4724.0, 4744.0, 4735.0, 4734.0, 4727.0, 4747.0, 4740.0, 4737.0, 4726.0, 4737.0, 4726.0, 4736.0, 4739.0, 4752.0, 4751.0, 4752.0, 4753.0, 4755.0, 4754.0, 4755.0, 4758.0, 4787.0, 4775.0, 4784.0, 4776.0, 4773.0, 4744.0, 4756.0, 4749.0, 4769.0, 4748.0, 4739.0, 4729.0, 4747.0, 4727.0, 4756.0, 4736.0, 4745.0, 4714.0, 4725.0, 4735.0, 4714.0, 4752.0, 4732.0, 4732.0, 4711.0, 4734.0, 4711.0, 4723.0, 4731.0, 4713.0, 4740.0, 4713.0, 4731.0, 4712.0, 4733.0, 4725.0, 4734.0, 4724.0, 4734.0, 4727.0, 4736.0, 4729.0, 4757.0, 4739.0, 4757.0, 4730.0, 4736.0, 4726.0, 4748.0, 4725.0, 4756.0, 4726.0, 4738.0, 4728.0, 4738.0, 4727.0, 4757.0, 4727.0, 4756.0, 4727.0, 4737.0, 4727.0, 4747.0, 4727.0, 4756.0, 4727.0, 4737.0, 4735.0, 4717.0, 4754.0, 4735.0, 4745.0, 4726.0, 4746.0, 4725.0, 4734.0, 4716.0, 4734.0, 4725.0, 4734.0, 4726.0, 4729.0, 4743.0, 4725.0, 4744.0, 4726.0, 4744.0, 4716.0, 4736.0, 4727.0, 4737.0, 4727.0, 4750.0, 4741.0, 4761.0, 4742.0, 4751.0, 4742.0, 4770.0, 4751.0, 4771.0, 4750.0, 4757.0, 4729.0, 4746.0, 4727.0, 4755.0, 4748.0, 4754.0, 4724.0, 4733.0, 4715.0, 4743.0, 4735.0, 4744.0, 4714.0, 4724.0, 4729.0, 4734.0, 4736.0, 4742.0, 4717.0, 4754.0, 4713.0, 4732.0, 4711.0, 4722.0, 4711.0, 4723.0, 4712.0, 4726.0, 4732.0, 4723.0, 4702.0, 4713.0, 4731.0, 4715.0, 4731.0, 4724.0, 4743.0, 4724.0, 4704.0, 4727.0, 4725.0, 4725.0, 4726.0, 4747.0, 4716.0, 4750.0, 4728.0, 4746.0, 4725.0, 4755.0, 4735.0, 4744.0, 4716.0, 4734.0, 4725.0, 4743.0, 4734.0, 4742.0, 4713.0, 4721.0, 4714.0, 4732.0, 4725.0, 4723.0, 4713.0, 4711.0, 4703.0, 4713.0, 4713.0, 4714.0, 4734.0, 4726.0, 4758.0, 4737.0, 4736.0, 4726.0, 4713.0, 4714.0, 4744.0, 4723.0, 4742.0, 4713.0, 4721.0, 4701.0, 4712.0, 4700.0, 4712.0, 4730.0, 4713.0, 4720.0, 4713.0, 4720.0, 4704.0, 4722.0, 4723.0, 4723.0, 4714.0, 4724.0, 4713.0, 4725.0, 4724.0, 4739.0, 4758.0, 4737.0, 4729.0, 4731.0, 4748.0, 4741.0, 4759.0, 4739.0, 4758.0, 4739.0, 4749.0, 4742.0, 4771.0, 4749.0, 4757.0, 4736.0, 4743.0, 4726.0, 4744.0, 4726.0, 4744.0, 4750.0, 4756.0, 4725.0, 4736.0, 4727.0, 4745.0, 4727.0, 4753.0, 4736.0, 4725.0, 4716.0, 4726.0, 4727.0, 4755.0, 4735.0, 4745.0, 4725.0, 4733.0, 4713.0, 4733.0, 4715.0, 4744.0, 4727.0, 4743.0, 4715.0, 4722.0, 4726.0, 4747.0, 4726.0, 4746.0, 4725.0, 4734.0, 4725.0, 4736.0, 4714.0, 4748.0, 4746.0, 4717.0, 4723.0, 4716.0, 4725.0, 4728.0, 4727.0, 4728.0, 4726.0, 4729.0, 4758.0, 4749.0, 4758.0, 4729.0, 4745.0, 4716.0, 4744.0, 4715.0, 4746.0, 4704.0, 4732.0, 4703.0, 4724.0, 4715.0, 4757.0, 4715.0, 4737.0, 4715.0, 4724.0, 4711.0, 4712.0, 4753.0, 4732.0, 4731.0, 4714.0, 4722.0, 4714.0, 4733.0, 4714.0, 4755.0, 4726.0, 4745.0, 4716.0, 4724.0, 4713.0, 4713.0, 4721.0, 4723.0, 4702.0, 4711.0, 4730.0, 4712.0, 4742.0, 4712.0, 4731.0, 4699.0, 4710.0, 4699.0, 4712.0, 4711.0, 4712.0, 4732.0, 4711.0, 4721.0, 4711.0, 4721.0, 4714.0, 4724.0, 4724.0, 4736.0, 4716.0, 4736.0, 4728.0, 4762.0, 4750.0, 4751.0, 4742.0, 4762.0, 4743.0, 4758.0, 4754.0, 4773.0, 4733.0, 4770.0, 4729.0, 4760.0, 4727.0, 4746.0, 4715.0, 4756.0, 4705.0, 4733.0, 4703.0, 4722.0, 4713.0, 4724.0, 4713.0, 4734.0, 4713.0, 4724.0, 4703.0, 4715.0, 4744.0, 4722.0, 4742.0, 4725.0, 4734.0, 4726.0, 4723.0, 4726.0, 4736.0, 4725.0, 4725.0, 4725.0, 4717.0, 4743.0, 4727.0, 4746.0, 4739.0, 4738.0, 4740.0, 4751.0, 4752.0, 4761.0, 4742.0, 4762.0, 4751.0, 4752.0, 4750.0, 4774.0, 4760.0, 4770.0, 4737.0, 4758.0, 4739.0, 4760.0, 4739.0, 4768.0, 4738.0, 4749.0, 4746.0, 4727.0, 4756.0, 4736.0, 4754.0, 4724.0, 4733.0, 4713.0, 4722.0, 4742.0, 4714.0, 4740.0, 4721.0, 4721.0, 4712.0, 4721.0, 4713.0, 4724.0, 4723.0, 4726.0, 4725.0, 4735.0, 4726.0, 4738.0, 4727.0, 4748.0, 4727.0, 4736.0, 4726.0, 4736.0, 4736.0, 4739.0, 4746.0, 4747.0, 4736.0, 4745.0, 4728.0, 4758.0, 4729.0, 4759.0, 4747.0, 4759.0, 4726.0, 4736.0, 4725.0, 4739.0, 4755.0, 4752.0, 4746.0, 4738.0, 4739.0, 4728.0, 4725.0, 4727.0, 4755.0, 4736.0, 4755.0, 4727.0, 4758.0, 4727.0, 4746.0, 4740.0, 4768.0, 4738.0, 4745.0, 4727.0, 4734.0, 4725.0, 4745.0, 4736.0, 4753.0, 4726.0, 4732.0, 4725.0, 4732.0, 4715.0, 4733.0, 4715.0, 4735.0, 4716.0, 4726.0, 4715.0, 4716.0, 4714.0, 4715.0, 4727.0, 4716.0, 4717.0, 4727.0, 4719.0, 4757.0, 4749.0, 4738.0, 4748.0, 4729.0, 4750.0, 4718.0, 4748.0, 4735.0, 4736.0, 4716.0, 4726.0, 4714.0, 4725.0, 4735.0, 4716.0, 4744.0, 4724.0, 4734.0, 4714.0, 4724.0, 4713.0, 4726.0, 4724.0, 4737.0, 4726.0, 4737.0, 4728.0, 4740.0, 4741.0, 4751.0, 4741.0, 4753.0, 4741.0, 4742.0, 4740.0, 4742.0, 4769.0, 4761.0, 4759.0, 4740.0, 4748.0, 4729.0, 4749.0, 4724.0, 4746.0, 4724.0, 4725.0, 4723.0, 4727.0, 4746.0, 4727.0, 4758.0, 4750.0, 4757.0, 4739.0, 4749.0, 4729.0, 4747.0, 4727.0, 4756.0, 4716.0, 4736.0, 4727.0, 4737.0, 4735.0, 4745.0, 4714.0, 4724.0, 4723.0, 4716.0, 4745.0, 4725.0, 4745.0, 4714.0, 4724.0, 4713.0, 4725.0, 4724.0, 4728.0, 4746.0, 4738.0, 4746.0, 4737.0, 4745.0, 4736.0, 4735.0, 4727.0, 4747.0, 4728.0, 4737.0, 4726.0, 4736.0, 4727.0, 4748.0, 4736.0, 4756.0, 4714.0, 4726.0, 4714.0, 4726.0, 4754.0, 4735.0, 4754.0, 4727.0, 4742.0, 4725.0, 4733.0, 4725.0, 4744.0, 4714.0, 4734.0, 4715.0, 4734.0, 4725.0, 4754.0, 4726.0, 4745.0, 4738.0, 4747.0, 4737.0, 4757.0, 4749.0, 4739.0, 4738.0, 4728.0, 4751.0, 4768.0, 4760.0, 4783.0, 4752.0, 4727.0, 4766.0, 4749.0, 4745.0, 4738.0, 4758.0, 4726.0, 4737.0, 4715.0, 4725.0, 4754.0, 4725.0, 4741.0, 4712.0, 4721.0, 4690.0, 4709.0, 4708.0, 4710.0, 4726.0, 4699.0, 4718.0, 4699.0, 4709.0, 4698.0, 4718.0, 4700.0, 4719.0, 4699.0, 4711.0, 4700.0, 4722.0, 4709.0, 4722.0, 4701.0, 4712.0, 4721.0, 4723.0, 4740.0, 4722.0, 4731.0, 4711.0, 4730.0, 4711.0, 4721.0, 4712.0, 4732.0, 4713.0, 4721.0, 4713.0, 4736.0, 4710.0, 4724.0, 4723.0, 4723.0, 4723.0, 4725.0, 4743.0, 4724.0, 4743.0, 4734.0, 4742.0, 4724.0, 4703.0, 4713.0, 4734.0, 4724.0, 4744.0, 4736.0, 4743.0, 4726.0, 4733.0, 4726.0, 4735.0, 4726.0, 4743.0, 4715.0, 4735.0, 4713.0, 4726.0, 4725.0, 4728.0, 4743.0, 4725.0, 4734.0, 4725.0, 4735.0, 4726.0, 4737.0, 4727.0, 4748.0, 4728.0, 4748.0, 4727.0, 4740.0, 4769.0, 4739.0, 4757.0, 4738.0, 4748.0, 4727.0, 4745.0, 4728.0, 4747.0, 4728.0, 4749.0, 4727.0, 4737.0, 4728.0, 4740.0, 4767.0, 4736.0, 4746.0, 4728.0, 4746.0, 4739.0, 4750.0, 4728.0, 4749.0, 4728.0, 4750.0, 4728.0, 4740.0, 4770.0, 4742.0, 4760.0, 4739.0, 4748.0, 4740.0], 'WindowWidth': [10508.0, 10430.0, 10386.0, 10363.0, 10341.0, 10358.0, 10362.0, 10357.0, 10378.0, 10368.0, 10373.0, 10337.0, 10342.0, 10344.0, 10341.0, 10332.0, 10359.0, 10335.0, 10327.0, 10336.0, 10334.0, 10364.0, 10335.0, 10385.0, 10361.0, 10401.0, 10340.0, 10378.0, 10323.0, 10331.0, 10317.0, 10352.0, 10352.0, 10356.0, 10394.0, 10361.0, 10344.0, 10327.0, 10330.0, 10330.0, 10332.0, 10353.0, 10379.0, 10411.0, 10389.0, 10401.0, 10364.0, 10356.0, 10376.0, 10360.0, 10335.0, 10365.0, 10315.0, 10336.0, 10318.0, 10335.0, 10334.0, 10339.0, 10353.0, 10343.0, 10305.0, 10346.0, 10273.0, 10343.0, 10272.0, 10327.0, 10251.0, 10290.0, 10249.0, 10303.0, 10251.0, 10295.0, 10239.0, 10259.0, 10242.0, 10262.0, 10244.0, 10270.0, 10240.0, 10268.0, 10246.0, 10273.0, 10264.0, 10294.0, 10266.0, 10294.0, 10268.0, 10292.0, 10288.0, 10312.0, 10289.0, 10320.0, 10297.0, 10321.0, 10309.0, 10324.0, 10311.0, 10327.0, 10297.0, 10329.0, 10358.0, 10347.0, 10343.0, 10338.0, 10368.0, 10361.0, 10354.0, 10336.0, 10353.0, 10336.0, 10351.0, 10358.0, 10385.0, 10382.0, 10385.0, 10386.0, 10391.0, 10388.0, 10390.0, 10398.0, 10439.0, 10420.0, 10433.0, 10421.0, 10412.0, 10370.0, 10380.0, 10373.0, 10401.0, 10373.0, 10355.0, 10343.0, 10366.0, 10339.0, 10378.0, 10348.0, 10359.0, 10315.0, 10332.0, 10342.0, 10315.0, 10366.0, 10338.0, 10336.0, 10308.0, 10340.0, 10305.0, 10323.0, 10334.0, 10312.0, 10347.0, 10312.0, 10334.0, 10311.0, 10339.0, 10334.0, 10343.0, 10332.0, 10346.0, 10340.0, 10347.0, 10343.0, 10379.0, 10357.0, 10380.0, 10345.0, 10348.0, 10335.0, 10367.0, 10332.0, 10379.0, 10335.0, 10353.0, 10338.0, 10355.0, 10339.0, 10381.0, 10339.0, 10378.0, 10339.0, 10351.0, 10338.0, 10368.0, 10337.0, 10377.0, 10336.0, 10353.0, 10347.0, 10323.0, 10370.0, 10345.0, 10358.0, 10333.0, 10363.0, 10334.0, 10343.0, 10320.0, 10345.0, 10331.0, 10346.0, 10334.0, 10342.0, 10355.0, 10331.0, 10357.0, 10335.0, 10357.0, 10322.0, 10349.0, 10341.0, 10354.0, 10342.0, 10376.0, 10365.0, 10392.0, 10368.0, 10377.0, 10367.0, 10403.0, 10379.0, 10405.0, 10376.0, 10379.0, 10341.0, 10362.0, 10338.0, 10375.0, 10367.0, 10372.0, 10330.0, 10338.0, 10319.0, 10353.0, 10348.0, 10355.0, 10315.0, 10329.0, 10344.0, 10347.0, 10348.0, 10353.0, 10322.0, 10370.0, 10312.0, 10335.0, 10307.0, 10323.0, 10305.0, 10324.0, 10307.0, 10332.0, 10338.0, 10325.0, 10295.0, 10312.0, 10335.0, 10316.0, 10334.0, 10330.0, 10355.0, 10329.0, 10302.0, 10340.0, 10333.0, 10335.0, 10336.0, 10366.0, 10322.0, 10376.0, 10343.0, 10364.0, 10334.0, 10376.0, 10348.0, 10356.0, 10320.0, 10340.0, 10333.0, 10357.0, 10345.0, 10352.0, 10313.0, 10319.0, 10316.0, 10338.0, 10332.0, 10326.0, 10311.0, 10306.0, 10300.0, 10312.0, 10312.0, 10314.0, 10342.0, 10337.0, 10384.0, 10355.0, 10349.0, 10334.0, 10312.0, 10315.0, 10358.0, 10327.0, 10350.0, 10310.0, 10319.0, 10291.0, 10307.0, 10291.0, 10310.0, 10332.0, 10310.0, 10317.0, 10310.0, 10318.0, 10301.0, 10326.0, 10327.0, 10328.0, 10316.0, 10330.0, 10315.0, 10334.0, 10333.0, 10359.0, 10383.0, 10355.0, 10343.0, 10349.0, 10368.0, 10363.0, 10385.0, 10359.0, 10384.0, 10358.0, 10373.0, 10369.0, 10407.0, 10373.0, 10382.0, 10352.0, 10356.0, 10337.0, 10357.0, 10334.0, 10357.0, 10375.0, 10378.0, 10335.0, 10347.0, 10338.0, 10361.0, 10340.0, 10371.0, 10349.0, 10332.0, 10322.0, 10333.0, 10338.0, 10374.0, 10348.0, 10361.0, 10333.0, 10339.0, 10314.0, 10340.0, 10318.0, 10357.0, 10336.0, 10355.0, 10319.0, 10326.0, 10336.0, 10365.0, 10336.0, 10362.0, 10333.0, 10343.0, 10332.0, 10348.0, 10315.0, 10370.0, 10362.0, 10323.0, 10327.0, 10323.0, 10331.0, 10340.0, 10338.0, 10343.0, 10337.0, 10345.0, 10382.0, 10372.0, 10384.0, 10343.0, 10359.0, 10321.0, 10357.0, 10316.0, 10360.0, 10302.0, 10338.0, 10298.0, 10330.0, 10317.0, 10379.0, 10317.0, 10354.0, 10319.0, 10329.0, 10306.0, 10310.0, 10367.0, 10338.0, 10335.0, 10314.0, 10321.0, 10313.0, 10338.0, 10314.0, 10377.0, 10336.0, 10359.0, 10321.0, 10329.0, 10311.0, 10311.0, 10319.0, 10324.0, 10294.0, 10306.0, 10330.0, 10308.0, 10349.0, 10308.0, 10332.0, 10288.0, 10303.0, 10285.0, 10307.0, 10306.0, 10310.0, 10336.0, 10308.0, 10319.0, 10308.0, 10322.0, 10315.0, 10328.0, 10329.0, 10350.0, 10323.0, 10350.0, 10341.0, 10397.0, 10375.0, 10377.0, 10367.0, 10396.0, 10370.0, 10384.0, 10389.0, 10412.0, 10354.0, 10403.0, 10345.0, 10391.0, 10337.0, 10364.0, 10316.0, 10377.0, 10302.0, 10341.0, 10298.0, 10324.0, 10312.0, 10329.0, 10311.0, 10341.0, 10310.0, 10328.0, 10299.0, 10317.0, 10357.0, 10326.0, 10351.0, 10332.0, 10342.0, 10333.0, 10329.0, 10336.0, 10350.0, 10333.0, 10332.0, 10333.0, 10324.0, 10357.0, 10339.0, 10365.0, 10358.0, 10354.0, 10362.0, 10376.0, 10382.0, 10394.0, 10368.0, 10395.0, 10378.0, 10382.0, 10376.0, 10416.0, 10391.0, 10404.0, 10354.0, 10383.0, 10360.0, 10391.0, 10358.0, 10402.0, 10355.0, 10372.0, 10363.0, 10337.0, 10377.0, 10349.0, 10370.0, 10328.0, 10341.0, 10309.0, 10323.0, 10352.0, 10314.0, 10346.0, 10321.0, 10319.0, 10309.0, 10321.0, 10313.0, 10330.0, 10327.0, 10334.0, 10330.0, 10347.0, 10334.0, 10355.0, 10338.0, 10368.0, 10337.0, 10351.0, 10334.0, 10349.0, 10350.0, 10357.0, 10364.0, 10368.0, 10351.0, 10364.0, 10342.0, 10384.0, 10344.0, 10388.0, 10366.0, 10387.0, 10335.0, 10349.0, 10332.0, 10360.0, 10376.0, 10380.0, 10363.0, 10354.0, 10359.0, 10342.0, 10331.0, 10338.0, 10373.0, 10349.0, 10374.0, 10336.0, 10386.0, 10340.0, 10363.0, 10362.0, 10400.0, 10355.0, 10362.0, 10339.0, 10343.0, 10333.0, 10359.0, 10348.0, 10369.0, 10334.0, 10339.0, 10333.0, 10337.0, 10318.0, 10342.0, 10317.0, 10346.0, 10317.0, 10331.0, 10316.0, 10318.0, 10310.0, 10317.0, 10337.0, 10320.0, 10321.0, 10337.0, 10328.0, 10381.0, 10372.0, 10357.0, 10369.0, 10345.0, 10373.0, 10324.0, 10367.0, 10344.0, 10347.0, 10318.0, 10332.0, 10313.0, 10329.0, 10345.0, 10320.0, 10356.0, 10327.0, 10341.0, 10315.0, 10326.0, 10314.0, 10335.0, 10330.0, 10351.0, 10335.0, 10354.0, 10342.0, 10361.0, 10365.0, 10379.0, 10364.0, 10382.0, 10363.0, 10365.0, 10361.0, 10366.0, 10400.0, 10391.0, 10384.0, 10358.0, 10367.0, 10344.0, 10374.0, 10331.0, 10362.0, 10330.0, 10333.0, 10328.0, 10338.0, 10364.0, 10340.0, 10383.0, 10376.0, 10380.0, 10358.0, 10370.0, 10345.0, 10366.0, 10338.0, 10377.0, 10322.0, 10349.0, 10337.0, 10354.0, 10346.0, 10360.0, 10313.0, 10328.0, 10326.0, 10319.0, 10359.0, 10334.0, 10358.0, 10314.0, 10330.0, 10313.0, 10332.0, 10332.0, 10341.0, 10365.0, 10355.0, 10363.0, 10354.0, 10362.0, 10350.0, 10348.0, 10339.0, 10365.0, 10341.0, 10352.0, 10337.0, 10350.0, 10340.0, 10371.0, 10348.0, 10377.0, 10316.0, 10333.0, 10316.0, 10336.0, 10372.0, 10346.0, 10373.0, 10338.0, 10353.0, 10334.0, 10341.0, 10331.0, 10356.0, 10316.0, 10342.0, 10318.0, 10343.0, 10334.0, 10373.0, 10338.0, 10363.0, 10357.0, 10368.0, 10357.0, 10384.0, 10374.0, 10357.0, 10357.0, 10343.0, 10380.0, 10402.0, 10390.0, 10430.0, 10382.0, 10341.0, 10396.0, 10374.0, 10363.0, 10356.0, 10384.0, 10335.0, 10351.0, 10317.0, 10333.0, 10370.0, 10331.0, 10349.0, 10309.0, 10319.0, 10275.0, 10299.0, 10296.0, 10302.0, 10321.0, 10286.0, 10311.0, 10287.0, 10300.0, 10282.0, 10312.0, 10286.0, 10314.0, 10286.0, 10304.0, 10290.0, 10321.0, 10303.0, 10322.0, 10293.0, 10308.0, 10321.0, 10326.0, 10346.0, 10325.0, 10334.0, 10308.0, 10332.0, 10309.0, 10322.0, 10310.0, 10338.0, 10313.0, 10321.0, 10312.0, 10349.0, 10307.0, 10328.0, 10326.0, 10328.0, 10326.0, 10329.0, 10354.0, 10328.0, 10356.0, 10343.0, 10351.0, 10327.0, 10296.0, 10311.0, 10342.0, 10331.0, 10357.0, 10349.0, 10354.0, 10334.0, 10339.0, 10336.0, 10345.0, 10334.0, 10355.0, 10317.0, 10346.0, 10314.0, 10335.0, 10335.0, 10340.0, 10355.0, 10330.0, 10341.0, 10332.0, 10345.0, 10336.0, 10353.0, 10338.0, 10369.0, 10341.0, 10371.0, 10339.0, 10362.0, 10401.0, 10358.0, 10379.0, 10354.0, 10367.0, 10339.0, 10362.0, 10339.0, 10365.0, 10338.0, 10369.0, 10338.0, 10352.0, 10344.0, 10359.0, 10396.0, 10351.0, 10363.0, 10341.0, 10363.0, 10360.0, 10374.0, 10342.0, 10371.0, 10342.0, 10376.0, 10342.0, 10362.0, 10405.0, 10367.0, 10387.0, 10358.0, 10368.0, 10360.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.000962548794489093</td></tr>
<tr><td colspan=3>aqi</td><td>0.01916403788748565</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.9900634764713</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3444635491724135</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0140694020689658</td></tr>
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
<tr><td colspan=3>fber</td><td>6651.7012</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09282977946444783</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3295063145809416</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4182183253159972</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.375320034277048</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5768275749272793</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.302507366743664</td></tr>
<tr><td colspan=3>gcor</td><td>0.0175041</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016351163387298584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026003440842032433</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.106836291892632</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>26.3968</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1521</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.0986</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297610.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.5131</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1103</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.4942</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3936.7996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.1209</td></tr>
<tr><td colspan=3>tsnr</td><td>45.542344415793195</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>