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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-06_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-06_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-0017/ses-04/func/sub-0017_ses-04_task-social_acq-mb8_run-06_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>5a3d106bb44d5275801c8831cfde8b6a</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:18:1.210000</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.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</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_brain_imaging_center</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-06_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.100154</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7739, -7203, 549, 34, -123, 76, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a287277-601f-44bc-b31b-d9c7e8630658||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.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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': ['131801.210000', '131801.670000', '131802.130000', '131802.590000', '131803.050000', '131803.510000', '131803.970000', '131804.430000', '131804.890000', '131805.350000', '131805.810000', '131806.270000', '131806.730000', '131807.190000', '131807.650000', '131808.110000', '131808.570000', '131809.030000', '131809.490000', '131809.950000', '131810.410000', '131810.870000', '131811.330000', '131811.790000', '131812.250000', '131812.710000', '131813.170000', '131813.630000', '131814.090000', '131814.550000', '131815.010000', '131815.470000', '131815.930000', '131816.390000', '131816.850000', '131817.310000', '131817.770000', '131818.230000', '131818.690000', '131819.150000', '131819.610000', '131820.070000', '131820.530000', '131820.990000', '131821.450000', '131821.910000', '131822.370000', '131822.830000', '131823.290000', '131823.750000', '131824.210000', '131824.670000', '131825.130000', '131825.590000', '131826.050000', '131826.510000', '131826.970000', '131827.430000', '131827.890000', '131828.350000', '131828.810000', '131829.270000', '131829.730000', '131830.190000', '131830.650000', '131831.110000', '131831.570000', '131832.030000', '131832.490000', '131832.950000', '131833.410000', '131833.870000', '131834.330000', '131834.790000', '131835.250000', '131835.710000', '131836.170000', '131836.630000', '131837.090000', '131837.550000', '131838.010000', '131838.470000', '131838.930000', '131839.390000', '131839.850000', '131840.310000', '131840.770000', '131841.230000', '131841.690000', '131842.150000', '131842.610000', '131843.070000', '131843.530000', '131843.990000', '131844.450000', '131844.910000', '131845.370000', '131845.830000', '131846.290000', '131846.750000', '131847.210000', '131847.670000', '131848.130000', '131848.590000', '131849.050000', '131849.510000', '131849.970000', '131850.430000', '131850.890000', '131851.350000', '131851.810000', '131852.270000', '131852.730000', '131853.190000', '131853.650000', '131854.110000', '131854.570000', '131855.030000', '131855.490000', '131855.950000', '131856.410000', '131856.870000', '131857.330000', '131857.790000', '131858.250000', '131858.710000', '131859.170000', '131859.630000', '131900.090000', '131900.550000', '131901.010000', '131901.470000', '131901.930000', '131902.390000', '131902.850000', '131903.310000', '131903.770000', '131904.230000', '131904.690000', '131905.150000', '131905.610000', '131906.070000', '131906.530000', '131906.990000', '131907.450000', '131907.910000', '131908.370000', '131908.830000', '131909.290000', '131909.750000', '131910.210000', '131910.670000', '131911.130000', '131911.590000', '131912.050000', '131912.510000', '131912.970000', '131913.430000', '131913.890000', '131914.350000', '131914.810000', '131915.270000', '131915.730000', '131916.190000', '131916.650000', '131917.110000', '131917.570000', '131918.030000', '131918.490000', '131918.950000', '131919.410000', '131919.870000', '131920.330000', '131920.790000', '131921.250000', '131921.710000', '131922.170000', '131922.630000', '131923.090000', '131923.550000', '131924.010000', '131924.470000', '131924.930000', '131925.390000', '131925.850000', '131926.310000', '131926.770000', '131927.230000', '131927.690000', '131928.150000', '131928.610000', '131929.070000', '131929.530000', '131929.990000', '131930.450000', '131930.910000', '131931.370000', '131931.830000', '131932.290000', '131932.750000', '131933.210000', '131933.670000', '131934.130000', '131934.590000', '131935.050000', '131935.510000', '131935.970000', '131936.430000', '131936.890000', '131937.350000', '131937.810000', '131938.270000', '131938.730000', '131939.190000', '131939.650000', '131940.110000', '131940.570000', '131941.030000', '131941.490000', '131941.950000', '131942.410000', '131942.870000', '131943.330000', '131943.790000', '131944.250000', '131944.710000', '131945.170000', '131945.630000', '131946.090000', '131946.550000', '131947.010000', '131947.470000', '131947.930000', '131948.390000', '131948.850000', '131949.310000', '131949.770000', '131950.230000', '131950.690000', '131951.150000', '131951.610000', '131952.070000', '131952.530000', '131952.990000', '131953.450000', '131953.910000', '131954.370000', '131954.830000', '131955.290000', '131955.750000', '131956.210000', '131956.670000', '131957.130000', '131957.590000', '131958.050000', '131958.510000', '131958.970000', '131959.430000', '131959.890000', '132000.350000', '132000.810000', '132001.270000', '132001.730000', '132002.190000', '132002.650000', '132003.110000', '132003.570000', '132004.030000', '132004.490000', '132004.950000', '132005.410000', '132005.870000', '132006.330000', '132006.790000', '132007.250000', '132007.710000', '132008.170000', '132008.630000', '132009.090000', '132009.550000', '132010.010000', '132010.470000', '132010.930000', '132011.390000', '132011.850000', '132012.310000', '132012.770000', '132013.230000', '132013.690000', '132014.150000', '132014.610000', '132015.070000', '132015.530000', '132015.990000', '132016.450000', '132016.910000', '132017.370000', '132017.830000', '132018.290000', '132018.750000', '132019.210000', '132019.670000', '132020.130000', '132020.590000', '132021.050000', '132021.510000', '132021.970000', '132022.430000', '132022.890000', '132023.350000', '132023.810000', '132024.270000', '132024.730000', '132025.190000', '132025.650000', '132026.110000', '132026.570000', '132027.030000', '132027.490000', '132027.950000', '132028.410000', '132028.870000', '132029.330000', '132029.790000', '132030.250000', '132030.710000', '132031.170000', '132031.630000', '132032.090000', '132032.550000', '132033.010000', '132033.470000', '132033.930000', '132034.390000', '132034.850000', '132035.310000', '132035.770000', '132036.230000', '132036.690000', '132037.150000', '132037.610000', '132038.070000', '132038.530000', '132038.990000', '132039.450000', '132039.910000', '132040.370000', '132040.830000', '132041.290000', '132041.750000', '132042.210000', '132042.670000', '132043.130000', '132043.590000', '132044.050000', '132044.510000', '132044.970000', '132045.430000', '132045.890000', '132046.350000', '132046.810000', '132047.270000', '132047.730000', '132048.190000', '132048.650000', '132049.110000', '132049.570000', '132050.030000', '132050.490000', '132050.950000', '132051.410000', '132051.870000', '132052.330000', '132052.790000', '132053.250000', '132053.710000', '132054.170000', '132054.630000', '132055.090000', '132055.550000', '132056.010000', '132056.470000', '132056.930000', '132057.390000', '132057.850000', '132058.310000', '132058.770000', '132059.230000', '132059.690000', '132100.150000', '132100.610000', '132101.070000', '132101.530000', '132101.990000', '132102.450000', '132102.910000', '132103.370000', '132103.830000', '132104.290000', '132104.750000', '132105.210000', '132105.670000', '132106.130000', '132106.590000', '132107.050000', '132107.510000', '132107.970000', '132108.430000', '132108.890000', '132109.350000', '132109.810000', '132110.270000', '132110.730000', '132111.190000', '132111.650000', '132112.110000', '132112.570000', '132113.030000', '132113.490000', '132113.950000', '132114.410000', '132114.870000', '132115.330000', '132115.790000', '132116.250000', '132116.710000', '132117.170000', '132117.630000', '132118.090000', '132118.550000', '132119.010000', '132119.470000', '132119.930000', '132120.390000', '132120.850000', '132121.310000', '132121.770000', '132122.230000', '132122.690000', '132123.150000', '132123.610000', '132124.070000', '132124.530000', '132124.990000', '132125.450000', '132125.910000', '132126.370000', '132126.830000', '132127.290000', '132127.750000', '132128.210000', '132128.670000', '132129.130000', '132129.590000', '132130.050000', '132130.510000', '132130.970000', '132131.430000', '132131.890000', '132132.350000', '132132.810000', '132133.270000', '132133.730000', '132134.190000', '132134.650000', '132135.110000', '132135.570000', '132136.030000', '132136.490000', '132136.950000', '132137.410000', '132137.870000', '132138.330000', '132138.790000', '132139.250000', '132139.710000', '132140.170000', '132140.630000', '132141.090000', '132141.550000', '132142.010000', '132142.470000', '132142.930000', '132143.390000', '132143.850000', '132144.310000', '132144.770000', '132145.230000', '132145.690000', '132146.150000', '132146.610000', '132147.070000', '132147.530000', '132147.990000', '132148.450000', '132148.910000', '132149.370000', '132149.830000', '132150.290000', '132150.750000', '132151.210000', '132151.670000', '132152.130000', '132152.590000', '132153.050000', '132153.510000', '132153.970000', '132154.430000', '132154.890000', '132155.350000', '132155.810000', '132156.270000', '132156.730000', '132157.190000', '132157.650000', '132158.110000', '132158.570000', '132159.030000', '132159.490000', '132159.950000', '132200.410000', '132200.870000', '132201.330000', '132201.790000', '132202.250000', '132202.710000', '132203.170000', '132203.630000', '132204.090000', '132204.550000', '132205.010000', '132205.470000', '132205.930000', '132206.390000', '132206.850000', '132207.310000', '132207.770000', '132208.230000', '132208.690000', '132209.150000', '132209.610000', '132210.070000', '132210.530000', '132210.990000', '132211.450000', '132211.910000', '132212.370000', '132212.830000', '132213.290000', '132213.750000', '132214.210000', '132214.670000', '132215.130000', '132215.590000', '132216.050000', '132216.510000', '132216.970000', '132217.430000', '132217.890000', '132218.350000', '132218.810000', '132219.270000', '132219.730000', '132220.190000', '132220.650000', '132221.110000', '132221.570000', '132222.030000', '132222.490000', '132222.950000', '132223.410000', '132223.870000', '132224.330000', '132224.790000', '132225.250000', '132225.710000', '132226.170000', '132226.630000', '132227.090000', '132227.550000', '132228.010000', '132228.470000', '132228.930000', '132229.390000', '132229.850000', '132230.310000', '132230.770000', '132231.230000', '132231.690000', '132232.150000', '132232.610000', '132233.070000', '132233.530000', '132233.990000', '132234.450000', '132234.910000', '132235.370000', '132235.830000', '132236.290000', '132236.750000', '132237.210000', '132237.670000', '132238.130000', '132238.590000', '132239.050000', '132239.510000', '132239.970000', '132240.430000', '132240.890000', '132241.350000', '132241.810000', '132242.270000', '132242.730000', '132243.190000', '132243.650000', '132244.110000', '132244.570000', '132245.030000', '132245.490000', '132245.950000', '132246.410000', '132246.870000', '132247.330000', '132247.790000', '132248.250000', '132248.710000', '132249.170000', '132249.630000', '132250.090000', '132250.550000', '132251.010000', '132251.470000', '132251.930000', '132252.390000', '132252.850000', '132253.310000', '132253.770000', '132254.230000', '132254.690000', '132255.150000', '132255.610000', '132256.070000', '132256.530000', '132256.990000', '132257.450000', '132257.910000', '132258.370000', '132258.830000', '132259.290000', '132259.750000', '132300.210000', '132300.670000', '132301.130000', '132301.590000', '132302.050000', '132302.510000', '132302.970000', '132303.430000', '132303.890000', '132304.350000', '132304.810000', '132305.270000', '132305.730000', '132306.190000', '132306.650000', '132307.110000', '132307.570000', '132308.030000', '132308.490000', '132308.950000', '132309.410000', '132309.870000', '132310.330000', '132310.790000', '132311.250000', '132311.710000', '132312.170000', '132312.630000', '132313.090000', '132313.550000', '132314.010000', '132314.470000', '132314.930000', '132315.390000', '132315.850000', '132316.310000', '132316.770000', '132317.230000', '132317.690000', '132318.150000', '132318.610000', '132319.070000', '132319.530000', '132319.990000', '132320.450000', '132320.910000', '132321.370000', '132321.830000', '132322.290000', '132322.750000', '132323.210000', '132323.670000', '132324.130000', '132324.590000', '132325.050000', '132325.510000', '132325.970000', '132326.430000', '132326.890000', '132327.350000', '132327.810000', '132328.270000', '132328.730000', '132329.190000', '132329.650000', '132330.110000', '132330.570000', '132331.030000', '132331.490000', '132331.950000', '132332.410000', '132332.870000', '132333.330000', '132333.790000', '132334.250000', '132334.710000', '132335.170000', '132335.630000', '132336.090000', '132336.550000', '132337.010000', '132337.470000', '132337.930000', '132338.390000', '132338.850000', '132339.310000', '132339.770000', '132340.230000', '132340.690000', '132341.150000', '132341.610000', '132342.070000', '132342.530000', '132342.990000', '132343.450000', '132343.910000', '132344.370000', '132344.830000', '132345.290000', '132345.750000', '132346.210000', '132346.670000', '132347.130000', '132347.590000', '132348.050000', '132348.510000', '132348.970000', '132349.430000', '132349.890000', '132350.350000', '132350.810000', '132351.270000', '132351.730000', '132352.190000', '132352.650000', '132353.110000', '132353.570000', '132354.030000', '132354.490000', '132354.950000', '132355.410000', '132355.870000', '132356.330000', '132356.790000', '132357.250000', '132357.710000', '132358.170000', '132358.630000', '132359.090000', '132359.550000', '132400.010000', '132400.470000', '132400.930000', '132401.390000', '132401.850000', '132402.310000', '132402.770000', '132403.230000', '132403.690000', '132404.150000', '132404.610000', '132405.070000', '132405.530000', '132405.990000', '132406.450000', '132406.910000', '132407.370000', '132407.830000', '132408.290000', '132408.750000', '132409.210000', '132409.670000', '132410.130000', '132410.590000', '132411.050000', '132411.510000', '132411.970000', '132412.430000', '132412.890000', '132413.350000', '132413.810000', '132414.270000', '132414.730000', '132415.190000', '132415.650000', '132416.110000', '132416.570000', '132417.030000', '132417.490000', '132417.950000', '132418.410000', '132418.870000', '132419.330000', '132419.790000', '132420.250000', '132420.710000', '132421.170000', '132421.630000', '132422.090000', '132422.550000', '132423.010000', '132423.470000', '132423.930000', '132424.390000', '132424.850000', '132425.310000', '132425.770000', '132426.230000', '132426.690000', '132427.150000', '132427.610000', '132428.070000', '132428.530000', '132428.990000', '132429.450000', '132429.910000', '132430.370000', '132430.830000', '132431.290000', '132431.750000', '132432.210000', '132432.670000', '132433.130000', '132433.590000', '132434.050000', '132434.510000', '132434.970000', '132435.430000', '132435.890000', '132436.350000', '132436.810000', '132437.270000', '132437.730000', '132438.190000', '132438.650000', '132439.110000', '132439.570000', '132440.030000', '132440.490000', '132440.950000', '132441.410000', '132441.870000'], 'ContentTime': ['131828.339000', '131828.342000', '131828.345000', '131828.348000', '131828.351000', '131828.353000', '131828.358000', '131828.360000', '131828.363000', '131828.366000', '131828.369000', '131828.372000', '131828.374000', '131828.377000', '131828.380000', '131828.383000', '131828.386000', '131828.388000', '131828.391000', '131828.394000', '131828.397000', '131828.400000', '131828.402000', '131828.405000', '131828.408000', '131828.411000', '131828.414000', '131828.429000', '131828.432000', '131828.435000', '131828.438000', '131828.441000', '131828.444000', '131828.446000', '131828.449000', '131828.452000', '131828.455000', '131828.457000', '131828.460000', '131828.463000', '131828.466000', '131828.469000', '131828.472000', '131828.474000', '131828.477000', '131828.480000', '131828.483000', '131828.485000', '131828.488000', '131828.491000', '131828.494000', '131828.497000', '131828.500000', '131828.502000', '131828.505000', '131828.508000', '131828.511000', '131848.305000', '131848.308000', '131848.311000', '131848.313000', '131848.316000', '131848.319000', '131848.327000', '131848.330000', '131848.333000', '131848.335000', '131848.338000', '131848.341000', '131848.344000', '131848.347000', '131848.349000', '131848.352000', '131848.355000', '131848.358000', '131848.361000', '131848.363000', '131848.366000', '131848.369000', '131848.372000', '131848.375000', '131848.378000', '131848.380000', '131848.383000', '131848.386000', '131848.390000', '131848.393000', '131848.396000', '131848.399000', '131848.402000', '131848.405000', '131848.407000', '131848.410000', '131848.413000', '131848.416000', '131848.419000', '131848.421000', '131848.425000', '131848.427000', '131848.430000', '131908.306000', '131908.309000', '131908.312000', '131908.314000', '131908.317000', '131908.320000', '131908.323000', '131908.326000', '131908.328000', '131908.331000', '131908.334000', '131908.337000', '131908.340000', '131908.343000', '131908.345000', '131908.348000', '131908.351000', '131908.354000', '131908.357000', '131908.360000', '131908.362000', '131908.365000', '131908.368000', '131908.371000', '131908.374000', '131908.377000', '131908.380000', '131908.382000', '131908.385000', '131908.388000', '131908.391000', '131908.394000', '131908.396000', '131908.399000', '131908.402000', '131908.405000', '131908.408000', '131908.411000', '131908.413000', '131908.416000', '131908.419000', '131908.422000', '131908.425000', '131908.427000', '131928.306000', '131928.309000', '131928.312000', '131928.315000', '131928.317000', '131928.320000', '131928.323000', '131928.326000', '131928.329000', '131928.332000', '131928.334000', '131928.337000', '131928.340000', '131928.343000', '131928.346000', '131928.349000', '131928.352000', '131928.354000', '131928.357000', '131928.360000', '131928.363000', '131928.366000', '131928.368000', '131928.371000', '131928.374000', '131928.377000', '131928.380000', '131928.383000', '131928.386000', '131928.388000', '131928.391000', '131928.394000', '131928.397000', '131928.400000', '131928.402000', '131928.405000', '131928.408000', '131928.411000', '131928.414000', '131928.417000', '131928.420000', '131928.423000', '131928.425000', '131948.305000', '131948.308000', '131948.310000', '131948.313000', '131948.316000', '131948.319000', '131948.322000', '131948.325000', '131948.328000', '131948.330000', '131948.333000', '131948.336000', '131948.339000', '131948.342000', '131948.345000', '131948.348000', '131948.351000', '131948.353000', '131948.356000', '131948.359000', '131948.362000', '131948.365000', '131948.368000', '131948.370000', '131948.373000', '131948.376000', '131948.379000', '131948.382000', '131948.385000', '131948.388000', '131948.390000', '131948.393000', '131948.396000', '131948.399000', '131948.402000', '131948.405000', '131948.408000', '131948.410000', '131948.413000', '131948.416000', '131948.419000', '131948.422000', '131948.425000', '131948.427000', '132008.305000', '132008.308000', '132008.311000', '132008.319000', '132008.322000', '132008.325000', '132008.328000', '132008.330000', '132008.333000', '132008.336000', '132008.339000', '132008.342000', '132008.344000', '132008.347000', '132008.350000', '132008.353000', '132008.356000', '132008.359000', '132008.362000', '132008.364000', '132008.367000', '132008.370000', '132008.373000', '132008.380000', '132008.382000', '132008.385000', '132008.388000', '132008.391000', '132008.394000', '132008.397000', '132008.400000', '132008.402000', '132008.405000', '132008.408000', '132008.411000', '132008.414000', '132008.417000', '132008.420000', '132008.422000', '132008.425000', '132008.428000', '132008.432000', '132008.435000', '132028.305000', '132028.308000', '132028.310000', '132028.313000', '132028.316000', '132028.319000', '132028.322000', '132028.325000', '132028.328000', '132028.330000', '132028.333000', '132028.336000', '132028.339000', '132028.342000', '132028.344000', '132028.347000', '132028.350000', '132028.353000', '132028.356000', '132028.359000', '132028.362000', '132028.364000', '132028.367000', '132028.370000', '132028.373000', '132028.376000', '132028.379000', '132028.382000', '132028.384000', '132028.387000', '132028.390000', '132028.393000', '132028.396000', '132028.399000', '132028.401000', '132028.404000', '132028.407000', '132028.410000', '132028.413000', '132028.416000', '132028.418000', '132028.421000', '132028.424000', '132028.427000', '132048.305000', '132048.308000', '132048.311000', '132048.313000', '132048.316000', '132048.319000', '132048.322000', '132048.325000', '132048.328000', '132048.331000', '132048.334000', '132048.336000', '132048.339000', '132048.342000', '132048.345000', '132048.348000', '132048.351000', '132048.354000', '132048.357000', '132048.359000', '132048.362000', '132048.365000', '132048.368000', '132048.371000', '132048.374000', '132048.377000', '132048.379000', '132048.382000', '132048.385000', '132048.388000', '132048.391000', '132048.394000', '132048.400000', '132048.403000', '132048.406000', '132048.408000', '132048.411000', '132048.414000', '132048.417000', '132048.420000', '132048.423000', '132048.426000', '132048.429000', '132108.305000', '132108.308000', '132108.311000', '132108.313000', '132108.316000', '132108.319000', '132108.322000', '132108.325000', '132108.328000', '132108.330000', '132108.333000', '132108.336000', '132108.339000', '132108.342000', '132108.345000', '132108.348000', '132108.350000', '132108.353000', '132108.356000', '132108.359000', '132108.362000', '132108.364000', '132108.367000', '132108.370000', '132108.373000', '132108.376000', '132108.379000', '132108.381000', '132108.384000', '132108.387000', '132108.390000', '132108.393000', '132108.395000', '132108.398000', '132108.401000', '132108.404000', '132108.407000', '132108.409000', '132108.412000', '132108.415000', '132108.418000', '132108.421000', '132108.424000', '132108.426000', '132128.306000', '132128.309000', '132128.312000', '132128.314000', '132128.317000', '132128.320000', '132128.323000', '132128.326000', '132128.329000', '132128.332000', '132128.334000', '132128.337000', '132128.340000', '132128.343000', '132128.346000', '132128.349000', '132128.352000', '132128.354000', '132128.357000', '132128.360000', '132128.363000', '132128.366000', '132128.369000', '132128.371000', '132128.374000', '132128.377000', '132128.380000', '132128.383000', '132128.386000', '132128.389000', '132128.391000', '132128.394000', '132128.397000', '132128.400000', '132128.403000', '132128.406000', '132128.409000', '132128.412000', '132128.414000', '132128.417000', '132128.420000', '132128.423000', '132128.426000', '132148.306000', '132148.309000', '132148.313000', '132148.318000', '132148.321000', '132148.336000', '132148.339000', '132148.342000', '132148.344000', '132148.347000', '132148.350000', '132148.353000', '132148.356000', '132148.359000', '132148.361000', '132148.364000', '132148.367000', '132148.370000', '132148.373000', '132148.376000', '132148.378000', '132148.381000', '132148.384000', '132148.387000', '132148.390000', '132148.393000', '132148.395000', '132148.398000', '132148.401000', '132148.404000', '132148.407000', '132148.410000', '132148.412000', '132148.416000', '132148.418000', '132148.421000', '132148.424000', '132148.427000', '132148.430000', '132148.433000', '132148.436000', '132148.439000', '132148.441000', '132208.305000', '132208.308000', '132208.311000', '132208.313000', '132208.316000', '132208.319000', '132208.322000', '132208.325000', '132208.328000', '132208.331000', '132208.333000', '132208.336000', '132208.339000', '132208.342000', '132208.345000', '132208.348000', '132208.351000', '132208.353000', '132208.356000', '132208.359000', '132208.362000', '132208.365000', '132208.367000', '132208.370000', '132208.373000', '132208.376000', '132208.379000', '132208.382000', '132208.384000', '132208.387000', '132208.390000', '132208.393000', '132208.396000', '132208.405000', '132208.408000', '132208.411000', '132208.414000', '132208.416000', '132208.419000', '132208.422000', '132208.425000', '132208.428000', '132208.430000', '132208.433000', '132228.305000', '132228.308000', '132228.311000', '132228.314000', '132228.316000', '132228.321000', '132228.326000', '132228.329000', '132228.332000', '132228.335000', '132228.337000', '132228.340000', '132228.343000', '132228.346000', '132228.349000', '132228.352000', '132228.355000', '132228.358000', '132228.360000', '132228.363000', '132228.366000', '132228.369000', '132228.372000', '132228.375000', '132228.377000', '132228.380000', '132228.383000', '132228.386000', '132228.389000', '132228.391000', '132228.394000', '132228.397000', '132228.400000', '132228.403000', '132228.406000', '132228.408000', '132228.411000', '132228.414000', '132228.417000', '132228.420000', '132228.423000', '132228.425000', '132228.428000', '132248.305000', '132248.308000', '132248.311000', '132248.314000', '132248.316000', '132248.319000', '132248.322000', '132248.325000', '132248.328000', '132248.331000', '132248.333000', '132248.336000', '132248.339000', '132248.342000', '132248.345000', '132248.348000', '132248.350000', '132248.353000', '132248.356000', '132248.359000', '132248.362000', '132248.365000', '132248.368000', '132248.370000', '132248.373000', '132248.376000', '132248.379000', '132248.382000', '132248.385000', '132248.387000', '132248.390000', '132248.393000', '132248.396000', '132248.399000', '132248.401000', '132248.404000', '132248.407000', '132248.410000', '132248.413000', '132248.416000', '132248.418000', '132248.421000', '132248.424000', '132248.427000', '132308.305000', '132308.308000', '132308.311000', '132308.314000', '132308.317000', '132308.320000', '132308.322000', '132308.325000', '132308.328000', '132308.331000', '132308.334000', '132308.337000', '132308.339000', '132308.342000', '132308.345000', '132308.348000', '132308.351000', '132308.354000', '132308.357000', '132308.360000', '132308.362000', '132308.366000', '132308.368000', '132308.371000', '132308.374000', '132308.377000', '132308.380000', '132308.383000', '132308.386000', '132308.388000', '132308.406000', '132308.409000', '132308.412000', '132308.415000', '132308.418000', '132308.421000', '132308.424000', '132308.427000', '132308.429000', '132308.432000', '132308.435000', '132308.438000', '132308.441000', '132328.305000', '132328.308000', '132328.311000', '132328.314000', '132328.317000', '132328.319000', '132328.322000', '132328.325000', '132328.328000', '132328.331000', '132328.334000', '132328.337000', '132328.339000', '132328.342000', '132328.345000', '132328.348000', '132328.351000', '132328.354000', '132328.357000', '132328.359000', '132328.362000', '132328.365000', '132328.368000', '132328.371000', '132328.374000', '132328.376000', '132328.379000', '132328.382000', '132328.385000', '132328.388000', '132328.391000', '132328.394000', '132328.396000', '132328.399000', '132328.402000', '132328.405000', '132328.408000', '132328.411000', '132328.414000', '132328.416000', '132328.419000', '132328.422000', '132328.425000', '132328.428000', '132348.307000', '132348.310000', '132348.313000', '132348.315000', '132348.319000', '132348.321000', '132348.326000', '132348.329000', '132348.332000', '132348.335000', '132348.337000', '132348.340000', '132348.343000', '132348.346000', '132348.349000', '132348.352000', '132348.355000', '132348.358000', '132348.360000', '132348.363000', '132348.366000', '132348.369000', '132348.372000', '132348.375000', '132348.380000', '132348.383000', '132348.386000', '132348.389000', '132348.392000', '132348.395000', '132348.398000', '132348.401000', '132348.403000', '132348.406000', '132348.409000', '132348.412000', '132348.415000', '132348.417000', '132348.420000', '132348.423000', '132348.426000', '132348.429000', '132348.432000', '132408.306000', '132408.309000', '132408.312000', '132408.315000', '132408.318000', '132408.321000', '132408.323000', '132408.326000', '132408.329000', '132408.332000', '132408.335000', '132408.337000', '132408.340000', '132408.343000', '132408.346000', '132408.349000', '132408.352000', '132408.355000', '132408.358000', '132408.360000', '132408.363000', '132408.366000', '132408.369000', '132408.372000', '132408.375000', '132408.378000', '132408.380000', '132408.383000', '132408.386000', '132408.389000', '132408.392000', '132408.395000', '132408.397000', '132408.400000', '132408.403000', '132408.406000', '132408.409000', '132408.412000', '132408.414000', '132408.417000', '132408.420000', '132408.423000', '132408.426000', '132408.429000', '132428.305000', '132428.308000', '132428.311000', '132428.314000', '132428.317000', '132428.319000', '132428.322000', '132428.325000', '132428.328000', '132428.331000', '132428.333000', '132428.336000', '132428.339000', '132428.342000', '132428.345000', '132428.348000', '132428.351000', '132428.353000', '132428.356000', '132428.359000', '132428.362000', '132428.365000', '132428.367000', '132428.370000', '132428.373000', '132428.376000', '132428.379000', '132428.382000', '132428.384000', '132428.387000', '132428.390000', '132428.395000', '132428.397000', '132428.401000', '132428.403000', '132428.406000', '132428.409000', '132428.412000', '132428.415000', '132428.417000', '132428.420000', '132428.439000', '132428.442000', '132443.156000', '132443.160000', '132443.163000', '132443.166000', '132443.169000', '132443.172000', '132443.175000', '132443.179000', '132443.184000', '132443.189000', '132443.194000', '132443.198000', '132443.201000', '132443.204000', '132443.207000', '132443.210000', '132443.213000', '132443.215000', '132443.219000', '132443.222000', '132443.225000', '132443.228000', '132443.231000', '132443.234000', '132443.237000', '132443.240000', '132443.250000', '132443.253000', '132443.255000', '132443.258000', '132443.261000', '132443.264000', '132443.267000'], 'InstanceCreationTime': ['131828.339000', '131828.342000', '131828.345000', '131828.348000', '131828.351000', '131828.353000', '131828.358000', '131828.360000', '131828.363000', '131828.366000', '131828.369000', '131828.372000', '131828.374000', '131828.377000', '131828.380000', '131828.383000', '131828.386000', '131828.388000', '131828.391000', '131828.394000', '131828.397000', '131828.400000', '131828.402000', '131828.405000', '131828.408000', '131828.411000', '131828.414000', '131828.429000', '131828.432000', '131828.435000', '131828.438000', '131828.441000', '131828.444000', '131828.446000', '131828.449000', '131828.452000', '131828.455000', '131828.457000', '131828.460000', '131828.463000', '131828.466000', '131828.469000', '131828.472000', '131828.474000', '131828.477000', '131828.480000', '131828.483000', '131828.485000', '131828.488000', '131828.491000', '131828.494000', '131828.497000', '131828.500000', '131828.502000', '131828.505000', '131828.508000', '131828.511000', '131848.305000', '131848.308000', '131848.311000', '131848.313000', '131848.316000', '131848.319000', '131848.327000', '131848.330000', '131848.333000', '131848.335000', '131848.338000', '131848.341000', '131848.344000', '131848.347000', '131848.349000', '131848.352000', '131848.355000', '131848.358000', '131848.361000', '131848.363000', '131848.366000', '131848.369000', '131848.372000', '131848.375000', '131848.378000', '131848.380000', '131848.383000', '131848.386000', '131848.390000', '131848.393000', '131848.396000', '131848.399000', '131848.402000', '131848.405000', '131848.407000', '131848.410000', '131848.413000', '131848.416000', '131848.419000', '131848.421000', '131848.425000', '131848.427000', '131848.430000', '131908.306000', '131908.309000', '131908.312000', '131908.314000', '131908.317000', '131908.320000', '131908.323000', '131908.326000', '131908.328000', '131908.331000', '131908.334000', '131908.337000', '131908.340000', '131908.343000', '131908.345000', '131908.348000', '131908.351000', '131908.354000', '131908.357000', '131908.360000', '131908.362000', '131908.365000', '131908.368000', '131908.371000', '131908.374000', '131908.377000', '131908.380000', '131908.382000', '131908.385000', '131908.388000', '131908.391000', '131908.394000', '131908.396000', '131908.399000', '131908.402000', '131908.405000', '131908.408000', '131908.411000', '131908.413000', '131908.416000', '131908.419000', '131908.422000', '131908.425000', '131908.427000', '131928.306000', '131928.309000', '131928.312000', '131928.315000', '131928.317000', '131928.320000', '131928.323000', '131928.326000', '131928.329000', '131928.332000', '131928.334000', '131928.337000', '131928.340000', '131928.343000', '131928.346000', '131928.349000', '131928.352000', '131928.354000', '131928.357000', '131928.360000', '131928.363000', '131928.366000', '131928.368000', '131928.371000', '131928.374000', '131928.377000', '131928.380000', '131928.383000', '131928.386000', '131928.388000', '131928.391000', '131928.394000', '131928.397000', '131928.400000', '131928.402000', '131928.405000', '131928.408000', '131928.411000', '131928.414000', '131928.417000', '131928.420000', '131928.423000', '131928.425000', '131948.305000', '131948.308000', '131948.310000', '131948.313000', '131948.316000', '131948.319000', '131948.322000', '131948.325000', '131948.328000', '131948.330000', '131948.333000', '131948.336000', '131948.339000', '131948.342000', '131948.345000', '131948.348000', '131948.351000', '131948.353000', '131948.356000', '131948.359000', '131948.362000', '131948.365000', '131948.368000', '131948.370000', '131948.373000', '131948.376000', '131948.379000', '131948.382000', '131948.385000', '131948.388000', '131948.390000', '131948.393000', '131948.396000', '131948.399000', '131948.402000', '131948.405000', '131948.408000', '131948.410000', '131948.413000', '131948.416000', '131948.419000', '131948.422000', '131948.425000', '131948.427000', '132008.305000', '132008.308000', '132008.311000', '132008.319000', '132008.322000', '132008.325000', '132008.328000', '132008.330000', '132008.333000', '132008.336000', '132008.339000', '132008.342000', '132008.344000', '132008.347000', '132008.350000', '132008.353000', '132008.356000', '132008.359000', '132008.362000', '132008.364000', '132008.367000', '132008.370000', '132008.373000', '132008.380000', '132008.382000', '132008.385000', '132008.388000', '132008.391000', '132008.394000', '132008.397000', '132008.400000', '132008.402000', '132008.405000', '132008.408000', '132008.411000', '132008.414000', '132008.417000', '132008.420000', '132008.422000', '132008.425000', '132008.428000', '132008.432000', '132008.435000', '132028.305000', '132028.308000', '132028.310000', '132028.313000', '132028.316000', '132028.319000', '132028.322000', '132028.325000', '132028.328000', '132028.330000', '132028.333000', '132028.336000', '132028.339000', '132028.342000', '132028.344000', '132028.347000', '132028.350000', '132028.353000', '132028.356000', '132028.359000', '132028.362000', '132028.364000', '132028.367000', '132028.370000', '132028.373000', '132028.376000', '132028.379000', '132028.382000', '132028.384000', '132028.387000', '132028.390000', '132028.393000', '132028.396000', '132028.399000', '132028.401000', '132028.404000', '132028.407000', '132028.410000', '132028.413000', '132028.416000', '132028.418000', '132028.421000', '132028.424000', '132028.427000', '132048.305000', '132048.308000', '132048.311000', '132048.313000', '132048.316000', '132048.319000', '132048.322000', '132048.325000', '132048.328000', '132048.331000', '132048.334000', '132048.336000', '132048.339000', '132048.342000', '132048.345000', '132048.348000', '132048.351000', '132048.354000', '132048.357000', '132048.359000', '132048.362000', '132048.365000', '132048.368000', '132048.371000', '132048.374000', '132048.377000', '132048.379000', '132048.382000', '132048.385000', '132048.388000', '132048.391000', '132048.394000', '132048.400000', '132048.403000', '132048.406000', '132048.408000', '132048.411000', '132048.414000', '132048.417000', '132048.420000', '132048.423000', '132048.426000', '132048.429000', '132108.305000', '132108.308000', '132108.311000', '132108.313000', '132108.316000', '132108.319000', '132108.322000', '132108.325000', '132108.328000', '132108.330000', '132108.333000', '132108.336000', '132108.339000', '132108.342000', '132108.345000', '132108.348000', '132108.350000', '132108.353000', '132108.356000', '132108.359000', '132108.362000', '132108.364000', '132108.367000', '132108.370000', '132108.373000', '132108.376000', '132108.379000', '132108.381000', '132108.384000', '132108.387000', '132108.390000', '132108.393000', '132108.395000', '132108.398000', '132108.401000', '132108.404000', '132108.407000', '132108.409000', '132108.412000', '132108.415000', '132108.418000', '132108.421000', '132108.424000', '132108.426000', '132128.306000', '132128.309000', '132128.312000', '132128.314000', '132128.317000', '132128.320000', '132128.323000', '132128.326000', '132128.329000', '132128.332000', '132128.334000', '132128.337000', '132128.340000', '132128.343000', '132128.346000', '132128.349000', '132128.352000', '132128.354000', '132128.357000', '132128.360000', '132128.363000', '132128.366000', '132128.369000', '132128.371000', '132128.374000', '132128.377000', '132128.380000', '132128.383000', '132128.386000', '132128.389000', '132128.391000', '132128.394000', '132128.397000', '132128.400000', '132128.403000', '132128.406000', '132128.409000', '132128.412000', '132128.414000', '132128.417000', '132128.420000', '132128.423000', '132128.426000', '132148.306000', '132148.309000', '132148.313000', '132148.318000', '132148.321000', '132148.336000', '132148.339000', '132148.342000', '132148.344000', '132148.347000', '132148.350000', '132148.353000', '132148.356000', '132148.359000', '132148.361000', '132148.364000', '132148.367000', '132148.370000', '132148.373000', '132148.376000', '132148.378000', '132148.381000', '132148.384000', '132148.387000', '132148.390000', '132148.393000', '132148.395000', '132148.398000', '132148.401000', '132148.404000', '132148.407000', '132148.410000', '132148.412000', '132148.416000', '132148.418000', '132148.421000', '132148.424000', '132148.427000', '132148.430000', '132148.433000', '132148.436000', '132148.439000', '132148.441000', '132208.305000', '132208.308000', '132208.311000', '132208.313000', '132208.316000', '132208.319000', '132208.322000', '132208.325000', '132208.328000', '132208.331000', '132208.333000', '132208.336000', '132208.339000', '132208.342000', '132208.345000', '132208.348000', '132208.351000', '132208.353000', '132208.356000', '132208.359000', '132208.362000', '132208.365000', '132208.367000', '132208.370000', '132208.373000', '132208.376000', '132208.379000', '132208.382000', '132208.384000', '132208.387000', '132208.390000', '132208.393000', '132208.396000', '132208.405000', '132208.408000', '132208.411000', '132208.414000', '132208.416000', '132208.419000', '132208.422000', '132208.425000', '132208.428000', '132208.430000', '132208.433000', '132228.305000', '132228.308000', '132228.311000', '132228.314000', '132228.316000', '132228.321000', '132228.326000', '132228.329000', '132228.332000', '132228.335000', '132228.337000', '132228.340000', '132228.343000', '132228.346000', '132228.349000', '132228.352000', '132228.355000', '132228.358000', '132228.360000', '132228.363000', '132228.366000', '132228.369000', '132228.372000', '132228.375000', '132228.377000', '132228.380000', '132228.383000', '132228.386000', '132228.389000', '132228.391000', '132228.394000', '132228.397000', '132228.400000', '132228.403000', '132228.406000', '132228.408000', '132228.411000', '132228.414000', '132228.417000', '132228.420000', '132228.423000', '132228.425000', '132228.428000', '132248.305000', '132248.308000', '132248.311000', '132248.314000', '132248.316000', '132248.319000', '132248.322000', '132248.325000', '132248.328000', '132248.331000', '132248.333000', '132248.336000', '132248.339000', '132248.342000', '132248.345000', '132248.348000', '132248.350000', '132248.353000', '132248.356000', '132248.359000', '132248.362000', '132248.365000', '132248.368000', '132248.370000', '132248.373000', '132248.376000', '132248.379000', '132248.382000', '132248.385000', '132248.387000', '132248.390000', '132248.393000', '132248.396000', '132248.399000', '132248.401000', '132248.404000', '132248.407000', '132248.410000', '132248.413000', '132248.416000', '132248.418000', '132248.421000', '132248.424000', '132248.427000', '132308.305000', '132308.308000', '132308.311000', '132308.314000', '132308.317000', '132308.320000', '132308.322000', '132308.325000', '132308.328000', '132308.331000', '132308.334000', '132308.337000', '132308.339000', '132308.342000', '132308.345000', '132308.348000', '132308.351000', '132308.354000', '132308.357000', '132308.360000', '132308.362000', '132308.366000', '132308.368000', '132308.371000', '132308.374000', '132308.377000', '132308.380000', '132308.383000', '132308.386000', '132308.388000', '132308.406000', '132308.409000', '132308.412000', '132308.415000', '132308.418000', '132308.421000', '132308.424000', '132308.427000', '132308.429000', '132308.432000', '132308.435000', '132308.438000', '132308.441000', '132328.305000', '132328.308000', '132328.311000', '132328.314000', '132328.317000', '132328.319000', '132328.322000', '132328.325000', '132328.328000', '132328.331000', '132328.334000', '132328.337000', '132328.339000', '132328.342000', '132328.345000', '132328.348000', '132328.351000', '132328.354000', '132328.357000', '132328.359000', '132328.362000', '132328.365000', '132328.368000', '132328.371000', '132328.374000', '132328.376000', '132328.379000', '132328.382000', '132328.385000', '132328.388000', '132328.391000', '132328.394000', '132328.396000', '132328.399000', '132328.402000', '132328.405000', '132328.408000', '132328.411000', '132328.414000', '132328.416000', '132328.419000', '132328.422000', '132328.425000', '132328.428000', '132348.307000', '132348.310000', '132348.313000', '132348.315000', '132348.319000', '132348.321000', '132348.326000', '132348.329000', '132348.332000', '132348.335000', '132348.337000', '132348.340000', '132348.343000', '132348.346000', '132348.349000', '132348.352000', '132348.355000', '132348.358000', '132348.360000', '132348.363000', '132348.366000', '132348.369000', '132348.372000', '132348.375000', '132348.380000', '132348.383000', '132348.386000', '132348.389000', '132348.392000', '132348.395000', '132348.398000', '132348.401000', '132348.403000', '132348.406000', '132348.409000', '132348.412000', '132348.415000', '132348.417000', '132348.420000', '132348.423000', '132348.426000', '132348.429000', '132348.432000', '132408.306000', '132408.309000', '132408.312000', '132408.315000', '132408.318000', '132408.321000', '132408.323000', '132408.326000', '132408.329000', '132408.332000', '132408.335000', '132408.337000', '132408.340000', '132408.343000', '132408.346000', '132408.349000', '132408.352000', '132408.355000', '132408.358000', '132408.360000', '132408.363000', '132408.366000', '132408.369000', '132408.372000', '132408.375000', '132408.378000', '132408.380000', '132408.383000', '132408.386000', '132408.389000', '132408.392000', '132408.395000', '132408.397000', '132408.400000', '132408.403000', '132408.406000', '132408.409000', '132408.412000', '132408.414000', '132408.417000', '132408.420000', '132408.423000', '132408.426000', '132408.429000', '132428.305000', '132428.308000', '132428.311000', '132428.314000', '132428.317000', '132428.319000', '132428.322000', '132428.325000', '132428.328000', '132428.331000', '132428.333000', '132428.336000', '132428.339000', '132428.342000', '132428.345000', '132428.348000', '132428.351000', '132428.353000', '132428.356000', '132428.359000', '132428.362000', '132428.365000', '132428.367000', '132428.370000', '132428.373000', '132428.376000', '132428.379000', '132428.382000', '132428.384000', '132428.387000', '132428.390000', '132428.395000', '132428.397000', '132428.401000', '132428.403000', '132428.406000', '132428.409000', '132428.412000', '132428.415000', '132428.417000', '132428.420000', '132428.439000', '132428.442000', '132443.156000', '132443.160000', '132443.163000', '132443.166000', '132443.169000', '132443.172000', '132443.175000', '132443.179000', '132443.184000', '132443.189000', '132443.194000', '132443.198000', '132443.201000', '132443.204000', '132443.207000', '132443.210000', '132443.213000', '132443.215000', '132443.219000', '132443.222000', '132443.225000', '132443.228000', '132443.231000', '132443.234000', '132443.237000', '132443.240000', '132443.250000', '132443.253000', '132443.255000', '132443.258000', '132443.261000', '132443.264000', '132443.267000'], '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': [9405, 15529, 10060, 15547, 9538, 15272, 9818, 14291, 17714, 12300, 16324, 10623, 15420, 11758, 13935, 17105, 12628, 15778, 10072, 15247, 12078, 14051, 17881, 12326, 15934, 10505, 15663, 9874, 14217, 17426, 12833, 15823, 11643, 15532, 10738, 15338, 9414, 15500, 9232, 15050, 8749, 14307, 10780, 14794, 10108, 14986, 9001, 14501, 17127, 12008, 16690, 11006, 15828, 9574, 15498, 9299, 15404, 8691, 14910, 9807, 15048, 12849, 13811, 14641, 13642, 16141, 12654, 16808, 11777, 16326, 9824, 15407, 9250, 15065, 13214, 13221, 16937, 12249, 15802, 9880, 14829, 10151, 14037, 16324, 12248, 15558, 12363, 15210, 10051, 14758, 10164, 15247, 10832, 10656, 12314, 8583, 15489, 9879, 15083, 17045, 10989, 15835, 9836, 14876, 10792, 13807, 15542, 12400, 17105, 10822, 15742, 11480, 12972, 16403, 12394, 15701, 9204, 14780, 8610, 14305, 12162, 13391, 16768, 12485, 16554, 12172, 15307, 11584, 15659, 10344, 15459, 9078, 15257, 12689, 13080, 15036, 12430, 16724, 11502, 15642, 9319, 15309, 12311, 13383, 16247, 11833, 15763, 11661, 15726, 11969, 14689, 10798, 15158, 10886, 15461, 11066, 14967, 11620, 14606, 10751, 15066, 9892, 14941, 9031, 14874, 16500, 12614, 15776, 11222, 15293, 9076, 14642, 12224, 13018, 16241, 12002, 15926, 11507, 16211, 9868, 15076, 9510, 13457, 16549, 10960, 15014, 8548, 14026, 14676, 10883, 15815, 9502, 14627, 8351, 13701, 8186, 13095, 16089, 10643, 15317, 8990, 14009, 10586, 13348, 15530, 11218, 12768, 11086, 16135, 12633, 12605, 13229, 9224, 15675, 11750, 14573, 16744, 10680, 15723, 9794, 14534, 14131, 13160, 18241, 12889, 13389, 11503, 12904, 12552, 17804, 12951, 15667, 11656, 14824, 9240, 14263, 14863, 12277, 16153, 12369, 14101, 10385, 14087, 9824, 14087, 9963, 14848, 8994, 14316, 9232, 14303, 9032, 13929, 11274, 8730, 15303, 10535, 16008, 14134, 12293, 16376, 10489, 14938, 14484, 12434, 15599, 10536, 14741, 14579, 12589, 15312, 11660, 14562, 9518, 13346, 15379, 11947, 14798, 11751, 12454, 10490, 14667, 9934, 8160, 13735, 9470, 14638, 14479, 10738, 14451, 9498, 14119, 9167, 12884, 16208, 10724, 14589, 9482, 14321, 16907, 12785, 13313, 11266, 14191, 10729, 13916, 9201, 12483, 11157, 11695, 8766, 12010, 9169, 11851, 13759, 11355, 13306, 10970, 14520, 11509, 14873, 10963, 11713, 10687, 15355, 10945, 15540, 10878, 14251, 11113, 14586, 11100, 14370, 10720, 14834, 10463, 14424, 9923, 12929, 17709, 11115, 14687, 9857, 14145, 9656, 12614, 16301, 10956, 14777, 10272, 14443, 9564, 14593, 10043, 14157, 10514, 12762, 10296, 15343, 10729, 15479, 9270, 13327, 15241, 10686, 14180, 9995, 12053, 14951, 10939, 14050, 9088, 13079, 10803, 13684, 13503, 10824, 9033, 13846, 10208, 15287, 11870, 13972, 10363, 14225, 12213, 10716, 14569, 10668, 14103, 8964, 12272, 16030, 10249, 14471, 9277, 13767, 8708, 12860, 15220, 10240, 14700, 9691, 14313, 9208, 13831, 8453, 13299, 11526, 12381, 13057, 11702, 9172, 12550, 8764, 13093, 9302, 13663, 8713, 13669, 8721, 13859, 13319, 12899, 16747, 10977, 16797, 12081, 13180, 17362, 11572, 15247, 10737, 12789, 9213, 11332, 15083, 10974, 13521, 9259, 11996, 16788, 11472, 12983, 8968, 12507, 10475, 10750, 14812, 10970, 13507, 9290, 13217, 8752, 12726, 12155, 10979, 14653, 9794, 13714, 9458, 11585, 14546, 11095, 13753, 8458, 12854, 14741, 10579, 13898, 9035, 13033, 13151, 11043, 14591, 10814, 13577, 8692, 11722, 14929, 10340, 13684, 9139, 13385, 9721, 11562, 11056, 11072, 14362, 10278, 13947, 9215, 13133, 13110, 11481, 14943, 10580, 13833, 9214, 13171, 14299, 11184, 14874, 11567, 13595, 9409, 12715, 15026, 10782, 14828, 10322, 13482, 9452, 12428, 8885, 10953, 16335, 10274, 14202, 9260, 12703, 9737, 11461, 15623, 10117, 14570, 8776, 13612, 9588, 13230, 8478, 12782, 8302, 14279, 9205, 14429, 9510, 13313, 11402, 15542, 11507, 13553, 14028, 12324, 17893, 10787, 14309, 10775, 14113, 9245, 13540, 10407, 11915, 16152, 11322, 13395, 10259, 13140, 8625, 12711, 16051, 10812, 13926, 10617, 13311, 8412, 13223, 8361, 13723, 9436, 13387, 8865, 12442, 10943, 10696, 14570, 9995, 13452, 10439, 11497, 15234, 10080, 13191, 8912, 12721, 12797, 10414, 14694, 10690, 13321, 8723, 13474, 8258, 13485, 9560, 13330, 9571, 13904, 9116, 13290, 10123, 10919, 14178, 9657, 13086, 10825, 11310, 15263, 11431, 13519, 9016, 12494, 15351, 10557, 14062, 9741, 13653, 9202, 13296, 11405, 12383, 12162, 11688, 11822, 13242, 13664, 12255, 13444, 12035, 10341, 12279, 10301, 12513, 16204, 11624, 15830, 11902, 13075, 9380, 11445, 15126, 9556, 14272, 10870, 13717, 10909, 11253, 10973, 9226, 13491, 8363, 13555, 15358, 10722, 13803, 10221, 12245, 16064, 10413, 13413, 8984, 13109, 9195, 15937, 12419, 12989, 12366, 10964, 15386, 11078, 10078, 11437, 9753, 8306, 12099, 9357, 15082, 11199, 16500, 12796, 17730, 16143, 13515, 18328, 13058, 18857, 16020, 14366, 19043, 12682, 14458, 10820, 13110, 18570, 12515, 15069, 11376, 12989, 9475, 15490, 11018, 12860, 11552, 12033, 11839, 9864, 13015, 10761, 12904, 13593, 12364, 13973, 12173, 13972, 10738, 13705, 9973, 13427, 8775, 13636, 8617, 13723, 8721, 13596, 10269, 12526, 9436, 12828, 12027, 10959, 12680, 11130, 11941, 11552, 9383, 12774, 8210, 12960, 8261, 13095, 8263, 13890, 8600, 13526, 8973, 13914, 9454, 13536, 9292, 13450, 9297, 13145, 10871, 13806, 9641, 13721, 15867, 12034, 15086, 11193, 14337, 10013, 13841, 9361, 14067, 8495, 13937, 9537, 13668, 10856, 12905, 10660, 12944, 12318, 12683, 9979, 13125, 12474, 11952, 15056, 10977, 14176, 11053, 13664, 10281, 13828, 8975, 13245, 10128, 11881, 8686, 14111, 10721, 12747, 11035, 8385, 14075, 9174, 14482, 10944, 13144, 16244, 11170, 14223, 10258, 14322, 8971, 13500, 10509, 13261, 8757, 13394, 8326, 13415, 8268, 13197, 11606, 11809, 16485, 10741, 14299, 9222, 14028, 8524, 13450, 10071, 12869, 16381, 10821, 14414, 9931, 14095, 9019, 13565, 9775, 12415, 15463, 10970, 14777, 10975, 13921, 9871, 13569, 8828, 13132, 10824, 13336, 12335, 11737, 16805, 11337, 14805, 10710, 13990, 10140, 13572, 9175, 13523, 10574, 12589, 14726, 11996, 16390, 11364, 14380, 11179, 15419, 11406, 13590, 10800, 13250, 10648], 'WindowCenter': [4903.0, 4955.0, 4884.0, 4931.0, 4883.0, 4932.0, 4882.0, 4921.0, 4939.0, 4888.0, 4906.0, 4855.0, 4894.0, 4864.0, 4873.0, 4891.0, 4860.0, 4880.0, 4818.0, 4867.0, 4836.0, 4855.0, 4886.0, 4847.0, 4871.0, 4826.0, 4865.0, 4815.0, 4854.0, 4874.0, 4845.0, 4876.0, 4838.0, 4871.0, 4837.0, 4875.0, 4814.0, 4877.0, 4820.0, 4891.0, 4823.0, 4881.0, 4852.0, 4891.0, 4844.0, 4894.0, 4837.0, 4905.0, 4910.0, 4875.0, 4909.0, 4862.0, 4903.0, 4844.0, 4902.0, 4834.0, 4903.0, 4835.0, 4903.0, 4854.0, 4903.0, 4883.0, 4894.0, 4904.0, 4895.0, 4914.0, 4885.0, 4913.0, 4863.0, 4901.0, 4842.0, 4900.0, 4834.0, 4902.0, 4882.0, 4871.0, 4900.0, 4860.0, 4886.0, 4829.0, 4875.0, 4829.0, 4868.0, 4886.0, 4859.0, 4889.0, 4860.0, 4889.0, 4842.0, 4889.0, 4855.0, 4891.0, 4876.0, 4866.0, 4886.0, 4848.0, 4912.0, 4870.0, 4919.0, 4927.0, 4863.0, 4904.0, 4843.0, 4893.0, 4850.0, 4879.0, 4891.0, 4871.0, 4884.0, 4839.0, 4874.0, 4838.0, 4857.0, 4887.0, 4857.0, 4877.0, 4818.0, 4867.0, 4808.0, 4876.0, 4847.0, 4867.0, 4883.0, 4859.0, 4898.0, 4860.0, 4888.0, 4862.0, 4888.0, 4840.0, 4889.0, 4820.0, 4889.0, 4859.0, 4869.0, 4888.0, 4859.0, 4887.0, 4848.0, 4877.0, 4817.0, 4876.0, 4843.0, 4857.0, 4887.0, 4848.0, 4888.0, 4845.0, 4876.0, 4854.0, 4877.0, 4850.0, 4877.0, 4850.0, 4888.0, 4861.0, 4888.0, 4873.0, 4914.0, 4876.0, 4899.0, 4854.0, 4893.0, 4832.0, 4892.0, 4900.0, 4861.0, 4889.0, 4850.0, 4879.0, 4809.0, 4878.0, 4848.0, 4858.0, 4888.0, 4858.0, 4887.0, 4850.0, 4888.0, 4830.0, 4879.0, 4825.0, 4872.0, 4889.0, 4840.0, 4881.0, 4819.0, 4877.0, 4875.0, 4840.0, 4888.0, 4831.0, 4890.0, 4823.0, 4882.0, 4835.0, 4890.0, 4911.0, 4866.0, 4904.0, 4849.0, 4906.0, 4866.0, 4896.0, 4903.0, 4864.0, 4883.0, 4877.0, 4915.0, 4885.0, 4883.0, 4894.0, 4857.0, 4928.0, 4877.0, 4918.0, 4918.0, 4866.0, 4902.0, 4855.0, 4904.0, 4881.0, 4872.0, 4910.0, 4870.0, 4882.0, 4861.0, 4858.0, 4860.0, 4897.0, 4859.0, 4881.0, 4835.0, 4867.0, 4807.0, 4862.0, 4854.0, 4832.0, 4873.0, 4856.0, 4849.0, 4825.0, 4853.0, 4816.0, 4852.0, 4827.0, 4878.0, 4808.0, 4867.0, 4749.0, 4765.0, 4716.0, 4794.0, 4794.0, 4792.0, 4878.0, 4840.0, 4893.0, 4856.0, 4834.0, 4865.0, 4816.0, 4856.0, 4840.0, 4823.0, 4842.0, 4791.0, 4818.0, 4816.0, 4795.0, 4813.0, 4774.0, 4801.0, 4749.0, 4792.0, 4813.0, 4781.0, 4827.0, 4782.0, 4793.0, 4773.0, 4806.0, 4777.0, 4784.0, 4904.0, 4854.0, 4893.0, 4865.0, 4828.0, 4856.0, 4815.0, 4854.0, 4805.0, 4840.0, 4862.0, 4814.0, 4852.0, 4792.0, 4912.0, 4930.0, 4876.0, 4846.0, 4812.0, 4827.0, 4773.0, 4797.0, 4759.0, 4829.0, 4809.0, 4822.0, 4794.0, 4833.0, 4804.0, 4846.0, 4867.0, 4839.0, 4881.0, 4853.0, 4881.0, 4852.0, 4891.0, 4853.0, 4862.0, 4843.0, 4891.0, 4855.0, 4903.0, 4862.0, 4880.0, 4864.0, 4881.0, 4848.0, 4880.0, 4851.0, 4868.0, 4828.0, 4868.0, 4817.0, 4845.0, 4887.0, 4834.0, 4863.0, 4814.0, 4854.0, 4802.0, 4834.0, 4859.0, 4824.0, 4851.0, 4816.0, 4863.0, 4818.0, 4866.0, 4827.0, 4864.0, 4840.0, 4857.0, 4840.0, 4884.0, 4852.0, 4881.0, 4822.0, 4866.0, 4878.0, 4835.0, 4869.0, 4819.0, 4843.0, 4865.0, 4824.0, 4852.0, 4796.0, 4841.0, 4809.0, 4839.0, 4839.0, 4824.0, 4806.0, 4867.0, 4840.0, 4876.0, 4848.0, 4868.0, 4840.0, 4866.0, 4836.0, 4816.0, 4853.0, 4814.0, 4843.0, 4794.0, 4832.0, 4863.0, 4815.0, 4844.0, 4791.0, 4846.0, 4797.0, 4846.0, 4865.0, 4818.0, 4864.0, 4817.0, 4868.0, 4821.0, 4866.0, 4812.0, 4884.0, 4864.0, 4875.0, 4872.0, 4864.0, 4834.0, 4870.0, 4826.0, 4884.0, 4835.0, 4895.0, 4847.0, 4895.0, 4850.0, 4908.0, 4885.0, 4885.0, 4913.0, 4851.0, 4888.0, 4838.0, 4847.0, 4875.0, 4827.0, 4856.0, 4815.0, 4830.0, 4791.0, 4821.0, 4848.0, 4811.0, 4831.0, 4790.0, 4821.0, 4860.0, 4817.0, 4829.0, 4792.0, 4831.0, 4801.0, 4811.0, 4851.0, 4836.0, 4844.0, 4805.0, 4843.0, 4802.0, 4841.0, 4835.0, 4826.0, 4864.0, 4817.0, 4853.0, 4814.0, 4835.0, 4857.0, 4834.0, 4858.0, 4801.0, 4855.0, 4866.0, 4825.0, 4854.0, 4808.0, 4858.0, 4854.0, 4838.0, 4863.0, 4838.0, 4857.0, 4809.0, 4848.0, 4866.0, 4828.0, 4867.0, 4818.0, 4864.0, 4819.0, 4848.0, 4839.0, 4849.0, 4868.0, 4827.0, 4864.0, 4815.0, 4867.0, 4854.0, 4846.0, 4880.0, 4837.0, 4870.0, 4821.0, 4866.0, 4868.0, 4835.0, 4866.0, 4849.0, 4869.0, 4821.0, 4860.0, 4877.0, 4838.0, 4867.0, 4829.0, 4858.0, 4815.0, 4857.0, 4820.0, 4841.0, 4887.0, 4835.0, 4866.0, 4816.0, 4866.0, 4831.0, 4863.0, 4886.0, 4853.0, 4892.0, 4838.0, 4884.0, 4842.0, 4897.0, 4838.0, 4887.0, 4836.0, 4906.0, 4847.0, 4901.0, 4869.0, 4898.0, 4890.0, 4907.0, 4879.0, 4886.0, 4883.0, 4873.0, 4903.0, 4836.0, 4870.0, 4828.0, 4857.0, 4808.0, 4857.0, 4827.0, 4837.0, 4865.0, 4821.0, 4844.0, 4816.0, 4841.0, 4797.0, 4846.0, 4864.0, 4822.0, 4857.0, 4827.0, 4843.0, 4793.0, 4842.0, 4797.0, 4857.0, 4806.0, 4855.0, 4808.0, 4860.0, 4850.0, 4836.0, 4879.0, 4839.0, 4867.0, 4825.0, 4850.0, 4879.0, 4829.0, 4853.0, 4807.0, 4847.0, 4845.0, 4829.0, 4879.0, 4837.0, 4870.0, 4805.0, 4857.0, 4813.0, 4879.0, 4843.0, 4880.0, 4840.0, 4882.0, 4835.0, 4881.0, 4845.0, 4856.0, 4881.0, 4830.0, 4869.0, 4841.0, 4842.0, 4879.0, 4841.0, 4859.0, 4808.0, 4849.0, 4866.0, 4829.0, 4853.0, 4819.0, 4858.0, 4804.0, 4872.0, 4850.0, 4858.0, 4849.0, 4850.0, 4846.0, 4875.0, 4883.0, 4865.0, 4873.0, 4866.0, 4847.0, 4865.0, 4844.0, 4863.0, 4891.0, 4848.0, 4876.0, 4841.0, 4848.0, 4808.0, 4837.0, 4871.0, 4804.0, 4854.0, 4828.0, 4858.0, 4841.0, 4839.0, 4843.0, 4833.0, 4870.0, 4826.0, 4873.0, 4880.0, 4829.0, 4857.0, 4816.0, 4835.0, 4867.0, 4828.0, 4858.0, 4823.0, 4886.0, 4834.0, 4890.0, 4863.0, 4872.0, 4878.0, 4881.0, 4920.0, 4891.0, 4861.0, 4881.0, 4870.0, 4852.0, 4902.0, 4863.0, 4911.0, 4873.0, 4913.0, 4869.0, 4900.0, 4884.0, 4842.0, 4859.0, 4814.0, 4842.0, 4808.0, 4795.0, 4812.0, 4759.0, 4768.0, 4737.0, 4757.0, 4793.0, 4741.0, 4756.0, 4745.0, 4764.0, 4725.0, 4795.0, 4758.0, 4778.0, 4777.0, 4781.0, 4783.0, 4761.0, 4803.0, 4775.0, 4802.0, 4805.0, 4797.0, 4816.0, 4797.0, 4816.0, 4788.0, 4816.0, 4774.0, 4816.0, 4769.0, 4818.0, 4766.0, 4830.0, 4756.0, 4815.0, 4783.0, 4819.0, 4790.0, 4843.0, 4830.0, 4826.0, 4844.0, 4836.0, 4835.0, 4838.0, 4820.0, 4857.0, 4810.0, 4853.0, 4807.0, 4879.0, 4825.0, 4893.0, 4836.0, 4884.0, 4847.0, 4896.0, 4846.0, 4884.0, 4836.0, 4884.0, 4833.0, 4875.0, 4850.0, 4884.0, 4832.0, 4883.0, 4888.0, 4848.0, 4870.0, 4838.0, 4857.0, 4817.0, 4856.0, 4803.0, 4855.0, 4797.0, 4851.0, 4807.0, 4857.0, 4828.0, 4847.0, 4823.0, 4858.0, 4847.0, 4858.0, 4829.0, 4869.0, 4858.0, 4849.0, 4864.0, 4838.0, 4863.0, 4835.0, 4865.0, 4829.0, 4869.0, 4818.0, 4870.0, 4842.0, 4861.0, 4822.0, 4879.0, 4854.0, 4882.0, 4864.0, 4822.0, 4882.0, 4834.0, 4883.0, 4849.0, 4872.0, 4889.0, 4853.0, 4867.0, 4827.0, 4865.0, 4809.0, 4865.0, 4829.0, 4861.0, 4809.0, 4869.0, 4814.0, 4870.0, 4807.0, 4871.0, 4847.0, 4865.0, 4902.0, 4854.0, 4881.0, 4835.0, 4884.0, 4825.0, 4874.0, 4841.0, 4875.0, 4888.0, 4844.0, 4878.0, 4829.0, 4870.0, 4823.0, 4868.0, 4833.0, 4873.0, 4892.0, 4853.0, 4883.0, 4853.0, 4877.0, 4843.0, 4869.0, 4824.0, 4872.0, 4848.0, 4873.0, 4861.0, 4861.0, 4901.0, 4853.0, 4883.0, 4842.0, 4871.0, 4827.0, 4857.0, 4821.0, 4871.0, 4831.0, 4851.0, 4869.0, 4850.0, 4879.0, 4845.0, 4869.0, 4841.0, 4874.0, 4851.0, 4867.0, 4851.0, 4859.0, 4841.0], 'WindowWidth': [10691.0, 10747.0, 10645.0, 10702.0, 10642.0, 10705.0, 10638.0, 10687.0, 10711.0, 10635.0, 10658.0, 10581.0, 10636.0, 10593.0, 10600.0, 10628.0, 10578.0, 10607.0, 10519.0, 10583.0, 10540.0, 10564.0, 10615.0, 10556.0, 10585.0, 10525.0, 10577.0, 10508.0, 10562.0, 10589.0, 10551.0, 10596.0, 10546.0, 10585.0, 10544.0, 10593.0, 10513.0, 10600.0, 10527.0, 10625.0, 10537.0, 10613.0, 10575.0, 10627.0, 10565.0, 10633.0, 10561.0, 10652.0, 10655.0, 10611.0, 10654.0, 10591.0, 10648.0, 10569.0, 10645.0, 10553.0, 10646.0, 10560.0, 10649.0, 10582.0, 10649.0, 10622.0, 10636.0, 10653.0, 10639.0, 10668.0, 10628.0, 10664.0, 10594.0, 10645.0, 10563.0, 10641.0, 10553.0, 10645.0, 10617.0, 10601.0, 10640.0, 10581.0, 10614.0, 10538.0, 10599.0, 10538.0, 10588.0, 10613.0, 10581.0, 10621.0, 10581.0, 10620.0, 10564.0, 10624.0, 10586.0, 10626.0, 10619.0, 10604.0, 10631.0, 10581.0, 10667.0, 10615.0, 10681.0, 10690.0, 10594.0, 10653.0, 10564.0, 10630.0, 10570.0, 10608.0, 10628.0, 10597.0, 10612.0, 10551.0, 10594.0, 10546.0, 10571.0, 10615.0, 10570.0, 10600.0, 10519.0, 10584.0, 10508.0, 10596.0, 10558.0, 10586.0, 10608.0, 10578.0, 10631.0, 10580.0, 10619.0, 10587.0, 10620.0, 10557.0, 10620.0, 10528.0, 10620.0, 10579.0, 10591.0, 10621.0, 10581.0, 10618.0, 10562.0, 10601.0, 10519.0, 10597.0, 10551.0, 10572.0, 10617.0, 10563.0, 10617.0, 10556.0, 10598.0, 10571.0, 10601.0, 10569.0, 10603.0, 10569.0, 10619.0, 10588.0, 10621.0, 10611.0, 10669.0, 10617.0, 10640.0, 10581.0, 10632.0, 10549.0, 10630.0, 10640.0, 10583.0, 10624.0, 10567.0, 10605.0, 10508.0, 10600.0, 10560.0, 10573.0, 10614.0, 10575.0, 10616.0, 10568.0, 10617.0, 10540.0, 10605.0, 10529.0, 10600.0, 10619.0, 10553.0, 10609.0, 10525.0, 10599.0, 10597.0, 10553.0, 10617.0, 10545.0, 10623.0, 10536.0, 10617.0, 10559.0, 10630.0, 10658.0, 10602.0, 10651.0, 10584.0, 10658.0, 10601.0, 10644.0, 10649.0, 10596.0, 10620.0, 10618.0, 10669.0, 10627.0, 10625.0, 10643.0, 10596.0, 10694.0, 10619.0, 10677.0, 10680.0, 10602.0, 10647.0, 10587.0, 10653.0, 10615.0, 10603.0, 10655.0, 10599.0, 10619.0, 10584.0, 10578.0, 10581.0, 10632.0, 10578.0, 10614.0, 10541.0, 10586.0, 10503.0, 10572.0, 10562.0, 10531.0, 10595.0, 10571.0, 10554.0, 10525.0, 10562.0, 10514.0, 10559.0, 10532.0, 10604.0, 10506.0, 10585.0, 10385.0, 10387.0, 10328.0, 10444.0, 10457.0, 10473.0, 10600.0, 10552.0, 10627.0, 10568.0, 10531.0, 10576.0, 10506.0, 10560.0, 10533.0, 10508.0, 10536.0, 10460.0, 10493.0, 10489.0, 10455.0, 10482.0, 10424.0, 10459.0, 10386.0, 10444.0, 10480.0, 10433.0, 10505.0, 10435.0, 10452.0, 10423.0, 10461.0, 10439.0, 10461.0, 10656.0, 10586.0, 10631.0, 10582.0, 10530.0, 10568.0, 10511.0, 10561.0, 10494.0, 10538.0, 10569.0, 10503.0, 10555.0, 10470.0, 10673.0, 10703.0, 10614.0, 10553.0, 10498.0, 10508.0, 10419.0, 10449.0, 10401.0, 10517.0, 10489.0, 10512.0, 10478.0, 10528.0, 10492.0, 10554.0, 10583.0, 10549.0, 10613.0, 10577.0, 10613.0, 10571.0, 10627.0, 10577.0, 10586.0, 10560.0, 10627.0, 10579.0, 10648.0, 10591.0, 10608.0, 10593.0, 10611.0, 10563.0, 10609.0, 10570.0, 10587.0, 10533.0, 10586.0, 10515.0, 10550.0, 10614.0, 10536.0, 10575.0, 10509.0, 10560.0, 10487.0, 10532.0, 10565.0, 10519.0, 10557.0, 10513.0, 10577.0, 10520.0, 10581.0, 10532.0, 10579.0, 10553.0, 10572.0, 10554.0, 10610.0, 10573.0, 10613.0, 10533.0, 10586.0, 10605.0, 10541.0, 10592.0, 10520.0, 10547.0, 10581.0, 10519.0, 10556.0, 10483.0, 10539.0, 10493.0, 10533.0, 10538.0, 10520.0, 10502.0, 10584.0, 10555.0, 10597.0, 10559.0, 10587.0, 10550.0, 10582.0, 10538.0, 10507.0, 10556.0, 10504.0, 10543.0, 10477.0, 10526.0, 10570.0, 10505.0, 10543.0, 10471.0, 10550.0, 10486.0, 10550.0, 10577.0, 10516.0, 10578.0, 10518.0, 10585.0, 10527.0, 10583.0, 10515.0, 10620.0, 10590.0, 10606.0, 10602.0, 10590.0, 10550.0, 10596.0, 10543.0, 10619.0, 10555.0, 10636.0, 10577.0, 10643.0, 10587.0, 10663.0, 10626.0, 10624.0, 10668.0, 10573.0, 10624.0, 10543.0, 10554.0, 10596.0, 10526.0, 10568.0, 10504.0, 10524.0, 10471.0, 10511.0, 10549.0, 10497.0, 10523.0, 10465.0, 10510.0, 10563.0, 10502.0, 10522.0, 10472.0, 10524.0, 10482.0, 10495.0, 10553.0, 10541.0, 10548.0, 10495.0, 10544.0, 10493.0, 10543.0, 10536.0, 10526.0, 10576.0, 10514.0, 10560.0, 10508.0, 10538.0, 10571.0, 10535.0, 10571.0, 10498.0, 10566.0, 10582.0, 10525.0, 10565.0, 10505.0, 10572.0, 10565.0, 10545.0, 10578.0, 10545.0, 10572.0, 10508.0, 10560.0, 10584.0, 10532.0, 10586.0, 10520.0, 10581.0, 10521.0, 10560.0, 10549.0, 10564.0, 10589.0, 10533.0, 10581.0, 10516.0, 10587.0, 10569.0, 10559.0, 10611.0, 10550.0, 10596.0, 10530.0, 10585.0, 10588.0, 10542.0, 10587.0, 10562.0, 10591.0, 10528.0, 10579.0, 10599.0, 10547.0, 10587.0, 10535.0, 10574.0, 10513.0, 10571.0, 10526.0, 10555.0, 10614.0, 10542.0, 10586.0, 10519.0, 10586.0, 10544.0, 10589.0, 10613.0, 10576.0, 10629.0, 10565.0, 10620.0, 10564.0, 10643.0, 10565.0, 10629.0, 10560.0, 10654.0, 10575.0, 10647.0, 10612.0, 10648.0, 10639.0, 10663.0, 10622.0, 10626.0, 10616.0, 10602.0, 10642.0, 10544.0, 10593.0, 10531.0, 10569.0, 10504.0, 10569.0, 10527.0, 10539.0, 10580.0, 10513.0, 10547.0, 10510.0, 10541.0, 10487.0, 10550.0, 10574.0, 10515.0, 10570.0, 10526.0, 10544.0, 10479.0, 10543.0, 10487.0, 10568.0, 10500.0, 10566.0, 10506.0, 10579.0, 10569.0, 10545.0, 10606.0, 10555.0, 10589.0, 10526.0, 10564.0, 10604.0, 10535.0, 10563.0, 10501.0, 10556.0, 10552.0, 10535.0, 10607.0, 10547.0, 10591.0, 10499.0, 10569.0, 10519.0, 10609.0, 10565.0, 10611.0, 10560.0, 10615.0, 10553.0, 10613.0, 10566.0, 10583.0, 10614.0, 10542.0, 10593.0, 10554.0, 10553.0, 10606.0, 10550.0, 10574.0, 10505.0, 10560.0, 10581.0, 10531.0, 10562.0, 10517.0, 10569.0, 10495.0, 10598.0, 10566.0, 10574.0, 10560.0, 10561.0, 10554.0, 10607.0, 10615.0, 10591.0, 10599.0, 10593.0, 10571.0, 10592.0, 10561.0, 10586.0, 10624.0, 10560.0, 10600.0, 10550.0, 10557.0, 10503.0, 10542.0, 10593.0, 10494.0, 10561.0, 10528.0, 10569.0, 10551.0, 10548.0, 10557.0, 10545.0, 10594.0, 10543.0, 10601.0, 10608.0, 10532.0, 10568.0, 10507.0, 10535.0, 10583.0, 10527.0, 10573.0, 10532.0, 10627.0, 10550.0, 10622.0, 10587.0, 10597.0, 10618.0, 10631.0, 10684.0, 10645.0, 10602.0, 10625.0, 10616.0, 10594.0, 10656.0, 10605.0, 10665.0, 10614.0, 10674.0, 10598.0, 10650.0, 10616.0, 10548.0, 10577.0, 10495.0, 10534.0, 10475.0, 10449.0, 10477.0, 10391.0, 10403.0, 10353.0, 10384.0, 10432.0, 10353.0, 10373.0, 10367.0, 10391.0, 10339.0, 10440.0, 10394.0, 10424.0, 10422.0, 10431.0, 10437.0, 10407.0, 10466.0, 10429.0, 10464.0, 10471.0, 10460.0, 10487.0, 10461.0, 10488.0, 10451.0, 10488.0, 10432.0, 10488.0, 10431.0, 10498.0, 10428.0, 10518.0, 10407.0, 10487.0, 10447.0, 10501.0, 10465.0, 10542.0, 10523.0, 10525.0, 10548.0, 10540.0, 10536.0, 10545.0, 10524.0, 10571.0, 10511.0, 10564.0, 10508.0, 10609.0, 10539.0, 10633.0, 10557.0, 10620.0, 10575.0, 10641.0, 10572.0, 10619.0, 10556.0, 10619.0, 10548.0, 10607.0, 10568.0, 10618.0, 10545.0, 10615.0, 10618.0, 10560.0, 10594.0, 10542.0, 10569.0, 10513.0, 10566.0, 10491.0, 10561.0, 10485.0, 10555.0, 10500.0, 10566.0, 10531.0, 10554.0, 10522.0, 10572.0, 10557.0, 10572.0, 10536.0, 10590.0, 10575.0, 10563.0, 10580.0, 10546.0, 10577.0, 10539.0, 10583.0, 10535.0, 10589.0, 10522.0, 10595.0, 10562.0, 10585.0, 10535.0, 10609.0, 10579.0, 10618.0, 10595.0, 10539.0, 10616.0, 10552.0, 10619.0, 10567.0, 10600.0, 10622.0, 10571.0, 10590.0, 10534.0, 10580.0, 10509.0, 10583.0, 10534.0, 10581.0, 10509.0, 10588.0, 10522.0, 10593.0, 10505.0, 10597.0, 10561.0, 10591.0, 10640.0, 10575.0, 10612.0, 10554.0, 10616.0, 10539.0, 10604.0, 10558.0, 10605.0, 10619.0, 10561.0, 10607.0, 10538.0, 10593.0, 10532.0, 10591.0, 10546.0, 10601.0, 10628.0, 10573.0, 10615.0, 10575.0, 10603.0, 10563.0, 10593.0, 10537.0, 10600.0, 10565.0, 10603.0, 10584.0, 10584.0, 10642.0, 10574.0, 10617.0, 10559.0, 10598.0, 10534.0, 10574.0, 10526.0, 10595.0, 10539.0, 10567.0, 10590.0, 10564.0, 10604.0, 10554.0, 10590.0, 10552.0, 10597.0, 10569.0, 10589.0, 10571.0, 10576.0, 10555.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.0029373738532110093</td></tr>
<tr><td colspan=3>aqi</td><td>0.03274513394495413</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.57186061450051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.226379625327212</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012805376854191</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>5597.1387</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14631167706339648</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>141</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.1697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5459451192483002</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4231819422268406</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.853864568322203</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.360788847195858</td></tr>
<tr><td colspan=3>gcor</td><td>0.0364894</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01242482103407383</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03606615588068962</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.932482999824108</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.8748</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.1303</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.0165</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299216.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>1080.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.2336</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3912</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.6874</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4046.5762</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1089.6353</td></tr>
<tr><td colspan=3>tsnr</td><td>32.81007434328785</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>