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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-02_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-02_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-0090/ses-03/func/sub-0090_ses-03_task-social_acq-mb8_run-02_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>0a2c221776dafd12092ef1dbaddeea89</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:56:29.640000</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.999731, 0.00598351, 0.0224018, -0.00593262, 0.99998, -0.00233768]</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-02_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.0910527</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7707, -7262, 589, 17, -111, -127, -1]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ea856d8d-f8ff-44f3-b77b-204f70684a2e||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.6822056770324707, -0.01591677777469158, 0.06052127853035927, 110.47282409667969], [-0.016053322702646255, 2.6828722953796387, -0.005951198283582926, -92.42729949951172], [0.060102272778749466, 0.006271816790103912, 2.699315071105957, -79.33183288574219], [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': ['175629.640000', '175630.100000', '175630.560000', '175631.020000', '175631.480000', '175631.940000', '175632.400000', '175632.860000', '175633.320000', '175633.780000', '175634.240000', '175634.700000', '175635.160000', '175635.620000', '175636.080000', '175636.540000', '175637.000000', '175637.460000', '175637.920000', '175638.380000', '175638.840000', '175639.300000', '175639.760000', '175640.220000', '175640.680000', '175641.140000', '175641.600000', '175642.060000', '175642.520000', '175642.980000', '175643.440000', '175643.900000', '175644.360000', '175644.820000', '175645.280000', '175645.740000', '175646.200000', '175646.660000', '175647.120000', '175647.580000', '175648.040000', '175648.500000', '175648.960000', '175649.420000', '175649.880000', '175650.340000', '175650.800000', '175651.260000', '175651.720000', '175652.180000', '175652.640000', '175653.100000', '175653.560000', '175654.020000', '175654.480000', '175654.940000', '175655.400000', '175655.860000', '175656.320000', '175656.780000', '175657.240000', '175657.700000', '175658.160000', '175658.620000', '175659.080000', '175659.540000', '175700.000000', '175700.460000', '175700.920000', '175701.380000', '175701.840000', '175702.300000', '175702.760000', '175703.220000', '175703.680000', '175704.140000', '175704.600000', '175705.060000', '175705.520000', '175705.980000', '175706.440000', '175706.900000', '175707.360000', '175707.820000', '175708.280000', '175708.740000', '175709.200000', '175709.660000', '175710.120000', '175710.580000', '175711.040000', '175711.500000', '175711.960000', '175712.420000', '175712.880000', '175713.340000', '175713.800000', '175714.260000', '175714.720000', '175715.180000', '175715.640000', '175716.100000', '175716.560000', '175717.020000', '175717.480000', '175717.940000', '175718.400000', '175718.860000', '175719.320000', '175719.780000', '175720.240000', '175720.700000', '175721.160000', '175721.620000', '175722.080000', '175722.540000', '175723.000000', '175723.460000', '175723.920000', '175724.380000', '175724.840000', '175725.300000', '175725.760000', '175726.220000', '175726.680000', '175727.140000', '175727.600000', '175728.060000', '175728.520000', '175728.980000', '175729.440000', '175729.900000', '175730.360000', '175730.820000', '175731.280000', '175731.740000', '175732.200000', '175732.660000', '175733.120000', '175733.580000', '175734.040000', '175734.500000', '175734.960000', '175735.420000', '175735.880000', '175736.340000', '175736.800000', '175737.260000', '175737.720000', '175738.180000', '175738.640000', '175739.100000', '175739.560000', '175740.020000', '175740.480000', '175740.940000', '175741.400000', '175741.860000', '175742.320000', '175742.780000', '175743.240000', '175743.700000', '175744.160000', '175744.620000', '175745.080000', '175745.540000', '175746.000000', '175746.460000', '175746.920000', '175747.380000', '175747.840000', '175748.300000', '175748.760000', '175749.220000', '175749.680000', '175750.140000', '175750.600000', '175751.060000', '175751.520000', '175751.980000', '175752.440000', '175752.900000', '175753.360000', '175753.820000', '175754.280000', '175754.740000', '175755.200000', '175755.660000', '175756.120000', '175756.580000', '175757.040000', '175757.500000', '175757.960000', '175758.420000', '175758.880000', '175759.340000', '175759.800000', '175800.260000', '175800.720000', '175801.180000', '175801.640000', '175802.100000', '175802.560000', '175803.020000', '175803.480000', '175803.940000', '175804.400000', '175804.860000', '175805.320000', '175805.780000', '175806.240000', '175806.700000', '175807.160000', '175807.620000', '175808.080000', '175808.540000', '175809.000000', '175809.460000', '175809.920000', '175810.380000', '175810.840000', '175811.300000', '175811.760000', '175812.220000', '175812.680000', '175813.140000', '175813.600000', '175814.060000', '175814.520000', '175814.980000', '175815.440000', '175815.900000', '175816.360000', '175816.820000', '175817.280000', '175817.740000', '175818.200000', '175818.660000', '175819.120000', '175819.580000', '175820.040000', '175820.500000', '175820.960000', '175821.420000', '175821.880000', '175822.340000', '175822.800000', '175823.260000', '175823.720000', '175824.180000', '175824.640000', '175825.100000', '175825.560000', '175826.020000', '175826.480000', '175826.940000', '175827.400000', '175827.860000', '175828.320000', '175828.780000', '175829.240000', '175829.700000', '175830.160000', '175830.620000', '175831.080000', '175831.540000', '175832.000000', '175832.460000', '175832.920000', '175833.380000', '175833.840000', '175834.300000', '175834.760000', '175835.220000', '175835.680000', '175836.140000', '175836.600000', '175837.060000', '175837.520000', '175837.980000', '175838.440000', '175838.900000', '175839.360000', '175839.820000', '175840.280000', '175840.740000', '175841.200000', '175841.660000', '175842.120000', '175842.580000', '175843.040000', '175843.500000', '175843.960000', '175844.420000', '175844.880000', '175845.340000', '175845.800000', '175846.260000', '175846.720000', '175847.180000', '175847.640000', '175848.100000', '175848.560000', '175849.020000', '175849.480000', '175849.940000', '175850.400000', '175850.860000', '175851.320000', '175851.780000', '175852.240000', '175852.700000', '175853.160000', '175853.620000', '175854.080000', '175854.540000', '175855.000000', '175855.460000', '175855.920000', '175856.380000', '175856.840000', '175857.300000', '175857.760000', '175858.220000', '175858.680000', '175859.140000', '175859.600000', '175900.060000', '175900.520000', '175900.980000', '175901.440000', '175901.900000', '175902.360000', '175902.820000', '175903.280000', '175903.740000', '175904.200000', '175904.660000', '175905.120000', '175905.580000', '175906.040000', '175906.500000', '175906.960000', '175907.420000', '175907.880000', '175908.340000', '175908.800000', '175909.260000', '175909.720000', '175910.180000', '175910.640000', '175911.100000', '175911.560000', '175912.020000', '175912.480000', '175912.940000', '175913.400000', '175913.860000', '175914.320000', '175914.780000', '175915.240000', '175915.700000', '175916.160000', '175916.620000', '175917.080000', '175917.540000', '175918.000000', '175918.460000', '175918.920000', '175919.380000', '175919.840000', '175920.300000', '175920.760000', '175921.220000', '175921.680000', '175922.140000', '175922.600000', '175923.060000', '175923.520000', '175923.980000', '175924.440000', '175924.900000', '175925.360000', '175925.820000', '175926.280000', '175926.740000', '175927.200000', '175927.660000', '175928.120000', '175928.580000', '175929.040000', '175929.500000', '175929.960000', '175930.420000', '175930.880000', '175931.340000', '175931.800000', '175932.260000', '175932.720000', '175933.180000', '175933.640000', '175934.100000', '175934.560000', '175935.020000', '175935.480000', '175935.940000', '175936.400000', '175936.860000', '175937.320000', '175937.780000', '175938.240000', '175938.700000', '175939.160000', '175939.620000', '175940.080000', '175940.540000', '175941.000000', '175941.460000', '175941.920000', '175942.380000', '175942.840000', '175943.300000', '175943.760000', '175944.220000', '175944.680000', '175945.140000', '175945.600000', '175946.060000', '175946.520000', '175946.980000', '175947.440000', '175947.900000', '175948.360000', '175948.820000', '175949.280000', '175949.740000', '175950.200000', '175950.660000', '175951.120000', '175951.580000', '175952.040000', '175952.500000', '175952.960000', '175953.420000', '175953.880000', '175954.340000', '175954.800000', '175955.260000', '175955.720000', '175956.180000', '175956.640000', '175957.100000', '175957.560000', '175958.020000', '175958.480000', '175958.940000', '175959.400000', '175959.860000', '180000.320000', '180000.780000', '180001.240000', '180001.700000', '180002.160000', '180002.620000', '180003.080000', '180003.540000', '180004.000000', '180004.460000', '180004.920000', '180005.380000', '180005.840000', '180006.300000', '180006.760000', '180007.220000', '180007.680000', '180008.140000', '180008.600000', '180009.060000', '180009.520000', '180009.980000', '180010.440000', '180010.900000', '180011.360000', '180011.820000', '180012.280000', '180012.740000', '180013.200000', '180013.660000', '180014.120000', '180014.580000', '180015.040000', '180015.500000', '180015.960000', '180016.420000', '180016.880000', '180017.340000', '180017.800000', '180018.260000', '180018.720000', '180019.180000', '180019.640000', '180020.100000', '180020.560000', '180021.020000', '180021.480000', '180021.940000', '180022.400000', '180022.860000', '180023.320000', '180023.780000', '180024.240000', '180024.700000', '180025.160000', '180025.620000', '180026.080000', '180026.540000', '180027.000000', '180027.460000', '180027.920000', '180028.380000', '180028.840000', '180029.300000', '180029.760000', '180030.220000', '180030.680000', '180031.140000', '180031.600000', '180032.060000', '180032.520000', '180032.980000', '180033.440000', '180033.900000', '180034.360000', '180034.820000', '180035.280000', '180035.740000', '180036.200000', '180036.660000', '180037.120000', '180037.580000', '180038.040000', '180038.500000', '180038.960000', '180039.420000', '180039.880000', '180040.340000', '180040.800000', '180041.260000', '180041.720000', '180042.180000', '180042.640000', '180043.100000', '180043.560000', '180044.020000', '180044.480000', '180044.940000', '180045.400000', '180045.860000', '180046.320000', '180046.780000', '180047.240000', '180047.700000', '180048.160000', '180048.620000', '180049.080000', '180049.540000', '180050.000000', '180050.460000', '180050.920000', '180051.380000', '180051.840000', '180052.300000', '180052.760000', '180053.220000', '180053.680000', '180054.140000', '180054.600000', '180055.060000', '180055.520000', '180055.980000', '180056.440000', '180056.900000', '180057.360000', '180057.820000', '180058.280000', '180058.740000', '180059.200000', '180059.660000', '180100.120000', '180100.580000', '180101.040000', '180101.500000', '180101.960000', '180102.420000', '180102.880000', '180103.340000', '180103.800000', '180104.260000', '180104.720000', '180105.180000', '180105.640000', '180106.100000', '180106.560000', '180107.020000', '180107.480000', '180107.940000', '180108.400000', '180108.860000', '180109.320000', '180109.780000', '180110.240000', '180110.700000', '180111.160000', '180111.620000', '180112.080000', '180112.540000', '180113.000000', '180113.460000', '180113.920000', '180114.380000', '180114.840000', '180115.300000', '180115.760000', '180116.220000', '180116.680000', '180117.140000', '180117.600000', '180118.060000', '180118.520000', '180118.980000', '180119.440000', '180119.900000', '180120.360000', '180120.820000', '180121.280000', '180121.740000', '180122.200000', '180122.660000', '180123.120000', '180123.580000', '180124.040000', '180124.500000', '180124.960000', '180125.420000', '180125.880000', '180126.340000', '180126.800000', '180127.260000', '180127.720000', '180128.180000', '180128.640000', '180129.100000', '180129.560000', '180130.020000', '180130.480000', '180130.940000', '180131.400000', '180131.860000', '180132.320000', '180132.780000', '180133.240000', '180133.700000', '180134.160000', '180134.620000', '180135.080000', '180135.540000', '180136.000000', '180136.460000', '180136.920000', '180137.380000', '180137.840000', '180138.300000', '180138.760000', '180139.220000', '180139.680000', '180140.140000', '180140.600000', '180141.060000', '180141.520000', '180141.980000', '180142.440000', '180142.900000', '180143.360000', '180143.820000', '180144.280000', '180144.740000', '180145.200000', '180145.660000', '180146.120000', '180146.580000', '180147.040000', '180147.500000', '180147.960000', '180148.420000', '180148.880000', '180149.340000', '180149.800000', '180150.260000', '180150.720000', '180151.180000', '180151.640000', '180152.100000', '180152.560000', '180153.020000', '180153.480000', '180153.940000', '180154.400000', '180154.860000', '180155.320000', '180155.780000', '180156.240000', '180156.700000', '180157.160000', '180157.620000', '180158.080000', '180158.540000', '180159.000000', '180159.460000', '180159.920000', '180200.380000', '180200.840000', '180201.300000', '180201.760000', '180202.220000', '180202.680000', '180203.140000', '180203.600000', '180204.060000', '180204.520000', '180204.980000', '180205.440000', '180205.900000', '180206.360000', '180206.820000', '180207.280000', '180207.740000', '180208.200000', '180208.660000', '180209.120000', '180209.580000', '180210.040000', '180210.500000', '180210.960000', '180211.420000', '180211.880000', '180212.340000', '180212.800000', '180213.260000', '180213.720000', '180214.180000', '180214.640000', '180215.100000', '180215.560000', '180216.020000', '180216.480000', '180216.940000', '180217.400000', '180217.860000', '180218.320000', '180218.780000', '180219.240000', '180219.700000', '180220.160000', '180220.620000', '180221.080000', '180221.540000', '180222.000000', '180222.460000', '180222.920000', '180223.380000', '180223.840000', '180224.300000', '180224.760000', '180225.220000', '180225.680000', '180226.140000', '180226.600000', '180227.060000', '180227.520000', '180227.980000', '180228.440000', '180228.900000', '180229.360000', '180229.820000', '180230.280000', '180230.740000', '180231.200000', '180231.660000', '180232.120000', '180232.580000', '180233.040000', '180233.500000', '180233.960000', '180234.420000', '180234.880000', '180235.340000', '180235.800000', '180236.260000', '180236.720000', '180237.180000', '180237.640000', '180238.100000', '180238.560000', '180239.020000', '180239.480000', '180239.940000', '180240.400000', '180240.860000', '180241.320000', '180241.780000', '180242.240000', '180242.700000', '180243.160000', '180243.620000', '180244.080000', '180244.540000', '180245.000000', '180245.460000', '180245.920000', '180246.380000', '180246.840000', '180247.300000', '180247.760000', '180248.220000', '180248.680000', '180249.140000', '180249.600000', '180250.060000', '180250.520000', '180250.980000', '180251.440000', '180251.900000', '180252.360000', '180252.820000', '180253.280000', '180253.740000', '180254.200000', '180254.660000', '180255.120000', '180255.580000', '180256.040000', '180256.500000', '180256.960000', '180257.420000', '180257.880000', '180258.340000', '180258.800000', '180259.260000', '180259.720000', '180300.180000', '180300.640000', '180301.100000', '180301.560000', '180302.020000', '180302.480000', '180302.940000', '180303.400000', '180303.860000', '180304.320000', '180304.780000', '180305.240000', '180305.700000', '180306.160000', '180306.620000', '180307.080000', '180307.540000', '180308.000000', '180308.460000', '180308.920000', '180309.380000', '180309.840000', '180310.300000'], 'ContentTime': ['175648.558000', '175648.561000', '175648.564000', '175648.567000', '175648.570000', '175648.572000', '175648.575000', '175648.578000', '175648.580000', '175648.583000', '175648.585000', '175648.591000', '175648.594000', '175648.597000', '175648.599000', '175648.602000', '175648.608000', '175648.611000', '175648.614000', '175648.616000', '175648.619000', '175648.622000', '175648.624000', '175648.627000', '175648.629000', '175648.632000', '175648.634000', '175648.637000', '175648.640000', '175648.642000', '175648.645000', '175648.647000', '175648.650000', '175648.652000', '175648.655000', '175648.658000', '175648.660000', '175648.663000', '175648.665000', '175708.532000', '175708.534000', '175708.537000', '175708.540000', '175708.542000', '175708.545000', '175708.547000', '175708.550000', '175708.552000', '175708.555000', '175708.558000', '175708.560000', '175708.563000', '175708.565000', '175708.568000', '175708.570000', '175708.573000', '175708.576000', '175708.578000', '175708.581000', '175708.583000', '175708.586000', '175708.588000', '175708.591000', '175708.594000', '175708.596000', '175708.599000', '175708.601000', '175708.604000', '175708.607000', '175708.609000', '175708.612000', '175708.614000', '175708.617000', '175708.620000', '175708.622000', '175708.625000', '175708.627000', '175708.630000', '175708.632000', '175708.635000', '175708.637000', '175708.640000', '175708.643000', '175728.531000', '175728.534000', '175728.537000', '175728.539000', '175728.542000', '175728.544000', '175728.547000', '175728.550000', '175728.552000', '175728.555000', '175728.558000', '175728.560000', '175728.563000', '175728.571000', '175728.573000', '175728.576000', '175728.579000', '175728.581000', '175728.584000', '175728.587000', '175728.589000', '175728.592000', '175728.594000', '175728.597000', '175728.600000', '175728.602000', '175728.605000', '175728.607000', '175728.610000', '175728.613000', '175728.615000', '175728.618000', '175728.620000', '175728.623000', '175728.626000', '175728.628000', '175728.631000', '175728.633000', '175728.636000', '175728.638000', '175728.641000', '175728.644000', '175728.646000', '175748.531000', '175748.534000', '175748.537000', '175748.539000', '175748.542000', '175748.545000', '175748.547000', '175748.550000', '175748.552000', '175748.555000', '175748.557000', '175748.560000', '175748.563000', '175748.565000', '175748.568000', '175748.570000', '175748.573000', '175748.575000', '175748.579000', '175748.582000', '175748.584000', '175748.587000', '175748.590000', '175748.592000', '175748.595000', '175748.597000', '175748.600000', '175748.603000', '175748.605000', '175748.608000', '175748.611000', '175748.613000', '175748.616000', '175748.618000', '175748.621000', '175748.623000', '175748.626000', '175748.629000', '175748.631000', '175748.634000', '175748.637000', '175748.639000', '175748.642000', '175748.675000', '175808.531000', '175808.533000', '175808.536000', '175808.539000', '175808.541000', '175808.544000', '175808.546000', '175808.549000', '175808.552000', '175808.554000', '175808.557000', '175808.559000', '175808.562000', '175808.565000', '175808.567000', '175808.570000', '175808.572000', '175808.575000', '175808.578000', '175808.580000', '175808.583000', '175808.585000', '175808.588000', '175808.591000', '175808.593000', '175808.596000', '175808.598000', '175808.601000', '175808.604000', '175808.606000', '175808.609000', '175808.612000', '175808.614000', '175808.617000', '175808.619000', '175808.622000', '175808.624000', '175808.627000', '175808.630000', '175808.632000', '175808.635000', '175808.638000', '175808.640000', '175828.531000', '175828.534000', '175828.537000', '175828.540000', '175828.542000', '175828.545000', '175828.547000', '175828.550000', '175828.553000', '175828.555000', '175828.558000', '175828.560000', '175828.563000', '175828.566000', '175828.568000', '175828.571000', '175828.573000', '175828.576000', '175828.579000', '175828.581000', '175828.584000', '175828.586000', '175828.589000', '175828.592000', '175828.594000', '175828.597000', '175828.599000', '175828.602000', '175828.605000', '175828.607000', '175828.610000', '175828.612000', '175828.615000', '175828.618000', '175828.620000', '175828.623000', '175828.626000', '175828.629000', '175828.632000', '175828.635000', '175828.638000', '175828.641000', '175828.643000', '175848.532000', '175848.534000', '175848.537000', '175848.540000', '175848.542000', '175848.545000', '175848.547000', '175848.550000', '175848.553000', '175848.555000', '175848.558000', '175848.560000', '175848.563000', '175848.565000', '175848.568000', '175848.571000', '175848.573000', '175848.576000', '175848.578000', '175848.581000', '175848.584000', '175848.586000', '175848.589000', '175848.592000', '175848.594000', '175848.597000', '175848.599000', '175848.602000', '175848.605000', '175848.607000', '175848.610000', '175848.612000', '175848.615000', '175848.617000', '175848.620000', '175848.623000', '175848.625000', '175848.628000', '175848.630000', '175848.633000', '175848.635000', '175848.638000', '175848.641000', '175848.643000', '175908.531000', '175908.534000', '175908.537000', '175908.539000', '175908.542000', '175908.545000', '175908.547000', '175908.550000', '175908.553000', '175908.555000', '175908.558000', '175908.561000', '175908.563000', '175908.566000', '175908.570000', '175908.572000', '175908.576000', '175908.579000', '175908.581000', '175908.584000', '175908.586000', '175908.589000', '175908.592000', '175908.594000', '175908.597000', '175908.600000', '175908.602000', '175908.605000', '175908.608000', '175908.610000', '175908.613000', '175908.615000', '175908.619000', '175908.622000', '175908.625000', '175908.627000', '175908.630000', '175908.632000', '175908.635000', '175908.638000', '175908.640000', '175908.643000', '175908.645000', '175928.532000', '175928.534000', '175928.537000', '175928.540000', '175928.542000', '175928.545000', '175928.547000', '175928.550000', '175928.553000', '175928.555000', '175928.558000', '175928.560000', '175928.563000', '175928.566000', '175928.568000', '175928.571000', '175928.573000', '175928.576000', '175928.578000', '175928.581000', '175928.584000', '175928.586000', '175928.589000', '175928.592000', '175928.594000', '175928.612000', '175928.615000', '175928.617000', '175928.620000', '175928.622000', '175928.625000', '175928.627000', '175928.630000', '175928.633000', '175928.635000', '175928.638000', '175928.641000', '175928.643000', '175928.646000', '175928.648000', '175928.651000', '175928.654000', '175928.656000', '175928.659000', '175948.532000', '175948.534000', '175948.537000', '175948.540000', '175948.542000', '175948.545000', '175948.547000', '175948.550000', '175948.553000', '175948.555000', '175948.558000', '175948.560000', '175948.563000', '175948.566000', '175948.568000', '175948.571000', '175948.573000', '175948.576000', '175948.579000', '175948.582000', '175948.585000', '175948.588000', '175948.591000', '175948.594000', '175948.596000', '175948.599000', '175948.601000', '175948.604000', '175948.607000', '175948.609000', '175948.612000', '175948.614000', '175948.617000', '175948.620000', '175948.622000', '175948.625000', '175948.627000', '175948.630000', '175948.633000', '175948.635000', '175948.638000', '175948.641000', '175948.643000', '180008.531000', '180008.534000', '180008.537000', '180008.540000', '180008.542000', '180008.545000', '180008.547000', '180008.550000', '180008.552000', '180008.555000', '180008.558000', '180008.560000', '180008.563000', '180008.565000', '180008.568000', '180008.571000', '180008.573000', '180008.576000', '180008.578000', '180008.581000', '180008.583000', '180008.586000', '180008.589000', '180008.592000', '180008.594000', '180008.597000', '180008.599000', '180008.602000', '180008.605000', '180008.607000', '180008.610000', '180008.612000', '180008.615000', '180008.617000', '180008.620000', '180008.623000', '180008.625000', '180008.628000', '180008.630000', '180008.633000', '180008.636000', '180008.638000', '180008.641000', '180008.643000', '180028.531000', '180028.533000', '180028.536000', '180028.539000', '180028.541000', '180028.544000', '180028.546000', '180028.549000', '180028.552000', '180028.554000', '180028.557000', '180028.560000', '180028.562000', '180028.565000', '180028.567000', '180028.570000', '180028.572000', '180028.575000', '180028.578000', '180028.580000', '180028.583000', '180028.585000', '180028.588000', '180028.591000', '180028.594000', '180028.597000', '180028.600000', '180028.603000', '180028.606000', '180028.608000', '180028.611000', '180028.613000', '180028.616000', '180028.619000', '180028.621000', '180028.624000', '180028.627000', '180028.629000', '180028.632000', '180028.634000', '180028.637000', '180028.640000', '180028.642000', '180048.532000', '180048.534000', '180048.537000', '180048.540000', '180048.542000', '180048.545000', '180048.547000', '180048.550000', '180048.553000', '180048.555000', '180048.558000', '180048.560000', '180048.563000', '180048.566000', '180048.568000', '180048.571000', '180048.573000', '180048.576000', '180048.579000', '180048.581000', '180048.584000', '180048.586000', '180048.589000', '180048.592000', '180048.594000', '180048.597000', '180048.600000', '180048.602000', '180048.605000', '180048.607000', '180048.610000', '180048.613000', '180048.615000', '180048.618000', '180048.620000', '180048.623000', '180048.626000', '180048.628000', '180048.631000', '180048.633000', '180048.636000', '180048.639000', '180048.641000', '180048.644000', '180108.531000', '180108.534000', '180108.537000', '180108.540000', '180108.542000', '180108.545000', '180108.559000', '180108.562000', '180108.564000', '180108.567000', '180108.570000', '180108.573000', '180108.576000', '180108.579000', '180108.582000', '180108.585000', '180108.587000', '180108.590000', '180108.593000', '180108.595000', '180108.598000', '180108.600000', '180108.603000', '180108.606000', '180108.608000', '180108.611000', '180108.614000', '180108.616000', '180108.619000', '180108.621000', '180108.624000', '180108.627000', '180108.629000', '180108.632000', '180108.635000', '180108.637000', '180108.640000', '180108.642000', '180108.645000', '180108.647000', '180108.650000', '180108.653000', '180108.655000', '180128.532000', '180128.535000', '180128.537000', '180128.540000', '180128.542000', '180128.545000', '180128.548000', '180128.550000', '180128.553000', '180128.555000', '180128.558000', '180128.561000', '180128.563000', '180128.566000', '180128.569000', '180128.571000', '180128.574000', '180128.576000', '180128.579000', '180128.582000', '180128.584000', '180128.587000', '180128.589000', '180128.592000', '180128.595000', '180128.597000', '180128.600000', '180128.602000', '180128.605000', '180128.608000', '180128.610000', '180128.613000', '180128.615000', '180128.618000', '180128.620000', '180128.623000', '180128.626000', '180128.628000', '180128.631000', '180128.634000', '180128.636000', '180128.639000', '180128.641000', '180128.644000', '180148.531000', '180148.534000', '180148.537000', '180148.540000', '180148.542000', '180148.545000', '180148.548000', '180148.550000', '180148.553000', '180148.555000', '180148.558000', '180148.561000', '180148.564000', '180148.566000', '180148.569000', '180148.571000', '180148.574000', '180148.577000', '180148.579000', '180148.582000', '180148.584000', '180148.587000', '180148.590000', '180148.592000', '180148.595000', '180148.598000', '180148.600000', '180148.603000', '180148.605000', '180148.608000', '180148.611000', '180148.613000', '180148.616000', '180148.619000', '180148.621000', '180148.624000', '180148.626000', '180148.629000', '180148.632000', '180148.635000', '180148.638000', '180148.641000', '180148.644000', '180208.531000', '180208.534000', '180208.537000', '180208.539000', '180208.542000', '180208.545000', '180208.547000', '180208.550000', '180208.552000', '180208.555000', '180208.558000', '180208.560000', '180208.563000', '180208.565000', '180208.568000', '180208.570000', '180208.573000', '180208.576000', '180208.578000', '180208.581000', '180208.584000', '180208.586000', '180208.589000', '180208.591000', '180208.594000', '180208.597000', '180208.599000', '180208.602000', '180208.604000', '180208.607000', '180208.610000', '180208.612000', '180208.615000', '180208.617000', '180208.620000', '180208.622000', '180208.625000', '180208.628000', '180208.630000', '180208.633000', '180208.636000', '180208.638000', '180208.641000', '180208.643000', '180228.532000', '180228.534000', '180228.537000', '180228.540000', '180228.542000', '180228.545000', '180228.548000', '180228.550000', '180228.553000', '180228.555000', '180228.558000', '180228.561000', '180228.563000', '180228.566000', '180228.568000', '180228.571000', '180228.584000', '180228.586000', '180228.589000', '180228.592000', '180228.594000', '180228.597000', '180228.599000', '180228.602000', '180228.605000', '180228.607000', '180228.610000', '180228.612000', '180228.615000', '180228.618000', '180228.620000', '180228.623000', '180228.625000', '180228.628000', '180228.631000', '180228.633000', '180228.636000', '180228.638000', '180228.641000', '180228.644000', '180228.646000', '180228.649000', '180228.651000', '180248.531000', '180248.533000', '180248.537000', '180248.540000', '180248.543000', '180248.545000', '180248.548000', '180248.550000', '180248.553000', '180248.556000', '180248.558000', '180248.561000', '180248.563000', '180248.566000', '180248.569000', '180248.571000', '180248.574000', '180248.577000', '180248.579000', '180248.582000', '180248.584000', '180248.587000', '180248.590000', '180248.592000', '180248.595000', '180248.597000', '180248.600000', '180248.603000', '180248.605000', '180248.608000', '180248.611000', '180248.613000', '180248.616000', '180248.618000', '180248.621000', '180248.623000', '180248.626000', '180248.629000', '180248.631000', '180248.634000', '180248.636000', '180248.639000', '180248.642000', '180248.644000', '180308.532000', '180308.535000', '180308.537000', '180308.540000', '180308.542000', '180308.545000', '180308.548000', '180308.550000', '180308.553000', '180308.555000', '180308.558000', '180308.561000', '180308.563000', '180308.566000', '180308.568000', '180308.571000', '180308.574000', '180308.576000', '180308.579000', '180308.582000', '180308.584000', '180308.587000', '180308.590000', '180308.592000', '180308.595000', '180308.597000', '180308.600000', '180308.603000', '180308.605000', '180308.608000', '180308.610000', '180308.613000', '180308.616000', '180308.618000', '180308.621000', '180308.623000', '180308.626000', '180308.628000', '180308.631000', '180308.634000', '180308.636000', '180308.639000', '180308.641000', '180311.468000', '180311.472000', '180311.475000', '180311.477000', '180311.480000', '180311.483000', '180311.486000'], 'InstanceCreationTime': ['175648.558000', '175648.561000', '175648.564000', '175648.567000', '175648.570000', '175648.572000', '175648.575000', '175648.578000', '175648.580000', '175648.583000', '175648.585000', '175648.591000', '175648.594000', '175648.597000', '175648.599000', '175648.602000', '175648.608000', '175648.611000', '175648.614000', '175648.616000', '175648.619000', '175648.622000', '175648.624000', '175648.627000', '175648.629000', '175648.632000', '175648.634000', '175648.637000', '175648.640000', '175648.642000', '175648.645000', '175648.647000', '175648.650000', '175648.652000', '175648.655000', '175648.658000', '175648.660000', '175648.663000', '175648.665000', '175708.532000', '175708.534000', '175708.537000', '175708.540000', '175708.542000', '175708.545000', '175708.547000', '175708.550000', '175708.552000', '175708.555000', '175708.558000', '175708.560000', '175708.563000', '175708.565000', '175708.568000', '175708.570000', '175708.573000', '175708.576000', '175708.578000', '175708.581000', '175708.583000', '175708.586000', '175708.588000', '175708.591000', '175708.594000', '175708.596000', '175708.599000', '175708.601000', '175708.604000', '175708.607000', '175708.609000', '175708.612000', '175708.614000', '175708.617000', '175708.620000', '175708.622000', '175708.625000', '175708.627000', '175708.630000', '175708.632000', '175708.635000', '175708.637000', '175708.640000', '175708.643000', '175728.531000', '175728.534000', '175728.537000', '175728.539000', '175728.542000', '175728.544000', '175728.547000', '175728.550000', '175728.552000', '175728.555000', '175728.558000', '175728.560000', '175728.563000', '175728.571000', '175728.573000', '175728.576000', '175728.579000', '175728.581000', '175728.584000', '175728.587000', '175728.589000', '175728.592000', '175728.594000', '175728.597000', '175728.600000', '175728.602000', '175728.605000', '175728.607000', '175728.610000', '175728.613000', '175728.615000', '175728.618000', '175728.620000', '175728.623000', '175728.626000', '175728.628000', '175728.631000', '175728.633000', '175728.636000', '175728.638000', '175728.641000', '175728.644000', '175728.646000', '175748.531000', '175748.534000', '175748.537000', '175748.539000', '175748.542000', '175748.545000', '175748.547000', '175748.550000', '175748.552000', '175748.555000', '175748.557000', '175748.560000', '175748.563000', '175748.565000', '175748.568000', '175748.570000', '175748.573000', '175748.575000', '175748.579000', '175748.582000', '175748.584000', '175748.587000', '175748.590000', '175748.592000', '175748.595000', '175748.597000', '175748.600000', '175748.603000', '175748.605000', '175748.608000', '175748.611000', '175748.613000', '175748.616000', '175748.618000', '175748.621000', '175748.623000', '175748.626000', '175748.629000', '175748.631000', '175748.634000', '175748.637000', '175748.639000', '175748.642000', '175748.675000', '175808.531000', '175808.533000', '175808.536000', '175808.539000', '175808.541000', '175808.544000', '175808.546000', '175808.549000', '175808.552000', '175808.554000', '175808.557000', '175808.559000', '175808.562000', '175808.565000', '175808.567000', '175808.570000', '175808.572000', '175808.575000', '175808.578000', '175808.580000', '175808.583000', '175808.585000', '175808.588000', '175808.591000', '175808.593000', '175808.596000', '175808.598000', '175808.601000', '175808.604000', '175808.606000', '175808.609000', '175808.612000', '175808.614000', '175808.617000', '175808.619000', '175808.622000', '175808.624000', '175808.627000', '175808.630000', '175808.632000', '175808.635000', '175808.638000', '175808.640000', '175828.531000', '175828.534000', '175828.537000', '175828.540000', '175828.542000', '175828.545000', '175828.547000', '175828.550000', '175828.553000', '175828.555000', '175828.558000', '175828.560000', '175828.563000', '175828.566000', '175828.568000', '175828.571000', '175828.573000', '175828.576000', '175828.579000', '175828.581000', '175828.584000', '175828.586000', '175828.589000', '175828.592000', '175828.594000', '175828.597000', '175828.599000', '175828.602000', '175828.605000', '175828.607000', '175828.610000', '175828.612000', '175828.615000', '175828.618000', '175828.620000', '175828.623000', '175828.626000', '175828.629000', '175828.632000', '175828.635000', '175828.638000', '175828.641000', '175828.643000', '175848.532000', '175848.534000', '175848.537000', '175848.540000', '175848.542000', '175848.545000', '175848.547000', '175848.550000', '175848.553000', '175848.555000', '175848.558000', '175848.560000', '175848.563000', '175848.565000', '175848.568000', '175848.571000', '175848.573000', '175848.576000', '175848.578000', '175848.581000', '175848.584000', '175848.586000', '175848.589000', '175848.592000', '175848.594000', '175848.597000', '175848.599000', '175848.602000', '175848.605000', '175848.607000', '175848.610000', '175848.612000', '175848.615000', '175848.617000', '175848.620000', '175848.623000', '175848.625000', '175848.628000', '175848.630000', '175848.633000', '175848.635000', '175848.638000', '175848.641000', '175848.643000', '175908.531000', '175908.534000', '175908.537000', '175908.539000', '175908.542000', '175908.545000', '175908.547000', '175908.550000', '175908.553000', '175908.555000', '175908.558000', '175908.561000', '175908.563000', '175908.566000', '175908.570000', '175908.572000', '175908.576000', '175908.579000', '175908.581000', '175908.584000', '175908.586000', '175908.589000', '175908.592000', '175908.594000', '175908.597000', '175908.600000', '175908.602000', '175908.605000', '175908.608000', '175908.610000', '175908.613000', '175908.615000', '175908.619000', '175908.622000', '175908.625000', '175908.627000', '175908.630000', '175908.632000', '175908.635000', '175908.638000', '175908.640000', '175908.643000', '175908.645000', '175928.532000', '175928.534000', '175928.537000', '175928.540000', '175928.542000', '175928.545000', '175928.547000', '175928.550000', '175928.553000', '175928.555000', '175928.558000', '175928.560000', '175928.563000', '175928.566000', '175928.568000', '175928.571000', '175928.573000', '175928.576000', '175928.578000', '175928.581000', '175928.584000', '175928.586000', '175928.589000', '175928.592000', '175928.594000', '175928.612000', '175928.615000', '175928.617000', '175928.620000', '175928.622000', '175928.625000', '175928.627000', '175928.630000', '175928.633000', '175928.635000', '175928.638000', '175928.641000', '175928.643000', '175928.646000', '175928.648000', '175928.651000', '175928.654000', '175928.656000', '175928.659000', '175948.532000', '175948.534000', '175948.537000', '175948.540000', '175948.542000', '175948.545000', '175948.547000', '175948.550000', '175948.553000', '175948.555000', '175948.558000', '175948.560000', '175948.563000', '175948.566000', '175948.568000', '175948.571000', '175948.573000', '175948.576000', '175948.579000', '175948.582000', '175948.585000', '175948.588000', '175948.591000', '175948.594000', '175948.596000', '175948.599000', '175948.601000', '175948.604000', '175948.607000', '175948.609000', '175948.612000', '175948.614000', '175948.617000', '175948.620000', '175948.622000', '175948.625000', '175948.627000', '175948.630000', '175948.633000', '175948.635000', '175948.638000', '175948.641000', '175948.643000', '180008.531000', '180008.534000', '180008.537000', '180008.540000', '180008.542000', '180008.545000', '180008.547000', '180008.550000', '180008.552000', '180008.555000', '180008.558000', '180008.560000', '180008.563000', '180008.565000', '180008.568000', '180008.571000', '180008.573000', '180008.576000', '180008.578000', '180008.581000', '180008.583000', '180008.586000', '180008.589000', '180008.592000', '180008.594000', '180008.597000', '180008.599000', '180008.602000', '180008.605000', '180008.607000', '180008.610000', '180008.612000', '180008.615000', '180008.617000', '180008.620000', '180008.623000', '180008.625000', '180008.628000', '180008.630000', '180008.633000', '180008.636000', '180008.638000', '180008.641000', '180008.643000', '180028.531000', '180028.533000', '180028.536000', '180028.539000', '180028.541000', '180028.544000', '180028.546000', '180028.549000', '180028.552000', '180028.554000', '180028.557000', '180028.560000', '180028.562000', '180028.565000', '180028.567000', '180028.570000', '180028.572000', '180028.575000', '180028.578000', '180028.580000', '180028.583000', '180028.585000', '180028.588000', '180028.591000', '180028.594000', '180028.597000', '180028.600000', '180028.603000', '180028.606000', '180028.608000', '180028.611000', '180028.613000', '180028.616000', '180028.619000', '180028.621000', '180028.624000', '180028.627000', '180028.629000', '180028.632000', '180028.634000', '180028.637000', '180028.640000', '180028.642000', '180048.532000', '180048.534000', '180048.537000', '180048.540000', '180048.542000', '180048.545000', '180048.547000', '180048.550000', '180048.553000', '180048.555000', '180048.558000', '180048.560000', '180048.563000', '180048.566000', '180048.568000', '180048.571000', '180048.573000', '180048.576000', '180048.579000', '180048.581000', '180048.584000', '180048.586000', '180048.589000', '180048.592000', '180048.594000', '180048.597000', '180048.600000', '180048.602000', '180048.605000', '180048.607000', '180048.610000', '180048.613000', '180048.615000', '180048.618000', '180048.620000', '180048.623000', '180048.626000', '180048.628000', '180048.631000', '180048.633000', '180048.636000', '180048.639000', '180048.641000', '180048.644000', '180108.531000', '180108.534000', '180108.537000', '180108.540000', '180108.542000', '180108.545000', '180108.559000', '180108.562000', '180108.564000', '180108.567000', '180108.570000', '180108.573000', '180108.576000', '180108.579000', '180108.582000', '180108.585000', '180108.587000', '180108.590000', '180108.593000', '180108.595000', '180108.598000', '180108.600000', '180108.603000', '180108.606000', '180108.608000', '180108.611000', '180108.614000', '180108.616000', '180108.619000', '180108.621000', '180108.624000', '180108.627000', '180108.629000', '180108.632000', '180108.635000', '180108.637000', '180108.640000', '180108.642000', '180108.645000', '180108.647000', '180108.650000', '180108.653000', '180108.655000', '180128.532000', '180128.535000', '180128.537000', '180128.540000', '180128.542000', '180128.545000', '180128.548000', '180128.550000', '180128.553000', '180128.555000', '180128.558000', '180128.561000', '180128.563000', '180128.566000', '180128.569000', '180128.571000', '180128.574000', '180128.576000', '180128.579000', '180128.582000', '180128.584000', '180128.587000', '180128.589000', '180128.592000', '180128.595000', '180128.597000', '180128.600000', '180128.602000', '180128.605000', '180128.608000', '180128.610000', '180128.613000', '180128.615000', '180128.618000', '180128.620000', '180128.623000', '180128.626000', '180128.628000', '180128.631000', '180128.634000', '180128.636000', '180128.639000', '180128.641000', '180128.644000', '180148.531000', '180148.534000', '180148.537000', '180148.540000', '180148.542000', '180148.545000', '180148.548000', '180148.550000', '180148.553000', '180148.555000', '180148.558000', '180148.561000', '180148.564000', '180148.566000', '180148.569000', '180148.571000', '180148.574000', '180148.577000', '180148.579000', '180148.582000', '180148.584000', '180148.587000', '180148.590000', '180148.592000', '180148.595000', '180148.598000', '180148.600000', '180148.603000', '180148.605000', '180148.608000', '180148.611000', '180148.613000', '180148.616000', '180148.619000', '180148.621000', '180148.624000', '180148.626000', '180148.629000', '180148.632000', '180148.635000', '180148.638000', '180148.641000', '180148.644000', '180208.531000', '180208.534000', '180208.537000', '180208.539000', '180208.542000', '180208.545000', '180208.547000', '180208.550000', '180208.552000', '180208.555000', '180208.558000', '180208.560000', '180208.563000', '180208.565000', '180208.568000', '180208.570000', '180208.573000', '180208.576000', '180208.578000', '180208.581000', '180208.584000', '180208.586000', '180208.589000', '180208.591000', '180208.594000', '180208.597000', '180208.599000', '180208.602000', '180208.604000', '180208.607000', '180208.610000', '180208.612000', '180208.615000', '180208.617000', '180208.620000', '180208.622000', '180208.625000', '180208.628000', '180208.630000', '180208.633000', '180208.636000', '180208.638000', '180208.641000', '180208.643000', '180228.532000', '180228.534000', '180228.537000', '180228.540000', '180228.542000', '180228.545000', '180228.548000', '180228.550000', '180228.553000', '180228.555000', '180228.558000', '180228.561000', '180228.563000', '180228.566000', '180228.568000', '180228.571000', '180228.584000', '180228.586000', '180228.589000', '180228.592000', '180228.594000', '180228.597000', '180228.599000', '180228.602000', '180228.605000', '180228.607000', '180228.610000', '180228.612000', '180228.615000', '180228.618000', '180228.620000', '180228.623000', '180228.625000', '180228.628000', '180228.631000', '180228.633000', '180228.636000', '180228.638000', '180228.641000', '180228.644000', '180228.646000', '180228.649000', '180228.651000', '180248.531000', '180248.533000', '180248.537000', '180248.540000', '180248.543000', '180248.545000', '180248.548000', '180248.550000', '180248.553000', '180248.556000', '180248.558000', '180248.561000', '180248.563000', '180248.566000', '180248.569000', '180248.571000', '180248.574000', '180248.577000', '180248.579000', '180248.582000', '180248.584000', '180248.587000', '180248.590000', '180248.592000', '180248.595000', '180248.597000', '180248.600000', '180248.603000', '180248.605000', '180248.608000', '180248.611000', '180248.613000', '180248.616000', '180248.618000', '180248.621000', '180248.623000', '180248.626000', '180248.629000', '180248.631000', '180248.634000', '180248.636000', '180248.639000', '180248.642000', '180248.644000', '180308.532000', '180308.535000', '180308.537000', '180308.540000', '180308.542000', '180308.545000', '180308.548000', '180308.550000', '180308.553000', '180308.555000', '180308.558000', '180308.561000', '180308.563000', '180308.566000', '180308.568000', '180308.571000', '180308.574000', '180308.576000', '180308.579000', '180308.582000', '180308.584000', '180308.587000', '180308.590000', '180308.592000', '180308.595000', '180308.597000', '180308.600000', '180308.603000', '180308.605000', '180308.608000', '180308.610000', '180308.613000', '180308.616000', '180308.618000', '180308.621000', '180308.623000', '180308.626000', '180308.628000', '180308.631000', '180308.634000', '180308.636000', '180308.639000', '180308.641000', '180311.468000', '180311.472000', '180311.475000', '180311.477000', '180311.480000', '180311.483000', '180311.486000'], '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': [14077, 10813, 14442, 10745, 15392, 12842, 9402, 14533, 10975, 15067, 12170, 10948, 14970, 11824, 13709, 11226, 9285, 14033, 11159, 14178, 11981, 11451, 12016, 8784, 15162, 12562, 11818, 13395, 10138, 14896, 11758, 10078, 13923, 12610, 10255, 13753, 12318, 10395, 14755, 10123, 14598, 10740, 13747, 11411, 11294, 12844, 8868, 14473, 11828, 14097, 11180, 8324, 13722, 10973, 14204, 11453, 9395, 14224, 11662, 17994, 10402, 11326, 11413, 9332, 12974, 10536, 12644, 10754, 9420, 13354, 11013, 12654, 12329, 8797, 14360, 12316, 10657, 14003, 11028, 13967, 11690, 9428, 14858, 11997, 12033, 12294, 8829, 14767, 12375, 8437, 14524, 11397, 14266, 12994, 9023, 14593, 11980, 9850, 14314, 11395, 14648, 11925, 9129, 14769, 11163, 14757, 11884, 8508, 14515, 11052, 15774, 11797, 8999, 14137, 11117, 14846, 11923, 9788, 14278, 11709, 11413, 12522, 9496, 14509, 12167, 8966, 13944, 10712, 15381, 11782, 8998, 14316, 11520, 14362, 11816, 8861, 14628, 11946, 11850, 12957, 9929, 14461, 11643, 9803, 14436, 11366, 12163, 12277, 9396, 15197, 12751, 9402, 13541, 9323, 14871, 12751, 12490, 12118, 9118, 14644, 11664, 14405, 11756, 8529, 14217, 10896, 14259, 11767, 8752, 13814, 9881, 14637, 12600, 9627, 13525, 9489, 15276, 11831, 11768, 13049, 8682, 15266, 11845, 15366, 12124, 9620, 14047, 10624, 15240, 12024, 9177, 14155, 11336, 10610, 13506, 10861, 14125, 11559, 8506, 14337, 11113, 14488, 11887, 8733, 14668, 12282, 11242, 13505, 10794, 11930, 12650, 9478, 15010, 12087, 9099, 14814, 10696, 13367, 13580, 11390, 11108, 13893, 11576, 8811, 14524, 11324, 14757, 12322, 10066, 13710, 8566, 15399, 12547, 13545, 11794, 8295, 15011, 11597, 9773, 14157, 11319, 11434, 13546, 10773, 15891, 12094, 9036, 14599, 11622, 11064, 14699, 11304, 13307, 12153, 8886, 14749, 12695, 9429, 13972, 10986, 13475, 11390, 9309, 14453, 12512, 8775, 13925, 11327, 8909, 14584, 11947, 9330, 14089, 10775, 15202, 12535, 9658, 14109, 11002, 14353, 11475, 9056, 14429, 11831, 11541, 12206, 8504, 14857, 12291, 11557, 13138, 10183, 14600, 11563, 9535, 15364, 11970, 10215, 13211, 10415, 15198, 12340, 9674, 14298, 11754, 9397, 13759, 10357, 14836, 12528, 9646, 14102, 10813, 11570, 12878, 10769, 14790, 12119, 8798, 14972, 11794, 9682, 14208, 11756, 8635, 14284, 11813, 11498, 13242, 10179, 13939, 11643, 9385, 14311, 11862, 11414, 12726, 9141, 15359, 12392, 11525, 12712, 8522, 14827, 11999, 12738, 12310, 8985, 14505, 11840, 12462, 12613, 8615, 14530, 11583, 11642, 13468, 10386, 14795, 12419, 13223, 15655, 15584, 11383, 10010, 8236, 12671, 9249, 13192, 13888, 10032, 12925, 9988, 14268, 12092, 9480, 13712, 10823, 15007, 12773, 9462, 13622, 11304, 8895, 14283, 11506, 14825, 11709, 8390, 13774, 10592, 14732, 11674, 8560, 13533, 10674, 14332, 11738, 8743, 13820, 10227, 15228, 11876, 9326, 14114, 11450, 10324, 14010, 11344, 11755, 12832, 10312, 15666, 11996, 8910, 13889, 11352, 8384, 15113, 12648, 9411, 13733, 11389, 9757, 15285, 12278, 9588, 14696, 11849, 9383, 13849, 11599, 11529, 12814, 9444, 14188, 11489, 8504, 14495, 11746, 13361, 12379, 8901, 14355, 11723, 9111, 14380, 11700, 8394, 14271, 11201, 14404, 12182, 9555, 14303, 11465, 13492, 12486, 9275, 13961, 11613, 11355, 12937, 9824, 13795, 11169, 8184, 14502, 12167, 9980, 12445, 8611, 14740, 12418, 9857, 12305, 8723, 14858, 11938, 10872, 12736, 9028, 14666, 11780, 10388, 13189, 9623, 14149, 11518, 9745, 14300, 11227, 11938, 12204, 9164, 14629, 12092, 10552, 12689, 8861, 14961, 12099, 8893, 13661, 10393, 14402, 11623, 9208, 13725, 11252, 12682, 12289, 9089, 14387, 11831, 10343, 13560, 10764, 14737, 12021, 8913, 14227, 11557, 10226, 14023, 11529, 11309, 12849, 9403, 14860, 12835, 9565, 14097, 11405, 13673, 12589, 9533, 13974, 11553, 10314, 12902, 10929, 15708, 11808, 8633, 14431, 11654, 9277, 14754, 12070, 8934, 14187, 11855, 9900, 14394, 11652, 9220, 14727, 11971, 9118, 15402, 12172, 11065, 14373, 11079, 8612, 12477, 12904, 10323, 17172, 12872, 9773, 14535, 11815, 14857, 12118, 8429, 13930, 11413, 9659, 14392, 11420, 10608, 12666, 9660, 14686, 12212, 9389, 14179, 10584, 14513, 11945, 9491, 13724, 10437, 14539, 11724, 9454, 13777, 11309, 11749, 12918, 9294, 13953, 11802, 9036, 14159, 11586, 13204, 12262, 8786, 14602, 12504, 12229, 13069, 9705, 14103, 11272, 9407, 13676, 10994, 12214, 11883, 9414, 14503, 11976, 10193, 13157, 9911, 14621, 11830, 9069, 13875, 11049, 15073, 12814, 10252, 14877, 13433, 19423, 15917, 9249, 12950, 10956, 12516, 10939, 9913, 13235, 11019, 9455, 13568, 10912, 15235, 13436, 9204, 13731, 11209, 9437, 13229, 11928, 9743, 12793, 12413, 9184, 14554, 12175, 11688, 12783, 8535, 14717, 11089, 13137, 10964, 8248, 14153, 11035, 13950, 11419, 8520, 14370, 11476, 12951, 12526, 8606, 14326, 11384, 15252, 11761, 9271, 13955, 11206, 15482, 11862, 9554, 13858, 11176, 14819, 12041, 9899, 13225, 11032, 10790, 13897, 10984, 15633, 11750, 9508, 13672, 11466, 10926, 13630, 10695, 14829, 11260, 9956, 13882, 10856, 13764, 11119, 9404, 14026, 11613, 11244, 13183, 9851, 14581, 12371, 9593, 13434, 11034, 13199, 11582, 10293, 13809, 10053, 14276, 11354, 11743, 12198, 9592, 13795, 11287, 9690, 13756, 11124, 14633, 11339, 8540, 13962, 11022, 15220, 11670, 9236, 13620, 11251, 14030, 11923, 8773, 14486, 11791, 10970, 13398, 10264, 14267, 11878, 9390, 14189, 10969, 13766, 11854, 8442, 14999, 12108, 13386, 11004, 9918, 14718, 11681, 8827, 14122, 11729, 11840, 13889, 11634, 11260, 14531, 11575, 9315, 12884, 12420, 10356, 15271, 13058, 9749, 13608, 10643, 15799, 13405, 10064, 13675, 11189, 12835, 13245, 10338, 14078, 11602, 9220, 14384, 11693, 11371, 12507, 8817, 14991, 12289, 9244, 13822, 10806, 14646, 11658, 9467, 13834, 10968, 13639, 12282, 9190, 14308, 11462, 9361, 14613, 11323, 13973, 11643, 9349, 14073, 11223, 12831, 11636, 8815, 14225, 11199, 12646, 11752, 8899, 14004, 11592, 10433, 12649, 8958, 14646, 11794, 8988, 13457, 9697, 14722, 11963, 9384, 13513, 10153, 14588, 11663, 10054, 13376, 8840, 15125, 12320, 11213, 12825, 8991, 14874, 13117, 10356, 11638], 'WindowCenter': [4590.0, 4541.0, 4547.0, 4526.0, 4543.0, 4523.0, 4491.0, 4530.0, 4499.0, 4529.0, 4509.0, 4498.0, 4530.0, 4508.0, 4515.0, 4494.0, 4476.0, 4516.0, 4496.0, 4515.0, 4507.0, 4494.0, 4495.0, 4465.0, 4527.0, 4506.0, 4495.0, 4517.0, 4495.0, 4525.0, 4504.0, 4498.0, 4529.0, 4518.0, 4499.0, 4516.0, 4509.0, 4487.0, 4530.0, 4486.0, 4517.0, 4485.0, 4504.0, 4497.0, 4483.0, 4503.0, 4465.0, 4513.0, 4507.0, 4517.0, 4495.0, 4478.0, 4516.0, 4498.0, 4529.0, 4508.0, 4476.0, 4519.0, 4510.0, 4553.0, 4499.0, 4496.0, 4506.0, 4487.0, 4517.0, 4500.0, 4517.0, 4497.0, 4488.0, 4516.0, 4500.0, 4517.0, 4508.0, 4477.0, 4527.0, 4510.0, 4499.0, 4517.0, 4496.0, 4517.0, 4496.0, 4475.0, 4515.0, 4495.0, 4495.0, 4493.0, 4474.0, 4515.0, 4506.0, 4463.0, 4513.0, 4494.0, 4516.0, 4507.0, 4476.0, 4515.0, 4495.0, 4486.0, 4515.0, 4495.0, 4517.0, 4496.0, 4474.0, 4513.0, 4497.0, 4517.0, 4494.0, 4465.0, 4514.0, 4497.0, 4526.0, 4496.0, 4476.0, 4516.0, 4497.0, 4517.0, 4506.0, 4485.0, 4515.0, 4506.0, 4494.0, 4505.0, 4486.0, 4527.0, 4507.0, 4476.0, 4515.0, 4499.0, 4527.0, 4507.0, 4477.0, 4516.0, 4495.0, 4517.0, 4506.0, 4477.0, 4528.0, 4509.0, 4506.0, 4507.0, 4487.0, 4516.0, 4509.0, 4485.0, 4527.0, 4496.0, 4507.0, 4507.0, 4476.0, 4528.0, 4507.0, 4477.0, 4506.0, 4476.0, 4515.0, 4508.0, 4507.0, 4506.0, 4475.0, 4516.0, 4495.0, 4515.0, 4495.0, 4465.0, 4515.0, 4495.0, 4516.0, 4506.0, 4466.0, 4515.0, 4488.0, 4528.0, 4508.0, 4486.0, 4506.0, 4485.0, 4525.0, 4507.0, 4507.0, 4517.0, 4477.0, 4527.0, 4509.0, 4527.0, 4507.0, 4486.0, 4518.0, 4497.0, 4528.0, 4507.0, 4477.0, 4517.0, 4496.0, 4484.0, 4517.0, 4494.0, 4517.0, 4496.0, 4477.0, 4516.0, 4497.0, 4528.0, 4507.0, 4477.0, 4528.0, 4508.0, 4499.0, 4518.0, 4497.0, 4505.0, 4517.0, 4486.0, 4528.0, 4509.0, 4489.0, 4527.0, 4497.0, 4516.0, 4518.0, 4508.0, 4499.0, 4530.0, 4509.0, 4492.0, 4528.0, 4508.0, 4528.0, 4510.0, 4488.0, 4518.0, 4466.0, 4526.0, 4506.0, 4505.0, 4495.0, 4464.0, 4526.0, 4507.0, 4486.0, 4517.0, 4508.0, 4506.0, 4516.0, 4511.0, 4539.0, 4520.0, 4490.0, 4528.0, 4510.0, 4509.0, 4530.0, 4510.0, 4519.0, 4508.0, 4478.0, 4530.0, 4518.0, 4477.0, 4518.0, 4498.0, 4515.0, 4495.0, 4475.0, 4518.0, 4507.0, 4477.0, 4516.0, 4497.0, 4478.0, 4527.0, 4508.0, 4475.0, 4515.0, 4496.0, 4528.0, 4505.0, 4475.0, 4513.0, 4485.0, 4515.0, 4494.0, 4476.0, 4516.0, 4494.0, 4495.0, 4493.0, 4463.0, 4513.0, 4507.0, 4496.0, 4504.0, 4484.0, 4516.0, 4497.0, 4486.0, 4527.0, 4497.0, 4486.0, 4504.0, 4486.0, 4517.0, 4506.0, 4474.0, 4516.0, 4494.0, 4473.0, 4504.0, 4473.0, 4515.0, 4503.0, 4475.0, 4514.0, 4485.0, 4494.0, 4503.0, 4496.0, 4516.0, 4506.0, 4465.0, 4524.0, 4496.0, 4476.0, 4516.0, 4495.0, 4465.0, 4516.0, 4496.0, 4494.0, 4505.0, 4485.0, 4515.0, 4497.0, 4477.0, 4514.0, 4498.0, 4494.0, 4505.0, 4476.0, 4516.0, 4495.0, 4495.0, 4505.0, 4464.0, 4513.0, 4494.0, 4503.0, 4504.0, 4474.0, 4514.0, 4506.0, 4507.0, 4507.0, 4476.0, 4516.0, 4507.0, 4507.0, 4518.0, 4496.0, 4531.0, 4520.0, 4521.0, 4531.0, 4542.0, 4510.0, 4503.0, 4477.0, 4516.0, 4487.0, 4509.0, 4519.0, 4485.0, 4505.0, 4487.0, 4518.0, 4508.0, 4488.0, 4515.0, 4495.0, 4526.0, 4508.0, 4475.0, 4517.0, 4495.0, 4473.0, 4515.0, 4497.0, 4516.0, 4495.0, 4454.0, 4504.0, 4484.0, 4514.0, 4496.0, 4463.0, 4503.0, 4486.0, 4505.0, 4495.0, 4464.0, 4501.0, 4484.0, 4525.0, 4494.0, 4475.0, 4515.0, 4496.0, 4485.0, 4516.0, 4497.0, 4507.0, 4507.0, 4499.0, 4528.0, 4507.0, 4489.0, 4517.0, 4513.0, 4469.0, 4530.0, 4519.0, 4486.0, 4519.0, 4508.0, 4490.0, 4530.0, 4509.0, 4487.0, 4529.0, 4509.0, 4475.0, 4518.0, 4495.0, 4494.0, 4504.0, 4475.0, 4516.0, 4494.0, 4464.0, 4513.0, 4496.0, 4506.0, 4506.0, 4464.0, 4513.0, 4507.0, 4475.0, 4516.0, 4507.0, 4477.0, 4528.0, 4509.0, 4527.0, 4509.0, 4489.0, 4530.0, 4508.0, 4517.0, 4507.0, 4476.0, 4516.0, 4509.0, 4497.0, 4506.0, 4487.0, 4516.0, 4494.0, 4467.0, 4528.0, 4509.0, 4488.0, 4508.0, 4476.0, 4526.0, 4508.0, 4488.0, 4506.0, 4477.0, 4526.0, 4507.0, 4498.0, 4507.0, 4476.0, 4525.0, 4507.0, 4488.0, 4517.0, 4488.0, 4516.0, 4498.0, 4485.0, 4527.0, 4498.0, 4505.0, 4507.0, 4475.0, 4527.0, 4507.0, 4495.0, 4506.0, 4475.0, 4523.0, 4507.0, 4476.0, 4516.0, 4485.0, 4516.0, 4495.0, 4473.0, 4515.0, 4496.0, 4505.0, 4507.0, 4475.0, 4516.0, 4498.0, 4486.0, 4516.0, 4499.0, 4515.0, 4506.0, 4478.0, 4519.0, 4499.0, 4488.0, 4520.0, 4509.0, 4497.0, 4506.0, 4490.0, 4528.0, 4520.0, 4487.0, 4518.0, 4510.0, 4518.0, 4508.0, 4489.0, 4517.0, 4498.0, 4485.0, 4505.0, 4499.0, 4529.0, 4508.0, 4477.0, 4527.0, 4510.0, 4487.0, 4530.0, 4508.0, 4479.0, 4529.0, 4509.0, 4487.0, 4528.0, 4510.0, 4488.0, 4529.0, 4511.0, 4480.0, 4539.0, 4517.0, 4511.0, 4532.0, 4508.0, 4479.0, 4508.0, 4508.0, 4498.0, 4541.0, 4510.0, 4487.0, 4516.0, 4498.0, 4517.0, 4495.0, 4464.0, 4502.0, 4494.0, 4474.0, 4516.0, 4495.0, 4486.0, 4505.0, 4476.0, 4518.0, 4507.0, 4476.0, 4516.0, 4496.0, 4518.0, 4496.0, 4486.0, 4515.0, 4498.0, 4517.0, 4506.0, 4488.0, 4518.0, 4499.0, 4507.0, 4517.0, 4488.0, 4527.0, 4510.0, 4478.0, 4528.0, 4509.0, 4520.0, 4510.0, 4478.0, 4529.0, 4511.0, 4509.0, 4519.0, 4489.0, 4518.0, 4498.0, 4489.0, 4519.0, 4500.0, 4510.0, 4510.0, 4488.0, 4529.0, 4511.0, 4499.0, 4517.0, 4488.0, 4518.0, 4508.0, 4478.0, 4516.0, 4498.0, 4529.0, 4508.0, 4486.0, 4520.0, 4522.0, 4553.0, 4529.0, 4476.0, 4506.0, 4497.0, 4504.0, 4483.0, 4474.0, 4507.0, 4486.0, 4477.0, 4505.0, 4485.0, 4526.0, 4516.0, 4478.0, 4517.0, 4497.0, 4477.0, 4518.0, 4505.0, 4487.0, 4506.0, 4506.0, 4476.0, 4518.0, 4509.0, 4497.0, 4505.0, 4465.0, 4513.0, 4486.0, 4505.0, 4484.0, 4463.0, 4504.0, 4484.0, 4516.0, 4497.0, 4466.0, 4518.0, 4496.0, 4507.0, 4507.0, 4476.0, 4517.0, 4497.0, 4528.0, 4508.0, 4478.0, 4516.0, 4499.0, 4528.0, 4509.0, 4487.0, 4519.0, 4497.0, 4530.0, 4507.0, 4488.0, 4517.0, 4498.0, 4499.0, 4520.0, 4500.0, 4528.0, 4509.0, 4488.0, 4518.0, 4509.0, 4499.0, 4518.0, 4499.0, 4530.0, 4495.0, 4489.0, 4519.0, 4501.0, 4519.0, 4496.0, 4476.0, 4517.0, 4498.0, 4496.0, 4518.0, 4489.0, 4527.0, 4509.0, 4489.0, 4519.0, 4498.0, 4506.0, 4495.0, 4486.0, 4518.0, 4489.0, 4516.0, 4496.0, 4496.0, 4506.0, 4476.0, 4515.0, 4495.0, 4487.0, 4517.0, 4495.0, 4527.0, 4495.0, 4477.0, 4515.0, 4498.0, 4528.0, 4498.0, 4474.0, 4504.0, 4495.0, 4515.0, 4506.0, 4476.0, 4516.0, 4505.0, 4496.0, 4504.0, 4485.0, 4516.0, 4495.0, 4476.0, 4516.0, 4497.0, 4516.0, 4496.0, 4466.0, 4526.0, 4520.0, 4532.0, 4495.0, 4486.0, 4527.0, 4507.0, 4477.0, 4515.0, 4506.0, 4507.0, 4530.0, 4510.0, 4512.0, 4531.0, 4509.0, 4488.0, 4517.0, 4519.0, 4502.0, 4542.0, 4521.0, 4491.0, 4518.0, 4500.0, 4530.0, 4518.0, 4487.0, 4516.0, 4497.0, 4506.0, 4505.0, 4487.0, 4515.0, 4496.0, 4475.0, 4515.0, 4495.0, 4494.0, 4505.0, 4474.0, 4516.0, 4506.0, 4474.0, 4504.0, 4485.0, 4515.0, 4496.0, 4478.0, 4516.0, 4494.0, 4505.0, 4505.0, 4476.0, 4514.0, 4495.0, 4486.0, 4527.0, 4497.0, 4517.0, 4495.0, 4475.0, 4515.0, 4497.0, 4505.0, 4495.0, 4474.0, 4515.0, 4496.0, 4503.0, 4494.0, 4462.0, 4514.0, 4495.0, 4486.0, 4505.0, 4476.0, 4526.0, 4506.0, 4478.0, 4516.0, 4487.0, 4526.0, 4509.0, 4487.0, 4517.0, 4497.0, 4529.0, 4524.0, 4500.0, 4517.0, 4475.0, 4527.0, 4518.0, 4509.0, 4520.0, 4491.0, 4528.0, 4530.0, 4510.0, 4508.0], 'WindowWidth': [10069.0, 9985.0, 9982.0, 9949.0, 9970.0, 9940.0, 9893.0, 9944.0, 9899.0, 9941.0, 9914.0, 9895.0, 9944.0, 9908.0, 9916.0, 9885.0, 9862.0, 9918.0, 9888.0, 9915.0, 9905.0, 9885.0, 9886.0, 9847.0, 9934.0, 9904.0, 9887.0, 9917.0, 9889.0, 9931.0, 9901.0, 9897.0, 9939.0, 9923.0, 9897.0, 9920.0, 9911.0, 9879.0, 9939.0, 9876.0, 9918.0, 9872.0, 9896.0, 9890.0, 9869.0, 9894.0, 9844.0, 9910.0, 9905.0, 9920.0, 9888.0, 9870.0, 9919.0, 9895.0, 9939.0, 9909.0, 9864.0, 9925.0, 9915.0, 9989.0, 9900.0, 9892.0, 9903.0, 9880.0, 9922.0, 9900.0, 9923.0, 9894.0, 9882.0, 9920.0, 9901.0, 9921.0, 9908.0, 9866.0, 9935.0, 9914.0, 9899.0, 9923.0, 9892.0, 9922.0, 9889.0, 9861.0, 9918.0, 9888.0, 9886.0, 9880.0, 9857.0, 9914.0, 9901.0, 9843.0, 9908.0, 9883.0, 9916.0, 9903.0, 9863.0, 9914.0, 9885.0, 9874.0, 9913.0, 9885.0, 9917.0, 9888.0, 9858.0, 9910.0, 9890.0, 9919.0, 9885.0, 9845.0, 9911.0, 9889.0, 9931.0, 9887.0, 9860.0, 9914.0, 9891.0, 9921.0, 9903.0, 9872.0, 9914.0, 9902.0, 9886.0, 9902.0, 9876.0, 9934.0, 9907.0, 9863.0, 9916.0, 9897.0, 9935.0, 9906.0, 9864.0, 9916.0, 9888.0, 9921.0, 9902.0, 9864.0, 9935.0, 9910.0, 9905.0, 9906.0, 9879.0, 9917.0, 9910.0, 9877.0, 9936.0, 9892.0, 9905.0, 9905.0, 9863.0, 9936.0, 9906.0, 9864.0, 9902.0, 9863.0, 9916.0, 9908.0, 9905.0, 9902.0, 9859.0, 9917.0, 9890.0, 9916.0, 9886.0, 9845.0, 9914.0, 9887.0, 9918.0, 9904.0, 9849.0, 9913.0, 9881.0, 9936.0, 9908.0, 9877.0, 9902.0, 9873.0, 9928.0, 9906.0, 9905.0, 9919.0, 9866.0, 9932.0, 9911.0, 9935.0, 9906.0, 9877.0, 9920.0, 9893.0, 9937.0, 9906.0, 9864.0, 9919.0, 9890.0, 9873.0, 9919.0, 9887.0, 9920.0, 9890.0, 9865.0, 9919.0, 9893.0, 9938.0, 9906.0, 9866.0, 9935.0, 9908.0, 9896.0, 9921.0, 9893.0, 9901.0, 9919.0, 9877.0, 9938.0, 9911.0, 9886.0, 9934.0, 9892.0, 9920.0, 9922.0, 9910.0, 9896.0, 9941.0, 9912.0, 9892.0, 9937.0, 9909.0, 9937.0, 9912.0, 9880.0, 9919.0, 9847.0, 9931.0, 9903.0, 9901.0, 9884.0, 9844.0, 9929.0, 9904.0, 9877.0, 9921.0, 9910.0, 9906.0, 9921.0, 9917.0, 9957.0, 9928.0, 9890.0, 9937.0, 9916.0, 9913.0, 9944.0, 9914.0, 9928.0, 9908.0, 9868.0, 9940.0, 9922.0, 9866.0, 9923.0, 9896.0, 9916.0, 9887.0, 9861.0, 9919.0, 9907.0, 9865.0, 9917.0, 9893.0, 9867.0, 9934.0, 9908.0, 9861.0, 9913.0, 9890.0, 9936.0, 9901.0, 9859.0, 9909.0, 9872.0, 9912.0, 9882.0, 9866.0, 9916.0, 9884.0, 9883.0, 9881.0, 9843.0, 9910.0, 9905.0, 9890.0, 9898.0, 9873.0, 9916.0, 9891.0, 9875.0, 9934.0, 9892.0, 9876.0, 9898.0, 9874.0, 9921.0, 9901.0, 9858.0, 9918.0, 9884.0, 9855.0, 9896.0, 9855.0, 9915.0, 9895.0, 9858.0, 9910.0, 9870.0, 9883.0, 9896.0, 9888.0, 9919.0, 9901.0, 9847.0, 9927.0, 9890.0, 9861.0, 9918.0, 9888.0, 9846.0, 9915.0, 9889.0, 9885.0, 9901.0, 9872.0, 9915.0, 9890.0, 9862.0, 9914.0, 9893.0, 9884.0, 9898.0, 9859.0, 9917.0, 9886.0, 9886.0, 9897.0, 9842.0, 9911.0, 9885.0, 9896.0, 9898.0, 9856.0, 9910.0, 9903.0, 9903.0, 9903.0, 9863.0, 9916.0, 9906.0, 9907.0, 9921.0, 9891.0, 9945.0, 9929.0, 9928.0, 9949.0, 9962.0, 9916.0, 9908.0, 9865.0, 9917.0, 9879.0, 9910.0, 9926.0, 9874.0, 9901.0, 9878.0, 9923.0, 9908.0, 9880.0, 9916.0, 9888.0, 9932.0, 9908.0, 9861.0, 9919.0, 9888.0, 9855.0, 9916.0, 9891.0, 9920.0, 9886.0, 9830.0, 9898.0, 9870.0, 9914.0, 9888.0, 9840.0, 9894.0, 9875.0, 9900.0, 9885.0, 9843.0, 9892.0, 9871.0, 9928.0, 9886.0, 9860.0, 9914.0, 9891.0, 9875.0, 9919.0, 9893.0, 9905.0, 9907.0, 9897.0, 9940.0, 9909.0, 9886.0, 9923.0, 9923.0, 9857.0, 9942.0, 9926.0, 9879.0, 9925.0, 9910.0, 9887.0, 9943.0, 9911.0, 9881.0, 9940.0, 9911.0, 9862.0, 9921.0, 9886.0, 9884.0, 9899.0, 9861.0, 9918.0, 9884.0, 9844.0, 9909.0, 9890.0, 9902.0, 9900.0, 9844.0, 9910.0, 9904.0, 9860.0, 9919.0, 9906.0, 9867.0, 9936.0, 9912.0, 9938.0, 9914.0, 9885.0, 9941.0, 9911.0, 9922.0, 9907.0, 9865.0, 9917.0, 9913.0, 9892.0, 9906.0, 9878.0, 9919.0, 9885.0, 9852.0, 9936.0, 9912.0, 9882.0, 9906.0, 9864.0, 9933.0, 9911.0, 9882.0, 9904.0, 9867.0, 9934.0, 9909.0, 9896.0, 9906.0, 9862.0, 9929.0, 9906.0, 9880.0, 9919.0, 9880.0, 9917.0, 9895.0, 9875.0, 9934.0, 9894.0, 9903.0, 9904.0, 9861.0, 9933.0, 9905.0, 9888.0, 9902.0, 9859.0, 9926.0, 9906.0, 9863.0, 9914.0, 9872.0, 9917.0, 9888.0, 9857.0, 9914.0, 9889.0, 9902.0, 9904.0, 9860.0, 9918.0, 9892.0, 9876.0, 9914.0, 9895.0, 9917.0, 9904.0, 9866.0, 9921.0, 9895.0, 9881.0, 9925.0, 9910.0, 9895.0, 9904.0, 9885.0, 9938.0, 9926.0, 9880.0, 9922.0, 9911.0, 9922.0, 9909.0, 9885.0, 9922.0, 9894.0, 9875.0, 9902.0, 9896.0, 9940.0, 9908.0, 9867.0, 9934.0, 9911.0, 9880.0, 9942.0, 9910.0, 9870.0, 9937.0, 9913.0, 9882.0, 9939.0, 9914.0, 9882.0, 9938.0, 9916.0, 9870.0, 9954.0, 9926.0, 9919.0, 9948.0, 9911.0, 9871.0, 9909.0, 9907.0, 9896.0, 9962.0, 9912.0, 9878.0, 9915.0, 9892.0, 9921.0, 9886.0, 9842.0, 9892.0, 9883.0, 9855.0, 9915.0, 9885.0, 9874.0, 9899.0, 9862.0, 9920.0, 9905.0, 9862.0, 9916.0, 9890.0, 9921.0, 9890.0, 9876.0, 9915.0, 9893.0, 9920.0, 9905.0, 9880.0, 9921.0, 9895.0, 9907.0, 9919.0, 9882.0, 9935.0, 9911.0, 9869.0, 9937.0, 9911.0, 9928.0, 9912.0, 9868.0, 9938.0, 9914.0, 9911.0, 9923.0, 9882.0, 9921.0, 9895.0, 9884.0, 9927.0, 9898.0, 9913.0, 9914.0, 9882.0, 9940.0, 9915.0, 9897.0, 9919.0, 9881.0, 9921.0, 9906.0, 9866.0, 9917.0, 9892.0, 9937.0, 9907.0, 9875.0, 9931.0, 9933.0, 9983.0, 9938.0, 9864.0, 9901.0, 9892.0, 9899.0, 9870.0, 9856.0, 9903.0, 9874.0, 9861.0, 9898.0, 9872.0, 9929.0, 9918.0, 9869.0, 9919.0, 9890.0, 9866.0, 9923.0, 9900.0, 9877.0, 9903.0, 9902.0, 9862.0, 9922.0, 9908.0, 9891.0, 9897.0, 9844.0, 9909.0, 9873.0, 9898.0, 9866.0, 9841.0, 9896.0, 9868.0, 9915.0, 9888.0, 9847.0, 9919.0, 9889.0, 9907.0, 9904.0, 9862.0, 9919.0, 9891.0, 9937.0, 9908.0, 9867.0, 9917.0, 9897.0, 9937.0, 9909.0, 9878.0, 9921.0, 9891.0, 9940.0, 9905.0, 9878.0, 9921.0, 9894.0, 9896.0, 9925.0, 9899.0, 9940.0, 9911.0, 9882.0, 9922.0, 9909.0, 9897.0, 9925.0, 9897.0, 9942.0, 9890.0, 9883.0, 9926.0, 9901.0, 9925.0, 9889.0, 9863.0, 9921.0, 9895.0, 9890.0, 9920.0, 9883.0, 9936.0, 9911.0, 9882.0, 9924.0, 9893.0, 9904.0, 9888.0, 9876.0, 9921.0, 9881.0, 9916.0, 9890.0, 9888.0, 9902.0, 9861.0, 9915.0, 9887.0, 9879.0, 9921.0, 9890.0, 9937.0, 9889.0, 9866.0, 9913.0, 9892.0, 9935.0, 9892.0, 9857.0, 9898.0, 9886.0, 9915.0, 9903.0, 9863.0, 9916.0, 9902.0, 9887.0, 9899.0, 9873.0, 9914.0, 9886.0, 9862.0, 9917.0, 9892.0, 9916.0, 9886.0, 9847.0, 9929.0, 9927.0, 9950.0, 9889.0, 9876.0, 9934.0, 9904.0, 9864.0, 9915.0, 9903.0, 9907.0, 9941.0, 9916.0, 9918.0, 9948.0, 9913.0, 9885.0, 9923.0, 9927.0, 9906.0, 9964.0, 9929.0, 9887.0, 9922.0, 9899.0, 9943.0, 9922.0, 9878.0, 9915.0, 9893.0, 9903.0, 9902.0, 9877.0, 9917.0, 9888.0, 9861.0, 9917.0, 9889.0, 9887.0, 9898.0, 9858.0, 9915.0, 9903.0, 9857.0, 9898.0, 9872.0, 9914.0, 9889.0, 9866.0, 9917.0, 9885.0, 9901.0, 9901.0, 9861.0, 9913.0, 9886.0, 9876.0, 9934.0, 9893.0, 9921.0, 9887.0, 9860.0, 9916.0, 9891.0, 9900.0, 9885.0, 9857.0, 9914.0, 9889.0, 9897.0, 9882.0, 9841.0, 9913.0, 9886.0, 9875.0, 9899.0, 9862.0, 9932.0, 9903.0, 9868.0, 9916.0, 9881.0, 9933.0, 9910.0, 9880.0, 9920.0, 9893.0, 9939.0, 9941.0, 9901.0, 9920.0, 9858.0, 9932.0, 9923.0, 9911.0, 9927.0, 9892.0, 9940.0, 9943.0, 9918.0, 9907.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.0004416935483870968</td></tr>
<tr><td colspan=3>aqi</td><td>0.016082050460829493</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.402054330207605</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2350871000461368</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006943715294117</td></tr>
<tr><td colspan=3>efc</td><td>0.5079</td></tr>
<tr><td colspan=3>fber</td><td>5605.7114</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09061630906228034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3824884792626728</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2536927161097595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.110635222405808</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.510146667426167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.140296258497304</td></tr>
<tr><td colspan=3>gcor</td><td>0.00478837</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020765937864780426</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03954285383224487</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>4.387774288770352</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>18.7635</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9504</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.0649</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289391.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>980.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.736</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.8118</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.6907</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.3029</td></tr>
<tr><td colspan=3>tsnr</td><td>46.858315887860954</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>