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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:32:3.450000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995865, 0.0903364, 0.00961124, -0.0883531, 0.987715, -0.128894]</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.259</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.0833881</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>[4220, -7722, -7260, 289, -207, -16, -23, 127]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66968745-be91-4ca0-b260-d49555e9f5b8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671832799911499, -0.2370448261499405, 0.05706977844238281, 117.84999084472656], [-0.24236588180065155, 2.64996600151062, -0.3442813456058502, -87.31549835205078], [0.025786247104406357, 0.34581258893013, 2.677351951599121, -105.10308837890625], [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': ['133203.450000', '133203.910000', '133204.370000', '133204.830000', '133205.290000', '133205.750000', '133206.210000', '133206.670000', '133207.130000', '133207.590000', '133208.050000', '133208.510000', '133208.970000', '133209.430000', '133209.890000', '133210.350000', '133210.810000', '133211.270000', '133211.730000', '133212.190000', '133212.650000', '133213.110000', '133213.570000', '133214.030000', '133214.490000', '133214.950000', '133215.410000', '133215.870000', '133216.330000', '133216.790000', '133217.250000', '133217.710000', '133218.170000', '133218.630000', '133219.090000', '133219.550000', '133220.010000', '133220.470000', '133220.930000', '133221.390000', '133221.850000', '133222.310000', '133222.770000', '133223.230000', '133223.690000', '133224.150000', '133224.610000', '133225.070000', '133225.530000', '133225.990000', '133226.450000', '133226.910000', '133227.370000', '133227.830000', '133228.290000', '133228.750000', '133229.210000', '133229.670000', '133230.130000', '133230.590000', '133231.050000', '133231.510000', '133231.970000', '133232.430000', '133232.890000', '133233.350000', '133233.810000', '133234.270000', '133234.730000', '133235.190000', '133235.650000', '133236.110000', '133236.570000', '133237.030000', '133237.490000', '133237.950000', '133238.410000', '133238.870000', '133239.330000', '133239.790000', '133240.250000', '133240.710000', '133241.170000', '133241.630000', '133242.090000', '133242.550000', '133243.010000', '133243.470000', '133243.930000', '133244.390000', '133244.850000', '133245.310000', '133245.770000', '133246.230000', '133246.690000', '133247.150000', '133247.610000', '133248.070000', '133248.530000', '133248.990000', '133249.450000', '133249.910000', '133250.370000', '133250.830000', '133251.290000', '133251.750000', '133252.210000', '133252.670000', '133253.130000', '133253.590000', '133254.050000', '133254.510000', '133254.970000', '133255.430000', '133255.890000', '133256.350000', '133256.810000', '133257.270000', '133257.730000', '133258.190000', '133258.650000', '133259.110000', '133259.570000', '133300.030000', '133300.490000', '133300.950000', '133301.410000', '133301.870000', '133302.330000', '133302.790000', '133303.250000', '133303.710000', '133304.170000', '133304.630000', '133305.090000', '133305.550000', '133306.010000', '133306.470000', '133306.930000', '133307.390000', '133307.850000', '133308.310000', '133308.770000', '133309.230000', '133309.690000', '133310.150000', '133310.610000', '133311.070000', '133311.530000', '133311.990000', '133312.450000', '133312.910000', '133313.370000', '133313.830000', '133314.290000', '133314.750000', '133315.210000', '133315.670000', '133316.130000', '133316.590000', '133317.050000', '133317.510000', '133317.970000', '133318.430000', '133318.890000', '133319.350000', '133319.810000', '133320.270000', '133320.730000', '133321.190000', '133321.650000', '133322.110000', '133322.570000', '133323.030000', '133323.490000', '133323.950000', '133324.410000', '133324.870000', '133325.330000', '133325.790000', '133326.250000', '133326.710000', '133327.170000', '133327.630000', '133328.090000', '133328.550000', '133329.010000', '133329.470000', '133329.930000', '133330.390000', '133330.850000', '133331.310000', '133331.770000', '133332.230000', '133332.690000', '133333.150000', '133333.610000', '133334.070000', '133334.530000', '133334.990000', '133335.450000', '133335.910000', '133336.370000', '133336.830000', '133337.290000', '133337.750000', '133338.210000', '133338.670000', '133339.130000', '133339.590000', '133340.050000', '133340.510000', '133340.970000', '133341.430000', '133341.890000', '133342.350000', '133342.810000', '133343.270000', '133343.730000', '133344.190000', '133344.650000', '133345.110000', '133345.570000', '133346.030000', '133346.490000', '133346.950000', '133347.410000', '133347.870000', '133348.330000', '133348.790000', '133349.250000', '133349.710000', '133350.170000', '133350.630000', '133351.090000', '133351.550000', '133352.010000', '133352.470000', '133352.930000', '133353.390000', '133353.850000', '133354.310000', '133354.770000', '133355.230000', '133355.690000', '133356.150000', '133356.610000', '133357.070000', '133357.530000', '133357.990000', '133358.450000', '133358.910000', '133359.370000', '133359.830000', '133400.290000', '133400.750000', '133401.210000', '133401.670000', '133402.130000', '133402.590000', '133403.050000', '133403.510000', '133403.970000', '133404.430000', '133404.890000', '133405.350000', '133405.810000', '133406.270000', '133406.730000', '133407.190000', '133407.650000', '133408.110000', '133408.570000', '133409.030000', '133409.490000', '133409.950000', '133410.410000', '133410.870000', '133411.330000', '133411.790000', '133412.250000', '133412.710000', '133413.170000', '133413.630000', '133414.090000', '133414.550000', '133415.010000', '133415.470000', '133415.930000', '133416.390000', '133416.850000', '133417.310000', '133417.770000', '133418.230000', '133418.690000', '133419.150000', '133419.610000', '133420.070000', '133420.530000', '133420.990000', '133421.450000', '133421.910000', '133422.370000', '133422.830000', '133423.290000', '133423.750000', '133424.210000', '133424.670000', '133425.130000', '133425.590000', '133426.050000', '133426.510000', '133426.970000', '133427.430000', '133427.890000', '133428.350000', '133428.810000', '133429.270000', '133429.730000', '133430.190000', '133430.650000', '133431.110000', '133431.570000', '133432.030000', '133432.490000', '133432.950000', '133433.410000', '133433.870000', '133434.330000', '133434.790000', '133435.250000', '133435.710000', '133436.170000', '133436.630000', '133437.090000', '133437.550000', '133438.010000', '133438.470000', '133438.930000', '133439.390000', '133439.850000', '133440.310000', '133440.770000', '133441.230000', '133441.690000', '133442.150000', '133442.610000', '133443.070000', '133443.530000', '133443.990000', '133444.450000', '133444.910000', '133445.370000', '133445.830000', '133446.290000', '133446.750000', '133447.210000', '133447.670000', '133448.130000', '133448.590000', '133449.050000', '133449.510000', '133449.970000', '133450.430000', '133450.890000', '133451.350000', '133451.810000', '133452.270000', '133452.730000', '133453.190000', '133453.650000', '133454.110000', '133454.570000', '133455.030000', '133455.490000', '133455.950000', '133456.410000', '133456.870000', '133457.330000', '133457.790000', '133458.250000', '133458.710000', '133459.170000', '133459.630000', '133500.090000', '133500.550000', '133501.010000', '133501.470000', '133501.930000', '133502.390000', '133502.850000', '133503.310000', '133503.770000', '133504.230000', '133504.690000', '133505.150000', '133505.610000', '133506.070000', '133506.530000', '133506.990000', '133507.450000', '133507.910000', '133508.370000', '133508.830000', '133509.290000', '133509.750000', '133510.210000', '133510.670000', '133511.130000', '133511.590000', '133512.050000', '133512.510000', '133512.970000', '133513.430000', '133513.890000', '133514.350000', '133514.810000', '133515.270000', '133515.730000', '133516.190000', '133516.650000', '133517.110000', '133517.570000', '133518.030000', '133518.490000', '133518.950000', '133519.410000', '133519.870000', '133520.330000', '133520.790000', '133521.250000', '133521.710000', '133522.170000', '133522.630000', '133523.090000', '133523.550000', '133524.010000', '133524.470000', '133524.930000', '133525.390000', '133525.850000', '133526.310000', '133526.770000', '133527.230000', '133527.690000', '133528.150000', '133528.610000', '133529.070000', '133529.530000', '133529.990000', '133530.450000', '133530.910000', '133531.370000', '133531.830000', '133532.290000', '133532.750000', '133533.210000', '133533.670000', '133534.130000', '133534.590000', '133535.050000', '133535.510000', '133535.970000', '133536.430000', '133536.890000', '133537.350000', '133537.810000', '133538.270000', '133538.730000', '133539.190000', '133539.650000', '133540.110000', '133540.570000', '133541.030000', '133541.490000', '133541.950000', '133542.410000', '133542.870000', '133543.330000', '133543.790000', '133544.250000', '133544.710000', '133545.170000', '133545.630000', '133546.090000', '133546.550000', '133547.010000', '133547.470000', '133547.930000', '133548.390000', '133548.850000', '133549.310000', '133549.770000', '133550.230000', '133550.690000', '133551.150000', '133551.610000', '133552.070000', '133552.530000', '133552.990000', '133553.450000', '133553.910000', '133554.370000', '133554.830000', '133555.290000', '133555.750000', '133556.210000', '133556.670000', '133557.130000', '133557.590000', '133558.050000', '133558.510000', '133558.970000', '133559.430000', '133559.890000', '133600.350000', '133600.810000', '133601.270000', '133601.730000', '133602.190000', '133602.650000', '133603.110000', '133603.570000', '133604.030000', '133604.490000', '133604.950000', '133605.410000', '133605.870000', '133606.330000', '133606.790000', '133607.250000', '133607.710000', '133608.170000', '133608.630000', '133609.090000', '133609.550000', '133610.010000', '133610.470000', '133610.930000', '133611.390000', '133611.850000', '133612.310000', '133612.770000', '133613.230000', '133613.690000', '133614.150000', '133614.610000', '133615.070000', '133615.530000', '133615.990000', '133616.450000', '133616.910000', '133617.370000', '133617.830000', '133618.290000', '133618.750000', '133619.210000', '133619.670000', '133620.130000', '133620.590000', '133621.050000', '133621.510000', '133621.970000', '133622.430000', '133622.890000', '133623.350000', '133623.810000', '133624.270000', '133624.730000', '133625.190000', '133625.650000', '133626.110000', '133626.570000', '133627.030000', '133627.490000', '133627.950000', '133628.410000', '133628.870000', '133629.330000', '133629.790000', '133630.250000', '133630.710000', '133631.170000', '133631.630000', '133632.090000', '133632.550000', '133633.010000', '133633.470000', '133633.930000', '133634.390000', '133634.850000', '133635.310000', '133635.770000', '133636.230000', '133636.690000', '133637.150000', '133637.610000', '133638.070000', '133638.530000', '133638.990000', '133639.450000', '133639.910000', '133640.370000', '133640.830000', '133641.290000', '133641.750000', '133642.210000', '133642.670000', '133643.130000', '133643.590000', '133644.050000', '133644.510000', '133644.970000', '133645.430000', '133645.890000', '133646.350000', '133646.810000', '133647.270000', '133647.730000', '133648.190000', '133648.650000', '133649.110000', '133649.570000', '133650.030000', '133650.490000', '133650.950000', '133651.410000', '133651.870000', '133652.330000', '133652.790000', '133653.250000', '133653.710000', '133654.170000', '133654.630000', '133655.090000', '133655.550000', '133656.010000', '133656.470000', '133656.930000', '133657.390000', '133657.850000', '133658.310000', '133658.770000', '133659.230000', '133659.690000', '133700.150000', '133700.610000', '133701.070000', '133701.530000', '133701.990000', '133702.450000', '133702.910000', '133703.370000', '133703.830000', '133704.290000', '133704.750000', '133705.210000', '133705.670000', '133706.130000', '133706.590000', '133707.050000', '133707.510000', '133707.970000', '133708.430000', '133708.890000', '133709.350000', '133709.810000', '133710.270000', '133710.730000', '133711.190000', '133711.650000', '133712.110000', '133712.570000', '133713.030000', '133713.490000', '133713.950000', '133714.410000', '133714.870000', '133715.330000', '133715.790000', '133716.250000', '133716.710000', '133717.170000', '133717.630000', '133718.090000', '133718.550000', '133719.010000', '133719.470000', '133719.930000', '133720.390000', '133720.850000', '133721.310000', '133721.770000', '133722.230000', '133722.690000', '133723.150000', '133723.610000', '133724.070000', '133724.530000', '133724.990000', '133725.450000', '133725.910000', '133726.370000', '133726.830000', '133727.290000', '133727.750000', '133728.210000', '133728.670000', '133729.130000', '133729.590000', '133730.050000', '133730.510000', '133730.970000', '133731.430000', '133731.890000', '133732.350000', '133732.810000', '133733.270000', '133733.730000', '133734.190000', '133734.650000', '133735.110000', '133735.570000', '133736.030000', '133736.490000', '133736.950000', '133737.410000', '133737.870000', '133738.330000', '133738.790000', '133739.250000', '133739.710000', '133740.170000', '133740.630000', '133741.090000', '133741.550000', '133742.010000', '133742.470000', '133742.930000', '133743.390000', '133743.850000', '133744.310000', '133744.770000', '133745.230000', '133745.690000', '133746.150000', '133746.610000', '133747.070000', '133747.530000', '133747.990000', '133748.450000', '133748.910000', '133749.370000', '133749.830000', '133750.290000', '133750.750000', '133751.210000', '133751.670000', '133752.130000', '133752.590000', '133753.050000', '133753.510000', '133753.970000', '133754.430000', '133754.890000', '133755.350000', '133755.810000', '133756.270000', '133756.730000', '133757.190000', '133757.650000', '133758.110000', '133758.570000', '133759.030000', '133759.490000', '133759.950000', '133800.410000', '133800.870000', '133801.330000', '133801.790000', '133802.250000', '133802.710000', '133803.170000', '133803.630000', '133804.090000', '133804.550000', '133805.010000', '133805.470000', '133805.930000', '133806.390000', '133806.850000', '133807.310000', '133807.770000', '133808.230000', '133808.690000', '133809.150000', '133809.610000', '133810.070000', '133810.530000', '133810.990000', '133811.450000', '133811.910000', '133812.370000', '133812.830000', '133813.290000', '133813.750000', '133814.210000', '133814.670000', '133815.130000', '133815.590000', '133816.050000', '133816.510000', '133816.970000', '133817.430000', '133817.890000', '133818.350000', '133818.810000', '133819.270000', '133819.730000', '133820.190000', '133820.650000', '133821.110000', '133821.570000', '133822.030000', '133822.490000', '133822.950000', '133823.410000', '133823.870000', '133824.330000', '133824.790000', '133825.250000', '133825.710000', '133826.170000', '133826.630000', '133827.090000', '133827.550000', '133828.010000', '133828.470000', '133828.930000', '133829.390000', '133829.850000', '133830.310000', '133830.770000', '133831.230000', '133831.690000', '133832.150000', '133832.610000', '133833.070000', '133833.530000', '133833.990000', '133834.450000', '133834.910000', '133835.370000', '133835.830000', '133836.290000', '133836.750000', '133837.210000', '133837.670000', '133838.130000', '133838.590000', '133839.050000', '133839.510000', '133839.970000', '133840.430000', '133840.890000', '133841.350000', '133841.810000', '133842.270000', '133842.730000', '133843.190000', '133843.650000', '133844.110000'], 'ContentTime': ['133224.750000', '133224.753000', '133224.762000', '133224.764000', '133224.767000', '133224.770000', '133224.772000', '133224.775000', '133224.777000', '133224.780000', '133224.783000', '133224.785000', '133224.788000', '133224.790000', '133224.793000', '133224.796000', '133224.798000', '133224.801000', '133224.803000', '133224.806000', '133224.808000', '133224.811000', '133224.814000', '133224.816000', '133224.819000', '133224.821000', '133224.824000', '133224.826000', '133224.829000', '133224.832000', '133224.834000', '133224.837000', '133224.839000', '133224.842000', '133224.844000', '133224.847000', '133224.849000', '133224.852000', '133224.855000', '133224.857000', '133224.860000', '133224.863000', '133224.865000', '133244.710000', '133244.713000', '133244.716000', '133244.718000', '133244.721000', '133244.723000', '133244.726000', '133244.729000', '133244.731000', '133244.734000', '133244.736000', '133244.739000', '133244.741000', '133244.744000', '133244.746000', '133244.749000', '133244.752000', '133244.754000', '133244.757000', '133244.759000', '133244.762000', '133244.764000', '133244.767000', '133244.770000', '133244.772000', '133244.775000', '133244.777000', '133244.780000', '133244.783000', '133244.785000', '133244.788000', '133244.790000', '133244.793000', '133244.795000', '133244.798000', '133244.800000', '133244.803000', '133244.806000', '133244.808000', '133244.811000', '133244.813000', '133244.816000', '133244.818000', '133244.821000', '133304.710000', '133304.713000', '133304.716000', '133304.718000', '133304.721000', '133304.724000', '133304.726000', '133304.729000', '133304.731000', '133304.734000', '133304.736000', '133304.748000', '133304.751000', '133304.754000', '133304.756000', '133304.759000', '133304.761000', '133304.764000', '133304.766000', '133304.769000', '133304.771000', '133304.776000', '133304.779000', '133304.781000', '133304.784000', '133304.787000', '133304.789000', '133304.792000', '133304.794000', '133304.797000', '133304.799000', '133304.802000', '133304.805000', '133304.807000', '133304.810000', '133304.812000', '133304.815000', '133304.817000', '133304.820000', '133304.823000', '133304.825000', '133304.828000', '133304.831000', '133324.711000', '133324.713000', '133324.716000', '133324.719000', '133324.721000', '133324.724000', '133324.727000', '133324.729000', '133324.732000', '133324.734000', '133324.737000', '133324.739000', '133324.742000', '133324.745000', '133324.747000', '133324.750000', '133324.753000', '133324.755000', '133324.758000', '133324.760000', '133324.763000', '133324.766000', '133324.768000', '133324.771000', '133324.773000', '133324.776000', '133324.779000', '133324.781000', '133324.784000', '133324.786000', '133324.789000', '133324.791000', '133324.794000', '133324.797000', '133324.799000', '133324.802000', '133324.804000', '133324.807000', '133324.810000', '133324.812000', '133324.815000', '133324.817000', '133324.820000', '133324.823000', '133344.711000', '133344.713000', '133344.716000', '133344.719000', '133344.721000', '133344.724000', '133344.726000', '133344.729000', '133344.731000', '133344.734000', '133344.737000', '133344.739000', '133344.742000', '133344.744000', '133344.747000', '133344.750000', '133344.752000', '133344.755000', '133344.758000', '133344.760000', '133344.763000', '133344.765000', '133344.768000', '133344.770000', '133344.773000', '133344.776000', '133344.778000', '133344.781000', '133344.783000', '133344.786000', '133344.789000', '133344.791000', '133344.794000', '133344.796000', '133344.799000', '133344.802000', '133344.804000', '133344.807000', '133344.809000', '133344.814000', '133344.817000', '133344.820000', '133344.822000', '133404.711000', '133404.714000', '133404.716000', '133404.719000', '133404.721000', '133404.724000', '133404.727000', '133404.729000', '133404.732000', '133404.734000', '133404.737000', '133404.739000', '133404.742000', '133404.745000', '133404.747000', '133404.750000', '133404.752000', '133404.755000', '133404.758000', '133404.765000', '133404.768000', '133404.770000', '133404.773000', '133404.776000', '133404.779000', '133404.781000', '133404.784000', '133404.786000', '133404.789000', '133404.792000', '133404.794000', '133404.797000', '133404.799000', '133404.802000', '133404.804000', '133404.807000', '133404.810000', '133404.812000', '133404.815000', '133404.817000', '133404.820000', '133404.822000', '133404.825000', '133424.710000', '133424.713000', '133424.716000', '133424.718000', '133424.721000', '133424.723000', '133424.726000', '133424.729000', '133424.731000', '133424.734000', '133424.736000', '133424.739000', '133424.742000', '133424.744000', '133424.747000', '133424.749000', '133424.752000', '133424.754000', '133424.757000', '133424.760000', '133424.762000', '133424.765000', '133424.767000', '133424.770000', '133424.773000', '133424.775000', '133424.778000', '133424.781000', '133424.783000', '133424.786000', '133424.788000', '133424.791000', '133424.794000', '133424.796000', '133424.799000', '133424.801000', '133424.804000', '133424.807000', '133424.809000', '133424.812000', '133424.814000', '133424.817000', '133424.819000', '133424.822000', '133444.709000', '133444.712000', '133444.715000', '133444.718000', '133444.720000', '133444.723000', '133444.725000', '133444.745000', '133444.747000', '133444.750000', '133444.753000', '133444.755000', '133444.758000', '133444.760000', '133444.763000', '133444.765000', '133444.768000', '133444.771000', '133444.773000', '133444.776000', '133444.778000', '133444.781000', '133444.784000', '133444.787000', '133444.789000', '133444.792000', '133444.795000', '133444.797000', '133444.800000', '133444.802000', '133444.805000', '133444.808000', '133444.810000', '133444.813000', '133444.815000', '133444.818000', '133444.821000', '133444.823000', '133444.826000', '133444.829000', '133444.831000', '133444.834000', '133444.836000', '133444.839000', '133504.710000', '133504.713000', '133504.716000', '133504.719000', '133504.721000', '133504.724000', '133504.726000', '133504.729000', '133504.732000', '133504.734000', '133504.737000', '133504.740000', '133504.742000', '133504.745000', '133504.747000', '133504.750000', '133504.753000', '133504.756000', '133504.758000', '133504.761000', '133504.764000', '133504.766000', '133504.769000', '133504.772000', '133504.774000', '133504.777000', '133504.779000', '133504.782000', '133504.785000', '133504.787000', '133504.790000', '133504.792000', '133504.795000', '133504.798000', '133504.800000', '133504.803000', '133504.806000', '133504.808000', '133504.811000', '133504.814000', '133504.817000', '133504.819000', '133504.822000', '133524.710000', '133524.713000', '133524.716000', '133524.719000', '133524.721000', '133524.724000', '133524.726000', '133524.729000', '133524.732000', '133524.734000', '133524.737000', '133524.739000', '133524.742000', '133524.745000', '133524.747000', '133524.750000', '133524.752000', '133524.755000', '133524.758000', '133524.760000', '133524.763000', '133524.765000', '133524.768000', '133524.771000', '133524.773000', '133524.776000', '133524.778000', '133524.781000', '133524.784000', '133524.786000', '133524.789000', '133524.791000', '133524.794000', '133524.797000', '133524.800000', '133524.802000', '133524.805000', '133524.808000', '133524.810000', '133524.813000', '133524.815000', '133524.818000', '133524.821000', '133544.710000', '133544.713000', '133544.716000', '133544.718000', '133544.721000', '133544.724000', '133544.726000', '133544.729000', '133544.731000', '133544.734000', '133544.737000', '133544.739000', '133544.742000', '133544.744000', '133544.747000', '133544.750000', '133544.752000', '133544.755000', '133544.757000', '133544.760000', '133544.762000', '133544.765000', '133544.768000', '133544.770000', '133544.773000', '133544.776000', '133544.778000', '133544.781000', '133544.783000', '133544.786000', '133544.789000', '133544.791000', '133544.794000', '133544.797000', '133544.799000', '133544.802000', '133544.804000', '133544.807000', '133544.810000', '133544.812000', '133544.815000', '133544.817000', '133544.820000', '133544.823000', '133604.711000', '133604.713000', '133604.716000', '133604.719000', '133604.721000', '133604.724000', '133604.727000', '133604.730000', '133604.732000', '133604.735000', '133604.738000', '133604.740000', '133604.744000', '133604.746000', '133604.749000', '133604.752000', '133604.754000', '133604.757000', '133604.760000', '133604.762000', '133604.765000', '133604.768000', '133604.770000', '133604.773000', '133604.777000', '133604.780000', '133604.782000', '133604.785000', '133604.788000', '133604.790000', '133604.793000', '133604.796000', '133604.799000', '133604.801000', '133604.804000', '133604.807000', '133604.809000', '133604.812000', '133604.815000', '133604.817000', '133604.820000', '133604.823000', '133604.825000', '133624.710000', '133624.713000', '133624.716000', '133624.719000', '133624.721000', '133624.724000', '133624.727000', '133624.729000', '133624.732000', '133624.735000', '133624.737000', '133624.740000', '133624.742000', '133624.745000', '133624.748000', '133624.750000', '133624.753000', '133624.756000', '133624.758000', '133624.761000', '133624.763000', '133624.766000', '133624.769000', '133624.771000', '133624.774000', '133624.776000', '133624.779000', '133624.782000', '133624.784000', '133624.787000', '133624.790000', '133624.793000', '133624.795000', '133624.798000', '133624.801000', '133624.803000', '133624.806000', '133624.808000', '133624.811000', '133624.814000', '133624.816000', '133624.819000', '133624.821000', '133624.824000', '133644.710000', '133644.713000', '133644.716000', '133644.719000', '133644.721000', '133644.724000', '133644.726000', '133644.729000', '133644.732000', '133644.734000', '133644.737000', '133644.740000', '133644.743000', '133644.746000', '133644.748000', '133644.751000', '133644.754000', '133644.756000', '133644.759000', '133644.762000', '133644.764000', '133644.767000', '133644.769000', '133644.772000', '133644.775000', '133644.777000', '133644.780000', '133644.782000', '133644.785000', '133644.787000', '133644.790000', '133644.793000', '133644.795000', '133644.798000', '133644.801000', '133644.803000', '133644.806000', '133644.808000', '133644.811000', '133644.814000', '133644.816000', '133644.819000', '133644.821000', '133704.709000', '133704.712000', '133704.715000', '133704.718000', '133704.720000', '133704.723000', '133704.725000', '133704.728000', '133704.731000', '133704.733000', '133704.736000', '133704.738000', '133704.741000', '133704.744000', '133704.746000', '133704.749000', '133704.751000', '133704.754000', '133704.757000', '133704.764000', '133704.767000', '133704.769000', '133704.772000', '133704.774000', '133704.777000', '133704.780000', '133704.782000', '133704.785000', '133704.787000', '133704.790000', '133704.793000', '133704.795000', '133704.798000', '133704.800000', '133704.803000', '133704.806000', '133704.808000', '133704.811000', '133704.814000', '133704.816000', '133704.819000', '133704.821000', '133704.824000', '133704.826000', '133724.711000', '133724.714000', '133724.716000', '133724.719000', '133724.721000', '133724.724000', '133724.727000', '133724.729000', '133724.732000', '133724.734000', '133724.737000', '133724.739000', '133724.742000', '133724.745000', '133724.747000', '133724.750000', '133724.753000', '133724.755000', '133724.758000', '133724.761000', '133724.764000', '133724.767000', '133724.770000', '133724.772000', '133724.775000', '133724.778000', '133724.780000', '133724.783000', '133724.786000', '133724.788000', '133724.791000', '133724.793000', '133724.796000', '133724.799000', '133724.801000', '133724.804000', '133724.807000', '133724.810000', '133724.816000', '133724.818000', '133724.821000', '133724.824000', '133724.826000', '133744.711000', '133744.714000', '133744.716000', '133744.719000', '133744.722000', '133744.724000', '133744.727000', '133744.729000', '133744.732000', '133744.735000', '133744.737000', '133744.740000', '133744.743000', '133744.745000', '133744.759000', '133744.761000', '133744.764000', '133744.767000', '133744.769000', '133744.772000', '133744.774000', '133744.777000', '133744.780000', '133744.782000', '133744.785000', '133744.787000', '133744.790000', '133744.793000', '133744.795000', '133744.798000', '133744.801000', '133744.803000', '133744.806000', '133744.808000', '133744.811000', '133744.814000', '133744.816000', '133744.819000', '133744.822000', '133744.824000', '133744.827000', '133744.829000', '133744.832000', '133744.835000', '133804.711000', '133804.714000', '133804.716000', '133804.719000', '133804.721000', '133804.724000', '133804.727000', '133804.729000', '133804.732000', '133804.735000', '133804.737000', '133804.740000', '133804.743000', '133804.745000', '133804.748000', '133804.750000', '133804.753000', '133804.756000', '133804.758000', '133804.761000', '133804.763000', '133804.766000', '133804.769000', '133804.771000', '133804.774000', '133804.776000', '133804.779000', '133804.782000', '133804.784000', '133804.787000', '133804.789000', '133804.792000', '133804.795000', '133804.797000', '133804.800000', '133804.802000', '133804.805000', '133804.808000', '133804.810000', '133804.813000', '133804.815000', '133804.818000', '133804.821000', '133824.710000', '133824.713000', '133824.716000', '133824.719000', '133824.721000', '133824.724000', '133824.726000', '133824.729000', '133824.732000', '133824.734000', '133824.737000', '133824.739000', '133824.742000', '133824.744000', '133824.747000', '133824.750000', '133824.752000', '133824.755000', '133824.757000', '133824.760000', '133824.763000', '133824.765000', '133824.768000', '133824.770000', '133824.773000', '133824.775000', '133824.778000', '133824.781000', '133824.783000', '133824.786000', '133824.788000', '133824.791000', '133824.794000', '133824.796000', '133824.799000', '133824.801000', '133824.804000', '133824.807000', '133824.809000', '133824.812000', '133824.814000', '133824.817000', '133824.820000', '133824.822000', '133844.710000', '133844.713000', '133844.716000', '133844.719000', '133844.721000', '133844.724000', '133844.726000', '133844.729000', '133844.731000', '133844.734000', '133844.737000', '133844.739000', '133844.742000', '133844.745000', '133844.747000', '133844.750000', '133844.752000', '133844.755000', '133844.758000', '133844.760000', '133844.763000', '133844.766000', '133844.768000', '133844.771000', '133844.773000', '133844.776000', '133844.779000', '133844.781000', '133844.784000', '133844.787000', '133844.789000', '133844.792000', '133844.795000', '133844.798000', '133844.801000', '133844.804000', '133844.806000', '133844.809000', '133844.811000', '133844.814000', '133844.817000', '133844.819000', '133844.822000', '133845.713000', '133845.716000', '133845.719000'], 'InstanceCreationTime': ['133224.750000', '133224.753000', '133224.762000', '133224.764000', '133224.767000', '133224.770000', '133224.772000', '133224.775000', '133224.777000', '133224.780000', '133224.783000', '133224.785000', '133224.788000', '133224.790000', '133224.793000', '133224.796000', '133224.798000', '133224.801000', '133224.803000', '133224.806000', '133224.808000', '133224.811000', '133224.814000', '133224.816000', '133224.819000', '133224.821000', '133224.824000', '133224.826000', '133224.829000', '133224.832000', '133224.834000', '133224.837000', '133224.839000', '133224.842000', '133224.844000', '133224.847000', '133224.849000', '133224.852000', '133224.855000', '133224.857000', '133224.860000', '133224.863000', '133224.865000', '133244.710000', '133244.713000', '133244.716000', '133244.718000', '133244.721000', '133244.723000', '133244.726000', '133244.729000', '133244.731000', '133244.734000', '133244.736000', '133244.739000', '133244.741000', '133244.744000', '133244.746000', '133244.749000', '133244.752000', '133244.754000', '133244.757000', '133244.759000', '133244.762000', '133244.764000', '133244.767000', '133244.770000', '133244.772000', '133244.775000', '133244.777000', '133244.780000', '133244.783000', '133244.785000', '133244.788000', '133244.790000', '133244.793000', '133244.795000', '133244.798000', '133244.800000', '133244.803000', '133244.806000', '133244.808000', '133244.811000', '133244.813000', '133244.816000', '133244.818000', '133244.821000', '133304.710000', '133304.713000', '133304.716000', '133304.718000', '133304.721000', '133304.724000', '133304.726000', '133304.729000', '133304.731000', '133304.734000', '133304.736000', '133304.748000', '133304.751000', '133304.754000', '133304.756000', '133304.759000', '133304.761000', '133304.764000', '133304.766000', '133304.769000', '133304.771000', '133304.776000', '133304.779000', '133304.781000', '133304.784000', '133304.787000', '133304.789000', '133304.792000', '133304.794000', '133304.797000', '133304.799000', '133304.802000', '133304.805000', '133304.807000', '133304.810000', '133304.812000', '133304.815000', '133304.817000', '133304.820000', '133304.823000', '133304.825000', '133304.828000', '133304.831000', '133324.711000', '133324.713000', '133324.716000', '133324.719000', '133324.721000', '133324.724000', '133324.727000', '133324.729000', '133324.732000', '133324.734000', '133324.737000', '133324.739000', '133324.742000', '133324.745000', '133324.747000', '133324.750000', '133324.753000', '133324.755000', '133324.758000', '133324.760000', '133324.763000', '133324.766000', '133324.768000', '133324.771000', '133324.773000', '133324.776000', '133324.779000', '133324.781000', '133324.784000', '133324.786000', '133324.789000', '133324.791000', '133324.794000', '133324.797000', '133324.799000', '133324.802000', '133324.804000', '133324.807000', '133324.810000', '133324.812000', '133324.815000', '133324.817000', '133324.820000', '133324.823000', '133344.711000', '133344.713000', '133344.716000', '133344.719000', '133344.721000', '133344.724000', '133344.726000', '133344.729000', '133344.731000', '133344.734000', '133344.737000', '133344.739000', '133344.742000', '133344.744000', '133344.747000', '133344.750000', '133344.752000', '133344.755000', '133344.758000', '133344.760000', '133344.763000', '133344.765000', '133344.768000', '133344.770000', '133344.773000', '133344.776000', '133344.778000', '133344.781000', '133344.783000', '133344.786000', '133344.789000', '133344.791000', '133344.794000', '133344.796000', '133344.799000', '133344.802000', '133344.804000', '133344.807000', '133344.809000', '133344.814000', '133344.817000', '133344.820000', '133344.822000', '133404.711000', '133404.714000', '133404.716000', '133404.719000', '133404.721000', '133404.724000', '133404.727000', '133404.729000', '133404.732000', '133404.734000', '133404.737000', '133404.739000', '133404.742000', '133404.745000', '133404.747000', '133404.750000', '133404.752000', '133404.755000', '133404.758000', '133404.765000', '133404.768000', '133404.770000', '133404.773000', '133404.776000', '133404.779000', '133404.781000', '133404.784000', '133404.786000', '133404.789000', '133404.792000', '133404.794000', '133404.797000', '133404.799000', '133404.802000', '133404.804000', '133404.807000', '133404.810000', '133404.812000', '133404.815000', '133404.817000', '133404.820000', '133404.822000', '133404.825000', '133424.710000', '133424.713000', '133424.716000', '133424.718000', '133424.721000', '133424.723000', '133424.726000', '133424.729000', '133424.731000', '133424.734000', '133424.736000', '133424.739000', '133424.742000', '133424.744000', '133424.747000', '133424.749000', '133424.752000', '133424.754000', '133424.757000', '133424.760000', '133424.762000', '133424.765000', '133424.767000', '133424.770000', '133424.773000', '133424.775000', '133424.778000', '133424.781000', '133424.783000', '133424.786000', '133424.788000', '133424.791000', '133424.794000', '133424.796000', '133424.799000', '133424.801000', '133424.804000', '133424.807000', '133424.809000', '133424.812000', '133424.814000', '133424.817000', '133424.819000', '133424.822000', '133444.709000', '133444.712000', '133444.715000', '133444.718000', '133444.720000', '133444.723000', '133444.725000', '133444.745000', '133444.747000', '133444.750000', '133444.753000', '133444.755000', '133444.758000', '133444.760000', '133444.763000', '133444.765000', '133444.768000', '133444.771000', '133444.773000', '133444.776000', '133444.778000', '133444.781000', '133444.784000', '133444.787000', '133444.789000', '133444.792000', '133444.795000', '133444.797000', '133444.800000', '133444.802000', '133444.805000', '133444.808000', '133444.810000', '133444.813000', '133444.815000', '133444.818000', '133444.821000', '133444.823000', '133444.826000', '133444.829000', '133444.831000', '133444.834000', '133444.836000', '133444.839000', '133504.710000', '133504.713000', '133504.716000', '133504.719000', '133504.721000', '133504.724000', '133504.726000', '133504.729000', '133504.732000', '133504.734000', '133504.737000', '133504.740000', '133504.742000', '133504.745000', '133504.747000', '133504.750000', '133504.753000', '133504.756000', '133504.758000', '133504.761000', '133504.764000', '133504.766000', '133504.769000', '133504.772000', '133504.774000', '133504.777000', '133504.779000', '133504.782000', '133504.785000', '133504.787000', '133504.790000', '133504.792000', '133504.795000', '133504.798000', '133504.800000', '133504.803000', '133504.806000', '133504.808000', '133504.811000', '133504.814000', '133504.817000', '133504.819000', '133504.822000', '133524.710000', '133524.713000', '133524.716000', '133524.719000', '133524.721000', '133524.724000', '133524.726000', '133524.729000', '133524.732000', '133524.734000', '133524.737000', '133524.739000', '133524.742000', '133524.745000', '133524.747000', '133524.750000', '133524.752000', '133524.755000', '133524.758000', '133524.760000', '133524.763000', '133524.765000', '133524.768000', '133524.771000', '133524.773000', '133524.776000', '133524.778000', '133524.781000', '133524.784000', '133524.786000', '133524.789000', '133524.791000', '133524.794000', '133524.797000', '133524.800000', '133524.802000', '133524.805000', '133524.808000', '133524.810000', '133524.813000', '133524.815000', '133524.818000', '133524.821000', '133544.710000', '133544.713000', '133544.716000', '133544.718000', '133544.721000', '133544.724000', '133544.726000', '133544.729000', '133544.731000', '133544.734000', '133544.737000', '133544.739000', '133544.742000', '133544.744000', '133544.747000', '133544.750000', '133544.752000', '133544.755000', '133544.757000', '133544.760000', '133544.762000', '133544.765000', '133544.768000', '133544.770000', '133544.773000', '133544.776000', '133544.778000', '133544.781000', '133544.783000', '133544.786000', '133544.789000', '133544.791000', '133544.794000', '133544.797000', '133544.799000', '133544.802000', '133544.804000', '133544.807000', '133544.810000', '133544.812000', '133544.815000', '133544.817000', '133544.820000', '133544.823000', '133604.711000', '133604.713000', '133604.716000', '133604.719000', '133604.721000', '133604.724000', '133604.727000', '133604.730000', '133604.732000', '133604.735000', '133604.738000', '133604.740000', '133604.744000', '133604.746000', '133604.749000', '133604.752000', '133604.754000', '133604.757000', '133604.760000', '133604.762000', '133604.765000', '133604.768000', '133604.770000', '133604.773000', '133604.777000', '133604.780000', '133604.782000', '133604.785000', '133604.788000', '133604.790000', '133604.793000', '133604.796000', '133604.799000', '133604.801000', '133604.804000', '133604.807000', '133604.809000', '133604.812000', '133604.815000', '133604.817000', '133604.820000', '133604.823000', '133604.825000', '133624.710000', '133624.713000', '133624.716000', '133624.719000', '133624.721000', '133624.724000', '133624.727000', '133624.729000', '133624.732000', '133624.735000', '133624.737000', '133624.740000', '133624.742000', '133624.745000', '133624.748000', '133624.750000', '133624.753000', '133624.756000', '133624.758000', '133624.761000', '133624.763000', '133624.766000', '133624.769000', '133624.771000', '133624.774000', '133624.776000', '133624.779000', '133624.782000', '133624.784000', '133624.787000', '133624.790000', '133624.793000', '133624.795000', '133624.798000', '133624.801000', '133624.803000', '133624.806000', '133624.808000', '133624.811000', '133624.814000', '133624.816000', '133624.819000', '133624.821000', '133624.824000', '133644.710000', '133644.713000', '133644.716000', '133644.719000', '133644.721000', '133644.724000', '133644.726000', '133644.729000', '133644.732000', '133644.734000', '133644.737000', '133644.740000', '133644.743000', '133644.746000', '133644.748000', '133644.751000', '133644.754000', '133644.756000', '133644.759000', '133644.762000', '133644.764000', '133644.767000', '133644.769000', '133644.772000', '133644.775000', '133644.777000', '133644.780000', '133644.782000', '133644.785000', '133644.787000', '133644.790000', '133644.793000', '133644.795000', '133644.798000', '133644.801000', '133644.803000', '133644.806000', '133644.808000', '133644.811000', '133644.814000', '133644.816000', '133644.819000', '133644.821000', '133704.709000', '133704.712000', '133704.715000', '133704.718000', '133704.720000', '133704.723000', '133704.725000', '133704.728000', '133704.731000', '133704.733000', '133704.736000', '133704.738000', '133704.741000', '133704.744000', '133704.746000', '133704.749000', '133704.751000', '133704.754000', '133704.757000', '133704.764000', '133704.767000', '133704.769000', '133704.772000', '133704.774000', '133704.777000', '133704.780000', '133704.782000', '133704.785000', '133704.787000', '133704.790000', '133704.793000', '133704.795000', '133704.798000', '133704.800000', '133704.803000', '133704.806000', '133704.808000', '133704.811000', '133704.814000', '133704.816000', '133704.819000', '133704.821000', '133704.824000', '133704.826000', '133724.711000', '133724.714000', '133724.716000', '133724.719000', '133724.721000', '133724.724000', '133724.727000', '133724.729000', '133724.732000', '133724.734000', '133724.737000', '133724.739000', '133724.742000', '133724.745000', '133724.747000', '133724.750000', '133724.753000', '133724.755000', '133724.758000', '133724.761000', '133724.764000', '133724.767000', '133724.770000', '133724.772000', '133724.775000', '133724.778000', '133724.780000', '133724.783000', '133724.786000', '133724.788000', '133724.791000', '133724.793000', '133724.796000', '133724.799000', '133724.801000', '133724.804000', '133724.807000', '133724.810000', '133724.816000', '133724.818000', '133724.821000', '133724.824000', '133724.826000', '133744.711000', '133744.714000', '133744.716000', '133744.719000', '133744.722000', '133744.724000', '133744.727000', '133744.729000', '133744.732000', '133744.735000', '133744.737000', '133744.740000', '133744.743000', '133744.745000', '133744.759000', '133744.761000', '133744.764000', '133744.767000', '133744.769000', '133744.772000', '133744.774000', '133744.777000', '133744.780000', '133744.782000', '133744.785000', '133744.787000', '133744.790000', '133744.793000', '133744.795000', '133744.798000', '133744.801000', '133744.803000', '133744.806000', '133744.808000', '133744.811000', '133744.814000', '133744.816000', '133744.819000', '133744.822000', '133744.824000', '133744.827000', '133744.829000', '133744.832000', '133744.835000', '133804.711000', '133804.714000', '133804.716000', '133804.719000', '133804.721000', '133804.724000', '133804.727000', '133804.729000', '133804.732000', '133804.735000', '133804.737000', '133804.740000', '133804.743000', '133804.745000', '133804.748000', '133804.750000', '133804.753000', '133804.756000', '133804.758000', '133804.761000', '133804.763000', '133804.766000', '133804.769000', '133804.771000', '133804.774000', '133804.776000', '133804.779000', '133804.782000', '133804.784000', '133804.787000', '133804.789000', '133804.792000', '133804.795000', '133804.797000', '133804.800000', '133804.802000', '133804.805000', '133804.808000', '133804.810000', '133804.813000', '133804.815000', '133804.818000', '133804.821000', '133824.710000', '133824.713000', '133824.716000', '133824.719000', '133824.721000', '133824.724000', '133824.726000', '133824.729000', '133824.732000', '133824.734000', '133824.737000', '133824.739000', '133824.742000', '133824.744000', '133824.747000', '133824.750000', '133824.752000', '133824.755000', '133824.757000', '133824.760000', '133824.763000', '133824.765000', '133824.768000', '133824.770000', '133824.773000', '133824.775000', '133824.778000', '133824.781000', '133824.783000', '133824.786000', '133824.788000', '133824.791000', '133824.794000', '133824.796000', '133824.799000', '133824.801000', '133824.804000', '133824.807000', '133824.809000', '133824.812000', '133824.814000', '133824.817000', '133824.820000', '133824.822000', '133844.710000', '133844.713000', '133844.716000', '133844.719000', '133844.721000', '133844.724000', '133844.726000', '133844.729000', '133844.731000', '133844.734000', '133844.737000', '133844.739000', '133844.742000', '133844.745000', '133844.747000', '133844.750000', '133844.752000', '133844.755000', '133844.758000', '133844.760000', '133844.763000', '133844.766000', '133844.768000', '133844.771000', '133844.773000', '133844.776000', '133844.779000', '133844.781000', '133844.784000', '133844.787000', '133844.789000', '133844.792000', '133844.795000', '133844.798000', '133844.801000', '133844.804000', '133844.806000', '133844.809000', '133844.811000', '133844.814000', '133844.817000', '133844.819000', '133844.822000', '133845.713000', '133845.716000', '133845.719000'], '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': [8877, 10167, 7953, 8872, 9237, 8467, 10293, 8034, 9358, 9471, 8388, 9717, 7979, 8870, 8262, 8306, 10373, 7931, 9257, 7660, 8565, 11593, 7906, 9646, 8185, 8263, 10449, 7764, 9139, 7877, 8334, 9201, 7831, 9651, 7668, 8852, 7876, 7985, 10557, 8127, 9258, 7854, 9094, 8751, 8173, 10387, 8542, 9482, 8869, 9184, 8113, 8622, 11900, 8290, 10072, 9156, 9230, 10943, 8363, 10681, 8291, 9670, 8818, 8931, 11771, 7951, 9772, 7973, 9608, 8254, 8663, 10505, 7953, 9343, 7928, 9010, 8306, 8110, 10991, 8431, 9338, 8239, 8742, 12667, 8142, 10355, 8601, 9224, 8336, 8934, 10863, 8180, 9346, 8187, 9109, 10254, 7959, 9763, 8285, 9065, 8559, 8221, 9667, 7834, 9036, 8067, 8458, 8887, 7731, 9529, 8308, 9067, 8463, 8185, 10317, 7795, 9539, 7771, 8567, 9293, 8157, 10915, 8338, 9564, 8929, 9036, 10376, 8120, 9447, 8133, 8792, 9625, 8110, 10131, 7916, 9519, 8313, 8439, 11488, 8158, 10041, 7968, 9101, 8352, 8323, 11681, 7956, 9636, 7975, 8578, 12529, 8094, 10791, 8190, 9425, 8577, 8548, 11095, 8163, 9235, 8689, 9149, 9405, 8314, 9491, 7741, 8866, 8285, 8293, 9180, 7900, 9728, 8248, 8605, 7880, 8505, 10093, 8074, 9488, 8628, 8630, 9401, 8111, 10021, 8481, 8910, 8290, 8342, 11047, 7720, 9452, 7662, 8597, 7813, 8020, 10061, 8182, 9032, 7655, 8409, 8595, 7957, 9767, 7814, 8735, 8242, 8004, 11073, 8219, 9117, 8285, 8453, 11430, 8469, 9770, 8230, 8789, 8043, 8158, 11637, 8444, 9085, 8016, 8512, 10273, 8058, 10611, 7993, 8909, 8139, 8747, 10176, 7768, 8830, 8072, 8089, 10385, 7894, 9157, 8018, 8424, 11931, 7908, 9782, 8453, 8648, 8442, 8432, 9863, 7651, 8858, 8263, 8376, 8631, 8449, 9579, 8262, 9025, 8063, 8738, 9966, 8172, 10706, 8695, 8554, 9975, 8344, 10251, 7980, 9241, 8326, 8309, 10473, 7553, 8992, 7728, 9036, 8379, 8435, 10361, 7881, 9419, 7878, 8539, 9459, 7891, 10094, 8715, 9035, 9727, 8259, 10768, 8133, 9397, 8345, 8374, 10547, 7575, 9515, 8003, 8464, 7891, 7608, 10033, 8452, 8688, 8042, 8086, 10305, 7863, 9367, 8539, 8266, 9340, 7659, 9808, 8240, 8677, 8665, 8716, 9873, 7920, 9720, 8168, 8614, 8366, 8157, 11384, 8491, 9208, 7792, 8292, 11133, 7787, 9527, 8173, 8459, 7896, 8393, 10184, 7740, 8775, 8334, 8583, 9211, 8017, 9850, 8111, 8614, 8204, 7912, 11556, 8115, 9182, 8379, 8059, 11411, 7877, 10309, 8600, 8621, 8393, 8143, 9810, 8397, 8675, 8234, 7809, 10902, 8084, 9382, 8492, 8474, 10121, 7554, 9503, 8220, 9024, 8532, 8642, 10259, 7949, 9552, 7798, 8429, 8251, 8090, 9926, 8249, 9022, 8542, 8228, 10744, 7611, 9501, 8396, 9040, 8532, 8401, 10144, 7804, 8816, 7841, 8117, 9971, 7891, 10062, 8621, 8580, 7320, 7768, 10611, 8049, 10516, 8196, 8517, 8711, 8227, 10523, 7770, 9472, 8563, 8717, 8652, 8155, 10095, 7747, 8970, 7933, 8067, 8131, 8201, 9815, 8469, 8645, 7730, 7909, 10375, 8043, 9416, 8518, 8798, 9242, 8162, 10187, 7789, 8908, 7896, 8175, 7732, 8249, 9517, 7848, 8898, 8077, 8110, 8641, 8252, 9840, 8520, 8635, 7416, 8020, 10499, 7855, 9695, 8322, 8890, 8579, 8282, 11184, 8432, 9819, 8529, 9444, 11046, 8190, 9943, 8782, 8613, 10986, 7889, 10380, 8323, 8944, 8603, 8356, 9690, 7787, 9926, 8285, 9418, 8810, 8636, 10460, 8396, 9314, 8305, 8106, 10976, 8309, 9529, 8949, 8339, 9810, 7645, 9879, 8300, 9150, 8285, 8616, 9724, 7898, 10071, 7784, 8760, 8123, 8096, 10140, 8409, 9603, 7969, 8549, 8086, 8478, 11875, 8603, 9228, 8833, 8288, 9919, 8020, 10949, 8702, 9121, 9004, 8468, 10378, 8144, 9498, 8901, 8992, 8920, 8768, 10521, 8491, 9335, 8176, 8297, 8799, 8218, 10588, 9052, 8596, 8350, 8353, 10291, 8644, 8917, 8722, 8687, 10149, 8626, 9012, 8245, 7974, 9982, 7862, 10416, 8956, 8843, 8403, 8144, 10419, 8563, 8529, 8808, 8157, 10131, 8207, 9322, 8135, 8431, 8500, 8633, 10669, 8917, 8797, 8772, 8286, 9654, 8360, 11197, 9112, 8907, 8873, 7819, 10324, 8933, 9328, 8829, 8578, 11081, 8543, 9384, 8770, 8556, 8681, 9009, 8608, 8219, 9706, 8719, 10512, 8589, 8999, 11589, 8141, 11519, 8381, 9498, 8864, 8945, 11941, 8186, 9720, 8757, 9174, 9194, 8638, 10228, 8623, 9027, 7799, 8263, 8181, 8179, 10599, 8787, 8948, 8612, 8625, 10242, 7886, 8893, 8624, 8467, 9230, 7849, 9451, 7818, 8663, 8406, 8242, 9544, 8444, 9449, 7916, 8810, 8196, 8191, 11460, 8264, 9234, 8736, 8527, 11808, 8168, 10463, 8673, 9612, 9272, 8240, 11230, 8353, 9613, 8732, 9172, 9759, 7990, 10174, 9026, 8830, 9696, 7705, 9975, 8556, 8505, 8677, 8280, 10557, 7669, 9495, 8727, 8948, 8862, 8253, 11067, 9201, 9008, 10731, 7995, 10740, 8257, 9172, 8745, 8539, 10749, 7658, 8982, 8238, 8469, 8669, 8265, 10531, 8313, 9191, 8946, 8927, 9355, 8762, 9595, 9657, 9557, 10188, 9022, 9669, 8627, 10746, 9776, 9558, 9699, 9297, 9773, 9089, 10998, 9313, 10381, 9877, 9181, 9854, 8870, 10946, 10038, 9392, 9836, 8771, 10443, 9021, 10650, 9963, 8737, 8994, 8533, 9997, 9088, 9546, 9357, 8790, 10553, 8682, 9684, 8604, 8522, 9173, 8875, 10212, 9107, 8605, 9239, 8533, 10041, 8766, 8662, 9357, 8248, 9677, 8433, 8680, 8649, 8051, 10239, 8499, 9799, 9233, 8603, 8931, 8216, 9763, 8987, 8694, 9059, 8684, 10211, 8749, 9591, 9357, 8762, 8901, 8380, 12054, 8981, 9787, 9468, 8494, 9231, 8456, 11701, 8451, 9896, 9794, 8519, 10231, 8557, 10729, 9168, 9000, 9733, 9089, 11010, 8843, 9585, 9721, 8900, 9674, 8748, 10843, 9217, 9027, 9392, 8174, 11316, 8646, 9407, 9895, 8670, 8836, 8342, 10289, 8947, 9135, 9295, 8892, 9901, 8553, 10213, 9375, 9275, 9279, 8914, 10852, 9679, 9085, 8777, 8546, 10375, 9058, 8799, 8989, 8448, 10117, 8805, 8631, 8154, 7608, 10750, 8405, 9456, 8295, 8628, 9509, 8242], 'WindowCenter': [4368.0, 4351.0, 4317.0, 4325.0, 4323.0, 4325.0, 4335.0, 4314.0, 4335.0, 4333.0, 4325.0, 4322.0, 4329.0, 4324.0, 4313.0, 4326.0, 4334.0, 4313.0, 4322.0, 4301.0, 4322.0, 4332.0, 4311.0, 4321.0, 4312.0, 4324.0, 4343.0, 4327.0, 4334.0, 4314.0, 4324.0, 4324.0, 4325.0, 4337.0, 4315.0, 4325.0, 4313.0, 4325.0, 4345.0, 4327.0, 4337.0, 4315.0, 4325.0, 4322.0, 4314.0, 4335.0, 4326.0, 4335.0, 4338.0, 4336.0, 4314.0, 4324.0, 4344.0, 4314.0, 4333.0, 4322.0, 4335.0, 4344.0, 4313.0, 4332.0, 4314.0, 4321.0, 4322.0, 4323.0, 4342.0, 4312.0, 4321.0, 4312.0, 4322.0, 4311.0, 4322.0, 4332.0, 4313.0, 4323.0, 4314.0, 4324.0, 4312.0, 4313.0, 4332.0, 4312.0, 4322.0, 4313.0, 4322.0, 4341.0, 4301.0, 4319.0, 4310.0, 4309.0, 4300.0, 4311.0, 4329.0, 4310.0, 4319.0, 4312.0, 4323.0, 4320.0, 4310.0, 4319.0, 4310.0, 4322.0, 4311.0, 4310.0, 4319.0, 4304.0, 4321.0, 4312.0, 4323.0, 4334.0, 4315.0, 4335.0, 4324.0, 4326.0, 4310.0, 4325.0, 4333.0, 4314.0, 4335.0, 4316.0, 4325.0, 4322.0, 4313.0, 4333.0, 4313.0, 4335.0, 4336.0, 4336.0, 4333.0, 4325.0, 4334.0, 4313.0, 4325.0, 4334.0, 4324.0, 4335.0, 4316.0, 4335.0, 4324.0, 4325.0, 4354.0, 4326.0, 4334.0, 4314.0, 4322.0, 4312.0, 4313.0, 4343.0, 4312.0, 4323.0, 4314.0, 4325.0, 4342.0, 4314.0, 4332.0, 4312.0, 4322.0, 4311.0, 4312.0, 4332.0, 4312.0, 4323.0, 4324.0, 4323.0, 4322.0, 4312.0, 4321.0, 4312.0, 4321.0, 4311.0, 4312.0, 4320.0, 4311.0, 4322.0, 4324.0, 4323.0, 4313.0, 4322.0, 4332.0, 4314.0, 4322.0, 4309.0, 4322.0, 4323.0, 4316.0, 4322.0, 4312.0, 4313.0, 4311.0, 4313.0, 4334.0, 4315.0, 4334.0, 4314.0, 4314.0, 4302.0, 4313.0, 4323.0, 4312.0, 4323.0, 4314.0, 4314.0, 4313.0, 4313.0, 4333.0, 4312.0, 4324.0, 4313.0, 4326.0, 4346.0, 4314.0, 4324.0, 4313.0, 4324.0, 4343.0, 4314.0, 4333.0, 4326.0, 4324.0, 4313.0, 4313.0, 4331.0, 4312.0, 4322.0, 4313.0, 4313.0, 4321.0, 4303.0, 4331.0, 4302.0, 4322.0, 4300.0, 4311.0, 4332.0, 4302.0, 4312.0, 4300.0, 4302.0, 4319.0, 4301.0, 4321.0, 4312.0, 4314.0, 4344.0, 4313.0, 4320.0, 4311.0, 4311.0, 4312.0, 4313.0, 4320.0, 4314.0, 4322.0, 4312.0, 4314.0, 4313.0, 4326.0, 4333.0, 4325.0, 4325.0, 4313.0, 4325.0, 4332.0, 4324.0, 4344.0, 4323.0, 4326.0, 4332.0, 4312.0, 4322.0, 4313.0, 4323.0, 4313.0, 4314.0, 4344.0, 4314.0, 4322.0, 4313.0, 4323.0, 4314.0, 4313.0, 4335.0, 4314.0, 4337.0, 4315.0, 4325.0, 4323.0, 4313.0, 4332.0, 4312.0, 4323.0, 4324.0, 4314.0, 4333.0, 4303.0, 4310.0, 4301.0, 4311.0, 4321.0, 4302.0, 4323.0, 4313.0, 4312.0, 4302.0, 4302.0, 4321.0, 4310.0, 4325.0, 4313.0, 4313.0, 4321.0, 4312.0, 4323.0, 4312.0, 4313.0, 4322.0, 4314.0, 4323.0, 4325.0, 4315.0, 4312.0, 4313.0, 4322.0, 4314.0, 4334.0, 4313.0, 4313.0, 4313.0, 4315.0, 4343.0, 4313.0, 4325.0, 4314.0, 4313.0, 4332.0, 4303.0, 4323.0, 4310.0, 4312.0, 4312.0, 4313.0, 4333.0, 4303.0, 4312.0, 4311.0, 4315.0, 4321.0, 4314.0, 4321.0, 4313.0, 4323.0, 4312.0, 4313.0, 4332.0, 4302.0, 4322.0, 4313.0, 4315.0, 4343.0, 4302.0, 4321.0, 4325.0, 4323.0, 4312.0, 4312.0, 4322.0, 4311.0, 4312.0, 4309.0, 4301.0, 4330.0, 4311.0, 4335.0, 4312.0, 4313.0, 4333.0, 4303.0, 4321.0, 4312.0, 4323.0, 4311.0, 4313.0, 4320.0, 4314.0, 4332.0, 4303.0, 4313.0, 4311.0, 4313.0, 4321.0, 4312.0, 4312.0, 4312.0, 4315.0, 4334.0, 4302.0, 4322.0, 4311.0, 4312.0, 4310.0, 4313.0, 4332.0, 4314.0, 4324.0, 4314.0, 4313.0, 4322.0, 4302.0, 4320.0, 4310.0, 4315.0, 4302.0, 4305.0, 4331.0, 4302.0, 4331.0, 4312.0, 4311.0, 4311.0, 4313.0, 4335.0, 4303.0, 4322.0, 4313.0, 4312.0, 4311.0, 4312.0, 4335.0, 4313.0, 4323.0, 4302.0, 4313.0, 4302.0, 4313.0, 4323.0, 4314.0, 4324.0, 4315.0, 4313.0, 4322.0, 4301.0, 4323.0, 4311.0, 4326.0, 4324.0, 4314.0, 4332.0, 4302.0, 4312.0, 4303.0, 4313.0, 4302.0, 4314.0, 4321.0, 4314.0, 4325.0, 4313.0, 4313.0, 4323.0, 4326.0, 4334.0, 4324.0, 4339.0, 4314.0, 4316.0, 4333.0, 4313.0, 4322.0, 4324.0, 4324.0, 4325.0, 4327.0, 4345.0, 4315.0, 4335.0, 4313.0, 4322.0, 4332.0, 4312.0, 4323.0, 4311.0, 4312.0, 4330.0, 4301.0, 4319.0, 4311.0, 4323.0, 4311.0, 4324.0, 4322.0, 4303.0, 4320.0, 4311.0, 4323.0, 4322.0, 4324.0, 4332.0, 4324.0, 4323.0, 4312.0, 4312.0, 4332.0, 4312.0, 4321.0, 4311.0, 4313.0, 4334.0, 4303.0, 4321.0, 4312.0, 4322.0, 4311.0, 4323.0, 4335.0, 4314.0, 4335.0, 4314.0, 4324.0, 4313.0, 4315.0, 4334.0, 4324.0, 4335.0, 4326.0, 4326.0, 4314.0, 4328.0, 4344.0, 4324.0, 4322.0, 4324.0, 4327.0, 4334.0, 4313.0, 4334.0, 4324.0, 4323.0, 4323.0, 4313.0, 4334.0, 4315.0, 4326.0, 4325.0, 4324.0, 4323.0, 4324.0, 4331.0, 4325.0, 4335.0, 4324.0, 4312.0, 4312.0, 4312.0, 4332.0, 4322.0, 4313.0, 4312.0, 4314.0, 4334.0, 4312.0, 4312.0, 4311.0, 4311.0, 4321.0, 4311.0, 4312.0, 4313.0, 4312.0, 4321.0, 4302.0, 4332.0, 4312.0, 4322.0, 4314.0, 4314.0, 4332.0, 4313.0, 4311.0, 4312.0, 4312.0, 4330.0, 4313.0, 4323.0, 4313.0, 4314.0, 4313.0, 4325.0, 4333.0, 4325.0, 4326.0, 4324.0, 4326.0, 4325.0, 4316.0, 4344.0, 4324.0, 4325.0, 4325.0, 4316.0, 4333.0, 4324.0, 4325.0, 4322.0, 4313.0, 4332.0, 4312.0, 4325.0, 4325.0, 4327.0, 4324.0, 4323.0, 4311.0, 4313.0, 4324.0, 4326.0, 4348.0, 4337.0, 4338.0, 4344.0, 4312.0, 4344.0, 4313.0, 4320.0, 4309.0, 4312.0, 4342.0, 4312.0, 4322.0, 4313.0, 4322.0, 4321.0, 4312.0, 4319.0, 4311.0, 4322.0, 4303.0, 4311.0, 4310.0, 4312.0, 4321.0, 4309.0, 4310.0, 4311.0, 4314.0, 4321.0, 4303.0, 4311.0, 4313.0, 4313.0, 4323.0, 4314.0, 4334.0, 4315.0, 4324.0, 4314.0, 4325.0, 4323.0, 4313.0, 4334.0, 4317.0, 4324.0, 4314.0, 4315.0, 4344.0, 4314.0, 4323.0, 4312.0, 4326.0, 4343.0, 4315.0, 4333.0, 4314.0, 4321.0, 4322.0, 4300.0, 4345.0, 4314.0, 4322.0, 4312.0, 4323.0, 4323.0, 4303.0, 4324.0, 4312.0, 4312.0, 4323.0, 4303.0, 4322.0, 4312.0, 4313.0, 4312.0, 4312.0, 4333.0, 4313.0, 4334.0, 4323.0, 4325.0, 4323.0, 4314.0, 4332.0, 4323.0, 4324.0, 4333.0, 4299.0, 4331.0, 4314.0, 4322.0, 4311.0, 4311.0, 4332.0, 4315.0, 4322.0, 4312.0, 4312.0, 4310.0, 4312.0, 4330.0, 4315.0, 4324.0, 4323.0, 4313.0, 4325.0, 4315.0, 4312.0, 4322.0, 4311.0, 4318.0, 4325.0, 4324.0, 4313.0, 4336.0, 4335.0, 4325.0, 4312.0, 4324.0, 4311.0, 4311.0, 4331.0, 4310.0, 4321.0, 4322.0, 4310.0, 4309.0, 4310.0, 4321.0, 4308.0, 4299.0, 4308.0, 4287.0, 4306.0, 4300.0, 4307.0, 4308.0, 4299.0, 4298.0, 4299.0, 4308.0, 4298.0, 4307.0, 4310.0, 4311.0, 4322.0, 4312.0, 4320.0, 4311.0, 4310.0, 4310.0, 4312.0, 4322.0, 4311.0, 4313.0, 4313.0, 4313.0, 4322.0, 4313.0, 4312.0, 4310.0, 4314.0, 4322.0, 4312.0, 4313.0, 4314.0, 4314.0, 4322.0, 4315.0, 4323.0, 4321.0, 4314.0, 4324.0, 4325.0, 4334.0, 4315.0, 4311.0, 4322.0, 4324.0, 4335.0, 4326.0, 4336.0, 4335.0, 4316.0, 4312.0, 4315.0, 4343.0, 4324.0, 4335.0, 4334.0, 4326.0, 4324.0, 4314.0, 4334.0, 4314.0, 4322.0, 4323.0, 4324.0, 4335.0, 4314.0, 4331.0, 4322.0, 4326.0, 4334.0, 4324.0, 4335.0, 4325.0, 4322.0, 4322.0, 4310.0, 4309.0, 4311.0, 4321.0, 4310.0, 4312.0, 4310.0, 4298.0, 4318.0, 4298.0, 4298.0, 4309.0, 4299.0, 4310.0, 4299.0, 4321.0, 4311.0, 4311.0, 4310.0, 4310.0, 4322.0, 4313.0, 4321.0, 4311.0, 4312.0, 4310.0, 4312.0, 4320.0, 4320.0, 4312.0, 4312.0, 4324.0, 4333.0, 4311.0, 4300.0, 4298.0, 4299.0, 4309.0, 4309.0, 4310.0, 4300.0, 4302.0, 4331.0, 4313.0, 4323.0, 4310.0, 4310.0, 4321.0, 4313.0], 'WindowWidth': [9654.0, 9617.0, 9563.0, 9571.0, 9562.0, 9566.0, 9581.0, 9551.0, 9581.0, 9576.0, 9566.0, 9557.0, 9579.0, 9564.0, 9546.0, 9569.0, 9577.0, 9549.0, 9559.0, 9528.0, 9558.0, 9570.0, 9541.0, 9557.0, 9544.0, 9564.0, 9588.0, 9574.0, 9578.0, 9550.0, 9565.0, 9563.0, 9569.0, 9585.0, 9556.0, 9566.0, 9550.0, 9567.0, 9592.0, 9574.0, 9586.0, 9552.0, 9567.0, 9559.0, 9550.0, 9579.0, 9568.0, 9580.0, 9589.0, 9584.0, 9551.0, 9565.0, 9590.0, 9549.0, 9574.0, 9559.0, 9579.0, 9590.0, 9547.0, 9570.0, 9549.0, 9554.0, 9556.0, 9560.0, 9585.0, 9544.0, 9553.0, 9543.0, 9556.0, 9541.0, 9557.0, 9570.0, 9548.0, 9561.0, 9551.0, 9562.0, 9544.0, 9547.0, 9569.0, 9544.0, 9558.0, 9546.0, 9559.0, 9580.0, 9527.0, 9548.0, 9536.0, 9537.0, 9523.0, 9540.0, 9562.0, 9538.0, 9549.0, 9543.0, 9560.0, 9550.0, 9537.0, 9549.0, 9538.0, 9557.0, 9540.0, 9539.0, 9550.0, 9533.0, 9555.0, 9544.0, 9561.0, 9578.0, 9554.0, 9579.0, 9565.0, 9569.0, 9541.0, 9568.0, 9575.0, 9553.0, 9583.0, 9556.0, 9565.0, 9559.0, 9548.0, 9573.0, 9546.0, 9581.0, 9586.0, 9582.0, 9577.0, 9567.0, 9575.0, 9547.0, 9569.0, 9579.0, 9565.0, 9579.0, 9555.0, 9578.0, 9563.0, 9566.0, 9605.0, 9570.0, 9578.0, 9549.0, 9558.0, 9543.0, 9547.0, 9587.0, 9546.0, 9562.0, 9551.0, 9567.0, 9586.0, 9549.0, 9569.0, 9542.0, 9557.0, 9539.0, 9544.0, 9569.0, 9543.0, 9557.0, 9563.0, 9561.0, 9556.0, 9542.0, 9557.0, 9546.0, 9554.0, 9541.0, 9544.0, 9550.0, 9540.0, 9556.0, 9562.0, 9562.0, 9547.0, 9558.0, 9568.0, 9546.0, 9557.0, 9538.0, 9559.0, 9560.0, 9554.0, 9559.0, 9543.0, 9545.0, 9540.0, 9545.0, 9572.0, 9555.0, 9577.0, 9549.0, 9549.0, 9528.0, 9546.0, 9558.0, 9544.0, 9563.0, 9551.0, 9549.0, 9547.0, 9547.0, 9573.0, 9545.0, 9563.0, 9547.0, 9571.0, 9595.0, 9550.0, 9563.0, 9546.0, 9565.0, 9587.0, 9548.0, 9573.0, 9572.0, 9564.0, 9547.0, 9546.0, 9567.0, 9541.0, 9557.0, 9547.0, 9547.0, 9554.0, 9530.0, 9566.0, 9529.0, 9557.0, 9525.0, 9542.0, 9570.0, 9532.0, 9542.0, 9525.0, 9529.0, 9550.0, 9528.0, 9555.0, 9542.0, 9550.0, 9591.0, 9546.0, 9552.0, 9540.0, 9541.0, 9542.0, 9547.0, 9554.0, 9549.0, 9558.0, 9544.0, 9549.0, 9545.0, 9566.0, 9574.0, 9567.0, 9569.0, 9549.0, 9565.0, 9572.0, 9565.0, 9591.0, 9562.0, 9567.0, 9572.0, 9544.0, 9556.0, 9546.0, 9560.0, 9544.0, 9550.0, 9592.0, 9550.0, 9558.0, 9547.0, 9562.0, 9548.0, 9548.0, 9577.0, 9551.0, 9586.0, 9554.0, 9564.0, 9559.0, 9545.0, 9571.0, 9543.0, 9560.0, 9563.0, 9547.0, 9569.0, 9530.0, 9536.0, 9525.0, 9541.0, 9552.0, 9531.0, 9560.0, 9547.0, 9543.0, 9529.0, 9530.0, 9553.0, 9538.0, 9565.0, 9547.0, 9545.0, 9553.0, 9544.0, 9557.0, 9542.0, 9544.0, 9558.0, 9551.0, 9559.0, 9566.0, 9551.0, 9543.0, 9546.0, 9557.0, 9550.0, 9577.0, 9548.0, 9547.0, 9545.0, 9550.0, 9586.0, 9545.0, 9564.0, 9550.0, 9546.0, 9571.0, 9531.0, 9556.0, 9538.0, 9541.0, 9542.0, 9549.0, 9572.0, 9531.0, 9541.0, 9540.0, 9550.0, 9553.0, 9546.0, 9554.0, 9549.0, 9560.0, 9542.0, 9544.0, 9568.0, 9529.0, 9556.0, 9547.0, 9554.0, 9587.0, 9530.0, 9553.0, 9567.0, 9563.0, 9544.0, 9543.0, 9556.0, 9544.0, 9546.0, 9537.0, 9526.0, 9563.0, 9541.0, 9580.0, 9542.0, 9547.0, 9574.0, 9533.0, 9554.0, 9543.0, 9561.0, 9541.0, 9546.0, 9552.0, 9548.0, 9570.0, 9532.0, 9542.0, 9540.0, 9545.0, 9553.0, 9543.0, 9543.0, 9543.0, 9550.0, 9575.0, 9530.0, 9555.0, 9541.0, 9544.0, 9538.0, 9546.0, 9569.0, 9549.0, 9562.0, 9549.0, 9545.0, 9554.0, 9530.0, 9552.0, 9537.0, 9551.0, 9533.0, 9536.0, 9566.0, 9530.0, 9567.0, 9541.0, 9541.0, 9540.0, 9549.0, 9578.0, 9534.0, 9555.0, 9544.0, 9543.0, 9539.0, 9543.0, 9579.0, 9547.0, 9559.0, 9530.0, 9547.0, 9529.0, 9544.0, 9558.0, 9549.0, 9565.0, 9554.0, 9548.0, 9556.0, 9527.0, 9557.0, 9539.0, 9569.0, 9561.0, 9549.0, 9571.0, 9531.0, 9544.0, 9532.0, 9548.0, 9529.0, 9547.0, 9556.0, 9550.0, 9567.0, 9548.0, 9548.0, 9563.0, 9571.0, 9577.0, 9563.0, 9591.0, 9551.0, 9554.0, 9574.0, 9547.0, 9559.0, 9563.0, 9564.0, 9564.0, 9573.0, 9594.0, 9552.0, 9577.0, 9545.0, 9557.0, 9568.0, 9542.0, 9557.0, 9540.0, 9544.0, 9564.0, 9526.0, 9548.0, 9538.0, 9562.0, 9541.0, 9563.0, 9558.0, 9532.0, 9552.0, 9541.0, 9561.0, 9555.0, 9561.0, 9571.0, 9566.0, 9563.0, 9545.0, 9545.0, 9571.0, 9545.0, 9555.0, 9542.0, 9548.0, 9576.0, 9534.0, 9556.0, 9544.0, 9557.0, 9541.0, 9560.0, 9581.0, 9552.0, 9581.0, 9552.0, 9562.0, 9547.0, 9554.0, 9577.0, 9562.0, 9581.0, 9571.0, 9569.0, 9552.0, 9574.0, 9590.0, 9563.0, 9557.0, 9564.0, 9571.0, 9578.0, 9547.0, 9575.0, 9561.0, 9558.0, 9558.0, 9547.0, 9575.0, 9553.0, 9566.0, 9567.0, 9564.0, 9560.0, 9565.0, 9568.0, 9567.0, 9581.0, 9564.0, 9546.0, 9544.0, 9544.0, 9571.0, 9556.0, 9546.0, 9545.0, 9551.0, 9578.0, 9545.0, 9542.0, 9538.0, 9540.0, 9553.0, 9539.0, 9544.0, 9547.0, 9543.0, 9554.0, 9529.0, 9570.0, 9541.0, 9557.0, 9550.0, 9550.0, 9572.0, 9545.0, 9540.0, 9541.0, 9543.0, 9567.0, 9545.0, 9561.0, 9550.0, 9549.0, 9547.0, 9568.0, 9574.0, 9564.0, 9569.0, 9566.0, 9569.0, 9565.0, 9553.0, 9588.0, 9562.0, 9565.0, 9568.0, 9553.0, 9573.0, 9561.0, 9563.0, 9558.0, 9545.0, 9568.0, 9544.0, 9566.0, 9569.0, 9573.0, 9561.0, 9558.0, 9541.0, 9546.0, 9562.0, 9568.0, 9600.0, 9587.0, 9589.0, 9587.0, 9543.0, 9588.0, 9543.0, 9551.0, 9533.0, 9543.0, 9583.0, 9544.0, 9554.0, 9544.0, 9556.0, 9553.0, 9545.0, 9548.0, 9540.0, 9557.0, 9533.0, 9541.0, 9537.0, 9542.0, 9551.0, 9534.0, 9536.0, 9540.0, 9547.0, 9554.0, 9530.0, 9540.0, 9545.0, 9545.0, 9556.0, 9549.0, 9576.0, 9551.0, 9561.0, 9548.0, 9564.0, 9560.0, 9547.0, 9577.0, 9558.0, 9562.0, 9548.0, 9553.0, 9587.0, 9546.0, 9560.0, 9544.0, 9569.0, 9587.0, 9551.0, 9573.0, 9549.0, 9554.0, 9558.0, 9522.0, 9591.0, 9549.0, 9557.0, 9543.0, 9560.0, 9557.0, 9531.0, 9559.0, 9543.0, 9542.0, 9559.0, 9532.0, 9557.0, 9542.0, 9542.0, 9540.0, 9543.0, 9575.0, 9550.0, 9576.0, 9561.0, 9567.0, 9559.0, 9549.0, 9572.0, 9560.0, 9564.0, 9573.0, 9518.0, 9566.0, 9548.0, 9556.0, 9540.0, 9540.0, 9573.0, 9551.0, 9557.0, 9543.0, 9542.0, 9536.0, 9542.0, 9565.0, 9550.0, 9563.0, 9559.0, 9543.0, 9561.0, 9547.0, 9538.0, 9551.0, 9536.0, 9543.0, 9562.0, 9561.0, 9545.0, 9576.0, 9575.0, 9562.0, 9537.0, 9557.0, 9535.0, 9538.0, 9563.0, 9534.0, 9550.0, 9554.0, 9534.0, 9532.0, 9536.0, 9549.0, 9529.0, 9517.0, 9524.0, 9497.0, 9519.0, 9517.0, 9525.0, 9526.0, 9518.0, 9515.0, 9516.0, 9526.0, 9515.0, 9526.0, 9532.0, 9542.0, 9554.0, 9541.0, 9550.0, 9538.0, 9536.0, 9535.0, 9538.0, 9552.0, 9539.0, 9543.0, 9541.0, 9545.0, 9557.0, 9545.0, 9541.0, 9536.0, 9544.0, 9553.0, 9541.0, 9545.0, 9547.0, 9549.0, 9557.0, 9548.0, 9558.0, 9553.0, 9547.0, 9562.0, 9565.0, 9574.0, 9548.0, 9541.0, 9556.0, 9561.0, 9574.0, 9565.0, 9580.0, 9580.0, 9552.0, 9541.0, 9548.0, 9583.0, 9560.0, 9580.0, 9574.0, 9568.0, 9560.0, 9545.0, 9573.0, 9545.0, 9556.0, 9557.0, 9563.0, 9576.0, 9546.0, 9566.0, 9555.0, 9566.0, 9576.0, 9564.0, 9580.0, 9563.0, 9556.0, 9552.0, 9536.0, 9532.0, 9539.0, 9550.0, 9536.0, 9542.0, 9533.0, 9516.0, 9540.0, 9514.0, 9515.0, 9529.0, 9519.0, 9536.0, 9519.0, 9550.0, 9538.0, 9537.0, 9535.0, 9537.0, 9555.0, 9544.0, 9552.0, 9538.0, 9540.0, 9535.0, 9541.0, 9550.0, 9550.0, 9540.0, 9541.0, 9562.0, 9573.0, 9538.0, 9520.0, 9514.0, 9518.0, 9531.0, 9531.0, 9535.0, 9523.0, 9530.0, 9567.0, 9544.0, 9558.0, 9536.0, 9537.0, 9551.0, 9545.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.0007254367816091953</td></tr>
<tr><td colspan=3>aqi</td><td>0.01891032183908046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.65417289516682</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1936053757882623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0115271143958577</td></tr>
<tr><td colspan=3>efc</td><td>0.4751</td></tr>
<tr><td colspan=3>fber</td><td>6082.9893</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10302721455479096</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.126436781609195</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5877046143724143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.618136937578751</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.760936206901424</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.384040698637067</td></tr>
<tr><td colspan=3>gcor</td><td>0.0076626</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0006870728684589267</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024626262485980988</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2434150788805285</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.6357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7971</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.6391</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6399</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.5063</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3545.337</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3707.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.5832</td></tr>
<tr><td colspan=3>tsnr</td><td>46.106049162335694</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>