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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0033_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-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-01_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-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-01_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-0033/ses-01/func/sub-0033_ses-01_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>871474668b3c8a35ab7e3cfb43eb8fec</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>13:50:55.010000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99934, 0.0362429, -0.00247561, -0.0362948, 0.993237, -0.11029]</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.114833</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>[4169, -7708, -7228, 363, -38, -101, 15, 72]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.573</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7279aa3-9570-4ba6-890f-7cde6a487414||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811559200286865, -0.09737624228000641, 0.00415359390899539, 115.48279571533203], [-0.09723709523677826, 2.664780855178833, -0.29782935976982117, -77.49663543701172], [-0.0066418834030628204, 0.2959003150463104, 2.6835200786590576, -69.85901641845703], [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': ['135055.010000', '135055.470000', '135055.930000', '135056.390000', '135056.850000', '135057.310000', '135057.770000', '135058.230000', '135058.690000', '135059.150000', '135059.610000', '135100.070000', '135100.530000', '135100.990000', '135101.450000', '135101.910000', '135102.370000', '135102.830000', '135103.290000', '135103.750000', '135104.210000', '135104.670000', '135105.130000', '135105.590000', '135106.050000', '135106.510000', '135106.970000', '135107.430000', '135107.890000', '135108.350000', '135108.810000', '135109.270000', '135109.730000', '135110.190000', '135110.650000', '135111.110000', '135111.570000', '135112.030000', '135112.490000', '135112.950000', '135113.410000', '135113.870000', '135114.330000', '135114.790000', '135115.250000', '135115.710000', '135116.170000', '135116.630000', '135117.090000', '135117.550000', '135118.010000', '135118.470000', '135118.930000', '135119.390000', '135119.850000', '135120.310000', '135120.770000', '135121.230000', '135121.690000', '135122.150000', '135122.610000', '135123.070000', '135123.530000', '135123.990000', '135124.450000', '135124.910000', '135125.370000', '135125.830000', '135126.290000', '135126.750000', '135127.210000', '135127.670000', '135128.130000', '135128.590000', '135129.050000', '135129.510000', '135129.970000', '135130.430000', '135130.890000', '135131.350000', '135131.810000', '135132.270000', '135132.730000', '135133.190000', '135133.650000', '135134.110000', '135134.570000', '135135.030000', '135135.490000', '135135.950000', '135136.410000', '135136.870000', '135137.330000', '135137.790000', '135138.250000', '135138.710000', '135139.170000', '135139.630000', '135140.090000', '135140.550000', '135141.010000', '135141.470000', '135141.930000', '135142.390000', '135142.850000', '135143.310000', '135143.770000', '135144.230000', '135144.690000', '135145.150000', '135145.610000', '135146.070000', '135146.530000', '135146.990000', '135147.450000', '135147.910000', '135148.370000', '135148.830000', '135149.290000', '135149.750000', '135150.210000', '135150.670000', '135151.130000', '135151.590000', '135152.050000', '135152.510000', '135152.970000', '135153.430000', '135153.890000', '135154.350000', '135154.810000', '135155.270000', '135155.730000', '135156.190000', '135156.650000', '135157.110000', '135157.570000', '135158.030000', '135158.490000', '135158.950000', '135159.410000', '135159.870000', '135200.330000', '135200.790000', '135201.250000', '135201.710000', '135202.170000', '135202.630000', '135203.090000', '135203.550000', '135204.010000', '135204.470000', '135204.930000', '135205.390000', '135205.850000', '135206.310000', '135206.770000', '135207.230000', '135207.690000', '135208.150000', '135208.610000', '135209.070000', '135209.530000', '135209.990000', '135210.450000', '135210.910000', '135211.370000', '135211.830000', '135212.290000', '135212.750000', '135213.210000', '135213.670000', '135214.130000', '135214.590000', '135215.050000', '135215.510000', '135215.970000', '135216.430000', '135216.890000', '135217.350000', '135217.810000', '135218.270000', '135218.730000', '135219.190000', '135219.650000', '135220.110000', '135220.570000', '135221.030000', '135221.490000', '135221.950000', '135222.410000', '135222.870000', '135223.330000', '135223.790000', '135224.250000', '135224.710000', '135225.170000', '135225.630000', '135226.090000', '135226.550000', '135227.010000', '135227.470000', '135227.930000', '135228.390000', '135228.850000', '135229.310000', '135229.770000', '135230.230000', '135230.690000', '135231.150000', '135231.610000', '135232.070000', '135232.530000', '135232.990000', '135233.450000', '135233.910000', '135234.370000', '135234.830000', '135235.290000', '135235.750000', '135236.210000', '135236.670000', '135237.130000', '135237.590000', '135238.050000', '135238.510000', '135238.970000', '135239.430000', '135239.890000', '135240.350000', '135240.810000', '135241.270000', '135241.730000', '135242.190000', '135242.650000', '135243.110000', '135243.570000', '135244.030000', '135244.490000', '135244.950000', '135245.410000', '135245.870000', '135246.330000', '135246.790000', '135247.250000', '135247.710000', '135248.170000', '135248.630000', '135249.090000', '135249.550000', '135250.010000', '135250.470000', '135250.930000', '135251.390000', '135251.850000', '135252.310000', '135252.770000', '135253.230000', '135253.690000', '135254.150000', '135254.610000', '135255.070000', '135255.530000', '135255.990000', '135256.450000', '135256.910000', '135257.370000', '135257.830000', '135258.290000', '135258.750000', '135259.210000', '135259.670000', '135300.130000', '135300.590000', '135301.050000', '135301.510000', '135301.970000', '135302.430000', '135302.890000', '135303.350000', '135303.810000', '135304.270000', '135304.730000', '135305.190000', '135305.650000', '135306.110000', '135306.570000', '135307.030000', '135307.490000', '135307.950000', '135308.410000', '135308.870000', '135309.330000', '135309.790000', '135310.250000', '135310.710000', '135311.170000', '135311.630000', '135312.090000', '135312.550000', '135313.010000', '135313.470000', '135313.930000', '135314.390000', '135314.850000', '135315.310000', '135315.770000', '135316.230000', '135316.690000', '135317.150000', '135317.610000', '135318.070000', '135318.530000', '135318.990000', '135319.450000', '135319.910000', '135320.370000', '135320.830000', '135321.290000', '135321.750000', '135322.210000', '135322.670000', '135323.130000', '135323.590000', '135324.050000', '135324.510000', '135324.970000', '135325.430000', '135325.890000', '135326.350000', '135326.810000', '135327.270000', '135327.730000', '135328.190000', '135328.650000', '135329.110000', '135329.570000', '135330.030000', '135330.490000', '135330.950000', '135331.410000', '135331.870000', '135332.330000', '135332.790000', '135333.250000', '135333.710000', '135334.170000', '135334.630000', '135335.090000', '135335.550000', '135336.010000', '135336.470000', '135336.930000', '135337.390000', '135337.850000', '135338.310000', '135338.770000', '135339.230000', '135339.690000', '135340.150000', '135340.610000', '135341.070000', '135341.530000', '135341.990000', '135342.450000', '135342.910000', '135343.370000', '135343.830000', '135344.290000', '135344.750000', '135345.210000', '135345.670000', '135346.130000', '135346.590000', '135347.050000', '135347.510000', '135347.970000', '135348.430000', '135348.890000', '135349.350000', '135349.810000', '135350.270000', '135350.730000', '135351.190000', '135351.650000', '135352.110000', '135352.570000', '135353.030000', '135353.490000', '135353.950000', '135354.410000', '135354.870000', '135355.330000', '135355.790000', '135356.250000', '135356.710000', '135357.170000', '135357.630000', '135358.090000', '135358.550000', '135359.010000', '135359.470000', '135359.930000', '135400.390000', '135400.850000', '135401.310000', '135401.770000', '135402.230000', '135402.690000', '135403.150000', '135403.610000', '135404.070000', '135404.530000', '135404.990000', '135405.450000', '135405.910000', '135406.370000', '135406.830000', '135407.290000', '135407.750000', '135408.210000', '135408.670000', '135409.130000', '135409.590000', '135410.050000', '135410.510000', '135410.970000', '135411.430000', '135411.890000', '135412.350000', '135412.810000', '135413.270000', '135413.730000', '135414.190000', '135414.650000', '135415.110000', '135415.570000', '135416.030000', '135416.490000', '135416.950000', '135417.410000', '135417.870000', '135418.330000', '135418.790000', '135419.250000', '135419.710000', '135420.170000', '135420.630000', '135421.090000', '135421.550000', '135422.010000', '135422.470000', '135422.930000', '135423.390000', '135423.850000', '135424.310000', '135424.770000', '135425.230000', '135425.690000', '135426.150000', '135426.610000', '135427.070000', '135427.530000', '135427.990000', '135428.450000', '135428.910000', '135429.370000', '135429.830000', '135430.290000', '135430.750000', '135431.210000', '135431.670000', '135432.130000', '135432.590000', '135433.050000', '135433.510000', '135433.970000', '135434.430000', '135434.890000', '135435.350000', '135435.810000', '135436.270000', '135436.730000', '135437.190000', '135437.650000', '135438.110000', '135438.570000', '135439.030000', '135439.490000', '135439.950000', '135440.410000', '135440.870000', '135441.330000', '135441.790000', '135442.250000', '135442.710000', '135443.170000', '135443.630000', '135444.090000', '135444.550000', '135445.010000', '135445.470000', '135445.930000', '135446.390000', '135446.850000', '135447.310000', '135447.770000', '135448.230000', '135448.690000', '135449.150000', '135449.610000', '135450.070000', '135450.530000', '135450.990000', '135451.450000', '135451.910000', '135452.370000', '135452.830000', '135453.290000', '135453.750000', '135454.210000', '135454.670000', '135455.130000', '135455.590000', '135456.050000', '135456.510000', '135456.970000', '135457.430000', '135457.890000', '135458.350000', '135458.810000', '135459.270000', '135459.730000', '135500.190000', '135500.650000', '135501.110000', '135501.570000', '135502.030000', '135502.490000', '135502.950000', '135503.410000', '135503.870000', '135504.330000', '135504.790000', '135505.250000', '135505.710000', '135506.170000', '135506.630000', '135507.090000', '135507.550000', '135508.010000', '135508.470000', '135508.930000', '135509.390000', '135509.850000', '135510.310000', '135510.770000', '135511.230000', '135511.690000', '135512.150000', '135512.610000', '135513.070000', '135513.530000', '135513.990000', '135514.450000', '135514.910000', '135515.370000', '135515.830000', '135516.290000', '135516.750000', '135517.210000', '135517.670000', '135518.130000', '135518.590000', '135519.050000', '135519.510000', '135519.970000', '135520.430000', '135520.890000', '135521.350000', '135521.810000', '135522.270000', '135522.730000', '135523.190000', '135523.650000', '135524.110000', '135524.570000', '135525.030000', '135525.490000', '135525.950000', '135526.410000', '135526.870000', '135527.330000', '135527.790000', '135528.250000', '135528.710000', '135529.170000', '135529.630000', '135530.090000', '135530.550000', '135531.010000', '135531.470000', '135531.930000', '135532.390000', '135532.850000', '135533.310000', '135533.770000', '135534.230000', '135534.690000', '135535.150000', '135535.610000', '135536.070000', '135536.530000', '135536.990000', '135537.450000', '135537.910000', '135538.370000', '135538.830000', '135539.290000', '135539.750000', '135540.210000', '135540.670000', '135541.130000', '135541.590000', '135542.050000', '135542.510000', '135542.970000', '135543.430000', '135543.890000', '135544.350000', '135544.810000', '135545.270000', '135545.730000', '135546.190000', '135546.650000', '135547.110000', '135547.570000', '135548.030000', '135548.490000', '135548.950000', '135549.410000', '135549.870000', '135550.330000', '135550.790000', '135551.250000', '135551.710000', '135552.170000', '135552.630000', '135553.090000', '135553.550000', '135554.010000', '135554.470000', '135554.930000', '135555.390000', '135555.850000', '135556.310000', '135556.770000', '135557.230000', '135557.690000', '135558.150000', '135558.610000', '135559.070000', '135559.530000', '135559.990000', '135600.450000', '135600.910000', '135601.370000', '135601.830000', '135602.290000', '135602.750000', '135603.210000', '135603.670000', '135604.130000', '135604.590000', '135605.050000', '135605.510000', '135605.970000', '135606.430000', '135606.890000', '135607.350000', '135607.810000', '135608.270000', '135608.730000', '135609.190000', '135609.650000', '135610.110000', '135610.570000', '135611.030000', '135611.490000', '135611.950000', '135612.410000', '135612.870000', '135613.330000', '135613.790000', '135614.250000', '135614.710000', '135615.170000', '135615.630000', '135616.090000', '135616.550000', '135617.010000', '135617.470000', '135617.930000', '135618.390000', '135618.850000', '135619.310000', '135619.770000', '135620.230000', '135620.690000', '135621.150000', '135621.610000', '135622.070000', '135622.530000', '135622.990000', '135623.450000', '135623.910000', '135624.370000', '135624.830000', '135625.290000', '135625.750000', '135626.210000', '135626.670000', '135627.130000', '135627.590000', '135628.050000', '135628.510000', '135628.970000', '135629.430000', '135629.890000', '135630.350000', '135630.810000', '135631.270000', '135631.730000', '135632.190000', '135632.650000', '135633.110000', '135633.570000', '135634.030000', '135634.490000', '135634.950000', '135635.410000', '135635.870000', '135636.330000', '135636.790000', '135637.250000', '135637.710000', '135638.170000', '135638.630000', '135639.090000', '135639.550000', '135640.010000', '135640.470000', '135640.930000', '135641.390000', '135641.850000', '135642.310000', '135642.770000', '135643.230000', '135643.690000', '135644.150000', '135644.610000', '135645.070000', '135645.530000', '135645.990000', '135646.450000', '135646.910000', '135647.370000', '135647.830000', '135648.290000', '135648.750000', '135649.210000', '135649.670000', '135650.130000', '135650.590000', '135651.050000', '135651.510000', '135651.970000', '135652.430000', '135652.890000', '135653.350000', '135653.810000', '135654.270000', '135654.730000', '135655.190000', '135655.650000', '135656.110000', '135656.570000', '135657.030000', '135657.490000', '135657.950000', '135658.410000', '135658.870000', '135659.330000', '135659.790000', '135700.250000', '135700.710000', '135701.170000', '135701.630000', '135702.090000', '135702.550000', '135703.010000', '135703.470000', '135703.930000', '135704.390000', '135704.850000', '135705.310000', '135705.770000', '135706.230000', '135706.690000', '135707.150000', '135707.610000', '135708.070000', '135708.530000', '135708.990000', '135709.450000', '135709.910000', '135710.370000', '135710.830000', '135711.290000', '135711.750000', '135712.210000', '135712.670000', '135713.130000', '135713.590000', '135714.050000', '135714.510000', '135714.970000', '135715.430000', '135715.890000', '135716.350000', '135716.810000', '135717.270000', '135717.730000', '135718.190000', '135718.650000', '135719.110000', '135719.570000', '135720.030000', '135720.490000', '135720.950000', '135721.410000', '135721.870000', '135722.330000', '135722.790000', '135723.250000', '135723.710000', '135724.170000', '135724.630000', '135725.090000', '135725.550000', '135726.010000', '135726.470000', '135726.930000', '135727.390000', '135727.850000', '135728.310000', '135728.770000', '135729.230000', '135729.690000', '135730.150000', '135730.610000', '135731.070000', '135731.530000', '135731.990000', '135732.450000', '135732.910000', '135733.370000', '135733.830000', '135734.290000', '135734.750000', '135735.210000', '135735.670000'], 'ContentTime': ['135117.747000', '135117.752000', '135117.755000', '135117.758000', '135117.761000', '135117.764000', '135117.766000', '135117.769000', '135117.772000', '135117.775000', '135117.778000', '135117.780000', '135117.783000', '135117.786000', '135117.789000', '135117.792000', '135117.794000', '135117.797000', '135117.800000', '135117.803000', '135117.805000', '135117.808000', '135117.811000', '135117.814000', '135117.817000', '135117.819000', '135117.822000', '135117.825000', '135117.828000', '135117.831000', '135117.833000', '135117.836000', '135117.839000', '135117.842000', '135117.844000', '135117.847000', '135117.850000', '135117.853000', '135117.855000', '135117.858000', '135117.861000', '135117.864000', '135117.866000', '135117.869000', '135117.872000', '135117.875000', '135117.878000', '135137.708000', '135137.711000', '135137.713000', '135137.716000', '135137.719000', '135137.722000', '135137.725000', '135137.727000', '135137.730000', '135137.733000', '135137.736000', '135137.738000', '135137.741000', '135137.744000', '135137.747000', '135137.749000', '135137.752000', '135137.755000', '135137.758000', '135137.761000', '135137.763000', '135137.766000', '135137.794000', '135137.797000', '135137.800000', '135137.803000', '135137.806000', '135137.808000', '135137.811000', '135137.814000', '135137.817000', '135137.819000', '135137.822000', '135137.825000', '135137.828000', '135137.830000', '135137.833000', '135137.836000', '135137.839000', '135137.842000', '135137.844000', '135137.847000', '135137.850000', '135137.853000', '135157.708000', '135157.711000', '135157.713000', '135157.716000', '135157.719000', '135157.722000', '135157.725000', '135157.728000', '135157.730000', '135157.733000', '135157.736000', '135157.739000', '135157.741000', '135157.744000', '135157.747000', '135157.750000', '135157.753000', '135157.756000', '135157.759000', '135157.762000', '135157.766000', '135157.769000', '135157.772000', '135157.775000', '135157.777000', '135157.780000', '135157.783000', '135157.786000', '135157.789000', '135157.791000', '135157.794000', '135157.797000', '135157.800000', '135157.803000', '135157.805000', '135157.808000', '135157.811000', '135157.814000', '135157.816000', '135157.819000', '135157.822000', '135157.825000', '135157.828000', '135217.708000', '135217.711000', '135217.713000', '135217.716000', '135217.719000', '135217.722000', '135217.725000', '135217.727000', '135217.730000', '135217.733000', '135217.736000', '135217.738000', '135217.741000', '135217.744000', '135217.747000', '135217.750000', '135217.752000', '135217.755000', '135217.758000', '135217.761000', '135217.763000', '135217.766000', '135217.769000', '135217.772000', '135217.775000', '135217.777000', '135217.780000', '135217.783000', '135217.786000', '135217.789000', '135217.791000', '135217.794000', '135217.797000', '135217.800000', '135217.803000', '135217.805000', '135217.808000', '135217.811000', '135217.814000', '135217.816000', '135217.819000', '135217.822000', '135217.825000', '135217.827000', '135237.709000', '135237.712000', '135237.714000', '135237.717000', '135237.720000', '135237.723000', '135237.726000', '135237.728000', '135237.731000', '135237.734000', '135237.737000', '135237.740000', '135237.742000', '135237.745000', '135237.748000', '135237.751000', '135237.753000', '135237.756000', '135237.759000', '135237.762000', '135237.765000', '135237.768000', '135237.797000', '135237.800000', '135237.803000', '135237.805000', '135237.808000', '135237.811000', '135237.814000', '135237.817000', '135237.819000', '135237.822000', '135237.825000', '135237.828000', '135237.831000', '135237.833000', '135237.836000', '135237.839000', '135237.842000', '135237.844000', '135237.847000', '135237.850000', '135237.853000', '135257.708000', '135257.711000', '135257.714000', '135257.716000', '135257.719000', '135257.722000', '135257.725000', '135257.728000', '135257.730000', '135257.733000', '135257.736000', '135257.739000', '135257.741000', '135257.744000', '135257.747000', '135257.750000', '135257.752000', '135257.755000', '135257.758000', '135257.761000', '135257.764000', '135257.766000', '135257.826000', '135257.828000', '135257.831000', '135257.834000', '135257.837000', '135257.839000', '135257.842000', '135257.845000', '135257.848000', '135257.850000', '135257.853000', '135257.856000', '135257.859000', '135257.862000', '135257.865000', '135257.867000', '135257.870000', '135257.873000', '135257.876000', '135257.879000', '135257.881000', '135257.884000', '135317.708000', '135317.711000', '135317.714000', '135317.728000', '135317.731000', '135317.734000', '135317.738000', '135317.741000', '135317.744000', '135317.746000', '135317.749000', '135317.752000', '135317.755000', '135317.758000', '135317.761000', '135317.763000', '135317.766000', '135317.792000', '135317.794000', '135317.797000', '135317.800000', '135317.803000', '135317.806000', '135317.809000', '135317.812000', '135317.814000', '135317.817000', '135317.820000', '135317.823000', '135317.826000', '135317.828000', '135317.831000', '135317.834000', '135317.837000', '135317.839000', '135317.842000', '135317.845000', '135317.848000', '135317.851000', '135317.853000', '135317.856000', '135317.859000', '135317.862000', '135337.708000', '135337.711000', '135337.713000', '135337.716000', '135337.719000', '135337.722000', '135337.725000', '135337.728000', '135337.730000', '135337.733000', '135337.736000', '135337.739000', '135337.741000', '135337.744000', '135337.747000', '135337.750000', '135337.753000', '135337.755000', '135337.758000', '135337.761000', '135337.764000', '135337.767000', '135337.807000', '135337.810000', '135337.812000', '135337.815000', '135337.818000', '135337.821000', '135337.823000', '135337.826000', '135337.829000', '135337.832000', '135337.835000', '135337.838000', '135337.840000', '135337.843000', '135337.846000', '135337.849000', '135337.851000', '135337.854000', '135337.857000', '135337.860000', '135337.862000', '135337.865000', '135357.708000', '135357.711000', '135357.714000', '135357.717000', '135357.720000', '135357.722000', '135357.725000', '135357.728000', '135357.731000', '135357.733000', '135357.736000', '135357.739000', '135357.742000', '135357.744000', '135357.747000', '135357.750000', '135357.753000', '135357.756000', '135357.759000', '135357.761000', '135357.764000', '135357.767000', '135357.827000', '135357.831000', '135357.834000', '135357.837000', '135357.839000', '135357.842000', '135357.845000', '135357.848000', '135357.851000', '135357.853000', '135357.856000', '135357.859000', '135357.862000', '135357.865000', '135357.867000', '135357.870000', '135357.873000', '135357.876000', '135357.878000', '135357.881000', '135357.884000', '135417.708000', '135417.711000', '135417.713000', '135417.716000', '135417.719000', '135417.722000', '135417.725000', '135417.727000', '135417.730000', '135417.733000', '135417.736000', '135417.739000', '135417.741000', '135417.744000', '135417.747000', '135417.750000', '135417.753000', '135417.755000', '135417.758000', '135417.761000', '135417.764000', '135417.767000', '135417.816000', '135417.819000', '135417.822000', '135417.825000', '135417.827000', '135417.830000', '135417.833000', '135417.836000', '135417.839000', '135417.841000', '135417.844000', '135417.847000', '135417.850000', '135417.853000', '135417.855000', '135417.858000', '135417.861000', '135417.864000', '135417.866000', '135417.869000', '135417.872000', '135417.875000', '135437.708000', '135437.711000', '135437.713000', '135437.716000', '135437.719000', '135437.722000', '135437.725000', '135437.728000', '135437.730000', '135437.733000', '135437.736000', '135437.739000', '135437.741000', '135437.744000', '135437.747000', '135437.750000', '135437.753000', '135437.755000', '135437.758000', '135437.761000', '135437.764000', '135437.767000', '135437.770000', '135437.774000', '135437.777000', '135437.780000', '135437.783000', '135437.785000', '135437.799000', '135437.802000', '135437.804000', '135437.807000', '135437.810000', '135437.813000', '135437.816000', '135437.818000', '135437.821000', '135437.824000', '135437.827000', '135437.830000', '135437.832000', '135437.835000', '135437.838000', '135457.709000', '135457.712000', '135457.715000', '135457.717000', '135457.720000', '135457.723000', '135457.726000', '135457.729000', '135457.731000', '135457.734000', '135457.737000', '135457.740000', '135457.742000', '135457.745000', '135457.748000', '135457.751000', '135457.754000', '135457.757000', '135457.759000', '135457.762000', '135457.765000', '135457.768000', '135457.839000', '135457.841000', '135457.844000', '135457.847000', '135457.850000', '135457.853000', '135457.855000', '135457.858000', '135457.861000', '135457.864000', '135457.867000', '135457.869000', '135457.872000', '135457.875000', '135457.878000', '135457.881000', '135457.883000', '135457.886000', '135457.889000', '135457.892000', '135457.895000', '135457.897000', '135517.708000', '135517.711000', '135517.714000', '135517.716000', '135517.719000', '135517.722000', '135517.725000', '135517.728000', '135517.730000', '135517.733000', '135517.736000', '135517.739000', '135517.741000', '135517.744000', '135517.747000', '135517.750000', '135517.753000', '135517.755000', '135517.758000', '135517.761000', '135517.764000', '135517.767000', '135517.769000', '135517.772000', '135517.775000', '135517.778000', '135517.781000', '135517.783000', '135517.786000', '135517.789000', '135517.792000', '135517.795000', '135517.797000', '135517.800000', '135517.803000', '135517.806000', '135517.808000', '135517.811000', '135517.814000', '135517.817000', '135517.820000', '135517.822000', '135517.825000', '135537.708000', '135537.711000', '135537.714000', '135537.716000', '135537.719000', '135537.722000', '135537.725000', '135537.727000', '135537.730000', '135537.733000', '135537.736000', '135537.739000', '135537.741000', '135537.744000', '135537.747000', '135537.750000', '135537.753000', '135537.755000', '135537.758000', '135537.761000', '135537.764000', '135537.767000', '135537.818000', '135537.821000', '135537.824000', '135537.826000', '135537.829000', '135537.832000', '135537.835000', '135537.838000', '135537.840000', '135537.843000', '135537.846000', '135537.849000', '135537.851000', '135537.854000', '135537.857000', '135537.860000', '135537.863000', '135537.866000', '135537.869000', '135537.871000', '135537.874000', '135537.877000', '135557.708000', '135557.711000', '135557.714000', '135557.717000', '135557.719000', '135557.722000', '135557.725000', '135557.728000', '135557.730000', '135557.733000', '135557.736000', '135557.739000', '135557.742000', '135557.744000', '135557.747000', '135557.750000', '135557.753000', '135557.756000', '135557.758000', '135557.761000', '135557.764000', '135557.767000', '135557.770000', '135557.823000', '135557.826000', '135557.829000', '135557.832000', '135557.835000', '135557.837000', '135557.840000', '135557.843000', '135557.846000', '135557.848000', '135557.851000', '135557.854000', '135557.857000', '135557.860000', '135557.863000', '135557.867000', '135557.870000', '135557.873000', '135557.876000', '135557.879000', '135617.708000', '135617.711000', '135617.713000', '135617.716000', '135617.719000', '135617.722000', '135617.725000', '135617.728000', '135617.730000', '135617.733000', '135617.736000', '135617.739000', '135617.741000', '135617.744000', '135617.747000', '135617.750000', '135617.753000', '135617.756000', '135617.758000', '135617.761000', '135617.764000', '135617.767000', '135617.816000', '135617.819000', '135617.822000', '135617.825000', '135617.827000', '135617.830000', '135617.833000', '135617.836000', '135617.838000', '135617.841000', '135617.844000', '135617.847000', '135617.850000', '135617.852000', '135617.855000', '135617.858000', '135617.861000', '135617.864000', '135617.866000', '135617.869000', '135617.872000', '135617.875000', '135637.708000', '135637.711000', '135637.714000', '135637.716000', '135637.719000', '135637.722000', '135637.725000', '135637.728000', '135637.730000', '135637.733000', '135637.736000', '135637.739000', '135637.742000', '135637.745000', '135637.747000', '135637.750000', '135637.753000', '135637.756000', '135637.759000', '135637.761000', '135637.764000', '135637.767000', '135637.826000', '135637.829000', '135637.832000', '135637.834000', '135637.837000', '135637.840000', '135637.843000', '135637.846000', '135637.848000', '135637.851000', '135637.854000', '135637.857000', '135637.859000', '135637.862000', '135637.865000', '135637.868000', '135637.871000', '135637.873000', '135637.878000', '135637.881000', '135637.884000', '135657.708000', '135657.711000', '135657.714000', '135657.716000', '135657.719000', '135657.722000', '135657.725000', '135657.728000', '135657.731000', '135657.734000', '135657.736000', '135657.739000', '135657.742000', '135657.745000', '135657.747000', '135657.750000', '135657.753000', '135657.756000', '135657.759000', '135657.761000', '135657.764000', '135657.767000', '135657.820000', '135657.823000', '135657.826000', '135657.829000', '135657.831000', '135657.834000', '135657.837000', '135657.840000', '135657.843000', '135657.845000', '135657.848000', '135657.851000', '135657.854000', '135657.857000', '135657.859000', '135657.862000', '135657.865000', '135657.868000', '135657.871000', '135657.873000', '135657.876000', '135657.879000', '135717.709000', '135717.712000', '135717.715000', '135717.717000', '135717.720000', '135717.723000', '135717.726000', '135717.729000', '135717.731000', '135717.734000', '135717.737000', '135717.740000', '135717.743000', '135717.745000', '135717.748000', '135717.751000', '135717.754000', '135717.756000', '135717.759000', '135717.762000', '135717.765000', '135717.768000', '135717.841000', '135717.844000', '135717.847000', '135717.850000', '135717.853000', '135717.856000', '135717.858000', '135717.861000', '135717.864000', '135717.867000', '135717.870000', '135717.872000', '135717.875000', '135717.878000', '135717.881000', '135717.884000', '135717.886000', '135717.889000', '135717.892000', '135717.895000', '135717.898000', '135736.825000', '135736.828000', '135736.831000', '135736.834000', '135736.837000', '135736.841000', '135736.844000', '135736.858000', '135736.861000', '135736.864000', '135736.867000', '135736.870000', '135736.873000', '135736.875000', '135736.878000', '135736.881000', '135736.884000', '135736.887000', '135736.890000', '135736.893000', '135736.896000', '135736.899000', '135736.902000', '135736.905000', '135736.908000', '135736.911000', '135736.913000', '135736.916000', '135736.919000', '135736.922000', '135736.925000', '135736.927000', '135736.930000', '135736.933000', '135736.936000', '135736.939000', '135736.942000', '135736.944000', '135736.947000', '135736.950000', '135736.953000', '135736.955000'], 'InstanceCreationTime': ['135117.747000', '135117.752000', '135117.755000', '135117.758000', '135117.761000', '135117.764000', '135117.766000', '135117.769000', '135117.772000', '135117.775000', '135117.778000', '135117.780000', '135117.783000', '135117.786000', '135117.789000', '135117.792000', '135117.794000', '135117.797000', '135117.800000', '135117.803000', '135117.805000', '135117.808000', '135117.811000', '135117.814000', '135117.817000', '135117.819000', '135117.822000', '135117.825000', '135117.828000', '135117.831000', '135117.833000', '135117.836000', '135117.839000', '135117.842000', '135117.844000', '135117.847000', '135117.850000', '135117.853000', '135117.855000', '135117.858000', '135117.861000', '135117.864000', '135117.866000', '135117.869000', '135117.872000', '135117.875000', '135117.878000', '135137.708000', '135137.711000', '135137.713000', '135137.716000', '135137.719000', '135137.722000', '135137.725000', '135137.727000', '135137.730000', '135137.733000', '135137.736000', '135137.738000', '135137.741000', '135137.744000', '135137.747000', '135137.749000', '135137.752000', '135137.755000', '135137.758000', '135137.761000', '135137.763000', '135137.766000', '135137.794000', '135137.797000', '135137.800000', '135137.803000', '135137.806000', '135137.808000', '135137.811000', '135137.814000', '135137.817000', '135137.819000', '135137.822000', '135137.825000', '135137.828000', '135137.830000', '135137.833000', '135137.836000', '135137.839000', '135137.842000', '135137.844000', '135137.847000', '135137.850000', '135137.853000', '135157.708000', '135157.711000', '135157.713000', '135157.716000', '135157.719000', '135157.722000', '135157.725000', '135157.728000', '135157.730000', '135157.733000', '135157.736000', '135157.739000', '135157.741000', '135157.744000', '135157.747000', '135157.750000', '135157.753000', '135157.756000', '135157.759000', '135157.762000', '135157.766000', '135157.769000', '135157.772000', '135157.775000', '135157.777000', '135157.780000', '135157.783000', '135157.786000', '135157.789000', '135157.791000', '135157.794000', '135157.797000', '135157.800000', '135157.803000', '135157.805000', '135157.808000', '135157.811000', '135157.814000', '135157.816000', '135157.819000', '135157.822000', '135157.825000', '135157.828000', '135217.708000', '135217.711000', '135217.713000', '135217.716000', '135217.719000', '135217.722000', '135217.725000', '135217.727000', '135217.730000', '135217.733000', '135217.736000', '135217.738000', '135217.741000', '135217.744000', '135217.747000', '135217.750000', '135217.752000', '135217.755000', '135217.758000', '135217.761000', '135217.763000', '135217.766000', '135217.769000', '135217.772000', '135217.775000', '135217.777000', '135217.780000', '135217.783000', '135217.786000', '135217.789000', '135217.791000', '135217.794000', '135217.797000', '135217.800000', '135217.803000', '135217.805000', '135217.808000', '135217.811000', '135217.814000', '135217.816000', '135217.819000', '135217.822000', '135217.825000', '135217.827000', '135237.709000', '135237.712000', '135237.714000', '135237.717000', '135237.720000', '135237.723000', '135237.726000', '135237.728000', '135237.731000', '135237.734000', '135237.737000', '135237.740000', '135237.742000', '135237.745000', '135237.748000', '135237.751000', '135237.753000', '135237.756000', '135237.759000', '135237.762000', '135237.765000', '135237.768000', '135237.797000', '135237.800000', '135237.803000', '135237.805000', '135237.808000', '135237.811000', '135237.814000', '135237.817000', '135237.819000', '135237.822000', '135237.825000', '135237.828000', '135237.831000', '135237.833000', '135237.836000', '135237.839000', '135237.842000', '135237.844000', '135237.847000', '135237.850000', '135237.853000', '135257.708000', '135257.711000', '135257.714000', '135257.716000', '135257.719000', '135257.722000', '135257.725000', '135257.728000', '135257.730000', '135257.733000', '135257.736000', '135257.739000', '135257.741000', '135257.744000', '135257.747000', '135257.750000', '135257.752000', '135257.755000', '135257.758000', '135257.761000', '135257.764000', '135257.766000', '135257.826000', '135257.828000', '135257.831000', '135257.834000', '135257.837000', '135257.839000', '135257.842000', '135257.845000', '135257.848000', '135257.850000', '135257.853000', '135257.856000', '135257.859000', '135257.862000', '135257.865000', '135257.867000', '135257.870000', '135257.873000', '135257.876000', '135257.879000', '135257.881000', '135257.884000', '135317.708000', '135317.711000', '135317.714000', '135317.728000', '135317.731000', '135317.734000', '135317.738000', '135317.741000', '135317.744000', '135317.746000', '135317.749000', '135317.752000', '135317.755000', '135317.758000', '135317.761000', '135317.763000', '135317.766000', '135317.792000', '135317.794000', '135317.797000', '135317.800000', '135317.803000', '135317.806000', '135317.809000', '135317.812000', '135317.814000', '135317.817000', '135317.820000', '135317.823000', '135317.826000', '135317.828000', '135317.831000', '135317.834000', '135317.837000', '135317.839000', '135317.842000', '135317.845000', '135317.848000', '135317.851000', '135317.853000', '135317.856000', '135317.859000', '135317.862000', '135337.708000', '135337.711000', '135337.713000', '135337.716000', '135337.719000', '135337.722000', '135337.725000', '135337.728000', '135337.730000', '135337.733000', '135337.736000', '135337.739000', '135337.741000', '135337.744000', '135337.747000', '135337.750000', '135337.753000', '135337.755000', '135337.758000', '135337.761000', '135337.764000', '135337.767000', '135337.807000', '135337.810000', '135337.812000', '135337.815000', '135337.818000', '135337.821000', '135337.823000', '135337.826000', '135337.829000', '135337.832000', '135337.835000', '135337.838000', '135337.840000', '135337.843000', '135337.846000', '135337.849000', '135337.851000', '135337.854000', '135337.857000', '135337.860000', '135337.862000', '135337.865000', '135357.708000', '135357.711000', '135357.714000', '135357.717000', '135357.720000', '135357.722000', '135357.725000', '135357.728000', '135357.731000', '135357.733000', '135357.736000', '135357.739000', '135357.742000', '135357.744000', '135357.747000', '135357.750000', '135357.753000', '135357.756000', '135357.759000', '135357.761000', '135357.764000', '135357.767000', '135357.827000', '135357.831000', '135357.834000', '135357.837000', '135357.839000', '135357.842000', '135357.845000', '135357.848000', '135357.851000', '135357.853000', '135357.856000', '135357.859000', '135357.862000', '135357.865000', '135357.867000', '135357.870000', '135357.873000', '135357.876000', '135357.878000', '135357.881000', '135357.884000', '135417.708000', '135417.711000', '135417.713000', '135417.716000', '135417.719000', '135417.722000', '135417.725000', '135417.727000', '135417.730000', '135417.733000', '135417.736000', '135417.739000', '135417.741000', '135417.744000', '135417.747000', '135417.750000', '135417.753000', '135417.755000', '135417.758000', '135417.761000', '135417.764000', '135417.767000', '135417.816000', '135417.819000', '135417.822000', '135417.825000', '135417.827000', '135417.830000', '135417.833000', '135417.836000', '135417.839000', '135417.841000', '135417.844000', '135417.847000', '135417.850000', '135417.853000', '135417.855000', '135417.858000', '135417.861000', '135417.864000', '135417.866000', '135417.869000', '135417.872000', '135417.875000', '135437.708000', '135437.711000', '135437.713000', '135437.716000', '135437.719000', '135437.722000', '135437.725000', '135437.728000', '135437.730000', '135437.733000', '135437.736000', '135437.739000', '135437.741000', '135437.744000', '135437.747000', '135437.750000', '135437.753000', '135437.755000', '135437.758000', '135437.761000', '135437.764000', '135437.767000', '135437.770000', '135437.774000', '135437.777000', '135437.780000', '135437.783000', '135437.785000', '135437.799000', '135437.802000', '135437.804000', '135437.807000', '135437.810000', '135437.813000', '135437.816000', '135437.818000', '135437.821000', '135437.824000', '135437.827000', '135437.830000', '135437.832000', '135437.835000', '135437.838000', '135457.709000', '135457.712000', '135457.715000', '135457.717000', '135457.720000', '135457.723000', '135457.726000', '135457.729000', '135457.731000', '135457.734000', '135457.737000', '135457.740000', '135457.742000', '135457.745000', '135457.748000', '135457.751000', '135457.754000', '135457.757000', '135457.759000', '135457.762000', '135457.765000', '135457.768000', '135457.839000', '135457.841000', '135457.844000', '135457.847000', '135457.850000', '135457.853000', '135457.855000', '135457.858000', '135457.861000', '135457.864000', '135457.867000', '135457.869000', '135457.872000', '135457.875000', '135457.878000', '135457.881000', '135457.883000', '135457.886000', '135457.889000', '135457.892000', '135457.895000', '135457.897000', '135517.708000', '135517.711000', '135517.714000', '135517.716000', '135517.719000', '135517.722000', '135517.725000', '135517.728000', '135517.730000', '135517.733000', '135517.736000', '135517.739000', '135517.741000', '135517.744000', '135517.747000', '135517.750000', '135517.753000', '135517.755000', '135517.758000', '135517.761000', '135517.764000', '135517.767000', '135517.769000', '135517.772000', '135517.775000', '135517.778000', '135517.781000', '135517.783000', '135517.786000', '135517.789000', '135517.792000', '135517.795000', '135517.797000', '135517.800000', '135517.803000', '135517.806000', '135517.808000', '135517.811000', '135517.814000', '135517.817000', '135517.820000', '135517.822000', '135517.825000', '135537.708000', '135537.711000', '135537.714000', '135537.716000', '135537.719000', '135537.722000', '135537.725000', '135537.727000', '135537.730000', '135537.733000', '135537.736000', '135537.739000', '135537.741000', '135537.744000', '135537.747000', '135537.750000', '135537.753000', '135537.755000', '135537.758000', '135537.761000', '135537.764000', '135537.767000', '135537.818000', '135537.821000', '135537.824000', '135537.826000', '135537.829000', '135537.832000', '135537.835000', '135537.838000', '135537.840000', '135537.843000', '135537.846000', '135537.849000', '135537.851000', '135537.854000', '135537.857000', '135537.860000', '135537.863000', '135537.866000', '135537.869000', '135537.871000', '135537.874000', '135537.877000', '135557.708000', '135557.711000', '135557.714000', '135557.717000', '135557.719000', '135557.722000', '135557.725000', '135557.728000', '135557.730000', '135557.733000', '135557.736000', '135557.739000', '135557.742000', '135557.744000', '135557.747000', '135557.750000', '135557.753000', '135557.756000', '135557.758000', '135557.761000', '135557.764000', '135557.767000', '135557.770000', '135557.823000', '135557.826000', '135557.829000', '135557.832000', '135557.835000', '135557.837000', '135557.840000', '135557.843000', '135557.846000', '135557.848000', '135557.851000', '135557.854000', '135557.857000', '135557.860000', '135557.863000', '135557.867000', '135557.870000', '135557.873000', '135557.876000', '135557.879000', '135617.708000', '135617.711000', '135617.713000', '135617.716000', '135617.719000', '135617.722000', '135617.725000', '135617.728000', '135617.730000', '135617.733000', '135617.736000', '135617.739000', '135617.741000', '135617.744000', '135617.747000', '135617.750000', '135617.753000', '135617.756000', '135617.758000', '135617.761000', '135617.764000', '135617.767000', '135617.816000', '135617.819000', '135617.822000', '135617.825000', '135617.827000', '135617.830000', '135617.833000', '135617.836000', '135617.838000', '135617.841000', '135617.844000', '135617.847000', '135617.850000', '135617.852000', '135617.855000', '135617.858000', '135617.861000', '135617.864000', '135617.866000', '135617.869000', '135617.872000', '135617.875000', '135637.708000', '135637.711000', '135637.714000', '135637.716000', '135637.719000', '135637.722000', '135637.725000', '135637.728000', '135637.730000', '135637.733000', '135637.736000', '135637.739000', '135637.742000', '135637.745000', '135637.747000', '135637.750000', '135637.753000', '135637.756000', '135637.759000', '135637.761000', '135637.764000', '135637.767000', '135637.826000', '135637.829000', '135637.832000', '135637.834000', '135637.837000', '135637.840000', '135637.843000', '135637.846000', '135637.848000', '135637.851000', '135637.854000', '135637.857000', '135637.859000', '135637.862000', '135637.865000', '135637.868000', '135637.871000', '135637.873000', '135637.878000', '135637.881000', '135637.884000', '135657.708000', '135657.711000', '135657.714000', '135657.716000', '135657.719000', '135657.722000', '135657.725000', '135657.728000', '135657.731000', '135657.734000', '135657.736000', '135657.739000', '135657.742000', '135657.745000', '135657.747000', '135657.750000', '135657.753000', '135657.756000', '135657.759000', '135657.761000', '135657.764000', '135657.767000', '135657.820000', '135657.823000', '135657.826000', '135657.829000', '135657.831000', '135657.834000', '135657.837000', '135657.840000', '135657.843000', '135657.845000', '135657.848000', '135657.851000', '135657.854000', '135657.857000', '135657.859000', '135657.862000', '135657.865000', '135657.868000', '135657.871000', '135657.873000', '135657.876000', '135657.879000', '135717.709000', '135717.712000', '135717.715000', '135717.717000', '135717.720000', '135717.723000', '135717.726000', '135717.729000', '135717.731000', '135717.734000', '135717.737000', '135717.740000', '135717.743000', '135717.745000', '135717.748000', '135717.751000', '135717.754000', '135717.756000', '135717.759000', '135717.762000', '135717.765000', '135717.768000', '135717.841000', '135717.844000', '135717.847000', '135717.850000', '135717.853000', '135717.856000', '135717.858000', '135717.861000', '135717.864000', '135717.867000', '135717.870000', '135717.872000', '135717.875000', '135717.878000', '135717.881000', '135717.884000', '135717.886000', '135717.889000', '135717.892000', '135717.895000', '135717.898000', '135736.825000', '135736.828000', '135736.831000', '135736.834000', '135736.837000', '135736.841000', '135736.844000', '135736.858000', '135736.861000', '135736.864000', '135736.867000', '135736.870000', '135736.873000', '135736.875000', '135736.878000', '135736.881000', '135736.884000', '135736.887000', '135736.890000', '135736.893000', '135736.896000', '135736.899000', '135736.902000', '135736.905000', '135736.908000', '135736.911000', '135736.913000', '135736.916000', '135736.919000', '135736.922000', '135736.925000', '135736.927000', '135736.930000', '135736.933000', '135736.936000', '135736.939000', '135736.942000', '135736.944000', '135736.947000', '135736.950000', '135736.953000', '135736.955000'], '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': [15371, 9785, 12385, 9860, 11148, 9528, 11424, 9278, 11789, 9344, 13689, 10218, 11138, 8994, 7976, 8914, 8760, 9170, 9499, 10610, 10052, 10463, 10776, 12321, 9709, 9268, 9670, 10162, 10054, 9976, 10304, 9984, 14056, 10533, 15115, 11005, 11413, 15007, 10530, 9757, 11026, 8809, 11439, 9229, 9927, 9591, 10281, 10078, 15514, 11761, 9271, 8841, 9885, 9791, 10434, 9779, 10375, 10292, 9809, 9738, 9911, 10111, 10523, 9850, 10551, 9213, 10215, 10422, 9730, 10294, 10692, 8208, 10306, 8506, 9756, 9678, 9996, 8076, 10090, 7964, 9629, 10242, 9762, 11130, 9665, 10429, 9776, 9543, 9698, 10469, 8971, 10764, 9126, 13639, 9626, 10073, 9063, 9333, 8792, 10068, 10448, 10662, 10249, 9768, 8532, 8928, 9808, 9916, 12149, 12949, 14322, 10554, 10002, 10750, 11667, 10075, 10452, 9426, 11520, 8465, 10769, 9019, 10707, 9687, 10349, 10110, 10701, 9042, 8652, 8341, 8549, 7899, 10299, 8470, 10282, 10585, 9728, 11563, 9983, 10495, 9774, 10569, 10028, 10083, 9740, 8925, 9847, 9045, 13561, 9950, 9683, 9220, 10521, 8748, 10268, 12544, 10404, 13970, 10597, 10243, 9734, 9655, 10272, 10648, 10112, 10743, 10908, 10681, 10405, 9637, 9922, 9969, 10105, 10618, 10221, 8940, 10687, 13880, 10687, 13739, 10733, 9966, 10133, 9694, 10249, 9315, 8189, 10531, 8039, 10164, 8187, 10218, 10429, 9936, 10674, 9358, 10093, 10037, 9501, 9180, 9211, 9313, 9595, 9577, 10608, 9922, 9315, 10123, 10039, 9042, 10949, 9392, 9440, 9415, 9016, 7738, 9977, 8792, 10220, 8349, 9995, 10526, 9046, 11157, 9898, 12188, 9145, 9158, 9038, 9616, 9369, 9341, 9656, 9482, 9837, 10358, 9847, 10238, 10242, 9371, 10399, 8212, 8954, 8514, 10011, 8898, 8868, 8432, 8738, 8971, 8959, 8779, 11206, 7833, 10323, 9370, 9595, 11777, 9135, 9502, 8905, 8653, 8332, 7525, 8777, 8478, 8477, 8484, 9153, 9112, 11945, 9184, 9737, 9028, 8441, 7727, 9714, 9653, 9133, 10089, 9340, 12759, 10076, 12365, 9281, 8163, 8169, 8762, 10267, 8474, 10583, 10912, 11369, 14423, 12271, 9642, 10824, 8772, 10364, 10597, 10586, 10319, 10985, 9983, 10783, 8839, 9991, 10532, 12349, 9799, 10038, 10207, 9457, 10223, 9844, 10535, 10420, 10432, 9261, 10990, 10014, 8834, 8965, 8316, 9202, 9163, 8805, 9353, 9565, 9246, 11323, 10339, 9078, 10426, 10413, 10758, 10350, 9397, 9837, 9552, 12203, 10750, 14908, 13887, 8768, 9450, 10085, 9019, 10245, 8610, 11218, 11508, 10554, 10446, 9327, 10133, 10275, 10587, 10485, 10124, 9778, 11162, 10914, 9773, 10870, 8969, 10604, 10924, 14412, 11192, 8397, 9090, 9233, 10366, 9185, 10780, 8546, 9351, 9106, 9117, 8819, 9796, 10007, 9556, 10883, 7602, 10869, 10225, 10816, 10012, 10836, 10259, 10730, 12236, 11136, 9981, 11058, 10486, 10776, 10094, 10780, 13915, 11342, 11529, 11234, 8660, 11139, 10487, 11005, 10277, 11091, 10275, 10346, 9339, 10282, 9795, 11071, 10583, 10720, 10915, 14309, 11374, 11507, 11202, 10845, 11007, 14863, 11196, 10917, 10906, 10550, 10534, 10734, 10254, 11084, 9902, 10701, 9202, 10367, 9585, 10374, 10548, 10348, 9764, 10442, 9770, 10181, 9677, 9499, 9773, 10675, 11126, 10038, 10719, 10217, 9778, 10311, 8628, 10859, 9522, 10777, 10033, 10561, 9525, 10089, 9331, 8583, 10591, 8861, 10569, 9724, 10398, 9921, 10609, 9473, 10734, 8758, 10505, 8837, 10789, 9166, 9429, 9502, 10780, 8409, 9827, 9678, 10764, 8995, 10970, 8383, 11034, 13225, 10834, 12027, 10993, 8144, 10773, 9916, 11040, 10327, 11237, 14984, 11221, 14890, 10995, 9290, 11134, 8760, 11515, 9354, 10880, 13329, 11397, 9503, 10201, 9376, 10741, 9732, 10684, 13573, 10473, 13586, 10189, 11585, 10811, 10909, 10009, 10837, 9992, 11839, 10495, 9895, 9790, 10884, 10082, 10583, 10393, 10755, 10774, 10506, 10083, 10777, 9415, 10327, 10004, 10419, 9774, 10312, 11069, 10360, 9831, 10597, 9345, 10610, 10138, 10723, 9896, 10673, 9579, 10890, 9013, 9792, 9933, 10646, 9294, 10177, 9484, 9473, 9591, 10445, 9262, 10402, 11732, 11050, 9191, 10774, 10260, 10994, 10917, 10495, 9440, 10994, 9295, 10918, 9723, 10901, 9690, 11007, 10928, 10897, 10257, 10098, 9698, 9219, 9460, 8520, 10607, 9743, 10869, 10936, 10871, 12093, 10471, 9833, 10428, 9545, 9904, 8912, 10168, 8860, 9629, 10348, 8260, 10362, 8074, 10423, 8691, 10680, 7992, 10308, 9802, 9451, 10053, 10123, 9738, 10204, 11872, 10477, 8681, 10182, 9167, 10157, 9345, 10205, 9389, 9956, 8737, 10108, 8529, 10083, 9373, 10406, 8148, 10799, 9617, 10473, 10272, 10067, 9552, 9292, 11100, 9448, 11003, 15081, 11202, 14986, 10943, 11891, 10882, 10550, 11028, 10508, 10230, 10442, 9833, 10774, 11493, 10987, 14032, 10978, 10647, 10810, 10191, 10718, 10646, 10388, 10196, 10334, 10350, 9636, 10365, 9014, 10469, 9983, 10605, 10671, 10740, 10358, 10747, 11274, 10671, 10521, 10128, 10051, 9068, 10393, 9077, 10272, 9826, 10640, 9413, 10380, 9565, 10993, 9979, 10352, 9595, 10104, 9218, 10513, 10907, 10720, 12658, 10715, 10320, 10837, 10498, 10678, 9744, 9940, 9681, 9205, 10081, 8433, 10774, 9856, 10447, 9521, 10643, 9950, 10165, 10400, 10103, 10470, 9973, 9053, 10037, 9939, 10496, 9514, 11067, 8745, 9932, 8923, 9693, 9273, 10903, 7852, 10553, 10016, 10007, 9086, 10002, 10695, 8234, 10744, 13668, 10573, 14030, 10792, 14260, 10411, 9637, 10478, 9835, 8816, 10831, 9223, 10927, 11265, 10870, 10233, 10429, 9908, 9342, 10658, 8750, 10642, 10177, 10863, 10396, 10557, 10367, 10290, 10085, 9758, 9831, 8533, 10393, 9343, 9925, 11141, 10154, 10937, 9842, 8543, 9620, 9734, 9809, 8936, 9935, 9156, 9265, 9662, 9426, 9777, 10640, 12166, 11043, 13674, 11166, 8631, 11089, 9263, 11012, 11659, 10791, 12239, 11612, 9994, 10870, 12997, 13346, 10538, 9901, 10741, 10342, 9738, 11015, 9297, 10965, 10263, 11503, 10670, 12822, 10648, 10844, 10322, 11020, 10665, 11367, 10608, 11616, 9717, 11142, 9712, 10130, 9969, 10416, 11360, 10374, 11036, 10460, 11060, 10153, 10581, 9855, 10165, 9894, 10267, 11170, 9883, 10474, 10026, 9799, 9213, 9099, 8702, 9659, 8715, 10059], 'WindowCenter': [4261.0, 4214.0, 4221.0, 4198.0, 4195.0, 4185.0, 4193.0, 4173.0, 4191.0, 4173.0, 4201.0, 4181.0, 4181.0, 4171.0, 4161.0, 4159.0, 4160.0, 4172.0, 4183.0, 4183.0, 4184.0, 4195.0, 4194.0, 4192.0, 4170.0, 4171.0, 4169.0, 4168.0, 4168.0, 4168.0, 4166.0, 4167.0, 4200.0, 4181.0, 4199.0, 4169.0, 4176.0, 4199.0, 4167.0, 4155.0, 4164.0, 4141.0, 4174.0, 4153.0, 4154.0, 4156.0, 4167.0, 4156.0, 4195.0, 4176.0, 4141.0, 4140.0, 4152.0, 4153.0, 4165.0, 4165.0, 4166.0, 4167.0, 4168.0, 4168.0, 4166.0, 4164.0, 4165.0, 4165.0, 4165.0, 4153.0, 4179.0, 4179.0, 4166.0, 4165.0, 4178.0, 4156.0, 4179.0, 4154.0, 4166.0, 4167.0, 4179.0, 4160.0, 4178.0, 4159.0, 4180.0, 4180.0, 4181.0, 4190.0, 4182.0, 4181.0, 4184.0, 4181.0, 4183.0, 4179.0, 4169.0, 4179.0, 4170.0, 4201.0, 4169.0, 4169.0, 4169.0, 4167.0, 4156.0, 4166.0, 4177.0, 4176.0, 4181.0, 4181.0, 4171.0, 4170.0, 4168.0, 4168.0, 4189.0, 4204.0, 4199.0, 4179.0, 4168.0, 4178.0, 4175.0, 4166.0, 4165.0, 4154.0, 4176.0, 4143.0, 4176.0, 4154.0, 4163.0, 4150.0, 4163.0, 4154.0, 4163.0, 4145.0, 4145.0, 4157.0, 4157.0, 4144.0, 4164.0, 4145.0, 4164.0, 4165.0, 4167.0, 4177.0, 4168.0, 4177.0, 4170.0, 4164.0, 4167.0, 4166.0, 4167.0, 4157.0, 4168.0, 4157.0, 4202.0, 4167.0, 4166.0, 4154.0, 4164.0, 4140.0, 4151.0, 4172.0, 4164.0, 4183.0, 4165.0, 4162.0, 4153.0, 4150.0, 4161.0, 4161.0, 4165.0, 4165.0, 4179.0, 4182.0, 4169.0, 4157.0, 4156.0, 4167.0, 4167.0, 4179.0, 4167.0, 4155.0, 4166.0, 4184.0, 4164.0, 4185.0, 4176.0, 4153.0, 4163.0, 4151.0, 4151.0, 4141.0, 4130.0, 4163.0, 4132.0, 4164.0, 4142.0, 4163.0, 4163.0, 4153.0, 4163.0, 4156.0, 4166.0, 4167.0, 4166.0, 4153.0, 4155.0, 4156.0, 4157.0, 4171.0, 4178.0, 4170.0, 4170.0, 4179.0, 4155.0, 4145.0, 4165.0, 4156.0, 4156.0, 4168.0, 4156.0, 4134.0, 4155.0, 4145.0, 4166.0, 4146.0, 4167.0, 4163.0, 4156.0, 4166.0, 4166.0, 4187.0, 4158.0, 4156.0, 4156.0, 4155.0, 4156.0, 4157.0, 4168.0, 4156.0, 4167.0, 4167.0, 4170.0, 4167.0, 4182.0, 4170.0, 4182.0, 4144.0, 4143.0, 4144.0, 4166.0, 4158.0, 4157.0, 4161.0, 4152.0, 4155.0, 4144.0, 4144.0, 4164.0, 4133.0, 4164.0, 4153.0, 4153.0, 4160.0, 4152.0, 4139.0, 4143.0, 4141.0, 4143.0, 4147.0, 4158.0, 4145.0, 4145.0, 4156.0, 4155.0, 4145.0, 4177.0, 4170.0, 4156.0, 4156.0, 4146.0, 4145.0, 4168.0, 4155.0, 4154.0, 4154.0, 4155.0, 4175.0, 4155.0, 4174.0, 4155.0, 4143.0, 4144.0, 4142.0, 4165.0, 4133.0, 4154.0, 4153.0, 4165.0, 4185.0, 4164.0, 4141.0, 4151.0, 4128.0, 4150.0, 4136.0, 4136.0, 4137.0, 4150.0, 4139.0, 4150.0, 4128.0, 4137.0, 4137.0, 4147.0, 4135.0, 4123.0, 4135.0, 4124.0, 4137.0, 4138.0, 4150.0, 4147.0, 4150.0, 4127.0, 4148.0, 4138.0, 4130.0, 4127.0, 4129.0, 4139.0, 4126.0, 4129.0, 4140.0, 4141.0, 4140.0, 4163.0, 4151.0, 4141.0, 4150.0, 4150.0, 4149.0, 4137.0, 4126.0, 4137.0, 4138.0, 4159.0, 4151.0, 4183.0, 4172.0, 4129.0, 4138.0, 4147.0, 4112.0, 4137.0, 4127.0, 4151.0, 4162.0, 4152.0, 4149.0, 4139.0, 4136.0, 4137.0, 4138.0, 4137.0, 4136.0, 4123.0, 4146.0, 4147.0, 4136.0, 4146.0, 4113.0, 4134.0, 4133.0, 4156.0, 4135.0, 4114.0, 4124.0, 4125.0, 4136.0, 4123.0, 4148.0, 4125.0, 4124.0, 4124.0, 4115.0, 4127.0, 4127.0, 4137.0, 4140.0, 4162.0, 4132.0, 4162.0, 4151.0, 4151.0, 4139.0, 4151.0, 4139.0, 4150.0, 4162.0, 4163.0, 4139.0, 4149.0, 4148.0, 4137.0, 4137.0, 4138.0, 4161.0, 4151.0, 4149.0, 4149.0, 4115.0, 4136.0, 4124.0, 4138.0, 4136.0, 4146.0, 4135.0, 4135.0, 4114.0, 4138.0, 4137.0, 4147.0, 4134.0, 4121.0, 4135.0, 4157.0, 4147.0, 4144.0, 4133.0, 4121.0, 4121.0, 4154.0, 4134.0, 4132.0, 4133.0, 4120.0, 4120.0, 4120.0, 4120.0, 4131.0, 4120.0, 4121.0, 4109.0, 4120.0, 4108.0, 4120.0, 4119.0, 4120.0, 4120.0, 4131.0, 4122.0, 4135.0, 4125.0, 4126.0, 4137.0, 4139.0, 4149.0, 4139.0, 4150.0, 4137.0, 4125.0, 4136.0, 4115.0, 4138.0, 4127.0, 4150.0, 4138.0, 4148.0, 4126.0, 4135.0, 4127.0, 4116.0, 4147.0, 4128.0, 4150.0, 4139.0, 4150.0, 4140.0, 4151.0, 4141.0, 4164.0, 4156.0, 4164.0, 4143.0, 4164.0, 4142.0, 4157.0, 4156.0, 4166.0, 4133.0, 4142.0, 4139.0, 4152.0, 4141.0, 4152.0, 4131.0, 4154.0, 4175.0, 4154.0, 4163.0, 4164.0, 4131.0, 4151.0, 4139.0, 4149.0, 4139.0, 4151.0, 4173.0, 4152.0, 4172.0, 4151.0, 4139.0, 4149.0, 4116.0, 4148.0, 4128.0, 4150.0, 4161.0, 4163.0, 4140.0, 4151.0, 4139.0, 4149.0, 4126.0, 4138.0, 4159.0, 4141.0, 4159.0, 4138.0, 4146.0, 4136.0, 4137.0, 4126.0, 4136.0, 4125.0, 4148.0, 4138.0, 4122.0, 4123.0, 4134.0, 4124.0, 4135.0, 4135.0, 4135.0, 4136.0, 4136.0, 4136.0, 4136.0, 4124.0, 4125.0, 4125.0, 4135.0, 4124.0, 4137.0, 4137.0, 4137.0, 4137.0, 4138.0, 4126.0, 4136.0, 4125.0, 4138.0, 4126.0, 4138.0, 4126.0, 4152.0, 4128.0, 4136.0, 4138.0, 4148.0, 4139.0, 4152.0, 4142.0, 4143.0, 4153.0, 4153.0, 4129.0, 4138.0, 4148.0, 4150.0, 4128.0, 4137.0, 4124.0, 4136.0, 4137.0, 4138.0, 4127.0, 4149.0, 4126.0, 4136.0, 4126.0, 4137.0, 4125.0, 4138.0, 4137.0, 4138.0, 4137.0, 4138.0, 4126.0, 4126.0, 4127.0, 4127.0, 4138.0, 4126.0, 4137.0, 4136.0, 4149.0, 4149.0, 4138.0, 4138.0, 4138.0, 4126.0, 4136.0, 4127.0, 4139.0, 4129.0, 4140.0, 4152.0, 4130.0, 4151.0, 4120.0, 4152.0, 4132.0, 4153.0, 4131.0, 4153.0, 4141.0, 4141.0, 4140.0, 4153.0, 4140.0, 4155.0, 4164.0, 4166.0, 4144.0, 4153.0, 4140.0, 4138.0, 4129.0, 4153.0, 4140.0, 4140.0, 4130.0, 4167.0, 4142.0, 4155.0, 4143.0, 4166.0, 4136.0, 4166.0, 4155.0, 4165.0, 4154.0, 4153.0, 4144.0, 4142.0, 4164.0, 4141.0, 4150.0, 4173.0, 4152.0, 4181.0, 4149.0, 4148.0, 4135.0, 4136.0, 4136.0, 4136.0, 4135.0, 4135.0, 4125.0, 4136.0, 4134.0, 4136.0, 4156.0, 4135.0, 4136.0, 4148.0, 4135.0, 4136.0, 4134.0, 4137.0, 4138.0, 4138.0, 4138.0, 4127.0, 4137.0, 4128.0, 4137.0, 4125.0, 4136.0, 4136.0, 4150.0, 4138.0, 4150.0, 4149.0, 4150.0, 4149.0, 4138.0, 4135.0, 4114.0, 4136.0, 4126.0, 4138.0, 4139.0, 4151.0, 4141.0, 4153.0, 4141.0, 4163.0, 4141.0, 4153.0, 4142.0, 4153.0, 4143.0, 4155.0, 4154.0, 4154.0, 4163.0, 4152.0, 4139.0, 4148.0, 4138.0, 4139.0, 4140.0, 4139.0, 4140.0, 4139.0, 4152.0, 4130.0, 4150.0, 4137.0, 4150.0, 4129.0, 4153.0, 4141.0, 4152.0, 4152.0, 4154.0, 4152.0, 4153.0, 4131.0, 4154.0, 4153.0, 4155.0, 4155.0, 4166.0, 4144.0, 4156.0, 4147.0, 4157.0, 4158.0, 4168.0, 4134.0, 4165.0, 4144.0, 4154.0, 4142.0, 4152.0, 4155.0, 4132.0, 4153.0, 4173.0, 4153.0, 4173.0, 4153.0, 4173.0, 4151.0, 4130.0, 4140.0, 4140.0, 4129.0, 4150.0, 4129.0, 4150.0, 4149.0, 4139.0, 4138.0, 4137.0, 4128.0, 4127.0, 4138.0, 4117.0, 4138.0, 4137.0, 4149.0, 4138.0, 4140.0, 4139.0, 4139.0, 4138.0, 4140.0, 4140.0, 4128.0, 4138.0, 4128.0, 4153.0, 4152.0, 4156.0, 4154.0, 4156.0, 4146.0, 4168.0, 4157.0, 4170.0, 4159.0, 4168.0, 4159.0, 4155.0, 4156.0, 4159.0, 4168.0, 4167.0, 4164.0, 4166.0, 4189.0, 4169.0, 4134.0, 4167.0, 4143.0, 4153.0, 4150.0, 4152.0, 4162.0, 4152.0, 4142.0, 4151.0, 4161.0, 4162.0, 4140.0, 4140.0, 4150.0, 4138.0, 4126.0, 4138.0, 4127.0, 4138.0, 4140.0, 4151.0, 4139.0, 4160.0, 4138.0, 4137.0, 4138.0, 4137.0, 4138.0, 4148.0, 4139.0, 4149.0, 4128.0, 4148.0, 4127.0, 4136.0, 4125.0, 4135.0, 4133.0, 4125.0, 4134.0, 4135.0, 4135.0, 4134.0, 4136.0, 4125.0, 4125.0, 4124.0, 4124.0, 4134.0, 4124.0, 4136.0, 4137.0, 4138.0, 4129.0, 4130.0, 4130.0, 4153.0, 4143.0, 4153.0], 'WindowWidth': [9415.0, 9339.0, 9343.0, 9304.0, 9295.0, 9280.0, 9287.0, 9260.0, 9282.0, 9258.0, 9296.0, 9268.0, 9266.0, 9256.0, 9240.0, 9234.0, 9238.0, 9257.0, 9274.0, 9274.0, 9278.0, 9294.0, 9290.0, 9286.0, 9253.0, 9253.0, 9249.0, 9246.0, 9245.0, 9245.0, 9241.0, 9244.0, 9294.0, 9266.0, 9292.0, 9249.0, 9252.0, 9289.0, 9241.0, 9226.0, 9235.0, 9201.0, 9247.0, 9219.0, 9223.0, 9225.0, 9245.0, 9226.0, 9283.0, 9252.0, 9200.0, 9198.0, 9216.0, 9219.0, 9238.0, 9238.0, 9241.0, 9244.0, 9247.0, 9245.0, 9240.0, 9237.0, 9237.0, 9239.0, 9236.0, 9220.0, 9265.0, 9264.0, 9242.0, 9240.0, 9259.0, 9229.0, 9262.0, 9224.0, 9243.0, 9244.0, 9265.0, 9238.0, 9264.0, 9239.0, 9270.0, 9268.0, 9269.0, 9279.0, 9274.0, 9272.0, 9278.0, 9275.0, 9276.0, 9265.0, 9251.0, 9264.0, 9252.0, 9299.0, 9251.0, 9252.0, 9251.0, 9244.0, 9227.0, 9244.0, 9260.0, 9259.0, 9270.0, 9270.0, 9257.0, 9256.0, 9248.0, 9248.0, 9279.0, 9303.0, 9290.0, 9261.0, 9246.0, 9259.0, 9255.0, 9240.0, 9239.0, 9221.0, 9256.0, 9205.0, 9253.0, 9220.0, 9232.0, 9212.0, 9232.0, 9220.0, 9232.0, 9210.0, 9210.0, 9232.0, 9232.0, 9211.0, 9238.0, 9210.0, 9239.0, 9240.0, 9244.0, 9257.0, 9247.0, 9260.0, 9250.0, 9235.0, 9245.0, 9241.0, 9244.0, 9230.0, 9247.0, 9230.0, 9299.0, 9245.0, 9244.0, 9224.0, 9234.0, 9198.0, 9214.0, 9246.0, 9233.0, 9261.0, 9236.0, 9232.0, 9220.0, 9213.0, 9228.0, 9228.0, 9239.0, 9236.0, 9264.0, 9274.0, 9246.0, 9227.0, 9224.0, 9242.0, 9241.0, 9262.0, 9245.0, 9228.0, 9242.0, 9263.0, 9233.0, 9268.0, 9254.0, 9223.0, 9233.0, 9213.0, 9212.0, 9200.0, 9182.0, 9232.0, 9188.0, 9236.0, 9203.0, 9233.0, 9231.0, 9219.0, 9231.0, 9227.0, 9239.0, 9245.0, 9241.0, 9221.0, 9227.0, 9229.0, 9229.0, 9255.0, 9261.0, 9250.0, 9252.0, 9262.0, 9224.0, 9210.0, 9237.0, 9226.0, 9228.0, 9247.0, 9229.0, 9195.0, 9223.0, 9210.0, 9240.0, 9215.0, 9242.0, 9233.0, 9227.0, 9239.0, 9240.0, 9271.0, 9232.0, 9228.0, 9226.0, 9223.0, 9225.0, 9227.0, 9243.0, 9228.0, 9244.0, 9244.0, 9249.0, 9244.0, 9270.0, 9254.0, 9268.0, 9207.0, 9203.0, 9206.0, 9239.0, 9232.0, 9233.0, 9244.0, 9220.0, 9224.0, 9209.0, 9208.0, 9237.0, 9192.0, 9235.0, 9218.0, 9217.0, 9227.0, 9213.0, 9195.0, 9204.0, 9201.0, 9208.0, 9220.0, 9234.0, 9211.0, 9208.0, 9226.0, 9222.0, 9209.0, 9257.0, 9250.0, 9226.0, 9223.0, 9212.0, 9212.0, 9245.0, 9225.0, 9222.0, 9220.0, 9222.0, 9249.0, 9221.0, 9248.0, 9220.0, 9203.0, 9207.0, 9203.0, 9235.0, 9190.0, 9218.0, 9216.0, 9234.0, 9262.0, 9231.0, 9195.0, 9209.0, 9176.0, 9208.0, 9184.0, 9181.0, 9185.0, 9208.0, 9192.0, 9207.0, 9175.0, 9185.0, 9183.0, 9198.0, 9178.0, 9160.0, 9178.0, 9165.0, 9187.0, 9189.0, 9208.0, 9202.0, 9207.0, 9174.0, 9201.0, 9186.0, 9179.0, 9173.0, 9179.0, 9192.0, 9170.0, 9177.0, 9194.0, 9197.0, 9195.0, 9228.0, 9212.0, 9197.0, 9207.0, 9208.0, 9206.0, 9184.0, 9169.0, 9184.0, 9184.0, 9219.0, 9208.0, 9263.0, 9243.0, 9178.0, 9189.0, 9201.0, 9145.0, 9183.0, 9170.0, 9210.0, 9226.0, 9210.0, 9206.0, 9190.0, 9183.0, 9183.0, 9188.0, 9183.0, 9179.0, 9158.0, 9195.0, 9197.0, 9183.0, 9196.0, 9147.0, 9173.0, 9174.0, 9211.0, 9178.0, 9149.0, 9162.0, 9164.0, 9182.0, 9161.0, 9201.0, 9167.0, 9164.0, 9162.0, 9151.0, 9168.0, 9168.0, 9183.0, 9194.0, 9225.0, 9187.0, 9229.0, 9209.0, 9210.0, 9191.0, 9209.0, 9191.0, 9207.0, 9228.0, 9227.0, 9191.0, 9204.0, 9201.0, 9182.0, 9183.0, 9185.0, 9225.0, 9208.0, 9203.0, 9202.0, 9153.0, 9179.0, 9163.0, 9186.0, 9179.0, 9196.0, 9179.0, 9176.0, 9147.0, 9186.0, 9182.0, 9197.0, 9173.0, 9152.0, 9177.0, 9213.0, 9199.0, 9189.0, 9171.0, 9152.0, 9153.0, 9206.0, 9174.0, 9170.0, 9173.0, 9150.0, 9151.0, 9151.0, 9151.0, 9165.0, 9150.0, 9153.0, 9135.0, 9151.0, 9133.0, 9151.0, 9149.0, 9151.0, 9151.0, 9167.0, 9157.0, 9178.0, 9166.0, 9169.0, 9184.0, 9190.0, 9204.0, 9193.0, 9206.0, 9183.0, 9164.0, 9180.0, 9151.0, 9186.0, 9170.0, 9206.0, 9190.0, 9200.0, 9169.0, 9180.0, 9171.0, 9154.0, 9198.0, 9172.0, 9204.0, 9190.0, 9206.0, 9193.0, 9210.0, 9196.0, 9231.0, 9226.0, 9232.0, 9200.0, 9229.0, 9198.0, 9226.0, 9222.0, 9238.0, 9187.0, 9195.0, 9189.0, 9211.0, 9197.0, 9213.0, 9183.0, 9216.0, 9249.0, 9217.0, 9226.0, 9232.0, 9182.0, 9210.0, 9192.0, 9204.0, 9191.0, 9208.0, 9244.0, 9213.0, 9241.0, 9210.0, 9192.0, 9204.0, 9154.0, 9199.0, 9173.0, 9204.0, 9223.0, 9228.0, 9193.0, 9208.0, 9190.0, 9204.0, 9169.0, 9186.0, 9218.0, 9195.0, 9216.0, 9185.0, 9196.0, 9181.0, 9183.0, 9165.0, 9179.0, 9162.0, 9198.0, 9184.0, 9156.0, 9159.0, 9174.0, 9162.0, 9176.0, 9177.0, 9177.0, 9181.0, 9180.0, 9178.0, 9178.0, 9162.0, 9163.0, 9163.0, 9175.0, 9161.0, 9181.0, 9183.0, 9183.0, 9183.0, 9186.0, 9166.0, 9180.0, 9165.0, 9186.0, 9166.0, 9185.0, 9168.0, 9208.0, 9173.0, 9181.0, 9186.0, 9199.0, 9188.0, 9210.0, 9197.0, 9201.0, 9213.0, 9212.0, 9175.0, 9185.0, 9200.0, 9203.0, 9173.0, 9183.0, 9162.0, 9181.0, 9183.0, 9186.0, 9170.0, 9202.0, 9169.0, 9181.0, 9167.0, 9183.0, 9167.0, 9186.0, 9184.0, 9186.0, 9184.0, 9186.0, 9167.0, 9165.0, 9170.0, 9171.0, 9185.0, 9167.0, 9183.0, 9181.0, 9202.0, 9202.0, 9187.0, 9186.0, 9186.0, 9168.0, 9184.0, 9171.0, 9190.0, 9176.0, 9191.0, 9211.0, 9181.0, 9208.0, 9165.0, 9211.0, 9184.0, 9214.0, 9185.0, 9213.0, 9194.0, 9195.0, 9194.0, 9216.0, 9196.0, 9220.0, 9232.0, 9234.0, 9205.0, 9216.0, 9193.0, 9188.0, 9175.0, 9212.0, 9193.0, 9191.0, 9180.0, 9239.0, 9199.0, 9219.0, 9200.0, 9236.0, 9196.0, 9237.0, 9221.0, 9233.0, 9217.0, 9215.0, 9204.0, 9197.0, 9229.0, 9196.0, 9205.0, 9242.0, 9211.0, 9251.0, 9203.0, 9200.0, 9179.0, 9180.0, 9180.0, 9181.0, 9177.0, 9178.0, 9164.0, 9179.0, 9179.0, 9181.0, 9209.0, 9178.0, 9182.0, 9199.0, 9180.0, 9179.0, 9176.0, 9183.0, 9187.0, 9186.0, 9188.0, 9168.0, 9186.0, 9173.0, 9184.0, 9163.0, 9181.0, 9180.0, 9205.0, 9188.0, 9205.0, 9202.0, 9206.0, 9204.0, 9186.0, 9179.0, 9149.0, 9181.0, 9168.0, 9187.0, 9191.0, 9209.0, 9196.0, 9216.0, 9196.0, 9227.0, 9194.0, 9214.0, 9199.0, 9215.0, 9199.0, 9219.0, 9217.0, 9215.0, 9228.0, 9209.0, 9191.0, 9199.0, 9186.0, 9187.0, 9192.0, 9188.0, 9191.0, 9191.0, 9210.0, 9179.0, 9206.0, 9185.0, 9205.0, 9178.0, 9213.0, 9195.0, 9211.0, 9210.0, 9218.0, 9210.0, 9214.0, 9182.0, 9218.0, 9215.0, 9219.0, 9220.0, 9235.0, 9202.0, 9221.0, 9213.0, 9227.0, 9228.0, 9241.0, 9191.0, 9232.0, 9204.0, 9217.0, 9199.0, 9213.0, 9220.0, 9186.0, 9214.0, 9242.0, 9213.0, 9244.0, 9212.0, 9241.0, 9206.0, 9179.0, 9189.0, 9190.0, 9174.0, 9204.0, 9176.0, 9202.0, 9205.0, 9187.0, 9186.0, 9183.0, 9172.0, 9167.0, 9186.0, 9155.0, 9186.0, 9184.0, 9200.0, 9186.0, 9190.0, 9186.0, 9185.0, 9185.0, 9192.0, 9190.0, 9171.0, 9186.0, 9174.0, 9211.0, 9211.0, 9222.0, 9216.0, 9222.0, 9210.0, 9243.0, 9227.0, 9247.0, 9233.0, 9243.0, 9234.0, 9220.0, 9222.0, 9231.0, 9244.0, 9237.0, 9232.0, 9234.0, 9273.0, 9246.0, 9190.0, 9235.0, 9199.0, 9210.0, 9205.0, 9210.0, 9225.0, 9209.0, 9196.0, 9207.0, 9220.0, 9225.0, 9188.0, 9189.0, 9204.0, 9185.0, 9167.0, 9185.0, 9170.0, 9185.0, 9190.0, 9209.0, 9188.0, 9218.0, 9183.0, 9181.0, 9184.0, 9182.0, 9183.0, 9199.0, 9186.0, 9202.0, 9172.0, 9199.0, 9171.0, 9181.0, 9166.0, 9177.0, 9173.0, 9162.0, 9175.0, 9176.0, 9177.0, 9174.0, 9178.0, 9165.0, 9162.0, 9162.0, 9161.0, 9174.0, 9163.0, 9178.0, 9182.0, 9187.0, 9174.0, 9178.0, 9178.0, 9215.0, 9200.0, 9212.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.00035336394948335244</td></tr>
<tr><td colspan=3>aqi</td><td>0.03244842215843857</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.80516483700004</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1762581709310342</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9729033692528729</td></tr>
<tr><td colspan=3>efc</td><td>0.5389</td></tr>
<tr><td colspan=3>fber</td><td>2863.5327</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12398568604724887</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.629161882893227</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4925125010246805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.401716579102251</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6999542992644368</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3758666247073523</td></tr>
<tr><td colspan=3>gcor</td><td>0.0263076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037538965698331594</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02546842396259308</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.224243155686882</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>15.1525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.4719</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.2911</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283652.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.345</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9962</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.8</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3265.8957</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.3714</td></tr>
<tr><td colspan=3>tsnr</td><td>33.89433352125343</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>