<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0032_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0032_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0032_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-04/func/sub-0032_ses-04_task-social_acq-mb8_run-06_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>1227c82e695b802168473de8d0bfb78d</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:33:51.762500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941023</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ee017307-bb74-4199-8121-6bfc63facc52||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['153351.762500', '153352.222500', '153352.682500', '153353.142500', '153353.602500', '153354.062500', '153354.522500', '153354.982500', '153355.442500', '153355.902500', '153356.362500', '153356.822500', '153357.282500', '153357.742500', '153358.202500', '153358.662500', '153359.122500', '153359.582500', '153400.042500', '153400.502500', '153400.962500', '153401.422500', '153401.882500', '153402.342500', '153402.802500', '153403.262500', '153403.722500', '153404.182500', '153404.642500', '153405.102500', '153405.562500', '153406.022500', '153406.482500', '153406.942500', '153407.402500', '153407.862500', '153408.322500', '153408.782500', '153409.242500', '153409.702500', '153410.162500', '153410.622500', '153411.082500', '153411.542500', '153412.002500', '153412.462500', '153412.922500', '153413.382500', '153413.842500', '153414.302500', '153414.762500', '153415.222500', '153415.682500', '153416.142500', '153416.602500', '153417.062500', '153417.522500', '153417.982500', '153418.442500', '153418.902500', '153419.362500', '153419.822500', '153420.282500', '153420.742500', '153421.202500', '153421.662500', '153422.122500', '153422.582500', '153423.042500', '153423.502500', '153423.962500', '153424.422500', '153424.882500', '153425.342500', '153425.802500', '153426.262500', '153426.722500', '153427.182500', '153427.642500', '153428.102500', '153428.562500', '153429.022500', '153429.482500', '153429.942500', '153430.402500', '153430.862500', '153431.322500', '153431.782500', '153432.242500', '153432.702500', '153433.162500', '153433.622500', '153434.082500', '153434.542500', '153435.002500', '153435.462500', '153435.922500', '153436.382500', '153436.842500', '153437.302500', '153437.762500', '153438.222500', '153438.682500', '153439.142500', '153439.602500', '153440.062500', '153440.522500', '153440.982500', '153441.442500', '153441.902500', '153442.362500', '153442.822500', '153443.282500', '153443.742500', '153444.202500', '153444.662500', '153445.122500', '153445.582500', '153446.042500', '153446.502500', '153446.962500', '153447.422500', '153447.882500', '153448.342500', '153448.802500', '153449.262500', '153449.722500', '153450.182500', '153450.642500', '153451.102500', '153451.562500', '153452.022500', '153452.482500', '153452.942500', '153453.402500', '153453.862500', '153454.322500', '153454.782500', '153455.242500', '153455.702500', '153456.162500', '153456.622500', '153457.082500', '153457.542500', '153458.002500', '153458.462500', '153458.922500', '153459.382500', '153459.842500', '153500.302500', '153500.762500', '153501.222500', '153501.682500', '153502.142500', '153502.602500', '153503.062500', '153503.522500', '153503.982500', '153504.442500', '153504.902500', '153505.362500', '153505.822500', '153506.282500', '153506.742500', '153507.202500', '153507.662500', '153508.122500', '153508.582500', '153509.042500', '153509.502500', '153509.962500', '153510.422500', '153510.882500', '153511.342500', '153511.802500', '153512.262500', '153512.722500', '153513.182500', '153513.642500', '153514.102500', '153514.562500', '153515.022500', '153515.482500', '153515.942500', '153516.402500', '153516.862500', '153517.322500', '153517.782500', '153518.242500', '153518.702500', '153519.162500', '153519.622500', '153520.082500', '153520.542500', '153521.002500', '153521.462500', '153521.922500', '153522.382500', '153522.842500', '153523.302500', '153523.762500', '153524.222500', '153524.682500', '153525.142500', '153525.602500', '153526.062500', '153526.522500', '153526.982500', '153527.442500', '153527.902500', '153528.362500', '153528.822500', '153529.282500', '153529.742500', '153530.202500', '153530.662500', '153531.122500', '153531.582500', '153532.042500', '153532.502500', '153532.962500', '153533.422500', '153533.882500', '153534.342500', '153534.802500', '153535.262500', '153535.722500', '153536.182500', '153536.642500', '153537.102500', '153537.562500', '153538.022500', '153538.482500', '153538.942500', '153539.402500', '153539.862500', '153540.322500', '153540.782500', '153541.242500', '153541.702500', '153542.162500', '153542.622500', '153543.082500', '153543.542500', '153544.002500', '153544.462500', '153544.922500', '153545.382500', '153545.842500', '153546.302500', '153546.762500', '153547.222500', '153547.682500', '153548.142500', '153548.602500', '153549.062500', '153549.522500', '153549.982500', '153550.442500', '153550.902500', '153551.362500', '153551.822500', '153552.282500', '153552.742500', '153553.202500', '153553.662500', '153554.122500', '153554.582500', '153555.042500', '153555.502500', '153555.962500', '153556.422500', '153556.882500', '153557.342500', '153557.802500', '153558.262500', '153558.722500', '153559.182500', '153559.642500', '153600.102500', '153600.562500', '153601.022500', '153601.482500', '153601.942500', '153602.402500', '153602.862500', '153603.322500', '153603.782500', '153604.242500', '153604.702500', '153605.162500', '153605.622500', '153606.082500', '153606.542500', '153607.002500', '153607.462500', '153607.922500', '153608.382500', '153608.842500', '153609.302500', '153609.762500', '153610.222500', '153610.682500', '153611.142500', '153611.602500', '153612.062500', '153612.522500', '153612.982500', '153613.442500', '153613.902500', '153614.362500', '153614.822500', '153615.282500', '153615.742500', '153616.202500', '153616.662500', '153617.122500', '153617.582500', '153618.042500', '153618.502500', '153618.962500', '153619.422500', '153619.882500', '153620.342500', '153620.802500', '153621.262500', '153621.722500', '153622.182500', '153622.642500', '153623.102500', '153623.562500', '153624.022500', '153624.482500', '153624.942500', '153625.402500', '153625.862500', '153626.322500', '153626.782500', '153627.242500', '153627.702500', '153628.162500', '153628.622500', '153629.082500', '153629.542500', '153630.002500', '153630.462500', '153630.922500', '153631.382500', '153631.842500', '153632.302500', '153632.762500', '153633.222500', '153633.682500', '153634.142500', '153634.602500', '153635.062500', '153635.522500', '153635.982500', '153636.442500', '153636.902500', '153637.362500', '153637.822500', '153638.282500', '153638.742500', '153639.202500', '153639.662500', '153640.122500', '153640.582500', '153641.042500', '153641.502500', '153641.962500', '153642.422500', '153642.882500', '153643.342500', '153643.802500', '153644.262500', '153644.722500', '153645.182500', '153645.642500', '153646.102500', '153646.562500', '153647.022500', '153647.482500', '153647.942500', '153648.402500', '153648.862500', '153649.322500', '153649.782500', '153650.242500', '153650.702500', '153651.162500', '153651.622500', '153652.082500', '153652.542500', '153653.002500', '153653.462500', '153653.922500', '153654.382500', '153654.842500', '153655.302500', '153655.762500', '153656.222500', '153656.682500', '153657.142500', '153657.602500', '153658.062500', '153658.522500', '153658.982500', '153659.442500', '153659.902500', '153700.362500', '153700.822500', '153701.282500', '153701.742500', '153702.202500', '153702.662500', '153703.122500', '153703.582500', '153704.042500', '153704.502500', '153704.962500', '153705.422500', '153705.882500', '153706.342500', '153706.802500', '153707.262500', '153707.722500', '153708.182500', '153708.642500', '153709.102500', '153709.562500', '153710.022500', '153710.482500', '153710.942500', '153711.402500', '153711.862500', '153712.322500', '153712.782500', '153713.242500', '153713.702500', '153714.162500', '153714.622500', '153715.082500', '153715.542500', '153716.002500', '153716.462500', '153716.922500', '153717.382500', '153717.842500', '153718.302500', '153718.762500', '153719.222500', '153719.682500', '153720.142500', '153720.602500', '153721.062500', '153721.522500', '153721.982500', '153722.442500', '153722.902500', '153723.362500', '153723.822500', '153724.282500', '153724.742500', '153725.202500', '153725.662500', '153726.122500', '153726.582500', '153727.042500', '153727.502500', '153727.962500', '153728.422500', '153728.882500', '153729.342500', '153729.802500', '153730.262500', '153730.722500', '153731.182500', '153731.642500', '153732.102500', '153732.562500', '153733.022500', '153733.482500', '153733.942500', '153734.402500', '153734.862500', '153735.322500', '153735.782500', '153736.242500', '153736.702500', '153737.162500', '153737.622500', '153738.082500', '153738.542500', '153739.002500', '153739.462500', '153739.922500', '153740.382500', '153740.842500', '153741.302500', '153741.762500', '153742.222500', '153742.682500', '153743.142500', '153743.602500', '153744.062500', '153744.522500', '153744.982500', '153745.442500', '153745.902500', '153746.362500', '153746.822500', '153747.282500', '153747.742500', '153748.202500', '153748.662500', '153749.122500', '153749.582500', '153750.042500', '153750.502500', '153750.962500', '153751.422500', '153751.882500', '153752.342500', '153752.802500', '153753.262500', '153753.722500', '153754.182500', '153754.642500', '153755.102500', '153755.562500', '153756.022500', '153756.482500', '153756.942500', '153757.402500', '153757.862500', '153758.322500', '153758.782500', '153759.242500', '153759.702500', '153800.162500', '153800.622500', '153801.082500', '153801.542500', '153802.002500', '153802.462500', '153802.922500', '153803.382500', '153803.842500', '153804.302500', '153804.762500', '153805.222500', '153805.682500', '153806.142500', '153806.602500', '153807.062500', '153807.522500', '153807.982500', '153808.442500', '153808.902500', '153809.362500', '153809.822500', '153810.282500', '153810.742500', '153811.202500', '153811.662500', '153812.122500', '153812.582500', '153813.042500', '153813.502500', '153813.962500', '153814.422500', '153814.882500', '153815.342500', '153815.802500', '153816.262500', '153816.722500', '153817.182500', '153817.642500', '153818.102500', '153818.562500', '153819.022500', '153819.482500', '153819.942500', '153820.402500', '153820.862500', '153821.322500', '153821.782500', '153822.242500', '153822.702500', '153823.162500', '153823.622500', '153824.082500', '153824.542500', '153825.002500', '153825.462500', '153825.922500', '153826.382500', '153826.842500', '153827.302500', '153827.762500', '153828.222500', '153828.682500', '153829.142500', '153829.602500', '153830.062500', '153830.522500', '153830.982500', '153831.442500', '153831.902500', '153832.362500', '153832.822500', '153833.282500', '153833.742500', '153834.202500', '153834.662500', '153835.122500', '153835.582500', '153836.042500', '153836.502500', '153836.962500', '153837.422500', '153837.882500', '153838.342500', '153838.802500', '153839.262500', '153839.722500', '153840.182500', '153840.642500', '153841.102500', '153841.562500', '153842.022500', '153842.482500', '153842.942500', '153843.402500', '153843.862500', '153844.322500', '153844.782500', '153845.242500', '153845.702500', '153846.162500', '153846.622500', '153847.082500', '153847.542500', '153848.002500', '153848.462500', '153848.922500', '153849.382500', '153849.842500', '153850.302500', '153850.762500', '153851.222500', '153851.682500', '153852.142500', '153852.602500', '153853.062500', '153853.522500', '153853.982500', '153854.442500', '153854.902500', '153855.362500', '153855.822500', '153856.282500', '153856.742500', '153857.202500', '153857.662500', '153858.122500', '153858.582500', '153859.042500', '153859.502500', '153859.962500', '153900.422500', '153900.882500', '153901.342500', '153901.802500', '153902.262500', '153902.722500', '153903.182500', '153903.642500', '153904.102500', '153904.562500', '153905.022500', '153905.482500', '153905.942500', '153906.402500', '153906.862500', '153907.322500', '153907.782500', '153908.242500', '153908.702500', '153909.162500', '153909.622500', '153910.082500', '153910.542500', '153911.002500', '153911.462500', '153911.922500', '153912.382500', '153912.842500', '153913.302500', '153913.762500', '153914.222500', '153914.682500', '153915.142500', '153915.602500', '153916.062500', '153916.522500', '153916.982500', '153917.442500', '153917.902500', '153918.362500', '153918.822500', '153919.282500', '153919.742500', '153920.202500', '153920.662500', '153921.122500', '153921.582500', '153922.042500', '153922.502500', '153922.962500', '153923.422500', '153923.882500', '153924.342500', '153924.802500', '153925.262500', '153925.722500', '153926.182500', '153926.642500', '153927.102500', '153927.562500', '153928.022500', '153928.482500', '153928.942500', '153929.402500', '153929.862500', '153930.322500', '153930.782500', '153931.242500', '153931.702500', '153932.162500', '153932.622500', '153933.082500', '153933.542500', '153934.002500', '153934.462500', '153934.922500', '153935.382500', '153935.842500', '153936.302500', '153936.762500', '153937.222500', '153937.682500', '153938.142500', '153938.602500', '153939.062500', '153939.522500', '153939.982500', '153940.442500', '153940.902500', '153941.362500', '153941.822500', '153942.282500', '153942.742500', '153943.202500', '153943.662500', '153944.122500', '153944.582500', '153945.042500', '153945.502500', '153945.962500', '153946.422500', '153946.882500', '153947.342500', '153947.802500', '153948.262500', '153948.722500', '153949.182500', '153949.642500', '153950.102500', '153950.562500', '153951.022500', '153951.482500', '153951.942500', '153952.402500', '153952.862500', '153953.322500', '153953.782500', '153954.242500', '153954.702500', '153955.162500', '153955.622500', '153956.082500', '153956.542500', '153957.002500', '153957.462500', '153957.922500', '153958.382500', '153958.842500', '153959.302500', '153959.762500', '154000.222500', '154000.682500', '154001.142500', '154001.602500', '154002.062500', '154002.522500', '154002.982500', '154003.442500', '154003.902500', '154004.362500', '154004.822500', '154005.282500', '154005.742500', '154006.202500', '154006.662500', '154007.122500', '154007.582500', '154008.042500', '154008.502500', '154008.962500', '154009.422500', '154009.882500', '154010.342500', '154010.802500', '154011.262500', '154011.722500', '154012.182500', '154012.642500', '154013.102500', '154013.562500', '154014.022500', '154014.482500', '154014.942500', '154015.402500', '154015.862500', '154016.322500', '154016.782500', '154017.242500', '154017.702500', '154018.162500', '154018.622500', '154019.082500', '154019.542500', '154020.002500', '154020.462500', '154020.922500', '154021.382500', '154021.842500', '154022.302500', '154022.762500', '154023.222500', '154023.682500', '154024.142500', '154024.602500', '154025.062500', '154025.522500', '154025.982500', '154026.442500', '154026.902500', '154027.362500', '154027.822500', '154028.282500', '154028.742500', '154029.202500', '154029.662500', '154030.122500', '154030.582500', '154031.042500', '154031.502500', '154031.962500', '154032.422500'], 'ContentTime': ['153401.621000', '153401.624000', '153401.627000', '153401.630000', '153401.632000', '153401.635000', '153401.638000', '153401.641000', '153401.643000', '153401.646000', '153401.648000', '153401.651000', '153401.653000', '153401.662000', '153401.664000', '153401.667000', '153401.669000', '153401.673000', '153401.676000', '153421.526000', '153421.529000', '153421.532000', '153421.535000', '153421.537000', '153421.540000', '153421.542000', '153421.545000', '153421.547000', '153421.550000', '153421.552000', '153421.555000', '153421.557000', '153421.560000', '153421.562000', '153421.565000', '153421.567000', '153421.570000', '153421.572000', '153421.575000', '153421.578000', '153421.580000', '153421.583000', '153421.591000', '153421.593000', '153421.596000', '153421.599000', '153421.602000', '153421.605000', '153421.607000', '153421.610000', '153421.613000', '153421.616000', '153421.618000', '153421.621000', '153421.623000', '153421.626000', '153421.629000', '153421.631000', '153421.634000', '153421.637000', '153421.639000', '153421.642000', '153441.527000', '153441.529000', '153441.532000', '153441.535000', '153441.537000', '153441.540000', '153441.542000', '153441.545000', '153441.547000', '153441.550000', '153441.552000', '153441.555000', '153441.557000', '153441.560000', '153441.562000', '153441.565000', '153441.567000', '153441.570000', '153441.572000', '153441.575000', '153441.578000', '153441.580000', '153441.583000', '153441.585000', '153441.588000', '153441.590000', '153441.593000', '153441.595000', '153441.598000', '153441.601000', '153441.603000', '153441.606000', '153441.608000', '153441.611000', '153441.613000', '153441.616000', '153441.618000', '153441.621000', '153441.624000', '153441.626000', '153441.629000', '153441.631000', '153441.634000', '153441.636000', '153501.526000', '153501.529000', '153501.532000', '153501.534000', '153501.537000', '153501.539000', '153501.542000', '153501.545000', '153501.547000', '153501.550000', '153501.552000', '153501.555000', '153501.558000', '153501.561000', '153501.564000', '153501.567000', '153501.569000', '153501.572000', '153501.574000', '153501.577000', '153501.579000', '153501.582000', '153501.585000', '153501.587000', '153501.590000', '153501.592000', '153501.595000', '153501.597000', '153501.600000', '153501.603000', '153501.605000', '153501.608000', '153501.610000', '153501.614000', '153501.617000', '153501.619000', '153501.622000', '153501.624000', '153501.627000', '153501.629000', '153501.632000', '153501.635000', '153501.637000', '153521.527000', '153521.529000', '153521.532000', '153521.535000', '153521.537000', '153521.540000', '153521.542000', '153521.545000', '153521.548000', '153521.550000', '153521.553000', '153521.555000', '153521.558000', '153521.560000', '153521.563000', '153521.565000', '153521.568000', '153521.571000', '153521.573000', '153521.576000', '153521.578000', '153521.581000', '153521.583000', '153521.586000', '153521.589000', '153521.591000', '153521.594000', '153521.596000', '153521.599000', '153521.601000', '153521.604000', '153521.607000', '153521.609000', '153521.612000', '153521.614000', '153521.617000', '153521.620000', '153521.622000', '153521.625000', '153521.627000', '153521.630000', '153521.632000', '153521.635000', '153521.638000', '153541.527000', '153541.529000', '153541.532000', '153541.534000', '153541.537000', '153541.540000', '153541.542000', '153541.545000', '153541.547000', '153541.550000', '153541.552000', '153541.555000', '153541.557000', '153541.560000', '153541.563000', '153541.565000', '153541.568000', '153541.570000', '153541.573000', '153541.575000', '153541.578000', '153541.581000', '153541.583000', '153541.586000', '153541.588000', '153541.591000', '153541.594000', '153541.597000', '153541.599000', '153541.602000', '153541.605000', '153541.607000', '153541.610000', '153541.620000', '153541.623000', '153541.625000', '153541.628000', '153541.630000', '153541.633000', '153541.635000', '153541.638000', '153541.640000', '153541.643000', '153601.525000', '153601.528000', '153601.531000', '153601.533000', '153601.536000', '153601.539000', '153601.541000', '153601.544000', '153601.546000', '153601.549000', '153601.551000', '153601.554000', '153601.557000', '153601.559000', '153601.562000', '153601.564000', '153601.567000', '153601.569000', '153601.572000', '153601.575000', '153601.577000', '153601.580000', '153601.582000', '153601.585000', '153601.587000', '153601.590000', '153601.592000', '153601.595000', '153601.598000', '153601.600000', '153601.603000', '153601.606000', '153601.608000', '153601.611000', '153601.613000', '153601.616000', '153601.618000', '153601.621000', '153601.624000', '153601.626000', '153601.629000', '153601.631000', '153601.634000', '153601.636000', '153621.526000', '153621.529000', '153621.532000', '153621.534000', '153621.537000', '153621.540000', '153621.542000', '153621.545000', '153621.547000', '153621.550000', '153621.552000', '153621.555000', '153621.557000', '153621.560000', '153621.563000', '153621.565000', '153621.568000', '153621.570000', '153621.573000', '153621.575000', '153621.578000', '153621.581000', '153621.583000', '153621.586000', '153621.588000', '153621.591000', '153621.594000', '153621.597000', '153621.600000', '153621.603000', '153621.605000', '153621.608000', '153621.611000', '153621.613000', '153621.616000', '153621.618000', '153621.621000', '153621.624000', '153621.626000', '153621.629000', '153621.631000', '153621.634000', '153621.637000', '153641.527000', '153641.529000', '153641.532000', '153641.535000', '153641.537000', '153641.540000', '153641.542000', '153641.545000', '153641.547000', '153641.550000', '153641.553000', '153641.555000', '153641.558000', '153641.560000', '153641.563000', '153641.565000', '153641.568000', '153641.571000', '153641.573000', '153641.576000', '153641.578000', '153641.581000', '153641.583000', '153641.586000', '153641.588000', '153641.591000', '153641.594000', '153641.596000', '153641.599000', '153641.602000', '153641.604000', '153641.607000', '153641.609000', '153641.612000', '153641.615000', '153641.617000', '153641.620000', '153641.622000', '153641.625000', '153641.628000', '153641.630000', '153641.633000', '153641.635000', '153641.638000', '153701.527000', '153701.530000', '153701.532000', '153701.535000', '153701.537000', '153701.540000', '153701.543000', '153701.545000', '153701.548000', '153701.551000', '153701.553000', '153701.556000', '153701.558000', '153701.561000', '153701.563000', '153701.566000', '153701.569000', '153701.571000', '153701.574000', '153701.576000', '153701.579000', '153701.581000', '153701.584000', '153701.587000', '153701.589000', '153701.592000', '153701.594000', '153701.597000', '153701.600000', '153701.602000', '153701.605000', '153701.607000', '153701.610000', '153701.613000', '153701.615000', '153701.618000', '153701.620000', '153701.623000', '153701.625000', '153701.628000', '153701.631000', '153701.634000', '153701.637000', '153721.527000', '153721.529000', '153721.532000', '153721.535000', '153721.537000', '153721.540000', '153721.542000', '153721.545000', '153721.547000', '153721.550000', '153721.552000', '153721.555000', '153721.557000', '153721.560000', '153721.576000', '153721.578000', '153721.581000', '153721.584000', '153721.586000', '153721.589000', '153721.591000', '153721.594000', '153721.597000', '153721.599000', '153721.602000', '153721.604000', '153721.607000', '153721.610000', '153721.612000', '153721.615000', '153721.617000', '153721.620000', '153721.623000', '153721.625000', '153721.628000', '153721.630000', '153721.633000', '153721.636000', '153721.638000', '153721.641000', '153721.644000', '153721.646000', '153721.649000', '153721.652000', '153741.527000', '153741.529000', '153741.532000', '153741.535000', '153741.537000', '153741.540000', '153741.542000', '153741.545000', '153741.547000', '153741.550000', '153741.553000', '153741.555000', '153741.558000', '153741.560000', '153741.563000', '153741.565000', '153741.568000', '153741.571000', '153741.573000', '153741.576000', '153741.578000', '153741.581000', '153741.583000', '153741.586000', '153741.588000', '153741.591000', '153741.594000', '153741.596000', '153741.599000', '153741.602000', '153741.604000', '153741.607000', '153741.609000', '153741.612000', '153741.615000', '153741.617000', '153741.620000', '153741.622000', '153741.625000', '153741.628000', '153741.631000', '153741.634000', '153741.637000', '153801.527000', '153801.529000', '153801.532000', '153801.535000', '153801.537000', '153801.540000', '153801.542000', '153801.545000', '153801.547000', '153801.550000', '153801.553000', '153801.555000', '153801.558000', '153801.560000', '153801.563000', '153801.566000', '153801.568000', '153801.571000', '153801.573000', '153801.576000', '153801.579000', '153801.581000', '153801.584000', '153801.586000', '153801.589000', '153801.591000', '153801.594000', '153801.597000', '153801.599000', '153801.602000', '153801.605000', '153801.607000', '153801.610000', '153801.612000', '153801.615000', '153801.617000', '153801.620000', '153801.623000', '153801.625000', '153801.628000', '153801.630000', '153801.633000', '153801.635000', '153801.638000', '153821.525000', '153821.528000', '153821.531000', '153821.533000', '153821.536000', '153821.539000', '153821.541000', '153821.544000', '153821.546000', '153821.549000', '153821.551000', '153821.554000', '153821.556000', '153821.559000', '153821.562000', '153821.564000', '153821.567000', '153821.569000', '153821.572000', '153821.574000', '153821.577000', '153821.580000', '153821.582000', '153821.585000', '153821.587000', '153821.590000', '153821.592000', '153821.595000', '153821.598000', '153821.600000', '153821.603000', '153821.606000', '153821.608000', '153821.611000', '153821.613000', '153821.616000', '153821.618000', '153821.621000', '153821.624000', '153821.626000', '153821.629000', '153821.631000', '153821.634000', '153841.526000', '153841.529000', '153841.532000', '153841.534000', '153841.537000', '153841.540000', '153841.542000', '153841.545000', '153841.547000', '153841.550000', '153841.553000', '153841.555000', '153841.558000', '153841.560000', '153841.563000', '153841.565000', '153841.568000', '153841.571000', '153841.573000', '153841.576000', '153841.578000', '153841.581000', '153841.583000', '153841.586000', '153841.589000', '153841.591000', '153841.594000', '153841.596000', '153841.599000', '153841.602000', '153841.605000', '153841.607000', '153841.610000', '153841.612000', '153841.615000', '153841.617000', '153841.620000', '153841.623000', '153841.625000', '153841.637000', '153841.640000', '153841.642000', '153841.645000', '153841.647000', '153901.527000', '153901.530000', '153901.532000', '153901.535000', '153901.537000', '153901.540000', '153901.542000', '153901.545000', '153901.548000', '153901.550000', '153901.553000', '153901.555000', '153901.558000', '153901.560000', '153901.563000', '153901.566000', '153901.568000', '153901.571000', '153901.573000', '153901.576000', '153901.578000', '153901.581000', '153901.583000', '153901.586000', '153901.589000', '153901.591000', '153901.594000', '153901.596000', '153901.599000', '153901.602000', '153901.604000', '153901.607000', '153901.609000', '153901.612000', '153901.615000', '153901.617000', '153901.620000', '153901.622000', '153901.625000', '153901.627000', '153901.630000', '153901.633000', '153901.635000', '153921.527000', '153921.529000', '153921.532000', '153921.535000', '153921.537000', '153921.540000', '153921.542000', '153921.545000', '153921.548000', '153921.550000', '153921.553000', '153921.555000', '153921.558000', '153921.561000', '153921.563000', '153921.566000', '153921.568000', '153921.571000', '153921.573000', '153921.576000', '153921.579000', '153921.581000', '153921.584000', '153921.586000', '153921.589000', '153921.592000', '153921.594000', '153921.597000', '153921.600000', '153921.602000', '153921.605000', '153921.607000', '153921.610000', '153921.613000', '153921.615000', '153921.618000', '153921.620000', '153921.623000', '153921.626000', '153921.628000', '153921.631000', '153921.633000', '153921.636000', '153921.639000', '153941.527000', '153941.529000', '153941.532000', '153941.535000', '153941.537000', '153941.540000', '153941.542000', '153941.545000', '153941.547000', '153941.550000', '153941.553000', '153941.555000', '153941.558000', '153941.560000', '153941.563000', '153941.565000', '153941.568000', '153941.570000', '153941.573000', '153941.576000', '153941.578000', '153941.581000', '153941.583000', '153941.586000', '153941.588000', '153941.591000', '153941.594000', '153941.596000', '153941.599000', '153941.602000', '153941.604000', '153941.607000', '153941.609000', '153941.612000', '153941.615000', '153941.617000', '153941.620000', '153941.622000', '153941.625000', '153941.628000', '153941.630000', '153941.633000', '153941.635000', '154001.527000', '154001.529000', '154001.533000', '154001.536000', '154001.538000', '154001.541000', '154001.544000', '154001.546000', '154001.549000', '154001.551000', '154001.554000', '154001.556000', '154001.559000', '154001.562000', '154001.564000', '154001.567000', '154001.569000', '154001.572000', '154001.574000', '154001.577000', '154001.580000', '154001.582000', '154001.585000', '154001.588000', '154001.590000', '154001.593000', '154001.596000', '154001.598000', '154001.601000', '154001.603000', '154001.606000', '154001.609000', '154001.611000', '154001.614000', '154001.616000', '154001.619000', '154001.622000', '154001.624000', '154001.627000', '154001.629000', '154001.632000', '154001.635000', '154001.637000', '154001.640000', '154021.527000', '154021.529000', '154021.532000', '154021.535000', '154021.537000', '154021.540000', '154021.542000', '154021.545000', '154021.547000', '154021.550000', '154021.553000', '154021.555000', '154021.558000', '154021.560000', '154021.563000', '154021.565000', '154021.568000', '154021.570000', '154021.573000', '154021.576000', '154021.578000', '154021.581000', '154021.583000', '154021.586000', '154021.588000', '154021.591000', '154021.594000', '154021.596000', '154021.599000', '154021.601000', '154021.604000', '154021.607000', '154021.609000', '154021.612000', '154021.614000', '154021.617000', '154021.620000', '154021.622000', '154021.625000', '154021.628000', '154021.630000', '154021.633000', '154021.635000', '154033.694000', '154033.697000', '154033.699000', '154033.702000', '154033.705000', '154033.707000', '154033.710000', '154033.712000', '154033.715000', '154033.718000', '154033.720000', '154033.723000', '154033.725000', '154033.728000', '154033.731000', '154033.733000', '154033.736000', '154033.738000', '154033.741000', '154033.744000', '154033.746000', '154033.749000', '154033.752000', '154033.754000', '154033.757000', '154033.759000', '154033.762000'], 'InstanceCreationTime': ['153401.621000', '153401.624000', '153401.627000', '153401.630000', '153401.632000', '153401.635000', '153401.638000', '153401.641000', '153401.643000', '153401.646000', '153401.648000', '153401.651000', '153401.653000', '153401.662000', '153401.664000', '153401.667000', '153401.669000', '153401.673000', '153401.676000', '153421.526000', '153421.529000', '153421.532000', '153421.535000', '153421.537000', '153421.540000', '153421.542000', '153421.545000', '153421.547000', '153421.550000', '153421.552000', '153421.555000', '153421.557000', '153421.560000', '153421.562000', '153421.565000', '153421.567000', '153421.570000', '153421.572000', '153421.575000', '153421.578000', '153421.580000', '153421.583000', '153421.591000', '153421.593000', '153421.596000', '153421.599000', '153421.602000', '153421.605000', '153421.607000', '153421.610000', '153421.613000', '153421.616000', '153421.618000', '153421.621000', '153421.623000', '153421.626000', '153421.629000', '153421.631000', '153421.634000', '153421.637000', '153421.639000', '153421.642000', '153441.527000', '153441.529000', '153441.532000', '153441.535000', '153441.537000', '153441.540000', '153441.542000', '153441.545000', '153441.547000', '153441.550000', '153441.552000', '153441.555000', '153441.557000', '153441.560000', '153441.562000', '153441.565000', '153441.567000', '153441.570000', '153441.572000', '153441.575000', '153441.578000', '153441.580000', '153441.583000', '153441.585000', '153441.588000', '153441.590000', '153441.593000', '153441.595000', '153441.598000', '153441.601000', '153441.603000', '153441.606000', '153441.608000', '153441.611000', '153441.613000', '153441.616000', '153441.618000', '153441.621000', '153441.624000', '153441.626000', '153441.629000', '153441.631000', '153441.634000', '153441.636000', '153501.526000', '153501.529000', '153501.532000', '153501.534000', '153501.537000', '153501.539000', '153501.542000', '153501.545000', '153501.547000', '153501.550000', '153501.552000', '153501.555000', '153501.558000', '153501.561000', '153501.564000', '153501.567000', '153501.569000', '153501.572000', '153501.574000', '153501.577000', '153501.579000', '153501.582000', '153501.585000', '153501.587000', '153501.590000', '153501.592000', '153501.595000', '153501.597000', '153501.600000', '153501.603000', '153501.605000', '153501.608000', '153501.610000', '153501.614000', '153501.617000', '153501.619000', '153501.622000', '153501.624000', '153501.627000', '153501.629000', '153501.632000', '153501.635000', '153501.637000', '153521.527000', '153521.529000', '153521.532000', '153521.535000', '153521.537000', '153521.540000', '153521.542000', '153521.545000', '153521.548000', '153521.550000', '153521.553000', '153521.555000', '153521.558000', '153521.560000', '153521.563000', '153521.565000', '153521.568000', '153521.571000', '153521.573000', '153521.576000', '153521.578000', '153521.581000', '153521.583000', '153521.586000', '153521.589000', '153521.591000', '153521.594000', '153521.596000', '153521.599000', '153521.601000', '153521.604000', '153521.607000', '153521.609000', '153521.612000', '153521.614000', '153521.617000', '153521.620000', '153521.622000', '153521.625000', '153521.627000', '153521.630000', '153521.632000', '153521.635000', '153521.638000', '153541.527000', '153541.529000', '153541.532000', '153541.534000', '153541.537000', '153541.540000', '153541.542000', '153541.545000', '153541.547000', '153541.550000', '153541.552000', '153541.555000', '153541.557000', '153541.560000', '153541.563000', '153541.565000', '153541.568000', '153541.570000', '153541.573000', '153541.575000', '153541.578000', '153541.581000', '153541.583000', '153541.586000', '153541.588000', '153541.591000', '153541.594000', '153541.597000', '153541.599000', '153541.602000', '153541.605000', '153541.607000', '153541.610000', '153541.620000', '153541.623000', '153541.625000', '153541.628000', '153541.630000', '153541.633000', '153541.635000', '153541.638000', '153541.640000', '153541.643000', '153601.525000', '153601.528000', '153601.531000', '153601.533000', '153601.536000', '153601.539000', '153601.541000', '153601.544000', '153601.546000', '153601.549000', '153601.551000', '153601.554000', '153601.557000', '153601.559000', '153601.562000', '153601.564000', '153601.567000', '153601.569000', '153601.572000', '153601.575000', '153601.577000', '153601.580000', '153601.582000', '153601.585000', '153601.587000', '153601.590000', '153601.592000', '153601.595000', '153601.598000', '153601.600000', '153601.603000', '153601.606000', '153601.608000', '153601.611000', '153601.613000', '153601.616000', '153601.618000', '153601.621000', '153601.624000', '153601.626000', '153601.629000', '153601.631000', '153601.634000', '153601.636000', '153621.526000', '153621.529000', '153621.532000', '153621.534000', '153621.537000', '153621.540000', '153621.542000', '153621.545000', '153621.547000', '153621.550000', '153621.552000', '153621.555000', '153621.557000', '153621.560000', '153621.563000', '153621.565000', '153621.568000', '153621.570000', '153621.573000', '153621.575000', '153621.578000', '153621.581000', '153621.583000', '153621.586000', '153621.588000', '153621.591000', '153621.594000', '153621.597000', '153621.600000', '153621.603000', '153621.605000', '153621.608000', '153621.611000', '153621.613000', '153621.616000', '153621.618000', '153621.621000', '153621.624000', '153621.626000', '153621.629000', '153621.631000', '153621.634000', '153621.637000', '153641.527000', '153641.529000', '153641.532000', '153641.535000', '153641.537000', '153641.540000', '153641.542000', '153641.545000', '153641.547000', '153641.550000', '153641.553000', '153641.555000', '153641.558000', '153641.560000', '153641.563000', '153641.565000', '153641.568000', '153641.571000', '153641.573000', '153641.576000', '153641.578000', '153641.581000', '153641.583000', '153641.586000', '153641.588000', '153641.591000', '153641.594000', '153641.596000', '153641.599000', '153641.602000', '153641.604000', '153641.607000', '153641.609000', '153641.612000', '153641.615000', '153641.617000', '153641.620000', '153641.622000', '153641.625000', '153641.628000', '153641.630000', '153641.633000', '153641.635000', '153641.638000', '153701.527000', '153701.530000', '153701.532000', '153701.535000', '153701.537000', '153701.540000', '153701.543000', '153701.545000', '153701.548000', '153701.551000', '153701.553000', '153701.556000', '153701.558000', '153701.561000', '153701.563000', '153701.566000', '153701.569000', '153701.571000', '153701.574000', '153701.576000', '153701.579000', '153701.581000', '153701.584000', '153701.587000', '153701.589000', '153701.592000', '153701.594000', '153701.597000', '153701.600000', '153701.602000', '153701.605000', '153701.607000', '153701.610000', '153701.613000', '153701.615000', '153701.618000', '153701.620000', '153701.623000', '153701.625000', '153701.628000', '153701.631000', '153701.634000', '153701.637000', '153721.527000', '153721.529000', '153721.532000', '153721.535000', '153721.537000', '153721.540000', '153721.542000', '153721.545000', '153721.547000', '153721.550000', '153721.552000', '153721.555000', '153721.557000', '153721.560000', '153721.576000', '153721.578000', '153721.581000', '153721.584000', '153721.586000', '153721.589000', '153721.591000', '153721.594000', '153721.597000', '153721.599000', '153721.602000', '153721.604000', '153721.607000', '153721.610000', '153721.612000', '153721.615000', '153721.617000', '153721.620000', '153721.623000', '153721.625000', '153721.628000', '153721.630000', '153721.633000', '153721.636000', '153721.638000', '153721.641000', '153721.644000', '153721.646000', '153721.649000', '153721.652000', '153741.527000', '153741.529000', '153741.532000', '153741.535000', '153741.537000', '153741.540000', '153741.542000', '153741.545000', '153741.547000', '153741.550000', '153741.553000', '153741.555000', '153741.558000', '153741.560000', '153741.563000', '153741.565000', '153741.568000', '153741.571000', '153741.573000', '153741.576000', '153741.578000', '153741.581000', '153741.583000', '153741.586000', '153741.588000', '153741.591000', '153741.594000', '153741.596000', '153741.599000', '153741.602000', '153741.604000', '153741.607000', '153741.609000', '153741.612000', '153741.615000', '153741.617000', '153741.620000', '153741.622000', '153741.625000', '153741.628000', '153741.631000', '153741.634000', '153741.637000', '153801.527000', '153801.529000', '153801.532000', '153801.535000', '153801.537000', '153801.540000', '153801.542000', '153801.545000', '153801.547000', '153801.550000', '153801.553000', '153801.555000', '153801.558000', '153801.560000', '153801.563000', '153801.566000', '153801.568000', '153801.571000', '153801.573000', '153801.576000', '153801.579000', '153801.581000', '153801.584000', '153801.586000', '153801.589000', '153801.591000', '153801.594000', '153801.597000', '153801.599000', '153801.602000', '153801.605000', '153801.607000', '153801.610000', '153801.612000', '153801.615000', '153801.617000', '153801.620000', '153801.623000', '153801.625000', '153801.628000', '153801.630000', '153801.633000', '153801.635000', '153801.638000', '153821.525000', '153821.528000', '153821.531000', '153821.533000', '153821.536000', '153821.539000', '153821.541000', '153821.544000', '153821.546000', '153821.549000', '153821.551000', '153821.554000', '153821.556000', '153821.559000', '153821.562000', '153821.564000', '153821.567000', '153821.569000', '153821.572000', '153821.574000', '153821.577000', '153821.580000', '153821.582000', '153821.585000', '153821.587000', '153821.590000', '153821.592000', '153821.595000', '153821.598000', '153821.600000', '153821.603000', '153821.606000', '153821.608000', '153821.611000', '153821.613000', '153821.616000', '153821.618000', '153821.621000', '153821.624000', '153821.626000', '153821.629000', '153821.631000', '153821.634000', '153841.526000', '153841.529000', '153841.532000', '153841.534000', '153841.537000', '153841.540000', '153841.542000', '153841.545000', '153841.547000', '153841.550000', '153841.553000', '153841.555000', '153841.558000', '153841.560000', '153841.563000', '153841.565000', '153841.568000', '153841.571000', '153841.573000', '153841.576000', '153841.578000', '153841.581000', '153841.583000', '153841.586000', '153841.589000', '153841.591000', '153841.594000', '153841.596000', '153841.599000', '153841.602000', '153841.605000', '153841.607000', '153841.610000', '153841.612000', '153841.615000', '153841.617000', '153841.620000', '153841.623000', '153841.625000', '153841.637000', '153841.640000', '153841.642000', '153841.645000', '153841.647000', '153901.527000', '153901.530000', '153901.532000', '153901.535000', '153901.537000', '153901.540000', '153901.542000', '153901.545000', '153901.548000', '153901.550000', '153901.553000', '153901.555000', '153901.558000', '153901.560000', '153901.563000', '153901.566000', '153901.568000', '153901.571000', '153901.573000', '153901.576000', '153901.578000', '153901.581000', '153901.583000', '153901.586000', '153901.589000', '153901.591000', '153901.594000', '153901.596000', '153901.599000', '153901.602000', '153901.604000', '153901.607000', '153901.609000', '153901.612000', '153901.615000', '153901.617000', '153901.620000', '153901.622000', '153901.625000', '153901.627000', '153901.630000', '153901.633000', '153901.635000', '153921.527000', '153921.529000', '153921.532000', '153921.535000', '153921.537000', '153921.540000', '153921.542000', '153921.545000', '153921.548000', '153921.550000', '153921.553000', '153921.555000', '153921.558000', '153921.561000', '153921.563000', '153921.566000', '153921.568000', '153921.571000', '153921.573000', '153921.576000', '153921.579000', '153921.581000', '153921.584000', '153921.586000', '153921.589000', '153921.592000', '153921.594000', '153921.597000', '153921.600000', '153921.602000', '153921.605000', '153921.607000', '153921.610000', '153921.613000', '153921.615000', '153921.618000', '153921.620000', '153921.623000', '153921.626000', '153921.628000', '153921.631000', '153921.633000', '153921.636000', '153921.639000', '153941.527000', '153941.529000', '153941.532000', '153941.535000', '153941.537000', '153941.540000', '153941.542000', '153941.545000', '153941.547000', '153941.550000', '153941.553000', '153941.555000', '153941.558000', '153941.560000', '153941.563000', '153941.565000', '153941.568000', '153941.570000', '153941.573000', '153941.576000', '153941.578000', '153941.581000', '153941.583000', '153941.586000', '153941.588000', '153941.591000', '153941.594000', '153941.596000', '153941.599000', '153941.602000', '153941.604000', '153941.607000', '153941.609000', '153941.612000', '153941.615000', '153941.617000', '153941.620000', '153941.622000', '153941.625000', '153941.628000', '153941.630000', '153941.633000', '153941.635000', '154001.527000', '154001.529000', '154001.533000', '154001.536000', '154001.538000', '154001.541000', '154001.544000', '154001.546000', '154001.549000', '154001.551000', '154001.554000', '154001.556000', '154001.559000', '154001.562000', '154001.564000', '154001.567000', '154001.569000', '154001.572000', '154001.574000', '154001.577000', '154001.580000', '154001.582000', '154001.585000', '154001.588000', '154001.590000', '154001.593000', '154001.596000', '154001.598000', '154001.601000', '154001.603000', '154001.606000', '154001.609000', '154001.611000', '154001.614000', '154001.616000', '154001.619000', '154001.622000', '154001.624000', '154001.627000', '154001.629000', '154001.632000', '154001.635000', '154001.637000', '154001.640000', '154021.527000', '154021.529000', '154021.532000', '154021.535000', '154021.537000', '154021.540000', '154021.542000', '154021.545000', '154021.547000', '154021.550000', '154021.553000', '154021.555000', '154021.558000', '154021.560000', '154021.563000', '154021.565000', '154021.568000', '154021.570000', '154021.573000', '154021.576000', '154021.578000', '154021.581000', '154021.583000', '154021.586000', '154021.588000', '154021.591000', '154021.594000', '154021.596000', '154021.599000', '154021.601000', '154021.604000', '154021.607000', '154021.609000', '154021.612000', '154021.614000', '154021.617000', '154021.620000', '154021.622000', '154021.625000', '154021.628000', '154021.630000', '154021.633000', '154021.635000', '154033.694000', '154033.697000', '154033.699000', '154033.702000', '154033.705000', '154033.707000', '154033.710000', '154033.712000', '154033.715000', '154033.718000', '154033.720000', '154033.723000', '154033.725000', '154033.728000', '154033.731000', '154033.733000', '154033.736000', '154033.738000', '154033.741000', '154033.744000', '154033.746000', '154033.749000', '154033.752000', '154033.754000', '154033.757000', '154033.759000', '154033.762000'], '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': [13317, 8788, 12081, 9784, 11115, 9425, 8799, 13404, 8889, 10955, 8302, 9032, 12922, 9640, 11443, 7804, 9015, 8353, 7357, 11297, 6826, 10397, 6864, 9138, 7067, 8283, 6733, 6816, 7429, 9366, 7860, 12253, 9179, 13214, 8948, 12191, 8436, 11833, 8916, 13134, 12406, 14264, 10044, 11357, 7955, 10647, 8632, 13035, 12041, 13403, 10729, 11179, 9561, 9329, 18181, 9343, 14223, 11455, 13490, 9450, 9813, 9949, 7784, 13244, 8171, 10338, 7594, 8840, 7390, 8787, 7206, 7704, 7287, 10867, 7839, 10139, 7729, 9046, 8447, 12966, 8035, 12530, 8941, 10921, 9607, 10038, 8589, 7609, 13158, 7749, 9735, 7620, 8756, 7510, 8809, 7551, 8913, 7312, 9289, 7586, 9245, 8864, 11076, 7508, 10248, 7346, 9602, 8286, 10686, 8423, 9682, 10653, 7940, 12892, 8424, 10562, 7878, 9612, 8234, 8009, 9748, 7162, 11933, 7154, 11412, 8055, 11057, 7582, 10192, 7314, 9415, 7527, 10373, 8365, 9842, 8245, 8388, 12497, 8296, 11361, 8543, 10581, 8237, 9688, 7122, 7502, 8482, 7658, 10258, 8880, 8518, 8445, 7626, 8199, 8113, 9791, 8688, 12846, 9127, 12152, 9929, 10745, 18402, 12317, 13997, 9108, 9348, 12391, 9522, 12539, 8295, 9440, 8593, 8554, 12110, 8172, 10086, 7525, 8880, 7099, 8355, 7068, 9438, 7086, 10473, 7298, 10021, 8731, 11908, 7911, 10139, 9154, 9398, 14578, 9219, 10778, 9683, 9967, 9618, 8821, 7257, 8777, 7493, 8558, 11172, 8647, 11449, 8862, 10939, 7886, 9222, 8275, 8642, 11969, 8637, 10384, 8944, 9205, 11017, 9032, 11056, 7511, 9601, 7874, 8211, 10739, 8536, 11282, 8161, 7106, 7819, 9476, 8285, 11765, 10142, 12418, 10266, 12102, 8919, 12521, 8767, 14324, 12877, 15779, 10137, 13101, 7973, 10946, 9444, 11733, 14678, 12831, 18641, 11315, 14100, 10169, 10957, 11429, 8492, 12093, 7723, 8968, 10409, 8274, 11042, 8034, 8801, 8850, 7956, 11625, 7858, 9488, 7919, 8806, 7533, 11129, 7219, 11263, 7547, 9140, 8354, 9527, 8654, 8390, 7668, 12462, 8510, 11462, 9103, 11965, 11168, 12146, 9036, 9020, 10851, 8468, 13567, 8928, 12230, 9355, 12096, 7916, 10479, 7833, 8803, 9231, 8410, 11666, 8265, 11885, 9680, 10113, 8015, 8197, 8097, 8700, 8209, 8150, 8900, 8122, 8619, 7962, 7003, 8222, 7518, 8267, 9907, 9779, 10556, 10374, 8519, 8795, 8987, 8713, 13513, 10289, 15947, 10626, 13577, 8885, 10502, 9792, 8515, 14483, 9586, 10774, 8320, 8966, 8581, 8310, 12086, 8610, 10431, 8993, 9392, 8911, 8218, 8120, 7986, 12187, 8298, 9770, 7608, 8972, 8059, 8732, 7254, 9689, 7192, 11016, 8361, 10633, 9603, 11124, 9487, 10118, 10911, 8868, 13477, 9117, 10434, 9931, 9634, 17027, 9011, 9932, 10220, 9131, 12369, 8863, 10009, 8481, 8855, 9026, 8486, 7534, 8044, 10515, 8229, 10707, 8933, 10253, 9330, 10501, 8038, 9557, 8335, 9359, 8820, 9219, 13913, 10968, 13776, 9465, 10121, 8519, 8819, 9216, 8973, 10212, 9528, 7916, 8832, 7280, 8629, 8480, 8881, 10838, 9849, 8912, 9765, 9312, 9324, 14350, 10866, 16146, 15276, 15105, 10517, 13109, 10857, 8870, 17073, 8476, 11029, 9253, 8940, 11072, 7867, 11207, 8329, 8360, 9575, 8159, 12557, 8361, 9130, 8572, 8155, 10090, 8714, 9431, 7996, 8638, 8104, 8073, 10243, 8171, 10259, 8052, 9713, 7575, 8897, 9458, 9321, 10122, 9173, 9833, 8047, 9160, 7443, 9579, 10794, 8940, 10293, 8492, 9768, 7539, 9323, 7587, 9159, 11470, 8912, 11028, 7855, 10425, 8914, 9858, 7992, 9651, 7466, 7222, 8841, 12766, 11525, 12752, 11723, 14345, 9940, 14086, 9554, 14955, 12730, 15189, 14434, 15982, 12125, 12679, 10144, 10539, 13798, 11766, 15327, 10889, 13764, 8357, 14890, 8458, 14144, 11106, 13816, 8741, 14227, 8477, 14785, 8604, 12822, 11749, 14755, 8332, 10602, 9128, 8639, 12180, 8131, 11420, 8193, 9508, 9675, 8312, 12487, 8122, 9151, 8063, 8717, 8071, 8141, 7371, 7990, 8199, 8261, 10859, 9155, 9361, 9076, 8647, 8633, 8077, 9707, 9122, 10234, 8893, 9312, 8878, 8908, 7719, 9117, 8022, 8922, 7392, 8936, 7437, 10615, 7616, 10128, 9259, 11442, 10326, 13002, 9024, 11623, 9560, 12657, 12837, 14443, 12914, 11324, 10642, 9155, 16787, 9543, 14769, 10551, 15599, 11399, 9220, 13041, 8123, 11372, 8945, 8930, 10153, 8103, 12713, 9242, 9863, 8189, 8056, 8460, 8163, 12308, 8320, 9079, 8300, 8520, 8372, 8254, 7640, 8131, 11080, 9053, 9405, 8876, 9675, 8105, 9155, 7173, 9221, 9694, 9216, 11076, 9291, 10272, 8766, 9365, 7271, 9471, 7506, 9630, 10913, 10293, 10954, 8981, 9981, 7686, 9710, 7653, 9827, 12391, 11383, 12033, 10847, 7802, 9108, 8568, 9505, 12578, 10798, 16259, 13840, 16261, 10351, 15768, 10653, 15099, 12545, 15728, 12447, 9628, 15380, 8562, 10362, 9595, 8880, 10793, 8009, 11035, 8300, 8428, 10600, 8334, 12363, 8933, 9427, 8039, 8876, 8577, 8243, 10358, 8898, 9230, 8547, 8558, 8925, 8306, 8910, 8618, 8007, 10070, 8122, 7052, 8887, 13631, 11770, 13590, 12364, 13625, 10039, 11212, 9314, 11050, 11401, 13248, 13681, 11650, 11893, 8887, 15657, 9460, 12069, 11854, 14530, 9072, 10666, 8637, 9846, 11684, 8722, 15565, 10145, 11931, 8781, 9409, 10343, 8385, 13311, 8606, 9958, 8569, 8133, 8450, 8016, 11560, 8795, 11376, 8278, 12508, 9113, 7339, 8563, 7254, 8810, 8902, 8914, 11820, 10490, 13454, 10045, 14952, 10844, 12276, 10109, 12725, 12556, 9880, 15325, 9670, 11340, 9085, 8666, 10121, 8386, 13495, 11116, 11419, 8488, 8953, 8642, 8473, 9457, 9384, 11983, 9214, 9083, 8481, 8459, 9069, 8269, 11723, 9925, 9761, 9243, 9094, 9373, 8618, 7567, 9463, 7764, 10275, 7818, 11162, 8669, 11328, 8108, 10562, 8828, 10220, 10268, 12464, 12675, 13445, 10179, 9956, 10439, 9154, 17681, 15428, 15009, 12488, 13258, 10785, 9834, 13537, 8472, 12005, 9812, 10692, 10549, 8331, 13990, 9191, 9602, 9792, 8393, 10562, 8804, 10643, 8669, 8740, 8141, 8626, 8436, 8628, 8408, 7382, 8372, 8591, 8640, 10044, 8593, 13367, 11326, 12328, 9480, 13595, 9466, 14628, 11562, 12809, 12107, 14131, 9584], 'WindowCenter': [4634.0, 4545.0, 4578.0, 4532.0, 4528.0, 4483.0, 4472.0, 4517.0, 4468.0, 4487.0, 4446.0, 4468.0, 4495.0, 4463.0, 4496.0, 4449.0, 4454.0, 4430.0, 4422.0, 4471.0, 4414.0, 4474.0, 4442.0, 4489.0, 4461.0, 4482.0, 4451.0, 4439.0, 4465.0, 4492.0, 4473.0, 4520.0, 4495.0, 4533.0, 4494.0, 4520.0, 4472.0, 4512.0, 4468.0, 4516.0, 4506.0, 4517.0, 4477.0, 4494.0, 4446.0, 4474.0, 4455.0, 4495.0, 4492.0, 4504.0, 4473.0, 4480.0, 4450.0, 4450.0, 4507.0, 4441.0, 4487.0, 4467.0, 4476.0, 4436.0, 4446.0, 4433.0, 4393.0, 4452.0, 4403.0, 4430.0, 4405.0, 4424.0, 4394.0, 4424.0, 4407.0, 4405.0, 4407.0, 4467.0, 4432.0, 4472.0, 4431.0, 4453.0, 4445.0, 4492.0, 4431.0, 4481.0, 4451.0, 4471.0, 4448.0, 4449.0, 4427.0, 4407.0, 4476.0, 4407.0, 4446.0, 4431.0, 4439.0, 4420.0, 4449.0, 4430.0, 4452.0, 4431.0, 4462.0, 4447.0, 4464.0, 4467.0, 4484.0, 4435.0, 4473.0, 4422.0, 4463.0, 4444.0, 4470.0, 4438.0, 4464.0, 4471.0, 4458.0, 4504.0, 4445.0, 4474.0, 4447.0, 4463.0, 4442.0, 4432.0, 4450.0, 4410.0, 4482.0, 4424.0, 4480.0, 4445.0, 4495.0, 4445.0, 4476.0, 4435.0, 4467.0, 4449.0, 4487.0, 4457.0, 4492.0, 4460.0, 4460.0, 4495.0, 4456.0, 4495.0, 4469.0, 4485.0, 4454.0, 4464.0, 4424.0, 4436.0, 4453.0, 4449.0, 4484.0, 4476.0, 4470.0, 4468.0, 4450.0, 4471.0, 4458.0, 4500.0, 4471.0, 4520.0, 4479.0, 4510.0, 4478.0, 4488.0, 4559.0, 4497.0, 4504.0, 4440.0, 4454.0, 4493.0, 4450.0, 4494.0, 4430.0, 4448.0, 4441.0, 4428.0, 4467.0, 4430.0, 4472.0, 4432.0, 4454.0, 4424.0, 4443.0, 4423.0, 4465.0, 4435.0, 4487.0, 4451.0, 4487.0, 4470.0, 4507.0, 4457.0, 4489.0, 4478.0, 4482.0, 4515.0, 4465.0, 4484.0, 4465.0, 4467.0, 4466.0, 4455.0, 4433.0, 4456.0, 4434.0, 4471.0, 4511.0, 4472.0, 4512.0, 4481.0, 4500.0, 4448.0, 4479.0, 4457.0, 4456.0, 4496.0, 4458.0, 4479.0, 4470.0, 4468.0, 4488.0, 4456.0, 4484.0, 4427.0, 4464.0, 4444.0, 4470.0, 4498.0, 4469.0, 4495.0, 4469.0, 4450.0, 4462.0, 4490.0, 4473.0, 4508.0, 4502.0, 4522.0, 4514.0, 4525.0, 4483.0, 4517.0, 4471.0, 4527.0, 4516.0, 4523.0, 4475.0, 4500.0, 4431.0, 4471.0, 4453.0, 4485.0, 4502.0, 4491.0, 4518.0, 4468.0, 4487.0, 4449.0, 4443.0, 4456.0, 4416.0, 4451.0, 4395.0, 4411.0, 4432.0, 4403.0, 4443.0, 4404.0, 4412.0, 4412.0, 4403.0, 4443.0, 4416.0, 4449.0, 4442.0, 4451.0, 4432.0, 4481.0, 4432.0, 4484.0, 4444.0, 4477.0, 4458.0, 4479.0, 4470.0, 4469.0, 4464.0, 4508.0, 4468.0, 4499.0, 4466.0, 4496.0, 4487.0, 4494.0, 4456.0, 4451.0, 4472.0, 4445.0, 4493.0, 4469.0, 4496.0, 4468.0, 4480.0, 4433.0, 4462.0, 4420.0, 4441.0, 4454.0, 4442.0, 4470.0, 4444.0, 4484.0, 4450.0, 4461.0, 4432.0, 4428.0, 4431.0, 4441.0, 4441.0, 4442.0, 4466.0, 4445.0, 4468.0, 4456.0, 4437.0, 4459.0, 4438.0, 4461.0, 4489.0, 4480.0, 4489.0, 4487.0, 4469.0, 4459.0, 4454.0, 4456.0, 4506.0, 4476.0, 4524.0, 4486.0, 4505.0, 4455.0, 4474.0, 4451.0, 4443.0, 4506.0, 4450.0, 4460.0, 4430.0, 4440.0, 4427.0, 4433.0, 4469.0, 4441.0, 4462.0, 4454.0, 4453.0, 4453.0, 4431.0, 4431.0, 4433.0, 4482.0, 4442.0, 4462.0, 4448.0, 4470.0, 4461.0, 4470.0, 4448.0, 4490.0, 4451.0, 4510.0, 4472.0, 4504.0, 4490.0, 4516.0, 4506.0, 4502.0, 4487.0, 4459.0, 4496.0, 4456.0, 4473.0, 4465.0, 4456.0, 4510.0, 4441.0, 4450.0, 4450.0, 4442.0, 4480.0, 4443.0, 4452.0, 4445.0, 4439.0, 4441.0, 4444.0, 4423.0, 4444.0, 4486.0, 4455.0, 4485.0, 4481.0, 4501.0, 4495.0, 4501.0, 4473.0, 4489.0, 4470.0, 4492.0, 4470.0, 4485.0, 4520.0, 4503.0, 4521.0, 4482.0, 4487.0, 4456.0, 4456.0, 4464.0, 4465.0, 4476.0, 4467.0, 4446.0, 4466.0, 4438.0, 4467.0, 4467.0, 4480.0, 4500.0, 4492.0, 4478.0, 4488.0, 4468.0, 4469.0, 4518.0, 4488.0, 4518.0, 4518.0, 4504.0, 4461.0, 4481.0, 4460.0, 4428.0, 4495.0, 4418.0, 4459.0, 4425.0, 4427.0, 4445.0, 4407.0, 4458.0, 4415.0, 4429.0, 4438.0, 4404.0, 4464.0, 4429.0, 4439.0, 4426.0, 4417.0, 4447.0, 4429.0, 4436.0, 4429.0, 4443.0, 4430.0, 4433.0, 4462.0, 4444.0, 4465.0, 4447.0, 4465.0, 4436.0, 4470.0, 4489.0, 4482.0, 4489.0, 4478.0, 4479.0, 4448.0, 4477.0, 4439.0, 4480.0, 4497.0, 4483.0, 4489.0, 4470.0, 4491.0, 4450.0, 4478.0, 4449.0, 4481.0, 4499.0, 4469.0, 4498.0, 4474.0, 4516.0, 4493.0, 4500.0, 4474.0, 4500.0, 4465.0, 4461.0, 4492.0, 4524.0, 4514.0, 4524.0, 4522.0, 4542.0, 4506.0, 4531.0, 4482.0, 4517.0, 4509.0, 4518.0, 4515.0, 4515.0, 4483.0, 4492.0, 4459.0, 4458.0, 4479.0, 4471.0, 4489.0, 4456.0, 4477.0, 4418.0, 4485.0, 4416.0, 4477.0, 4459.0, 4477.0, 4427.0, 4473.0, 4416.0, 4486.0, 4429.0, 4467.0, 4481.0, 4500.0, 4416.0, 4444.0, 4422.0, 4415.0, 4442.0, 4405.0, 4455.0, 4416.0, 4422.0, 4430.0, 4415.0, 4452.0, 4405.0, 4423.0, 4417.0, 4424.0, 4420.0, 4420.0, 4407.0, 4432.0, 4431.0, 4442.0, 4471.0, 4467.0, 4464.0, 4456.0, 4453.0, 4446.0, 4445.0, 4464.0, 4454.0, 4462.0, 4456.0, 4452.0, 4455.0, 4456.0, 4436.0, 4482.0, 4474.0, 4484.0, 4452.0, 4478.0, 4462.0, 4503.0, 4460.0, 4502.0, 4494.0, 4512.0, 4504.0, 4521.0, 4483.0, 4498.0, 4465.0, 4506.0, 4494.0, 4506.0, 4497.0, 4474.0, 4460.0, 4452.0, 4498.0, 4451.0, 4491.0, 4459.0, 4515.0, 4484.0, 4440.0, 4463.0, 4406.0, 4443.0, 4414.0, 4427.0, 4436.0, 4408.0, 4467.0, 4436.0, 4437.0, 4417.0, 4405.0, 4416.0, 4417.0, 4465.0, 4420.0, 4440.0, 4433.0, 4442.0, 4430.0, 4443.0, 4421.0, 4434.0, 4484.0, 4468.0, 4467.0, 4482.0, 4480.0, 4459.0, 4480.0, 4439.0, 4479.0, 4479.0, 4478.0, 4499.0, 4482.0, 4490.0, 4472.0, 4483.0, 4452.0, 4480.0, 4451.0, 4495.0, 4502.0, 4503.0, 4501.0, 4482.0, 4490.0, 4449.0, 4490.0, 4449.0, 4490.0, 4522.0, 4511.0, 4521.0, 4500.0, 4461.0, 4477.0, 4468.0, 4480.0, 4507.0, 4489.0, 4528.0, 4517.0, 4515.0, 4475.0, 4501.0, 4472.0, 4504.0, 4468.0, 4503.0, 4468.0, 4451.0, 4476.0, 4417.0, 4437.0, 4424.0, 4426.0, 4446.0, 4407.0, 4442.0, 4403.0, 4416.0, 4446.0, 4417.0, 4465.0, 4424.0, 4425.0, 4406.0, 4426.0, 4427.0, 4432.0, 4449.0, 4443.0, 4439.0, 4440.0, 4443.0, 4468.0, 4460.0, 4479.0, 4468.0, 4460.0, 4476.0, 4457.0, 4437.0, 4483.0, 4531.0, 4513.0, 4519.0, 4509.0, 4519.0, 4477.0, 4485.0, 4456.0, 4473.0, 4483.0, 4493.0, 4492.0, 4481.0, 4470.0, 4440.0, 4501.0, 4449.0, 4469.0, 4468.0, 4488.0, 4440.0, 4457.0, 4428.0, 4450.0, 4468.0, 4429.0, 4486.0, 4447.0, 4469.0, 4417.0, 4425.0, 4433.0, 4404.0, 4464.0, 4428.0, 4434.0, 4414.0, 4405.0, 4404.0, 4405.0, 4454.0, 4429.0, 4483.0, 4444.0, 4494.0, 4454.0, 4432.0, 4456.0, 4437.0, 4469.0, 4470.0, 4482.0, 4508.0, 4492.0, 4521.0, 4480.0, 4515.0, 4486.0, 4493.0, 4462.0, 4483.0, 4483.0, 4455.0, 4500.0, 4451.0, 4457.0, 4427.0, 4429.0, 4447.0, 4428.0, 4478.0, 4473.0, 4469.0, 4429.0, 4427.0, 4432.0, 4432.0, 4452.0, 4453.0, 4471.0, 4449.0, 4441.0, 4442.0, 4432.0, 4444.0, 4436.0, 4480.0, 4463.0, 4462.0, 4465.0, 4457.0, 4467.0, 4444.0, 4436.0, 4477.0, 4449.0, 4487.0, 4464.0, 4510.0, 4482.0, 4513.0, 4476.0, 4502.0, 4484.0, 4491.0, 4491.0, 4509.0, 4511.0, 4518.0, 4480.0, 4476.0, 4473.0, 4455.0, 4524.0, 4515.0, 4501.0, 4481.0, 4493.0, 4459.0, 4438.0, 4468.0, 4418.0, 4466.0, 4438.0, 4444.0, 4446.0, 4418.0, 4474.0, 4425.0, 4424.0, 4436.0, 4415.0, 4445.0, 4428.0, 4445.0, 4428.0, 4417.0, 4418.0, 4429.0, 4432.0, 4443.0, 4445.0, 4437.0, 4457.0, 4469.0, 4470.0, 4479.0, 4468.0, 4520.0, 4497.0, 4508.0, 4466.0, 4505.0, 4467.0, 4512.0, 4483.0, 4492.0, 4486.0, 4516.0, 4464.0], 'WindowWidth': [10151.0, 10009.0, 10037.0, 9961.0, 9944.0, 9873.0, 9855.0, 9907.0, 9841.0, 9865.0, 9806.0, 9839.0, 9871.0, 9827.0, 9873.0, 9816.0, 9814.0, 9775.0, 9768.0, 9832.0, 9762.0, 9842.0, 9813.0, 9874.0, 9847.0, 9869.0, 9827.0, 9809.0, 9851.0, 9882.0, 9857.0, 9916.0, 9888.0, 9937.0, 9887.0, 9916.0, 9853.0, 9906.0, 9842.0, 9906.0, 9888.0, 9905.0, 9851.0, 9870.0, 9807.0, 9842.0, 9816.0, 9870.0, 9862.0, 9882.0, 9836.0, 9844.0, 9800.0, 9800.0, 9875.0, 9788.0, 9847.0, 9818.0, 9831.0, 9772.0, 9787.0, 9765.0, 9711.0, 9789.0, 9723.0, 9756.0, 9733.0, 9756.0, 9718.0, 9758.0, 9739.0, 9734.0, 9740.0, 9822.0, 9784.0, 9834.0, 9781.0, 9812.0, 9803.0, 9861.0, 9780.0, 9842.0, 9804.0, 9832.0, 9794.0, 9795.0, 9763.0, 9738.0, 9828.0, 9739.0, 9790.0, 9781.0, 9786.0, 9764.0, 9798.0, 9778.0, 9809.0, 9783.0, 9823.0, 9813.0, 9829.0, 9835.0, 9855.0, 9791.0, 9839.0, 9770.0, 9824.0, 9801.0, 9832.0, 9787.0, 9825.0, 9831.0, 9827.0, 9881.0, 9802.0, 9840.0, 9808.0, 9823.0, 9793.0, 9780.0, 9799.0, 9749.0, 9847.0, 9773.0, 9845.0, 9805.0, 9872.0, 9808.0, 9846.0, 9793.0, 9837.0, 9818.0, 9862.0, 9823.0, 9878.0, 9833.0, 9830.0, 9870.0, 9819.0, 9873.0, 9843.0, 9859.0, 9817.0, 9828.0, 9773.0, 9792.0, 9815.0, 9816.0, 9859.0, 9852.0, 9845.0, 9844.0, 9819.0, 9848.0, 9827.0, 9889.0, 9849.0, 9914.0, 9857.0, 9901.0, 9851.0, 9865.0, 9970.0, 9878.0, 9880.0, 9787.0, 9810.0, 9864.0, 9804.0, 9864.0, 9774.0, 9795.0, 9789.0, 9768.0, 9818.0, 9772.0, 9835.0, 9786.0, 9813.0, 9774.0, 9796.0, 9773.0, 9828.0, 9796.0, 9863.0, 9825.0, 9867.0, 9846.0, 9893.0, 9825.0, 9870.0, 9856.0, 9864.0, 9896.0, 9831.0, 9855.0, 9830.0, 9833.0, 9832.0, 9816.0, 9787.0, 9821.0, 9790.0, 9847.0, 9904.0, 9852.0, 9904.0, 9864.0, 9883.0, 9813.0, 9856.0, 9822.0, 9821.0, 9872.0, 9824.0, 9854.0, 9842.0, 9840.0, 9865.0, 9820.0, 9853.0, 9779.0, 9827.0, 9801.0, 9846.0, 9881.0, 9843.0, 9877.0, 9846.0, 9822.0, 9841.0, 9874.0, 9857.0, 9898.0, 9894.0, 9920.0, 9917.0, 9928.0, 9870.0, 9908.0, 9851.0, 9920.0, 9905.0, 9907.0, 9844.0, 9871.0, 9781.0, 9834.0, 9809.0, 9856.0, 9873.0, 9859.0, 9890.0, 9822.0, 9849.0, 9793.0, 9782.0, 9799.0, 9744.0, 9785.0, 9715.0, 9734.0, 9759.0, 9725.0, 9776.0, 9726.0, 9735.0, 9733.0, 9726.0, 9777.0, 9750.0, 9799.0, 9796.0, 9805.0, 9783.0, 9844.0, 9784.0, 9852.0, 9804.0, 9849.0, 9829.0, 9855.0, 9847.0, 9846.0, 9843.0, 9895.0, 9840.0, 9881.0, 9833.0, 9874.0, 9859.0, 9868.0, 9816.0, 9807.0, 9832.0, 9800.0, 9861.0, 9840.0, 9873.0, 9839.0, 9843.0, 9783.0, 9819.0, 9764.0, 9790.0, 9809.0, 9794.0, 9826.0, 9798.0, 9850.0, 9803.0, 9814.0, 9779.0, 9771.0, 9776.0, 9790.0, 9792.0, 9798.0, 9835.0, 9808.0, 9839.0, 9824.0, 9799.0, 9829.0, 9800.0, 9833.0, 9869.0, 9859.0, 9869.0, 9864.0, 9841.0, 9827.0, 9815.0, 9821.0, 9886.0, 9847.0, 9910.0, 9861.0, 9885.0, 9815.0, 9841.0, 9801.0, 9795.0, 9883.0, 9803.0, 9812.0, 9772.0, 9784.0, 9764.0, 9781.0, 9823.0, 9791.0, 9817.0, 9811.0, 9809.0, 9808.0, 9777.0, 9776.0, 9781.0, 9845.0, 9795.0, 9822.0, 9813.0, 9845.0, 9836.0, 9845.0, 9817.0, 9873.0, 9824.0, 9900.0, 9851.0, 9896.0, 9874.0, 9918.0, 9905.0, 9895.0, 9861.0, 9825.0, 9869.0, 9815.0, 9838.0, 9827.0, 9814.0, 9881.0, 9789.0, 9801.0, 9797.0, 9791.0, 9838.0, 9791.0, 9804.0, 9800.0, 9788.0, 9790.0, 9797.0, 9770.0, 9800.0, 9859.0, 9818.0, 9861.0, 9863.0, 9890.0, 9888.0, 9890.0, 9855.0, 9872.0, 9849.0, 9881.0, 9845.0, 9873.0, 9912.0, 9892.0, 9915.0, 9861.0, 9866.0, 9820.0, 9817.0, 9828.0, 9832.0, 9846.0, 9835.0, 9808.0, 9835.0, 9799.0, 9839.0, 9839.0, 9859.0, 9886.0, 9877.0, 9855.0, 9867.0, 9839.0, 9842.0, 9905.0, 9865.0, 9904.0, 9902.0, 9878.0, 9817.0, 9843.0, 9811.0, 9768.0, 9852.0, 9752.0, 9810.0, 9757.0, 9761.0, 9782.0, 9734.0, 9806.0, 9744.0, 9770.0, 9778.0, 9729.0, 9809.0, 9769.0, 9783.0, 9760.0, 9752.0, 9789.0, 9769.0, 9778.0, 9775.0, 9796.0, 9773.0, 9783.0, 9819.0, 9798.0, 9826.0, 9807.0, 9831.0, 9793.0, 9844.0, 9872.0, 9863.0, 9869.0, 9854.0, 9854.0, 9812.0, 9853.0, 9801.0, 9857.0, 9877.0, 9867.0, 9871.0, 9845.0, 9873.0, 9819.0, 9853.0, 9815.0, 9860.0, 9882.0, 9843.0, 9882.0, 9860.0, 9918.0, 9888.0, 9892.0, 9862.0, 9891.0, 9848.0, 9839.0, 9884.0, 9924.0, 9910.0, 9924.0, 9922.0, 9948.0, 9902.0, 9928.0, 9863.0, 9903.0, 9893.0, 9905.0, 9896.0, 9896.0, 9850.0, 9861.0, 9813.0, 9810.0, 9836.0, 9828.0, 9848.0, 9803.0, 9830.0, 9753.0, 9840.0, 9749.0, 9831.0, 9808.0, 9832.0, 9765.0, 9822.0, 9749.0, 9840.0, 9772.0, 9817.0, 9842.0, 9868.0, 9752.0, 9783.0, 9749.0, 9741.0, 9773.0, 9729.0, 9799.0, 9748.0, 9751.0, 9760.0, 9743.0, 9788.0, 9729.0, 9753.0, 9750.0, 9758.0, 9758.0, 9761.0, 9743.0, 9780.0, 9775.0, 9794.0, 9832.0, 9834.0, 9829.0, 9819.0, 9812.0, 9803.0, 9803.0, 9825.0, 9812.0, 9822.0, 9817.0, 9810.0, 9816.0, 9818.0, 9794.0, 9867.0, 9860.0, 9872.0, 9826.0, 9855.0, 9840.0, 9893.0, 9837.0, 9892.0, 9884.0, 9906.0, 9897.0, 9915.0, 9865.0, 9879.0, 9832.0, 9888.0, 9866.0, 9886.0, 9871.0, 9840.0, 9815.0, 9804.0, 9864.0, 9803.0, 9857.0, 9811.0, 9898.0, 9852.0, 9786.0, 9805.0, 9732.0, 9778.0, 9740.0, 9761.0, 9771.0, 9738.0, 9815.0, 9776.0, 9777.0, 9749.0, 9731.0, 9745.0, 9750.0, 9810.0, 9757.0, 9785.0, 9782.0, 9792.0, 9776.0, 9795.0, 9765.0, 9787.0, 9851.0, 9837.0, 9837.0, 9865.0, 9858.0, 9833.0, 9860.0, 9802.0, 9857.0, 9856.0, 9855.0, 9884.0, 9865.0, 9872.0, 9852.0, 9869.0, 9822.0, 9860.0, 9823.0, 9887.0, 9891.0, 9893.0, 9888.0, 9864.0, 9873.0, 9815.0, 9873.0, 9817.0, 9875.0, 9919.0, 9905.0, 9915.0, 9888.0, 9836.0, 9855.0, 9841.0, 9859.0, 9890.0, 9870.0, 9920.0, 9903.0, 9895.0, 9840.0, 9871.0, 9832.0, 9877.0, 9821.0, 9875.0, 9823.0, 9802.0, 9826.0, 9749.0, 9775.0, 9754.0, 9760.0, 9785.0, 9734.0, 9776.0, 9726.0, 9747.0, 9787.0, 9748.0, 9810.0, 9756.0, 9758.0, 9736.0, 9763.0, 9765.0, 9777.0, 9796.0, 9793.0, 9786.0, 9790.0, 9798.0, 9842.0, 9834.0, 9858.0, 9841.0, 9833.0, 9850.0, 9826.0, 9802.0, 9868.0, 9927.0, 9906.0, 9909.0, 9897.0, 9906.0, 9851.0, 9857.0, 9816.0, 9838.0, 9849.0, 9865.0, 9860.0, 9844.0, 9827.0, 9788.0, 9866.0, 9798.0, 9822.0, 9821.0, 9847.0, 9787.0, 9806.0, 9766.0, 9800.0, 9818.0, 9771.0, 9842.0, 9789.0, 9822.0, 9748.0, 9755.0, 9762.0, 9726.0, 9805.0, 9766.0, 9769.0, 9742.0, 9731.0, 9729.0, 9732.0, 9794.0, 9769.0, 9852.0, 9801.0, 9865.0, 9813.0, 9786.0, 9822.0, 9798.0, 9843.0, 9844.0, 9863.0, 9893.0, 9875.0, 9912.0, 9857.0, 9897.0, 9859.0, 9866.0, 9820.0, 9851.0, 9847.0, 9812.0, 9868.0, 9801.0, 9806.0, 9764.0, 9768.0, 9789.0, 9769.0, 9833.0, 9835.0, 9825.0, 9771.0, 9765.0, 9776.0, 9779.0, 9806.0, 9806.0, 9829.0, 9798.0, 9789.0, 9792.0, 9780.0, 9796.0, 9788.0, 9843.0, 9822.0, 9820.0, 9830.0, 9821.0, 9832.0, 9801.0, 9794.0, 9848.0, 9815.0, 9865.0, 9845.0, 9904.0, 9870.0, 9907.0, 9864.0, 9891.0, 9872.0, 9876.0, 9874.0, 9897.0, 9898.0, 9906.0, 9855.0, 9848.0, 9838.0, 9817.0, 9907.0, 9894.0, 9870.0, 9844.0, 9864.0, 9809.0, 9779.0, 9816.0, 9752.0, 9813.0, 9776.0, 9782.0, 9783.0, 9750.0, 9820.0, 9756.0, 9753.0, 9771.0, 9745.0, 9782.0, 9762.0, 9783.0, 9764.0, 9749.0, 9757.0, 9772.0, 9781.0, 9796.0, 9805.0, 9796.0, 9823.0, 9840.0, 9843.0, 9853.0, 9842.0, 9909.0, 9877.0, 9889.0, 9833.0, 9882.0, 9832.0, 9889.0, 9852.0, 9861.0, 9855.0, 9900.0, 9827.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.0016477445339470656</td></tr>
<tr><td colspan=3>aqi</td><td>0.02469242577675489</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.11715219633642</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2598038318087554</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0099403330529955</td></tr>
<tr><td colspan=3>efc</td><td>0.4837</td></tr>
<tr><td colspan=3>fber</td><td>3968.2136</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0925688376012703</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6467203682393556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5868624430082146</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5948675744971723</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.620112392077107</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.545607362450364</td></tr>
<tr><td colspan=3>gcor</td><td>0.0317277</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007710144389420748</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011043981648981571</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.838302481764299</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>31.9165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.5485</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.2913</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299423.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>969.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.557</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3523</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.9668</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3637.4601</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.091</td></tr>
<tr><td colspan=3>tsnr</td><td>35.84177683107555</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>