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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:21:23.012500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</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.0777482</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7758, -7292, 603, -31, -221, -9, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b233b232-250f-4d32-8083-4f0c1adc1333||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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': ['152123.012500', '152123.472500', '152123.932500', '152124.392500', '152124.852500', '152125.312500', '152125.772500', '152126.232500', '152126.692500', '152127.152500', '152127.612500', '152128.072500', '152128.532500', '152128.992500', '152129.452500', '152129.912500', '152130.372500', '152130.832500', '152131.292500', '152131.752500', '152132.212500', '152132.672500', '152133.132500', '152133.592500', '152134.052500', '152134.512500', '152134.972500', '152135.432500', '152135.892500', '152136.352500', '152136.812500', '152137.272500', '152137.732500', '152138.192500', '152138.652500', '152139.112500', '152139.572500', '152140.032500', '152140.492500', '152140.952500', '152141.412500', '152141.872500', '152142.332500', '152142.792500', '152143.252500', '152143.712500', '152144.172500', '152144.632500', '152145.092500', '152145.552500', '152146.012500', '152146.472500', '152146.932500', '152147.392500', '152147.852500', '152148.312500', '152148.772500', '152149.232500', '152149.692500', '152150.152500', '152150.612500', '152151.072500', '152151.532500', '152151.992500', '152152.452500', '152152.912500', '152153.372500', '152153.832500', '152154.292500', '152154.752500', '152155.212500', '152155.672500', '152156.132500', '152156.592500', '152157.052500', '152157.512500', '152157.972500', '152158.432500', '152158.892500', '152159.352500', '152159.812500', '152200.272500', '152200.732500', '152201.192500', '152201.652500', '152202.112500', '152202.572500', '152203.032500', '152203.492500', '152203.952500', '152204.412500', '152204.872500', '152205.332500', '152205.792500', '152206.252500', '152206.712500', '152207.172500', '152207.632500', '152208.092500', '152208.552500', '152209.012500', '152209.472500', '152209.932500', '152210.392500', '152210.852500', '152211.312500', '152211.772500', '152212.232500', '152212.692500', '152213.152500', '152213.612500', '152214.072500', '152214.532500', '152214.992500', '152215.452500', '152215.912500', '152216.372500', '152216.832500', '152217.292500', '152217.752500', '152218.212500', '152218.672500', '152219.132500', '152219.592500', '152220.052500', '152220.512500', '152220.972500', '152221.432500', '152221.892500', '152222.352500', '152222.812500', '152223.272500', '152223.732500', '152224.192500', '152224.652500', '152225.112500', '152225.572500', '152226.032500', '152226.492500', '152226.952500', '152227.412500', '152227.872500', '152228.332500', '152228.792500', '152229.252500', '152229.712500', '152230.172500', '152230.632500', '152231.092500', '152231.552500', '152232.012500', '152232.472500', '152232.932500', '152233.392500', '152233.852500', '152234.312500', '152234.772500', '152235.232500', '152235.692500', '152236.152500', '152236.612500', '152237.072500', '152237.532500', '152237.992500', '152238.452500', '152238.912500', '152239.372500', '152239.832500', '152240.292500', '152240.752500', '152241.212500', '152241.672500', '152242.132500', '152242.592500', '152243.052500', '152243.512500', '152243.972500', '152244.432500', '152244.892500', '152245.352500', '152245.812500', '152246.272500', '152246.732500', '152247.192500', '152247.652500', '152248.112500', '152248.572500', '152249.032500', '152249.492500', '152249.952500', '152250.412500', '152250.872500', '152251.332500', '152251.792500', '152252.252500', '152252.712500', '152253.172500', '152253.632500', '152254.092500', '152254.552500', '152255.012500', '152255.472500', '152255.932500', '152256.392500', '152256.852500', '152257.312500', '152257.772500', '152258.232500', '152258.692500', '152259.152500', '152259.612500', '152300.072500', '152300.532500', '152300.992500', '152301.452500', '152301.912500', '152302.372500', '152302.832500', '152303.292500', '152303.752500', '152304.212500', '152304.672500', '152305.132500', '152305.592500', '152306.052500', '152306.512500', '152306.972500', '152307.432500', '152307.892500', '152308.352500', '152308.812500', '152309.272500', '152309.732500', '152310.192500', '152310.652500', '152311.112500', '152311.572500', '152312.032500', '152312.492500', '152312.952500', '152313.412500', '152313.872500', '152314.332500', '152314.792500', '152315.252500', '152315.712500', '152316.172500', '152316.632500', '152317.092500', '152317.552500', '152318.012500', '152318.472500', '152318.932500', '152319.392500', '152319.852500', '152320.312500', '152320.772500', '152321.232500', '152321.692500', '152322.152500', '152322.612500', '152323.072500', '152323.532500', '152323.992500', '152324.452500', '152324.912500', '152325.372500', '152325.832500', '152326.292500', '152326.752500', '152327.212500', '152327.672500', '152328.132500', '152328.592500', '152329.052500', '152329.512500', '152329.972500', '152330.432500', '152330.892500', '152331.352500', '152331.812500', '152332.272500', '152332.732500', '152333.192500', '152333.652500', '152334.112500', '152334.572500', '152335.032500', '152335.492500', '152335.952500', '152336.412500', '152336.872500', '152337.332500', '152337.792500', '152338.252500', '152338.712500', '152339.172500', '152339.632500', '152340.092500', '152340.552500', '152341.012500', '152341.472500', '152341.932500', '152342.392500', '152342.852500', '152343.312500', '152343.772500', '152344.232500', '152344.692500', '152345.152500', '152345.612500', '152346.072500', '152346.532500', '152346.992500', '152347.452500', '152347.912500', '152348.372500', '152348.832500', '152349.292500', '152349.752500', '152350.212500', '152350.672500', '152351.132500', '152351.592500', '152352.052500', '152352.512500', '152352.972500', '152353.432500', '152353.892500', '152354.352500', '152354.812500', '152355.272500', '152355.732500', '152356.192500', '152356.652500', '152357.112500', '152357.572500', '152358.032500', '152358.492500', '152358.952500', '152359.412500', '152359.872500', '152400.332500', '152400.792500', '152401.252500', '152401.712500', '152402.172500', '152402.632500', '152403.092500', '152403.552500', '152404.012500', '152404.472500', '152404.932500', '152405.392500', '152405.852500', '152406.312500', '152406.772500', '152407.232500', '152407.692500', '152408.152500', '152408.612500', '152409.072500', '152409.532500', '152409.992500', '152410.452500', '152410.912500', '152411.372500', '152411.832500', '152412.292500', '152412.752500', '152413.212500', '152413.672500', '152414.132500', '152414.592500', '152415.052500', '152415.512500', '152415.972500', '152416.432500', '152416.892500', '152417.352500', '152417.812500', '152418.272500', '152418.732500', '152419.192500', '152419.652500', '152420.112500', '152420.572500', '152421.032500', '152421.492500', '152421.952500', '152422.412500', '152422.872500', '152423.332500', '152423.792500', '152424.252500', '152424.712500', '152425.172500', '152425.632500', '152426.092500', '152426.552500', '152427.012500', '152427.472500', '152427.932500', '152428.392500', '152428.852500', '152429.312500', '152429.772500', '152430.232500', '152430.692500', '152431.152500', '152431.612500', '152432.072500', '152432.532500', '152432.992500', '152433.452500', '152433.912500', '152434.372500', '152434.832500', '152435.292500', '152435.752500', '152436.212500', '152436.672500', '152437.132500', '152437.592500', '152438.052500', '152438.512500', '152438.972500', '152439.432500', '152439.892500', '152440.352500', '152440.812500', '152441.272500', '152441.732500', '152442.192500', '152442.652500', '152443.112500', '152443.572500', '152444.032500', '152444.492500', '152444.952500', '152445.412500', '152445.872500', '152446.332500', '152446.792500', '152447.252500', '152447.712500', '152448.172500', '152448.632500', '152449.092500', '152449.552500', '152450.012500', '152450.472500', '152450.932500', '152451.392500', '152451.852500', '152452.312500', '152452.772500', '152453.232500', '152453.692500', '152454.152500', '152454.612500', '152455.072500', '152455.532500', '152455.992500', '152456.452500', '152456.912500', '152457.372500', '152457.832500', '152458.292500', '152458.752500', '152459.212500', '152459.672500', '152500.132500', '152500.592500', '152501.052500', '152501.512500', '152501.972500', '152502.432500', '152502.892500', '152503.352500', '152503.812500', '152504.272500', '152504.732500', '152505.192500', '152505.652500', '152506.112500', '152506.572500', '152507.032500', '152507.492500', '152507.952500', '152508.412500', '152508.872500', '152509.332500', '152509.792500', '152510.252500', '152510.712500', '152511.172500', '152511.632500', '152512.092500', '152512.552500', '152513.012500', '152513.472500', '152513.932500', '152514.392500', '152514.852500', '152515.312500', '152515.772500', '152516.232500', '152516.692500', '152517.152500', '152517.612500', '152518.072500', '152518.532500', '152518.992500', '152519.452500', '152519.912500', '152520.372500', '152520.832500', '152521.292500', '152521.752500', '152522.212500', '152522.672500', '152523.132500', '152523.592500', '152524.052500', '152524.512500', '152524.972500', '152525.432500', '152525.892500', '152526.352500', '152526.812500', '152527.272500', '152527.732500', '152528.192500', '152528.652500', '152529.112500', '152529.572500', '152530.032500', '152530.492500', '152530.952500', '152531.412500', '152531.872500', '152532.332500', '152532.792500', '152533.252500', '152533.712500', '152534.172500', '152534.632500', '152535.092500', '152535.552500', '152536.012500', '152536.472500', '152536.932500', '152537.392500', '152537.852500', '152538.312500', '152538.772500', '152539.232500', '152539.692500', '152540.152500', '152540.612500', '152541.072500', '152541.532500', '152541.992500', '152542.452500', '152542.912500', '152543.372500', '152543.832500', '152544.292500', '152544.752500', '152545.212500', '152545.672500', '152546.132500', '152546.592500', '152547.052500', '152547.512500', '152547.972500', '152548.432500', '152548.892500', '152549.352500', '152549.812500', '152550.272500', '152550.732500', '152551.192500', '152551.652500', '152552.112500', '152552.572500', '152553.032500', '152553.492500', '152553.952500', '152554.412500', '152554.872500', '152555.332500', '152555.792500', '152556.252500', '152556.712500', '152557.172500', '152557.632500', '152558.092500', '152558.552500', '152559.012500', '152559.472500', '152559.932500', '152600.392500', '152600.852500', '152601.312500', '152601.772500', '152602.232500', '152602.692500', '152603.152500', '152603.612500', '152604.072500', '152604.532500', '152604.992500', '152605.452500', '152605.912500', '152606.372500', '152606.832500', '152607.292500', '152607.752500', '152608.212500', '152608.672500', '152609.132500', '152609.592500', '152610.052500', '152610.512500', '152610.972500', '152611.432500', '152611.892500', '152612.352500', '152612.812500', '152613.272500', '152613.732500', '152614.192500', '152614.652500', '152615.112500', '152615.572500', '152616.032500', '152616.492500', '152616.952500', '152617.412500', '152617.872500', '152618.332500', '152618.792500', '152619.252500', '152619.712500', '152620.172500', '152620.632500', '152621.092500', '152621.552500', '152622.012500', '152622.472500', '152622.932500', '152623.392500', '152623.852500', '152624.312500', '152624.772500', '152625.232500', '152625.692500', '152626.152500', '152626.612500', '152627.072500', '152627.532500', '152627.992500', '152628.452500', '152628.912500', '152629.372500', '152629.832500', '152630.292500', '152630.752500', '152631.212500', '152631.672500', '152632.132500', '152632.592500', '152633.052500', '152633.512500', '152633.972500', '152634.432500', '152634.892500', '152635.352500', '152635.812500', '152636.272500', '152636.732500', '152637.192500', '152637.652500', '152638.112500', '152638.572500', '152639.032500', '152639.492500', '152639.952500', '152640.412500', '152640.872500', '152641.332500', '152641.792500', '152642.252500', '152642.712500', '152643.172500', '152643.632500', '152644.092500', '152644.552500', '152645.012500', '152645.472500', '152645.932500', '152646.392500', '152646.852500', '152647.312500', '152647.772500', '152648.232500', '152648.692500', '152649.152500', '152649.612500', '152650.072500', '152650.532500', '152650.992500', '152651.452500', '152651.912500', '152652.372500', '152652.832500', '152653.292500', '152653.752500', '152654.212500', '152654.672500', '152655.132500', '152655.592500', '152656.052500', '152656.512500', '152656.972500', '152657.432500', '152657.892500', '152658.352500', '152658.812500', '152659.272500', '152659.732500', '152700.192500', '152700.652500', '152701.112500', '152701.572500', '152702.032500', '152702.492500', '152702.952500', '152703.412500', '152703.872500', '152704.332500', '152704.792500', '152705.252500', '152705.712500', '152706.172500', '152706.632500', '152707.092500', '152707.552500', '152708.012500', '152708.472500', '152708.932500', '152709.392500', '152709.852500', '152710.312500', '152710.772500', '152711.232500', '152711.692500', '152712.152500', '152712.612500', '152713.072500', '152713.532500', '152713.992500', '152714.452500', '152714.912500', '152715.372500', '152715.832500', '152716.292500', '152716.752500', '152717.212500', '152717.672500', '152718.132500', '152718.592500', '152719.052500', '152719.512500', '152719.972500', '152720.432500', '152720.892500', '152721.352500', '152721.812500', '152722.272500', '152722.732500', '152723.192500', '152723.652500', '152724.112500', '152724.572500', '152725.032500', '152725.492500', '152725.952500', '152726.412500', '152726.872500', '152727.332500', '152727.792500', '152728.252500', '152728.712500', '152729.172500', '152729.632500', '152730.092500', '152730.552500', '152731.012500', '152731.472500', '152731.932500', '152732.392500', '152732.852500', '152733.312500', '152733.772500', '152734.232500', '152734.692500', '152735.152500', '152735.612500', '152736.072500', '152736.532500', '152736.992500', '152737.452500', '152737.912500', '152738.372500', '152738.832500', '152739.292500', '152739.752500', '152740.212500', '152740.672500', '152741.132500', '152741.592500', '152742.052500', '152742.512500', '152742.972500', '152743.432500', '152743.892500', '152744.352500', '152744.812500', '152745.272500', '152745.732500', '152746.192500', '152746.652500', '152747.112500', '152747.572500', '152748.032500', '152748.492500', '152748.952500', '152749.412500', '152749.872500', '152750.332500', '152750.792500', '152751.252500', '152751.712500', '152752.172500', '152752.632500', '152753.092500', '152753.552500', '152754.012500', '152754.472500', '152754.932500', '152755.392500', '152755.852500', '152756.312500', '152756.772500', '152757.232500', '152757.692500', '152758.152500', '152758.612500', '152759.072500', '152759.532500', '152759.992500', '152800.452500', '152800.912500', '152801.372500', '152801.832500', '152802.292500', '152802.752500', '152803.212500', '152803.672500'], 'ContentTime': ['152145.531000', '152145.535000', '152145.538000', '152145.541000', '152145.544000', '152145.547000', '152145.550000', '152145.553000', '152145.556000', '152145.558000', '152145.561000', '152145.564000', '152145.567000', '152145.570000', '152145.573000', '152145.576000', '152145.579000', '152145.582000', '152145.584000', '152145.587000', '152145.590000', '152145.593000', '152145.596000', '152145.599000', '152145.602000', '152145.604000', '152145.607000', '152145.610000', '152145.613000', '152145.616000', '152145.619000', '152145.622000', '152145.625000', '152145.627000', '152145.630000', '152145.633000', '152145.636000', '152145.639000', '152145.642000', '152145.644000', '152145.652000', '152145.655000', '152145.658000', '152145.661000', '152145.664000', '152145.667000', '152145.669000', '152205.500000', '152205.503000', '152205.506000', '152205.509000', '152205.511000', '152205.514000', '152205.517000', '152205.520000', '152205.523000', '152205.526000', '152205.529000', '152205.532000', '152205.534000', '152205.537000', '152205.540000', '152205.543000', '152205.546000', '152205.549000', '152205.552000', '152205.554000', '152205.557000', '152205.560000', '152205.563000', '152205.566000', '152205.569000', '152205.572000', '152205.575000', '152205.578000', '152205.580000', '152205.583000', '152205.586000', '152205.589000', '152205.592000', '152205.595000', '152205.598000', '152205.601000', '152205.603000', '152205.606000', '152205.609000', '152205.612000', '152205.615000', '152205.618000', '152205.621000', '152205.630000', '152225.500000', '152225.503000', '152225.507000', '152225.510000', '152225.512000', '152225.515000', '152225.518000', '152225.521000', '152225.524000', '152225.527000', '152225.530000', '152225.533000', '152225.536000', '152225.538000', '152225.541000', '152225.544000', '152225.547000', '152225.550000', '152225.553000', '152225.556000', '152225.559000', '152225.562000', '152225.564000', '152225.568000', '152225.572000', '152225.577000', '152225.580000', '152225.583000', '152225.586000', '152225.589000', '152225.591000', '152225.594000', '152225.597000', '152225.600000', '152225.603000', '152225.620000', '152225.623000', '152225.626000', '152225.628000', '152225.631000', '152225.634000', '152225.637000', '152225.640000', '152245.501000', '152245.504000', '152245.507000', '152245.510000', '152245.513000', '152245.515000', '152245.518000', '152245.521000', '152245.524000', '152245.527000', '152245.530000', '152245.533000', '152245.536000', '152245.538000', '152245.541000', '152245.544000', '152245.547000', '152245.550000', '152245.553000', '152245.556000', '152245.558000', '152245.561000', '152245.564000', '152245.567000', '152245.570000', '152245.573000', '152245.576000', '152245.579000', '152245.582000', '152245.585000', '152245.588000', '152245.590000', '152245.593000', '152245.596000', '152245.599000', '152245.602000', '152245.605000', '152245.608000', '152245.611000', '152245.614000', '152245.617000', '152245.619000', '152245.622000', '152245.625000', '152305.501000', '152305.504000', '152305.507000', '152305.510000', '152305.513000', '152305.516000', '152305.518000', '152305.521000', '152305.524000', '152305.527000', '152305.530000', '152305.533000', '152305.536000', '152305.539000', '152305.541000', '152305.544000', '152305.547000', '152305.550000', '152305.553000', '152305.556000', '152305.559000', '152305.562000', '152305.564000', '152305.567000', '152305.570000', '152305.573000', '152305.576000', '152305.581000', '152305.585000', '152305.593000', '152305.595000', '152305.598000', '152305.601000', '152305.604000', '152305.607000', '152305.610000', '152305.613000', '152305.616000', '152305.619000', '152305.622000', '152305.624000', '152305.627000', '152305.630000', '152325.501000', '152325.504000', '152325.507000', '152325.510000', '152325.512000', '152325.515000', '152325.518000', '152325.521000', '152325.524000', '152325.527000', '152325.530000', '152325.533000', '152325.536000', '152325.539000', '152325.542000', '152325.544000', '152325.547000', '152325.550000', '152325.553000', '152325.556000', '152325.559000', '152325.562000', '152325.565000', '152325.567000', '152325.570000', '152325.573000', '152325.576000', '152325.579000', '152325.582000', '152325.585000', '152325.588000', '152325.590000', '152325.593000', '152325.596000', '152325.599000', '152325.602000', '152325.605000', '152325.608000', '152325.611000', '152325.614000', '152325.617000', '152325.619000', '152325.622000', '152325.625000', '152345.501000', '152345.504000', '152345.507000', '152345.510000', '152345.513000', '152345.515000', '152345.518000', '152345.521000', '152345.524000', '152345.527000', '152345.530000', '152345.533000', '152345.536000', '152345.539000', '152345.542000', '152345.546000', '152345.549000', '152345.552000', '152345.554000', '152345.557000', '152345.560000', '152345.563000', '152345.566000', '152345.569000', '152345.572000', '152345.575000', '152345.577000', '152345.580000', '152345.583000', '152345.586000', '152345.589000', '152345.592000', '152345.595000', '152345.598000', '152345.601000', '152345.604000', '152345.607000', '152345.610000', '152345.613000', '152345.617000', '152345.621000', '152345.624000', '152345.627000', '152405.500000', '152405.503000', '152405.506000', '152405.509000', '152405.512000', '152405.514000', '152405.517000', '152405.520000', '152405.523000', '152405.526000', '152405.529000', '152405.532000', '152405.535000', '152405.538000', '152405.541000', '152405.544000', '152405.547000', '152405.550000', '152405.552000', '152405.555000', '152405.558000', '152405.561000', '152405.564000', '152405.567000', '152405.570000', '152405.573000', '152405.576000', '152405.578000', '152405.581000', '152405.584000', '152405.587000', '152405.605000', '152405.613000', '152405.616000', '152405.618000', '152405.621000', '152405.624000', '152405.627000', '152405.630000', '152405.633000', '152405.636000', '152405.639000', '152405.642000', '152405.644000', '152425.500000', '152425.503000', '152425.506000', '152425.509000', '152425.512000', '152425.514000', '152425.517000', '152425.520000', '152425.523000', '152425.526000', '152425.529000', '152425.532000', '152425.535000', '152425.538000', '152425.541000', '152425.544000', '152425.547000', '152425.550000', '152425.553000', '152425.555000', '152425.558000', '152425.561000', '152425.564000', '152425.567000', '152425.570000', '152425.573000', '152425.576000', '152425.579000', '152425.582000', '152425.585000', '152425.588000', '152425.591000', '152425.593000', '152425.596000', '152425.599000', '152425.602000', '152425.605000', '152425.608000', '152425.611000', '152425.614000', '152425.616000', '152425.619000', '152425.622000', '152445.500000', '152445.503000', '152445.506000', '152445.509000', '152445.512000', '152445.515000', '152445.517000', '152445.520000', '152445.523000', '152445.526000', '152445.529000', '152445.532000', '152445.535000', '152445.538000', '152445.541000', '152445.544000', '152445.555000', '152445.558000', '152445.561000', '152445.564000', '152445.567000', '152445.570000', '152445.573000', '152445.576000', '152445.578000', '152445.581000', '152445.584000', '152445.587000', '152445.590000', '152445.593000', '152445.596000', '152445.599000', '152445.601000', '152445.604000', '152445.607000', '152445.610000', '152445.613000', '152445.616000', '152445.619000', '152445.622000', '152445.625000', '152445.628000', '152445.630000', '152445.633000', '152505.501000', '152505.504000', '152505.507000', '152505.510000', '152505.513000', '152505.516000', '152505.518000', '152505.521000', '152505.524000', '152505.527000', '152505.530000', '152505.533000', '152505.536000', '152505.538000', '152505.542000', '152505.544000', '152505.547000', '152505.550000', '152505.553000', '152505.556000', '152505.559000', '152505.562000', '152505.565000', '152505.568000', '152505.571000', '152505.573000', '152505.576000', '152505.580000', '152505.583000', '152505.586000', '152505.589000', '152505.592000', '152505.595000', '152505.598000', '152505.601000', '152505.604000', '152505.607000', '152505.609000', '152505.612000', '152505.615000', '152505.618000', '152505.621000', '152505.624000', '152525.501000', '152525.504000', '152525.507000', '152525.510000', '152525.512000', '152525.515000', '152525.518000', '152525.521000', '152525.524000', '152525.527000', '152525.530000', '152525.533000', '152525.536000', '152525.538000', '152525.542000', '152525.544000', '152525.547000', '152525.550000', '152525.553000', '152525.556000', '152525.559000', '152525.562000', '152525.565000', '152525.568000', '152525.571000', '152525.574000', '152525.576000', '152525.579000', '152525.582000', '152525.585000', '152525.588000', '152525.591000', '152525.594000', '152525.597000', '152525.600000', '152525.603000', '152525.605000', '152525.608000', '152525.611000', '152525.614000', '152525.617000', '152525.620000', '152525.623000', '152525.626000', '152545.501000', '152545.504000', '152545.507000', '152545.510000', '152545.513000', '152545.516000', '152545.518000', '152545.521000', '152545.524000', '152545.527000', '152545.530000', '152545.533000', '152545.555000', '152545.558000', '152545.561000', '152545.564000', '152545.567000', '152545.570000', '152545.573000', '152545.576000', '152545.579000', '152545.582000', '152545.584000', '152545.587000', '152545.590000', '152545.593000', '152545.596000', '152545.599000', '152545.602000', '152545.605000', '152545.608000', '152545.611000', '152545.614000', '152545.617000', '152545.619000', '152545.622000', '152545.625000', '152545.628000', '152545.631000', '152545.634000', '152545.637000', '152545.640000', '152545.643000', '152605.501000', '152605.504000', '152605.507000', '152605.510000', '152605.513000', '152605.515000', '152605.518000', '152605.521000', '152605.524000', '152605.527000', '152605.530000', '152605.533000', '152605.536000', '152605.539000', '152605.542000', '152605.544000', '152605.547000', '152605.550000', '152605.553000', '152605.556000', '152605.559000', '152605.562000', '152605.565000', '152605.568000', '152605.571000', '152605.573000', '152605.576000', '152605.579000', '152605.582000', '152605.585000', '152605.588000', '152605.591000', '152605.593000', '152605.596000', '152605.599000', '152605.602000', '152605.605000', '152605.608000', '152605.611000', '152605.614000', '152605.617000', '152605.619000', '152605.622000', '152605.625000', '152625.500000', '152625.503000', '152625.506000', '152625.509000', '152625.511000', '152625.514000', '152625.517000', '152625.520000', '152625.523000', '152625.526000', '152625.529000', '152625.532000', '152625.535000', '152625.538000', '152625.541000', '152625.543000', '152625.546000', '152625.549000', '152625.552000', '152625.555000', '152625.558000', '152625.560000', '152625.563000', '152625.566000', '152625.569000', '152625.572000', '152625.575000', '152625.578000', '152625.581000', '152625.584000', '152625.586000', '152625.589000', '152625.592000', '152625.595000', '152625.598000', '152625.601000', '152625.604000', '152625.607000', '152625.610000', '152625.613000', '152625.615000', '152625.619000', '152625.622000', '152645.500000', '152645.503000', '152645.506000', '152645.509000', '152645.511000', '152645.514000', '152645.517000', '152645.520000', '152645.523000', '152645.526000', '152645.529000', '152645.532000', '152645.535000', '152645.537000', '152645.540000', '152645.543000', '152645.546000', '152645.549000', '152645.552000', '152645.555000', '152645.558000', '152645.561000', '152645.563000', '152645.566000', '152645.569000', '152645.572000', '152645.575000', '152645.578000', '152645.581000', '152645.584000', '152645.587000', '152645.590000', '152645.592000', '152645.595000', '152645.598000', '152645.601000', '152645.604000', '152645.607000', '152645.610000', '152645.613000', '152645.615000', '152645.618000', '152645.621000', '152645.624000', '152705.500000', '152705.503000', '152705.506000', '152705.509000', '152705.512000', '152705.515000', '152705.518000', '152705.520000', '152705.523000', '152705.526000', '152705.529000', '152705.532000', '152705.535000', '152705.538000', '152705.541000', '152705.544000', '152705.547000', '152705.549000', '152705.552000', '152705.555000', '152705.558000', '152705.561000', '152705.564000', '152705.580000', '152705.583000', '152705.586000', '152705.589000', '152705.592000', '152705.595000', '152705.598000', '152705.601000', '152705.604000', '152705.607000', '152705.609000', '152705.612000', '152705.615000', '152705.618000', '152705.621000', '152705.624000', '152705.627000', '152705.630000', '152705.633000', '152705.635000', '152725.502000', '152725.505000', '152725.508000', '152725.510000', '152725.513000', '152725.516000', '152725.519000', '152725.522000', '152725.526000', '152725.529000', '152725.532000', '152725.535000', '152725.538000', '152725.541000', '152725.544000', '152725.547000', '152725.550000', '152725.553000', '152725.556000', '152725.559000', '152725.561000', '152725.564000', '152725.567000', '152725.570000', '152725.573000', '152725.576000', '152725.579000', '152725.582000', '152725.585000', '152725.587000', '152725.590000', '152725.593000', '152725.596000', '152725.599000', '152725.602000', '152725.605000', '152725.608000', '152725.611000', '152725.613000', '152725.616000', '152725.619000', '152725.622000', '152725.625000', '152745.501000', '152745.504000', '152745.507000', '152745.510000', '152745.513000', '152745.515000', '152745.518000', '152745.521000', '152745.524000', '152745.527000', '152745.530000', '152745.533000', '152745.536000', '152745.539000', '152745.542000', '152745.545000', '152745.547000', '152745.550000', '152745.553000', '152745.556000', '152745.559000', '152745.562000', '152745.565000', '152745.568000', '152745.571000', '152745.574000', '152745.577000', '152745.579000', '152745.582000', '152745.585000', '152745.588000', '152745.591000', '152745.594000', '152745.597000', '152745.600000', '152745.602000', '152745.605000', '152745.608000', '152745.611000', '152745.614000', '152745.617000', '152745.620000', '152745.623000', '152745.625000', '152804.640000', '152804.643000', '152804.647000', '152804.650000', '152804.654000', '152804.657000', '152804.660000', '152804.663000', '152804.666000', '152804.669000', '152804.672000', '152804.675000', '152804.678000', '152804.681000', '152804.684000', '152804.687000', '152804.689000', '152804.692000', '152804.695000', '152804.698000', '152804.702000', '152804.705000', '152804.708000', '152804.711000', '152804.713000', '152804.716000', '152804.719000', '152804.722000', '152804.725000', '152804.728000', '152804.731000', '152804.734000', '152804.737000', '152804.740000', '152804.743000', '152804.746000', '152804.749000', '152804.752000', '152804.755000', '152804.758000', '152804.761000', '152804.764000'], 'InstanceCreationTime': ['152145.531000', '152145.535000', '152145.538000', '152145.541000', '152145.544000', '152145.547000', '152145.550000', '152145.553000', '152145.556000', '152145.558000', '152145.561000', '152145.564000', '152145.567000', '152145.570000', '152145.573000', '152145.576000', '152145.579000', '152145.582000', '152145.584000', '152145.587000', '152145.590000', '152145.593000', '152145.596000', '152145.599000', '152145.602000', '152145.604000', '152145.607000', '152145.610000', '152145.613000', '152145.616000', '152145.619000', '152145.622000', '152145.625000', '152145.627000', '152145.630000', '152145.633000', '152145.636000', '152145.639000', '152145.642000', '152145.644000', '152145.652000', '152145.655000', '152145.658000', '152145.661000', '152145.664000', '152145.667000', '152145.669000', '152205.500000', '152205.503000', '152205.506000', '152205.509000', '152205.511000', '152205.514000', '152205.517000', '152205.520000', '152205.523000', '152205.526000', '152205.529000', '152205.532000', '152205.534000', '152205.537000', '152205.540000', '152205.543000', '152205.546000', '152205.549000', '152205.552000', '152205.554000', '152205.557000', '152205.560000', '152205.563000', '152205.566000', '152205.569000', '152205.572000', '152205.575000', '152205.578000', '152205.580000', '152205.583000', '152205.586000', '152205.589000', '152205.592000', '152205.595000', '152205.598000', '152205.601000', '152205.603000', '152205.606000', '152205.609000', '152205.612000', '152205.615000', '152205.618000', '152205.621000', '152205.630000', '152225.500000', '152225.503000', '152225.507000', '152225.510000', '152225.512000', '152225.515000', '152225.518000', '152225.521000', '152225.524000', '152225.527000', '152225.530000', '152225.533000', '152225.536000', '152225.538000', '152225.541000', '152225.544000', '152225.547000', '152225.550000', '152225.553000', '152225.556000', '152225.559000', '152225.562000', '152225.564000', '152225.568000', '152225.572000', '152225.577000', '152225.580000', '152225.583000', '152225.586000', '152225.589000', '152225.591000', '152225.594000', '152225.597000', '152225.600000', '152225.603000', '152225.620000', '152225.623000', '152225.626000', '152225.628000', '152225.631000', '152225.634000', '152225.637000', '152225.640000', '152245.501000', '152245.504000', '152245.507000', '152245.510000', '152245.513000', '152245.515000', '152245.518000', '152245.521000', '152245.524000', '152245.527000', '152245.530000', '152245.533000', '152245.536000', '152245.538000', '152245.541000', '152245.544000', '152245.547000', '152245.550000', '152245.553000', '152245.556000', '152245.558000', '152245.561000', '152245.564000', '152245.567000', '152245.570000', '152245.573000', '152245.576000', '152245.579000', '152245.582000', '152245.585000', '152245.588000', '152245.590000', '152245.593000', '152245.596000', '152245.599000', '152245.602000', '152245.605000', '152245.608000', '152245.611000', '152245.614000', '152245.617000', '152245.619000', '152245.622000', '152245.625000', '152305.501000', '152305.504000', '152305.507000', '152305.510000', '152305.513000', '152305.516000', '152305.518000', '152305.521000', '152305.524000', '152305.527000', '152305.530000', '152305.533000', '152305.536000', '152305.539000', '152305.541000', '152305.544000', '152305.547000', '152305.550000', '152305.553000', '152305.556000', '152305.559000', '152305.562000', '152305.564000', '152305.567000', '152305.570000', '152305.573000', '152305.576000', '152305.581000', '152305.585000', '152305.593000', '152305.595000', '152305.598000', '152305.601000', '152305.604000', '152305.607000', '152305.610000', '152305.613000', '152305.616000', '152305.619000', '152305.622000', '152305.624000', '152305.627000', '152305.630000', '152325.501000', '152325.504000', '152325.507000', '152325.510000', '152325.512000', '152325.515000', '152325.518000', '152325.521000', '152325.524000', '152325.527000', '152325.530000', '152325.533000', '152325.536000', '152325.539000', '152325.542000', '152325.544000', '152325.547000', '152325.550000', '152325.553000', '152325.556000', '152325.559000', '152325.562000', '152325.565000', '152325.567000', '152325.570000', '152325.573000', '152325.576000', '152325.579000', '152325.582000', '152325.585000', '152325.588000', '152325.590000', '152325.593000', '152325.596000', '152325.599000', '152325.602000', '152325.605000', '152325.608000', '152325.611000', '152325.614000', '152325.617000', '152325.619000', '152325.622000', '152325.625000', '152345.501000', '152345.504000', '152345.507000', '152345.510000', '152345.513000', '152345.515000', '152345.518000', '152345.521000', '152345.524000', '152345.527000', '152345.530000', '152345.533000', '152345.536000', '152345.539000', '152345.542000', '152345.546000', '152345.549000', '152345.552000', '152345.554000', '152345.557000', '152345.560000', '152345.563000', '152345.566000', '152345.569000', '152345.572000', '152345.575000', '152345.577000', '152345.580000', '152345.583000', '152345.586000', '152345.589000', '152345.592000', '152345.595000', '152345.598000', '152345.601000', '152345.604000', '152345.607000', '152345.610000', '152345.613000', '152345.617000', '152345.621000', '152345.624000', '152345.627000', '152405.500000', '152405.503000', '152405.506000', '152405.509000', '152405.512000', '152405.514000', '152405.517000', '152405.520000', '152405.523000', '152405.526000', '152405.529000', '152405.532000', '152405.535000', '152405.538000', '152405.541000', '152405.544000', '152405.547000', '152405.550000', '152405.552000', '152405.555000', '152405.558000', '152405.561000', '152405.564000', '152405.567000', '152405.570000', '152405.573000', '152405.576000', '152405.578000', '152405.581000', '152405.584000', '152405.587000', '152405.605000', '152405.613000', '152405.616000', '152405.618000', '152405.621000', '152405.624000', '152405.627000', '152405.630000', '152405.633000', '152405.636000', '152405.639000', '152405.642000', '152405.644000', '152425.500000', '152425.503000', '152425.506000', '152425.509000', '152425.512000', '152425.514000', '152425.517000', '152425.520000', '152425.523000', '152425.526000', '152425.529000', '152425.532000', '152425.535000', '152425.538000', '152425.541000', '152425.544000', '152425.547000', '152425.550000', '152425.553000', '152425.555000', '152425.558000', '152425.561000', '152425.564000', '152425.567000', '152425.570000', '152425.573000', '152425.576000', '152425.579000', '152425.582000', '152425.585000', '152425.588000', '152425.591000', '152425.593000', '152425.596000', '152425.599000', '152425.602000', '152425.605000', '152425.608000', '152425.611000', '152425.614000', '152425.616000', '152425.619000', '152425.622000', '152445.500000', '152445.503000', '152445.506000', '152445.509000', '152445.512000', '152445.515000', '152445.517000', '152445.520000', '152445.523000', '152445.526000', '152445.529000', '152445.532000', '152445.535000', '152445.538000', '152445.541000', '152445.544000', '152445.555000', '152445.558000', '152445.561000', '152445.564000', '152445.567000', '152445.570000', '152445.573000', '152445.576000', '152445.578000', '152445.581000', '152445.584000', '152445.587000', '152445.590000', '152445.593000', '152445.596000', '152445.599000', '152445.601000', '152445.604000', '152445.607000', '152445.610000', '152445.613000', '152445.616000', '152445.619000', '152445.622000', '152445.625000', '152445.628000', '152445.630000', '152445.633000', '152505.501000', '152505.504000', '152505.507000', '152505.510000', '152505.513000', '152505.516000', '152505.518000', '152505.521000', '152505.524000', '152505.527000', '152505.530000', '152505.533000', '152505.536000', '152505.538000', '152505.542000', '152505.544000', '152505.547000', '152505.550000', '152505.553000', '152505.556000', '152505.559000', '152505.562000', '152505.565000', '152505.568000', '152505.571000', '152505.573000', '152505.576000', '152505.580000', '152505.583000', '152505.586000', '152505.589000', '152505.592000', '152505.595000', '152505.598000', '152505.601000', '152505.604000', '152505.607000', '152505.609000', '152505.612000', '152505.615000', '152505.618000', '152505.621000', '152505.624000', '152525.501000', '152525.504000', '152525.507000', '152525.510000', '152525.512000', '152525.515000', '152525.518000', '152525.521000', '152525.524000', '152525.527000', '152525.530000', '152525.533000', '152525.536000', '152525.538000', '152525.542000', '152525.544000', '152525.547000', '152525.550000', '152525.553000', '152525.556000', '152525.559000', '152525.562000', '152525.565000', '152525.568000', '152525.571000', '152525.574000', '152525.576000', '152525.579000', '152525.582000', '152525.585000', '152525.588000', '152525.591000', '152525.594000', '152525.597000', '152525.600000', '152525.603000', '152525.605000', '152525.608000', '152525.611000', '152525.614000', '152525.617000', '152525.620000', '152525.623000', '152525.626000', '152545.501000', '152545.504000', '152545.507000', '152545.510000', '152545.513000', '152545.516000', '152545.518000', '152545.521000', '152545.524000', '152545.527000', '152545.530000', '152545.533000', '152545.555000', '152545.558000', '152545.561000', '152545.564000', '152545.567000', '152545.570000', '152545.573000', '152545.576000', '152545.579000', '152545.582000', '152545.584000', '152545.587000', '152545.590000', '152545.593000', '152545.596000', '152545.599000', '152545.602000', '152545.605000', '152545.608000', '152545.611000', '152545.614000', '152545.617000', '152545.619000', '152545.622000', '152545.625000', '152545.628000', '152545.631000', '152545.634000', '152545.637000', '152545.640000', '152545.643000', '152605.501000', '152605.504000', '152605.507000', '152605.510000', '152605.513000', '152605.515000', '152605.518000', '152605.521000', '152605.524000', '152605.527000', '152605.530000', '152605.533000', '152605.536000', '152605.539000', '152605.542000', '152605.544000', '152605.547000', '152605.550000', '152605.553000', '152605.556000', '152605.559000', '152605.562000', '152605.565000', '152605.568000', '152605.571000', '152605.573000', '152605.576000', '152605.579000', '152605.582000', '152605.585000', '152605.588000', '152605.591000', '152605.593000', '152605.596000', '152605.599000', '152605.602000', '152605.605000', '152605.608000', '152605.611000', '152605.614000', '152605.617000', '152605.619000', '152605.622000', '152605.625000', '152625.500000', '152625.503000', '152625.506000', '152625.509000', '152625.511000', '152625.514000', '152625.517000', '152625.520000', '152625.523000', '152625.526000', '152625.529000', '152625.532000', '152625.535000', '152625.538000', '152625.541000', '152625.543000', '152625.546000', '152625.549000', '152625.552000', '152625.555000', '152625.558000', '152625.560000', '152625.563000', '152625.566000', '152625.569000', '152625.572000', '152625.575000', '152625.578000', '152625.581000', '152625.584000', '152625.586000', '152625.589000', '152625.592000', '152625.595000', '152625.598000', '152625.601000', '152625.604000', '152625.607000', '152625.610000', '152625.613000', '152625.615000', '152625.619000', '152625.622000', '152645.500000', '152645.503000', '152645.506000', '152645.509000', '152645.511000', '152645.514000', '152645.517000', '152645.520000', '152645.523000', '152645.526000', '152645.529000', '152645.532000', '152645.535000', '152645.537000', '152645.540000', '152645.543000', '152645.546000', '152645.549000', '152645.552000', '152645.555000', '152645.558000', '152645.561000', '152645.563000', '152645.566000', '152645.569000', '152645.572000', '152645.575000', '152645.578000', '152645.581000', '152645.584000', '152645.587000', '152645.590000', '152645.592000', '152645.595000', '152645.598000', '152645.601000', '152645.604000', '152645.607000', '152645.610000', '152645.613000', '152645.615000', '152645.618000', '152645.621000', '152645.624000', '152705.500000', '152705.503000', '152705.506000', '152705.509000', '152705.512000', '152705.515000', '152705.518000', '152705.520000', '152705.523000', '152705.526000', '152705.529000', '152705.532000', '152705.535000', '152705.538000', '152705.541000', '152705.544000', '152705.547000', '152705.549000', '152705.552000', '152705.555000', '152705.558000', '152705.561000', '152705.564000', '152705.580000', '152705.583000', '152705.586000', '152705.589000', '152705.592000', '152705.595000', '152705.598000', '152705.601000', '152705.604000', '152705.607000', '152705.609000', '152705.612000', '152705.615000', '152705.618000', '152705.621000', '152705.624000', '152705.627000', '152705.630000', '152705.633000', '152705.635000', '152725.502000', '152725.505000', '152725.508000', '152725.510000', '152725.513000', '152725.516000', '152725.519000', '152725.522000', '152725.526000', '152725.529000', '152725.532000', '152725.535000', '152725.538000', '152725.541000', '152725.544000', '152725.547000', '152725.550000', '152725.553000', '152725.556000', '152725.559000', '152725.561000', '152725.564000', '152725.567000', '152725.570000', '152725.573000', '152725.576000', '152725.579000', '152725.582000', '152725.585000', '152725.587000', '152725.590000', '152725.593000', '152725.596000', '152725.599000', '152725.602000', '152725.605000', '152725.608000', '152725.611000', '152725.613000', '152725.616000', '152725.619000', '152725.622000', '152725.625000', '152745.501000', '152745.504000', '152745.507000', '152745.510000', '152745.513000', '152745.515000', '152745.518000', '152745.521000', '152745.524000', '152745.527000', '152745.530000', '152745.533000', '152745.536000', '152745.539000', '152745.542000', '152745.545000', '152745.547000', '152745.550000', '152745.553000', '152745.556000', '152745.559000', '152745.562000', '152745.565000', '152745.568000', '152745.571000', '152745.574000', '152745.577000', '152745.579000', '152745.582000', '152745.585000', '152745.588000', '152745.591000', '152745.594000', '152745.597000', '152745.600000', '152745.602000', '152745.605000', '152745.608000', '152745.611000', '152745.614000', '152745.617000', '152745.620000', '152745.623000', '152745.625000', '152804.640000', '152804.643000', '152804.647000', '152804.650000', '152804.654000', '152804.657000', '152804.660000', '152804.663000', '152804.666000', '152804.669000', '152804.672000', '152804.675000', '152804.678000', '152804.681000', '152804.684000', '152804.687000', '152804.689000', '152804.692000', '152804.695000', '152804.698000', '152804.702000', '152804.705000', '152804.708000', '152804.711000', '152804.713000', '152804.716000', '152804.719000', '152804.722000', '152804.725000', '152804.728000', '152804.731000', '152804.734000', '152804.737000', '152804.740000', '152804.743000', '152804.746000', '152804.749000', '152804.752000', '152804.755000', '152804.758000', '152804.761000', '152804.764000'], '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': [8499, 14379, 7690, 12756, 6940, 10971, 7079, 12605, 8284, 12658, 7489, 10466, 8757, 11087, 12285, 11772, 9379, 9711, 8179, 10457, 10879, 13735, 8858, 11478, 11543, 7193, 12770, 9830, 11946, 11044, 11608, 8556, 12326, 8458, 12900, 8242, 12243, 8726, 11820, 11360, 10994, 10922, 10101, 14204, 7809, 12468, 7486, 11204, 7935, 9787, 10123, 8333, 12680, 7286, 11163, 7136, 10998, 7694, 9785, 9056, 8432, 12696, 7608, 11698, 7286, 12087, 7063, 10971, 7133, 12130, 7753, 11401, 10164, 10934, 9648, 9313, 11564, 8814, 13818, 8950, 10922, 9492, 10111, 9417, 11572, 10054, 13936, 9366, 12304, 9029, 11966, 9971, 13456, 10679, 11830, 10825, 11328, 10820, 13512, 9132, 13194, 9028, 11396, 7133, 10620, 7402, 10777, 7087, 12700, 8155, 11490, 8254, 10710, 9466, 10769, 12943, 10643, 13001, 8932, 12950, 7727, 11912, 8080, 12046, 7721, 9448, 7002, 9892, 7260, 10955, 7356, 9589, 6887, 10366, 7274, 13298, 10131, 12615, 8410, 11147, 8351, 11264, 14250, 8931, 12997, 7505, 11606, 6979, 10533, 6777, 10496, 7019, 10940, 6907, 12922, 9206, 12238, 9445, 11558, 8592, 11253, 10603, 10536, 13462, 10103, 13214, 8628, 11758, 7391, 11561, 7709, 12349, 7880, 12087, 7954, 10606, 8847, 10358, 11459, 10501, 10645, 8945, 12553, 8635, 12818, 7888, 12502, 7187, 11231, 7017, 12865, 7849, 12396, 7984, 9515, 6995, 9238, 8590, 7898, 10949, 7654, 13749, 9288, 11578, 11373, 10297, 10595, 13552, 10288, 11597, 11862, 8307, 12274, 7366, 11313, 7980, 12466, 7341, 11564, 9549, 11158, 10493, 11509, 11538, 7960, 10661, 7212, 10821, 7266, 13688, 8558, 13564, 7851, 13507, 9752, 12590, 10895, 9090, 11800, 8685, 10990, 9414, 10837, 10853, 11352, 7672, 11412, 7360, 11763, 7158, 10203, 7390, 10468, 7256, 12000, 7510, 12851, 8218, 12348, 10184, 13285, 10739, 8338, 10429, 7531, 13514, 9145, 12625, 7524, 12041, 7537, 12156, 7574, 12524, 7320, 11716, 7898, 11165, 8984, 11126, 12467, 8065, 12539, 7614, 10886, 11195, 10965, 14162, 9326, 13076, 7382, 11830, 7569, 10826, 10347, 10264, 12784, 8622, 12658, 8011, 10944, 7184, 12466, 8945, 11540, 8513, 10469, 7625, 12051, 9456, 11337, 7422, 11303, 6992, 12253, 10471, 12007, 8179, 11290, 8198, 11154, 9355, 12554, 7961, 11311, 7070, 12502, 9971, 12863, 8314, 11825, 7134, 11587, 10810, 10792, 12530, 9652, 14148, 8240, 13210, 7328, 12367, 7683, 10292, 7063, 11252, 7054, 12335, 8902, 10984, 7144, 11594, 8796, 11458, 11517, 10832, 10188, 10284, 12880, 8804, 13377, 7151, 12919, 7430, 11815, 7238, 11041, 7237, 11159, 9750, 11143, 9159, 10522, 12836, 8876, 13158, 7119, 12839, 7104, 11499, 7059, 11412, 8627, 10941, 8562, 10140, 9779, 8620, 13431, 8373, 13219, 7337, 12797, 7582, 11413, 7208, 11780, 7401, 11564, 6950, 11733, 7268, 10979, 9317, 10819, 8805, 9642, 11617, 8939, 13958, 8928, 13125, 8920, 9212, 9992, 7329, 11228, 11034, 10928, 11679, 10741, 11043, 12897, 8977, 12272, 8914, 11288, 7387, 11201, 8046, 10360, 9495, 10468, 8321, 9440, 8276, 10460, 7579, 10959, 9413, 11300, 9095, 10877, 11587, 10959, 14381, 10247, 13725, 8789, 12851, 7670, 12424, 8126, 12858, 9070, 12661, 7969, 10457, 8528, 10357, 12259, 10672, 13222, 8818, 12796, 8333, 12231, 7568, 13087, 7560, 12435, 7235, 11559, 7449, 12832, 7854, 11544, 7502, 11436, 7231, 12961, 8156, 13125, 8687, 13347, 9400, 13339, 8300, 12966, 9150, 11157, 7446, 10636, 7333, 12088, 7874, 13774, 9408, 11126, 10181, 10643, 10899, 11716, 11381, 8718, 12464, 8105, 12090, 8644, 11962, 8503, 13073, 8691, 13529, 10142, 14058, 10080, 14140, 9180, 13576, 9303, 13432, 8800, 13560, 8342, 13370, 8141, 11948, 8421, 12946, 8255, 13123, 7946, 11582, 8324, 12358, 8182, 13090, 8985, 13012, 9440, 12667, 9573, 13095, 9845, 13213, 8656, 12106, 9171, 11090, 10057, 13309, 10810, 11765, 10600, 9751, 10758, 11685, 11020, 12957, 10697, 9164, 10821, 8524, 11473, 10990, 11290, 7773, 8397, 7792, 13040, 9429, 11231, 7333, 10598, 7456, 12001, 9092, 10826, 7773, 9910, 7392, 11465, 7572, 12703, 8913, 11623, 7656, 10988, 7318, 11444, 9188, 12593, 7224, 13078, 10100, 10284, 11351, 9554, 11862, 9299, 10150, 8020, 11120, 9601, 11643, 9916, 7394, 9577, 7387, 12448, 9610, 12286, 10291, 8777, 11796, 7317, 9964, 7525, 12133, 8234, 12594, 9530, 12675, 11080, 8073, 12541, 9982, 14196, 11274, 11351, 10413, 8897, 10366, 9430, 11146, 9094, 10242, 7443, 10435, 7433, 11800, 7420, 12863, 8641, 12650, 7611, 12137, 7647, 12406, 8416, 10681, 10374, 9704, 9270, 8326, 12612, 8056, 12392, 7385, 12689, 7833, 11809, 7486, 11638, 7159, 12491, 9659, 12425, 7906, 9630, 9131, 8770, 13579, 8667, 13071, 7559, 12943, 7946, 12249, 7895, 13072, 9283, 12152, 7492, 12008, 7577, 12745, 7996, 10886, 10817, 7950, 12583, 10115, 13059, 7953, 12582, 7582, 12711, 7696, 13167, 8222, 12691, 8230, 12574, 8661, 13271, 10328, 9812, 11395, 7479, 11646, 7451, 12269, 9206, 10719, 7251, 11780, 7658, 12518, 10683, 11193, 7830, 10709, 7638, 11566, 8329, 12701, 9861, 11855, 7361, 10469, 9345, 10085, 13348, 9792, 13341, 8168, 12369, 7245, 12495, 9062, 9972, 8179, 8682, 11979, 8281, 12620, 7150, 12831, 7737, 10407, 7123, 11830, 7886, 10747, 11743, 10513, 12126, 8404, 12754, 7703, 12292, 7674, 12136, 7156, 11763, 7118, 12064, 7575, 13115, 8164, 13216, 8725, 13223, 9391, 13507, 9004, 13711, 8976, 12853, 9914, 13285, 9675, 13320, 9914, 9894, 9188, 12074, 9026, 13148, 8121, 12652, 7109, 11036, 7025, 10753, 8639, 10428, 10252, 9867, 9203, 8583, 8724, 9016, 10406, 10218, 8272, 10068, 9671, 11004, 10771, 12128, 7705, 11027, 7268, 13166, 9789, 11302, 8021, 10959, 7308, 11688, 7972, 12977, 8642, 12920, 9363, 12432, 10922, 13415, 10848, 9691, 10515, 11405, 10806, 12479, 11105, 8532, 11914, 7585, 10958, 8738, 12318, 8580, 12561, 7589, 10715, 9519, 10928, 11261, 10908, 8664, 9546, 9114, 10470, 13782, 9666, 12953, 8263, 11166, 7118, 11852, 7870, 11599, 8475, 12035, 7723, 9502, 6938, 10024, 7905], 'WindowCenter': [4149.0, 4185.0, 4110.0, 4158.0, 4086.0, 4136.0, 4088.0, 4158.0, 4106.0, 4158.0, 4095.0, 4138.0, 4117.0, 4149.0, 4147.0, 4147.0, 4131.0, 4128.0, 4118.0, 4138.0, 4149.0, 4156.0, 4118.0, 4146.0, 4149.0, 4098.0, 4160.0, 4128.0, 4146.0, 4126.0, 4123.0, 4090.0, 4121.0, 4068.0, 4118.0, 4067.0, 4109.0, 4065.0, 4108.0, 4106.0, 4095.0, 4083.0, 4084.0, 4114.0, 4054.0, 4105.0, 4043.0, 4096.0, 4065.0, 4085.0, 4083.0, 4076.0, 4116.0, 4056.0, 4107.0, 4058.0, 4121.0, 4080.0, 4110.0, 4088.0, 4091.0, 4131.0, 4081.0, 4133.0, 4083.0, 4134.0, 4083.0, 4123.0, 4085.0, 4145.0, 4096.0, 4147.0, 4125.0, 4137.0, 4113.0, 4116.0, 4133.0, 4116.0, 4155.0, 4117.0, 4136.0, 4126.0, 4124.0, 4127.0, 4147.0, 4139.0, 4168.0, 4128.0, 4146.0, 4129.0, 4145.0, 4139.0, 4158.0, 4139.0, 4146.0, 4138.0, 4137.0, 4138.0, 4155.0, 4116.0, 4146.0, 4103.0, 4132.0, 4083.0, 4124.0, 4083.0, 4133.0, 4086.0, 4158.0, 4105.0, 4147.0, 4106.0, 4138.0, 4125.0, 4137.0, 4147.0, 4137.0, 4145.0, 4117.0, 4146.0, 4094.0, 4135.0, 4094.0, 4134.0, 4083.0, 4112.0, 4072.0, 4114.0, 4093.0, 4137.0, 4096.0, 4126.0, 4086.0, 4136.0, 4098.0, 4158.0, 4127.0, 4159.0, 4105.0, 4136.0, 4103.0, 4136.0, 4156.0, 4103.0, 4142.0, 4082.0, 4121.0, 4073.0, 4122.0, 4073.0, 4134.0, 4085.0, 4136.0, 4085.0, 4157.0, 4116.0, 4146.0, 4114.0, 4134.0, 4102.0, 4133.0, 4123.0, 4125.0, 4144.0, 4123.0, 4143.0, 4104.0, 4132.0, 4081.0, 4133.0, 4083.0, 4133.0, 4081.0, 4132.0, 4079.0, 4123.0, 4101.0, 4124.0, 4133.0, 4124.0, 4122.0, 4103.0, 4132.0, 4103.0, 4144.0, 4093.0, 4134.0, 4072.0, 4122.0, 4071.0, 4143.0, 4094.0, 4146.0, 4109.0, 4130.0, 4095.0, 4128.0, 4123.0, 4121.0, 4150.0, 4109.0, 4171.0, 4128.0, 4150.0, 4160.0, 4138.0, 4137.0, 4142.0, 4112.0, 4134.0, 4133.0, 4092.0, 4134.0, 4095.0, 4122.0, 4093.0, 4132.0, 4083.0, 4133.0, 4123.0, 4134.0, 4125.0, 4135.0, 4135.0, 4094.0, 4125.0, 4083.0, 4136.0, 4083.0, 4147.0, 4106.0, 4143.0, 4094.0, 4143.0, 4113.0, 4133.0, 4124.0, 4102.0, 4134.0, 4091.0, 4123.0, 4102.0, 4124.0, 4110.0, 4122.0, 4081.0, 4123.0, 4082.0, 4133.0, 4085.0, 4124.0, 4084.0, 4125.0, 4084.0, 4145.0, 4094.0, 4157.0, 4119.0, 4158.0, 4126.0, 4155.0, 4136.0, 4118.0, 4136.0, 4097.0, 4158.0, 4116.0, 4135.0, 4094.0, 4132.0, 4094.0, 4146.0, 4095.0, 4143.0, 4083.0, 4134.0, 4095.0, 4136.0, 4128.0, 4147.0, 4158.0, 4107.0, 4158.0, 4107.0, 4139.0, 4135.0, 4138.0, 4155.0, 4115.0, 4143.0, 4081.0, 4134.0, 4080.0, 4124.0, 4123.0, 4124.0, 4131.0, 4102.0, 4131.0, 4094.0, 4124.0, 4086.0, 4146.0, 4115.0, 4137.0, 4106.0, 4136.0, 4096.0, 4147.0, 4125.0, 4137.0, 4085.0, 4136.0, 4086.0, 4148.0, 4137.0, 4147.0, 4104.0, 4148.0, 4104.0, 4136.0, 4116.0, 4147.0, 4095.0, 4135.0, 4086.0, 4160.0, 4140.0, 4160.0, 4106.0, 4132.0, 4085.0, 4146.0, 4135.0, 4135.0, 4134.0, 4113.0, 4141.0, 4091.0, 4132.0, 4070.0, 4131.0, 4082.0, 4111.0, 4084.0, 4135.0, 4084.0, 4143.0, 4115.0, 4124.0, 4083.0, 4134.0, 4103.0, 4136.0, 4136.0, 4124.0, 4113.0, 4124.0, 4131.0, 4101.0, 4142.0, 4072.0, 4132.0, 4082.0, 4131.0, 4080.0, 4124.0, 4083.0, 4134.0, 4113.0, 4123.0, 4102.0, 4112.0, 4131.0, 4100.0, 4132.0, 4072.0, 4131.0, 4072.0, 4123.0, 4072.0, 4134.0, 4091.0, 4123.0, 4091.0, 4113.0, 4101.0, 4102.0, 4143.0, 4104.0, 4145.0, 4082.0, 4144.0, 4093.0, 4134.0, 4083.0, 4135.0, 4095.0, 4134.0, 4085.0, 4135.0, 4083.0, 4137.0, 4114.0, 4136.0, 4103.0, 4113.0, 4134.0, 4116.0, 4156.0, 4104.0, 4145.0, 4115.0, 4115.0, 4137.0, 4107.0, 4160.0, 4161.0, 4161.0, 4162.0, 4137.0, 4149.0, 4147.0, 4116.0, 4135.0, 4101.0, 4122.0, 4069.0, 4122.0, 4080.0, 4112.0, 4114.0, 4123.0, 4091.0, 4114.0, 4093.0, 4125.0, 4094.0, 4137.0, 4116.0, 4137.0, 4103.0, 4135.0, 4133.0, 4134.0, 4156.0, 4124.0, 4142.0, 4092.0, 4130.0, 4080.0, 4131.0, 4094.0, 4132.0, 4090.0, 4132.0, 4079.0, 4110.0, 4090.0, 4110.0, 4131.0, 4113.0, 4131.0, 4099.0, 4129.0, 4090.0, 4131.0, 4083.0, 4142.0, 4083.0, 4131.0, 4083.0, 4134.0, 4084.0, 4134.0, 4092.0, 4122.0, 4083.0, 4132.0, 4096.0, 4158.0, 4107.0, 4146.0, 4104.0, 4144.0, 4116.0, 4144.0, 4106.0, 4145.0, 4102.0, 4121.0, 4081.0, 4112.0, 4082.0, 4132.0, 4095.0, 4144.0, 4114.0, 4135.0, 4137.0, 4125.0, 4136.0, 4134.0, 4137.0, 4103.0, 4144.0, 4094.0, 4133.0, 4105.0, 4134.0, 4093.0, 4132.0, 4092.0, 4141.0, 4124.0, 4153.0, 4124.0, 4141.0, 4101.0, 4131.0, 4101.0, 4130.0, 4101.0, 4142.0, 4091.0, 4131.0, 4081.0, 4121.0, 4092.0, 4132.0, 4092.0, 4143.0, 4092.0, 4133.0, 4102.0, 4144.0, 4104.0, 4145.0, 4103.0, 4145.0, 4115.0, 4144.0, 4115.0, 4144.0, 4126.0, 4146.0, 4105.0, 4133.0, 4115.0, 4135.0, 4125.0, 4152.0, 4135.0, 4135.0, 4125.0, 4114.0, 4135.0, 4135.0, 4136.0, 4145.0, 4122.0, 4103.0, 4124.0, 4091.0, 4134.0, 4123.0, 4135.0, 4095.0, 4102.0, 4108.0, 4158.0, 4115.0, 4123.0, 4083.0, 4111.0, 4071.0, 4133.0, 4103.0, 4113.0, 4081.0, 4100.0, 4070.0, 4120.0, 4081.0, 4133.0, 4102.0, 4121.0, 4070.0, 4109.0, 4070.0, 4122.0, 4103.0, 4143.0, 4082.0, 4131.0, 4111.0, 4111.0, 4121.0, 4101.0, 4124.0, 4091.0, 4099.0, 4081.0, 4123.0, 4127.0, 4134.0, 4113.0, 4070.0, 4101.0, 4082.0, 4133.0, 4114.0, 4132.0, 4112.0, 4092.0, 4133.0, 4071.0, 4114.0, 4095.0, 4134.0, 4094.0, 4134.0, 4115.0, 4146.0, 4135.0, 4094.0, 4134.0, 4107.0, 4144.0, 4123.0, 4123.0, 4113.0, 4089.0, 4112.0, 4089.0, 4109.0, 4090.0, 4100.0, 4072.0, 4111.0, 4071.0, 4122.0, 4083.0, 4131.0, 4093.0, 4132.0, 4082.0, 4131.0, 4082.0, 4133.0, 4090.0, 4124.0, 4112.0, 4102.0, 4101.0, 4093.0, 4130.0, 4082.0, 4133.0, 4083.0, 4134.0, 4083.0, 4122.0, 4084.0, 4123.0, 4073.0, 4146.0, 4115.0, 4135.0, 4082.0, 4113.0, 4103.0, 4104.0, 4144.0, 4104.0, 4144.0, 4084.0, 4143.0, 4094.0, 4134.0, 4095.0, 4145.0, 4114.0, 4132.0, 4083.0, 4133.0, 4084.0, 4134.0, 4095.0, 4125.0, 4125.0, 4096.0, 4147.0, 4126.0, 4143.0, 4094.0, 4133.0, 4080.0, 4133.0, 4094.0, 4132.0, 4080.0, 4130.0, 4092.0, 4129.0, 4104.0, 4145.0, 4124.0, 4113.0, 4134.0, 4083.0, 4147.0, 4086.0, 4146.0, 4116.0, 4124.0, 4085.0, 4135.0, 4096.0, 4145.0, 4125.0, 4123.0, 4083.0, 4113.0, 4082.0, 4123.0, 4093.0, 4145.0, 4111.0, 4133.0, 4072.0, 4125.0, 4102.0, 4122.0, 4141.0, 4113.0, 4131.0, 4092.0, 4121.0, 4071.0, 4132.0, 4102.0, 4113.0, 4081.0, 4102.0, 4132.0, 4092.0, 4145.0, 4084.0, 4143.0, 4082.0, 4112.0, 4071.0, 4134.0, 4082.0, 4124.0, 4122.0, 4124.0, 4122.0, 4093.0, 4132.0, 4081.0, 4133.0, 4083.0, 4133.0, 4073.0, 4133.0, 4083.0, 4143.0, 4095.0, 4144.0, 4106.0, 4145.0, 4106.0, 4145.0, 4115.0, 4146.0, 4104.0, 4144.0, 4103.0, 4144.0, 4126.0, 4145.0, 4114.0, 4144.0, 4113.0, 4112.0, 4113.0, 4132.0, 4104.0, 4145.0, 4094.0, 4133.0, 4072.0, 4122.0, 4072.0, 4124.0, 4093.0, 4122.0, 4110.0, 4113.0, 4101.0, 4104.0, 4104.0, 4114.0, 4124.0, 4126.0, 4105.0, 4128.0, 4115.0, 4138.0, 4135.0, 4147.0, 4096.0, 4137.0, 4084.0, 4157.0, 4127.0, 4135.0, 4095.0, 4124.0, 4083.0, 4134.0, 4096.0, 4144.0, 4105.0, 4134.0, 4115.0, 4133.0, 4136.0, 4144.0, 4125.0, 4103.0, 4124.0, 4122.0, 4124.0, 4133.0, 4124.0, 4092.0, 4133.0, 4081.0, 4124.0, 4104.0, 4135.0, 4093.0, 4134.0, 4083.0, 4124.0, 4112.0, 4124.0, 4122.0, 4124.0, 4092.0, 4113.0, 4102.0, 4122.0, 4143.0, 4114.0, 4130.0, 4080.0, 4110.0, 4058.0, 4120.0, 4082.0, 4134.0, 4091.0, 4133.0, 4083.0, 4113.0, 4083.0, 4125.0, 4107.0], 'WindowWidth': [9217.0, 9255.0, 9145.0, 9203.0, 9105.0, 9169.0, 9109.0, 9203.0, 9128.0, 9200.0, 9113.0, 9175.0, 9148.0, 9195.0, 9185.0, 9187.0, 9173.0, 9162.0, 9150.0, 9175.0, 9192.0, 9197.0, 9147.0, 9184.0, 9192.0, 9122.0, 9212.0, 9160.0, 9182.0, 9152.0, 9145.0, 9095.0, 9136.0, 9060.0, 9126.0, 9057.0, 9116.0, 9052.0, 9113.0, 9109.0, 9091.0, 9071.0, 9074.0, 9111.0, 9034.0, 9102.0, 9019.0, 9093.0, 9050.0, 9079.0, 9073.0, 9070.0, 9121.0, 9044.0, 9110.0, 9050.0, 9138.0, 9083.0, 9122.0, 9090.0, 9099.0, 9150.0, 9087.0, 9157.0, 9093.0, 9162.0, 9094.0, 9148.0, 9099.0, 9181.0, 9115.0, 9186.0, 9153.0, 9170.0, 9133.0, 9143.0, 9160.0, 9143.0, 9194.0, 9144.0, 9170.0, 9158.0, 9151.0, 9160.0, 9185.0, 9180.0, 9218.0, 9163.0, 9184.0, 9164.0, 9182.0, 9178.0, 9202.0, 9177.0, 9183.0, 9176.0, 9170.0, 9173.0, 9194.0, 9142.0, 9182.0, 9119.0, 9157.0, 9093.0, 9148.0, 9095.0, 9162.0, 9106.0, 9203.0, 9130.0, 9185.0, 9128.0, 9175.0, 9153.0, 9173.0, 9185.0, 9173.0, 9179.0, 9144.0, 9182.0, 9110.0, 9166.0, 9110.0, 9161.0, 9093.0, 9130.0, 9078.0, 9136.0, 9110.0, 9171.0, 9117.0, 9157.0, 9103.0, 9170.0, 9124.0, 9205.0, 9158.0, 9204.0, 9126.0, 9169.0, 9120.0, 9169.0, 9194.0, 9121.0, 9171.0, 9090.0, 9140.0, 9081.0, 9144.0, 9083.0, 9164.0, 9103.0, 9170.0, 9103.0, 9201.0, 9143.0, 9183.0, 9136.0, 9165.0, 9116.0, 9160.0, 9145.0, 9151.0, 9173.0, 9145.0, 9170.0, 9120.0, 9156.0, 9088.0, 9159.0, 9093.0, 9158.0, 9086.0, 9155.0, 9082.0, 9146.0, 9113.0, 9148.0, 9158.0, 9150.0, 9142.0, 9120.0, 9157.0, 9120.0, 9176.0, 9108.0, 9161.0, 9077.0, 9142.0, 9074.0, 9172.0, 9108.0, 9181.0, 9140.0, 9169.0, 9117.0, 9164.0, 9158.0, 9160.0, 9198.0, 9139.0, 9225.0, 9163.0, 9196.0, 9211.0, 9177.0, 9171.0, 9171.0, 9129.0, 9160.0, 9160.0, 9105.0, 9160.0, 9115.0, 9143.0, 9106.0, 9156.0, 9094.0, 9158.0, 9149.0, 9161.0, 9151.0, 9167.0, 9166.0, 9109.0, 9152.0, 9094.0, 9167.0, 9095.0, 9175.0, 9127.0, 9174.0, 9108.0, 9171.0, 9133.0, 9157.0, 9151.0, 9117.0, 9161.0, 9099.0, 9145.0, 9115.0, 9146.0, 9122.0, 9141.0, 9085.0, 9142.0, 9088.0, 9158.0, 9100.0, 9147.0, 9096.0, 9149.0, 9097.0, 9178.0, 9110.0, 9200.0, 9154.0, 9200.0, 9155.0, 9191.0, 9169.0, 9148.0, 9169.0, 9120.0, 9199.0, 9139.0, 9164.0, 9108.0, 9156.0, 9108.0, 9181.0, 9114.0, 9171.0, 9094.0, 9160.0, 9113.0, 9167.0, 9160.0, 9187.0, 9203.0, 9134.0, 9202.0, 9132.0, 9178.0, 9167.0, 9174.0, 9194.0, 9136.0, 9171.0, 9087.0, 9162.0, 9083.0, 9148.0, 9146.0, 9148.0, 9151.0, 9116.0, 9153.0, 9107.0, 9148.0, 9101.0, 9182.0, 9137.0, 9170.0, 9127.0, 9170.0, 9117.0, 9185.0, 9154.0, 9171.0, 9100.0, 9169.0, 9103.0, 9188.0, 9170.0, 9184.0, 9123.0, 9189.0, 9124.0, 9169.0, 9140.0, 9183.0, 9111.0, 9164.0, 9102.0, 9209.0, 9183.0, 9207.0, 9127.0, 9156.0, 9098.0, 9182.0, 9165.0, 9165.0, 9162.0, 9132.0, 9164.0, 9097.0, 9153.0, 9070.0, 9152.0, 9088.0, 9126.0, 9095.0, 9165.0, 9094.0, 9173.0, 9140.0, 9149.0, 9092.0, 9161.0, 9119.0, 9168.0, 9166.0, 9148.0, 9130.0, 9146.0, 9150.0, 9112.0, 9170.0, 9076.0, 9153.0, 9089.0, 9153.0, 9086.0, 9146.0, 9091.0, 9163.0, 9131.0, 9145.0, 9115.0, 9127.0, 9149.0, 9109.0, 9156.0, 9076.0, 9152.0, 9076.0, 9142.0, 9075.0, 9159.0, 9099.0, 9145.0, 9100.0, 9131.0, 9112.0, 9117.0, 9169.0, 9123.0, 9178.0, 9091.0, 9174.0, 9106.0, 9159.0, 9095.0, 9165.0, 9114.0, 9164.0, 9099.0, 9165.0, 9095.0, 9170.0, 9138.0, 9167.0, 9119.0, 9135.0, 9162.0, 9141.0, 9193.0, 9123.0, 9176.0, 9139.0, 9140.0, 9174.0, 9136.0, 9213.0, 9217.0, 9216.0, 9216.0, 9175.0, 9192.0, 9188.0, 9142.0, 9165.0, 9114.0, 9141.0, 9068.0, 9141.0, 9080.0, 9127.0, 9135.0, 9144.0, 9100.0, 9133.0, 9103.0, 9150.0, 9109.0, 9172.0, 9140.0, 9172.0, 9120.0, 9165.0, 9157.0, 9163.0, 9194.0, 9147.0, 9169.0, 9102.0, 9151.0, 9084.0, 9153.0, 9107.0, 9157.0, 9096.0, 9152.0, 9077.0, 9121.0, 9093.0, 9123.0, 9150.0, 9129.0, 9149.0, 9108.0, 9147.0, 9097.0, 9152.0, 9092.0, 9170.0, 9092.0, 9153.0, 9091.0, 9159.0, 9095.0, 9159.0, 9103.0, 9141.0, 9092.0, 9158.0, 9114.0, 9200.0, 9132.0, 9181.0, 9124.0, 9176.0, 9141.0, 9177.0, 9128.0, 9177.0, 9117.0, 9140.0, 9086.0, 9128.0, 9089.0, 9157.0, 9112.0, 9175.0, 9137.0, 9163.0, 9170.0, 9151.0, 9168.0, 9163.0, 9169.0, 9119.0, 9175.0, 9107.0, 9159.0, 9126.0, 9162.0, 9104.0, 9153.0, 9101.0, 9165.0, 9147.0, 9188.0, 9147.0, 9165.0, 9112.0, 9150.0, 9111.0, 9149.0, 9113.0, 9169.0, 9097.0, 9150.0, 9085.0, 9137.0, 9102.0, 9156.0, 9103.0, 9171.0, 9104.0, 9157.0, 9118.0, 9173.0, 9123.0, 9176.0, 9121.0, 9176.0, 9138.0, 9174.0, 9138.0, 9175.0, 9156.0, 9183.0, 9124.0, 9158.0, 9138.0, 9163.0, 9152.0, 9186.0, 9165.0, 9163.0, 9151.0, 9135.0, 9165.0, 9164.0, 9167.0, 9175.0, 9145.0, 9117.0, 9147.0, 9100.0, 9161.0, 9142.0, 9167.0, 9112.0, 9119.0, 9136.0, 9202.0, 9139.0, 9144.0, 9090.0, 9124.0, 9072.0, 9157.0, 9117.0, 9129.0, 9084.0, 9108.0, 9068.0, 9135.0, 9086.0, 9159.0, 9114.0, 9137.0, 9068.0, 9120.0, 9068.0, 9141.0, 9115.0, 9174.0, 9091.0, 9153.0, 9126.0, 9125.0, 9139.0, 9110.0, 9145.0, 9096.0, 9104.0, 9082.0, 9141.0, 9156.0, 9159.0, 9130.0, 9068.0, 9108.0, 9087.0, 9153.0, 9131.0, 9153.0, 9128.0, 9100.0, 9155.0, 9072.0, 9132.0, 9109.0, 9161.0, 9108.0, 9160.0, 9136.0, 9176.0, 9163.0, 9107.0, 9160.0, 9120.0, 9171.0, 9143.0, 9140.0, 9129.0, 9091.0, 9126.0, 9089.0, 9116.0, 9091.0, 9104.0, 9074.0, 9121.0, 9071.0, 9138.0, 9089.0, 9153.0, 9102.0, 9152.0, 9088.0, 9151.0, 9087.0, 9157.0, 9096.0, 9145.0, 9127.0, 9113.0, 9109.0, 9103.0, 9146.0, 9088.0, 9156.0, 9092.0, 9160.0, 9089.0, 9141.0, 9094.0, 9144.0, 9081.0, 9179.0, 9135.0, 9162.0, 9086.0, 9131.0, 9114.0, 9118.0, 9171.0, 9120.0, 9172.0, 9093.0, 9169.0, 9108.0, 9160.0, 9112.0, 9178.0, 9134.0, 9156.0, 9091.0, 9156.0, 9094.0, 9158.0, 9111.0, 9149.0, 9150.0, 9115.0, 9183.0, 9153.0, 9172.0, 9106.0, 9156.0, 9084.0, 9157.0, 9108.0, 9154.0, 9082.0, 9147.0, 9100.0, 9145.0, 9119.0, 9176.0, 9148.0, 9131.0, 9160.0, 9093.0, 9185.0, 9102.0, 9182.0, 9140.0, 9150.0, 9099.0, 9165.0, 9113.0, 9179.0, 9151.0, 9144.0, 9090.0, 9129.0, 9089.0, 9143.0, 9106.0, 9175.0, 9126.0, 9158.0, 9076.0, 9149.0, 9114.0, 9143.0, 9167.0, 9129.0, 9150.0, 9101.0, 9137.0, 9072.0, 9155.0, 9115.0, 9130.0, 9083.0, 9116.0, 9154.0, 9104.0, 9176.0, 9096.0, 9172.0, 9087.0, 9125.0, 9072.0, 9159.0, 9088.0, 9147.0, 9141.0, 9145.0, 9140.0, 9102.0, 9152.0, 9086.0, 9158.0, 9092.0, 9156.0, 9079.0, 9157.0, 9093.0, 9174.0, 9112.0, 9176.0, 9129.0, 9177.0, 9127.0, 9178.0, 9138.0, 9179.0, 9120.0, 9172.0, 9117.0, 9175.0, 9152.0, 9178.0, 9134.0, 9173.0, 9132.0, 9129.0, 9132.0, 9154.0, 9120.0, 9176.0, 9107.0, 9158.0, 9076.0, 9142.0, 9075.0, 9145.0, 9103.0, 9141.0, 9122.0, 9129.0, 9111.0, 9120.0, 9121.0, 9138.0, 9150.0, 9155.0, 9125.0, 9160.0, 9138.0, 9172.0, 9166.0, 9185.0, 9114.0, 9169.0, 9097.0, 9198.0, 9157.0, 9166.0, 9111.0, 9148.0, 9093.0, 9163.0, 9113.0, 9175.0, 9124.0, 9159.0, 9136.0, 9159.0, 9166.0, 9172.0, 9149.0, 9117.0, 9147.0, 9140.0, 9146.0, 9158.0, 9146.0, 9099.0, 9156.0, 9085.0, 9148.0, 9122.0, 9162.0, 9103.0, 9159.0, 9089.0, 9147.0, 9129.0, 9147.0, 9141.0, 9145.0, 9099.0, 9130.0, 9112.0, 9141.0, 9171.0, 9132.0, 9149.0, 9081.0, 9120.0, 9051.0, 9136.0, 9088.0, 9160.0, 9099.0, 9157.0, 9090.0, 9133.0, 9094.0, 9152.0, 9133.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.00046684633027522946</td></tr>
<tr><td colspan=3>aqi</td><td>0.021197144839449542</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.30217027285877</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.199278549288175</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9849488739380029</td></tr>
<tr><td colspan=3>efc</td><td>0.4394</td></tr>
<tr><td colspan=3>fber</td><td>6904.7773</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1014173751623279</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.76605504587156</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.405885721734335</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3364557624763718</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.59433457450988</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.286866828216753</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019403453916311264</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02272924967110157</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.849200416630664</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>45.5808</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.3256</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310440.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>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.5578</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2202</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.964</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3380.8377</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.8748</td></tr>
<tr><td colspan=3>tsnr</td><td>41.72469606855884</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>