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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-01/func/sub-0087_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7f2174d5a7efc4d5ff646b2c0c9ba18f</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>22:14:32.027500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999738, 0.0218743, 0.00668161, -0.0218144, 0.999722, -0.00891911]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0944853</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7785, -7239, 580, -37, -11, 20, 62]</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>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c2292fe-33e1-4672-b6cf-1c8dd0bb0e10||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682224988937378, -0.058526311069726944, 0.018562113866209984, 115.07896423339844], [-0.05868718773126602, 2.6821818351745605, -0.023681748658418655, -93.421142578125], [0.017926279455423355, 0.023929309099912643, 2.6998324394226074, -71.71964263916016], [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': ['221432.027500', '221432.487500', '221432.947500', '221433.407500', '221433.867500', '221434.327500', '221434.787500', '221435.247500', '221435.707500', '221436.167500', '221436.627500', '221437.087500', '221437.547500', '221438.007500', '221438.467500', '221438.927500', '221439.387500', '221439.847500', '221440.307500', '221440.767500', '221441.227500', '221441.687500', '221442.147500', '221442.607500', '221443.067500', '221443.527500', '221443.987500', '221444.447500', '221444.907500', '221445.367500', '221445.827500', '221446.287500', '221446.747500', '221447.207500', '221447.667500', '221448.127500', '221448.587500', '221449.047500', '221449.507500', '221449.967500', '221450.427500', '221450.887500', '221451.347500', '221451.807500', '221452.267500', '221452.727500', '221453.187500', '221453.647500', '221454.107500', '221454.567500', '221455.027500', '221455.487500', '221455.947500', '221456.407500', '221456.867500', '221457.327500', '221457.787500', '221458.247500', '221458.707500', '221459.167500', '221459.627500', '221500.087500', '221500.547500', '221501.007500', '221501.467500', '221501.927500', '221502.387500', '221502.847500', '221503.307500', '221503.767500', '221504.227500', '221504.687500', '221505.147500', '221505.607500', '221506.067500', '221506.527500', '221506.987500', '221507.447500', '221507.907500', '221508.367500', '221508.827500', '221509.287500', '221509.747500', '221510.207500', '221510.667500', '221511.127500', '221511.587500', '221512.047500', '221512.507500', '221512.967500', '221513.427500', '221513.887500', '221514.347500', '221514.807500', '221515.267500', '221515.727500', '221516.187500', '221516.647500', '221517.107500', '221517.567500', '221518.027500', '221518.487500', '221518.947500', '221519.407500', '221519.867500', '221520.327500', '221520.787500', '221521.247500', '221521.707500', '221522.167500', '221522.627500', '221523.087500', '221523.547500', '221524.007500', '221524.467500', '221524.927500', '221525.387500', '221525.847500', '221526.307500', '221526.767500', '221527.227500', '221527.687500', '221528.147500', '221528.607500', '221529.067500', '221529.527500', '221529.987500', '221530.447500', '221530.907500', '221531.367500', '221531.827500', '221532.287500', '221532.747500', '221533.207500', '221533.667500', '221534.127500', '221534.587500', '221535.047500', '221535.507500', '221535.967500', '221536.427500', '221536.887500', '221537.347500', '221537.807500', '221538.267500', '221538.727500', '221539.187500', '221539.647500', '221540.107500', '221540.567500', '221541.027500', '221541.487500', '221541.947500', '221542.407500', '221542.867500', '221543.327500', '221543.787500', '221544.247500', '221544.707500', '221545.167500', '221545.627500', '221546.087500', '221546.547500', '221547.007500', '221547.467500', '221547.927500', '221548.387500', '221548.847500', '221549.307500', '221549.767500', '221550.227500', '221550.687500', '221551.147500', '221551.607500', '221552.067500', '221552.527500', '221552.987500', '221553.447500', '221553.907500', '221554.367500', '221554.827500', '221555.287500', '221555.747500', '221556.207500', '221556.667500', '221557.127500', '221557.587500', '221558.047500', '221558.507500', '221558.967500', '221559.427500', '221559.887500', '221600.347500', '221600.807500', '221601.267500', '221601.727500', '221602.187500', '221602.647500', '221603.107500', '221603.567500', '221604.027500', '221604.487500', '221604.947500', '221605.407500', '221605.867500', '221606.327500', '221606.787500', '221607.247500', '221607.707500', '221608.167500', '221608.627500', '221609.087500', '221609.547500', '221610.007500', '221610.467500', '221610.927500', '221611.387500', '221611.847500', '221612.307500', '221612.767500', '221613.227500', '221613.687500', '221614.147500', '221614.607500', '221615.067500', '221615.527500', '221615.987500', '221616.447500', '221616.907500', '221617.367500', '221617.827500', '221618.287500', '221618.747500', '221619.207500', '221619.667500', '221620.127500', '221620.587500', '221621.047500', '221621.507500', '221621.967500', '221622.427500', '221622.887500', '221623.347500', '221623.807500', '221624.267500', '221624.727500', '221625.187500', '221625.647500', '221626.107500', '221626.567500', '221627.027500', '221627.487500', '221627.947500', '221628.407500', '221628.867500', '221629.327500', '221629.787500', '221630.247500', '221630.707500', '221631.167500', '221631.627500', '221632.087500', '221632.547500', '221633.007500', '221633.467500', '221633.927500', '221634.387500', '221634.847500', '221635.307500', '221635.767500', '221636.227500', '221636.687500', '221637.147500', '221637.607500', '221638.067500', '221638.527500', '221638.987500', '221639.447500', '221639.907500', '221640.367500', '221640.827500', '221641.287500', '221641.747500', '221642.207500', '221642.667500', '221643.127500', '221643.587500', '221644.047500', '221644.507500', '221644.967500', '221645.427500', '221645.887500', '221646.347500', '221646.807500', '221647.267500', '221647.727500', '221648.187500', '221648.647500', '221649.107500', '221649.567500', '221650.027500', '221650.487500', '221650.947500', '221651.407500', '221651.867500', '221652.327500', '221652.787500', '221653.247500', '221653.707500', '221654.167500', '221654.627500', '221655.087500', '221655.547500', '221656.007500', '221656.467500', '221656.927500', '221657.387500', '221657.847500', '221658.307500', '221658.767500', '221659.227500', '221659.687500', '221700.147500', '221700.607500', '221701.067500', '221701.527500', '221701.987500', '221702.447500', '221702.907500', '221703.367500', '221703.827500', '221704.287500', '221704.747500', '221705.207500', '221705.667500', '221706.127500', '221706.587500', '221707.047500', '221707.507500', '221707.967500', '221708.427500', '221708.887500', '221709.347500', '221709.807500', '221710.267500', '221710.727500', '221711.187500', '221711.647500', '221712.107500', '221712.567500', '221713.027500', '221713.487500', '221713.947500', '221714.407500', '221714.867500', '221715.327500', '221715.787500', '221716.247500', '221716.707500', '221717.167500', '221717.627500', '221718.087500', '221718.547500', '221719.007500', '221719.467500', '221719.927500', '221720.387500', '221720.847500', '221721.307500', '221721.767500', '221722.227500', '221722.687500', '221723.147500', '221723.607500', '221724.067500', '221724.527500', '221724.987500', '221725.447500', '221725.907500', '221726.367500', '221726.827500', '221727.287500', '221727.747500', '221728.207500', '221728.667500', '221729.127500', '221729.587500', '221730.047500', '221730.507500', '221730.967500', '221731.427500', '221731.887500', '221732.347500', '221732.807500', '221733.267500', '221733.727500', '221734.187500', '221734.647500', '221735.107500', '221735.567500', '221736.027500', '221736.487500', '221736.947500', '221737.407500', '221737.867500', '221738.327500', '221738.787500', '221739.247500', '221739.707500', '221740.167500', '221740.627500', '221741.087500', '221741.547500', '221742.007500', '221742.467500', '221742.927500', '221743.387500', '221743.847500', '221744.307500', '221744.767500', '221745.227500', '221745.687500', '221746.147500', '221746.607500', '221747.067500', '221747.527500', '221747.987500', '221748.447500', '221748.907500', '221749.367500', '221749.827500', '221750.287500', '221750.747500', '221751.207500', '221751.667500', '221752.127500', '221752.587500', '221753.047500', '221753.507500', '221753.967500', '221754.427500', '221754.887500', '221755.347500', '221755.807500', '221756.267500', '221756.727500', '221757.187500', '221757.647500', '221758.107500', '221758.567500', '221759.027500', '221759.487500', '221759.947500', '221800.407500', '221800.867500', '221801.327500', '221801.787500', '221802.247500', '221802.707500', '221803.167500', '221803.627500', '221804.087500', '221804.547500', '221805.007500', '221805.467500', '221805.927500', '221806.387500', '221806.847500', '221807.307500', '221807.767500', '221808.227500', '221808.687500', '221809.147500', '221809.607500', '221810.067500', '221810.527500', '221810.987500', '221811.447500', '221811.907500', '221812.367500', '221812.827500', '221813.287500', '221813.747500', '221814.207500', '221814.667500', '221815.127500', '221815.587500', '221816.047500', '221816.507500', '221816.967500', '221817.427500', '221817.887500', '221818.347500', '221818.807500', '221819.267500', '221819.727500', '221820.187500', '221820.647500', '221821.107500', '221821.567500', '221822.027500', '221822.487500', '221822.947500', '221823.407500', '221823.867500', '221824.327500', '221824.787500', '221825.247500', '221825.707500', '221826.167500', '221826.627500', '221827.087500', '221827.547500', '221828.007500', '221828.467500', '221828.927500', '221829.387500', '221829.847500', '221830.307500', '221830.767500', '221831.227500', '221831.687500', '221832.147500', '221832.607500', '221833.067500', '221833.527500', '221833.987500', '221834.447500', '221834.907500', '221835.367500', '221835.827500', '221836.287500', '221836.747500', '221837.207500', '221837.667500', '221838.127500', '221838.587500', '221839.047500', '221839.507500', '221839.967500', '221840.427500', '221840.887500', '221841.347500', '221841.807500', '221842.267500', '221842.727500', '221843.187500', '221843.647500', '221844.107500', '221844.567500', '221845.027500', '221845.487500', '221845.947500', '221846.407500', '221846.867500', '221847.327500', '221847.787500', '221848.247500', '221848.707500', '221849.167500', '221849.627500', '221850.087500', '221850.547500', '221851.007500', '221851.467500', '221851.927500', '221852.387500', '221852.847500', '221853.307500', '221853.767500', '221854.227500', '221854.687500', '221855.147500', '221855.607500', '221856.067500', '221856.527500', '221856.987500', '221857.447500', '221857.907500', '221858.367500', '221858.827500', '221859.287500', '221859.747500', '221900.207500', '221900.667500', '221901.127500', '221901.587500', '221902.047500', '221902.507500', '221902.967500', '221903.427500', '221903.887500', '221904.347500', '221904.807500', '221905.267500', '221905.727500', '221906.187500', '221906.647500', '221907.107500', '221907.567500', '221908.027500', '221908.487500', '221908.947500', '221909.407500', '221909.867500', '221910.327500', '221910.787500', '221911.247500', '221911.707500', '221912.167500', '221912.627500', '221913.087500', '221913.547500', '221914.007500', '221914.467500', '221914.927500', '221915.387500', '221915.847500', '221916.307500', '221916.767500', '221917.227500', '221917.687500', '221918.147500', '221918.607500', '221919.067500', '221919.527500', '221919.987500', '221920.447500', '221920.907500', '221921.367500', '221921.827500', '221922.287500', '221922.747500', '221923.207500', '221923.667500', '221924.127500', '221924.587500', '221925.047500', '221925.507500', '221925.967500', '221926.427500', '221926.887500', '221927.347500', '221927.807500', '221928.267500', '221928.727500', '221929.187500', '221929.647500', '221930.107500', '221930.567500', '221931.027500', '221931.487500', '221931.947500', '221932.407500', '221932.867500', '221933.327500', '221933.787500', '221934.247500', '221934.707500', '221935.167500', '221935.627500', '221936.087500', '221936.547500', '221937.007500', '221937.467500', '221937.927500', '221938.387500', '221938.847500', '221939.307500', '221939.767500', '221940.227500', '221940.687500', '221941.147500', '221941.607500', '221942.067500', '221942.527500', '221942.987500', '221943.447500', '221943.907500', '221944.367500', '221944.827500', '221945.287500', '221945.747500', '221946.207500', '221946.667500', '221947.127500', '221947.587500', '221948.047500', '221948.507500', '221948.967500', '221949.427500', '221949.887500', '221950.347500', '221950.807500', '221951.267500', '221951.727500', '221952.187500', '221952.647500', '221953.107500', '221953.567500', '221954.027500', '221954.487500', '221954.947500', '221955.407500', '221955.867500', '221956.327500', '221956.787500', '221957.247500', '221957.707500', '221958.167500', '221958.627500', '221959.087500', '221959.547500', '222000.007500', '222000.467500', '222000.927500', '222001.387500', '222001.847500', '222002.307500', '222002.767500', '222003.227500', '222003.687500', '222004.147500', '222004.607500', '222005.067500', '222005.527500', '222005.987500', '222006.447500', '222006.907500', '222007.367500', '222007.827500', '222008.287500', '222008.747500', '222009.207500', '222009.667500', '222010.127500', '222010.587500', '222011.047500', '222011.507500', '222011.967500', '222012.427500', '222012.887500', '222013.347500', '222013.807500', '222014.267500', '222014.727500', '222015.187500', '222015.647500', '222016.107500', '222016.567500', '222017.027500', '222017.487500', '222017.947500', '222018.407500', '222018.867500', '222019.327500', '222019.787500', '222020.247500', '222020.707500', '222021.167500', '222021.627500', '222022.087500', '222022.547500', '222023.007500', '222023.467500', '222023.927500', '222024.387500', '222024.847500', '222025.307500', '222025.767500', '222026.227500', '222026.687500', '222027.147500', '222027.607500', '222028.067500', '222028.527500', '222028.987500', '222029.447500', '222029.907500', '222030.367500', '222030.827500', '222031.287500', '222031.747500', '222032.207500', '222032.667500', '222033.127500', '222033.587500', '222034.047500', '222034.507500', '222034.967500', '222035.427500', '222035.887500', '222036.347500', '222036.807500', '222037.267500', '222037.727500', '222038.187500', '222038.647500', '222039.107500', '222039.567500', '222040.027500', '222040.487500', '222040.947500', '222041.407500', '222041.867500', '222042.327500', '222042.787500', '222043.247500', '222043.707500', '222044.167500', '222044.627500', '222045.087500', '222045.547500', '222046.007500', '222046.467500', '222046.927500', '222047.387500', '222047.847500', '222048.307500', '222048.767500', '222049.227500', '222049.687500', '222050.147500', '222050.607500', '222051.067500', '222051.527500', '222051.987500', '222052.447500', '222052.907500', '222053.367500', '222053.827500', '222054.287500', '222054.747500', '222055.207500', '222055.667500', '222056.127500', '222056.587500', '222057.047500', '222057.507500', '222057.967500', '222058.427500', '222058.887500', '222059.347500', '222059.807500', '222100.267500', '222100.727500', '222101.187500', '222101.647500', '222102.107500', '222102.567500', '222103.027500', '222103.487500', '222103.947500', '222104.407500', '222104.867500', '222105.327500', '222105.787500', '222106.247500', '222106.707500', '222107.167500', '222107.627500', '222108.087500', '222108.547500', '222109.007500', '222109.467500', '222109.927500', '222110.387500', '222110.847500', '222111.307500', '222111.767500', '222112.227500', '222112.687500'], 'ContentTime': ['221445.453000', '221445.458000', '221445.461000', '221445.463000', '221445.466000', '221445.469000', '221445.471000', '221445.474000', '221445.476000', '221445.479000', '221445.481000', '221445.484000', '221445.486000', '221445.489000', '221445.492000', '221445.494000', '221445.497000', '221445.499000', '221445.502000', '221445.504000', '221445.507000', '221445.509000', '221445.512000', '221445.515000', '221445.529000', '221445.532000', '221445.534000', '221445.537000', '221505.417000', '221505.420000', '221505.423000', '221505.425000', '221505.428000', '221505.430000', '221505.433000', '221505.435000', '221505.438000', '221505.440000', '221505.443000', '221505.445000', '221505.448000', '221505.451000', '221505.453000', '221505.456000', '221505.458000', '221505.461000', '221505.463000', '221505.466000', '221505.490000', '221505.493000', '221505.495000', '221505.498000', '221505.500000', '221505.503000', '221505.505000', '221505.518000', '221505.520000', '221505.523000', '221505.525000', '221505.528000', '221505.530000', '221505.533000', '221505.535000', '221505.538000', '221505.541000', '221505.543000', '221505.546000', '221505.548000', '221505.551000', '221505.553000', '221505.556000', '221525.417000', '221525.420000', '221525.423000', '221525.425000', '221525.428000', '221525.430000', '221525.433000', '221525.435000', '221525.438000', '221525.440000', '221525.443000', '221525.446000', '221525.448000', '221525.451000', '221525.454000', '221525.457000', '221525.460000', '221525.463000', '221525.465000', '221525.468000', '221525.470000', '221525.473000', '221525.475000', '221525.478000', '221525.480000', '221525.483000', '221525.486000', '221525.488000', '221525.491000', '221525.493000', '221525.496000', '221525.498000', '221525.501000', '221525.504000', '221525.506000', '221525.509000', '221525.511000', '221525.514000', '221525.516000', '221525.519000', '221525.521000', '221525.524000', '221525.527000', '221545.417000', '221545.420000', '221545.423000', '221545.425000', '221545.428000', '221545.434000', '221545.436000', '221545.439000', '221545.441000', '221545.444000', '221545.446000', '221545.449000', '221545.451000', '221545.454000', '221545.456000', '221545.459000', '221545.462000', '221545.464000', '221545.467000', '221545.469000', '221545.472000', '221545.474000', '221545.477000', '221545.479000', '221545.482000', '221545.484000', '221545.487000', '221545.489000', '221545.492000', '221545.495000', '221545.497000', '221545.500000', '221545.502000', '221545.505000', '221545.507000', '221545.510000', '221545.512000', '221545.515000', '221545.517000', '221545.520000', '221545.522000', '221545.525000', '221545.528000', '221545.530000', '221605.417000', '221605.419000', '221605.422000', '221605.424000', '221605.427000', '221605.430000', '221605.433000', '221605.436000', '221605.438000', '221605.441000', '221605.443000', '221605.446000', '221605.448000', '221605.451000', '221605.453000', '221605.456000', '221605.459000', '221605.461000', '221605.464000', '221605.466000', '221605.469000', '221605.471000', '221605.474000', '221605.477000', '221605.479000', '221605.482000', '221605.485000', '221605.488000', '221605.490000', '221605.493000', '221605.495000', '221605.498000', '221605.500000', '221605.503000', '221605.506000', '221605.508000', '221605.511000', '221605.513000', '221605.516000', '221605.518000', '221605.521000', '221605.524000', '221605.526000', '221605.529000', '221625.416000', '221625.419000', '221625.422000', '221625.424000', '221625.427000', '221625.429000', '221625.432000', '221625.435000', '221625.437000', '221625.440000', '221625.442000', '221625.445000', '221625.448000', '221625.450000', '221625.453000', '221625.455000', '221625.458000', '221625.460000', '221625.463000', '221625.466000', '221625.468000', '221625.471000', '221625.473000', '221625.476000', '221625.478000', '221625.481000', '221625.484000', '221625.486000', '221625.489000', '221625.492000', '221625.494000', '221625.497000', '221625.499000', '221625.502000', '221625.504000', '221625.507000', '221625.509000', '221625.512000', '221625.515000', '221625.517000', '221625.520000', '221625.522000', '221625.525000', '221645.416000', '221645.419000', '221645.422000', '221645.425000', '221645.427000', '221645.430000', '221645.432000', '221645.435000', '221645.438000', '221645.440000', '221645.443000', '221645.445000', '221645.448000', '221645.450000', '221645.453000', '221645.456000', '221645.458000', '221645.461000', '221645.463000', '221645.466000', '221645.468000', '221645.471000', '221645.473000', '221645.486000', '221645.489000', '221645.491000', '221645.494000', '221645.496000', '221645.499000', '221645.502000', '221645.504000', '221645.507000', '221645.509000', '221645.512000', '221645.515000', '221645.517000', '221645.520000', '221645.522000', '221645.525000', '221645.527000', '221645.530000', '221645.533000', '221645.535000', '221705.417000', '221705.420000', '221705.423000', '221705.425000', '221705.428000', '221705.431000', '221705.433000', '221705.436000', '221705.438000', '221705.441000', '221705.443000', '221705.446000', '221705.448000', '221705.451000', '221705.454000', '221705.456000', '221705.459000', '221705.461000', '221705.464000', '221705.466000', '221705.469000', '221705.472000', '221705.474000', '221705.477000', '221705.479000', '221705.482000', '221705.484000', '221705.487000', '221705.490000', '221705.492000', '221705.495000', '221705.497000', '221705.500000', '221705.502000', '221705.505000', '221705.508000', '221705.510000', '221705.513000', '221705.515000', '221705.518000', '221705.520000', '221705.523000', '221705.525000', '221705.528000', '221725.418000', '221725.420000', '221725.423000', '221725.426000', '221725.428000', '221725.431000', '221725.434000', '221725.436000', '221725.439000', '221725.441000', '221725.444000', '221725.447000', '221725.449000', '221725.452000', '221725.454000', '221725.457000', '221725.459000', '221725.462000', '221725.465000', '221725.468000', '221725.471000', '221725.474000', '221725.477000', '221725.479000', '221725.482000', '221725.484000', '221725.487000', '221725.489000', '221725.492000', '221725.495000', '221725.497000', '221725.500000', '221725.502000', '221725.505000', '221725.507000', '221725.510000', '221725.512000', '221725.515000', '221725.518000', '221725.520000', '221725.523000', '221725.525000', '221725.528000', '221745.417000', '221745.420000', '221745.423000', '221745.425000', '221745.428000', '221745.431000', '221745.433000', '221745.436000', '221745.439000', '221745.441000', '221745.444000', '221745.446000', '221745.449000', '221745.451000', '221745.454000', '221745.456000', '221745.459000', '221745.461000', '221745.464000', '221745.467000', '221745.469000', '221745.472000', '221745.474000', '221745.477000', '221745.479000', '221745.482000', '221745.484000', '221745.487000', '221745.490000', '221745.492000', '221745.495000', '221745.497000', '221745.500000', '221745.502000', '221745.505000', '221745.508000', '221745.510000', '221745.513000', '221745.515000', '221745.518000', '221745.520000', '221745.523000', '221745.525000', '221745.528000', '221805.418000', '221805.421000', '221805.423000', '221805.426000', '221805.429000', '221805.432000', '221805.434000', '221805.437000', '221805.439000', '221805.442000', '221805.445000', '221805.447000', '221805.450000', '221805.452000', '221805.455000', '221805.458000', '221805.460000', '221805.463000', '221805.465000', '221805.468000', '221805.470000', '221805.473000', '221805.476000', '221805.478000', '221805.481000', '221805.483000', '221805.486000', '221805.489000', '221805.491000', '221805.494000', '221805.496000', '221805.499000', '221805.501000', '221805.504000', '221805.507000', '221805.509000', '221805.512000', '221805.515000', '221805.517000', '221805.520000', '221805.522000', '221805.525000', '221805.527000', '221825.416000', '221825.419000', '221825.422000', '221825.424000', '221825.427000', '221825.430000', '221825.432000', '221825.435000', '221825.437000', '221825.440000', '221825.442000', '221825.445000', '221825.448000', '221825.450000', '221825.453000', '221825.455000', '221825.458000', '221825.460000', '221825.463000', '221825.478000', '221825.481000', '221825.483000', '221825.486000', '221825.488000', '221825.491000', '221825.493000', '221825.496000', '221825.498000', '221825.501000', '221825.504000', '221825.506000', '221825.509000', '221825.511000', '221825.514000', '221825.517000', '221825.519000', '221825.522000', '221825.524000', '221825.527000', '221825.530000', '221825.532000', '221825.535000', '221825.537000', '221825.540000', '221845.416000', '221845.419000', '221845.422000', '221845.424000', '221845.427000', '221845.430000', '221845.432000', '221845.435000', '221845.437000', '221845.440000', '221845.443000', '221845.446000', '221845.449000', '221845.452000', '221845.455000', '221845.457000', '221845.460000', '221845.462000', '221845.465000', '221845.468000', '221845.470000', '221845.473000', '221845.475000', '221845.478000', '221845.481000', '221845.483000', '221845.486000', '221845.488000', '221845.491000', '221845.494000', '221845.496000', '221845.499000', '221845.501000', '221845.504000', '221845.507000', '221845.510000', '221845.513000', '221845.515000', '221845.518000', '221845.521000', '221845.523000', '221845.526000', '221845.528000', '221905.416000', '221905.419000', '221905.422000', '221905.425000', '221905.427000', '221905.430000', '221905.432000', '221905.435000', '221905.437000', '221905.440000', '221905.443000', '221905.445000', '221905.448000', '221905.450000', '221905.453000', '221905.455000', '221905.458000', '221905.460000', '221905.463000', '221905.466000', '221905.468000', '221905.471000', '221905.473000', '221905.476000', '221905.478000', '221905.481000', '221905.484000', '221905.486000', '221905.489000', '221905.491000', '221905.494000', '221905.496000', '221905.499000', '221905.501000', '221905.504000', '221905.507000', '221905.509000', '221905.512000', '221905.514000', '221905.517000', '221905.519000', '221905.522000', '221905.524000', '221905.527000', '221925.418000', '221925.422000', '221925.425000', '221925.428000', '221925.430000', '221925.433000', '221925.435000', '221925.438000', '221925.440000', '221925.443000', '221925.446000', '221925.448000', '221925.451000', '221925.454000', '221925.456000', '221925.459000', '221925.461000', '221925.464000', '221925.467000', '221925.469000', '221925.472000', '221925.474000', '221925.477000', '221925.479000', '221925.482000', '221925.485000', '221925.487000', '221925.490000', '221925.493000', '221925.495000', '221925.498000', '221925.501000', '221925.504000', '221925.506000', '221925.509000', '221925.512000', '221925.514000', '221925.517000', '221925.519000', '221925.522000', '221925.524000', '221925.527000', '221925.530000', '221945.417000', '221945.420000', '221945.423000', '221945.426000', '221945.428000', '221945.431000', '221945.433000', '221945.436000', '221945.438000', '221945.441000', '221945.444000', '221945.446000', '221945.449000', '221945.451000', '221945.454000', '221945.456000', '221945.459000', '221945.462000', '221945.464000', '221945.467000', '221945.469000', '221945.472000', '221945.474000', '221945.477000', '221945.479000', '221945.482000', '221945.485000', '221945.487000', '221945.490000', '221945.492000', '221945.511000', '221945.513000', '221945.516000', '221945.518000', '221945.521000', '221945.524000', '221945.526000', '221945.529000', '221945.531000', '221945.534000', '221945.537000', '221945.539000', '221945.542000', '221945.544000', '222005.418000', '222005.420000', '222005.423000', '222005.426000', '222005.428000', '222005.431000', '222005.446000', '222005.449000', '222005.452000', '222005.454000', '222005.457000', '222005.459000', '222005.462000', '222005.465000', '222005.467000', '222005.470000', '222005.472000', '222005.475000', '222005.477000', '222005.480000', '222005.483000', '222005.485000', '222005.488000', '222005.491000', '222005.494000', '222005.496000', '222005.499000', '222005.501000', '222005.504000', '222005.506000', '222005.509000', '222005.512000', '222005.514000', '222005.517000', '222005.519000', '222005.522000', '222005.524000', '222005.527000', '222005.530000', '222005.532000', '222005.535000', '222005.537000', '222005.540000', '222025.417000', '222025.420000', '222025.423000', '222025.425000', '222025.428000', '222025.430000', '222025.433000', '222025.435000', '222025.438000', '222025.440000', '222025.443000', '222025.446000', '222025.448000', '222025.451000', '222025.453000', '222025.456000', '222025.459000', '222025.461000', '222025.464000', '222025.466000', '222025.469000', '222025.471000', '222025.474000', '222025.477000', '222025.479000', '222025.482000', '222025.484000', '222025.487000', '222025.489000', '222025.492000', '222025.495000', '222025.497000', '222025.500000', '222025.502000', '222025.505000', '222025.507000', '222025.510000', '222025.514000', '222025.516000', '222025.519000', '222025.522000', '222025.524000', '222025.527000', '222025.529000', '222045.416000', '222045.419000', '222045.422000', '222045.424000', '222045.427000', '222045.430000', '222045.432000', '222045.435000', '222045.437000', '222045.440000', '222045.442000', '222045.445000', '222045.448000', '222045.450000', '222045.453000', '222045.455000', '222045.458000', '222045.460000', '222045.463000', '222045.466000', '222045.468000', '222045.471000', '222045.473000', '222045.476000', '222045.478000', '222045.481000', '222045.484000', '222045.486000', '222045.489000', '222045.491000', '222045.494000', '222045.497000', '222045.499000', '222045.502000', '222045.504000', '222045.507000', '222045.510000', '222045.512000', '222045.515000', '222045.517000', '222045.520000', '222045.523000', '222045.525000', '222105.416000', '222105.419000', '222105.422000', '222105.425000', '222105.427000', '222105.430000', '222105.432000', '222105.435000', '222105.437000', '222105.440000', '222105.442000', '222105.445000', '222105.448000', '222105.450000', '222105.453000', '222105.455000', '222105.458000', '222105.461000', '222105.463000', '222105.466000', '222105.468000', '222105.471000', '222105.473000', '222105.476000', '222105.478000', '222105.481000', '222105.484000', '222105.486000', '222105.489000', '222105.491000', '222105.494000', '222105.496000', '222105.499000', '222105.502000', '222105.504000', '222105.507000', '222105.509000', '222105.512000', '222105.514000', '222105.517000', '222105.520000', '222105.537000', '222105.540000', '222105.542000', '222113.586000', '222113.589000', '222113.591000', '222113.594000', '222113.597000', '222113.599000', '222113.602000', '222113.604000', '222113.607000', '222113.610000', '222113.612000', '222113.615000', '222113.617000', '222113.620000', '222113.623000', '222113.626000', '222113.628000', '222113.631000'], 'InstanceCreationTime': ['221445.453000', '221445.458000', '221445.461000', '221445.463000', '221445.466000', '221445.469000', '221445.471000', '221445.474000', '221445.476000', '221445.479000', '221445.481000', '221445.484000', '221445.486000', '221445.489000', '221445.492000', '221445.494000', '221445.497000', '221445.499000', '221445.502000', '221445.504000', '221445.507000', '221445.509000', '221445.512000', '221445.515000', '221445.529000', '221445.532000', '221445.534000', '221445.537000', '221505.417000', '221505.420000', '221505.423000', '221505.425000', '221505.428000', '221505.430000', '221505.433000', '221505.435000', '221505.438000', '221505.440000', '221505.443000', '221505.445000', '221505.448000', '221505.451000', '221505.453000', '221505.456000', '221505.458000', '221505.461000', '221505.463000', '221505.466000', '221505.490000', '221505.493000', '221505.495000', '221505.498000', '221505.500000', '221505.503000', '221505.505000', '221505.518000', '221505.520000', '221505.523000', '221505.525000', '221505.528000', '221505.530000', '221505.533000', '221505.535000', '221505.538000', '221505.541000', '221505.543000', '221505.546000', '221505.548000', '221505.551000', '221505.553000', '221505.556000', '221525.417000', '221525.420000', '221525.423000', '221525.425000', '221525.428000', '221525.430000', '221525.433000', '221525.435000', '221525.438000', '221525.440000', '221525.443000', '221525.446000', '221525.448000', '221525.451000', '221525.454000', '221525.457000', '221525.460000', '221525.463000', '221525.465000', '221525.468000', '221525.470000', '221525.473000', '221525.475000', '221525.478000', '221525.480000', '221525.483000', '221525.486000', '221525.488000', '221525.491000', '221525.493000', '221525.496000', '221525.498000', '221525.501000', '221525.504000', '221525.506000', '221525.509000', '221525.511000', '221525.514000', '221525.516000', '221525.519000', '221525.521000', '221525.524000', '221525.527000', '221545.417000', '221545.420000', '221545.423000', '221545.425000', '221545.428000', '221545.434000', '221545.436000', '221545.439000', '221545.441000', '221545.444000', '221545.446000', '221545.449000', '221545.451000', '221545.454000', '221545.456000', '221545.459000', '221545.462000', '221545.464000', '221545.467000', '221545.469000', '221545.472000', '221545.474000', '221545.477000', '221545.479000', '221545.482000', '221545.484000', '221545.487000', '221545.489000', '221545.492000', '221545.495000', '221545.497000', '221545.500000', '221545.502000', '221545.505000', '221545.507000', '221545.510000', '221545.512000', '221545.515000', '221545.517000', '221545.520000', '221545.522000', '221545.525000', '221545.528000', '221545.530000', '221605.417000', '221605.419000', '221605.422000', '221605.424000', '221605.427000', '221605.430000', '221605.433000', '221605.436000', '221605.438000', '221605.441000', '221605.443000', '221605.446000', '221605.448000', '221605.451000', '221605.453000', '221605.456000', '221605.459000', '221605.461000', '221605.464000', '221605.466000', '221605.469000', '221605.471000', '221605.474000', '221605.477000', '221605.479000', '221605.482000', '221605.485000', '221605.488000', '221605.490000', '221605.493000', '221605.495000', '221605.498000', '221605.500000', '221605.503000', '221605.506000', '221605.508000', '221605.511000', '221605.513000', '221605.516000', '221605.518000', '221605.521000', '221605.524000', '221605.526000', '221605.529000', '221625.416000', '221625.419000', '221625.422000', '221625.424000', '221625.427000', '221625.429000', '221625.432000', '221625.435000', '221625.437000', '221625.440000', '221625.442000', '221625.445000', '221625.448000', '221625.450000', '221625.453000', '221625.455000', '221625.458000', '221625.460000', '221625.463000', '221625.466000', '221625.468000', '221625.471000', '221625.473000', '221625.476000', '221625.478000', '221625.481000', '221625.484000', '221625.486000', '221625.489000', '221625.492000', '221625.494000', '221625.497000', '221625.499000', '221625.502000', '221625.504000', '221625.507000', '221625.509000', '221625.512000', '221625.515000', '221625.517000', '221625.520000', '221625.522000', '221625.525000', '221645.416000', '221645.419000', '221645.422000', '221645.425000', '221645.427000', '221645.430000', '221645.432000', '221645.435000', '221645.438000', '221645.440000', '221645.443000', '221645.445000', '221645.448000', '221645.450000', '221645.453000', '221645.456000', '221645.458000', '221645.461000', '221645.463000', '221645.466000', '221645.468000', '221645.471000', '221645.473000', '221645.486000', '221645.489000', '221645.491000', '221645.494000', '221645.496000', '221645.499000', '221645.502000', '221645.504000', '221645.507000', '221645.509000', '221645.512000', '221645.515000', '221645.517000', '221645.520000', '221645.522000', '221645.525000', '221645.527000', '221645.530000', '221645.533000', '221645.535000', '221705.417000', '221705.420000', '221705.423000', '221705.425000', '221705.428000', '221705.431000', '221705.433000', '221705.436000', '221705.438000', '221705.441000', '221705.443000', '221705.446000', '221705.448000', '221705.451000', '221705.454000', '221705.456000', '221705.459000', '221705.461000', '221705.464000', '221705.466000', '221705.469000', '221705.472000', '221705.474000', '221705.477000', '221705.479000', '221705.482000', '221705.484000', '221705.487000', '221705.490000', '221705.492000', '221705.495000', '221705.497000', '221705.500000', '221705.502000', '221705.505000', '221705.508000', '221705.510000', '221705.513000', '221705.515000', '221705.518000', '221705.520000', '221705.523000', '221705.525000', '221705.528000', '221725.418000', '221725.420000', '221725.423000', '221725.426000', '221725.428000', '221725.431000', '221725.434000', '221725.436000', '221725.439000', '221725.441000', '221725.444000', '221725.447000', '221725.449000', '221725.452000', '221725.454000', '221725.457000', '221725.459000', '221725.462000', '221725.465000', '221725.468000', '221725.471000', '221725.474000', '221725.477000', '221725.479000', '221725.482000', '221725.484000', '221725.487000', '221725.489000', '221725.492000', '221725.495000', '221725.497000', '221725.500000', '221725.502000', '221725.505000', '221725.507000', '221725.510000', '221725.512000', '221725.515000', '221725.518000', '221725.520000', '221725.523000', '221725.525000', '221725.528000', '221745.417000', '221745.420000', '221745.423000', '221745.425000', '221745.428000', '221745.431000', '221745.433000', '221745.436000', '221745.439000', '221745.441000', '221745.444000', '221745.446000', '221745.449000', '221745.451000', '221745.454000', '221745.456000', '221745.459000', '221745.461000', '221745.464000', '221745.467000', '221745.469000', '221745.472000', '221745.474000', '221745.477000', '221745.479000', '221745.482000', '221745.484000', '221745.487000', '221745.490000', '221745.492000', '221745.495000', '221745.497000', '221745.500000', '221745.502000', '221745.505000', '221745.508000', '221745.510000', '221745.513000', '221745.515000', '221745.518000', '221745.520000', '221745.523000', '221745.525000', '221745.528000', '221805.418000', '221805.421000', '221805.423000', '221805.426000', '221805.429000', '221805.432000', '221805.434000', '221805.437000', '221805.439000', '221805.442000', '221805.445000', '221805.447000', '221805.450000', '221805.452000', '221805.455000', '221805.458000', '221805.460000', '221805.463000', '221805.465000', '221805.468000', '221805.470000', '221805.473000', '221805.476000', '221805.478000', '221805.481000', '221805.483000', '221805.486000', '221805.489000', '221805.491000', '221805.494000', '221805.496000', '221805.499000', '221805.501000', '221805.504000', '221805.507000', '221805.509000', '221805.512000', '221805.515000', '221805.517000', '221805.520000', '221805.522000', '221805.525000', '221805.527000', '221825.416000', '221825.419000', '221825.422000', '221825.424000', '221825.427000', '221825.430000', '221825.432000', '221825.435000', '221825.437000', '221825.440000', '221825.442000', '221825.445000', '221825.448000', '221825.450000', '221825.453000', '221825.455000', '221825.458000', '221825.460000', '221825.463000', '221825.478000', '221825.481000', '221825.483000', '221825.486000', '221825.488000', '221825.491000', '221825.493000', '221825.496000', '221825.498000', '221825.501000', '221825.504000', '221825.506000', '221825.509000', '221825.511000', '221825.514000', '221825.517000', '221825.519000', '221825.522000', '221825.524000', '221825.527000', '221825.530000', '221825.532000', '221825.535000', '221825.537000', '221825.540000', '221845.416000', '221845.419000', '221845.422000', '221845.424000', '221845.427000', '221845.430000', '221845.432000', '221845.435000', '221845.437000', '221845.440000', '221845.443000', '221845.446000', '221845.449000', '221845.452000', '221845.455000', '221845.457000', '221845.460000', '221845.462000', '221845.465000', '221845.468000', '221845.470000', '221845.473000', '221845.475000', '221845.478000', '221845.481000', '221845.483000', '221845.486000', '221845.488000', '221845.491000', '221845.494000', '221845.496000', '221845.499000', '221845.501000', '221845.504000', '221845.507000', '221845.510000', '221845.513000', '221845.515000', '221845.518000', '221845.521000', '221845.523000', '221845.526000', '221845.528000', '221905.416000', '221905.419000', '221905.422000', '221905.425000', '221905.427000', '221905.430000', '221905.432000', '221905.435000', '221905.437000', '221905.440000', '221905.443000', '221905.445000', '221905.448000', '221905.450000', '221905.453000', '221905.455000', '221905.458000', '221905.460000', '221905.463000', '221905.466000', '221905.468000', '221905.471000', '221905.473000', '221905.476000', '221905.478000', '221905.481000', '221905.484000', '221905.486000', '221905.489000', '221905.491000', '221905.494000', '221905.496000', '221905.499000', '221905.501000', '221905.504000', '221905.507000', '221905.509000', '221905.512000', '221905.514000', '221905.517000', '221905.519000', '221905.522000', '221905.524000', '221905.527000', '221925.418000', '221925.422000', '221925.425000', '221925.428000', '221925.430000', '221925.433000', '221925.435000', '221925.438000', '221925.440000', '221925.443000', '221925.446000', '221925.448000', '221925.451000', '221925.454000', '221925.456000', '221925.459000', '221925.461000', '221925.464000', '221925.467000', '221925.469000', '221925.472000', '221925.474000', '221925.477000', '221925.479000', '221925.482000', '221925.485000', '221925.487000', '221925.490000', '221925.493000', '221925.495000', '221925.498000', '221925.501000', '221925.504000', '221925.506000', '221925.509000', '221925.512000', '221925.514000', '221925.517000', '221925.519000', '221925.522000', '221925.524000', '221925.527000', '221925.530000', '221945.417000', '221945.420000', '221945.423000', '221945.426000', '221945.428000', '221945.431000', '221945.433000', '221945.436000', '221945.438000', '221945.441000', '221945.444000', '221945.446000', '221945.449000', '221945.451000', '221945.454000', '221945.456000', '221945.459000', '221945.462000', '221945.464000', '221945.467000', '221945.469000', '221945.472000', '221945.474000', '221945.477000', '221945.479000', '221945.482000', '221945.485000', '221945.487000', '221945.490000', '221945.492000', '221945.511000', '221945.513000', '221945.516000', '221945.518000', '221945.521000', '221945.524000', '221945.526000', '221945.529000', '221945.531000', '221945.534000', '221945.537000', '221945.539000', '221945.542000', '221945.544000', '222005.418000', '222005.420000', '222005.423000', '222005.426000', '222005.428000', '222005.431000', '222005.446000', '222005.449000', '222005.452000', '222005.454000', '222005.457000', '222005.459000', '222005.462000', '222005.465000', '222005.467000', '222005.470000', '222005.472000', '222005.475000', '222005.477000', '222005.480000', '222005.483000', '222005.485000', '222005.488000', '222005.491000', '222005.494000', '222005.496000', '222005.499000', '222005.501000', '222005.504000', '222005.506000', '222005.509000', '222005.512000', '222005.514000', '222005.517000', '222005.519000', '222005.522000', '222005.524000', '222005.527000', '222005.530000', '222005.532000', '222005.535000', '222005.537000', '222005.540000', '222025.417000', '222025.420000', '222025.423000', '222025.425000', '222025.428000', '222025.430000', '222025.433000', '222025.435000', '222025.438000', '222025.440000', '222025.443000', '222025.446000', '222025.448000', '222025.451000', '222025.453000', '222025.456000', '222025.459000', '222025.461000', '222025.464000', '222025.466000', '222025.469000', '222025.471000', '222025.474000', '222025.477000', '222025.479000', '222025.482000', '222025.484000', '222025.487000', '222025.489000', '222025.492000', '222025.495000', '222025.497000', '222025.500000', '222025.502000', '222025.505000', '222025.507000', '222025.510000', '222025.514000', '222025.516000', '222025.519000', '222025.522000', '222025.524000', '222025.527000', '222025.529000', '222045.416000', '222045.419000', '222045.422000', '222045.424000', '222045.427000', '222045.430000', '222045.432000', '222045.435000', '222045.437000', '222045.440000', '222045.442000', '222045.445000', '222045.448000', '222045.450000', '222045.453000', '222045.455000', '222045.458000', '222045.460000', '222045.463000', '222045.466000', '222045.468000', '222045.471000', '222045.473000', '222045.476000', '222045.478000', '222045.481000', '222045.484000', '222045.486000', '222045.489000', '222045.491000', '222045.494000', '222045.497000', '222045.499000', '222045.502000', '222045.504000', '222045.507000', '222045.510000', '222045.512000', '222045.515000', '222045.517000', '222045.520000', '222045.523000', '222045.525000', '222105.416000', '222105.419000', '222105.422000', '222105.425000', '222105.427000', '222105.430000', '222105.432000', '222105.435000', '222105.437000', '222105.440000', '222105.442000', '222105.445000', '222105.448000', '222105.450000', '222105.453000', '222105.455000', '222105.458000', '222105.461000', '222105.463000', '222105.466000', '222105.468000', '222105.471000', '222105.473000', '222105.476000', '222105.478000', '222105.481000', '222105.484000', '222105.486000', '222105.489000', '222105.491000', '222105.494000', '222105.496000', '222105.499000', '222105.502000', '222105.504000', '222105.507000', '222105.509000', '222105.512000', '222105.514000', '222105.517000', '222105.520000', '222105.537000', '222105.540000', '222105.542000', '222113.586000', '222113.589000', '222113.591000', '222113.594000', '222113.597000', '222113.599000', '222113.602000', '222113.604000', '222113.607000', '222113.610000', '222113.612000', '222113.615000', '222113.617000', '222113.620000', '222113.623000', '222113.626000', '222113.628000', '222113.631000'], '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': [13515, 9487, 15154, 11147, 17919, 11405, 9148, 12297, 7832, 13197, 10112, 13138, 10312, 11325, 10350, 7959, 11926, 7581, 11829, 9143, 11499, 10011, 8796, 10566, 7579, 11341, 8321, 11603, 9683, 9371, 11055, 8337, 12316, 9487, 11499, 9679, 10861, 10028, 8282, 11766, 8092, 12553, 8270, 13000, 9098, 13353, 8490, 13654, 9836, 13134, 10229, 12805, 10370, 11691, 10754, 8449, 11977, 7960, 13470, 9786, 13397, 10448, 9661, 12104, 8185, 13220, 10335, 13196, 10931, 13405, 10497, 10078, 11817, 7826, 13265, 9191, 13004, 10029, 11222, 10139, 8921, 11445, 7791, 11968, 8170, 11749, 9566, 9773, 10006, 7186, 10396, 9776, 7562, 10914, 9338, 8487, 11807, 8968, 12889, 9927, 10112, 11626, 8173, 13154, 9845, 13340, 10644, 10845, 10679, 8044, 12136, 8273, 12471, 7879, 12829, 8873, 12258, 9838, 12666, 10119, 9039, 9993, 8057, 11623, 9854, 7801, 11523, 8573, 12229, 9324, 13886, 9625, 13794, 10373, 12146, 12137, 8979, 14156, 10836, 9303, 13850, 10303, 17114, 11935, 17214, 13032, 9172, 14327, 8561, 14024, 9538, 13724, 10773, 13641, 10207, 10741, 11243, 8848, 12155, 8556, 12890, 7811, 12907, 7721, 12895, 7916, 12864, 8438, 12817, 8966, 12586, 9457, 11893, 9331, 9591, 9406, 8067, 10770, 7126, 11519, 7111, 11676, 7362, 12289, 7729, 12128, 9091, 12804, 9009, 12418, 9267, 12301, 9597, 10449, 9946, 8993, 11112, 7649, 12098, 7285, 12483, 8142, 12207, 9704, 12715, 9790, 11797, 10544, 9926, 12022, 7790, 13396, 8226, 14083, 10173, 13976, 10304, 10498, 11405, 7358, 12501, 10759, 9566, 11950, 8368, 13357, 10628, 9145, 12678, 7973, 13650, 9605, 13537, 10455, 12916, 10126, 11344, 10121, 8416, 11087, 7394, 12562, 7441, 12128, 7011, 11979, 8743, 10686, 9562, 7562, 10814, 7691, 10682, 8053, 10713, 9005, 10016, 10006, 9306, 10641, 7191, 12519, 7575, 12676, 9770, 13842, 10556, 10095, 11551, 8276, 13838, 8179, 13876, 10567, 10321, 13736, 9820, 16951, 11687, 11505, 15618, 9021, 15885, 10921, 17146, 11316, 13728, 12741, 8148, 13843, 8202, 13790, 10007, 14027, 9711, 10679, 10242, 8127, 12006, 7795, 12560, 7850, 12179, 8918, 11954, 9268, 11170, 10052, 10539, 10127, 8891, 11789, 7667, 12598, 7806, 12729, 7707, 13090, 7762, 13245, 8465, 12768, 9835, 12394, 9570, 9946, 10560, 8886, 11523, 7257, 12875, 7774, 12593, 7972, 12389, 8797, 12590, 9521, 8810, 11358, 7806, 12465, 7597, 11812, 8642, 12430, 9185, 12566, 9586, 12535, 9850, 8985, 11262, 8089, 12462, 9513, 9882, 10945, 8040, 12508, 9909, 9316, 12692, 10647, 13709, 12109, 8241, 14326, 10853, 16996, 12191, 9563, 13373, 8590, 13922, 10314, 15172, 10359, 11641, 11226, 7959, 12865, 8529, 13488, 8963, 13185, 9502, 12380, 9374, 9252, 10822, 7460, 11746, 7992, 12061, 8669, 11778, 9475, 9892, 10414, 7514, 12021, 8114, 12703, 8093, 12478, 8271, 12843, 8575, 12617, 9122, 12109, 9046, 11134, 9304, 8297, 10387, 7319, 11756, 7283, 11869, 7539, 12254, 7832, 11292, 8326, 11846, 9115, 8740, 11211, 7841, 11767, 7549, 12141, 9306, 8078, 11370, 7413, 12306, 9312, 9045, 11403, 7154, 12630, 11113, 7933, 12886, 9642, 14811, 10314, 13874, 8896, 8395, 11048, 8602, 13389, 9085, 13516, 10781, 16780, 11627, 13997, 12354, 10144, 14198, 11599, 15125, 11018, 12967, 10598, 8697, 12323, 8475, 12336, 8523, 11819, 8914, 11593, 8947, 11280, 8849, 11014, 9060, 8352, 10241, 7142, 11289, 7457, 11359, 8351, 10902, 9099, 8062, 11072, 8018, 11291, 10088, 8738, 11186, 7345, 11778, 9335, 8616, 10631, 8309, 11284, 9643, 7016, 11848, 9007, 11966, 9426, 11922, 10000, 11203, 9660, 9095, 11792, 11565, 13871, 8939, 12696, 8463, 9453, 9300, 6601, 11314, 6904, 11399, 8480, 8388, 10383, 7253, 10686, 7858, 8206, 10608, 7387, 11706, 9500, 7230, 11274, 7374, 11820, 9330, 12672, 10384, 10185, 11663, 9198, 12736, 8560, 13617, 8691, 13489, 9433, 13551, 10697, 13038, 12135, 8733, 13139, 8315, 13933, 9282, 14824, 10264, 14632, 11275, 11573, 12424, 8135, 13491, 8382, 13785, 9838, 14030, 10331, 13533, 10427, 13125, 10349, 9880, 11267, 7872, 12543, 7763, 12914, 7632, 12981, 7960, 12817, 8046, 13227, 8979, 12919, 9542, 11639, 10604, 8303, 11557, 7639, 12238, 8117, 12383, 8896, 12435, 9889, 12505, 10380, 13365, 10373, 10582, 10387, 9341, 11233, 8013, 12568, 7764, 12678, 8379, 12591, 8181, 12613, 10919, 7529, 12790, 9350, 13397, 10689, 8832, 12541, 8025, 12628, 9338, 13161, 10394, 11508, 10623, 9610, 12324, 8145, 13152, 8352, 13149, 9280, 13104, 9670, 12880, 10445, 12851, 10449, 12464, 9844, 12389, 10326, 10289, 10282, 7889, 11663, 7729, 12196, 7819, 12290, 9942, 12473, 10646, 10764, 10990, 8601, 11907, 7816, 12864, 8087, 13435, 10005, 8691, 12259, 8082, 13465, 10139, 10279, 11612, 7762, 13264, 8726, 12620, 10480, 7665, 12985, 9915, 10785, 11998, 8550, 13845, 10064, 8185, 11624, 8317, 11172, 8321, 12139, 9404, 12024, 8125, 12099, 10070, 13701, 10016, 13495, 10566, 13164, 10806, 10820, 10772, 9035, 10935, 9744, 11018, 10063, 10447, 8267, 11118, 10349, 11723, 8980, 11832, 7801, 11967, 8341, 11959, 9511, 8530, 10885, 7566, 12173, 9150, 8963, 10495, 7544, 12647, 10289, 12898, 10065, 11782, 10534, 10557, 11322, 7952, 12116, 7652, 12225, 9304, 12378, 9621, 9462, 10216, 7793, 11667, 8833, 10353, 8526, 6539, 10744, 7394, 11666, 7762, 11135, 7589, 11075, 7889, 11438, 7689, 10866, 7572, 12345, 8935, 8588, 11086, 7511, 12342, 7914, 11460, 7909, 12072, 8196, 12037, 8553, 11855, 8584, 11945, 8708, 11705, 8610, 11178, 8804, 11039, 8314, 9900, 8303, 8986, 9255, 7415, 10553, 8077, 11144, 7897, 11204, 7403, 11205, 8217, 11198, 8116, 11126, 8651, 11079, 8670, 10116, 9596, 8354, 10016, 7439, 11273, 8156, 11272, 9791, 12128, 9875, 10498, 10345, 8673, 11496, 8159, 11754, 7662, 12195, 7948, 12978, 9128, 12221, 9831, 12528, 10327, 9264, 10340, 7489, 11672, 7379, 12104, 8358, 12063, 9394, 11747, 9681, 11227, 10144, 8657, 9956, 7383, 11389, 7568, 11815, 8208, 11750, 9402, 11870, 9909, 8386, 9961, 7916, 10758, 7681], 'WindowCenter': [4295.0, 4251.0, 4278.0, 4256.0, 4283.0, 4242.0, 4210.0, 4228.0, 4188.0, 4238.0, 4218.0, 4238.0, 4217.0, 4227.0, 4217.0, 4187.0, 4227.0, 4176.0, 4227.0, 4208.0, 4239.0, 4217.0, 4196.0, 4218.0, 4175.0, 4230.0, 4212.0, 4240.0, 4220.0, 4221.0, 4240.0, 4197.0, 4237.0, 4220.0, 4228.0, 4209.0, 4217.0, 4217.0, 4199.0, 4241.0, 4188.0, 4238.0, 4186.0, 4240.0, 4199.0, 4238.0, 4199.0, 4236.0, 4207.0, 4237.0, 4206.0, 4239.0, 4217.0, 4214.0, 4214.0, 4183.0, 4225.0, 4187.0, 4236.0, 4217.0, 4249.0, 4216.0, 4206.0, 4238.0, 4195.0, 4236.0, 4219.0, 4235.0, 4216.0, 4248.0, 4219.0, 4204.0, 4224.0, 4162.0, 4236.0, 4207.0, 4225.0, 4205.0, 4212.0, 4204.0, 4196.0, 4228.0, 4174.0, 4227.0, 4196.0, 4226.0, 4220.0, 4217.0, 4217.0, 4166.0, 4214.0, 4218.0, 4201.0, 4231.0, 4222.0, 4210.0, 4240.0, 4210.0, 4254.0, 4232.0, 4217.0, 4229.0, 4187.0, 4237.0, 4220.0, 4250.0, 4217.0, 4214.0, 4216.0, 4186.0, 4225.0, 4199.0, 4227.0, 4184.0, 4250.0, 4198.0, 4238.0, 4220.0, 4238.0, 4231.0, 4210.0, 4134.0, 4173.0, 4240.0, 4220.0, 4174.0, 4240.0, 4210.0, 4238.0, 4207.0, 4233.0, 4205.0, 4234.0, 4215.0, 4222.0, 4226.0, 4205.0, 4257.0, 4226.0, 4205.0, 4234.0, 4202.0, 4243.0, 4213.0, 4255.0, 4211.0, 4178.0, 4220.0, 4155.0, 4218.0, 4175.0, 4218.0, 4187.0, 4203.0, 4188.0, 4197.0, 4198.0, 4167.0, 4207.0, 4167.0, 4207.0, 4147.0, 4208.0, 4158.0, 4208.0, 4170.0, 4233.0, 4181.0, 4220.0, 4181.0, 4219.0, 4191.0, 4223.0, 4205.0, 4202.0, 4193.0, 4183.0, 4214.0, 4177.0, 4227.0, 4164.0, 4225.0, 4174.0, 4236.0, 4200.0, 4237.0, 4207.0, 4235.0, 4196.0, 4236.0, 4218.0, 4235.0, 4219.0, 4228.0, 4219.0, 4207.0, 4239.0, 4188.0, 4238.0, 4177.0, 4239.0, 4212.0, 4249.0, 4220.0, 4248.0, 4220.0, 4238.0, 4231.0, 4229.0, 4240.0, 4187.0, 4248.0, 4197.0, 4259.0, 4229.0, 4248.0, 4229.0, 4229.0, 4239.0, 4188.0, 4248.0, 4229.0, 4217.0, 4237.0, 4210.0, 4263.0, 4242.0, 4233.0, 4252.0, 4198.0, 4260.0, 4220.0, 4248.0, 4218.0, 4235.0, 4216.0, 4239.0, 4218.0, 4185.0, 4226.0, 4177.0, 4249.0, 4189.0, 4236.0, 4166.0, 4238.0, 4211.0, 4229.0, 4221.0, 4189.0, 4230.0, 4215.0, 4244.0, 4212.0, 4242.0, 4221.0, 4230.0, 4231.0, 4222.0, 4232.0, 4190.0, 4251.0, 4201.0, 4263.0, 4231.0, 4261.0, 4232.0, 4231.0, 4254.0, 4211.0, 4261.0, 4210.0, 4262.0, 4231.0, 4214.0, 4263.0, 4231.0, 4272.0, 4253.0, 4242.0, 4262.0, 4208.0, 4259.0, 4217.0, 4271.0, 4229.0, 4236.0, 4236.0, 4173.0, 4232.0, 4196.0, 4247.0, 4205.0, 4234.0, 4206.0, 4213.0, 4215.0, 4186.0, 4236.0, 4174.0, 4235.0, 4183.0, 4238.0, 4208.0, 4226.0, 4207.0, 4225.0, 4217.0, 4229.0, 4218.0, 4195.0, 4227.0, 4174.0, 4236.0, 4186.0, 4237.0, 4174.0, 4235.0, 4173.0, 4235.0, 4198.0, 4236.0, 4216.0, 4234.0, 4206.0, 4205.0, 4228.0, 4206.0, 4226.0, 4174.0, 4235.0, 4187.0, 4238.0, 4186.0, 4238.0, 4198.0, 4249.0, 4220.0, 4208.0, 4239.0, 4187.0, 4238.0, 4201.0, 4240.0, 4208.0, 4236.0, 4219.0, 4237.0, 4221.0, 4250.0, 4219.0, 4207.0, 4227.0, 4200.0, 4263.0, 4230.0, 4218.0, 4240.0, 4200.0, 4250.0, 4230.0, 4232.0, 4262.0, 4230.0, 4261.0, 4251.0, 4199.0, 4261.0, 4243.0, 4271.0, 4239.0, 4207.0, 4238.0, 4194.0, 4247.0, 4216.0, 4245.0, 4205.0, 4213.0, 4214.0, 4186.0, 4235.0, 4182.0, 4247.0, 4195.0, 4235.0, 4218.0, 4237.0, 4206.0, 4193.0, 4215.0, 4174.0, 4227.0, 4186.0, 4236.0, 4196.0, 4226.0, 4206.0, 4217.0, 4229.0, 4176.0, 4236.0, 4185.0, 4236.0, 4186.0, 4237.0, 4196.0, 4235.0, 4195.0, 4235.0, 4205.0, 4236.0, 4208.0, 4225.0, 4206.0, 4195.0, 4216.0, 4187.0, 4238.0, 4176.0, 4250.0, 4200.0, 4238.0, 4202.0, 4242.0, 4209.0, 4238.0, 4221.0, 4209.0, 4228.0, 4200.0, 4253.0, 4200.0, 4251.0, 4234.0, 4211.0, 4252.0, 4200.0, 4248.0, 4218.0, 4204.0, 4236.0, 4175.0, 4249.0, 4241.0, 4211.0, 4260.0, 4230.0, 4259.0, 4230.0, 4260.0, 4237.0, 4223.0, 4252.0, 4209.0, 4247.0, 4196.0, 4247.0, 4228.0, 4255.0, 4226.0, 4233.0, 4226.0, 4204.0, 4235.0, 4212.0, 4219.0, 4187.0, 4207.0, 4188.0, 4179.0, 4221.0, 4168.0, 4208.0, 4167.0, 4196.0, 4177.0, 4196.0, 4180.0, 4198.0, 4180.0, 4214.0, 4194.0, 4180.0, 4202.0, 4162.0, 4223.0, 4173.0, 4236.0, 4197.0, 4226.0, 4208.0, 4197.0, 4226.0, 4198.0, 4227.0, 4227.0, 4207.0, 4237.0, 4187.0, 4251.0, 4232.0, 4209.0, 4229.0, 4198.0, 4238.0, 4217.0, 4177.0, 4250.0, 4220.0, 4238.0, 4219.0, 4239.0, 4232.0, 4238.0, 4220.0, 4208.0, 4239.0, 4228.0, 4235.0, 4196.0, 4248.0, 4210.0, 4217.0, 4231.0, 4189.0, 4238.0, 4176.0, 4235.0, 4195.0, 4209.0, 4230.0, 4188.0, 4229.0, 4199.0, 4210.0, 4241.0, 4201.0, 4265.0, 4246.0, 4201.0, 4253.0, 4200.0, 4250.0, 4233.0, 4264.0, 4232.0, 4230.0, 4241.0, 4219.0, 4261.0, 4210.0, 4248.0, 4197.0, 4249.0, 4207.0, 4260.0, 4240.0, 4248.0, 4249.0, 4209.0, 4248.0, 4210.0, 4260.0, 4219.0, 4271.0, 4230.0, 4259.0, 4241.0, 4238.0, 4249.0, 4196.0, 4247.0, 4197.0, 4260.0, 4217.0, 4246.0, 4228.0, 4245.0, 4226.0, 4248.0, 4217.0, 4215.0, 4227.0, 4184.0, 4235.0, 4197.0, 4246.0, 4184.0, 4246.0, 4183.0, 4246.0, 4209.0, 4246.0, 4206.0, 4248.0, 4230.0, 4239.0, 4227.0, 4195.0, 4236.0, 4184.0, 4247.0, 4209.0, 4247.0, 4218.0, 4247.0, 4217.0, 4248.0, 4240.0, 4247.0, 4227.0, 4227.0, 4227.0, 4217.0, 4238.0, 4195.0, 4236.0, 4184.0, 4235.0, 4208.0, 4184.0, 4225.0, 4237.0, 4226.0, 4186.0, 4247.0, 4217.0, 4247.0, 4228.0, 4220.0, 4250.0, 4198.0, 4262.0, 4231.0, 4248.0, 4228.0, 4237.0, 4227.0, 4216.0, 4236.0, 4185.0, 4246.0, 4196.0, 4246.0, 4205.0, 4234.0, 4203.0, 4234.0, 4225.0, 4234.0, 4214.0, 4222.0, 4203.0, 4234.0, 4215.0, 4213.0, 4214.0, 4182.0, 4235.0, 4184.0, 4234.0, 4183.0, 4233.0, 4214.0, 4246.0, 4226.0, 4223.0, 4225.0, 4192.0, 4235.0, 4186.0, 4245.0, 4196.0, 4246.0, 4216.0, 4208.0, 4249.0, 4197.0, 4247.0, 4228.0, 4226.0, 4238.0, 4200.0, 4258.0, 4207.0, 4246.0, 4227.0, 4210.0, 4270.0, 4241.0, 4251.0, 4248.0, 4207.0, 4270.0, 4229.0, 4206.0, 4237.0, 4210.0, 4240.0, 4223.0, 4251.0, 4217.0, 4224.0, 4170.0, 4223.0, 4203.0, 4233.0, 4203.0, 4232.0, 4213.0, 4233.0, 4211.0, 4198.0, 4198.0, 4165.0, 4187.0, 4174.0, 4197.0, 4187.0, 4198.0, 4169.0, 4223.0, 4199.0, 4210.0, 4190.0, 4210.0, 4169.0, 4220.0, 4180.0, 4224.0, 4215.0, 4208.0, 4239.0, 4187.0, 4236.0, 4218.0, 4206.0, 4227.0, 4187.0, 4250.0, 4241.0, 4249.0, 4230.0, 4238.0, 4229.0, 4241.0, 4240.0, 4185.0, 4237.0, 4184.0, 4236.0, 4219.0, 4260.0, 4230.0, 4226.0, 4238.0, 4198.0, 4248.0, 4230.0, 4240.0, 4222.0, 4192.0, 4241.0, 4199.0, 4239.0, 4184.0, 4225.0, 4172.0, 4226.0, 4184.0, 4225.0, 4174.0, 4225.0, 4172.0, 4222.0, 4192.0, 4180.0, 4213.0, 4188.0, 4239.0, 4184.0, 4227.0, 4183.0, 4223.0, 4182.0, 4221.0, 4191.0, 4222.0, 4180.0, 4209.0, 4179.0, 4220.0, 4191.0, 4223.0, 4203.0, 4211.0, 4194.0, 4201.0, 4195.0, 4205.0, 4216.0, 4184.0, 4239.0, 4209.0, 4238.0, 4198.0, 4238.0, 4185.0, 4225.0, 4195.0, 4226.0, 4209.0, 4237.0, 4206.0, 4225.0, 4208.0, 4227.0, 4230.0, 4209.0, 4228.0, 4187.0, 4238.0, 4198.0, 4239.0, 4230.0, 4248.0, 4229.0, 4229.0, 4229.0, 4209.0, 4251.0, 4200.0, 4238.0, 4185.0, 4248.0, 4200.0, 4247.0, 4217.0, 4236.0, 4217.0, 4248.0, 4226.0, 4205.0, 4216.0, 4174.0, 4237.0, 4187.0, 4236.0, 4196.0, 4236.0, 4206.0, 4238.0, 4220.0, 4225.0, 4227.0, 4205.0, 4216.0, 4186.0, 4238.0, 4186.0, 4237.0, 4196.0, 4236.0, 4218.0, 4238.0, 4217.0, 4196.0, 4217.0, 4196.0, 4239.0, 4198.0], 'WindowWidth': [9498.0, 9427.0, 9458.0, 9423.0, 9457.0, 9398.0, 9347.0, 9367.0, 9317.0, 9381.0, 9353.0, 9383.0, 9352.0, 9365.0, 9356.0, 9312.0, 9365.0, 9297.0, 9364.0, 9344.0, 9387.0, 9355.0, 9324.0, 9356.0, 9296.0, 9377.0, 9357.0, 9392.0, 9362.0, 9365.0, 9391.0, 9325.0, 9381.0, 9361.0, 9370.0, 9344.0, 9352.0, 9353.0, 9333.0, 9392.0, 9316.0, 9380.0, 9307.0, 9387.0, 9329.0, 9383.0, 9332.0, 9377.0, 9337.0, 9379.0, 9336.0, 9386.0, 9354.0, 9343.0, 9345.0, 9299.0, 9358.0, 9312.0, 9377.0, 9354.0, 9400.0, 9353.0, 9339.0, 9383.0, 9324.0, 9379.0, 9359.0, 9376.0, 9351.0, 9401.0, 9360.0, 9331.0, 9358.0, 9270.0, 9377.0, 9342.0, 9358.0, 9333.0, 9338.0, 9330.0, 9325.0, 9368.0, 9293.0, 9367.0, 9325.0, 9363.0, 9367.0, 9356.0, 9352.0, 9285.0, 9343.0, 9357.0, 9340.0, 9380.0, 9370.0, 9351.0, 9392.0, 9347.0, 9416.0, 9383.0, 9353.0, 9372.0, 9312.0, 9377.0, 9361.0, 9405.0, 9353.0, 9346.0, 9349.0, 9307.0, 9359.0, 9332.0, 9364.0, 9303.0, 9401.0, 9326.0, 9384.0, 9363.0, 9383.0, 9379.0, 9347.0, 9190.0, 9285.0, 9389.0, 9361.0, 9290.0, 9389.0, 9352.0, 9383.0, 9340.0, 9370.0, 9333.0, 9372.0, 9349.0, 9353.0, 9363.0, 9338.0, 9413.0, 9367.0, 9336.0, 9371.0, 9323.0, 9384.0, 9341.0, 9404.0, 9335.0, 9284.0, 9346.0, 9249.0, 9340.0, 9276.0, 9340.0, 9295.0, 9312.0, 9299.0, 9311.0, 9311.0, 9269.0, 9323.0, 9268.0, 9322.0, 9241.0, 9323.0, 9260.0, 9325.0, 9279.0, 9369.0, 9295.0, 9345.0, 9296.0, 9341.0, 9308.0, 9359.0, 9336.0, 9327.0, 9315.0, 9301.0, 9345.0, 9303.0, 9366.0, 9279.0, 9361.0, 9293.0, 9378.0, 9339.0, 9379.0, 9339.0, 9374.0, 9322.0, 9377.0, 9360.0, 9376.0, 9360.0, 9373.0, 9362.0, 9342.0, 9390.0, 9318.0, 9383.0, 9301.0, 9386.0, 9357.0, 9403.0, 9364.0, 9399.0, 9363.0, 9385.0, 9378.0, 9378.0, 9389.0, 9316.0, 9398.0, 9327.0, 9419.0, 9377.0, 9399.0, 9375.0, 9376.0, 9389.0, 9319.0, 9400.0, 9373.0, 9356.0, 9382.0, 9350.0, 9428.0, 9396.0, 9387.0, 9412.0, 9332.0, 9419.0, 9366.0, 9398.0, 9357.0, 9376.0, 9352.0, 9389.0, 9355.0, 9308.0, 9363.0, 9301.0, 9400.0, 9322.0, 9379.0, 9283.0, 9385.0, 9356.0, 9375.0, 9366.0, 9322.0, 9376.0, 9368.0, 9407.0, 9358.0, 9396.0, 9370.0, 9375.0, 9380.0, 9371.0, 9383.0, 9324.0, 9404.0, 9340.0, 9425.0, 9380.0, 9422.0, 9384.0, 9380.0, 9417.0, 9356.0, 9422.0, 9352.0, 9426.0, 9381.0, 9349.0, 9427.0, 9380.0, 9440.0, 9415.0, 9399.0, 9426.0, 9345.0, 9415.0, 9354.0, 9440.0, 9375.0, 9377.0, 9378.0, 9288.0, 9366.0, 9327.0, 9396.0, 9336.0, 9373.0, 9340.0, 9343.0, 9348.0, 9313.0, 9380.0, 9295.0, 9374.0, 9304.0, 9384.0, 9347.0, 9363.0, 9342.0, 9363.0, 9354.0, 9378.0, 9359.0, 9323.0, 9365.0, 9293.0, 9376.0, 9313.0, 9379.0, 9291.0, 9375.0, 9290.0, 9374.0, 9331.0, 9379.0, 9352.0, 9372.0, 9339.0, 9335.0, 9371.0, 9340.0, 9365.0, 9293.0, 9376.0, 9315.0, 9385.0, 9312.0, 9384.0, 9331.0, 9401.0, 9366.0, 9344.0, 9389.0, 9318.0, 9385.0, 9342.0, 9391.0, 9346.0, 9381.0, 9362.0, 9382.0, 9367.0, 9406.0, 9360.0, 9342.0, 9368.0, 9342.0, 9429.0, 9381.0, 9362.0, 9394.0, 9339.0, 9405.0, 9379.0, 9387.0, 9426.0, 9376.0, 9425.0, 9411.0, 9335.0, 9423.0, 9402.0, 9441.0, 9389.0, 9340.0, 9384.0, 9319.0, 9397.0, 9352.0, 9389.0, 9335.0, 9341.0, 9342.0, 9312.0, 9375.0, 9301.0, 9395.0, 9322.0, 9375.0, 9359.0, 9383.0, 9338.0, 9317.0, 9347.0, 9293.0, 9367.0, 9312.0, 9378.0, 9328.0, 9365.0, 9339.0, 9357.0, 9374.0, 9299.0, 9379.0, 9310.0, 9378.0, 9311.0, 9382.0, 9327.0, 9375.0, 9324.0, 9375.0, 9336.0, 9380.0, 9345.0, 9364.0, 9339.0, 9322.0, 9353.0, 9318.0, 9385.0, 9299.0, 9404.0, 9337.0, 9384.0, 9345.0, 9398.0, 9350.0, 9384.0, 9369.0, 9349.0, 9372.0, 9341.0, 9414.0, 9340.0, 9408.0, 9392.0, 9358.0, 9413.0, 9343.0, 9398.0, 9361.0, 9335.0, 9382.0, 9302.0, 9406.0, 9399.0, 9360.0, 9425.0, 9384.0, 9423.0, 9381.0, 9421.0, 9404.0, 9380.0, 9415.0, 9352.0, 9398.0, 9326.0, 9398.0, 9376.0, 9408.0, 9366.0, 9368.0, 9367.0, 9333.0, 9382.0, 9339.0, 9346.0, 9297.0, 9324.0, 9299.0, 9292.0, 9350.0, 9275.0, 9328.0, 9271.0, 9309.0, 9285.0, 9307.0, 9291.0, 9313.0, 9293.0, 9348.0, 9322.0, 9295.0, 9327.0, 9275.0, 9356.0, 9292.0, 9384.0, 9332.0, 9368.0, 9350.0, 9332.0, 9369.0, 9335.0, 9369.0, 9371.0, 9344.0, 9385.0, 9319.0, 9412.0, 9390.0, 9352.0, 9377.0, 9333.0, 9387.0, 9356.0, 9306.0, 9406.0, 9367.0, 9388.0, 9366.0, 9393.0, 9386.0, 9386.0, 9367.0, 9348.0, 9388.0, 9367.0, 9373.0, 9323.0, 9398.0, 9354.0, 9357.0, 9386.0, 9327.0, 9391.0, 9303.0, 9381.0, 9326.0, 9352.0, 9381.0, 9322.0, 9376.0, 9340.0, 9357.0, 9400.0, 9347.0, 9441.0, 9414.0, 9346.0, 9418.0, 9343.0, 9408.0, 9391.0, 9432.0, 9386.0, 9382.0, 9396.0, 9363.0, 9425.0, 9354.0, 9401.0, 9330.0, 9404.0, 9345.0, 9422.0, 9397.0, 9404.0, 9406.0, 9349.0, 9403.0, 9356.0, 9422.0, 9364.0, 9441.0, 9381.0, 9421.0, 9399.0, 9389.0, 9403.0, 9328.0, 9398.0, 9332.0, 9422.0, 9361.0, 9398.0, 9374.0, 9394.0, 9369.0, 9405.0, 9359.0, 9352.0, 9371.0, 9308.0, 9380.0, 9332.0, 9396.0, 9311.0, 9395.0, 9308.0, 9398.0, 9354.0, 9396.0, 9344.0, 9402.0, 9383.0, 9392.0, 9371.0, 9326.0, 9383.0, 9311.0, 9400.0, 9355.0, 9401.0, 9361.0, 9399.0, 9358.0, 9401.0, 9395.0, 9400.0, 9373.0, 9372.0, 9372.0, 9360.0, 9388.0, 9325.0, 9382.0, 9309.0, 9380.0, 9350.0, 9274.0, 9384.0, 9384.0, 9367.0, 9313.0, 9397.0, 9359.0, 9400.0, 9375.0, 9370.0, 9408.0, 9335.0, 9426.0, 9385.0, 9402.0, 9376.0, 9386.0, 9373.0, 9355.0, 9383.0, 9311.0, 9395.0, 9331.0, 9397.0, 9340.0, 9376.0, 9334.0, 9376.0, 9367.0, 9377.0, 9349.0, 9356.0, 9332.0, 9378.0, 9352.0, 9345.0, 9349.0, 9303.0, 9378.0, 9311.0, 9377.0, 9308.0, 9374.0, 9350.0, 9396.0, 9370.0, 9361.0, 9365.0, 9317.0, 9381.0, 9318.0, 9393.0, 9330.0, 9395.0, 9356.0, 9350.0, 9407.0, 9333.0, 9400.0, 9378.0, 9371.0, 9388.0, 9341.0, 9416.0, 9346.0, 9398.0, 9374.0, 9360.0, 9440.0, 9401.0, 9416.0, 9411.0, 9351.0, 9444.0, 9385.0, 9348.0, 9392.0, 9361.0, 9399.0, 9382.0, 9415.0, 9361.0, 9361.0, 9282.0, 9356.0, 9331.0, 9370.0, 9332.0, 9369.0, 9343.0, 9371.0, 9339.0, 9314.0, 9314.0, 9265.0, 9296.0, 9275.0, 9309.0, 9300.0, 9313.0, 9278.0, 9359.0, 9316.0, 9334.0, 9309.0, 9334.0, 9280.0, 9351.0, 9297.0, 9361.0, 9352.0, 9350.0, 9393.0, 9317.0, 9381.0, 9361.0, 9341.0, 9372.0, 9317.0, 9407.0, 9398.0, 9405.0, 9382.0, 9390.0, 9378.0, 9399.0, 9394.0, 9313.0, 9383.0, 9310.0, 9384.0, 9365.0, 9422.0, 9384.0, 9376.0, 9397.0, 9342.0, 9410.0, 9388.0, 9400.0, 9379.0, 9340.0, 9400.0, 9340.0, 9393.0, 9310.0, 9365.0, 9289.0, 9366.0, 9306.0, 9365.0, 9295.0, 9362.0, 9290.0, 9355.0, 9317.0, 9298.0, 9343.0, 9323.0, 9390.0, 9310.0, 9370.0, 9305.0, 9359.0, 9302.0, 9352.0, 9314.0, 9357.0, 9296.0, 9335.0, 9294.0, 9349.0, 9313.0, 9360.0, 9333.0, 9340.0, 9323.0, 9328.0, 9325.0, 9341.0, 9356.0, 9312.0, 9393.0, 9352.0, 9389.0, 9335.0, 9387.0, 9313.0, 9366.0, 9325.0, 9368.0, 9353.0, 9385.0, 9344.0, 9366.0, 9347.0, 9374.0, 9380.0, 9352.0, 9374.0, 9319.0, 9389.0, 9334.0, 9392.0, 9382.0, 9403.0, 9379.0, 9377.0, 9378.0, 9352.0, 9412.0, 9340.0, 9388.0, 9314.0, 9403.0, 9340.0, 9400.0, 9359.0, 9382.0, 9359.0, 9406.0, 9370.0, 9340.0, 9356.0, 9297.0, 9386.0, 9320.0, 9384.0, 9329.0, 9382.0, 9342.0, 9387.0, 9367.0, 9368.0, 9371.0, 9340.0, 9355.0, 9318.0, 9389.0, 9315.0, 9387.0, 9331.0, 9383.0, 9363.0, 9389.0, 9359.0, 9328.0, 9359.0, 9329.0, 9393.0, 9338.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.0041509331797235025</td></tr>
<tr><td colspan=3>aqi</td><td>0.05447141474654378</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.68409995627455</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713199402768162</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0173866933564015</td></tr>
<tr><td colspan=3>efc</td><td>0.4803</td></tr>
<tr><td colspan=3>fber</td><td>5212.4609</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18741136089079266</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>224</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.806451612903224</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7229149549489513</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6607993001979646</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9463382024810962</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5616073621677935</td></tr>
<tr><td colspan=3>gcor</td><td>0.00994993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002522948430851102</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023255307227373123</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.9492458337945497</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>22.3919</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.544</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.0582</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299082.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.1033</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2022</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.7033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3408.8775</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>77462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.5991</td></tr>
<tr><td colspan=3>tsnr</td><td>27.550524338148534</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>