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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0044_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-01_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-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-01_task-social_acq-mb8_run-01_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-0044/ses-01/func/sub-0044_ses-01_task-social_acq-mb8_run-01_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>083ec48b6fbdf1b95bba741ac8718841</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:50:18.720000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999228, -0.0346096, -0.0185851, 0.0361161, 0.995465, 0.0880068]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0975637</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7251, 430, -15, -21, 56, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84a80938-cef4-44c6-86e3-802c29f55b65||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6808559894561768, 0.09689684957265854, -0.04172822833061218, 109.320556640625], [0.09285493195056915, 2.670759677886963, 0.23924711346626282, -99.86251068115234], [-0.04986235499382019, -0.2361156940460205, 2.6890554428100586, -45.272769927978516], [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': ['135018.720000', '135019.180000', '135019.640000', '135020.100000', '135020.560000', '135021.020000', '135021.480000', '135021.940000', '135022.400000', '135022.860000', '135023.320000', '135023.780000', '135024.240000', '135024.700000', '135025.160000', '135025.620000', '135026.080000', '135026.540000', '135027.000000', '135027.460000', '135027.920000', '135028.380000', '135028.840000', '135029.300000', '135029.760000', '135030.220000', '135030.680000', '135031.140000', '135031.600000', '135032.060000', '135032.520000', '135032.980000', '135033.440000', '135033.900000', '135034.360000', '135034.820000', '135035.280000', '135035.740000', '135036.200000', '135036.660000', '135037.120000', '135037.580000', '135038.040000', '135038.500000', '135038.960000', '135039.420000', '135039.880000', '135040.340000', '135040.800000', '135041.260000', '135041.720000', '135042.180000', '135042.640000', '135043.100000', '135043.560000', '135044.020000', '135044.480000', '135044.940000', '135045.400000', '135045.860000', '135046.320000', '135046.780000', '135047.240000', '135047.700000', '135048.160000', '135048.620000', '135049.080000', '135049.540000', '135050.000000', '135050.460000', '135050.920000', '135051.380000', '135051.840000', '135052.300000', '135052.760000', '135053.220000', '135053.680000', '135054.140000', '135054.600000', '135055.060000', '135055.520000', '135055.980000', '135056.440000', '135056.900000', '135057.360000', '135057.820000', '135058.280000', '135058.740000', '135059.200000', '135059.660000', '135100.120000', '135100.580000', '135101.040000', '135101.500000', '135101.960000', '135102.420000', '135102.880000', '135103.340000', '135103.800000', '135104.260000', '135104.720000', '135105.180000', '135105.640000', '135106.100000', '135106.560000', '135107.020000', '135107.480000', '135107.940000', '135108.400000', '135108.860000', '135109.320000', '135109.780000', '135110.240000', '135110.700000', '135111.160000', '135111.620000', '135112.080000', '135112.540000', '135113.000000', '135113.460000', '135113.920000', '135114.380000', '135114.840000', '135115.300000', '135115.760000', '135116.220000', '135116.680000', '135117.140000', '135117.600000', '135118.060000', '135118.520000', '135118.980000', '135119.440000', '135119.900000', '135120.360000', '135120.820000', '135121.280000', '135121.740000', '135122.200000', '135122.660000', '135123.120000', '135123.580000', '135124.040000', '135124.500000', '135124.960000', '135125.420000', '135125.880000', '135126.340000', '135126.800000', '135127.260000', '135127.720000', '135128.180000', '135128.640000', '135129.100000', '135129.560000', '135130.020000', '135130.480000', '135130.940000', '135131.400000', '135131.860000', '135132.320000', '135132.780000', '135133.240000', '135133.700000', '135134.160000', '135134.620000', '135135.080000', '135135.540000', '135136.000000', '135136.460000', '135136.920000', '135137.380000', '135137.840000', '135138.300000', '135138.760000', '135139.220000', '135139.680000', '135140.140000', '135140.600000', '135141.060000', '135141.520000', '135141.980000', '135142.440000', '135142.900000', '135143.360000', '135143.820000', '135144.280000', '135144.740000', '135145.200000', '135145.660000', '135146.120000', '135146.580000', '135147.040000', '135147.500000', '135147.960000', '135148.420000', '135148.880000', '135149.340000', '135149.800000', '135150.260000', '135150.720000', '135151.180000', '135151.640000', '135152.100000', '135152.560000', '135153.020000', '135153.480000', '135153.940000', '135154.400000', '135154.860000', '135155.320000', '135155.780000', '135156.240000', '135156.700000', '135157.160000', '135157.620000', '135158.080000', '135158.540000', '135159.000000', '135159.460000', '135159.920000', '135200.380000', '135200.840000', '135201.300000', '135201.760000', '135202.220000', '135202.680000', '135203.140000', '135203.600000', '135204.060000', '135204.520000', '135204.980000', '135205.440000', '135205.900000', '135206.360000', '135206.820000', '135207.280000', '135207.740000', '135208.200000', '135208.660000', '135209.120000', '135209.580000', '135210.040000', '135210.500000', '135210.960000', '135211.420000', '135211.880000', '135212.340000', '135212.800000', '135213.260000', '135213.720000', '135214.180000', '135214.640000', '135215.100000', '135215.560000', '135216.020000', '135216.480000', '135216.940000', '135217.400000', '135217.860000', '135218.320000', '135218.780000', '135219.240000', '135219.700000', '135220.160000', '135220.620000', '135221.080000', '135221.540000', '135222.000000', '135222.460000', '135222.920000', '135223.380000', '135223.840000', '135224.300000', '135224.760000', '135225.220000', '135225.680000', '135226.140000', '135226.600000', '135227.060000', '135227.520000', '135227.980000', '135228.440000', '135228.900000', '135229.360000', '135229.820000', '135230.280000', '135230.740000', '135231.200000', '135231.660000', '135232.120000', '135232.580000', '135233.040000', '135233.500000', '135233.960000', '135234.420000', '135234.880000', '135235.340000', '135235.800000', '135236.260000', '135236.720000', '135237.180000', '135237.640000', '135238.100000', '135238.560000', '135239.020000', '135239.480000', '135239.940000', '135240.400000', '135240.860000', '135241.320000', '135241.780000', '135242.240000', '135242.700000', '135243.160000', '135243.620000', '135244.080000', '135244.540000', '135245.000000', '135245.460000', '135245.920000', '135246.380000', '135246.840000', '135247.300000', '135247.760000', '135248.220000', '135248.680000', '135249.140000', '135249.600000', '135250.060000', '135250.520000', '135250.980000', '135251.440000', '135251.900000', '135252.360000', '135252.820000', '135253.280000', '135253.740000', '135254.200000', '135254.660000', '135255.120000', '135255.580000', '135256.040000', '135256.500000', '135256.960000', '135257.420000', '135257.880000', '135258.340000', '135258.800000', '135259.260000', '135259.720000', '135300.180000', '135300.640000', '135301.100000', '135301.560000', '135302.020000', '135302.480000', '135302.940000', '135303.400000', '135303.860000', '135304.320000', '135304.780000', '135305.240000', '135305.700000', '135306.160000', '135306.620000', '135307.080000', '135307.540000', '135308.000000', '135308.460000', '135308.920000', '135309.380000', '135309.840000', '135310.300000', '135310.760000', '135311.220000', '135311.680000', '135312.140000', '135312.600000', '135313.060000', '135313.520000', '135313.980000', '135314.440000', '135314.900000', '135315.360000', '135315.820000', '135316.280000', '135316.740000', '135317.200000', '135317.660000', '135318.120000', '135318.580000', '135319.040000', '135319.500000', '135319.960000', '135320.420000', '135320.880000', '135321.340000', '135321.800000', '135322.260000', '135322.720000', '135323.180000', '135323.640000', '135324.100000', '135324.560000', '135325.020000', '135325.480000', '135325.940000', '135326.400000', '135326.860000', '135327.320000', '135327.780000', '135328.240000', '135328.700000', '135329.160000', '135329.620000', '135330.080000', '135330.540000', '135331.000000', '135331.460000', '135331.920000', '135332.380000', '135332.840000', '135333.300000', '135333.760000', '135334.220000', '135334.680000', '135335.140000', '135335.600000', '135336.060000', '135336.520000', '135336.980000', '135337.440000', '135337.900000', '135338.360000', '135338.820000', '135339.280000', '135339.740000', '135340.200000', '135340.660000', '135341.120000', '135341.580000', '135342.040000', '135342.500000', '135342.960000', '135343.420000', '135343.880000', '135344.340000', '135344.800000', '135345.260000', '135345.720000', '135346.180000', '135346.640000', '135347.100000', '135347.560000', '135348.020000', '135348.480000', '135348.940000', '135349.400000', '135349.860000', '135350.320000', '135350.780000', '135351.240000', '135351.700000', '135352.160000', '135352.620000', '135353.080000', '135353.540000', '135354.000000', '135354.460000', '135354.920000', '135355.380000', '135355.840000', '135356.300000', '135356.760000', '135357.220000', '135357.680000', '135358.140000', '135358.600000', '135359.060000', '135359.520000', '135359.980000', '135400.440000', '135400.900000', '135401.360000', '135401.820000', '135402.280000', '135402.740000', '135403.200000', '135403.660000', '135404.120000', '135404.580000', '135405.040000', '135405.500000', '135405.960000', '135406.420000', '135406.880000', '135407.340000', '135407.800000', '135408.260000', '135408.720000', '135409.180000', '135409.640000', '135410.100000', '135410.560000', '135411.020000', '135411.480000', '135411.940000', '135412.400000', '135412.860000', '135413.320000', '135413.780000', '135414.240000', '135414.700000', '135415.160000', '135415.620000', '135416.080000', '135416.540000', '135417.000000', '135417.460000', '135417.920000', '135418.380000', '135418.840000', '135419.300000', '135419.760000', '135420.220000', '135420.680000', '135421.140000', '135421.600000', '135422.060000', '135422.520000', '135422.980000', '135423.440000', '135423.900000', '135424.360000', '135424.820000', '135425.280000', '135425.740000', '135426.200000', '135426.660000', '135427.120000', '135427.580000', '135428.040000', '135428.500000', '135428.960000', '135429.420000', '135429.880000', '135430.340000', '135430.800000', '135431.260000', '135431.720000', '135432.180000', '135432.640000', '135433.100000', '135433.560000', '135434.020000', '135434.480000', '135434.940000', '135435.400000', '135435.860000', '135436.320000', '135436.780000', '135437.240000', '135437.700000', '135438.160000', '135438.620000', '135439.080000', '135439.540000', '135440.000000', '135440.460000', '135440.920000', '135441.380000', '135441.840000', '135442.300000', '135442.760000', '135443.220000', '135443.680000', '135444.140000', '135444.600000', '135445.060000', '135445.520000', '135445.980000', '135446.440000', '135446.900000', '135447.360000', '135447.820000', '135448.280000', '135448.740000', '135449.200000', '135449.660000', '135450.120000', '135450.580000', '135451.040000', '135451.500000', '135451.960000', '135452.420000', '135452.880000', '135453.340000', '135453.800000', '135454.260000', '135454.720000', '135455.180000', '135455.640000', '135456.100000', '135456.560000', '135457.020000', '135457.480000', '135457.940000', '135458.400000', '135458.860000', '135459.320000', '135459.780000', '135500.240000', '135500.700000', '135501.160000', '135501.620000', '135502.080000', '135502.540000', '135503.000000', '135503.460000', '135503.920000', '135504.380000', '135504.840000', '135505.300000', '135505.760000', '135506.220000', '135506.680000', '135507.140000', '135507.600000', '135508.060000', '135508.520000', '135508.980000', '135509.440000', '135509.900000', '135510.360000', '135510.820000', '135511.280000', '135511.740000', '135512.200000', '135512.660000', '135513.120000', '135513.580000', '135514.040000', '135514.500000', '135514.960000', '135515.420000', '135515.880000', '135516.340000', '135516.800000', '135517.260000', '135517.720000', '135518.180000', '135518.640000', '135519.100000', '135519.560000', '135520.020000', '135520.480000', '135520.940000', '135521.400000', '135521.860000', '135522.320000', '135522.780000', '135523.240000', '135523.700000', '135524.160000', '135524.620000', '135525.080000', '135525.540000', '135526.000000', '135526.460000', '135526.920000', '135527.380000', '135527.840000', '135528.300000', '135528.760000', '135529.220000', '135529.680000', '135530.140000', '135530.600000', '135531.060000', '135531.520000', '135531.980000', '135532.440000', '135532.900000', '135533.360000', '135533.820000', '135534.280000', '135534.740000', '135535.200000', '135535.660000', '135536.120000', '135536.580000', '135537.040000', '135537.500000', '135537.960000', '135538.420000', '135538.880000', '135539.340000', '135539.800000', '135540.260000', '135540.720000', '135541.180000', '135541.640000', '135542.100000', '135542.560000', '135543.020000', '135543.480000', '135543.940000', '135544.400000', '135544.860000', '135545.320000', '135545.780000', '135546.240000', '135546.700000', '135547.160000', '135547.620000', '135548.080000', '135548.540000', '135549.000000', '135549.460000', '135549.920000', '135550.380000', '135550.840000', '135551.300000', '135551.760000', '135552.220000', '135552.680000', '135553.140000', '135553.600000', '135554.060000', '135554.520000', '135554.980000', '135555.440000', '135555.900000', '135556.360000', '135556.820000', '135557.280000', '135557.740000', '135558.200000', '135558.660000', '135559.120000', '135559.580000', '135600.040000', '135600.500000', '135600.960000', '135601.420000', '135601.880000', '135602.340000', '135602.800000', '135603.260000', '135603.720000', '135604.180000', '135604.640000', '135605.100000', '135605.560000', '135606.020000', '135606.480000', '135606.940000', '135607.400000', '135607.860000', '135608.320000', '135608.780000', '135609.240000', '135609.700000', '135610.160000', '135610.620000', '135611.080000', '135611.540000', '135612.000000', '135612.460000', '135612.920000', '135613.380000', '135613.840000', '135614.300000', '135614.760000', '135615.220000', '135615.680000', '135616.140000', '135616.600000', '135617.060000', '135617.520000', '135617.980000', '135618.440000', '135618.900000', '135619.360000', '135619.820000', '135620.280000', '135620.740000', '135621.200000', '135621.660000', '135622.120000', '135622.580000', '135623.040000', '135623.500000', '135623.960000', '135624.420000', '135624.880000', '135625.340000', '135625.800000', '135626.260000', '135626.720000', '135627.180000', '135627.640000', '135628.100000', '135628.560000', '135629.020000', '135629.480000', '135629.940000', '135630.400000', '135630.860000', '135631.320000', '135631.780000', '135632.240000', '135632.700000', '135633.160000', '135633.620000', '135634.080000', '135634.540000', '135635.000000', '135635.460000', '135635.920000', '135636.380000', '135636.840000', '135637.300000', '135637.760000', '135638.220000', '135638.680000', '135639.140000', '135639.600000', '135640.060000', '135640.520000', '135640.980000', '135641.440000', '135641.900000', '135642.360000', '135642.820000', '135643.280000', '135643.740000', '135644.200000', '135644.660000', '135645.120000', '135645.580000', '135646.040000', '135646.500000', '135646.960000', '135647.420000', '135647.880000', '135648.340000', '135648.800000', '135649.260000', '135649.720000', '135650.180000', '135650.640000', '135651.100000', '135651.560000', '135652.020000', '135652.480000', '135652.940000', '135653.400000', '135653.860000', '135654.320000', '135654.780000', '135655.240000', '135655.700000', '135656.160000', '135656.620000', '135657.080000', '135657.540000', '135658.000000', '135658.460000', '135658.920000', '135659.380000'], 'ContentTime': ['135038.309000', '135038.312000', '135038.315000', '135038.318000', '135038.321000', '135038.324000', '135038.327000', '135038.329000', '135038.332000', '135038.335000', '135038.338000', '135038.341000', '135038.344000', '135038.347000', '135038.349000', '135038.352000', '135038.355000', '135038.358000', '135038.361000', '135038.364000', '135038.374000', '135038.377000', '135038.379000', '135038.382000', '135038.385000', '135038.388000', '135038.391000', '135038.394000', '135038.396000', '135038.399000', '135038.402000', '135038.405000', '135038.408000', '135038.411000', '135038.413000', '135038.416000', '135038.419000', '135038.422000', '135038.425000', '135038.428000', '135038.430000', '135038.433000', '135058.267000', '135058.270000', '135058.278000', '135058.281000', '135058.284000', '135058.287000', '135058.289000', '135058.292000', '135058.295000', '135058.298000', '135058.301000', '135058.304000', '135058.306000', '135058.309000', '135058.312000', '135058.315000', '135058.318000', '135058.321000', '135058.324000', '135058.326000', '135058.329000', '135058.332000', '135058.335000', '135058.338000', '135058.341000', '135058.344000', '135058.347000', '135058.358000', '135058.361000', '135058.363000', '135058.366000', '135058.369000', '135058.372000', '135058.375000', '135058.378000', '135058.380000', '135058.383000', '135058.386000', '135058.389000', '135058.392000', '135058.395000', '135058.401000', '135058.404000', '135118.266000', '135118.269000', '135118.272000', '135118.279000', '135118.282000', '135118.285000', '135118.287000', '135118.290000', '135118.293000', '135118.296000', '135118.299000', '135118.302000', '135118.304000', '135118.307000', '135118.310000', '135118.313000', '135118.316000', '135118.319000', '135118.321000', '135118.324000', '135118.327000', '135118.330000', '135118.333000', '135118.336000', '135118.339000', '135118.341000', '135118.344000', '135118.347000', '135118.350000', '135118.353000', '135118.356000', '135118.358000', '135118.361000', '135118.364000', '135118.367000', '135118.370000', '135118.373000', '135118.375000', '135118.385000', '135118.387000', '135118.390000', '135118.393000', '135118.396000', '135118.399000', '135138.266000', '135138.269000', '135138.272000', '135138.274000', '135138.277000', '135138.280000', '135138.283000', '135138.286000', '135138.289000', '135138.293000', '135138.296000', '135138.299000', '135138.302000', '135138.305000', '135138.308000', '135138.311000', '135138.313000', '135138.316000', '135138.319000', '135138.322000', '135138.325000', '135138.328000', '135138.330000', '135138.333000', '135138.336000', '135138.339000', '135138.342000', '135138.345000', '135138.348000', '135138.351000', '135138.354000', '135138.357000', '135138.362000', '135138.365000', '135138.368000', '135138.371000', '135138.373000', '135138.376000', '135138.379000', '135138.382000', '135138.385000', '135138.388000', '135138.390000', '135158.267000', '135158.270000', '135158.273000', '135158.275000', '135158.278000', '135158.281000', '135158.284000', '135158.287000', '135158.290000', '135158.293000', '135158.295000', '135158.298000', '135158.301000', '135158.304000', '135158.307000', '135158.310000', '135158.313000', '135158.316000', '135158.319000', '135158.322000', '135158.324000', '135158.327000', '135158.330000', '135158.333000', '135158.336000', '135158.339000', '135158.342000', '135158.344000', '135158.347000', '135158.350000', '135158.353000', '135158.356000', '135158.359000', '135158.362000', '135158.365000', '135158.367000', '135158.370000', '135158.373000', '135158.376000', '135158.379000', '135158.382000', '135158.385000', '135158.387000', '135158.390000', '135218.267000', '135218.270000', '135218.273000', '135218.276000', '135218.278000', '135218.281000', '135218.284000', '135218.287000', '135218.290000', '135218.293000', '135218.296000', '135218.299000', '135218.301000', '135218.304000', '135218.307000', '135218.310000', '135218.313000', '135218.316000', '135218.319000', '135218.322000', '135218.325000', '135218.327000', '135218.330000', '135218.333000', '135218.336000', '135218.339000', '135218.342000', '135218.345000', '135218.347000', '135218.350000', '135218.353000', '135218.356000', '135218.359000', '135218.362000', '135218.365000', '135218.367000', '135218.370000', '135218.373000', '135218.376000', '135218.379000', '135218.382000', '135218.385000', '135218.388000', '135238.267000', '135238.270000', '135238.273000', '135238.275000', '135238.278000', '135238.281000', '135238.284000', '135238.287000', '135238.290000', '135238.293000', '135238.296000', '135238.298000', '135238.301000', '135238.304000', '135238.307000', '135238.310000', '135238.313000', '135238.316000', '135238.318000', '135238.321000', '135238.324000', '135238.327000', '135238.330000', '135238.351000', '135238.354000', '135238.357000', '135238.360000', '135238.363000', '135238.366000', '135238.369000', '135238.372000', '135238.375000', '135238.377000', '135238.380000', '135238.383000', '135238.386000', '135238.389000', '135238.392000', '135238.395000', '135238.398000', '135238.400000', '135238.403000', '135238.406000', '135238.409000', '135258.267000', '135258.270000', '135258.273000', '135258.276000', '135258.279000', '135258.281000', '135258.284000', '135258.287000', '135258.290000', '135258.293000', '135258.296000', '135258.299000', '135258.302000', '135258.305000', '135258.307000', '135258.310000', '135258.313000', '135258.316000', '135258.319000', '135258.322000', '135258.325000', '135258.327000', '135258.331000', '135258.334000', '135258.337000', '135258.340000', '135258.343000', '135258.346000', '135258.349000', '135258.351000', '135258.354000', '135258.357000', '135258.360000', '135258.363000', '135258.366000', '135258.368000', '135258.371000', '135258.374000', '135258.377000', '135258.380000', '135258.383000', '135258.386000', '135258.389000', '135318.267000', '135318.270000', '135318.273000', '135318.276000', '135318.278000', '135318.281000', '135318.284000', '135318.287000', '135318.290000', '135318.293000', '135318.297000', '135318.300000', '135318.302000', '135318.305000', '135318.308000', '135318.311000', '135318.314000', '135318.317000', '135318.319000', '135318.322000', '135318.325000', '135318.328000', '135318.331000', '135318.334000', '135318.337000', '135318.340000', '135318.342000', '135318.345000', '135318.348000', '135318.351000', '135318.354000', '135318.357000', '135318.360000', '135318.362000', '135318.365000', '135318.368000', '135318.371000', '135318.374000', '135318.377000', '135318.380000', '135318.382000', '135318.385000', '135318.388000', '135318.391000', '135338.266000', '135338.269000', '135338.272000', '135338.275000', '135338.278000', '135338.281000', '135338.283000', '135338.286000', '135338.289000', '135338.292000', '135338.295000', '135338.298000', '135338.301000', '135338.304000', '135338.307000', '135338.309000', '135338.370000', '135338.373000', '135338.375000', '135338.378000', '135338.381000', '135338.384000', '135338.396000', '135338.399000', '135338.401000', '135338.405000', '135338.410000', '135338.413000', '135338.416000', '135338.419000', '135338.422000', '135338.425000', '135338.428000', '135338.430000', '135338.433000', '135338.436000', '135338.439000', '135338.442000', '135338.445000', '135338.448000', '135338.451000', '135338.453000', '135338.456000', '135358.266000', '135358.327000', '135358.330000', '135358.332000', '135358.335000', '135358.338000', '135358.341000', '135358.344000', '135358.347000', '135358.350000', '135358.352000', '135358.355000', '135358.358000', '135358.361000', '135358.364000', '135358.367000', '135358.370000', '135358.372000', '135358.375000', '135358.378000', '135358.381000', '135358.384000', '135358.387000', '135358.390000', '135358.393000', '135358.395000', '135358.398000', '135358.401000', '135358.404000', '135358.407000', '135358.410000', '135358.413000', '135358.415000', '135358.418000', '135358.421000', '135358.424000', '135358.427000', '135358.430000', '135358.433000', '135358.436000', '135358.439000', '135358.441000', '135358.444000', '135418.267000', '135418.270000', '135418.273000', '135418.276000', '135418.279000', '135418.299000', '135418.302000', '135418.304000', '135418.307000', '135418.310000', '135418.313000', '135418.316000', '135418.319000', '135418.322000', '135418.325000', '135418.328000', '135418.330000', '135418.333000', '135418.336000', '135418.339000', '135418.342000', '135418.345000', '135418.348000', '135418.350000', '135418.353000', '135418.356000', '135418.359000', '135418.362000', '135418.365000', '135418.369000', '135418.372000', '135418.375000', '135418.378000', '135418.381000', '135418.383000', '135418.386000', '135418.389000', '135418.392000', '135418.395000', '135418.398000', '135418.401000', '135418.403000', '135418.406000', '135418.409000', '135438.267000', '135438.270000', '135438.273000', '135438.276000', '135438.279000', '135438.281000', '135438.284000', '135438.287000', '135438.290000', '135438.293000', '135438.296000', '135438.299000', '135438.301000', '135438.304000', '135438.307000', '135438.310000', '135438.313000', '135438.316000', '135438.319000', '135438.321000', '135438.324000', '135438.327000', '135438.330000', '135438.333000', '135438.336000', '135438.339000', '135438.342000', '135438.345000', '135438.347000', '135438.350000', '135438.353000', '135438.356000', '135438.359000', '135438.362000', '135438.365000', '135438.368000', '135438.371000', '135438.373000', '135438.376000', '135438.379000', '135438.382000', '135438.385000', '135438.388000', '135438.391000', '135458.267000', '135458.270000', '135458.273000', '135458.276000', '135458.279000', '135458.282000', '135458.284000', '135458.287000', '135458.290000', '135458.293000', '135458.296000', '135458.299000', '135458.301000', '135458.304000', '135458.307000', '135458.310000', '135458.313000', '135458.316000', '135458.319000', '135458.322000', '135458.325000', '135458.327000', '135458.330000', '135458.333000', '135458.336000', '135458.339000', '135458.342000', '135458.345000', '135458.348000', '135458.351000', '135458.353000', '135458.356000', '135458.359000', '135458.362000', '135458.365000', '135458.368000', '135458.371000', '135458.374000', '135458.376000', '135458.379000', '135458.382000', '135458.385000', '135458.388000', '135518.267000', '135518.270000', '135518.273000', '135518.276000', '135518.279000', '135518.282000', '135518.284000', '135518.287000', '135518.290000', '135518.293000', '135518.296000', '135518.299000', '135518.301000', '135518.304000', '135518.307000', '135518.310000', '135518.313000', '135518.316000', '135518.319000', '135518.321000', '135518.324000', '135518.327000', '135518.330000', '135518.333000', '135518.336000', '135518.338000', '135518.341000', '135518.344000', '135518.347000', '135518.350000', '135518.353000', '135518.356000', '135518.359000', '135518.361000', '135518.364000', '135518.367000', '135518.370000', '135518.373000', '135518.376000', '135518.379000', '135518.381000', '135518.384000', '135518.387000', '135518.390000', '135538.266000', '135538.269000', '135538.272000', '135538.275000', '135538.278000', '135538.280000', '135538.283000', '135538.286000', '135538.289000', '135538.292000', '135538.295000', '135538.297000', '135538.300000', '135538.303000', '135538.306000', '135538.309000', '135538.312000', '135538.315000', '135538.318000', '135538.320000', '135538.323000', '135538.326000', '135538.329000', '135538.332000', '135538.335000', '135538.338000', '135538.340000', '135538.343000', '135538.346000', '135538.358000', '135538.361000', '135538.364000', '135538.366000', '135538.369000', '135538.372000', '135538.375000', '135538.378000', '135538.381000', '135538.383000', '135538.386000', '135538.389000', '135538.392000', '135538.395000', '135558.266000', '135558.269000', '135558.272000', '135558.299000', '135558.302000', '135558.305000', '135558.308000', '135558.311000', '135558.314000', '135558.317000', '135558.319000', '135558.322000', '135558.325000', '135558.328000', '135558.331000', '135558.334000', '135558.337000', '135558.340000', '135558.343000', '135558.345000', '135558.348000', '135558.351000', '135558.354000', '135558.357000', '135558.360000', '135558.363000', '135558.365000', '135558.368000', '135558.371000', '135558.374000', '135558.377000', '135558.380000', '135558.383000', '135558.386000', '135558.389000', '135558.391000', '135558.394000', '135558.397000', '135558.400000', '135558.403000', '135558.406000', '135558.409000', '135558.412000', '135618.266000', '135618.269000', '135618.272000', '135618.275000', '135618.278000', '135618.281000', '135618.283000', '135618.286000', '135618.289000', '135618.292000', '135618.295000', '135618.298000', '135618.301000', '135618.304000', '135618.307000', '135618.310000', '135618.312000', '135618.315000', '135618.318000', '135618.321000', '135618.324000', '135618.327000', '135618.330000', '135618.332000', '135618.335000', '135618.338000', '135618.341000', '135618.344000', '135618.347000', '135618.350000', '135618.353000', '135618.356000', '135618.358000', '135618.361000', '135618.364000', '135618.367000', '135618.370000', '135618.373000', '135618.376000', '135618.378000', '135618.381000', '135618.384000', '135618.387000', '135618.390000', '135638.267000', '135638.271000', '135638.278000', '135638.281000', '135638.284000', '135638.287000', '135638.289000', '135638.292000', '135638.295000', '135638.298000', '135638.301000', '135638.304000', '135638.306000', '135638.309000', '135638.312000', '135638.315000', '135638.318000', '135638.321000', '135638.324000', '135638.327000', '135638.330000', '135638.332000', '135638.335000', '135638.338000', '135638.341000', '135638.344000', '135638.347000', '135638.349000', '135638.352000', '135638.355000', '135638.358000', '135638.361000', '135638.364000', '135638.366000', '135638.369000', '135638.372000', '135638.375000', '135638.378000', '135638.381000', '135638.384000', '135638.386000', '135638.389000', '135638.392000', '135658.267000', '135658.270000', '135658.273000', '135658.276000', '135658.278000', '135658.281000', '135658.284000', '135658.287000', '135658.290000', '135658.293000', '135658.295000', '135658.298000', '135658.301000', '135658.304000', '135658.307000', '135658.310000', '135658.313000', '135658.316000', '135658.319000', '135658.322000', '135658.324000', '135658.327000', '135658.330000', '135658.333000', '135658.336000', '135658.339000', '135658.342000', '135658.345000', '135658.348000', '135658.351000', '135658.353000', '135658.356000', '135658.359000', '135658.362000', '135658.365000', '135658.368000', '135658.371000', '135658.373000', '135658.376000', '135658.379000', '135658.382000', '135658.395000', '135658.398000', '135658.401000', '135659.975000', '135659.978000', '135659.981000', '135659.984000'], 'InstanceCreationTime': ['135038.309000', '135038.312000', '135038.315000', '135038.318000', '135038.321000', '135038.324000', '135038.327000', '135038.329000', '135038.332000', '135038.335000', '135038.338000', '135038.341000', '135038.344000', '135038.347000', '135038.349000', '135038.352000', '135038.355000', '135038.358000', '135038.361000', '135038.364000', '135038.374000', '135038.377000', '135038.379000', '135038.382000', '135038.385000', '135038.388000', '135038.391000', '135038.394000', '135038.396000', '135038.399000', '135038.402000', '135038.405000', '135038.408000', '135038.411000', '135038.413000', '135038.416000', '135038.419000', '135038.422000', '135038.425000', '135038.428000', '135038.430000', '135038.433000', '135058.267000', '135058.270000', '135058.278000', '135058.281000', '135058.284000', '135058.287000', '135058.289000', '135058.292000', '135058.295000', '135058.298000', '135058.301000', '135058.304000', '135058.306000', '135058.309000', '135058.312000', '135058.315000', '135058.318000', '135058.321000', '135058.324000', '135058.326000', '135058.329000', '135058.332000', '135058.335000', '135058.338000', '135058.341000', '135058.344000', '135058.347000', '135058.358000', '135058.361000', '135058.363000', '135058.366000', '135058.369000', '135058.372000', '135058.375000', '135058.378000', '135058.380000', '135058.383000', '135058.386000', '135058.389000', '135058.392000', '135058.395000', '135058.401000', '135058.404000', '135118.266000', '135118.269000', '135118.272000', '135118.279000', '135118.282000', '135118.285000', '135118.287000', '135118.290000', '135118.293000', '135118.296000', '135118.299000', '135118.302000', '135118.304000', '135118.307000', '135118.310000', '135118.313000', '135118.316000', '135118.319000', '135118.321000', '135118.324000', '135118.327000', '135118.330000', '135118.333000', '135118.336000', '135118.339000', '135118.341000', '135118.344000', '135118.347000', '135118.350000', '135118.353000', '135118.356000', '135118.358000', '135118.361000', '135118.364000', '135118.367000', '135118.370000', '135118.373000', '135118.375000', '135118.385000', '135118.387000', '135118.390000', '135118.393000', '135118.396000', '135118.399000', '135138.266000', '135138.269000', '135138.272000', '135138.274000', '135138.277000', '135138.280000', '135138.283000', '135138.286000', '135138.289000', '135138.293000', '135138.296000', '135138.299000', '135138.302000', '135138.305000', '135138.308000', '135138.311000', '135138.313000', '135138.316000', '135138.319000', '135138.322000', '135138.325000', '135138.328000', '135138.330000', '135138.333000', '135138.336000', '135138.339000', '135138.342000', '135138.345000', '135138.348000', '135138.351000', '135138.354000', '135138.357000', '135138.362000', '135138.365000', '135138.368000', '135138.371000', '135138.373000', '135138.376000', '135138.379000', '135138.382000', '135138.385000', '135138.388000', '135138.390000', '135158.267000', '135158.270000', '135158.273000', '135158.275000', '135158.278000', '135158.281000', '135158.284000', '135158.287000', '135158.290000', '135158.293000', '135158.295000', '135158.298000', '135158.301000', '135158.304000', '135158.307000', '135158.310000', '135158.313000', '135158.316000', '135158.319000', '135158.322000', '135158.324000', '135158.327000', '135158.330000', '135158.333000', '135158.336000', '135158.339000', '135158.342000', '135158.344000', '135158.347000', '135158.350000', '135158.353000', '135158.356000', '135158.359000', '135158.362000', '135158.365000', '135158.367000', '135158.370000', '135158.373000', '135158.376000', '135158.379000', '135158.382000', '135158.385000', '135158.387000', '135158.390000', '135218.267000', '135218.270000', '135218.273000', '135218.276000', '135218.278000', '135218.281000', '135218.284000', '135218.287000', '135218.290000', '135218.293000', '135218.296000', '135218.299000', '135218.301000', '135218.304000', '135218.307000', '135218.310000', '135218.313000', '135218.316000', '135218.319000', '135218.322000', '135218.325000', '135218.327000', '135218.330000', '135218.333000', '135218.336000', '135218.339000', '135218.342000', '135218.345000', '135218.347000', '135218.350000', '135218.353000', '135218.356000', '135218.359000', '135218.362000', '135218.365000', '135218.367000', '135218.370000', '135218.373000', '135218.376000', '135218.379000', '135218.382000', '135218.385000', '135218.388000', '135238.267000', '135238.270000', '135238.273000', '135238.275000', '135238.278000', '135238.281000', '135238.284000', '135238.287000', '135238.290000', '135238.293000', '135238.296000', '135238.298000', '135238.301000', '135238.304000', '135238.307000', '135238.310000', '135238.313000', '135238.316000', '135238.318000', '135238.321000', '135238.324000', '135238.327000', '135238.330000', '135238.351000', '135238.354000', '135238.357000', '135238.360000', '135238.363000', '135238.366000', '135238.369000', '135238.372000', '135238.375000', '135238.377000', '135238.380000', '135238.383000', '135238.386000', '135238.389000', '135238.392000', '135238.395000', '135238.398000', '135238.400000', '135238.403000', '135238.406000', '135238.409000', '135258.267000', '135258.270000', '135258.273000', '135258.276000', '135258.279000', '135258.281000', '135258.284000', '135258.287000', '135258.290000', '135258.293000', '135258.296000', '135258.299000', '135258.302000', '135258.305000', '135258.307000', '135258.310000', '135258.313000', '135258.316000', '135258.319000', '135258.322000', '135258.325000', '135258.327000', '135258.331000', '135258.334000', '135258.337000', '135258.340000', '135258.343000', '135258.346000', '135258.349000', '135258.351000', '135258.354000', '135258.357000', '135258.360000', '135258.363000', '135258.366000', '135258.368000', '135258.371000', '135258.374000', '135258.377000', '135258.380000', '135258.383000', '135258.386000', '135258.389000', '135318.267000', '135318.270000', '135318.273000', '135318.276000', '135318.278000', '135318.281000', '135318.284000', '135318.287000', '135318.290000', '135318.293000', '135318.297000', '135318.300000', '135318.302000', '135318.305000', '135318.308000', '135318.311000', '135318.314000', '135318.317000', '135318.319000', '135318.322000', '135318.325000', '135318.328000', '135318.331000', '135318.334000', '135318.337000', '135318.340000', '135318.342000', '135318.345000', '135318.348000', '135318.351000', '135318.354000', '135318.357000', '135318.360000', '135318.362000', '135318.365000', '135318.368000', '135318.371000', '135318.374000', '135318.377000', '135318.380000', '135318.382000', '135318.385000', '135318.388000', '135318.391000', '135338.266000', '135338.269000', '135338.272000', '135338.275000', '135338.278000', '135338.281000', '135338.283000', '135338.286000', '135338.289000', '135338.292000', '135338.295000', '135338.298000', '135338.301000', '135338.304000', '135338.307000', '135338.309000', '135338.370000', '135338.373000', '135338.375000', '135338.378000', '135338.381000', '135338.384000', '135338.396000', '135338.399000', '135338.401000', '135338.405000', '135338.410000', '135338.413000', '135338.416000', '135338.419000', '135338.422000', '135338.425000', '135338.428000', '135338.430000', '135338.433000', '135338.436000', '135338.439000', '135338.442000', '135338.445000', '135338.448000', '135338.451000', '135338.453000', '135338.456000', '135358.266000', '135358.327000', '135358.330000', '135358.332000', '135358.335000', '135358.338000', '135358.341000', '135358.344000', '135358.347000', '135358.350000', '135358.352000', '135358.355000', '135358.358000', '135358.361000', '135358.364000', '135358.367000', '135358.370000', '135358.372000', '135358.375000', '135358.378000', '135358.381000', '135358.384000', '135358.387000', '135358.390000', '135358.393000', '135358.395000', '135358.398000', '135358.401000', '135358.404000', '135358.407000', '135358.410000', '135358.413000', '135358.415000', '135358.418000', '135358.421000', '135358.424000', '135358.427000', '135358.430000', '135358.433000', '135358.436000', '135358.439000', '135358.441000', '135358.444000', '135418.267000', '135418.270000', '135418.273000', '135418.276000', '135418.279000', '135418.299000', '135418.302000', '135418.304000', '135418.307000', '135418.310000', '135418.313000', '135418.316000', '135418.319000', '135418.322000', '135418.325000', '135418.328000', '135418.330000', '135418.333000', '135418.336000', '135418.339000', '135418.342000', '135418.345000', '135418.348000', '135418.350000', '135418.353000', '135418.356000', '135418.359000', '135418.362000', '135418.365000', '135418.369000', '135418.372000', '135418.375000', '135418.378000', '135418.381000', '135418.383000', '135418.386000', '135418.389000', '135418.392000', '135418.395000', '135418.398000', '135418.401000', '135418.403000', '135418.406000', '135418.409000', '135438.267000', '135438.270000', '135438.273000', '135438.276000', '135438.279000', '135438.281000', '135438.284000', '135438.287000', '135438.290000', '135438.293000', '135438.296000', '135438.299000', '135438.301000', '135438.304000', '135438.307000', '135438.310000', '135438.313000', '135438.316000', '135438.319000', '135438.321000', '135438.324000', '135438.327000', '135438.330000', '135438.333000', '135438.336000', '135438.339000', '135438.342000', '135438.345000', '135438.347000', '135438.350000', '135438.353000', '135438.356000', '135438.359000', '135438.362000', '135438.365000', '135438.368000', '135438.371000', '135438.373000', '135438.376000', '135438.379000', '135438.382000', '135438.385000', '135438.388000', '135438.391000', '135458.267000', '135458.270000', '135458.273000', '135458.276000', '135458.279000', '135458.282000', '135458.284000', '135458.287000', '135458.290000', '135458.293000', '135458.296000', '135458.299000', '135458.301000', '135458.304000', '135458.307000', '135458.310000', '135458.313000', '135458.316000', '135458.319000', '135458.322000', '135458.325000', '135458.327000', '135458.330000', '135458.333000', '135458.336000', '135458.339000', '135458.342000', '135458.345000', '135458.348000', '135458.351000', '135458.353000', '135458.356000', '135458.359000', '135458.362000', '135458.365000', '135458.368000', '135458.371000', '135458.374000', '135458.376000', '135458.379000', '135458.382000', '135458.385000', '135458.388000', '135518.267000', '135518.270000', '135518.273000', '135518.276000', '135518.279000', '135518.282000', '135518.284000', '135518.287000', '135518.290000', '135518.293000', '135518.296000', '135518.299000', '135518.301000', '135518.304000', '135518.307000', '135518.310000', '135518.313000', '135518.316000', '135518.319000', '135518.321000', '135518.324000', '135518.327000', '135518.330000', '135518.333000', '135518.336000', '135518.338000', '135518.341000', '135518.344000', '135518.347000', '135518.350000', '135518.353000', '135518.356000', '135518.359000', '135518.361000', '135518.364000', '135518.367000', '135518.370000', '135518.373000', '135518.376000', '135518.379000', '135518.381000', '135518.384000', '135518.387000', '135518.390000', '135538.266000', '135538.269000', '135538.272000', '135538.275000', '135538.278000', '135538.280000', '135538.283000', '135538.286000', '135538.289000', '135538.292000', '135538.295000', '135538.297000', '135538.300000', '135538.303000', '135538.306000', '135538.309000', '135538.312000', '135538.315000', '135538.318000', '135538.320000', '135538.323000', '135538.326000', '135538.329000', '135538.332000', '135538.335000', '135538.338000', '135538.340000', '135538.343000', '135538.346000', '135538.358000', '135538.361000', '135538.364000', '135538.366000', '135538.369000', '135538.372000', '135538.375000', '135538.378000', '135538.381000', '135538.383000', '135538.386000', '135538.389000', '135538.392000', '135538.395000', '135558.266000', '135558.269000', '135558.272000', '135558.299000', '135558.302000', '135558.305000', '135558.308000', '135558.311000', '135558.314000', '135558.317000', '135558.319000', '135558.322000', '135558.325000', '135558.328000', '135558.331000', '135558.334000', '135558.337000', '135558.340000', '135558.343000', '135558.345000', '135558.348000', '135558.351000', '135558.354000', '135558.357000', '135558.360000', '135558.363000', '135558.365000', '135558.368000', '135558.371000', '135558.374000', '135558.377000', '135558.380000', '135558.383000', '135558.386000', '135558.389000', '135558.391000', '135558.394000', '135558.397000', '135558.400000', '135558.403000', '135558.406000', '135558.409000', '135558.412000', '135618.266000', '135618.269000', '135618.272000', '135618.275000', '135618.278000', '135618.281000', '135618.283000', '135618.286000', '135618.289000', '135618.292000', '135618.295000', '135618.298000', '135618.301000', '135618.304000', '135618.307000', '135618.310000', '135618.312000', '135618.315000', '135618.318000', '135618.321000', '135618.324000', '135618.327000', '135618.330000', '135618.332000', '135618.335000', '135618.338000', '135618.341000', '135618.344000', '135618.347000', '135618.350000', '135618.353000', '135618.356000', '135618.358000', '135618.361000', '135618.364000', '135618.367000', '135618.370000', '135618.373000', '135618.376000', '135618.378000', '135618.381000', '135618.384000', '135618.387000', '135618.390000', '135638.267000', '135638.271000', '135638.278000', '135638.281000', '135638.284000', '135638.287000', '135638.289000', '135638.292000', '135638.295000', '135638.298000', '135638.301000', '135638.304000', '135638.306000', '135638.309000', '135638.312000', '135638.315000', '135638.318000', '135638.321000', '135638.324000', '135638.327000', '135638.330000', '135638.332000', '135638.335000', '135638.338000', '135638.341000', '135638.344000', '135638.347000', '135638.349000', '135638.352000', '135638.355000', '135638.358000', '135638.361000', '135638.364000', '135638.366000', '135638.369000', '135638.372000', '135638.375000', '135638.378000', '135638.381000', '135638.384000', '135638.386000', '135638.389000', '135638.392000', '135658.267000', '135658.270000', '135658.273000', '135658.276000', '135658.278000', '135658.281000', '135658.284000', '135658.287000', '135658.290000', '135658.293000', '135658.295000', '135658.298000', '135658.301000', '135658.304000', '135658.307000', '135658.310000', '135658.313000', '135658.316000', '135658.319000', '135658.322000', '135658.324000', '135658.327000', '135658.330000', '135658.333000', '135658.336000', '135658.339000', '135658.342000', '135658.345000', '135658.348000', '135658.351000', '135658.353000', '135658.356000', '135658.359000', '135658.362000', '135658.365000', '135658.368000', '135658.371000', '135658.373000', '135658.376000', '135658.379000', '135658.382000', '135658.395000', '135658.398000', '135658.401000', '135659.975000', '135659.978000', '135659.981000', '135659.984000'], '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': [15776, 10851, 13365, 11393, 15181, 11240, 12836, 11507, 11210, 11028, 12467, 11259, 12830, 11499, 15073, 10820, 13344, 11096, 14069, 11357, 13742, 11058, 15637, 11086, 13770, 10750, 13905, 11122, 13335, 11133, 14056, 10689, 12637, 11554, 12133, 11656, 11745, 11281, 10812, 12045, 11145, 14088, 11563, 14301, 11147, 11725, 11073, 12886, 10731, 13319, 11062, 13014, 10242, 11254, 10656, 11315, 11757, 11642, 11770, 11284, 11393, 11470, 13360, 11310, 15109, 11003, 15992, 10748, 15342, 10783, 13928, 11646, 13292, 11711, 11380, 11445, 11197, 11466, 12063, 11545, 13521, 11124, 14549, 10934, 12929, 11195, 13376, 12147, 15541, 11408, 12226, 11436, 11955, 11341, 14781, 11811, 14488, 11105, 13461, 11295, 13644, 11267, 14317, 11394, 12045, 11026, 11621, 11510, 11559, 11947, 12524, 12051, 11159, 11699, 10873, 12869, 11372, 14047, 14186, 11792, 11259, 11577, 11949, 13745, 11077, 13229, 11792, 12778, 11260, 13563, 10982, 13794, 12135, 13693, 11618, 12952, 11805, 12188, 11694, 13237, 12425, 12945, 10724, 12486, 11534, 11267, 14846, 11864, 14780, 10766, 13256, 11054, 13366, 11167, 12999, 12447, 11311, 11391, 10394, 12540, 11654, 13087, 14346, 11883, 10675, 12949, 12622, 12204, 15541, 11640, 14984, 10907, 13952, 11015, 15118, 10663, 14590, 11026, 12779, 11152, 11535, 12008, 12154, 12920, 12285, 11571, 12186, 12314, 11355, 13806, 11269, 15503, 11045, 15431, 11147, 15480, 10958, 13797, 10677, 13838, 11016, 13938, 11043, 15200, 11213, 13627, 11195, 15466, 11124, 11933, 11618, 11854, 12473, 14781, 12977, 12977, 11369, 11744, 11225, 11873, 13019, 11602, 13171, 11651, 13163, 10907, 13094, 11143, 13592, 10960, 14559, 11577, 14950, 11006, 14289, 11300, 13567, 11663, 12506, 11391, 11709, 11388, 12004, 11483, 13208, 11358, 14345, 10575, 13915, 11037, 14606, 10819, 15704, 11101, 12679, 11071, 13517, 11484, 15313, 11147, 14200, 10877, 12813, 11351, 12100, 11249, 11593, 12093, 10537, 11195, 12166, 11849, 11598, 13699, 11757, 16319, 11139, 14162, 10764, 14279, 10958, 15064, 11014, 15904, 10945, 14222, 11122, 13691, 10678, 11806, 11020, 10168, 10881, 12003, 12553, 11677, 14710, 10937, 15758, 10783, 15897, 10987, 16322, 11359, 15357, 10899, 14167, 10657, 14413, 10781, 14391, 10930, 13591, 10927, 14686, 10739, 14458, 11879, 11757, 11322, 10901, 12692, 10381, 11915, 11365, 13821, 11014, 14131, 10794, 14801, 10752, 16621, 10736, 13587, 11105, 12964, 12330, 11350, 11433, 11458, 12967, 11160, 14186, 10711, 11937, 12204, 11956, 11684, 13645, 11109, 14126, 11011, 13500, 10694, 11876, 11109, 10564, 13545, 11955, 13085, 11784, 14259, 11015, 14183, 10957, 14202, 12180, 13805, 11475, 11796, 11909, 12030, 12994, 14405, 12880, 12300, 12015, 11516, 12336, 13234, 11450, 14632, 12286, 12760, 11335, 12111, 11444, 12177, 12810, 12490, 12257, 11329, 12471, 11589, 12919, 13780, 13113, 14521, 11730, 10847, 12310, 11178, 12578, 12151, 13055, 11599, 11195, 11988, 11144, 12428, 12208, 12191, 13966, 11633, 14732, 11257, 14482, 11446, 14040, 11048, 15789, 10539, 13191, 11184, 12910, 11118, 12025, 11621, 10588, 11161, 11813, 13915, 10285, 14636, 11872, 11982, 12436, 11658, 11957, 14570, 10640, 14337, 10785, 12474, 10441, 12526, 11913, 12294, 12758, 12692, 10944, 12219, 10612, 13388, 10516, 14012, 10655, 11087, 11916, 11068, 12375, 13865, 11946, 11860, 11665, 12919, 10841, 13774, 12714, 13105, 12611, 11495, 11771, 11187, 12145, 11394, 12736, 11058, 11974, 11156, 12231, 11254, 11757, 13160, 10683, 11237, 12257, 11387, 12548, 13132, 12106, 13104, 11592, 14505, 11072, 14666, 10770, 17075, 10860, 15872, 10739, 14942, 10924, 14944, 10980, 15681, 10691, 14605, 10930, 15574, 11447, 13967, 10874, 13707, 10915, 13319, 11346, 11900, 11533, 11070, 12647, 11198, 13978, 11874, 13965, 11707, 11116, 12511, 11680, 12595, 13047, 11881, 14367, 11902, 14683, 12042, 14414, 12086, 16628, 11459, 14928, 11113, 15108, 10963, 14370, 12100, 12994, 10835, 14248, 11049, 15837, 10833, 16623, 10745, 14940, 10702, 14438, 10942, 12743, 12347, 10610, 11327, 11201, 13013, 10726, 14535, 11248, 11465, 12326, 12645, 11756, 11538, 12294, 11332, 11901, 11326, 12623, 10929, 11621, 14331, 11047, 14509, 10938, 15192, 11223, 16524, 10953, 14251, 11580, 11595, 12359, 13232, 11398, 11423, 12692, 10932, 12016, 11240, 11829, 13293, 11472, 14988, 10853, 14695, 11480, 14189, 11340, 15614, 11169, 14422, 11651, 13733, 11443, 12996, 11324, 15072, 11399, 14502, 11831, 14234, 12462, 13900, 12347, 13321, 11780, 12481, 11335, 12363, 11162, 11674, 12352, 11220, 11700, 12714, 11348, 13390, 11540, 14758, 11326, 13689, 11671, 13178, 11456, 17088, 11520, 13413, 12102, 11422, 10718, 11448, 14913, 10761, 14396, 11608, 10320, 13114, 10067, 13944, 11955, 14394, 11727, 11515, 11450, 11725, 11998, 12094, 11681, 13296, 11207, 14473, 11173, 13616, 11308, 13566, 10853, 13766, 11000, 14208, 10869, 14716, 11182, 16171, 11119, 14749, 10811, 15093, 10640, 16718, 12264, 12979, 10927, 12899, 11139, 15105, 11648, 13790, 11304, 12364, 11509, 12844, 11181, 14973, 11849, 13461, 10900, 12306, 11185, 14023, 11985, 14953, 11865, 11240, 11644, 12056, 11685, 12871, 12032, 13593, 10870, 12137, 11009, 12770, 10822, 14162, 11309, 13158, 10731, 12302, 10933, 12680, 10778, 13557, 11356, 11885, 11065, 12180, 11017, 13381, 10925, 16397, 11377, 13661, 10490, 13971, 10464, 14686, 10209, 14745, 10144, 13545, 10354, 14286, 10279, 14427, 10532, 14382, 10363, 13506, 10483, 14169, 10623, 16441, 11365, 13768, 10545, 13809, 10804, 12475, 11661, 12206, 13264, 12174, 12986, 12238, 11904, 15939, 10722, 15974, 10405, 16130, 11362, 14024, 12094, 13192, 12484, 12935, 11937, 11365, 14092, 10912, 15464, 11775, 12444, 10924, 12904, 10948, 12296, 11672, 12401, 10884, 11674, 11848, 12943, 11632, 15503, 12420, 13827, 11076, 11850, 13437, 14350, 12147, 16658, 13336, 13251, 10699, 12668, 11246, 12298, 11320, 12076, 10987, 11415, 11387, 12599, 13688, 12802, 12788, 16138, 11545, 12917, 11078, 12369, 10871, 13003, 10828, 12716, 10968, 12478, 10925, 12220, 12175, 15926, 13475, 14412, 10994, 17662, 11033, 16541, 11172, 16020, 11500, 14118, 11998, 12917, 12508, 13502, 11635, 11366, 12971, 10861, 12322, 12358, 12237, 13119, 12420, 13667, 11661, 12974, 12651, 12508, 11616], 'WindowCenter': [4966.0, 4902.0, 4907.0, 4887.0, 4913.0, 4861.0, 4880.0, 4870.0, 4859.0, 4859.0, 4868.0, 4860.0, 4878.0, 4857.0, 4886.0, 4859.0, 4876.0, 4859.0, 4886.0, 4859.0, 4887.0, 4858.0, 4895.0, 4857.0, 4876.0, 4858.0, 4886.0, 4870.0, 4888.0, 4871.0, 4889.0, 4861.0, 4879.0, 4881.0, 4880.0, 4882.0, 4881.0, 4872.0, 4872.0, 4879.0, 4870.0, 4901.0, 4870.0, 4887.0, 4857.0, 4868.0, 4858.0, 4877.0, 4857.0, 4876.0, 4856.0, 4877.0, 4847.0, 4857.0, 4845.0, 4858.0, 4868.0, 4869.0, 4867.0, 4859.0, 4868.0, 4870.0, 4887.0, 4870.0, 4898.0, 4859.0, 4897.0, 4860.0, 4896.0, 4858.0, 4886.0, 4869.0, 4877.0, 4857.0, 4857.0, 4868.0, 4868.0, 4880.0, 4879.0, 4881.0, 4890.0, 4882.0, 4900.0, 4883.0, 4891.0, 4885.0, 4901.0, 4893.0, 4909.0, 4870.0, 4880.0, 4872.0, 4878.0, 4883.0, 4900.0, 4881.0, 4888.0, 4871.0, 4888.0, 4871.0, 4888.0, 4883.0, 4900.0, 4870.0, 4868.0, 4860.0, 4869.0, 4881.0, 4881.0, 4894.0, 4880.0, 4891.0, 4871.0, 4882.0, 4871.0, 4902.0, 4883.0, 4912.0, 4899.0, 4881.0, 4871.0, 4871.0, 4880.0, 4901.0, 4869.0, 4890.0, 4870.0, 4879.0, 4869.0, 4888.0, 4870.0, 4890.0, 4879.0, 4888.0, 4868.0, 4878.0, 4867.0, 4868.0, 4879.0, 4889.0, 4879.0, 4879.0, 4860.0, 4880.0, 4869.0, 4872.0, 4899.0, 4881.0, 4898.0, 4872.0, 4888.0, 4871.0, 4899.0, 4882.0, 4888.0, 4880.0, 4870.0, 4880.0, 4861.0, 4892.0, 4881.0, 4892.0, 4899.0, 4881.0, 4861.0, 4888.0, 4879.0, 4882.0, 4898.0, 4870.0, 4886.0, 4859.0, 4886.0, 4858.0, 4908.0, 4871.0, 4897.0, 4871.0, 4888.0, 4869.0, 4868.0, 4892.0, 4880.0, 4878.0, 4879.0, 4870.0, 4880.0, 4880.0, 4872.0, 4889.0, 4871.0, 4898.0, 4870.0, 4899.0, 4859.0, 4896.0, 4859.0, 4887.0, 4859.0, 4888.0, 4872.0, 4887.0, 4869.0, 4897.0, 4858.0, 4886.0, 4869.0, 4896.0, 4868.0, 4867.0, 4868.0, 4866.0, 4878.0, 4886.0, 4865.0, 4863.0, 4844.0, 4855.0, 4854.0, 4855.0, 4875.0, 4856.0, 4875.0, 4855.0, 4874.0, 4858.0, 4875.0, 4858.0, 4874.0, 4859.0, 4886.0, 4867.0, 4895.0, 4858.0, 4885.0, 4858.0, 4887.0, 4868.0, 4877.0, 4868.0, 4866.0, 4867.0, 4878.0, 4881.0, 4888.0, 4869.0, 4886.0, 4860.0, 4887.0, 4872.0, 4910.0, 4871.0, 4896.0, 4870.0, 4878.0, 4870.0, 4887.0, 4871.0, 4909.0, 4870.0, 4886.0, 4860.0, 4877.0, 4870.0, 4878.0, 4882.0, 4880.0, 4892.0, 4873.0, 4882.0, 4892.0, 4882.0, 4895.0, 4902.0, 4881.0, 4920.0, 4883.0, 4899.0, 4871.0, 4911.0, 4874.0, 4899.0, 4861.0, 4908.0, 4871.0, 4888.0, 4882.0, 4900.0, 4872.0, 4880.0, 4873.0, 4861.0, 4873.0, 4904.0, 4903.0, 4894.0, 4922.0, 4885.0, 4922.0, 4871.0, 4935.0, 4884.0, 4910.0, 4873.0, 4897.0, 4861.0, 4887.0, 4872.0, 4899.0, 4871.0, 4899.0, 4872.0, 4877.0, 4870.0, 4911.0, 4871.0, 4888.0, 4880.0, 4869.0, 4871.0, 4860.0, 4891.0, 4862.0, 4881.0, 4871.0, 4898.0, 4872.0, 4899.0, 4885.0, 4910.0, 4873.0, 4910.0, 4873.0, 4889.0, 4884.0, 4891.0, 4892.0, 4871.0, 4881.0, 4871.0, 4890.0, 4870.0, 4901.0, 4860.0, 4869.0, 4869.0, 4868.0, 4879.0, 4888.0, 4882.0, 4900.0, 4873.0, 4889.0, 4862.0, 4881.0, 4881.0, 4873.0, 4903.0, 4882.0, 4892.0, 4881.0, 4900.0, 4873.0, 4900.0, 4886.0, 4901.0, 4892.0, 4891.0, 4882.0, 4880.0, 4882.0, 4880.0, 4903.0, 4900.0, 4890.0, 4879.0, 4880.0, 4869.0, 4880.0, 4888.0, 4882.0, 4898.0, 4881.0, 4880.0, 4870.0, 4878.0, 4871.0, 4891.0, 4892.0, 4878.0, 4879.0, 4860.0, 4880.0, 4859.0, 4880.0, 4890.0, 4890.0, 4888.0, 4869.0, 4859.0, 4880.0, 4858.0, 4880.0, 4880.0, 4879.0, 4859.0, 4858.0, 4868.0, 4859.0, 4881.0, 4881.0, 4880.0, 4900.0, 4881.0, 4900.0, 4872.0, 4900.0, 4884.0, 4900.0, 4872.0, 4909.0, 4862.0, 4890.0, 4873.0, 4903.0, 4885.0, 4882.0, 4884.0, 4875.0, 4884.0, 4883.0, 4904.0, 4874.0, 4912.0, 4881.0, 4881.0, 4881.0, 4870.0, 4871.0, 4912.0, 4862.0, 4899.0, 4859.0, 4880.0, 4859.0, 4880.0, 4881.0, 4882.0, 4878.0, 4879.0, 4859.0, 4879.0, 4849.0, 4889.0, 4859.0, 4888.0, 4849.0, 4859.0, 4870.0, 4870.0, 4893.0, 4900.0, 4880.0, 4881.0, 4872.0, 4890.0, 4868.0, 4902.0, 4890.0, 4879.0, 4868.0, 4858.0, 4866.0, 4859.0, 4879.0, 4870.0, 4876.0, 4870.0, 4868.0, 4869.0, 4868.0, 4871.0, 4869.0, 4890.0, 4860.0, 4871.0, 4880.0, 4870.0, 4892.0, 4890.0, 4880.0, 4890.0, 4871.0, 4888.0, 4871.0, 4901.0, 4872.0, 4908.0, 4872.0, 4909.0, 4861.0, 4910.0, 4872.0, 4898.0, 4860.0, 4898.0, 4860.0, 4898.0, 4872.0, 4897.0, 4871.0, 4888.0, 4861.0, 4887.0, 4871.0, 4888.0, 4871.0, 4881.0, 4881.0, 4871.0, 4890.0, 4881.0, 4902.0, 4870.0, 4889.0, 4869.0, 4859.0, 4878.0, 4880.0, 4890.0, 4878.0, 4870.0, 4888.0, 4870.0, 4898.0, 4882.0, 4899.0, 4879.0, 4905.0, 4869.0, 4896.0, 4859.0, 4909.0, 4870.0, 4886.0, 4881.0, 4878.0, 4860.0, 4886.0, 4870.0, 4908.0, 4860.0, 4894.0, 4859.0, 4885.0, 4857.0, 4897.0, 4860.0, 4877.0, 4878.0, 4848.0, 4858.0, 4859.0, 4889.0, 4858.0, 4886.0, 4846.0, 4857.0, 4867.0, 4866.0, 4856.0, 4868.0, 4867.0, 4857.0, 4869.0, 4869.0, 4880.0, 4860.0, 4870.0, 4897.0, 4872.0, 4899.0, 4871.0, 4910.0, 4870.0, 4907.0, 4858.0, 4886.0, 4857.0, 4855.0, 4879.0, 4877.0, 4856.0, 4858.0, 4878.0, 4857.0, 4868.0, 4869.0, 4880.0, 4889.0, 4871.0, 4899.0, 4871.0, 4898.0, 4881.0, 4899.0, 4860.0, 4897.0, 4859.0, 4886.0, 4869.0, 4888.0, 4870.0, 4877.0, 4857.0, 4896.0, 4858.0, 4886.0, 4868.0, 4898.0, 4879.0, 4877.0, 4868.0, 4888.0, 4867.0, 4868.0, 4856.0, 4874.0, 4857.0, 4858.0, 4867.0, 4857.0, 4868.0, 4878.0, 4885.0, 4891.0, 4869.0, 4899.0, 4867.0, 4888.0, 4871.0, 4878.0, 4869.0, 4908.0, 4872.0, 4891.0, 4893.0, 4894.0, 4873.0, 4884.0, 4909.0, 4874.0, 4901.0, 4882.0, 4859.0, 4891.0, 4853.0, 4903.0, 4870.0, 4889.0, 4869.0, 4859.0, 4859.0, 4870.0, 4869.0, 4867.0, 4869.0, 4877.0, 4860.0, 4888.0, 4884.0, 4890.0, 4872.0, 4890.0, 4873.0, 4900.0, 4874.0, 4913.0, 4885.0, 4900.0, 4885.0, 4923.0, 4885.0, 4901.0, 4875.0, 4913.0, 4873.0, 4911.0, 4883.0, 4893.0, 4872.0, 4880.0, 4885.0, 4900.0, 4872.0, 4890.0, 4871.0, 4879.0, 4869.0, 4879.0, 4873.0, 4898.0, 4871.0, 4878.0, 4860.0, 4868.0, 4871.0, 4889.0, 4870.0, 4887.0, 4868.0, 4858.0, 4859.0, 4867.0, 4880.0, 4876.0, 4866.0, 4866.0, 4847.0, 4855.0, 4858.0, 4866.0, 4860.0, 4886.0, 4859.0, 4876.0, 4858.0, 4867.0, 4857.0, 4878.0, 4872.0, 4877.0, 4860.0, 4868.0, 4859.0, 4867.0, 4860.0, 4889.0, 4872.0, 4896.0, 4870.0, 4877.0, 4860.0, 4886.0, 4861.0, 4898.0, 4851.0, 4887.0, 4851.0, 4889.0, 4862.0, 4898.0, 4863.0, 4897.0, 4872.0, 4899.0, 4861.0, 4889.0, 4862.0, 4901.0, 4863.0, 4906.0, 4871.0, 4888.0, 4860.0, 4890.0, 4871.0, 4879.0, 4871.0, 4882.0, 4892.0, 4880.0, 4892.0, 4881.0, 4871.0, 4898.0, 4861.0, 4896.0, 4850.0, 4897.0, 4868.0, 4888.0, 4868.0, 4878.0, 4868.0, 4878.0, 4855.0, 4859.0, 4888.0, 4859.0, 4884.0, 4868.0, 4864.0, 4858.0, 4877.0, 4871.0, 4867.0, 4869.0, 4878.0, 4860.0, 4869.0, 4870.0, 4875.0, 4882.0, 4899.0, 4892.0, 4890.0, 4871.0, 4878.0, 4890.0, 4900.0, 4893.0, 4897.0, 4889.0, 4876.0, 4859.0, 4878.0, 4869.0, 4880.0, 4871.0, 4878.0, 4860.0, 4870.0, 4868.0, 4879.0, 4900.0, 4891.0, 4890.0, 4895.0, 4868.0, 4866.0, 4858.0, 4866.0, 4860.0, 4877.0, 4860.0, 4878.0, 4860.0, 4879.0, 4871.0, 4880.0, 4881.0, 4908.0, 4901.0, 4899.0, 4870.0, 4906.0, 4861.0, 4897.0, 4858.0, 4896.0, 4865.0, 4886.0, 4868.0, 4876.0, 4880.0, 4888.0, 4868.0, 4868.0, 4878.0, 4859.0, 4877.0, 4878.0, 4868.0, 4887.0, 4868.0, 4887.0, 4867.0, 4888.0, 4878.0, 4877.0, 4870.0], 'WindowWidth': [10774.0, 10676.0, 10671.0, 10643.0, 10671.0, 10596.0, 10620.0, 10605.0, 10588.0, 10589.0, 10598.0, 10591.0, 10614.0, 10584.0, 10622.0, 10586.0, 10608.0, 10587.0, 10620.0, 10589.0, 10622.0, 10583.0, 10631.0, 10583.0, 10605.0, 10586.0, 10622.0, 10608.0, 10626.0, 10610.0, 10630.0, 10596.0, 10616.0, 10623.0, 10618.0, 10626.0, 10621.0, 10611.0, 10611.0, 10619.0, 10606.0, 10650.0, 10605.0, 10627.0, 10583.0, 10599.0, 10586.0, 10610.0, 10583.0, 10609.0, 10579.0, 10610.0, 10568.0, 10583.0, 10563.0, 10586.0, 10601.0, 10603.0, 10596.0, 10589.0, 10599.0, 10606.0, 10623.0, 10607.0, 10641.0, 10589.0, 10637.0, 10591.0, 10635.0, 10586.0, 10622.0, 10604.0, 10610.0, 10582.0, 10583.0, 10600.0, 10600.0, 10619.0, 10617.0, 10624.0, 10633.0, 10626.0, 10648.0, 10629.0, 10637.0, 10636.0, 10653.0, 10642.0, 10658.0, 10607.0, 10619.0, 10610.0, 10615.0, 10630.0, 10647.0, 10621.0, 10627.0, 10608.0, 10625.0, 10607.0, 10629.0, 10631.0, 10647.0, 10606.0, 10600.0, 10593.0, 10604.0, 10623.0, 10622.0, 10648.0, 10621.0, 10638.0, 10609.0, 10627.0, 10609.0, 10656.0, 10630.0, 10668.0, 10644.0, 10621.0, 10607.0, 10608.0, 10618.0, 10652.0, 10604.0, 10634.0, 10606.0, 10615.0, 10606.0, 10628.0, 10609.0, 10635.0, 10616.0, 10628.0, 10600.0, 10612.0, 10599.0, 10600.0, 10620.0, 10630.0, 10616.0, 10617.0, 10591.0, 10622.0, 10604.0, 10613.0, 10646.0, 10623.0, 10642.0, 10612.0, 10628.0, 10608.0, 10647.0, 10627.0, 10628.0, 10620.0, 10605.0, 10620.0, 10597.0, 10642.0, 10625.0, 10638.0, 10643.0, 10623.0, 10594.0, 10631.0, 10615.0, 10625.0, 10643.0, 10606.0, 10623.0, 10591.0, 10622.0, 10588.0, 10657.0, 10609.0, 10638.0, 10610.0, 10628.0, 10606.0, 10601.0, 10639.0, 10619.0, 10616.0, 10617.0, 10604.0, 10618.0, 10620.0, 10612.0, 10630.0, 10610.0, 10642.0, 10607.0, 10644.0, 10590.0, 10636.0, 10589.0, 10624.0, 10591.0, 10628.0, 10613.0, 10625.0, 10602.0, 10638.0, 10585.0, 10622.0, 10601.0, 10636.0, 10600.0, 10598.0, 10600.0, 10592.0, 10611.0, 10620.0, 10590.0, 10582.0, 10559.0, 10574.0, 10574.0, 10575.0, 10603.0, 10579.0, 10603.0, 10577.0, 10601.0, 10586.0, 10605.0, 10585.0, 10603.0, 10589.0, 10621.0, 10597.0, 10634.0, 10585.0, 10618.0, 10586.0, 10624.0, 10599.0, 10609.0, 10599.0, 10593.0, 10598.0, 10615.0, 10623.0, 10626.0, 10604.0, 10622.0, 10591.0, 10624.0, 10611.0, 10663.0, 10609.0, 10637.0, 10606.0, 10612.0, 10607.0, 10624.0, 10608.0, 10660.0, 10608.0, 10622.0, 10591.0, 10611.0, 10607.0, 10613.0, 10625.0, 10621.0, 10642.0, 10615.0, 10627.0, 10639.0, 10626.0, 10650.0, 10654.0, 10623.0, 10675.0, 10628.0, 10645.0, 10610.0, 10665.0, 10618.0, 10644.0, 10593.0, 10655.0, 10607.0, 10628.0, 10627.0, 10650.0, 10612.0, 10620.0, 10615.0, 10597.0, 10616.0, 10660.0, 10659.0, 10647.0, 10684.0, 10635.0, 10682.0, 10613.0, 10707.0, 10636.0, 10662.0, 10614.0, 10639.0, 10595.0, 10626.0, 10613.0, 10646.0, 10611.0, 10643.0, 10611.0, 10611.0, 10606.0, 10666.0, 10611.0, 10625.0, 10621.0, 10602.0, 10608.0, 10591.0, 10638.0, 10597.0, 10622.0, 10610.0, 10644.0, 10611.0, 10645.0, 10635.0, 10663.0, 10615.0, 10660.0, 10613.0, 10630.0, 10631.0, 10635.0, 10641.0, 10609.0, 10622.0, 10607.0, 10635.0, 10606.0, 10650.0, 10592.0, 10602.0, 10600.0, 10600.0, 10617.0, 10628.0, 10628.0, 10649.0, 10614.0, 10631.0, 10599.0, 10621.0, 10624.0, 10613.0, 10656.0, 10626.0, 10640.0, 10625.0, 10648.0, 10615.0, 10648.0, 10640.0, 10652.0, 10642.0, 10635.0, 10626.0, 10620.0, 10625.0, 10620.0, 10656.0, 10647.0, 10634.0, 10616.0, 10619.0, 10601.0, 10620.0, 10628.0, 10627.0, 10640.0, 10622.0, 10618.0, 10606.0, 10614.0, 10608.0, 10640.0, 10639.0, 10613.0, 10617.0, 10590.0, 10618.0, 10587.0, 10619.0, 10633.0, 10631.0, 10624.0, 10602.0, 10588.0, 10619.0, 10584.0, 10619.0, 10619.0, 10616.0, 10585.0, 10585.0, 10599.0, 10588.0, 10622.0, 10621.0, 10619.0, 10646.0, 10622.0, 10646.0, 10610.0, 10647.0, 10634.0, 10649.0, 10611.0, 10660.0, 10598.0, 10632.0, 10615.0, 10658.0, 10634.0, 10625.0, 10632.0, 10620.0, 10632.0, 10627.0, 10658.0, 10618.0, 10667.0, 10622.0, 10622.0, 10621.0, 10605.0, 10607.0, 10667.0, 10598.0, 10643.0, 10589.0, 10620.0, 10588.0, 10619.0, 10623.0, 10625.0, 10613.0, 10617.0, 10587.0, 10616.0, 10573.0, 10631.0, 10587.0, 10627.0, 10573.0, 10587.0, 10604.0, 10604.0, 10642.0, 10646.0, 10619.0, 10622.0, 10610.0, 10634.0, 10602.0, 10655.0, 10633.0, 10617.0, 10598.0, 10585.0, 10592.0, 10588.0, 10617.0, 10606.0, 10607.0, 10604.0, 10597.0, 10602.0, 10598.0, 10609.0, 10602.0, 10633.0, 10591.0, 10607.0, 10618.0, 10607.0, 10641.0, 10634.0, 10617.0, 10632.0, 10607.0, 10626.0, 10609.0, 10651.0, 10611.0, 10654.0, 10612.0, 10658.0, 10595.0, 10660.0, 10613.0, 10640.0, 10592.0, 10640.0, 10592.0, 10641.0, 10612.0, 10638.0, 10607.0, 10626.0, 10595.0, 10623.0, 10608.0, 10627.0, 10609.0, 10620.0, 10622.0, 10609.0, 10635.0, 10626.0, 10655.0, 10603.0, 10629.0, 10600.0, 10589.0, 10613.0, 10619.0, 10634.0, 10613.0, 10604.0, 10626.0, 10604.0, 10639.0, 10625.0, 10645.0, 10616.0, 10648.0, 10602.0, 10635.0, 10588.0, 10660.0, 10608.0, 10621.0, 10622.0, 10612.0, 10592.0, 10622.0, 10605.0, 10657.0, 10591.0, 10631.0, 10588.0, 10618.0, 10586.0, 10639.0, 10591.0, 10609.0, 10614.0, 10571.0, 10586.0, 10589.0, 10632.0, 10585.0, 10621.0, 10564.0, 10579.0, 10595.0, 10594.0, 10578.0, 10599.0, 10596.0, 10583.0, 10600.0, 10603.0, 10619.0, 10592.0, 10605.0, 10641.0, 10610.0, 10644.0, 10609.0, 10662.0, 10606.0, 10650.0, 10585.0, 10619.0, 10582.0, 10578.0, 10618.0, 10610.0, 10579.0, 10583.0, 10612.0, 10582.0, 10600.0, 10603.0, 10620.0, 10630.0, 10608.0, 10644.0, 10609.0, 10641.0, 10623.0, 10644.0, 10589.0, 10638.0, 10588.0, 10621.0, 10601.0, 10627.0, 10606.0, 10608.0, 10582.0, 10635.0, 10585.0, 10618.0, 10598.0, 10641.0, 10618.0, 10608.0, 10597.0, 10627.0, 10594.0, 10597.0, 10581.0, 10605.0, 10580.0, 10584.0, 10596.0, 10581.0, 10600.0, 10612.0, 10637.0, 10636.0, 10604.0, 10643.0, 10599.0, 10627.0, 10607.0, 10613.0, 10601.0, 10655.0, 10611.0, 10636.0, 10644.0, 10647.0, 10617.0, 10631.0, 10659.0, 10618.0, 10648.0, 10626.0, 10589.0, 10636.0, 10587.0, 10655.0, 10603.0, 10629.0, 10599.0, 10585.0, 10586.0, 10603.0, 10600.0, 10594.0, 10599.0, 10609.0, 10589.0, 10626.0, 10631.0, 10632.0, 10609.0, 10632.0, 10614.0, 10647.0, 10618.0, 10670.0, 10633.0, 10648.0, 10631.0, 10681.0, 10632.0, 10649.0, 10619.0, 10670.0, 10615.0, 10662.0, 10627.0, 10640.0, 10611.0, 10618.0, 10633.0, 10645.0, 10610.0, 10630.0, 10606.0, 10616.0, 10604.0, 10615.0, 10614.0, 10640.0, 10605.0, 10613.0, 10591.0, 10598.0, 10607.0, 10628.0, 10603.0, 10621.0, 10598.0, 10584.0, 10587.0, 10595.0, 10619.0, 10608.0, 10595.0, 10590.0, 10567.0, 10575.0, 10583.0, 10591.0, 10591.0, 10620.0, 10587.0, 10606.0, 10584.0, 10593.0, 10583.0, 10611.0, 10611.0, 10611.0, 10591.0, 10597.0, 10587.0, 10593.0, 10589.0, 10628.0, 10611.0, 10632.0, 10603.0, 10607.0, 10589.0, 10619.0, 10594.0, 10641.0, 10579.0, 10623.0, 10579.0, 10629.0, 10595.0, 10641.0, 10599.0, 10640.0, 10612.0, 10642.0, 10596.0, 10627.0, 10596.0, 10649.0, 10600.0, 10648.0, 10608.0, 10626.0, 10591.0, 10633.0, 10610.0, 10617.0, 10609.0, 10624.0, 10639.0, 10618.0, 10641.0, 10624.0, 10607.0, 10639.0, 10594.0, 10634.0, 10577.0, 10636.0, 10602.0, 10626.0, 10597.0, 10612.0, 10597.0, 10612.0, 10576.0, 10586.0, 10627.0, 10587.0, 10612.0, 10597.0, 10588.0, 10585.0, 10608.0, 10609.0, 10599.0, 10603.0, 10613.0, 10591.0, 10600.0, 10606.0, 10607.0, 10625.0, 10643.0, 10641.0, 10631.0, 10609.0, 10615.0, 10634.0, 10646.0, 10641.0, 10636.0, 10631.0, 10606.0, 10587.0, 10611.0, 10603.0, 10618.0, 10608.0, 10612.0, 10593.0, 10605.0, 10602.0, 10617.0, 10647.0, 10638.0, 10632.0, 10632.0, 10598.0, 10592.0, 10585.0, 10593.0, 10591.0, 10610.0, 10591.0, 10613.0, 10592.0, 10615.0, 10609.0, 10620.0, 10622.0, 10655.0, 10649.0, 10643.0, 10605.0, 10651.0, 10595.0, 10637.0, 10584.0, 10634.0, 10594.0, 10620.0, 10598.0, 10610.0, 10620.0, 10627.0, 10599.0, 10600.0, 10613.0, 10588.0, 10611.0, 10613.0, 10600.0, 10626.0, 10599.0, 10626.0, 10598.0, 10627.0, 10613.0, 10611.0, 10605.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.0002117396313364055</td></tr>
<tr><td colspan=3>aqi</td><td>0.01827313156682028</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.34620907625143</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2224597786851208</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9764549745674735</td></tr>
<tr><td colspan=3>efc</td><td>0.4855</td></tr>
<tr><td colspan=3>fber</td><td>5474.9468</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08455932517040267</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4608294930875576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4129199156750833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3917722157029795</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6003727561841004</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.24661477513817</td></tr>
<tr><td colspan=3>gcor</td><td>0.00578701</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01478575635701418</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028256893157958984</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9344904099660303</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>36.8646</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.6377</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.8088</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296065.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>958.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.0044</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7243</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>691.909</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4045.1184</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1074.3383</td></tr>
<tr><td colspan=3>tsnr</td><td>41.865679394686595</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>