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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0043_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-03/func/sub-0043_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8a58425206ea7f56b187b35783b957a7</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:38:16.445000</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.997165, 0.0638333, 0.0398459, -0.0662316, 0.99587, 0.0620914]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.082307</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7794, -7286, 599, -44, -290, 42, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d9ae1c0f-c86a-47d8-ab7e-fcd44be1fce3||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.6753201484680176, -0.17769458889961243, 0.09643825888633728, 118.69110870361328], [-0.17126022279262543, 2.6718478202819824, 0.17429685592651367, -97.86394500732422], [0.10690368711948395, -0.16658662259578705, 2.6926417350769043, -70.07633209228516], [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': ['133816.445000', '133816.905000', '133817.365000', '133817.825000', '133818.285000', '133818.745000', '133819.205000', '133819.665000', '133820.125000', '133820.585000', '133821.045000', '133821.505000', '133821.965000', '133822.425000', '133822.885000', '133823.345000', '133823.805000', '133824.265000', '133824.725000', '133825.185000', '133825.645000', '133826.105000', '133826.565000', '133827.025000', '133827.485000', '133827.945000', '133828.405000', '133828.865000', '133829.325000', '133829.785000', '133830.245000', '133830.705000', '133831.165000', '133831.625000', '133832.085000', '133832.545000', '133833.005000', '133833.465000', '133833.925000', '133834.385000', '133834.845000', '133835.305000', '133835.765000', '133836.225000', '133836.685000', '133837.145000', '133837.605000', '133838.065000', '133838.525000', '133838.985000', '133839.445000', '133839.905000', '133840.365000', '133840.825000', '133841.285000', '133841.745000', '133842.205000', '133842.665000', '133843.125000', '133843.585000', '133844.045000', '133844.505000', '133844.965000', '133845.425000', '133845.885000', '133846.345000', '133846.805000', '133847.265000', '133847.725000', '133848.185000', '133848.645000', '133849.105000', '133849.565000', '133850.025000', '133850.485000', '133850.945000', '133851.405000', '133851.865000', '133852.325000', '133852.785000', '133853.245000', '133853.705000', '133854.165000', '133854.625000', '133855.085000', '133855.545000', '133856.005000', '133856.465000', '133856.925000', '133857.385000', '133857.845000', '133858.305000', '133858.765000', '133859.225000', '133859.685000', '133900.145000', '133900.605000', '133901.065000', '133901.525000', '133901.985000', '133902.445000', '133902.905000', '133903.365000', '133903.825000', '133904.285000', '133904.745000', '133905.205000', '133905.665000', '133906.125000', '133906.585000', '133907.045000', '133907.505000', '133907.965000', '133908.425000', '133908.885000', '133909.345000', '133909.805000', '133910.265000', '133910.725000', '133911.185000', '133911.645000', '133912.105000', '133912.565000', '133913.025000', '133913.485000', '133913.945000', '133914.405000', '133914.865000', '133915.325000', '133915.785000', '133916.245000', '133916.705000', '133917.165000', '133917.625000', '133918.085000', '133918.545000', '133919.005000', '133919.465000', '133919.925000', '133920.385000', '133920.845000', '133921.305000', '133921.765000', '133922.225000', '133922.685000', '133923.145000', '133923.605000', '133924.065000', '133924.525000', '133924.985000', '133925.445000', '133925.905000', '133926.365000', '133926.825000', '133927.285000', '133927.745000', '133928.205000', '133928.665000', '133929.125000', '133929.585000', '133930.045000', '133930.505000', '133930.965000', '133931.425000', '133931.885000', '133932.345000', '133932.805000', '133933.265000', '133933.725000', '133934.185000', '133934.645000', '133935.105000', '133935.565000', '133936.025000', '133936.485000', '133936.945000', '133937.405000', '133937.865000', '133938.325000', '133938.785000', '133939.245000', '133939.705000', '133940.165000', '133940.625000', '133941.085000', '133941.545000', '133942.005000', '133942.465000', '133942.925000', '133943.385000', '133943.845000', '133944.305000', '133944.765000', '133945.225000', '133945.685000', '133946.145000', '133946.605000', '133947.065000', '133947.525000', '133947.985000', '133948.445000', '133948.905000', '133949.365000', '133949.825000', '133950.285000', '133950.745000', '133951.205000', '133951.665000', '133952.125000', '133952.585000', '133953.045000', '133953.505000', '133953.965000', '133954.425000', '133954.885000', '133955.345000', '133955.805000', '133956.265000', '133956.725000', '133957.185000', '133957.645000', '133958.105000', '133958.565000', '133959.025000', '133959.485000', '133959.945000', '134000.405000', '134000.865000', '134001.325000', '134001.785000', '134002.245000', '134002.705000', '134003.165000', '134003.625000', '134004.085000', '134004.545000', '134005.005000', '134005.465000', '134005.925000', '134006.385000', '134006.845000', '134007.305000', '134007.765000', '134008.225000', '134008.685000', '134009.145000', '134009.605000', '134010.065000', '134010.525000', '134010.985000', '134011.445000', '134011.905000', '134012.365000', '134012.825000', '134013.285000', '134013.745000', '134014.205000', '134014.665000', '134015.125000', '134015.585000', '134016.045000', '134016.505000', '134016.965000', '134017.425000', '134017.885000', '134018.345000', '134018.805000', '134019.265000', '134019.725000', '134020.185000', '134020.645000', '134021.105000', '134021.565000', '134022.025000', '134022.485000', '134022.945000', '134023.405000', '134023.865000', '134024.325000', '134024.785000', '134025.245000', '134025.705000', '134026.165000', '134026.625000', '134027.085000', '134027.545000', '134028.005000', '134028.465000', '134028.925000', '134029.385000', '134029.845000', '134030.305000', '134030.765000', '134031.225000', '134031.685000', '134032.145000', '134032.605000', '134033.065000', '134033.525000', '134033.985000', '134034.445000', '134034.905000', '134035.365000', '134035.825000', '134036.285000', '134036.745000', '134037.205000', '134037.665000', '134038.125000', '134038.585000', '134039.045000', '134039.505000', '134039.965000', '134040.425000', '134040.885000', '134041.345000', '134041.805000', '134042.265000', '134042.725000', '134043.185000', '134043.645000', '134044.105000', '134044.565000', '134045.025000', '134045.485000', '134045.945000', '134046.405000', '134046.865000', '134047.325000', '134047.785000', '134048.245000', '134048.705000', '134049.165000', '134049.625000', '134050.085000', '134050.545000', '134051.005000', '134051.465000', '134051.925000', '134052.385000', '134052.845000', '134053.305000', '134053.765000', '134054.225000', '134054.685000', '134055.145000', '134055.605000', '134056.065000', '134056.525000', '134056.985000', '134057.445000', '134057.905000', '134058.365000', '134058.825000', '134059.285000', '134059.745000', '134100.205000', '134100.665000', '134101.125000', '134101.585000', '134102.045000', '134102.505000', '134102.965000', '134103.425000', '134103.885000', '134104.345000', '134104.805000', '134105.265000', '134105.725000', '134106.185000', '134106.645000', '134107.105000', '134107.565000', '134108.025000', '134108.485000', '134108.945000', '134109.405000', '134109.865000', '134110.325000', '134110.785000', '134111.245000', '134111.705000', '134112.165000', '134112.625000', '134113.085000', '134113.545000', '134114.005000', '134114.465000', '134114.925000', '134115.385000', '134115.845000', '134116.305000', '134116.765000', '134117.225000', '134117.685000', '134118.145000', '134118.605000', '134119.065000', '134119.525000', '134119.985000', '134120.445000', '134120.905000', '134121.365000', '134121.825000', '134122.285000', '134122.745000', '134123.205000', '134123.665000', '134124.125000', '134124.585000', '134125.045000', '134125.505000', '134125.965000', '134126.425000', '134126.885000', '134127.345000', '134127.805000', '134128.265000', '134128.725000', '134129.185000', '134129.645000', '134130.105000', '134130.565000', '134131.025000', '134131.485000', '134131.945000', '134132.405000', '134132.865000', '134133.325000', '134133.785000', '134134.245000', '134134.705000', '134135.165000', '134135.625000', '134136.085000', '134136.545000', '134137.005000', '134137.465000', '134137.925000', '134138.385000', '134138.845000', '134139.305000', '134139.765000', '134140.225000', '134140.685000', '134141.145000', '134141.605000', '134142.065000', '134142.525000', '134142.985000', '134143.445000', '134143.905000', '134144.365000', '134144.825000', '134145.285000', '134145.745000', '134146.205000', '134146.665000', '134147.125000', '134147.585000', '134148.045000', '134148.505000', '134148.965000', '134149.425000', '134149.885000', '134150.345000', '134150.805000', '134151.265000', '134151.725000', '134152.185000', '134152.645000', '134153.105000', '134153.565000', '134154.025000', '134154.485000', '134154.945000', '134155.405000', '134155.865000', '134156.325000', '134156.785000', '134157.245000', '134157.705000', '134158.165000', '134158.625000', '134159.085000', '134159.545000', '134200.005000', '134200.465000', '134200.925000', '134201.385000', '134201.845000', '134202.305000', '134202.765000', '134203.225000', '134203.685000', '134204.145000', '134204.605000', '134205.065000', '134205.525000', '134205.985000', '134206.445000', '134206.905000', '134207.365000', '134207.825000', '134208.285000', '134208.745000', '134209.205000', '134209.665000', '134210.125000', '134210.585000', '134211.045000', '134211.505000', '134211.965000', '134212.425000', '134212.885000', '134213.345000', '134213.805000', '134214.265000', '134214.725000', '134215.185000', '134215.645000', '134216.105000', '134216.565000', '134217.025000', '134217.485000', '134217.945000', '134218.405000', '134218.865000', '134219.325000', '134219.785000', '134220.245000', '134220.705000', '134221.165000', '134221.625000', '134222.085000', '134222.545000', '134223.005000', '134223.465000', '134223.925000', '134224.385000', '134224.845000', '134225.305000', '134225.765000', '134226.225000', '134226.685000', '134227.145000', '134227.605000', '134228.065000', '134228.525000', '134228.985000', '134229.445000', '134229.905000', '134230.365000', '134230.825000', '134231.285000', '134231.745000', '134232.205000', '134232.665000', '134233.125000', '134233.585000', '134234.045000', '134234.505000', '134234.965000', '134235.425000', '134235.885000', '134236.345000', '134236.805000', '134237.265000', '134237.725000', '134238.185000', '134238.645000', '134239.105000', '134239.565000', '134240.025000', '134240.485000', '134240.945000', '134241.405000', '134241.865000', '134242.325000', '134242.785000', '134243.245000', '134243.705000', '134244.165000', '134244.625000', '134245.085000', '134245.545000', '134246.005000', '134246.465000', '134246.925000', '134247.385000', '134247.845000', '134248.305000', '134248.765000', '134249.225000', '134249.685000', '134250.145000', '134250.605000', '134251.065000', '134251.525000', '134251.985000', '134252.445000', '134252.905000', '134253.365000', '134253.825000', '134254.285000', '134254.745000', '134255.205000', '134255.665000', '134256.125000', '134256.585000', '134257.045000', '134257.505000', '134257.965000', '134258.425000', '134258.885000', '134259.345000', '134259.805000', '134300.265000', '134300.725000', '134301.185000', '134301.645000', '134302.105000', '134302.565000', '134303.025000', '134303.485000', '134303.945000', '134304.405000', '134304.865000', '134305.325000', '134305.785000', '134306.245000', '134306.705000', '134307.165000', '134307.625000', '134308.085000', '134308.545000', '134309.005000', '134309.465000', '134309.925000', '134310.385000', '134310.845000', '134311.305000', '134311.765000', '134312.225000', '134312.685000', '134313.145000', '134313.605000', '134314.065000', '134314.525000', '134314.985000', '134315.445000', '134315.905000', '134316.365000', '134316.825000', '134317.285000', '134317.745000', '134318.205000', '134318.665000', '134319.125000', '134319.585000', '134320.045000', '134320.505000', '134320.965000', '134321.425000', '134321.885000', '134322.345000', '134322.805000', '134323.265000', '134323.725000', '134324.185000', '134324.645000', '134325.105000', '134325.565000', '134326.025000', '134326.485000', '134326.945000', '134327.405000', '134327.865000', '134328.325000', '134328.785000', '134329.245000', '134329.705000', '134330.165000', '134330.625000', '134331.085000', '134331.545000', '134332.005000', '134332.465000', '134332.925000', '134333.385000', '134333.845000', '134334.305000', '134334.765000', '134335.225000', '134335.685000', '134336.145000', '134336.605000', '134337.065000', '134337.525000', '134337.985000', '134338.445000', '134338.905000', '134339.365000', '134339.825000', '134340.285000', '134340.745000', '134341.205000', '134341.665000', '134342.125000', '134342.585000', '134343.045000', '134343.505000', '134343.965000', '134344.425000', '134344.885000', '134345.345000', '134345.805000', '134346.265000', '134346.725000', '134347.185000', '134347.645000', '134348.105000', '134348.565000', '134349.025000', '134349.485000', '134349.945000', '134350.405000', '134350.865000', '134351.325000', '134351.785000', '134352.245000', '134352.705000', '134353.165000', '134353.625000', '134354.085000', '134354.545000', '134355.005000', '134355.465000', '134355.925000', '134356.385000', '134356.845000', '134357.305000', '134357.765000', '134358.225000', '134358.685000', '134359.145000', '134359.605000', '134400.065000', '134400.525000', '134400.985000', '134401.445000', '134401.905000', '134402.365000', '134402.825000', '134403.285000', '134403.745000', '134404.205000', '134404.665000', '134405.125000', '134405.585000', '134406.045000', '134406.505000', '134406.965000', '134407.425000', '134407.885000', '134408.345000', '134408.805000', '134409.265000', '134409.725000', '134410.185000', '134410.645000', '134411.105000', '134411.565000', '134412.025000', '134412.485000', '134412.945000', '134413.405000', '134413.865000', '134414.325000', '134414.785000', '134415.245000', '134415.705000', '134416.165000', '134416.625000', '134417.085000', '134417.545000', '134418.005000', '134418.465000', '134418.925000', '134419.385000', '134419.845000', '134420.305000', '134420.765000', '134421.225000', '134421.685000', '134422.145000', '134422.605000', '134423.065000', '134423.525000', '134423.985000', '134424.445000', '134424.905000', '134425.365000', '134425.825000', '134426.285000', '134426.745000', '134427.205000', '134427.665000', '134428.125000', '134428.585000', '134429.045000', '134429.505000', '134429.965000', '134430.425000', '134430.885000', '134431.345000', '134431.805000', '134432.265000', '134432.725000', '134433.185000', '134433.645000', '134434.105000', '134434.565000', '134435.025000', '134435.485000', '134435.945000', '134436.405000', '134436.865000', '134437.325000', '134437.785000', '134438.245000', '134438.705000', '134439.165000', '134439.625000', '134440.085000', '134440.545000', '134441.005000', '134441.465000', '134441.925000', '134442.385000', '134442.845000', '134443.305000', '134443.765000', '134444.225000', '134444.685000', '134445.145000', '134445.605000', '134446.065000', '134446.525000', '134446.985000', '134447.445000', '134447.905000', '134448.365000', '134448.825000', '134449.285000', '134449.745000', '134450.205000', '134450.665000', '134451.125000', '134451.585000', '134452.045000', '134452.505000', '134452.965000', '134453.425000', '134453.885000', '134454.345000', '134454.805000', '134455.265000', '134455.725000', '134456.185000', '134456.645000', '134457.105000'], 'ContentTime': ['133840.331000', '133840.334000', '133840.338000', '133840.341000', '133840.344000', '133840.347000', '133840.350000', '133840.353000', '133840.356000', '133840.360000', '133840.363000', '133840.365000', '133840.368000', '133840.371000', '133840.375000', '133840.378000', '133840.380000', '133840.383000', '133840.386000', '133840.389000', '133840.392000', '133840.395000', '133840.398000', '133840.401000', '133840.404000', '133840.407000', '133840.410000', '133840.413000', '133840.416000', '133840.419000', '133840.422000', '133840.424000', '133840.427000', '133840.430000', '133840.433000', '133840.436000', '133840.439000', '133840.441000', '133840.444000', '133840.447000', '133840.450000', '133840.453000', '133840.456000', '133840.459000', '133840.462000', '133840.476000', '133840.479000', '133840.482000', '133840.485000', '133900.303000', '133900.306000', '133900.308000', '133900.311000', '133900.314000', '133900.317000', '133900.319000', '133900.322000', '133900.325000', '133900.328000', '133900.331000', '133900.333000', '133900.336000', '133900.344000', '133900.347000', '133900.350000', '133900.352000', '133900.355000', '133900.358000', '133900.361000', '133900.364000', '133900.367000', '133900.370000', '133900.372000', '133900.375000', '133900.378000', '133900.381000', '133900.383000', '133900.386000', '133900.389000', '133900.392000', '133900.395000', '133900.397000', '133900.400000', '133900.403000', '133900.406000', '133900.408000', '133900.411000', '133900.414000', '133900.417000', '133900.420000', '133900.422000', '133900.425000', '133900.428000', '133920.304000', '133920.307000', '133920.309000', '133920.312000', '133920.315000', '133920.318000', '133920.321000', '133920.323000', '133920.326000', '133920.329000', '133920.332000', '133920.335000', '133920.337000', '133920.340000', '133920.343000', '133920.346000', '133920.349000', '133920.351000', '133920.354000', '133920.357000', '133920.360000', '133920.363000', '133920.365000', '133920.368000', '133920.371000', '133920.376000', '133920.379000', '133920.382000', '133920.385000', '133920.387000', '133920.390000', '133920.393000', '133920.397000', '133920.415000', '133920.418000', '133920.420000', '133920.423000', '133920.426000', '133920.429000', '133920.432000', '133920.434000', '133920.437000', '133920.440000', '133940.304000', '133940.307000', '133940.310000', '133940.312000', '133940.315000', '133940.318000', '133940.321000', '133940.324000', '133940.326000', '133940.329000', '133940.332000', '133940.335000', '133940.338000', '133940.340000', '133940.343000', '133940.346000', '133940.349000', '133940.352000', '133940.354000', '133940.357000', '133940.360000', '133940.363000', '133940.366000', '133940.369000', '133940.371000', '133940.374000', '133940.377000', '133940.380000', '133940.382000', '133940.385000', '133940.388000', '133940.391000', '133940.394000', '133940.397000', '133940.399000', '133940.402000', '133940.405000', '133940.408000', '133940.410000', '133940.413000', '133940.416000', '133940.419000', '133940.422000', '133940.424000', '134000.304000', '134000.307000', '134000.310000', '134000.312000', '134000.315000', '134000.318000', '134000.321000', '134000.324000', '134000.326000', '134000.329000', '134000.332000', '134000.335000', '134000.338000', '134000.340000', '134000.343000', '134000.346000', '134000.349000', '134000.352000', '134000.354000', '134000.357000', '134000.360000', '134000.363000', '134000.366000', '134000.368000', '134000.371000', '134000.374000', '134000.382000', '134000.385000', '134000.388000', '134000.390000', '134000.393000', '134000.396000', '134000.399000', '134000.402000', '134000.404000', '134000.407000', '134000.410000', '134000.413000', '134000.416000', '134000.418000', '134000.421000', '134000.424000', '134000.427000', '134020.303000', '134020.312000', '134020.315000', '134020.318000', '134020.320000', '134020.323000', '134020.326000', '134020.329000', '134020.332000', '134020.334000', '134020.337000', '134020.340000', '134020.343000', '134020.346000', '134020.348000', '134020.351000', '134020.354000', '134020.357000', '134020.360000', '134020.363000', '134020.365000', '134020.368000', '134020.371000', '134020.374000', '134020.377000', '134020.380000', '134020.382000', '134020.385000', '134020.388000', '134020.391000', '134020.394000', '134020.397000', '134020.399000', '134020.402000', '134020.405000', '134020.408000', '134020.411000', '134020.413000', '134020.416000', '134020.419000', '134020.422000', '134020.425000', '134020.427000', '134020.430000', '134040.303000', '134040.306000', '134040.309000', '134040.311000', '134040.314000', '134040.317000', '134040.320000', '134040.323000', '134040.325000', '134040.328000', '134040.331000', '134040.334000', '134040.337000', '134040.339000', '134040.342000', '134040.345000', '134040.348000', '134040.351000', '134040.356000', '134040.359000', '134040.362000', '134040.365000', '134040.367000', '134040.370000', '134040.373000', '134040.376000', '134040.379000', '134040.381000', '134040.384000', '134040.387000', '134040.390000', '134040.393000', '134040.395000', '134040.398000', '134040.401000', '134040.404000', '134040.407000', '134040.409000', '134040.412000', '134040.415000', '134040.418000', '134040.420000', '134040.423000', '134100.303000', '134100.306000', '134100.308000', '134100.311000', '134100.314000', '134100.317000', '134100.320000', '134100.322000', '134100.325000', '134100.328000', '134100.331000', '134100.333000', '134100.345000', '134100.348000', '134100.350000', '134100.353000', '134100.356000', '134100.359000', '134100.362000', '134100.365000', '134100.367000', '134100.370000', '134100.373000', '134100.376000', '134100.379000', '134100.381000', '134100.384000', '134100.387000', '134100.390000', '134100.404000', '134100.408000', '134100.410000', '134100.413000', '134100.416000', '134100.419000', '134100.421000', '134100.424000', '134100.427000', '134100.430000', '134100.433000', '134100.436000', '134100.438000', '134100.441000', '134100.444000', '134120.303000', '134120.306000', '134120.309000', '134120.311000', '134120.314000', '134120.317000', '134120.320000', '134120.323000', '134120.325000', '134120.328000', '134120.331000', '134120.334000', '134120.336000', '134120.339000', '134120.342000', '134120.345000', '134120.348000', '134120.350000', '134120.353000', '134120.356000', '134120.359000', '134120.362000', '134120.364000', '134120.367000', '134120.370000', '134120.373000', '134120.376000', '134120.379000', '134120.381000', '134120.384000', '134120.387000', '134120.390000', '134120.393000', '134120.395000', '134120.398000', '134120.401000', '134120.404000', '134120.407000', '134120.409000', '134120.412000', '134120.415000', '134120.418000', '134120.420000', '134140.306000', '134140.309000', '134140.312000', '134140.315000', '134140.318000', '134140.321000', '134140.324000', '134140.326000', '134140.329000', '134140.332000', '134140.335000', '134140.338000', '134140.340000', '134140.343000', '134140.346000', '134140.349000', '134140.352000', '134140.354000', '134140.357000', '134140.360000', '134140.363000', '134140.366000', '134140.368000', '134140.371000', '134140.374000', '134140.377000', '134140.380000', '134140.383000', '134140.386000', '134140.388000', '134140.391000', '134140.394000', '134140.397000', '134140.400000', '134140.402000', '134140.405000', '134140.408000', '134140.411000', '134140.414000', '134140.416000', '134140.419000', '134140.422000', '134140.425000', '134200.304000', '134200.307000', '134200.310000', '134200.312000', '134200.315000', '134200.318000', '134200.321000', '134200.324000', '134200.327000', '134200.329000', '134200.332000', '134200.335000', '134200.338000', '134200.341000', '134200.343000', '134200.346000', '134200.349000', '134200.352000', '134200.355000', '134200.357000', '134200.360000', '134200.363000', '134200.366000', '134200.369000', '134200.372000', '134200.374000', '134200.377000', '134200.380000', '134200.383000', '134200.385000', '134200.388000', '134200.391000', '134200.394000', '134200.397000', '134200.399000', '134200.402000', '134200.405000', '134200.408000', '134200.411000', '134200.413000', '134200.416000', '134200.419000', '134200.422000', '134200.425000', '134220.304000', '134220.307000', '134220.310000', '134220.313000', '134220.319000', '134220.322000', '134220.325000', '134220.327000', '134220.330000', '134220.333000', '134220.336000', '134220.339000', '134220.341000', '134220.344000', '134220.347000', '134220.350000', '134220.353000', '134220.356000', '134220.358000', '134220.361000', '134220.364000', '134220.367000', '134220.370000', '134220.373000', '134220.375000', '134220.378000', '134220.381000', '134220.384000', '134220.387000', '134220.389000', '134220.392000', '134220.395000', '134220.398000', '134220.401000', '134220.403000', '134220.406000', '134220.409000', '134220.412000', '134220.415000', '134220.417000', '134220.420000', '134220.423000', '134220.426000', '134240.303000', '134240.306000', '134240.308000', '134240.311000', '134240.314000', '134240.317000', '134240.320000', '134240.322000', '134240.325000', '134240.328000', '134240.331000', '134240.349000', '134240.352000', '134240.355000', '134240.358000', '134240.361000', '134240.363000', '134240.366000', '134240.369000', '134240.372000', '134240.375000', '134240.378000', '134240.380000', '134240.383000', '134240.386000', '134240.389000', '134240.392000', '134240.394000', '134240.397000', '134240.400000', '134240.403000', '134240.406000', '134240.408000', '134240.411000', '134240.414000', '134240.417000', '134240.420000', '134240.422000', '134240.425000', '134240.428000', '134240.431000', '134240.434000', '134240.436000', '134240.439000', '134300.303000', '134300.306000', '134300.309000', '134300.311000', '134300.314000', '134300.317000', '134300.320000', '134300.323000', '134300.326000', '134300.328000', '134300.331000', '134300.336000', '134300.340000', '134300.343000', '134300.346000', '134300.348000', '134300.351000', '134300.354000', '134300.357000', '134300.360000', '134300.363000', '134300.365000', '134300.368000', '134300.371000', '134300.374000', '134300.377000', '134300.380000', '134300.382000', '134300.385000', '134300.388000', '134300.391000', '134300.394000', '134300.396000', '134300.399000', '134300.402000', '134300.405000', '134300.408000', '134300.410000', '134300.413000', '134300.416000', '134300.419000', '134300.422000', '134300.425000', '134320.303000', '134320.306000', '134320.308000', '134320.311000', '134320.314000', '134320.317000', '134320.320000', '134320.323000', '134320.326000', '134320.328000', '134320.331000', '134320.334000', '134320.337000', '134320.340000', '134320.342000', '134320.345000', '134320.348000', '134320.351000', '134320.354000', '134320.356000', '134320.359000', '134320.362000', '134320.365000', '134320.368000', '134320.371000', '134320.373000', '134320.376000', '134320.379000', '134320.382000', '134320.384000', '134320.387000', '134320.390000', '134320.393000', '134320.396000', '134320.398000', '134320.401000', '134320.404000', '134320.407000', '134320.410000', '134320.412000', '134320.415000', '134320.418000', '134320.421000', '134320.424000', '134340.303000', '134340.306000', '134340.309000', '134340.311000', '134340.314000', '134340.317000', '134340.320000', '134340.323000', '134340.326000', '134340.329000', '134340.331000', '134340.334000', '134340.337000', '134340.340000', '134340.343000', '134340.345000', '134340.348000', '134340.351000', '134340.354000', '134340.357000', '134340.360000', '134340.363000', '134340.366000', '134340.368000', '134340.371000', '134340.374000', '134340.377000', '134340.380000', '134340.383000', '134340.385000', '134340.388000', '134340.391000', '134340.394000', '134340.397000', '134340.399000', '134340.402000', '134340.405000', '134340.408000', '134340.411000', '134340.413000', '134340.416000', '134340.419000', '134340.422000', '134400.304000', '134400.307000', '134400.310000', '134400.312000', '134400.315000', '134400.318000', '134400.321000', '134400.324000', '134400.327000', '134400.329000', '134400.332000', '134400.335000', '134400.338000', '134400.341000', '134400.344000', '134400.346000', '134400.349000', '134400.352000', '134400.355000', '134400.358000', '134400.360000', '134400.363000', '134400.366000', '134400.369000', '134400.372000', '134400.375000', '134400.377000', '134400.380000', '134400.383000', '134400.386000', '134400.389000', '134400.392000', '134400.394000', '134400.397000', '134400.400000', '134400.403000', '134400.421000', '134400.423000', '134400.426000', '134400.429000', '134400.432000', '134400.435000', '134400.437000', '134400.440000', '134420.304000', '134420.307000', '134420.311000', '134420.314000', '134420.317000', '134420.320000', '134420.323000', '134420.326000', '134420.328000', '134420.331000', '134420.334000', '134420.337000', '134420.340000', '134420.342000', '134420.345000', '134420.348000', '134420.351000', '134420.354000', '134420.357000', '134420.359000', '134420.362000', '134420.365000', '134420.368000', '134420.372000', '134420.375000', '134420.378000', '134420.381000', '134420.384000', '134420.387000', '134420.390000', '134420.392000', '134420.395000', '134420.398000', '134420.401000', '134420.404000', '134420.407000', '134420.409000', '134420.412000', '134420.415000', '134420.418000', '134420.421000', '134420.423000', '134420.426000', '134440.304000', '134440.307000', '134440.310000', '134440.312000', '134440.315000', '134440.318000', '134440.321000', '134440.324000', '134440.326000', '134440.329000', '134440.332000', '134440.335000', '134440.338000', '134440.341000', '134440.343000', '134440.346000', '134440.349000', '134440.352000', '134440.355000', '134440.357000', '134440.360000', '134440.363000', '134440.366000', '134440.369000', '134440.371000', '134440.374000', '134440.377000', '134440.380000', '134440.383000', '134440.385000', '134440.388000', '134440.391000', '134440.394000', '134440.396000', '134440.399000', '134440.402000', '134440.405000', '134440.408000', '134440.410000', '134440.413000', '134440.416000', '134440.419000', '134440.422000', '134440.424000', '134458.611000', '134458.614000', '134458.617000', '134458.621000', '134458.624000', '134458.627000', '134458.630000', '134458.633000', '134458.636000', '134458.639000', '134458.642000', '134458.645000', '134458.648000', '134458.651000', '134458.654000', '134458.657000', '134458.660000', '134458.663000', '134458.666000', '134458.669000', '134458.672000', '134458.675000', '134458.678000', '134458.681000', '134458.684000', '134458.688000', '134458.691000', '134458.694000', '134458.697000', '134458.699000', '134458.702000', '134458.705000', '134458.708000', '134458.711000', '134458.714000', '134458.717000', '134458.720000', '134458.723000', '134458.726000', '134458.729000'], 'InstanceCreationTime': ['133840.331000', '133840.334000', '133840.338000', '133840.341000', '133840.344000', '133840.347000', '133840.350000', '133840.353000', '133840.356000', '133840.360000', '133840.363000', '133840.365000', '133840.368000', '133840.371000', '133840.375000', '133840.378000', '133840.380000', '133840.383000', '133840.386000', '133840.389000', '133840.392000', '133840.395000', '133840.398000', '133840.401000', '133840.404000', '133840.407000', '133840.410000', '133840.413000', '133840.416000', '133840.419000', '133840.422000', '133840.424000', '133840.427000', '133840.430000', '133840.433000', '133840.436000', '133840.439000', '133840.441000', '133840.444000', '133840.447000', '133840.450000', '133840.453000', '133840.456000', '133840.459000', '133840.462000', '133840.476000', '133840.479000', '133840.482000', '133840.485000', '133900.303000', '133900.306000', '133900.308000', '133900.311000', '133900.314000', '133900.317000', '133900.319000', '133900.322000', '133900.325000', '133900.328000', '133900.331000', '133900.333000', '133900.336000', '133900.344000', '133900.347000', '133900.350000', '133900.352000', '133900.355000', '133900.358000', '133900.361000', '133900.364000', '133900.367000', '133900.370000', '133900.372000', '133900.375000', '133900.378000', '133900.381000', '133900.383000', '133900.386000', '133900.389000', '133900.392000', '133900.395000', '133900.397000', '133900.400000', '133900.403000', '133900.406000', '133900.408000', '133900.411000', '133900.414000', '133900.417000', '133900.420000', '133900.422000', '133900.425000', '133900.428000', '133920.304000', '133920.307000', '133920.309000', '133920.312000', '133920.315000', '133920.318000', '133920.321000', '133920.323000', '133920.326000', '133920.329000', '133920.332000', '133920.335000', '133920.337000', '133920.340000', '133920.343000', '133920.346000', '133920.349000', '133920.351000', '133920.354000', '133920.357000', '133920.360000', '133920.363000', '133920.365000', '133920.368000', '133920.371000', '133920.376000', '133920.379000', '133920.382000', '133920.385000', '133920.387000', '133920.390000', '133920.393000', '133920.397000', '133920.415000', '133920.418000', '133920.420000', '133920.423000', '133920.426000', '133920.429000', '133920.432000', '133920.434000', '133920.437000', '133920.440000', '133940.304000', '133940.307000', '133940.310000', '133940.312000', '133940.315000', '133940.318000', '133940.321000', '133940.324000', '133940.326000', '133940.329000', '133940.332000', '133940.335000', '133940.338000', '133940.340000', '133940.343000', '133940.346000', '133940.349000', '133940.352000', '133940.354000', '133940.357000', '133940.360000', '133940.363000', '133940.366000', '133940.369000', '133940.371000', '133940.374000', '133940.377000', '133940.380000', '133940.382000', '133940.385000', '133940.388000', '133940.391000', '133940.394000', '133940.397000', '133940.399000', '133940.402000', '133940.405000', '133940.408000', '133940.410000', '133940.413000', '133940.416000', '133940.419000', '133940.422000', '133940.424000', '134000.304000', '134000.307000', '134000.310000', '134000.312000', '134000.315000', '134000.318000', '134000.321000', '134000.324000', '134000.326000', '134000.329000', '134000.332000', '134000.335000', '134000.338000', '134000.340000', '134000.343000', '134000.346000', '134000.349000', '134000.352000', '134000.354000', '134000.357000', '134000.360000', '134000.363000', '134000.366000', '134000.368000', '134000.371000', '134000.374000', '134000.382000', '134000.385000', '134000.388000', '134000.390000', '134000.393000', '134000.396000', '134000.399000', '134000.402000', '134000.404000', '134000.407000', '134000.410000', '134000.413000', '134000.416000', '134000.418000', '134000.421000', '134000.424000', '134000.427000', '134020.303000', '134020.312000', '134020.315000', '134020.318000', '134020.320000', '134020.323000', '134020.326000', '134020.329000', '134020.332000', '134020.334000', '134020.337000', '134020.340000', '134020.343000', '134020.346000', '134020.348000', '134020.351000', '134020.354000', '134020.357000', '134020.360000', '134020.363000', '134020.365000', '134020.368000', '134020.371000', '134020.374000', '134020.377000', '134020.380000', '134020.382000', '134020.385000', '134020.388000', '134020.391000', '134020.394000', '134020.397000', '134020.399000', '134020.402000', '134020.405000', '134020.408000', '134020.411000', '134020.413000', '134020.416000', '134020.419000', '134020.422000', '134020.425000', '134020.427000', '134020.430000', '134040.303000', '134040.306000', '134040.309000', '134040.311000', '134040.314000', '134040.317000', '134040.320000', '134040.323000', '134040.325000', '134040.328000', '134040.331000', '134040.334000', '134040.337000', '134040.339000', '134040.342000', '134040.345000', '134040.348000', '134040.351000', '134040.356000', '134040.359000', '134040.362000', '134040.365000', '134040.367000', '134040.370000', '134040.373000', '134040.376000', '134040.379000', '134040.381000', '134040.384000', '134040.387000', '134040.390000', '134040.393000', '134040.395000', '134040.398000', '134040.401000', '134040.404000', '134040.407000', '134040.409000', '134040.412000', '134040.415000', '134040.418000', '134040.420000', '134040.423000', '134100.303000', '134100.306000', '134100.308000', '134100.311000', '134100.314000', '134100.317000', '134100.320000', '134100.322000', '134100.325000', '134100.328000', '134100.331000', '134100.333000', '134100.345000', '134100.348000', '134100.350000', '134100.353000', '134100.356000', '134100.359000', '134100.362000', '134100.365000', '134100.367000', '134100.370000', '134100.373000', '134100.376000', '134100.379000', '134100.381000', '134100.384000', '134100.387000', '134100.390000', '134100.404000', '134100.408000', '134100.410000', '134100.413000', '134100.416000', '134100.419000', '134100.421000', '134100.424000', '134100.427000', '134100.430000', '134100.433000', '134100.436000', '134100.438000', '134100.441000', '134100.444000', '134120.303000', '134120.306000', '134120.309000', '134120.311000', '134120.314000', '134120.317000', '134120.320000', '134120.323000', '134120.325000', '134120.328000', '134120.331000', '134120.334000', '134120.336000', '134120.339000', '134120.342000', '134120.345000', '134120.348000', '134120.350000', '134120.353000', '134120.356000', '134120.359000', '134120.362000', '134120.364000', '134120.367000', '134120.370000', '134120.373000', '134120.376000', '134120.379000', '134120.381000', '134120.384000', '134120.387000', '134120.390000', '134120.393000', '134120.395000', '134120.398000', '134120.401000', '134120.404000', '134120.407000', '134120.409000', '134120.412000', '134120.415000', '134120.418000', '134120.420000', '134140.306000', '134140.309000', '134140.312000', '134140.315000', '134140.318000', '134140.321000', '134140.324000', '134140.326000', '134140.329000', '134140.332000', '134140.335000', '134140.338000', '134140.340000', '134140.343000', '134140.346000', '134140.349000', '134140.352000', '134140.354000', '134140.357000', '134140.360000', '134140.363000', '134140.366000', '134140.368000', '134140.371000', '134140.374000', '134140.377000', '134140.380000', '134140.383000', '134140.386000', '134140.388000', '134140.391000', '134140.394000', '134140.397000', '134140.400000', '134140.402000', '134140.405000', '134140.408000', '134140.411000', '134140.414000', '134140.416000', '134140.419000', '134140.422000', '134140.425000', '134200.304000', '134200.307000', '134200.310000', '134200.312000', '134200.315000', '134200.318000', '134200.321000', '134200.324000', '134200.327000', '134200.329000', '134200.332000', '134200.335000', '134200.338000', '134200.341000', '134200.343000', '134200.346000', '134200.349000', '134200.352000', '134200.355000', '134200.357000', '134200.360000', '134200.363000', '134200.366000', '134200.369000', '134200.372000', '134200.374000', '134200.377000', '134200.380000', '134200.383000', '134200.385000', '134200.388000', '134200.391000', '134200.394000', '134200.397000', '134200.399000', '134200.402000', '134200.405000', '134200.408000', '134200.411000', '134200.413000', '134200.416000', '134200.419000', '134200.422000', '134200.425000', '134220.304000', '134220.307000', '134220.310000', '134220.313000', '134220.319000', '134220.322000', '134220.325000', '134220.327000', '134220.330000', '134220.333000', '134220.336000', '134220.339000', '134220.341000', '134220.344000', '134220.347000', '134220.350000', '134220.353000', '134220.356000', '134220.358000', '134220.361000', '134220.364000', '134220.367000', '134220.370000', '134220.373000', '134220.375000', '134220.378000', '134220.381000', '134220.384000', '134220.387000', '134220.389000', '134220.392000', '134220.395000', '134220.398000', '134220.401000', '134220.403000', '134220.406000', '134220.409000', '134220.412000', '134220.415000', '134220.417000', '134220.420000', '134220.423000', '134220.426000', '134240.303000', '134240.306000', '134240.308000', '134240.311000', '134240.314000', '134240.317000', '134240.320000', '134240.322000', '134240.325000', '134240.328000', '134240.331000', '134240.349000', '134240.352000', '134240.355000', '134240.358000', '134240.361000', '134240.363000', '134240.366000', '134240.369000', '134240.372000', '134240.375000', '134240.378000', '134240.380000', '134240.383000', '134240.386000', '134240.389000', '134240.392000', '134240.394000', '134240.397000', '134240.400000', '134240.403000', '134240.406000', '134240.408000', '134240.411000', '134240.414000', '134240.417000', '134240.420000', '134240.422000', '134240.425000', '134240.428000', '134240.431000', '134240.434000', '134240.436000', '134240.439000', '134300.303000', '134300.306000', '134300.309000', '134300.311000', '134300.314000', '134300.317000', '134300.320000', '134300.323000', '134300.326000', '134300.328000', '134300.331000', '134300.336000', '134300.340000', '134300.343000', '134300.346000', '134300.348000', '134300.351000', '134300.354000', '134300.357000', '134300.360000', '134300.363000', '134300.365000', '134300.368000', '134300.371000', '134300.374000', '134300.377000', '134300.380000', '134300.382000', '134300.385000', '134300.388000', '134300.391000', '134300.394000', '134300.396000', '134300.399000', '134300.402000', '134300.405000', '134300.408000', '134300.410000', '134300.413000', '134300.416000', '134300.419000', '134300.422000', '134300.425000', '134320.303000', '134320.306000', '134320.308000', '134320.311000', '134320.314000', '134320.317000', '134320.320000', '134320.323000', '134320.326000', '134320.328000', '134320.331000', '134320.334000', '134320.337000', '134320.340000', '134320.342000', '134320.345000', '134320.348000', '134320.351000', '134320.354000', '134320.356000', '134320.359000', '134320.362000', '134320.365000', '134320.368000', '134320.371000', '134320.373000', '134320.376000', '134320.379000', '134320.382000', '134320.384000', '134320.387000', '134320.390000', '134320.393000', '134320.396000', '134320.398000', '134320.401000', '134320.404000', '134320.407000', '134320.410000', '134320.412000', '134320.415000', '134320.418000', '134320.421000', '134320.424000', '134340.303000', '134340.306000', '134340.309000', '134340.311000', '134340.314000', '134340.317000', '134340.320000', '134340.323000', '134340.326000', '134340.329000', '134340.331000', '134340.334000', '134340.337000', '134340.340000', '134340.343000', '134340.345000', '134340.348000', '134340.351000', '134340.354000', '134340.357000', '134340.360000', '134340.363000', '134340.366000', '134340.368000', '134340.371000', '134340.374000', '134340.377000', '134340.380000', '134340.383000', '134340.385000', '134340.388000', '134340.391000', '134340.394000', '134340.397000', '134340.399000', '134340.402000', '134340.405000', '134340.408000', '134340.411000', '134340.413000', '134340.416000', '134340.419000', '134340.422000', '134400.304000', '134400.307000', '134400.310000', '134400.312000', '134400.315000', '134400.318000', '134400.321000', '134400.324000', '134400.327000', '134400.329000', '134400.332000', '134400.335000', '134400.338000', '134400.341000', '134400.344000', '134400.346000', '134400.349000', '134400.352000', '134400.355000', '134400.358000', '134400.360000', '134400.363000', '134400.366000', '134400.369000', '134400.372000', '134400.375000', '134400.377000', '134400.380000', '134400.383000', '134400.386000', '134400.389000', '134400.392000', '134400.394000', '134400.397000', '134400.400000', '134400.403000', '134400.421000', '134400.423000', '134400.426000', '134400.429000', '134400.432000', '134400.435000', '134400.437000', '134400.440000', '134420.304000', '134420.307000', '134420.311000', '134420.314000', '134420.317000', '134420.320000', '134420.323000', '134420.326000', '134420.328000', '134420.331000', '134420.334000', '134420.337000', '134420.340000', '134420.342000', '134420.345000', '134420.348000', '134420.351000', '134420.354000', '134420.357000', '134420.359000', '134420.362000', '134420.365000', '134420.368000', '134420.372000', '134420.375000', '134420.378000', '134420.381000', '134420.384000', '134420.387000', '134420.390000', '134420.392000', '134420.395000', '134420.398000', '134420.401000', '134420.404000', '134420.407000', '134420.409000', '134420.412000', '134420.415000', '134420.418000', '134420.421000', '134420.423000', '134420.426000', '134440.304000', '134440.307000', '134440.310000', '134440.312000', '134440.315000', '134440.318000', '134440.321000', '134440.324000', '134440.326000', '134440.329000', '134440.332000', '134440.335000', '134440.338000', '134440.341000', '134440.343000', '134440.346000', '134440.349000', '134440.352000', '134440.355000', '134440.357000', '134440.360000', '134440.363000', '134440.366000', '134440.369000', '134440.371000', '134440.374000', '134440.377000', '134440.380000', '134440.383000', '134440.385000', '134440.388000', '134440.391000', '134440.394000', '134440.396000', '134440.399000', '134440.402000', '134440.405000', '134440.408000', '134440.410000', '134440.413000', '134440.416000', '134440.419000', '134440.422000', '134440.424000', '134458.611000', '134458.614000', '134458.617000', '134458.621000', '134458.624000', '134458.627000', '134458.630000', '134458.633000', '134458.636000', '134458.639000', '134458.642000', '134458.645000', '134458.648000', '134458.651000', '134458.654000', '134458.657000', '134458.660000', '134458.663000', '134458.666000', '134458.669000', '134458.672000', '134458.675000', '134458.678000', '134458.681000', '134458.684000', '134458.688000', '134458.691000', '134458.694000', '134458.697000', '134458.699000', '134458.702000', '134458.705000', '134458.708000', '134458.711000', '134458.714000', '134458.717000', '134458.720000', '134458.723000', '134458.726000', '134458.729000'], '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': [10403, 15902, 11266, 15026, 10846, 13404, 10396, 7890, 12355, 9366, 7944, 10669, 8860, 12978, 10917, 11769, 12438, 9762, 14425, 9766, 14980, 10411, 15820, 11252, 13120, 10090, 10356, 10282, 9824, 11274, 8864, 11878, 8756, 13330, 9389, 13450, 9458, 13400, 9977, 11345, 9724, 8228, 10901, 8600, 11769, 8912, 13197, 9645, 14010, 9610, 11498, 10082, 7845, 11843, 8474, 13519, 9710, 14854, 10304, 11117, 9631, 8125, 11289, 8601, 12751, 9372, 15136, 9845, 9885, 9662, 8242, 11719, 8488, 12604, 9937, 12973, 10041, 9719, 11757, 10445, 11998, 9056, 14361, 10206, 13279, 9881, 10539, 9896, 7961, 11871, 8403, 13231, 9479, 14467, 10189, 10790, 9778, 8046, 11991, 8518, 13775, 9613, 13632, 10416, 14392, 11666, 12007, 11029, 8609, 11465, 8913, 13196, 9089, 13043, 9318, 13325, 9786, 14579, 9715, 9462, 9379, 8097, 11653, 8350, 12740, 9261, 13762, 9534, 14548, 10163, 12556, 9658, 8137, 10497, 7877, 12092, 9189, 11829, 9737, 8907, 10733, 8104, 12514, 9484, 11335, 10037, 10101, 10851, 8774, 11839, 9036, 14292, 9838, 14581, 10979, 8026, 10805, 8412, 14490, 9365, 8228, 10651, 9090, 9833, 10859, 8729, 13257, 9614, 14510, 10756, 16280, 11346, 15819, 11260, 12397, 10183, 10496, 10785, 8361, 13956, 9331, 10160, 9058, 9169, 10467, 8288, 12813, 9588, 14007, 9774, 11909, 10004, 10149, 10770, 8268, 11958, 8815, 12650, 9404, 13684, 9810, 11880, 9499, 7779, 10673, 8083, 12380, 9046, 13490, 9668, 12949, 9503, 10948, 9299, 7945, 10236, 7804, 12253, 9006, 12900, 9283, 9535, 9867, 9537, 10740, 8548, 12312, 9380, 14763, 10002, 15071, 10504, 11118, 9719, 8165, 10171, 8326, 11358, 8488, 12633, 9369, 14212, 9589, 14052, 9927, 12040, 9683, 10047, 9913, 10027, 10364, 7814, 11348, 8006, 12313, 8932, 12754, 9436, 13115, 9203, 14001, 10037, 10833, 9899, 7881, 11931, 8550, 13180, 9973, 13767, 9962, 11167, 9883, 10226, 10857, 8858, 13039, 9961, 14727, 10193, 13294, 9935, 7834, 10101, 7866, 12995, 9167, 10960, 10069, 8211, 13966, 9663, 9320, 10910, 8899, 11391, 11403, 10905, 13722, 10118, 16161, 10957, 13243, 10581, 11100, 10640, 8006, 12354, 8409, 13612, 9498, 8837, 10023, 7864, 12826, 8917, 14494, 9871, 8173, 10421, 8350, 12908, 9108, 10622, 9146, 7948, 12337, 8776, 14194, 10163, 12080, 10454, 8397, 12214, 8882, 13216, 9735, 15037, 10838, 10954, 9946, 9600, 10762, 8759, 12202, 8632, 12631, 9325, 12139, 9652, 8066, 11485, 8383, 13820, 9681, 8824, 10419, 8183, 13254, 9485, 13302, 10909, 9238, 10873, 8361, 13148, 9715, 12803, 10348, 8192, 12718, 9151, 9861, 10038, 8385, 14208, 10029, 9241, 10870, 8443, 13634, 10719, 9642, 11119, 8836, 10170, 9250, 8315, 13101, 9309, 8426, 9890, 8382, 12478, 9656, 13074, 10357, 10007, 11405, 8970, 11416, 9353, 13562, 10105, 14349, 9943, 13387, 9327, 10114, 9347, 7791, 10994, 8512, 13675, 8874, 9101, 9120, 8095, 11090, 8184, 13683, 9586, 9399, 9680, 7780, 11123, 8758, 12829, 9995, 11473, 9457, 7906, 10387, 8622, 12849, 9597, 12276, 9410, 8400, 10158, 8238, 12321, 9192, 9504, 8780, 8306, 11476, 8946, 9754, 9387, 7865, 12645, 9042, 13685, 9907, 8142, 10193, 8006, 12820, 8751, 12226, 9675, 7748, 10435, 8164, 12906, 9211, 12408, 9953, 7914, 10915, 8494, 12998, 9295, 13994, 10645, 8832, 9758, 8061, 11823, 8460, 10723, 8843, 8048, 10874, 8290, 13655, 9650, 11125, 9889, 8123, 11934, 9132, 14317, 10299, 13839, 10813, 12064, 10093, 8168, 9418, 8271, 10855, 8804, 8433, 9736, 8390, 12486, 9173, 12020, 9738, 11596, 9829, 10122, 10464, 8410, 10868, 8490, 12374, 8789, 12904, 8941, 10511, 8883, 7829, 9208, 8313, 10975, 8029, 11991, 9063, 12724, 9486, 11571, 9420, 7973, 9536, 8266, 11851, 8999, 9618, 8843, 7957, 10458, 8323, 13199, 9744, 8200, 9963, 8027, 12254, 9625, 11330, 9442, 8513, 10862, 8519, 12602, 9581, 11517, 9417, 8478, 10396, 8262, 13149, 9093, 11380, 9420, 8073, 11487, 8831, 14203, 9774, 12086, 10128, 8623, 10278, 8190, 12143, 8935, 10640, 9298, 7974, 11932, 8581, 13926, 9398, 10874, 9795, 8121, 11500, 8602, 12128, 9566, 14130, 10211, 11399, 9441, 11314, 9880, 8128, 10970, 8601, 12892, 9179, 11718, 9625, 7955, 9998, 8575, 12844, 8861, 10364, 9540, 8009, 12505, 9373, 13758, 10408, 14612, 10513, 12976, 9193, 12693, 9167, 10419, 9218, 8049, 9527, 8063, 11108, 8276, 11895, 8834, 11750, 8764, 9975, 8959, 8970, 10184, 8575, 11766, 9563, 11560, 9133, 9967, 8976, 9637, 9767, 8945, 10987, 8962, 11928, 9455, 12811, 9810, 14200, 10807, 10963, 9297, 7952, 9273, 8020, 10936, 8278, 12027, 8626, 12919, 9060, 9699, 9131, 7996, 9834, 8126, 11210, 8519, 12180, 8832, 9409, 8843, 8115, 10058, 7971, 11200, 8638, 12375, 8916, 11347, 9069, 10640, 9346, 8183, 9986, 8216, 11159, 8318, 11821, 9281, 12377, 9425, 10863, 8900, 9311, 9010, 7868, 10386, 8187, 12823, 8557, 10201, 8868, 7733, 10196, 8074, 12079, 8913, 12784, 9526, 8796, 9209, 8373, 10963, 8288, 12008, 9025, 10541, 8836, 8786, 9290, 10463, 10049, 8407, 10462, 8399, 10899, 8919, 12625, 9658, 11126, 9341, 8120, 9500, 8038, 12216, 8645, 10392, 8808, 10593, 9821, 8948, 10418, 8484, 11250, 8831, 13263, 9742, 13190, 9544, 10333, 9446, 8791, 10323, 8268, 11857, 8724, 12798, 9516, 10217, 9247, 7867, 9843, 7941, 11494, 8968, 11878, 9301, 8286, 9621, 8252, 11329, 9322, 9759, 9450, 7843, 10410, 8888, 12154, 9656, 8335, 9955, 8414, 12064, 9797, 8550, 9545, 8321, 12370, 9515, 10978, 9692, 8252, 11413, 9124, 14159, 10801, 8674, 9566, 8093, 11598, 9282, 10823, 9307, 8264, 11050, 8546, 12453, 9490, 8143, 9613, 8031, 11458, 9082, 10374, 9235, 8492, 11646, 9102, 13721, 10430, 10560, 9263, 7859, 11169, 8514, 10883, 8706, 8486, 10986, 8568, 8104, 9174, 8262, 11247, 9057, 12288, 9259, 9878, 9235, 8198, 10112, 8327, 11915, 9239, 8680, 9220, 8373, 12493, 9167, 9593, 10135, 8532, 12677, 9130, 11828, 10091, 8250, 10148, 8587, 12360, 9028, 8173, 9027], 'WindowCenter': [4560.0, 4597.0, 4540.0, 4569.0, 4514.0, 4519.0, 4487.0, 4457.0, 4518.0, 4478.0, 4471.0, 4500.0, 4482.0, 4532.0, 4511.0, 4511.0, 4512.0, 4478.0, 4520.0, 4489.0, 4529.0, 4487.0, 4517.0, 4486.0, 4507.0, 4473.0, 4474.0, 4474.0, 4474.0, 4485.0, 4452.0, 4493.0, 4454.0, 4503.0, 4465.0, 4505.0, 4477.0, 4506.0, 4478.0, 4497.0, 4476.0, 4456.0, 4487.0, 4466.0, 4497.0, 4468.0, 4518.0, 4488.0, 4528.0, 4491.0, 4509.0, 4489.0, 4459.0, 4509.0, 4469.0, 4522.0, 4490.0, 4529.0, 4490.0, 4500.0, 4490.0, 4460.0, 4500.0, 4469.0, 4519.0, 4479.0, 4530.0, 4489.0, 4489.0, 4489.0, 4470.0, 4510.0, 4483.0, 4520.0, 4490.0, 4521.0, 4491.0, 4491.0, 4512.0, 4500.0, 4511.0, 4479.0, 4529.0, 4490.0, 4519.0, 4490.0, 4502.0, 4489.0, 4459.0, 4511.0, 4470.0, 4520.0, 4489.0, 4530.0, 4500.0, 4500.0, 4490.0, 4471.0, 4511.0, 4483.0, 4530.0, 4491.0, 4531.0, 4501.0, 4531.0, 4510.0, 4510.0, 4499.0, 4467.0, 4498.0, 4466.0, 4507.0, 4467.0, 4507.0, 4467.0, 4516.0, 4479.0, 4528.0, 4477.0, 4476.0, 4476.0, 4458.0, 4508.0, 4469.0, 4507.0, 4478.0, 4518.0, 4476.0, 4528.0, 4489.0, 4508.0, 4478.0, 4460.0, 4488.0, 4458.0, 4508.0, 4480.0, 4509.0, 4488.0, 4482.0, 4511.0, 4472.0, 4521.0, 4502.0, 4523.0, 4504.0, 4514.0, 4513.0, 4480.0, 4522.0, 4483.0, 4542.0, 4504.0, 4543.0, 4502.0, 4461.0, 4512.0, 4472.0, 4544.0, 4492.0, 4483.0, 4513.0, 4495.0, 4516.0, 4527.0, 4483.0, 4534.0, 4494.0, 4535.0, 4504.0, 4543.0, 4501.0, 4530.0, 4500.0, 4510.0, 4488.0, 4488.0, 4488.0, 4456.0, 4518.0, 4477.0, 4486.0, 4479.0, 4478.0, 4498.0, 4468.0, 4508.0, 4490.0, 4530.0, 4490.0, 4510.0, 4490.0, 4488.0, 4500.0, 4458.0, 4509.0, 4479.0, 4507.0, 4477.0, 4518.0, 4488.0, 4508.0, 4479.0, 4447.0, 4488.0, 4459.0, 4508.0, 4467.0, 4518.0, 4478.0, 4518.0, 4478.0, 4497.0, 4478.0, 4458.0, 4488.0, 4459.0, 4509.0, 4481.0, 4521.0, 4490.0, 4491.0, 4501.0, 4493.0, 4501.0, 4469.0, 4510.0, 4479.0, 4530.0, 4489.0, 4529.0, 4490.0, 4498.0, 4480.0, 4459.0, 4489.0, 4472.0, 4510.0, 4471.0, 4510.0, 4480.0, 4531.0, 4490.0, 4530.0, 4490.0, 4511.0, 4489.0, 4489.0, 4491.0, 4491.0, 4499.0, 4461.0, 4511.0, 4460.0, 4521.0, 4484.0, 4522.0, 4492.0, 4522.0, 4490.0, 4532.0, 4492.0, 4502.0, 4503.0, 4472.0, 4511.0, 4483.0, 4521.0, 4492.0, 4532.0, 4491.0, 4512.0, 4502.0, 4501.0, 4501.0, 4479.0, 4519.0, 4490.0, 4531.0, 4500.0, 4531.0, 4490.0, 4461.0, 4501.0, 4471.0, 4532.0, 4491.0, 4511.0, 4504.0, 4486.0, 4543.0, 4506.0, 4495.0, 4525.0, 4495.0, 4525.0, 4525.0, 4513.0, 4534.0, 4501.0, 4542.0, 4501.0, 4520.0, 4501.0, 4499.0, 4488.0, 4457.0, 4506.0, 4470.0, 4520.0, 4478.0, 4468.0, 4487.0, 4457.0, 4520.0, 4480.0, 4531.0, 4489.0, 4469.0, 4501.0, 4470.0, 4521.0, 4492.0, 4502.0, 4492.0, 4472.0, 4522.0, 4483.0, 4545.0, 4503.0, 4522.0, 4501.0, 4471.0, 4511.0, 4481.0, 4521.0, 4481.0, 4529.0, 4489.0, 4497.0, 4478.0, 4479.0, 4488.0, 4457.0, 4509.0, 4468.0, 4509.0, 4478.0, 4508.0, 4479.0, 4457.0, 4508.0, 4469.0, 4529.0, 4479.0, 4480.0, 4500.0, 4468.0, 4520.0, 4488.0, 4521.0, 4499.0, 4478.0, 4499.0, 4458.0, 4518.0, 4478.0, 4508.0, 4489.0, 4457.0, 4507.0, 4480.0, 4491.0, 4490.0, 4468.0, 4520.0, 4488.0, 4479.0, 4499.0, 4471.0, 4520.0, 4488.0, 4476.0, 4497.0, 4467.0, 4489.0, 4479.0, 4457.0, 4516.0, 4478.0, 4471.0, 4488.0, 4469.0, 4508.0, 4478.0, 4518.0, 4489.0, 4477.0, 4497.0, 4468.0, 4497.0, 4466.0, 4506.0, 4474.0, 4503.0, 4464.0, 4504.0, 4452.0, 4472.0, 4454.0, 4433.0, 4473.0, 4454.0, 4515.0, 4467.0, 4465.0, 4465.0, 4448.0, 4497.0, 4458.0, 4517.0, 4477.0, 4478.0, 4479.0, 4446.0, 4497.0, 4467.0, 4506.0, 4477.0, 4497.0, 4476.0, 4458.0, 4487.0, 4467.0, 4506.0, 4477.0, 4507.0, 4466.0, 4457.0, 4487.0, 4458.0, 4509.0, 4478.0, 4478.0, 4468.0, 4467.0, 4507.0, 4479.0, 4479.0, 4480.0, 4458.0, 4519.0, 4481.0, 4529.0, 4491.0, 4460.0, 4499.0, 4472.0, 4521.0, 4481.0, 4523.0, 4481.0, 4460.0, 4500.0, 4470.0, 4521.0, 4491.0, 4520.0, 4490.0, 4458.0, 4500.0, 4469.0, 4517.0, 4480.0, 4528.0, 4489.0, 4467.0, 4479.0, 4460.0, 4507.0, 4471.0, 4498.0, 4470.0, 4458.0, 4501.0, 4470.0, 4530.0, 4491.0, 4509.0, 4490.0, 4459.0, 4509.0, 4480.0, 4519.0, 4489.0, 4517.0, 4489.0, 4507.0, 4475.0, 4455.0, 4465.0, 4443.0, 4484.0, 4467.0, 4455.0, 4478.0, 4467.0, 4509.0, 4478.0, 4509.0, 4478.0, 4497.0, 4477.0, 4475.0, 4475.0, 4442.0, 4486.0, 4454.0, 4493.0, 4454.0, 4504.0, 4464.0, 4486.0, 4467.0, 4445.0, 4477.0, 4468.0, 4498.0, 4457.0, 4498.0, 4468.0, 4509.0, 4478.0, 4498.0, 4481.0, 4459.0, 4491.0, 4472.0, 4509.0, 4479.0, 4490.0, 4480.0, 4471.0, 4513.0, 4484.0, 4533.0, 4489.0, 4472.0, 4502.0, 4485.0, 4521.0, 4494.0, 4511.0, 4490.0, 4480.0, 4513.0, 4481.0, 4520.0, 4492.0, 4523.0, 4492.0, 4471.0, 4501.0, 4470.0, 4530.0, 4482.0, 4521.0, 4491.0, 4472.0, 4522.0, 4482.0, 4533.0, 4501.0, 4521.0, 4503.0, 4472.0, 4503.0, 4470.0, 4520.0, 4481.0, 4500.0, 4479.0, 4472.0, 4510.0, 4478.0, 4530.0, 4480.0, 4510.0, 4490.0, 4459.0, 4511.0, 4469.0, 4509.0, 4477.0, 4520.0, 4488.0, 4497.0, 4477.0, 4499.0, 4488.0, 4457.0, 4486.0, 4467.0, 4507.0, 4478.0, 4508.0, 4477.0, 4455.0, 4489.0, 4467.0, 4516.0, 4478.0, 4487.0, 4479.0, 4457.0, 4509.0, 4479.0, 4518.0, 4486.0, 4517.0, 4485.0, 4505.0, 4466.0, 4507.0, 4465.0, 4484.0, 4464.0, 4444.0, 4476.0, 4445.0, 4494.0, 4456.0, 4492.0, 4464.0, 4494.0, 4456.0, 4475.0, 4466.0, 4464.0, 4485.0, 4455.0, 4495.0, 4475.0, 4496.0, 4464.0, 4475.0, 4465.0, 4476.0, 4475.0, 4466.0, 4485.0, 4464.0, 4494.0, 4462.0, 4506.0, 4474.0, 4503.0, 4474.0, 4472.0, 4451.0, 4444.0, 4463.0, 4445.0, 4482.0, 4442.0, 4492.0, 4453.0, 4505.0, 4464.0, 4464.0, 4463.0, 4445.0, 4472.0, 4443.0, 4484.0, 4466.0, 4496.0, 4466.0, 4475.0, 4465.0, 4457.0, 4476.0, 4458.0, 4498.0, 4467.0, 4508.0, 4469.0, 4496.0, 4468.0, 4488.0, 4476.0, 4454.0, 4476.0, 4457.0, 4495.0, 4458.0, 4506.0, 4478.0, 4507.0, 4479.0, 4498.0, 4467.0, 4479.0, 4466.0, 4457.0, 4487.0, 4469.0, 4519.0, 4481.0, 4500.0, 4478.0, 4460.0, 4500.0, 4472.0, 4520.0, 4481.0, 4532.0, 4490.0, 4481.0, 4492.0, 4469.0, 4511.0, 4482.0, 4521.0, 4481.0, 4500.0, 4483.0, 4481.0, 4491.0, 4501.0, 4490.0, 4470.0, 4501.0, 4470.0, 4500.0, 4479.0, 4510.0, 4488.0, 4499.0, 4478.0, 4469.0, 4493.0, 4469.0, 4520.0, 4481.0, 4501.0, 4494.0, 4513.0, 4503.0, 4481.0, 4503.0, 4480.0, 4511.0, 4481.0, 4521.0, 4480.0, 4520.0, 4477.0, 4500.0, 4488.0, 4468.0, 4491.0, 4467.0, 4508.0, 4468.0, 4520.0, 4490.0, 4499.0, 4479.0, 4459.0, 4489.0, 4470.0, 4510.0, 4479.0, 4510.0, 4491.0, 4471.0, 4492.0, 4481.0, 4511.0, 4492.0, 4492.0, 4493.0, 4472.0, 4501.0, 4481.0, 4522.0, 4494.0, 4482.0, 4503.0, 4483.0, 4521.0, 4500.0, 4482.0, 4502.0, 4484.0, 4533.0, 4492.0, 4512.0, 4491.0, 4472.0, 4511.0, 4489.0, 4530.0, 4500.0, 4470.0, 4490.0, 4471.0, 4509.0, 4479.0, 4500.0, 4479.0, 4470.0, 4509.0, 4480.0, 4520.0, 4489.0, 4470.0, 4491.0, 4470.0, 4510.0, 4480.0, 4501.0, 4480.0, 4470.0, 4512.0, 4480.0, 4531.0, 4500.0, 4500.0, 4479.0, 4460.0, 4498.0, 4481.0, 4499.0, 4469.0, 4471.0, 4498.0, 4480.0, 4469.0, 4489.0, 4472.0, 4510.0, 4479.0, 4510.0, 4481.0, 4490.0, 4480.0, 4470.0, 4501.0, 4470.0, 4511.0, 4477.0, 4468.0, 4480.0, 4469.0, 4522.0, 4491.0, 4489.0, 4501.0, 4470.0, 4509.0, 4480.0, 4499.0, 4477.0, 4455.0, 4476.0, 4467.0, 4507.0, 4478.0, 4469.0, 4480.0], 'WindowWidth': [10024.0, 10066.0, 9973.0, 10011.0, 9922.0, 9920.0, 9874.0, 9833.0, 9915.0, 9862.0, 9858.0, 9896.0, 9875.0, 9942.0, 9912.0, 9911.0, 9914.0, 9861.0, 9921.0, 9878.0, 9934.0, 9868.0, 9914.0, 9866.0, 9895.0, 9845.0, 9846.0, 9845.0, 9849.0, 9863.0, 9815.0, 9872.0, 9821.0, 9886.0, 9836.0, 9891.0, 9856.0, 9895.0, 9858.0, 9883.0, 9853.0, 9828.0, 9870.0, 9843.0, 9884.0, 9847.0, 9916.0, 9875.0, 9931.0, 9882.0, 9905.0, 9878.0, 9837.0, 9906.0, 9852.0, 9926.0, 9882.0, 9935.0, 9880.0, 9895.0, 9879.0, 9840.0, 9894.0, 9850.0, 9919.0, 9866.0, 9935.0, 9878.0, 9879.0, 9879.0, 9855.0, 9910.0, 9875.0, 9923.0, 9883.0, 9925.0, 9885.0, 9883.0, 9914.0, 9894.0, 9911.0, 9865.0, 9935.0, 9880.0, 9920.0, 9881.0, 9900.0, 9879.0, 9837.0, 9910.0, 9853.0, 9923.0, 9878.0, 9936.0, 9893.0, 9895.0, 9881.0, 9857.0, 9910.0, 9874.0, 9938.0, 9886.0, 9940.0, 9898.0, 9941.0, 9910.0, 9908.0, 9891.0, 9844.0, 9888.0, 9840.0, 9900.0, 9843.0, 9899.0, 9843.0, 9912.0, 9862.0, 9932.0, 9858.0, 9857.0, 9858.0, 9832.0, 9901.0, 9850.0, 9899.0, 9862.0, 9917.0, 9857.0, 9930.0, 9877.0, 9902.0, 9861.0, 9838.0, 9873.0, 9833.0, 9902.0, 9867.0, 9907.0, 9879.0, 9874.0, 9912.0, 9861.0, 9926.0, 9902.0, 9932.0, 9907.0, 9922.0, 9920.0, 9870.0, 9929.0, 9876.0, 9957.0, 9906.0, 9959.0, 9900.0, 9845.0, 9914.0, 9860.0, 9961.0, 9889.0, 9877.0, 9919.0, 9900.0, 9928.0, 9945.0, 9879.0, 9953.0, 9892.0, 9955.0, 9906.0, 9963.0, 9897.0, 9939.0, 9892.0, 9907.0, 9874.0, 9874.0, 9872.0, 9828.0, 9914.0, 9858.0, 9871.0, 9865.0, 9863.0, 9889.0, 9847.0, 9903.0, 9880.0, 9935.0, 9880.0, 9907.0, 9878.0, 9874.0, 9894.0, 9834.0, 9906.0, 9864.0, 9900.0, 9859.0, 9919.0, 9876.0, 9903.0, 9864.0, 9818.0, 9875.0, 9835.0, 9902.0, 9846.0, 9916.0, 9860.0, 9917.0, 9860.0, 9887.0, 9861.0, 9833.0, 9875.0, 9838.0, 9905.0, 9870.0, 9924.0, 9882.0, 9885.0, 9899.0, 9890.0, 9897.0, 9852.0, 9908.0, 9864.0, 9936.0, 9876.0, 9935.0, 9880.0, 9889.0, 9866.0, 9835.0, 9877.0, 9859.0, 9909.0, 9855.0, 9908.0, 9867.0, 9939.0, 9882.0, 9939.0, 9881.0, 9910.0, 9878.0, 9879.0, 9882.0, 9884.0, 9892.0, 9840.0, 9910.0, 9841.0, 9924.0, 9877.0, 9926.0, 9888.0, 9926.0, 9883.0, 9942.0, 9887.0, 9900.0, 9902.0, 9858.0, 9912.0, 9875.0, 9926.0, 9885.0, 9942.0, 9883.0, 9914.0, 9900.0, 9899.0, 9899.0, 9864.0, 9919.0, 9881.0, 9941.0, 9896.0, 9941.0, 9883.0, 9843.0, 9897.0, 9856.0, 9942.0, 9888.0, 9913.0, 9907.0, 9883.0, 9959.0, 9911.0, 9895.0, 9937.0, 9896.0, 9940.0, 9940.0, 9918.0, 9950.0, 9897.0, 9961.0, 9896.0, 9925.0, 9897.0, 9889.0, 9874.0, 9831.0, 9896.0, 9851.0, 9920.0, 9861.0, 9849.0, 9873.0, 9834.0, 9921.0, 9868.0, 9938.0, 9877.0, 9850.0, 9897.0, 9853.0, 9925.0, 9889.0, 9900.0, 9886.0, 9859.0, 9927.0, 9875.0, 9963.0, 9904.0, 9928.0, 9898.0, 9854.0, 9910.0, 9868.0, 9926.0, 9869.0, 9935.0, 9875.0, 9886.0, 9860.0, 9864.0, 9875.0, 9830.0, 9905.0, 9847.0, 9904.0, 9861.0, 9902.0, 9863.0, 9832.0, 9901.0, 9852.0, 9934.0, 9864.0, 9866.0, 9894.0, 9849.0, 9923.0, 9877.0, 9923.0, 9892.0, 9861.0, 9891.0, 9832.0, 9917.0, 9862.0, 9901.0, 9876.0, 9830.0, 9900.0, 9865.0, 9883.0, 9879.0, 9848.0, 9921.0, 9875.0, 9863.0, 9890.0, 9855.0, 9921.0, 9875.0, 9854.0, 9885.0, 9845.0, 9880.0, 9862.0, 9831.0, 9913.0, 9860.0, 9855.0, 9875.0, 9852.0, 9903.0, 9862.0, 9916.0, 9874.0, 9858.0, 9885.0, 9846.0, 9886.0, 9840.0, 9895.0, 9847.0, 9891.0, 9833.0, 9889.0, 9816.0, 9843.0, 9819.0, 9790.0, 9845.0, 9821.0, 9906.0, 9841.0, 9839.0, 9839.0, 9818.0, 9883.0, 9834.0, 9913.0, 9859.0, 9859.0, 9863.0, 9815.0, 9885.0, 9845.0, 9897.0, 9856.0, 9885.0, 9855.0, 9833.0, 9872.0, 9844.0, 9897.0, 9856.0, 9899.0, 9842.0, 9832.0, 9872.0, 9832.0, 9904.0, 9860.0, 9862.0, 9847.0, 9847.0, 9900.0, 9862.0, 9864.0, 9867.0, 9834.0, 9919.0, 9870.0, 9934.0, 9883.0, 9839.0, 9892.0, 9857.0, 9925.0, 9872.0, 9930.0, 9870.0, 9840.0, 9895.0, 9852.0, 9925.0, 9885.0, 9925.0, 9883.0, 9837.0, 9895.0, 9851.0, 9917.0, 9867.0, 9933.0, 9877.0, 9846.0, 9865.0, 9838.0, 9901.0, 9856.0, 9889.0, 9852.0, 9837.0, 9897.0, 9857.0, 9936.0, 9883.0, 9906.0, 9882.0, 9838.0, 9908.0, 9867.0, 9921.0, 9875.0, 9915.0, 9874.0, 9899.0, 9853.0, 9822.0, 9836.0, 9806.0, 9860.0, 9841.0, 9826.0, 9862.0, 9847.0, 9905.0, 9860.0, 9903.0, 9859.0, 9884.0, 9856.0, 9851.0, 9851.0, 9803.0, 9865.0, 9820.0, 9872.0, 9821.0, 9891.0, 9837.0, 9868.0, 9843.0, 9813.0, 9858.0, 9848.0, 9888.0, 9832.0, 9888.0, 9846.0, 9905.0, 9861.0, 9890.0, 9868.0, 9837.0, 9884.0, 9858.0, 9905.0, 9865.0, 9882.0, 9869.0, 9857.0, 9918.0, 9879.0, 9944.0, 9882.0, 9862.0, 9904.0, 9886.0, 9929.0, 9892.0, 9915.0, 9883.0, 9871.0, 9917.0, 9871.0, 9925.0, 9889.0, 9931.0, 9886.0, 9859.0, 9899.0, 9855.0, 9937.0, 9874.0, 9927.0, 9885.0, 9860.0, 9928.0, 9873.0, 9947.0, 9899.0, 9928.0, 9904.0, 9857.0, 9901.0, 9854.0, 9923.0, 9870.0, 9897.0, 9866.0, 9859.0, 9908.0, 9866.0, 9939.0, 9869.0, 9909.0, 9881.0, 9837.0, 9910.0, 9854.0, 9907.0, 9860.0, 9923.0, 9875.0, 9888.0, 9861.0, 9890.0, 9877.0, 9832.0, 9872.0, 9845.0, 9902.0, 9863.0, 9904.0, 9859.0, 9828.0, 9877.0, 9845.0, 9913.0, 9863.0, 9875.0, 9865.0, 9834.0, 9906.0, 9863.0, 9920.0, 9870.0, 9917.0, 9867.0, 9896.0, 9840.0, 9898.0, 9839.0, 9863.0, 9836.0, 9809.0, 9854.0, 9811.0, 9878.0, 9829.0, 9874.0, 9837.0, 9879.0, 9828.0, 9855.0, 9842.0, 9838.0, 9866.0, 9825.0, 9880.0, 9852.0, 9882.0, 9838.0, 9852.0, 9840.0, 9855.0, 9854.0, 9839.0, 9867.0, 9836.0, 9878.0, 9831.0, 9897.0, 9849.0, 9892.0, 9849.0, 9844.0, 9814.0, 9808.0, 9832.0, 9808.0, 9857.0, 9804.0, 9871.0, 9818.0, 9891.0, 9835.0, 9835.0, 9834.0, 9810.0, 9846.0, 9806.0, 9864.0, 9842.0, 9883.0, 9841.0, 9854.0, 9840.0, 9829.0, 9857.0, 9834.0, 9887.0, 9845.0, 9902.0, 9850.0, 9885.0, 9847.0, 9876.0, 9856.0, 9824.0, 9858.0, 9832.0, 9882.0, 9834.0, 9900.0, 9861.0, 9900.0, 9862.0, 9888.0, 9844.0, 9865.0, 9843.0, 9832.0, 9874.0, 9852.0, 9919.0, 9871.0, 9896.0, 9865.0, 9842.0, 9896.0, 9860.0, 9924.0, 9872.0, 9942.0, 9881.0, 9872.0, 9886.0, 9852.0, 9912.0, 9874.0, 9925.0, 9871.0, 9898.0, 9874.0, 9872.0, 9885.0, 9899.0, 9884.0, 9855.0, 9898.0, 9855.0, 9896.0, 9866.0, 9909.0, 9876.0, 9893.0, 9862.0, 9854.0, 9889.0, 9855.0, 9924.0, 9874.0, 9901.0, 9893.0, 9920.0, 9906.0, 9872.0, 9906.0, 9868.0, 9913.0, 9872.0, 9926.0, 9866.0, 9925.0, 9860.0, 9896.0, 9877.0, 9851.0, 9882.0, 9846.0, 9903.0, 9851.0, 9925.0, 9881.0, 9893.0, 9865.0, 9839.0, 9879.0, 9856.0, 9910.0, 9867.0, 9910.0, 9884.0, 9858.0, 9887.0, 9871.0, 9913.0, 9887.0, 9889.0, 9890.0, 9862.0, 9901.0, 9871.0, 9931.0, 9891.0, 9875.0, 9905.0, 9878.0, 9929.0, 9897.0, 9875.0, 9903.0, 9881.0, 9948.0, 9889.0, 9915.0, 9887.0, 9860.0, 9915.0, 9881.0, 9940.0, 9895.0, 9855.0, 9883.0, 9858.0, 9909.0, 9865.0, 9895.0, 9866.0, 9853.0, 9908.0, 9870.0, 9923.0, 9880.0, 9856.0, 9884.0, 9858.0, 9910.0, 9868.0, 9897.0, 9869.0, 9854.0, 9913.0, 9869.0, 9944.0, 9896.0, 9894.0, 9868.0, 9839.0, 9891.0, 9870.0, 9894.0, 9851.0, 9855.0, 9893.0, 9868.0, 9854.0, 9881.0, 9862.0, 9909.0, 9865.0, 9911.0, 9871.0, 9884.0, 9869.0, 9854.0, 9897.0, 9854.0, 9910.0, 9860.0, 9849.0, 9868.0, 9853.0, 9928.0, 9884.0, 9879.0, 9897.0, 9853.0, 9907.0, 9865.0, 9893.0, 9857.0, 9825.0, 9855.0, 9846.0, 9900.0, 9860.0, 9852.0, 9867.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.0007611277330264672</td></tr>
<tr><td colspan=3>aqi</td><td>0.01920316237054085</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.36313328086407</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1838819607373268</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9890059661751152</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>4974.0591</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0823105008644647</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8055235903337169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7064591931091413</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.746496752700233</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8230213872393795</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5498594393878116</td></tr>
<tr><td colspan=3>gcor</td><td>0.00897907</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>7.483571243938059e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.012081529013812542</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.7792221485596484</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.5038</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9222</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7278</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>869.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.0039</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2224</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.407</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3656.2547</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3888.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.7766</td></tr>
<tr><td colspan=3>tsnr</td><td>42.35638130363077</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>