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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-01/func/sub-0043_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3a3bcc2da5ba8b315b0b80b1b10c649b</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>17:30:35.892500</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.982073, 0.185851, 0.0314937, -0.1845, 0.981958, -0.0414469]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0892725</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7282, 609, -143, -326, -32, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fdcc42f1-72a9-4500-98df-69affec7e6de||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.6348304748535156, -0.4949992895126343, 0.10429681837558746, 122.90933990478516], [-0.49862363934516907, 2.6345221996307373, -0.09421184659004211, -71.81011199951172], [0.08449536561965942, 0.11119892448186874, 2.6963393688201904, -85.39872741699219], [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': ['173035.892500', '173036.352500', '173036.812500', '173037.272500', '173037.732500', '173038.192500', '173038.652500', '173039.112500', '173039.572500', '173040.032500', '173040.492500', '173040.952500', '173041.412500', '173041.872500', '173042.332500', '173042.792500', '173043.252500', '173043.712500', '173044.172500', '173044.632500', '173045.092500', '173045.552500', '173046.012500', '173046.472500', '173046.932500', '173047.392500', '173047.852500', '173048.312500', '173048.772500', '173049.232500', '173049.692500', '173050.152500', '173050.612500', '173051.072500', '173051.532500', '173051.992500', '173052.452500', '173052.912500', '173053.372500', '173053.832500', '173054.292500', '173054.752500', '173055.212500', '173055.672500', '173056.132500', '173056.592500', '173057.052500', '173057.512500', '173057.972500', '173058.432500', '173058.892500', '173059.352500', '173059.812500', '173100.272500', '173100.732500', '173101.192500', '173101.652500', '173102.112500', '173102.572500', '173103.032500', '173103.492500', '173103.952500', '173104.412500', '173104.872500', '173105.332500', '173105.792500', '173106.252500', '173106.712500', '173107.172500', '173107.632500', '173108.092500', '173108.552500', '173109.012500', '173109.472500', '173109.932500', '173110.392500', '173110.852500', '173111.312500', '173111.772500', '173112.232500', '173112.692500', '173113.152500', '173113.612500', '173114.072500', '173114.532500', '173114.992500', '173115.452500', '173115.912500', '173116.372500', '173116.832500', '173117.292500', '173117.752500', '173118.212500', '173118.672500', '173119.132500', '173119.592500', '173120.052500', '173120.512500', '173120.972500', '173121.432500', '173121.892500', '173122.352500', '173122.812500', '173123.272500', '173123.732500', '173124.192500', '173124.652500', '173125.112500', '173125.572500', '173126.032500', '173126.492500', '173126.952500', '173127.412500', '173127.872500', '173128.332500', '173128.792500', '173129.252500', '173129.712500', '173130.172500', '173130.632500', '173131.092500', '173131.552500', '173132.012500', '173132.472500', '173132.932500', '173133.392500', '173133.852500', '173134.312500', '173134.772500', '173135.232500', '173135.692500', '173136.152500', '173136.612500', '173137.072500', '173137.532500', '173137.992500', '173138.452500', '173138.912500', '173139.372500', '173139.832500', '173140.292500', '173140.752500', '173141.212500', '173141.672500', '173142.132500', '173142.592500', '173143.052500', '173143.512500', '173143.972500', '173144.432500', '173144.892500', '173145.352500', '173145.812500', '173146.272500', '173146.732500', '173147.192500', '173147.652500', '173148.112500', '173148.572500', '173149.032500', '173149.492500', '173149.952500', '173150.412500', '173150.872500', '173151.332500', '173151.792500', '173152.252500', '173152.712500', '173153.172500', '173153.632500', '173154.092500', '173154.552500', '173155.012500', '173155.472500', '173155.932500', '173156.392500', '173156.852500', '173157.312500', '173157.772500', '173158.232500', '173158.692500', '173159.152500', '173159.612500', '173200.072500', '173200.532500', '173200.992500', '173201.452500', '173201.912500', '173202.372500', '173202.832500', '173203.292500', '173203.752500', '173204.212500', '173204.672500', '173205.132500', '173205.592500', '173206.052500', '173206.512500', '173206.972500', '173207.432500', '173207.892500', '173208.352500', '173208.812500', '173209.272500', '173209.732500', '173210.192500', '173210.652500', '173211.112500', '173211.572500', '173212.032500', '173212.492500', '173212.952500', '173213.412500', '173213.872500', '173214.332500', '173214.792500', '173215.252500', '173215.712500', '173216.172500', '173216.632500', '173217.092500', '173217.552500', '173218.012500', '173218.472500', '173218.932500', '173219.392500', '173219.852500', '173220.312500', '173220.772500', '173221.232500', '173221.692500', '173222.152500', '173222.612500', '173223.072500', '173223.532500', '173223.992500', '173224.452500', '173224.912500', '173225.372500', '173225.832500', '173226.292500', '173226.752500', '173227.212500', '173227.672500', '173228.132500', '173228.592500', '173229.052500', '173229.512500', '173229.972500', '173230.432500', '173230.892500', '173231.352500', '173231.812500', '173232.272500', '173232.732500', '173233.192500', '173233.652500', '173234.112500', '173234.572500', '173235.032500', '173235.492500', '173235.952500', '173236.412500', '173236.872500', '173237.332500', '173237.792500', '173238.252500', '173238.712500', '173239.172500', '173239.632500', '173240.092500', '173240.552500', '173241.012500', '173241.472500', '173241.932500', '173242.392500', '173242.852500', '173243.312500', '173243.772500', '173244.232500', '173244.692500', '173245.152500', '173245.612500', '173246.072500', '173246.532500', '173246.992500', '173247.452500', '173247.912500', '173248.372500', '173248.832500', '173249.292500', '173249.752500', '173250.212500', '173250.672500', '173251.132500', '173251.592500', '173252.052500', '173252.512500', '173252.972500', '173253.432500', '173253.892500', '173254.352500', '173254.812500', '173255.272500', '173255.732500', '173256.192500', '173256.652500', '173257.112500', '173257.572500', '173258.032500', '173258.492500', '173258.952500', '173259.412500', '173259.872500', '173300.332500', '173300.792500', '173301.252500', '173301.712500', '173302.172500', '173302.632500', '173303.092500', '173303.552500', '173304.012500', '173304.472500', '173304.932500', '173305.392500', '173305.852500', '173306.312500', '173306.772500', '173307.232500', '173307.692500', '173308.152500', '173308.612500', '173309.072500', '173309.532500', '173309.992500', '173310.452500', '173310.912500', '173311.372500', '173311.832500', '173312.292500', '173312.752500', '173313.212500', '173313.672500', '173314.132500', '173314.592500', '173315.052500', '173315.512500', '173315.972500', '173316.432500', '173316.892500', '173317.352500', '173317.812500', '173318.272500', '173318.732500', '173319.192500', '173319.652500', '173320.112500', '173320.572500', '173321.032500', '173321.492500', '173321.952500', '173322.412500', '173322.872500', '173323.332500', '173323.792500', '173324.252500', '173324.712500', '173325.172500', '173325.632500', '173326.092500', '173326.552500', '173327.012500', '173327.472500', '173327.932500', '173328.392500', '173328.852500', '173329.312500', '173329.772500', '173330.232500', '173330.692500', '173331.152500', '173331.612500', '173332.072500', '173332.532500', '173332.992500', '173333.452500', '173333.912500', '173334.372500', '173334.832500', '173335.292500', '173335.752500', '173336.212500', '173336.672500', '173337.132500', '173337.592500', '173338.052500', '173338.512500', '173338.972500', '173339.432500', '173339.892500', '173340.352500', '173340.812500', '173341.272500', '173341.732500', '173342.192500', '173342.652500', '173343.112500', '173343.572500', '173344.032500', '173344.492500', '173344.952500', '173345.412500', '173345.872500', '173346.332500', '173346.792500', '173347.252500', '173347.712500', '173348.172500', '173348.632500', '173349.092500', '173349.552500', '173350.012500', '173350.472500', '173350.932500', '173351.392500', '173351.852500', '173352.312500', '173352.772500', '173353.232500', '173353.692500', '173354.152500', '173354.612500', '173355.072500', '173355.532500', '173355.992500', '173356.452500', '173356.912500', '173357.372500', '173357.832500', '173358.292500', '173358.752500', '173359.212500', '173359.672500', '173400.132500', '173400.592500', '173401.052500', '173401.512500', '173401.972500', '173402.432500', '173402.892500', '173403.352500', '173403.812500', '173404.272500', '173404.732500', '173405.192500', '173405.652500', '173406.112500', '173406.572500', '173407.032500', '173407.492500', '173407.952500', '173408.412500', '173408.872500', '173409.332500', '173409.792500', '173410.252500', '173410.712500', '173411.172500', '173411.632500', '173412.092500', '173412.552500', '173413.012500', '173413.472500', '173413.932500', '173414.392500', '173414.852500', '173415.312500', '173415.772500', '173416.232500', '173416.692500', '173417.152500', '173417.612500', '173418.072500', '173418.532500', '173418.992500', '173419.452500', '173419.912500', '173420.372500', '173420.832500', '173421.292500', '173421.752500', '173422.212500', '173422.672500', '173423.132500', '173423.592500', '173424.052500', '173424.512500', '173424.972500', '173425.432500', '173425.892500', '173426.352500', '173426.812500', '173427.272500', '173427.732500', '173428.192500', '173428.652500', '173429.112500', '173429.572500', '173430.032500', '173430.492500', '173430.952500', '173431.412500', '173431.872500', '173432.332500', '173432.792500', '173433.252500', '173433.712500', '173434.172500', '173434.632500', '173435.092500', '173435.552500', '173436.012500', '173436.472500', '173436.932500', '173437.392500', '173437.852500', '173438.312500', '173438.772500', '173439.232500', '173439.692500', '173440.152500', '173440.612500', '173441.072500', '173441.532500', '173441.992500', '173442.452500', '173442.912500', '173443.372500', '173443.832500', '173444.292500', '173444.752500', '173445.212500', '173445.672500', '173446.132500', '173446.592500', '173447.052500', '173447.512500', '173447.972500', '173448.432500', '173448.892500', '173449.352500', '173449.812500', '173450.272500', '173450.732500', '173451.192500', '173451.652500', '173452.112500', '173452.572500', '173453.032500', '173453.492500', '173453.952500', '173454.412500', '173454.872500', '173455.332500', '173455.792500', '173456.252500', '173456.712500', '173457.172500', '173457.632500', '173458.092500', '173458.552500', '173459.012500', '173459.472500', '173459.932500', '173500.392500', '173500.852500', '173501.312500', '173501.772500', '173502.232500', '173502.692500', '173503.152500', '173503.612500', '173504.072500', '173504.532500', '173504.992500', '173505.452500', '173505.912500', '173506.372500', '173506.832500', '173507.292500', '173507.752500', '173508.212500', '173508.672500', '173509.132500', '173509.592500', '173510.052500', '173510.512500', '173510.972500', '173511.432500', '173511.892500', '173512.352500', '173512.812500', '173513.272500', '173513.732500', '173514.192500', '173514.652500', '173515.112500', '173515.572500', '173516.032500', '173516.492500', '173516.952500', '173517.412500', '173517.872500', '173518.332500', '173518.792500', '173519.252500', '173519.712500', '173520.172500', '173520.632500', '173521.092500', '173521.552500', '173522.012500', '173522.472500', '173522.932500', '173523.392500', '173523.852500', '173524.312500', '173524.772500', '173525.232500', '173525.692500', '173526.152500', '173526.612500', '173527.072500', '173527.532500', '173527.992500', '173528.452500', '173528.912500', '173529.372500', '173529.832500', '173530.292500', '173530.752500', '173531.212500', '173531.672500', '173532.132500', '173532.592500', '173533.052500', '173533.512500', '173533.972500', '173534.432500', '173534.892500', '173535.352500', '173535.812500', '173536.272500', '173536.732500', '173537.192500', '173537.652500', '173538.112500', '173538.572500', '173539.032500', '173539.492500', '173539.952500', '173540.412500', '173540.872500', '173541.332500', '173541.792500', '173542.252500', '173542.712500', '173543.172500', '173543.632500', '173544.092500', '173544.552500', '173545.012500', '173545.472500', '173545.932500', '173546.392500', '173546.852500', '173547.312500', '173547.772500', '173548.232500', '173548.692500', '173549.152500', '173549.612500', '173550.072500', '173550.532500', '173550.992500', '173551.452500', '173551.912500', '173552.372500', '173552.832500', '173553.292500', '173553.752500', '173554.212500', '173554.672500', '173555.132500', '173555.592500', '173556.052500', '173556.512500', '173556.972500', '173557.432500', '173557.892500', '173558.352500', '173558.812500', '173559.272500', '173559.732500', '173600.192500', '173600.652500', '173601.112500', '173601.572500', '173602.032500', '173602.492500', '173602.952500', '173603.412500', '173603.872500', '173604.332500', '173604.792500', '173605.252500', '173605.712500', '173606.172500', '173606.632500', '173607.092500', '173607.552500', '173608.012500', '173608.472500', '173608.932500', '173609.392500', '173609.852500', '173610.312500', '173610.772500', '173611.232500', '173611.692500', '173612.152500', '173612.612500', '173613.072500', '173613.532500', '173613.992500', '173614.452500', '173614.912500', '173615.372500', '173615.832500', '173616.292500', '173616.752500', '173617.212500', '173617.672500', '173618.132500', '173618.592500', '173619.052500', '173619.512500', '173619.972500', '173620.432500', '173620.892500', '173621.352500', '173621.812500', '173622.272500', '173622.732500', '173623.192500', '173623.652500', '173624.112500', '173624.572500', '173625.032500', '173625.492500', '173625.952500', '173626.412500', '173626.872500', '173627.332500', '173627.792500', '173628.252500', '173628.712500', '173629.172500', '173629.632500', '173630.092500', '173630.552500', '173631.012500', '173631.472500', '173631.932500', '173632.392500', '173632.852500', '173633.312500', '173633.772500', '173634.232500', '173634.692500', '173635.152500', '173635.612500', '173636.072500', '173636.532500', '173636.992500', '173637.452500', '173637.912500', '173638.372500', '173638.832500', '173639.292500', '173639.752500', '173640.212500', '173640.672500', '173641.132500', '173641.592500', '173642.052500', '173642.512500', '173642.972500', '173643.432500', '173643.892500', '173644.352500', '173644.812500', '173645.272500', '173645.732500', '173646.192500', '173646.652500', '173647.112500', '173647.572500', '173648.032500', '173648.492500', '173648.952500', '173649.412500', '173649.872500', '173650.332500', '173650.792500', '173651.252500', '173651.712500', '173652.172500', '173652.632500', '173653.092500', '173653.552500', '173654.012500', '173654.472500', '173654.932500', '173655.392500', '173655.852500', '173656.312500', '173656.772500', '173657.232500', '173657.692500', '173658.152500', '173658.612500', '173659.072500', '173659.532500', '173659.992500', '173700.452500', '173700.912500', '173701.372500', '173701.832500', '173702.292500', '173702.752500', '173703.212500', '173703.672500', '173704.132500', '173704.592500', '173705.052500', '173705.512500', '173705.972500', '173706.432500', '173706.892500', '173707.352500', '173707.812500', '173708.272500', '173708.732500', '173709.192500', '173709.652500', '173710.112500', '173710.572500', '173711.032500', '173711.492500', '173711.952500', '173712.412500', '173712.872500', '173713.332500', '173713.792500', '173714.252500', '173714.712500', '173715.172500', '173715.632500', '173716.092500', '173716.552500'], 'ContentTime': ['173040.315000', '173040.328000', '173040.331000', '173100.277000', '173100.280000', '173100.283000', '173100.286000', '173100.288000', '173100.291000', '173100.294000', '173100.297000', '173100.300000', '173100.303000', '173100.306000', '173100.309000', '173100.311000', '173100.314000', '173100.317000', '173100.320000', '173100.323000', '173100.326000', '173100.328000', '173100.331000', '173100.340000', '173100.343000', '173100.346000', '173100.348000', '173100.351000', '173100.354000', '173100.357000', '173100.360000', '173100.363000', '173100.366000', '173100.375000', '173100.378000', '173100.381000', '173100.383000', '173100.386000', '173100.389000', '173100.392000', '173100.395000', '173100.398000', '173100.401000', '173100.404000', '173100.407000', '173100.409000', '173100.412000', '173100.415000', '173100.418000', '173100.421000', '173100.424000', '173120.278000', '173120.281000', '173120.284000', '173120.287000', '173120.300000', '173120.302000', '173120.305000', '173120.308000', '173120.311000', '173120.315000', '173120.323000', '173120.326000', '173120.329000', '173120.332000', '173120.335000', '173120.337000', '173120.340000', '173120.343000', '173120.346000', '173120.349000', '173120.352000', '173120.355000', '173120.357000', '173120.360000', '173120.363000', '173120.366000', '173120.369000', '173120.372000', '173120.375000', '173120.378000', '173120.381000', '173120.384000', '173120.387000', '173120.390000', '173120.393000', '173120.396000', '173120.399000', '173120.406000', '173120.409000', '173120.412000', '173120.415000', '173120.417000', '173120.420000', '173140.278000', '173140.281000', '173140.284000', '173140.287000', '173140.290000', '173140.293000', '173140.295000', '173140.298000', '173140.301000', '173140.304000', '173140.307000', '173140.310000', '173140.312000', '173140.315000', '173140.318000', '173140.321000', '173140.324000', '173140.327000', '173140.330000', '173140.333000', '173140.335000', '173140.338000', '173140.341000', '173140.344000', '173140.347000', '173140.350000', '173140.353000', '173140.356000', '173140.359000', '173140.361000', '173140.364000', '173140.367000', '173140.370000', '173140.373000', '173140.376000', '173140.379000', '173140.381000', '173140.384000', '173140.387000', '173140.390000', '173140.398000', '173140.401000', '173140.404000', '173140.407000', '173200.277000', '173200.280000', '173200.283000', '173200.286000', '173200.289000', '173200.292000', '173200.295000', '173200.297000', '173200.300000', '173200.303000', '173200.306000', '173200.309000', '173200.312000', '173200.315000', '173200.318000', '173200.321000', '173200.324000', '173200.326000', '173200.329000', '173200.332000', '173200.335000', '173200.345000', '173200.348000', '173200.351000', '173200.354000', '173200.357000', '173200.360000', '173200.362000', '173200.365000', '173200.368000', '173200.371000', '173200.374000', '173200.377000', '173200.380000', '173200.383000', '173200.395000', '173200.398000', '173200.401000', '173200.404000', '173200.407000', '173200.410000', '173200.413000', '173200.416000', '173220.277000', '173220.280000', '173220.283000', '173220.286000', '173220.289000', '173220.291000', '173220.294000', '173220.297000', '173220.300000', '173220.303000', '173220.306000', '173220.309000', '173220.312000', '173220.315000', '173220.318000', '173220.321000', '173220.324000', '173220.327000', '173220.329000', '173220.332000', '173220.335000', '173220.338000', '173220.341000', '173220.344000', '173220.347000', '173220.350000', '173220.353000', '173220.355000', '173220.358000', '173220.361000', '173220.364000', '173220.367000', '173220.370000', '173220.373000', '173220.382000', '173220.385000', '173220.388000', '173220.391000', '173220.393000', '173220.396000', '173220.399000', '173220.410000', '173220.413000', '173220.416000', '173240.277000', '173240.280000', '173240.283000', '173240.286000', '173240.289000', '173240.292000', '173240.294000', '173240.297000', '173240.300000', '173240.303000', '173240.306000', '173240.309000', '173240.312000', '173240.315000', '173240.318000', '173240.321000', '173240.324000', '173240.335000', '173240.338000', '173240.341000', '173240.343000', '173240.346000', '173240.350000', '173240.353000', '173240.356000', '173240.359000', '173240.362000', '173240.365000', '173240.368000', '173240.371000', '173240.374000', '173240.377000', '173240.379000', '173240.382000', '173240.385000', '173240.388000', '173240.391000', '173240.394000', '173240.397000', '173240.400000', '173240.403000', '173240.406000', '173240.409000', '173300.289000', '173300.292000', '173300.295000', '173300.298000', '173300.301000', '173300.304000', '173300.307000', '173300.310000', '173300.313000', '173300.315000', '173300.318000', '173300.321000', '173300.331000', '173300.334000', '173300.337000', '173300.340000', '173300.343000', '173300.346000', '173300.349000', '173300.351000', '173300.354000', '173300.357000', '173300.360000', '173300.363000', '173300.366000', '173300.369000', '173300.372000', '173300.375000', '173300.377000', '173300.380000', '173300.383000', '173300.386000', '173300.389000', '173300.392000', '173300.395000', '173300.398000', '173300.401000', '173300.404000', '173300.407000', '173300.410000', '173300.412000', '173300.415000', '173300.418000', '173300.421000', '173320.277000', '173320.280000', '173320.283000', '173320.286000', '173320.289000', '173320.292000', '173320.295000', '173320.297000', '173320.300000', '173320.303000', '173320.306000', '173320.309000', '173320.312000', '173320.315000', '173320.318000', '173320.321000', '173320.324000', '173320.327000', '173320.330000', '173320.333000', '173320.340000', '173320.342000', '173320.345000', '173320.348000', '173320.351000', '173320.354000', '173320.357000', '173320.360000', '173320.363000', '173320.366000', '173320.369000', '173320.372000', '173320.375000', '173320.378000', '173320.381000', '173320.384000', '173320.387000', '173320.389000', '173320.399000', '173320.402000', '173320.405000', '173320.408000', '173320.411000', '173340.278000', '173340.281000', '173340.284000', '173340.287000', '173340.290000', '173340.293000', '173340.295000', '173340.298000', '173340.301000', '173340.304000', '173340.307000', '173340.310000', '173340.313000', '173340.316000', '173340.319000', '173340.322000', '173340.325000', '173340.327000', '173340.330000', '173340.333000', '173340.336000', '173340.339000', '173340.342000', '173340.345000', '173340.348000', '173340.351000', '173340.353000', '173340.356000', '173340.359000', '173340.362000', '173340.365000', '173340.368000', '173340.371000', '173340.374000', '173340.377000', '173340.380000', '173340.383000', '173340.386000', '173340.388000', '173340.391000', '173340.394000', '173340.397000', '173340.400000', '173340.403000', '173400.278000', '173400.281000', '173400.284000', '173400.287000', '173400.290000', '173400.293000', '173400.296000', '173400.299000', '173400.301000', '173400.304000', '173400.307000', '173400.310000', '173400.313000', '173400.316000', '173400.319000', '173400.322000', '173400.325000', '173400.328000', '173400.331000', '173400.334000', '173400.336000', '173400.339000', '173400.342000', '173400.345000', '173400.348000', '173400.351000', '173400.354000', '173400.357000', '173400.360000', '173400.363000', '173400.366000', '173400.373000', '173400.376000', '173400.379000', '173400.382000', '173400.385000', '173400.389000', '173400.392000', '173400.395000', '173400.398000', '173400.401000', '173400.404000', '173400.416000', '173420.277000', '173420.280000', '173420.283000', '173420.286000', '173420.289000', '173420.291000', '173420.294000', '173420.297000', '173420.300000', '173420.303000', '173420.306000', '173420.309000', '173420.312000', '173420.315000', '173420.317000', '173420.320000', '173420.323000', '173420.326000', '173420.329000', '173420.332000', '173420.335000', '173420.338000', '173420.341000', '173420.343000', '173420.346000', '173420.361000', '173420.364000', '173420.367000', '173420.370000', '173420.373000', '173420.375000', '173420.378000', '173420.381000', '173420.384000', '173420.387000', '173420.390000', '173420.393000', '173420.396000', '173420.399000', '173420.402000', '173420.405000', '173420.408000', '173420.411000', '173420.414000', '173440.277000', '173440.280000', '173440.283000', '173440.286000', '173440.289000', '173440.292000', '173440.295000', '173440.297000', '173440.300000', '173440.303000', '173440.306000', '173440.309000', '173440.312000', '173440.315000', '173440.318000', '173440.321000', '173440.324000', '173440.326000', '173440.329000', '173440.341000', '173440.344000', '173440.347000', '173440.350000', '173440.353000', '173440.356000', '173440.358000', '173440.361000', '173440.364000', '173440.367000', '173440.370000', '173440.373000', '173440.376000', '173440.379000', '173440.382000', '173440.385000', '173440.388000', '173440.391000', '173440.393000', '173440.396000', '173440.399000', '173440.402000', '173440.405000', '173440.408000', '173500.277000', '173500.280000', '173500.283000', '173500.286000', '173500.289000', '173500.291000', '173500.294000', '173500.297000', '173500.300000', '173500.303000', '173500.306000', '173500.309000', '173500.312000', '173500.315000', '173500.318000', '173500.321000', '173500.323000', '173500.326000', '173500.329000', '173500.332000', '173500.335000', '173500.338000', '173500.341000', '173500.344000', '173500.347000', '173500.350000', '173500.353000', '173500.355000', '173500.358000', '173500.361000', '173500.364000', '173500.367000', '173500.370000', '173500.373000', '173500.376000', '173500.379000', '173500.382000', '173500.385000', '173500.388000', '173500.390000', '173500.393000', '173500.396000', '173500.399000', '173500.402000', '173520.277000', '173520.280000', '173520.283000', '173520.286000', '173520.289000', '173520.292000', '173520.295000', '173520.297000', '173520.300000', '173520.303000', '173520.306000', '173520.309000', '173520.312000', '173520.315000', '173520.318000', '173520.321000', '173520.324000', '173520.327000', '173520.330000', '173520.333000', '173520.335000', '173520.338000', '173520.341000', '173520.344000', '173520.347000', '173520.350000', '173520.353000', '173520.356000', '173520.359000', '173520.362000', '173520.365000', '173520.368000', '173520.370000', '173520.373000', '173520.376000', '173520.379000', '173520.382000', '173520.385000', '173520.388000', '173520.391000', '173520.394000', '173520.397000', '173520.400000', '173540.277000', '173540.280000', '173540.283000', '173540.286000', '173540.289000', '173540.292000', '173540.295000', '173540.298000', '173540.301000', '173540.303000', '173540.306000', '173540.309000', '173540.312000', '173540.315000', '173540.324000', '173540.326000', '173540.329000', '173540.332000', '173540.335000', '173540.338000', '173540.341000', '173540.344000', '173540.347000', '173540.350000', '173540.353000', '173540.356000', '173540.359000', '173540.361000', '173540.364000', '173540.367000', '173540.370000', '173540.373000', '173540.376000', '173540.379000', '173540.382000', '173540.385000', '173540.388000', '173540.391000', '173540.394000', '173540.397000', '173540.400000', '173540.403000', '173540.406000', '173600.278000', '173600.281000', '173600.284000', '173600.287000', '173600.290000', '173600.293000', '173600.296000', '173600.317000', '173600.320000', '173600.323000', '173600.326000', '173600.329000', '173600.331000', '173600.334000', '173600.337000', '173600.340000', '173600.343000', '173600.346000', '173600.349000', '173600.352000', '173600.355000', '173600.358000', '173600.361000', '173600.364000', '173600.367000', '173600.370000', '173600.373000', '173600.376000', '173600.379000', '173600.381000', '173600.384000', '173600.387000', '173600.390000', '173600.393000', '173600.396000', '173600.399000', '173600.402000', '173600.405000', '173600.408000', '173600.411000', '173600.414000', '173600.416000', '173600.419000', '173600.422000', '173620.298000', '173620.301000', '173620.304000', '173620.307000', '173620.310000', '173620.313000', '173620.316000', '173620.319000', '173620.322000', '173620.324000', '173620.327000', '173620.330000', '173620.333000', '173620.336000', '173620.339000', '173620.342000', '173620.345000', '173620.347000', '173620.350000', '173620.353000', '173620.356000', '173620.359000', '173620.362000', '173620.365000', '173620.368000', '173620.371000', '173620.374000', '173620.377000', '173620.379000', '173620.382000', '173620.385000', '173620.388000', '173620.391000', '173620.394000', '173620.397000', '173620.400000', '173620.403000', '173620.406000', '173620.409000', '173620.411000', '173620.414000', '173620.417000', '173620.420000', '173640.277000', '173640.280000', '173640.283000', '173640.286000', '173640.289000', '173640.292000', '173640.295000', '173640.298000', '173640.301000', '173640.303000', '173640.306000', '173640.309000', '173640.312000', '173640.315000', '173640.318000', '173640.321000', '173640.324000', '173640.327000', '173640.330000', '173640.333000', '173640.342000', '173640.346000', '173640.349000', '173640.352000', '173640.355000', '173640.358000', '173640.361000', '173640.364000', '173640.367000', '173640.370000', '173640.373000', '173640.376000', '173640.379000', '173640.382000', '173640.385000', '173640.387000', '173640.390000', '173640.393000', '173640.396000', '173640.399000', '173640.402000', '173640.405000', '173640.408000', '173640.411000', '173700.277000', '173700.280000', '173700.283000', '173700.286000', '173700.289000', '173700.292000', '173700.295000', '173700.298000', '173700.300000', '173700.303000', '173700.308000', '173700.312000', '173700.315000', '173700.318000', '173700.321000', '173700.324000', '173700.327000', '173700.329000', '173700.332000', '173700.335000', '173700.338000', '173700.341000', '173700.344000', '173700.347000', '173700.350000', '173700.353000', '173700.356000', '173700.359000', '173700.362000', '173700.365000', '173700.367000', '173700.370000', '173700.373000', '173700.376000', '173700.379000', '173700.382000', '173700.385000', '173700.388000', '173700.391000', '173700.404000', '173700.407000', '173700.410000', '173700.413000', '173717.849000', '173717.853000', '173717.856000', '173717.860000', '173717.863000', '173717.866000', '173717.869000', '173717.873000', '173717.875000', '173717.878000', '173717.881000', '173717.884000', '173717.888000', '173717.891000', '173717.894000', '173717.897000', '173717.900000', '173717.903000', '173717.925000', '173717.928000', '173717.932000', '173717.935000', '173717.938000', '173717.941000', '173717.943000', '173717.947000', '173717.950000', '173717.953000', '173717.956000', '173717.959000', '173717.962000', '173717.975000', '173717.978000', '173717.980000', '173717.983000', '173717.986000', '173717.989000', '173717.992000', '173717.995000'], 'InstanceCreationTime': ['173040.315000', '173040.328000', '173040.331000', '173100.277000', '173100.280000', '173100.283000', '173100.286000', '173100.288000', '173100.291000', '173100.294000', '173100.297000', '173100.300000', '173100.303000', '173100.306000', '173100.309000', '173100.311000', '173100.314000', '173100.317000', '173100.320000', '173100.323000', '173100.326000', '173100.328000', '173100.331000', '173100.340000', '173100.343000', '173100.346000', '173100.348000', '173100.351000', '173100.354000', '173100.357000', '173100.360000', '173100.363000', '173100.366000', '173100.375000', '173100.378000', '173100.381000', '173100.383000', '173100.386000', '173100.389000', '173100.392000', '173100.395000', '173100.398000', '173100.401000', '173100.404000', '173100.407000', '173100.409000', '173100.412000', '173100.415000', '173100.418000', '173100.421000', '173100.424000', '173120.278000', '173120.281000', '173120.284000', '173120.287000', '173120.300000', '173120.302000', '173120.305000', '173120.308000', '173120.311000', '173120.315000', '173120.323000', '173120.326000', '173120.329000', '173120.332000', '173120.335000', '173120.337000', '173120.340000', '173120.343000', '173120.346000', '173120.349000', '173120.352000', '173120.355000', '173120.357000', '173120.360000', '173120.363000', '173120.366000', '173120.369000', '173120.372000', '173120.375000', '173120.378000', '173120.381000', '173120.384000', '173120.387000', '173120.390000', '173120.393000', '173120.396000', '173120.399000', '173120.406000', '173120.409000', '173120.412000', '173120.415000', '173120.417000', '173120.420000', '173140.278000', '173140.281000', '173140.284000', '173140.287000', '173140.290000', '173140.293000', '173140.295000', '173140.298000', '173140.301000', '173140.304000', '173140.307000', '173140.310000', '173140.312000', '173140.315000', '173140.318000', '173140.321000', '173140.324000', '173140.327000', '173140.330000', '173140.333000', '173140.335000', '173140.338000', '173140.341000', '173140.344000', '173140.347000', '173140.350000', '173140.353000', '173140.356000', '173140.359000', '173140.361000', '173140.364000', '173140.367000', '173140.370000', '173140.373000', '173140.376000', '173140.379000', '173140.381000', '173140.384000', '173140.387000', '173140.390000', '173140.398000', '173140.401000', '173140.404000', '173140.407000', '173200.277000', '173200.280000', '173200.283000', '173200.286000', '173200.289000', '173200.292000', '173200.295000', '173200.297000', '173200.300000', '173200.303000', '173200.306000', '173200.309000', '173200.312000', '173200.315000', '173200.318000', '173200.321000', '173200.324000', '173200.326000', '173200.329000', '173200.332000', '173200.335000', '173200.345000', '173200.348000', '173200.351000', '173200.354000', '173200.357000', '173200.360000', '173200.362000', '173200.365000', '173200.368000', '173200.371000', '173200.374000', '173200.377000', '173200.380000', '173200.383000', '173200.395000', '173200.398000', '173200.401000', '173200.404000', '173200.407000', '173200.410000', '173200.413000', '173200.416000', '173220.277000', '173220.280000', '173220.283000', '173220.286000', '173220.289000', '173220.291000', '173220.294000', '173220.297000', '173220.300000', '173220.303000', '173220.306000', '173220.309000', '173220.312000', '173220.315000', '173220.318000', '173220.321000', '173220.324000', '173220.327000', '173220.329000', '173220.332000', '173220.335000', '173220.338000', '173220.341000', '173220.344000', '173220.347000', '173220.350000', '173220.353000', '173220.355000', '173220.358000', '173220.361000', '173220.364000', '173220.367000', '173220.370000', '173220.373000', '173220.382000', '173220.385000', '173220.388000', '173220.391000', '173220.393000', '173220.396000', '173220.399000', '173220.410000', '173220.413000', '173220.416000', '173240.277000', '173240.280000', '173240.283000', '173240.286000', '173240.289000', '173240.292000', '173240.294000', '173240.297000', '173240.300000', '173240.303000', '173240.306000', '173240.309000', '173240.312000', '173240.315000', '173240.318000', '173240.321000', '173240.324000', '173240.335000', '173240.338000', '173240.341000', '173240.343000', '173240.346000', '173240.350000', '173240.353000', '173240.356000', '173240.359000', '173240.362000', '173240.365000', '173240.368000', '173240.371000', '173240.374000', '173240.377000', '173240.379000', '173240.382000', '173240.385000', '173240.388000', '173240.391000', '173240.394000', '173240.397000', '173240.400000', '173240.403000', '173240.406000', '173240.409000', '173300.289000', '173300.292000', '173300.295000', '173300.298000', '173300.301000', '173300.304000', '173300.307000', '173300.310000', '173300.313000', '173300.315000', '173300.318000', '173300.321000', '173300.331000', '173300.334000', '173300.337000', '173300.340000', '173300.343000', '173300.346000', '173300.349000', '173300.351000', '173300.354000', '173300.357000', '173300.360000', '173300.363000', '173300.366000', '173300.369000', '173300.372000', '173300.375000', '173300.377000', '173300.380000', '173300.383000', '173300.386000', '173300.389000', '173300.392000', '173300.395000', '173300.398000', '173300.401000', '173300.404000', '173300.407000', '173300.410000', '173300.412000', '173300.415000', '173300.418000', '173300.421000', '173320.277000', '173320.280000', '173320.283000', '173320.286000', '173320.289000', '173320.292000', '173320.295000', '173320.297000', '173320.300000', '173320.303000', '173320.306000', '173320.309000', '173320.312000', '173320.315000', '173320.318000', '173320.321000', '173320.324000', '173320.327000', '173320.330000', '173320.333000', '173320.340000', '173320.342000', '173320.345000', '173320.348000', '173320.351000', '173320.354000', '173320.357000', '173320.360000', '173320.363000', '173320.366000', '173320.369000', '173320.372000', '173320.375000', '173320.378000', '173320.381000', '173320.384000', '173320.387000', '173320.389000', '173320.399000', '173320.402000', '173320.405000', '173320.408000', '173320.411000', '173340.278000', '173340.281000', '173340.284000', '173340.287000', '173340.290000', '173340.293000', '173340.295000', '173340.298000', '173340.301000', '173340.304000', '173340.307000', '173340.310000', '173340.313000', '173340.316000', '173340.319000', '173340.322000', '173340.325000', '173340.327000', '173340.330000', '173340.333000', '173340.336000', '173340.339000', '173340.342000', '173340.345000', '173340.348000', '173340.351000', '173340.353000', '173340.356000', '173340.359000', '173340.362000', '173340.365000', '173340.368000', '173340.371000', '173340.374000', '173340.377000', '173340.380000', '173340.383000', '173340.386000', '173340.388000', '173340.391000', '173340.394000', '173340.397000', '173340.400000', '173340.403000', '173400.278000', '173400.281000', '173400.284000', '173400.287000', '173400.290000', '173400.293000', '173400.296000', '173400.299000', '173400.301000', '173400.304000', '173400.307000', '173400.310000', '173400.313000', '173400.316000', '173400.319000', '173400.322000', '173400.325000', '173400.328000', '173400.331000', '173400.334000', '173400.336000', '173400.339000', '173400.342000', '173400.345000', '173400.348000', '173400.351000', '173400.354000', '173400.357000', '173400.360000', '173400.363000', '173400.366000', '173400.373000', '173400.376000', '173400.379000', '173400.382000', '173400.385000', '173400.389000', '173400.392000', '173400.395000', '173400.398000', '173400.401000', '173400.404000', '173400.416000', '173420.277000', '173420.280000', '173420.283000', '173420.286000', '173420.289000', '173420.291000', '173420.294000', '173420.297000', '173420.300000', '173420.303000', '173420.306000', '173420.309000', '173420.312000', '173420.315000', '173420.317000', '173420.320000', '173420.323000', '173420.326000', '173420.329000', '173420.332000', '173420.335000', '173420.338000', '173420.341000', '173420.343000', '173420.346000', '173420.361000', '173420.364000', '173420.367000', '173420.370000', '173420.373000', '173420.375000', '173420.378000', '173420.381000', '173420.384000', '173420.387000', '173420.390000', '173420.393000', '173420.396000', '173420.399000', '173420.402000', '173420.405000', '173420.408000', '173420.411000', '173420.414000', '173440.277000', '173440.280000', '173440.283000', '173440.286000', '173440.289000', '173440.292000', '173440.295000', '173440.297000', '173440.300000', '173440.303000', '173440.306000', '173440.309000', '173440.312000', '173440.315000', '173440.318000', '173440.321000', '173440.324000', '173440.326000', '173440.329000', '173440.341000', '173440.344000', '173440.347000', '173440.350000', '173440.353000', '173440.356000', '173440.358000', '173440.361000', '173440.364000', '173440.367000', '173440.370000', '173440.373000', '173440.376000', '173440.379000', '173440.382000', '173440.385000', '173440.388000', '173440.391000', '173440.393000', '173440.396000', '173440.399000', '173440.402000', '173440.405000', '173440.408000', '173500.277000', '173500.280000', '173500.283000', '173500.286000', '173500.289000', '173500.291000', '173500.294000', '173500.297000', '173500.300000', '173500.303000', '173500.306000', '173500.309000', '173500.312000', '173500.315000', '173500.318000', '173500.321000', '173500.323000', '173500.326000', '173500.329000', '173500.332000', '173500.335000', '173500.338000', '173500.341000', '173500.344000', '173500.347000', '173500.350000', '173500.353000', '173500.355000', '173500.358000', '173500.361000', '173500.364000', '173500.367000', '173500.370000', '173500.373000', '173500.376000', '173500.379000', '173500.382000', '173500.385000', '173500.388000', '173500.390000', '173500.393000', '173500.396000', '173500.399000', '173500.402000', '173520.277000', '173520.280000', '173520.283000', '173520.286000', '173520.289000', '173520.292000', '173520.295000', '173520.297000', '173520.300000', '173520.303000', '173520.306000', '173520.309000', '173520.312000', '173520.315000', '173520.318000', '173520.321000', '173520.324000', '173520.327000', '173520.330000', '173520.333000', '173520.335000', '173520.338000', '173520.341000', '173520.344000', '173520.347000', '173520.350000', '173520.353000', '173520.356000', '173520.359000', '173520.362000', '173520.365000', '173520.368000', '173520.370000', '173520.373000', '173520.376000', '173520.379000', '173520.382000', '173520.385000', '173520.388000', '173520.391000', '173520.394000', '173520.397000', '173520.400000', '173540.277000', '173540.280000', '173540.283000', '173540.286000', '173540.289000', '173540.292000', '173540.295000', '173540.298000', '173540.301000', '173540.303000', '173540.306000', '173540.309000', '173540.312000', '173540.315000', '173540.324000', '173540.326000', '173540.329000', '173540.332000', '173540.335000', '173540.338000', '173540.341000', '173540.344000', '173540.347000', '173540.350000', '173540.353000', '173540.356000', '173540.359000', '173540.361000', '173540.364000', '173540.367000', '173540.370000', '173540.373000', '173540.376000', '173540.379000', '173540.382000', '173540.385000', '173540.388000', '173540.391000', '173540.394000', '173540.397000', '173540.400000', '173540.403000', '173540.406000', '173600.278000', '173600.281000', '173600.284000', '173600.287000', '173600.290000', '173600.293000', '173600.296000', '173600.317000', '173600.320000', '173600.323000', '173600.326000', '173600.329000', '173600.331000', '173600.334000', '173600.337000', '173600.340000', '173600.343000', '173600.346000', '173600.349000', '173600.352000', '173600.355000', '173600.358000', '173600.361000', '173600.364000', '173600.367000', '173600.370000', '173600.373000', '173600.376000', '173600.379000', '173600.381000', '173600.384000', '173600.387000', '173600.390000', '173600.393000', '173600.396000', '173600.399000', '173600.402000', '173600.405000', '173600.408000', '173600.411000', '173600.414000', '173600.416000', '173600.419000', '173600.422000', '173620.298000', '173620.301000', '173620.304000', '173620.307000', '173620.310000', '173620.313000', '173620.316000', '173620.319000', '173620.322000', '173620.324000', '173620.327000', '173620.330000', '173620.333000', '173620.336000', '173620.339000', '173620.342000', '173620.345000', '173620.347000', '173620.350000', '173620.353000', '173620.356000', '173620.359000', '173620.362000', '173620.365000', '173620.368000', '173620.371000', '173620.374000', '173620.377000', '173620.379000', '173620.382000', '173620.385000', '173620.388000', '173620.391000', '173620.394000', '173620.397000', '173620.400000', '173620.403000', '173620.406000', '173620.409000', '173620.411000', '173620.414000', '173620.417000', '173620.420000', '173640.277000', '173640.280000', '173640.283000', '173640.286000', '173640.289000', '173640.292000', '173640.295000', '173640.298000', '173640.301000', '173640.303000', '173640.306000', '173640.309000', '173640.312000', '173640.315000', '173640.318000', '173640.321000', '173640.324000', '173640.327000', '173640.330000', '173640.333000', '173640.342000', '173640.346000', '173640.349000', '173640.352000', '173640.355000', '173640.358000', '173640.361000', '173640.364000', '173640.367000', '173640.370000', '173640.373000', '173640.376000', '173640.379000', '173640.382000', '173640.385000', '173640.387000', '173640.390000', '173640.393000', '173640.396000', '173640.399000', '173640.402000', '173640.405000', '173640.408000', '173640.411000', '173700.277000', '173700.280000', '173700.283000', '173700.286000', '173700.289000', '173700.292000', '173700.295000', '173700.298000', '173700.300000', '173700.303000', '173700.308000', '173700.312000', '173700.315000', '173700.318000', '173700.321000', '173700.324000', '173700.327000', '173700.329000', '173700.332000', '173700.335000', '173700.338000', '173700.341000', '173700.344000', '173700.347000', '173700.350000', '173700.353000', '173700.356000', '173700.359000', '173700.362000', '173700.365000', '173700.367000', '173700.370000', '173700.373000', '173700.376000', '173700.379000', '173700.382000', '173700.385000', '173700.388000', '173700.391000', '173700.404000', '173700.407000', '173700.410000', '173700.413000', '173717.849000', '173717.853000', '173717.856000', '173717.860000', '173717.863000', '173717.866000', '173717.869000', '173717.873000', '173717.875000', '173717.878000', '173717.881000', '173717.884000', '173717.888000', '173717.891000', '173717.894000', '173717.897000', '173717.900000', '173717.903000', '173717.925000', '173717.928000', '173717.932000', '173717.935000', '173717.938000', '173717.941000', '173717.943000', '173717.947000', '173717.950000', '173717.953000', '173717.956000', '173717.959000', '173717.962000', '173717.975000', '173717.978000', '173717.980000', '173717.983000', '173717.986000', '173717.989000', '173717.992000', '173717.995000'], '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': [10297, 14311, 10572, 14755, 10593, 10598, 9269, 9705, 10962, 9222, 13006, 8768, 13181, 8699, 11917, 10111, 8295, 11544, 8488, 9802, 8779, 8539, 12460, 8813, 14050, 9568, 12806, 9107, 10440, 9420, 7826, 12383, 9084, 11664, 9398, 9031, 10909, 8403, 12078, 8422, 13391, 9729, 14046, 9207, 13308, 9410, 13660, 10109, 12757, 9674, 10036, 9117, 9383, 9062, 8093, 10016, 8620, 11212, 8269, 12266, 8957, 10536, 9367, 9553, 9550, 8688, 11110, 8499, 11989, 9197, 10512, 9576, 9083, 11551, 8675, 12516, 9409, 13461, 9790, 10130, 9220, 8745, 10233, 8670, 12984, 8862, 12329, 9177, 10603, 9421, 8409, 11058, 8665, 12244, 9004, 12424, 9806, 8775, 10214, 8672, 12459, 8726, 13360, 9208, 12157, 8535, 12209, 8878, 9759, 9461, 8437, 9586, 8744, 10431, 9205, 10769, 8735, 11534, 9300, 12380, 8669, 11741, 9024, 11975, 9012, 11399, 8890, 9560, 9083, 9818, 9075, 9236, 9693, 9561, 10555, 8353, 11401, 9035, 11313, 9091, 10372, 9448, 8072, 10556, 8501, 12683, 8830, 9676, 9962, 8491, 13728, 9420, 13522, 10221, 11485, 10062, 8954, 10896, 9033, 12330, 8779, 13818, 9615, 12243, 9102, 10473, 9201, 11559, 9303, 9918, 9638, 8334, 10589, 8966, 11538, 8481, 11524, 8698, 11369, 9147, 10850, 8609, 11475, 8937, 11148, 9072, 11560, 9042, 8579, 9394, 8737, 10676, 8614, 12677, 8743, 12605, 8663, 12930, 9569, 10024, 9471, 8864, 10626, 8558, 12903, 8836, 11304, 8878, 9383, 9667, 9230, 10810, 8986, 11614, 9215, 9366, 10704, 8644, 10025, 9099, 8228, 12452, 9934, 8910, 11740, 8864, 11507, 8945, 12430, 8834, 13027, 8880, 12485, 9076, 12283, 9758, 8960, 9401, 9393, 10516, 8630, 11683, 9842, 9706, 8265, 11617, 9076, 9667, 8705, 8346, 9910, 9005, 11421, 8988, 12788, 8890, 10723, 9028, 9719, 9989, 8415, 12773, 8779, 11344, 9593, 10598, 10578, 8348, 12521, 8817, 13502, 9326, 14212, 10456, 12100, 9499, 9961, 9957, 10531, 10169, 8180, 11027, 9757, 12314, 9022, 13234, 9495, 9959, 9835, 8458, 10514, 9076, 12752, 8819, 10489, 9613, 9795, 9354, 8823, 10835, 8436, 11190, 8787, 10911, 9178, 8786, 10335, 8941, 11339, 9152, 12585, 9249, 10681, 9441, 8091, 9980, 8511, 12001, 8651, 12481, 8721, 12338, 8731, 12484, 9254, 9092, 9651, 8443, 10246, 8527, 11979, 8692, 12049, 9206, 10828, 9286, 8753, 10246, 8611, 11065, 9551, 13176, 8812, 12832, 8927, 11040, 9536, 8396, 10986, 8675, 11739, 8594, 11047, 8921, 8834, 9204, 8802, 9242, 10246, 9638, 8191, 10282, 9186, 11118, 8439, 11510, 8868, 12147, 9127, 10905, 9124, 10446, 9712, 7682, 10033, 8746, 8988, 10126, 8837, 12294, 9006, 13250, 9388, 10377, 9510, 9766, 11507, 9351, 12255, 8773, 12213, 9055, 12520, 9299, 11980, 9337, 10041, 9791, 9618, 9275, 8916, 9678, 8988, 10071, 8636, 10195, 8887, 9891, 9733, 10155, 8714, 10570, 9662, 10234, 9591, 11079, 9153, 8729, 9180, 7810, 9682, 9090, 10412, 8815, 11479, 9688, 11896, 9675, 11813, 8925, 9358, 9128, 8841, 10627, 9051, 11908, 9628, 12196, 9876, 9537, 9806, 9504, 11834, 9252, 13825, 9756, 14579, 9329, 12895, 9105, 12754, 9150, 12628, 8931, 11580, 9006, 10303, 9170, 8836, 10217, 9319, 11625, 9185, 8914, 10840, 10150, 11256, 8783, 10640, 8715, 10509, 8731, 11719, 9063, 11383, 9767, 11371, 9691, 12213, 9008, 11536, 9504, 10725, 9252, 11100, 9328, 9488, 9358, 8618, 9578, 8661, 10065, 9392, 10244, 9368, 10961, 8937, 11244, 9130, 10974, 9540, 11446, 9532, 10091, 9170, 8622, 9461, 8205, 10491, 8747, 11455, 9559, 12216, 9457, 10383, 9373, 8382, 10236, 8939, 12585, 9452, 12336, 9625, 9241, 10802, 8845, 12918, 9313, 14166, 9683, 10579, 9730, 9469, 10834, 11251, 10971, 9837, 10563, 8882, 10382, 8922, 12242, 9700, 12085, 9986, 12378, 10111, 13143, 9386, 12081, 9544, 10926, 9211, 11237, 9633, 9849, 10445, 8472, 10458, 9481, 11595, 9063, 12140, 9832, 11324, 9713, 9311, 10675, 9140, 10722, 9048, 10259, 9210, 8271, 10398, 8847, 11608, 9227, 12835, 9762, 10666, 10143, 9826, 10404, 9283, 10809, 9376, 10979, 9975, 12084, 9159, 12399, 9576, 11664, 9904, 10516, 9906, 9169, 11453, 9718, 10818, 9819, 10977, 9778, 10506, 9933, 8333, 10657, 8777, 10432, 9129, 11400, 8889, 7923, 9855, 9438, 10473, 9468, 8133, 9641, 10129, 10165, 9183, 12009, 9098, 9363, 9843, 8385, 11644, 9096, 13285, 9233, 10922, 9721, 8843, 12336, 9582, 11069, 9915, 9655, 10594, 9354, 12945, 9445, 10289, 9197, 9407, 11326, 9577, 9000, 11500, 9343, 13846, 9673, 13996, 10547, 12035, 10342, 8668, 10991, 9268, 11636, 10327, 13533, 9518, 12530, 9660, 11102, 9852, 9536, 10181, 8383, 10460, 9403, 11138, 9402, 10972, 9942, 10211, 9497, 10843, 9946, 8526, 10596, 9514, 11703, 9029, 10998, 9763, 9663, 10538, 9803, 12106, 9840, 9994, 10616, 9591, 10856, 9751, 11168, 9510, 11207, 9916, 10666, 9480, 12393, 9422, 11616, 9964, 9690, 10070, 9246, 10584, 9735, 11031, 10133, 11782, 9223, 13084, 9919, 10099, 10484, 9276, 11351, 9286, 11734, 10222, 9410, 10861, 8820, 11847, 10324, 13257, 9821, 13011, 10340, 11198, 9865, 9141, 12263, 9428, 12832, 9842, 13071, 9898, 14061, 10088, 9013, 10771, 9567, 11415, 9477, 12685, 10540, 9000, 10377, 9609, 10104, 10215, 9244, 10864, 9748, 12068, 9986, 11630, 10151, 9366, 10728, 9132, 10892, 9497, 12194, 9659, 9484, 10086, 8763, 10149, 8668, 10615, 9293, 11232, 9507, 9910, 9316, 9373, 10407, 9825, 10355, 9321, 10908, 9476, 8980, 10120, 9326, 10803, 9583, 11719, 9541, 10837, 9210, 9421, 9843, 9440, 11147, 9765, 11208, 9657, 9617, 11432, 9413, 12619, 9469, 11711, 9918, 9347, 10547, 9773, 12798, 9301, 15674, 9803, 14663, 10057, 11380, 9481, 9208, 10671, 9570, 11184, 9514, 12182, 9453, 12102, 9826, 10194, 9948, 9312, 10009, 9583, 10987, 9736, 11269, 9379, 11890, 9774, 10300, 10007, 9517, 10252, 9186, 10510, 9184, 10285, 9359, 11777, 9181, 10589, 9506, 8739, 9789, 8755, 10802, 9757, 12032, 9127, 12628, 9604, 10991, 9764, 10528, 9342, 9995], 'WindowCenter': [4294.0, 4321.0, 4276.0, 4281.0, 4249.0, 4246.0, 4225.0, 4235.0, 4245.0, 4221.0, 4254.0, 4211.0, 4251.0, 4210.0, 4254.0, 4234.0, 4201.0, 4241.0, 4200.0, 4222.0, 4210.0, 4212.0, 4255.0, 4211.0, 4266.0, 4221.0, 4241.0, 4211.0, 4231.0, 4210.0, 4188.0, 4252.0, 4210.0, 4242.0, 4211.0, 4211.0, 4233.0, 4199.0, 4240.0, 4199.0, 4243.0, 4209.0, 4240.0, 4197.0, 4229.0, 4196.0, 4229.0, 4204.0, 4228.0, 4207.0, 4206.0, 4200.0, 4196.0, 4195.0, 4185.0, 4206.0, 4197.0, 4229.0, 4199.0, 4230.0, 4201.0, 4218.0, 4207.0, 4209.0, 4209.0, 4200.0, 4232.0, 4200.0, 4229.0, 4210.0, 4220.0, 4211.0, 4209.0, 4231.0, 4198.0, 4243.0, 4210.0, 4240.0, 4219.0, 4220.0, 4208.0, 4198.0, 4218.0, 4197.0, 4239.0, 4213.0, 4239.0, 4211.0, 4221.0, 4210.0, 4187.0, 4230.0, 4211.0, 4231.0, 4210.0, 4239.0, 4219.0, 4197.0, 4218.0, 4201.0, 4238.0, 4197.0, 4241.0, 4212.0, 4232.0, 4196.0, 4228.0, 4197.0, 4208.0, 4206.0, 4188.0, 4210.0, 4198.0, 4220.0, 4210.0, 4219.0, 4197.0, 4228.0, 4199.0, 4229.0, 4198.0, 4228.0, 4200.0, 4228.0, 4197.0, 4228.0, 4198.0, 4206.0, 4212.0, 4223.0, 4212.0, 4209.0, 4220.0, 4221.0, 4219.0, 4198.0, 4231.0, 4209.0, 4246.0, 4223.0, 4236.0, 4223.0, 4201.0, 4233.0, 4214.0, 4254.0, 4214.0, 4221.0, 4223.0, 4215.0, 4266.0, 4225.0, 4254.0, 4221.0, 4231.0, 4219.0, 4202.0, 4231.0, 4198.0, 4240.0, 4200.0, 4240.0, 4208.0, 4230.0, 4199.0, 4217.0, 4208.0, 4230.0, 4211.0, 4219.0, 4208.0, 4187.0, 4219.0, 4199.0, 4231.0, 4197.0, 4230.0, 4197.0, 4230.0, 4198.0, 4218.0, 4211.0, 4230.0, 4198.0, 4217.0, 4210.0, 4228.0, 4209.0, 4199.0, 4212.0, 4199.0, 4233.0, 4201.0, 4242.0, 4201.0, 4240.0, 4198.0, 4238.0, 4210.0, 4208.0, 4210.0, 4211.0, 4232.0, 4200.0, 4243.0, 4211.0, 4230.0, 4209.0, 4211.0, 4210.0, 4210.0, 4233.0, 4222.0, 4242.0, 4223.0, 4224.0, 4244.0, 4213.0, 4233.0, 4224.0, 4217.0, 4254.0, 4224.0, 4224.0, 4243.0, 4212.0, 4244.0, 4210.0, 4242.0, 4199.0, 4239.0, 4199.0, 4239.0, 4211.0, 4230.0, 4209.0, 4199.0, 4209.0, 4209.0, 4219.0, 4200.0, 4244.0, 4208.0, 4208.0, 4199.0, 4230.0, 4211.0, 4221.0, 4211.0, 4200.0, 4234.0, 4226.0, 4246.0, 4223.0, 4252.0, 4213.0, 4233.0, 4214.0, 4220.0, 4220.0, 4200.0, 4241.0, 4211.0, 4233.0, 4223.0, 4231.0, 4231.0, 4200.0, 4242.0, 4200.0, 4241.0, 4209.0, 4239.0, 4219.0, 4227.0, 4198.0, 4206.0, 4207.0, 4207.0, 4208.0, 4184.0, 4216.0, 4194.0, 4227.0, 4196.0, 4226.0, 4196.0, 4208.0, 4207.0, 4188.0, 4218.0, 4198.0, 4228.0, 4199.0, 4218.0, 4209.0, 4206.0, 4210.0, 4195.0, 4219.0, 4187.0, 4216.0, 4201.0, 4229.0, 4209.0, 4197.0, 4222.0, 4208.0, 4228.0, 4211.0, 4240.0, 4210.0, 4219.0, 4208.0, 4186.0, 4208.0, 4198.0, 4240.0, 4200.0, 4242.0, 4214.0, 4239.0, 4198.0, 4240.0, 4208.0, 4200.0, 4209.0, 4187.0, 4220.0, 4201.0, 4230.0, 4200.0, 4229.0, 4208.0, 4230.0, 4209.0, 4198.0, 4219.0, 4197.0, 4221.0, 4209.0, 4242.0, 4210.0, 4240.0, 4211.0, 4228.0, 4209.0, 4188.0, 4228.0, 4201.0, 4229.0, 4197.0, 4229.0, 4211.0, 4209.0, 4221.0, 4210.0, 4235.0, 4232.0, 4222.0, 4200.0, 4222.0, 4210.0, 4233.0, 4200.0, 4232.0, 4199.0, 4228.0, 4209.0, 4229.0, 4221.0, 4229.0, 4222.0, 4192.0, 4220.0, 4211.0, 4212.0, 4233.0, 4211.0, 4244.0, 4214.0, 4241.0, 4212.0, 4221.0, 4211.0, 4220.0, 4231.0, 4211.0, 4229.0, 4200.0, 4228.0, 4197.0, 4241.0, 4211.0, 4230.0, 4209.0, 4208.0, 4208.0, 4208.0, 4201.0, 4199.0, 4210.0, 4198.0, 4219.0, 4199.0, 4224.0, 4210.0, 4221.0, 4221.0, 4237.0, 4212.0, 4231.0, 4223.0, 4233.0, 4235.0, 4245.0, 4225.0, 4215.0, 4226.0, 4202.0, 4225.0, 4223.0, 4236.0, 4224.0, 4245.0, 4224.0, 4255.0, 4225.0, 4255.0, 4224.0, 4225.0, 4226.0, 4225.0, 4234.0, 4224.0, 4255.0, 4235.0, 4257.0, 4236.0, 4225.0, 4235.0, 4225.0, 4256.0, 4224.0, 4255.0, 4212.0, 4253.0, 4213.0, 4246.0, 4211.0, 4241.0, 4210.0, 4231.0, 4202.0, 4229.0, 4211.0, 4221.0, 4211.0, 4201.0, 4220.0, 4209.0, 4232.0, 4211.0, 4200.0, 4221.0, 4209.0, 4222.0, 4187.0, 4209.0, 4188.0, 4208.0, 4185.0, 4216.0, 4188.0, 4217.0, 4205.0, 4219.0, 4207.0, 4227.0, 4198.0, 4219.0, 4210.0, 4219.0, 4209.0, 4218.0, 4198.0, 4207.0, 4199.0, 4198.0, 4211.0, 4200.0, 4219.0, 4210.0, 4219.0, 4211.0, 4232.0, 4200.0, 4231.0, 4211.0, 4234.0, 4223.0, 4242.0, 4222.0, 4220.0, 4213.0, 4211.0, 4221.0, 4203.0, 4233.0, 4212.0, 4243.0, 4237.0, 4254.0, 4224.0, 4233.0, 4212.0, 4203.0, 4236.0, 4212.0, 4244.0, 4224.0, 4252.0, 4223.0, 4223.0, 4246.0, 4227.0, 4255.0, 4224.0, 4267.0, 4223.0, 4234.0, 4224.0, 4212.0, 4231.0, 4231.0, 4234.0, 4208.0, 4217.0, 4196.0, 4206.0, 4197.0, 4229.0, 4197.0, 4217.0, 4196.0, 4226.0, 4205.0, 4226.0, 4184.0, 4216.0, 4195.0, 4204.0, 4196.0, 4217.0, 4213.0, 4210.0, 4218.0, 4187.0, 4222.0, 4209.0, 4229.0, 4199.0, 4229.0, 4212.0, 4219.0, 4210.0, 4209.0, 4218.0, 4207.0, 4219.0, 4198.0, 4221.0, 4211.0, 4199.0, 4220.0, 4214.0, 4242.0, 4210.0, 4240.0, 4222.0, 4219.0, 4220.0, 4211.0, 4222.0, 4200.0, 4219.0, 4198.0, 4219.0, 4208.0, 4230.0, 4198.0, 4227.0, 4208.0, 4218.0, 4208.0, 4206.0, 4208.0, 4208.0, 4230.0, 4210.0, 4219.0, 4210.0, 4218.0, 4209.0, 4220.0, 4209.0, 4187.0, 4220.0, 4199.0, 4220.0, 4211.0, 4231.0, 4202.0, 4190.0, 4221.0, 4225.0, 4232.0, 4224.0, 4205.0, 4223.0, 4233.0, 4238.0, 4226.0, 4255.0, 4224.0, 4224.0, 4224.0, 4216.0, 4245.0, 4213.0, 4254.0, 4223.0, 4233.0, 4224.0, 4214.0, 4255.0, 4223.0, 4243.0, 4226.0, 4225.0, 4234.0, 4226.0, 4254.0, 4225.0, 4234.0, 4223.0, 4212.0, 4233.0, 4223.0, 4212.0, 4246.0, 4225.0, 4254.0, 4225.0, 4256.0, 4222.0, 4233.0, 4209.0, 4188.0, 4217.0, 4195.0, 4218.0, 4208.0, 4229.0, 4195.0, 4216.0, 4198.0, 4215.0, 4206.0, 4197.0, 4208.0, 4187.0, 4220.0, 4212.0, 4232.0, 4209.0, 4231.0, 4220.0, 4221.0, 4223.0, 4233.0, 4222.0, 4201.0, 4220.0, 4225.0, 4242.0, 4224.0, 4245.0, 4224.0, 4224.0, 4234.0, 4235.0, 4254.0, 4236.0, 4226.0, 4234.0, 4221.0, 4233.0, 4212.0, 4234.0, 4223.0, 4236.0, 4219.0, 4221.0, 4224.0, 4240.0, 4211.0, 4232.0, 4221.0, 4221.0, 4224.0, 4211.0, 4232.0, 4221.0, 4232.0, 4222.0, 4241.0, 4214.0, 4242.0, 4222.0, 4235.0, 4234.0, 4225.0, 4242.0, 4222.0, 4241.0, 4231.0, 4220.0, 4234.0, 4209.0, 4244.0, 4221.0, 4241.0, 4220.0, 4240.0, 4219.0, 4230.0, 4209.0, 4197.0, 4229.0, 4209.0, 4239.0, 4219.0, 4254.0, 4209.0, 4238.0, 4207.0, 4196.0, 4218.0, 4207.0, 4229.0, 4209.0, 4239.0, 4217.0, 4197.0, 4219.0, 4207.0, 4218.0, 4218.0, 4211.0, 4230.0, 4221.0, 4241.0, 4221.0, 4231.0, 4210.0, 4198.0, 4217.0, 4196.0, 4216.0, 4209.0, 4228.0, 4207.0, 4210.0, 4218.0, 4200.0, 4220.0, 4198.0, 4244.0, 4221.0, 4230.0, 4220.0, 4220.0, 4211.0, 4211.0, 4234.0, 4221.0, 4232.0, 4224.0, 4242.0, 4223.0, 4223.0, 4236.0, 4236.0, 4246.0, 4234.0, 4256.0, 4224.0, 4245.0, 4225.0, 4224.0, 4233.0, 4235.0, 4246.0, 4235.0, 4246.0, 4236.0, 4235.0, 4257.0, 4236.0, 4269.0, 4236.0, 4256.0, 4235.0, 4223.0, 4246.0, 4233.0, 4255.0, 4223.0, 4265.0, 4223.0, 4264.0, 4223.0, 4242.0, 4221.0, 4211.0, 4222.0, 4209.0, 4233.0, 4219.0, 4242.0, 4210.0, 4240.0, 4219.0, 4220.0, 4221.0, 4212.0, 4222.0, 4211.0, 4232.0, 4221.0, 4232.0, 4221.0, 4241.0, 4222.0, 4222.0, 4223.0, 4224.0, 4233.0, 4211.0, 4232.0, 4211.0, 4233.0, 4222.0, 4242.0, 4223.0, 4233.0, 4222.0, 4213.0, 4234.0, 4212.0, 4245.0, 4222.0, 4246.0, 4221.0, 4253.0, 4223.0, 4247.0, 4224.0, 4234.0, 4225.0, 4222.0], 'WindowWidth': [9510.0, 9539.0, 9465.0, 9464.0, 9413.0, 9401.0, 9372.0, 9385.0, 9397.0, 9360.0, 9408.0, 9345.0, 9399.0, 9343.0, 9409.0, 9378.0, 9330.0, 9384.0, 9326.0, 9357.0, 9342.0, 9346.0, 9409.0, 9346.0, 9428.0, 9358.0, 9384.0, 9341.0, 9372.0, 9342.0, 9310.0, 9402.0, 9342.0, 9387.0, 9344.0, 9344.0, 9375.0, 9325.0, 9382.0, 9324.0, 9387.0, 9337.0, 9381.0, 9317.0, 9363.0, 9315.0, 9362.0, 9323.0, 9359.0, 9331.0, 9327.0, 9323.0, 9316.0, 9312.0, 9298.0, 9327.0, 9316.0, 9363.0, 9323.0, 9365.0, 9325.0, 9346.0, 9331.0, 9338.0, 9338.0, 9323.0, 9372.0, 9326.0, 9363.0, 9340.0, 9353.0, 9341.0, 9336.0, 9367.0, 9321.0, 9389.0, 9341.0, 9380.0, 9352.0, 9354.0, 9335.0, 9321.0, 9348.0, 9318.0, 9378.0, 9347.0, 9380.0, 9341.0, 9356.0, 9340.0, 9304.0, 9370.0, 9344.0, 9368.0, 9341.0, 9379.0, 9352.0, 9319.0, 9348.0, 9326.0, 9374.0, 9319.0, 9384.0, 9345.0, 9370.0, 9316.0, 9360.0, 9318.0, 9333.0, 9329.0, 9305.0, 9338.0, 9320.0, 9354.0, 9337.0, 9350.0, 9317.0, 9361.0, 9321.0, 9363.0, 9319.0, 9359.0, 9323.0, 9360.0, 9318.0, 9361.0, 9320.0, 9331.0, 9344.0, 9361.0, 9345.0, 9337.0, 9356.0, 9356.0, 9350.0, 9321.0, 9370.0, 9339.0, 9397.0, 9366.0, 9384.0, 9365.0, 9331.0, 9379.0, 9352.0, 9405.0, 9349.0, 9356.0, 9362.0, 9354.0, 9426.0, 9371.0, 9409.0, 9359.0, 9370.0, 9353.0, 9329.0, 9368.0, 9321.0, 9379.0, 9325.0, 9380.0, 9336.0, 9366.0, 9324.0, 9345.0, 9334.0, 9371.0, 9344.0, 9351.0, 9335.0, 9304.0, 9348.0, 9321.0, 9366.0, 9317.0, 9366.0, 9316.0, 9365.0, 9318.0, 9346.0, 9344.0, 9369.0, 9321.0, 9345.0, 9340.0, 9361.0, 9337.0, 9324.0, 9343.0, 9325.0, 9375.0, 9330.0, 9385.0, 9328.0, 9380.0, 9321.0, 9376.0, 9339.0, 9335.0, 9339.0, 9345.0, 9372.0, 9326.0, 9387.0, 9344.0, 9368.0, 9337.0, 9343.0, 9342.0, 9339.0, 9378.0, 9363.0, 9391.0, 9366.0, 9366.0, 9397.0, 9353.0, 9376.0, 9367.0, 9362.0, 9409.0, 9367.0, 9365.0, 9392.0, 9346.0, 9391.0, 9340.0, 9388.0, 9324.0, 9378.0, 9322.0, 9379.0, 9342.0, 9366.0, 9337.0, 9322.0, 9336.0, 9337.0, 9350.0, 9325.0, 9392.0, 9333.0, 9333.0, 9324.0, 9367.0, 9342.0, 9357.0, 9343.0, 9329.0, 9379.0, 9373.0, 9400.0, 9364.0, 9403.0, 9350.0, 9378.0, 9348.0, 9355.0, 9354.0, 9327.0, 9385.0, 9343.0, 9376.0, 9363.0, 9373.0, 9373.0, 9327.0, 9387.0, 9326.0, 9384.0, 9338.0, 9381.0, 9349.0, 9360.0, 9320.0, 9328.0, 9328.0, 9330.0, 9331.0, 9294.0, 9341.0, 9308.0, 9356.0, 9313.0, 9355.0, 9313.0, 9331.0, 9330.0, 9309.0, 9348.0, 9319.0, 9361.0, 9322.0, 9347.0, 9335.0, 9329.0, 9340.0, 9312.0, 9348.0, 9304.0, 9344.0, 9327.0, 9366.0, 9338.0, 9320.0, 9357.0, 9333.0, 9363.0, 9343.0, 9381.0, 9339.0, 9351.0, 9334.0, 9304.0, 9335.0, 9322.0, 9379.0, 9329.0, 9388.0, 9352.0, 9380.0, 9322.0, 9381.0, 9336.0, 9323.0, 9336.0, 9304.0, 9353.0, 9328.0, 9367.0, 9328.0, 9366.0, 9336.0, 9368.0, 9337.0, 9319.0, 9351.0, 9317.0, 9355.0, 9336.0, 9388.0, 9339.0, 9382.0, 9344.0, 9364.0, 9338.0, 9307.0, 9363.0, 9330.0, 9363.0, 9320.0, 9364.0, 9344.0, 9339.0, 9357.0, 9342.0, 9384.0, 9375.0, 9361.0, 9326.0, 9358.0, 9339.0, 9375.0, 9329.0, 9371.0, 9323.0, 9364.0, 9338.0, 9364.0, 9357.0, 9366.0, 9358.0, 9319.0, 9355.0, 9344.0, 9346.0, 9378.0, 9345.0, 9394.0, 9350.0, 9387.0, 9343.0, 9355.0, 9343.0, 9352.0, 9371.0, 9341.0, 9365.0, 9326.0, 9362.0, 9319.0, 9383.0, 9341.0, 9367.0, 9337.0, 9335.0, 9332.0, 9334.0, 9326.0, 9322.0, 9339.0, 9321.0, 9350.0, 9325.0, 9362.0, 9338.0, 9355.0, 9356.0, 9383.0, 9347.0, 9373.0, 9364.0, 9378.0, 9382.0, 9397.0, 9370.0, 9356.0, 9370.0, 9334.0, 9368.0, 9363.0, 9385.0, 9365.0, 9395.0, 9367.0, 9411.0, 9369.0, 9409.0, 9369.0, 9369.0, 9370.0, 9367.0, 9380.0, 9365.0, 9410.0, 9384.0, 9417.0, 9387.0, 9369.0, 9384.0, 9367.0, 9414.0, 9365.0, 9411.0, 9346.0, 9406.0, 9347.0, 9395.0, 9343.0, 9383.0, 9338.0, 9367.0, 9328.0, 9364.0, 9341.0, 9356.0, 9345.0, 9328.0, 9352.0, 9336.0, 9370.0, 9341.0, 9324.0, 9357.0, 9337.0, 9360.0, 9304.0, 9335.0, 9303.0, 9329.0, 9298.0, 9343.0, 9301.0, 9341.0, 9324.0, 9345.0, 9330.0, 9356.0, 9316.0, 9348.0, 9335.0, 9348.0, 9336.0, 9346.0, 9320.0, 9331.0, 9321.0, 9319.0, 9341.0, 9326.0, 9352.0, 9339.0, 9352.0, 9342.0, 9372.0, 9326.0, 9369.0, 9343.0, 9375.0, 9362.0, 9389.0, 9360.0, 9357.0, 9348.0, 9345.0, 9360.0, 9335.0, 9379.0, 9348.0, 9392.0, 9386.0, 9408.0, 9367.0, 9376.0, 9347.0, 9336.0, 9385.0, 9348.0, 9393.0, 9364.0, 9405.0, 9367.0, 9365.0, 9400.0, 9377.0, 9413.0, 9367.0, 9431.0, 9363.0, 9378.0, 9364.0, 9345.0, 9369.0, 9368.0, 9379.0, 9334.0, 9345.0, 9313.0, 9328.0, 9314.0, 9364.0, 9314.0, 9343.0, 9311.0, 9353.0, 9323.0, 9353.0, 9294.0, 9338.0, 9308.0, 9320.0, 9313.0, 9341.0, 9344.0, 9335.0, 9344.0, 9304.0, 9356.0, 9336.0, 9365.0, 9324.0, 9364.0, 9342.0, 9350.0, 9341.0, 9337.0, 9349.0, 9332.0, 9349.0, 9322.0, 9356.0, 9343.0, 9326.0, 9356.0, 9348.0, 9386.0, 9341.0, 9383.0, 9358.0, 9352.0, 9352.0, 9340.0, 9355.0, 9323.0, 9350.0, 9317.0, 9347.0, 9333.0, 9364.0, 9319.0, 9357.0, 9332.0, 9346.0, 9330.0, 9328.0, 9333.0, 9333.0, 9366.0, 9340.0, 9350.0, 9338.0, 9348.0, 9335.0, 9349.0, 9335.0, 9302.0, 9353.0, 9322.0, 9351.0, 9342.0, 9368.0, 9329.0, 9312.0, 9356.0, 9366.0, 9375.0, 9367.0, 9341.0, 9365.0, 9377.0, 9388.0, 9370.0, 9410.0, 9366.0, 9365.0, 9366.0, 9357.0, 9398.0, 9349.0, 9408.0, 9363.0, 9376.0, 9365.0, 9352.0, 9409.0, 9362.0, 9390.0, 9369.0, 9369.0, 9381.0, 9371.0, 9411.0, 9368.0, 9380.0, 9363.0, 9346.0, 9375.0, 9362.0, 9347.0, 9396.0, 9366.0, 9408.0, 9365.0, 9412.0, 9359.0, 9373.0, 9337.0, 9306.0, 9345.0, 9310.0, 9345.0, 9329.0, 9362.0, 9310.0, 9340.0, 9314.0, 9339.0, 9326.0, 9314.0, 9329.0, 9301.0, 9352.0, 9344.0, 9369.0, 9338.0, 9369.0, 9354.0, 9356.0, 9361.0, 9374.0, 9359.0, 9328.0, 9353.0, 9368.0, 9390.0, 9368.0, 9396.0, 9366.0, 9365.0, 9379.0, 9382.0, 9409.0, 9384.0, 9371.0, 9378.0, 9356.0, 9376.0, 9343.0, 9381.0, 9364.0, 9382.0, 9352.0, 9355.0, 9364.0, 9382.0, 9343.0, 9373.0, 9356.0, 9358.0, 9365.0, 9343.0, 9374.0, 9355.0, 9372.0, 9358.0, 9385.0, 9352.0, 9389.0, 9360.0, 9379.0, 9380.0, 9369.0, 9389.0, 9360.0, 9386.0, 9371.0, 9355.0, 9379.0, 9340.0, 9393.0, 9356.0, 9387.0, 9354.0, 9384.0, 9352.0, 9368.0, 9338.0, 9319.0, 9366.0, 9336.0, 9377.0, 9351.0, 9407.0, 9340.0, 9379.0, 9333.0, 9315.0, 9346.0, 9329.0, 9364.0, 9336.0, 9379.0, 9345.0, 9319.0, 9349.0, 9332.0, 9348.0, 9350.0, 9341.0, 9368.0, 9356.0, 9385.0, 9357.0, 9372.0, 9339.0, 9320.0, 9344.0, 9314.0, 9343.0, 9336.0, 9360.0, 9331.0, 9338.0, 9347.0, 9328.0, 9354.0, 9322.0, 9397.0, 9359.0, 9367.0, 9356.0, 9356.0, 9346.0, 9344.0, 9377.0, 9359.0, 9376.0, 9368.0, 9391.0, 9365.0, 9364.0, 9384.0, 9387.0, 9400.0, 9380.0, 9413.0, 9367.0, 9396.0, 9369.0, 9367.0, 9381.0, 9384.0, 9400.0, 9385.0, 9400.0, 9387.0, 9384.0, 9417.0, 9388.0, 9437.0, 9387.0, 9416.0, 9385.0, 9365.0, 9401.0, 9378.0, 9413.0, 9365.0, 9428.0, 9365.0, 9422.0, 9364.0, 9388.0, 9357.0, 9342.0, 9358.0, 9337.0, 9376.0, 9353.0, 9386.0, 9339.0, 9380.0, 9351.0, 9355.0, 9358.0, 9345.0, 9359.0, 9341.0, 9372.0, 9356.0, 9373.0, 9360.0, 9385.0, 9361.0, 9359.0, 9361.0, 9362.0, 9378.0, 9344.0, 9373.0, 9344.0, 9377.0, 9361.0, 9389.0, 9365.0, 9377.0, 9362.0, 9353.0, 9380.0, 9349.0, 9397.0, 9360.0, 9397.0, 9360.0, 9406.0, 9365.0, 9400.0, 9366.0, 9381.0, 9372.0, 9359.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.0003349134948096886</td></tr>
<tr><td colspan=3>aqi</td><td>0.018663592848904266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.517577191073855</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2029921719976906</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999410965161663</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>4137.168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08918083951007379</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.845444059976932</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.631689184880145</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6730732089962412</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6980943902178716</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.523899955426323</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107356</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001848661690019071</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012059662491083145</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9309691281678276</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>27.7853</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8394</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.7456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298430.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>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.0329</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5721</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.1381</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3411.9411</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.8515</td></tr>
<tr><td colspan=3>tsnr</td><td>43.83277112734504</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>