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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0115_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-03_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-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-social_acq-mb8_run-03_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-0115/ses-04/func/sub-0115_ses-04_task-social_acq-mb8_run-03_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>1583279c4477532ad89c1aece33393f2</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>19:40:56.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0967532</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7713, -7278, 240, -125, -51, -84, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>89ede168-9874-4f13-9194-2f4eacfd1dca||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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': ['194056.680000', '194057.140000', '194057.600000', '194058.060000', '194058.520000', '194058.980000', '194059.440000', '194059.900000', '194100.360000', '194100.820000', '194101.280000', '194101.740000', '194102.200000', '194102.660000', '194103.120000', '194103.580000', '194104.040000', '194104.500000', '194104.960000', '194105.420000', '194105.880000', '194106.340000', '194106.800000', '194107.260000', '194107.720000', '194108.180000', '194108.640000', '194109.100000', '194109.560000', '194110.020000', '194110.480000', '194110.940000', '194111.400000', '194111.860000', '194112.320000', '194112.780000', '194113.240000', '194113.700000', '194114.160000', '194114.620000', '194115.080000', '194115.540000', '194116.000000', '194116.460000', '194116.920000', '194117.380000', '194117.840000', '194118.300000', '194118.760000', '194119.220000', '194119.680000', '194120.140000', '194120.600000', '194121.060000', '194121.520000', '194121.980000', '194122.440000', '194122.900000', '194123.360000', '194123.820000', '194124.280000', '194124.740000', '194125.200000', '194125.660000', '194126.120000', '194126.580000', '194127.040000', '194127.500000', '194127.960000', '194128.420000', '194128.880000', '194129.340000', '194129.800000', '194130.260000', '194130.720000', '194131.180000', '194131.640000', '194132.100000', '194132.560000', '194133.020000', '194133.480000', '194133.940000', '194134.400000', '194134.860000', '194135.320000', '194135.780000', '194136.240000', '194136.700000', '194137.160000', '194137.620000', '194138.080000', '194138.540000', '194139.000000', '194139.460000', '194139.920000', '194140.380000', '194140.840000', '194141.300000', '194141.760000', '194142.220000', '194142.680000', '194143.140000', '194143.600000', '194144.060000', '194144.520000', '194144.980000', '194145.440000', '194145.900000', '194146.360000', '194146.820000', '194147.280000', '194147.740000', '194148.200000', '194148.660000', '194149.120000', '194149.580000', '194150.040000', '194150.500000', '194150.960000', '194151.420000', '194151.880000', '194152.340000', '194152.800000', '194153.260000', '194153.720000', '194154.180000', '194154.640000', '194155.100000', '194155.560000', '194156.020000', '194156.480000', '194156.940000', '194157.400000', '194157.860000', '194158.320000', '194158.780000', '194159.240000', '194159.700000', '194200.160000', '194200.620000', '194201.080000', '194201.540000', '194202.000000', '194202.460000', '194202.920000', '194203.380000', '194203.840000', '194204.300000', '194204.760000', '194205.220000', '194205.680000', '194206.140000', '194206.600000', '194207.060000', '194207.520000', '194207.980000', '194208.440000', '194208.900000', '194209.360000', '194209.820000', '194210.280000', '194210.740000', '194211.200000', '194211.660000', '194212.120000', '194212.580000', '194213.040000', '194213.500000', '194213.960000', '194214.420000', '194214.880000', '194215.340000', '194215.800000', '194216.260000', '194216.720000', '194217.180000', '194217.640000', '194218.100000', '194218.560000', '194219.020000', '194219.480000', '194219.940000', '194220.400000', '194220.860000', '194221.320000', '194221.780000', '194222.240000', '194222.700000', '194223.160000', '194223.620000', '194224.080000', '194224.540000', '194225.000000', '194225.460000', '194225.920000', '194226.380000', '194226.840000', '194227.300000', '194227.760000', '194228.220000', '194228.680000', '194229.140000', '194229.600000', '194230.060000', '194230.520000', '194230.980000', '194231.440000', '194231.900000', '194232.360000', '194232.820000', '194233.280000', '194233.740000', '194234.200000', '194234.660000', '194235.120000', '194235.580000', '194236.040000', '194236.500000', '194236.960000', '194237.420000', '194237.880000', '194238.340000', '194238.800000', '194239.260000', '194239.720000', '194240.180000', '194240.640000', '194241.100000', '194241.560000', '194242.020000', '194242.480000', '194242.940000', '194243.400000', '194243.860000', '194244.320000', '194244.780000', '194245.240000', '194245.700000', '194246.160000', '194246.620000', '194247.080000', '194247.540000', '194248.000000', '194248.460000', '194248.920000', '194249.380000', '194249.840000', '194250.300000', '194250.760000', '194251.220000', '194251.680000', '194252.140000', '194252.600000', '194253.060000', '194253.520000', '194253.980000', '194254.440000', '194254.900000', '194255.360000', '194255.820000', '194256.280000', '194256.740000', '194257.200000', '194257.660000', '194258.120000', '194258.580000', '194259.040000', '194259.500000', '194259.960000', '194300.420000', '194300.880000', '194301.340000', '194301.800000', '194302.260000', '194302.720000', '194303.180000', '194303.640000', '194304.100000', '194304.560000', '194305.020000', '194305.480000', '194305.940000', '194306.400000', '194306.860000', '194307.320000', '194307.780000', '194308.240000', '194308.700000', '194309.160000', '194309.620000', '194310.080000', '194310.540000', '194311.000000', '194311.460000', '194311.920000', '194312.380000', '194312.840000', '194313.300000', '194313.760000', '194314.220000', '194314.680000', '194315.140000', '194315.600000', '194316.060000', '194316.520000', '194316.980000', '194317.440000', '194317.900000', '194318.360000', '194318.820000', '194319.280000', '194319.740000', '194320.200000', '194320.660000', '194321.120000', '194321.580000', '194322.040000', '194322.500000', '194322.960000', '194323.420000', '194323.880000', '194324.340000', '194324.800000', '194325.260000', '194325.720000', '194326.180000', '194326.640000', '194327.100000', '194327.560000', '194328.020000', '194328.480000', '194328.940000', '194329.400000', '194329.860000', '194330.320000', '194330.780000', '194331.240000', '194331.700000', '194332.160000', '194332.620000', '194333.080000', '194333.540000', '194334.000000', '194334.460000', '194334.920000', '194335.380000', '194335.840000', '194336.300000', '194336.760000', '194337.220000', '194337.680000', '194338.140000', '194338.600000', '194339.060000', '194339.520000', '194339.980000', '194340.440000', '194340.900000', '194341.360000', '194341.820000', '194342.280000', '194342.740000', '194343.200000', '194343.660000', '194344.120000', '194344.580000', '194345.040000', '194345.500000', '194345.960000', '194346.420000', '194346.880000', '194347.340000', '194347.800000', '194348.260000', '194348.720000', '194349.180000', '194349.640000', '194350.100000', '194350.560000', '194351.020000', '194351.480000', '194351.940000', '194352.400000', '194352.860000', '194353.320000', '194353.780000', '194354.240000', '194354.700000', '194355.160000', '194355.620000', '194356.080000', '194356.540000', '194357.000000', '194357.460000', '194357.920000', '194358.380000', '194358.840000', '194359.300000', '194359.760000', '194400.220000', '194400.680000', '194401.140000', '194401.600000', '194402.060000', '194402.520000', '194402.980000', '194403.440000', '194403.900000', '194404.360000', '194404.820000', '194405.280000', '194405.740000', '194406.200000', '194406.660000', '194407.120000', '194407.580000', '194408.040000', '194408.500000', '194408.960000', '194409.420000', '194409.880000', '194410.340000', '194410.800000', '194411.260000', '194411.720000', '194412.180000', '194412.640000', '194413.100000', '194413.560000', '194414.020000', '194414.480000', '194414.940000', '194415.400000', '194415.860000', '194416.320000', '194416.780000', '194417.240000', '194417.700000', '194418.160000', '194418.620000', '194419.080000', '194419.540000', '194420.000000', '194420.460000', '194420.920000', '194421.380000', '194421.840000', '194422.300000', '194422.760000', '194423.220000', '194423.680000', '194424.140000', '194424.600000', '194425.060000', '194425.520000', '194425.980000', '194426.440000', '194426.900000', '194427.360000', '194427.820000', '194428.280000', '194428.740000', '194429.200000', '194429.660000', '194430.120000', '194430.580000', '194431.040000', '194431.500000', '194431.960000', '194432.420000', '194432.880000', '194433.340000', '194433.800000', '194434.260000', '194434.720000', '194435.180000', '194435.640000', '194436.100000', '194436.560000', '194437.020000', '194437.480000', '194437.940000', '194438.400000', '194438.860000', '194439.320000', '194439.780000', '194440.240000', '194440.700000', '194441.160000', '194441.620000', '194442.080000', '194442.540000', '194443.000000', '194443.460000', '194443.920000', '194444.380000', '194444.840000', '194445.300000', '194445.760000', '194446.220000', '194446.680000', '194447.140000', '194447.600000', '194448.060000', '194448.520000', '194448.980000', '194449.440000', '194449.900000', '194450.360000', '194450.820000', '194451.280000', '194451.740000', '194452.200000', '194452.660000', '194453.120000', '194453.580000', '194454.040000', '194454.500000', '194454.960000', '194455.420000', '194455.880000', '194456.340000', '194456.800000', '194457.260000', '194457.720000', '194458.180000', '194458.640000', '194459.100000', '194459.560000', '194500.020000', '194500.480000', '194500.940000', '194501.400000', '194501.860000', '194502.320000', '194502.780000', '194503.240000', '194503.700000', '194504.160000', '194504.620000', '194505.080000', '194505.540000', '194506.000000', '194506.460000', '194506.920000', '194507.380000', '194507.840000', '194508.300000', '194508.760000', '194509.220000', '194509.680000', '194510.140000', '194510.600000', '194511.060000', '194511.520000', '194511.980000', '194512.440000', '194512.900000', '194513.360000', '194513.820000', '194514.280000', '194514.740000', '194515.200000', '194515.660000', '194516.120000', '194516.580000', '194517.040000', '194517.500000', '194517.960000', '194518.420000', '194518.880000', '194519.340000', '194519.800000', '194520.260000', '194520.720000', '194521.180000', '194521.640000', '194522.100000', '194522.560000', '194523.020000', '194523.480000', '194523.940000', '194524.400000', '194524.860000', '194525.320000', '194525.780000', '194526.240000', '194526.700000', '194527.160000', '194527.620000', '194528.080000', '194528.540000', '194529.000000', '194529.460000', '194529.920000', '194530.380000', '194530.840000', '194531.300000', '194531.760000', '194532.220000', '194532.680000', '194533.140000', '194533.600000', '194534.060000', '194534.520000', '194534.980000', '194535.440000', '194535.900000', '194536.360000', '194536.820000', '194537.280000', '194537.740000', '194538.200000', '194538.660000', '194539.120000', '194539.580000', '194540.040000', '194540.500000', '194540.960000', '194541.420000', '194541.880000', '194542.340000', '194542.800000', '194543.260000', '194543.720000', '194544.180000', '194544.640000', '194545.100000', '194545.560000', '194546.020000', '194546.480000', '194546.940000', '194547.400000', '194547.860000', '194548.320000', '194548.780000', '194549.240000', '194549.700000', '194550.160000', '194550.620000', '194551.080000', '194551.540000', '194552.000000', '194552.460000', '194552.920000', '194553.380000', '194553.840000', '194554.300000', '194554.760000', '194555.220000', '194555.680000', '194556.140000', '194556.600000', '194557.060000', '194557.520000', '194557.980000', '194558.440000', '194558.900000', '194559.360000', '194559.820000', '194600.280000', '194600.740000', '194601.200000', '194601.660000', '194602.120000', '194602.580000', '194603.040000', '194603.500000', '194603.960000', '194604.420000', '194604.880000', '194605.340000', '194605.800000', '194606.260000', '194606.720000', '194607.180000', '194607.640000', '194608.100000', '194608.560000', '194609.020000', '194609.480000', '194609.940000', '194610.400000', '194610.860000', '194611.320000', '194611.780000', '194612.240000', '194612.700000', '194613.160000', '194613.620000', '194614.080000', '194614.540000', '194615.000000', '194615.460000', '194615.920000', '194616.380000', '194616.840000', '194617.300000', '194617.760000', '194618.220000', '194618.680000', '194619.140000', '194619.600000', '194620.060000', '194620.520000', '194620.980000', '194621.440000', '194621.900000', '194622.360000', '194622.820000', '194623.280000', '194623.740000', '194624.200000', '194624.660000', '194625.120000', '194625.580000', '194626.040000', '194626.500000', '194626.960000', '194627.420000', '194627.880000', '194628.340000', '194628.800000', '194629.260000', '194629.720000', '194630.180000', '194630.640000', '194631.100000', '194631.560000', '194632.020000', '194632.480000', '194632.940000', '194633.400000', '194633.860000', '194634.320000', '194634.780000', '194635.240000', '194635.700000', '194636.160000', '194636.620000', '194637.080000', '194637.540000', '194638.000000', '194638.460000', '194638.920000', '194639.380000', '194639.840000', '194640.300000', '194640.760000', '194641.220000', '194641.680000', '194642.140000', '194642.600000', '194643.060000', '194643.520000', '194643.980000', '194644.440000', '194644.900000', '194645.360000', '194645.820000', '194646.280000', '194646.740000', '194647.200000', '194647.660000', '194648.120000', '194648.580000', '194649.040000', '194649.500000', '194649.960000', '194650.420000', '194650.880000', '194651.340000', '194651.800000', '194652.260000', '194652.720000', '194653.180000', '194653.640000', '194654.100000', '194654.560000', '194655.020000', '194655.480000', '194655.940000', '194656.400000', '194656.860000', '194657.320000', '194657.780000', '194658.240000', '194658.700000', '194659.160000', '194659.620000', '194700.080000', '194700.540000', '194701.000000', '194701.460000', '194701.920000', '194702.380000', '194702.840000', '194703.300000', '194703.760000', '194704.220000', '194704.680000', '194705.140000', '194705.600000', '194706.060000', '194706.520000', '194706.980000', '194707.440000', '194707.900000', '194708.360000', '194708.820000', '194709.280000', '194709.740000', '194710.200000', '194710.660000', '194711.120000', '194711.580000', '194712.040000', '194712.500000', '194712.960000', '194713.420000', '194713.880000', '194714.340000', '194714.800000', '194715.260000', '194715.720000', '194716.180000', '194716.640000', '194717.100000', '194717.560000', '194718.020000', '194718.480000', '194718.940000', '194719.400000', '194719.860000', '194720.320000', '194720.780000', '194721.240000', '194721.700000', '194722.160000', '194722.620000', '194723.080000', '194723.540000', '194724.000000', '194724.460000', '194724.920000', '194725.380000', '194725.840000', '194726.300000', '194726.760000', '194727.220000', '194727.680000', '194728.140000', '194728.600000', '194729.060000', '194729.520000', '194729.980000', '194730.440000', '194730.900000', '194731.360000', '194731.820000', '194732.280000', '194732.740000', '194733.200000', '194733.660000', '194734.120000', '194734.580000', '194735.040000', '194735.500000', '194735.960000', '194736.420000', '194736.880000', '194737.340000'], 'ContentTime': ['194116.768000', '194116.771000', '194116.774000', '194116.776000', '194116.779000', '194116.782000', '194116.785000', '194116.787000', '194116.790000', '194116.792000', '194116.795000', '194116.797000', '194116.800000', '194116.803000', '194116.805000', '194116.808000', '194116.810000', '194116.813000', '194116.815000', '194116.818000', '194116.820000', '194116.823000', '194116.825000', '194116.828000', '194116.840000', '194116.842000', '194116.845000', '194116.848000', '194116.850000', '194116.853000', '194116.855000', '194116.858000', '194116.860000', '194116.863000', '194116.865000', '194116.868000', '194116.871000', '194116.873000', '194116.876000', '194116.878000', '194116.881000', '194116.883000', '194136.739000', '194136.742000', '194136.745000', '194136.747000', '194136.750000', '194136.752000', '194136.755000', '194136.757000', '194136.760000', '194136.762000', '194136.765000', '194136.768000', '194136.770000', '194136.773000', '194136.775000', '194136.778000', '194136.780000', '194136.783000', '194136.785000', '194136.788000', '194136.790000', '194136.793000', '194136.796000', '194136.798000', '194136.801000', '194136.803000', '194136.806000', '194136.809000', '194136.811000', '194136.814000', '194136.816000', '194136.819000', '194136.821000', '194136.824000', '194136.826000', '194136.829000', '194136.831000', '194136.834000', '194136.837000', '194136.839000', '194136.842000', '194136.844000', '194136.847000', '194156.740000', '194156.743000', '194156.746000', '194156.748000', '194156.751000', '194156.753000', '194156.756000', '194156.758000', '194156.761000', '194156.763000', '194156.766000', '194156.769000', '194156.771000', '194156.774000', '194156.776000', '194156.779000', '194156.781000', '194156.784000', '194156.786000', '194156.789000', '194156.792000', '194156.794000', '194156.797000', '194156.799000', '194156.802000', '194156.804000', '194156.807000', '194156.809000', '194156.812000', '194156.815000', '194156.817000', '194156.820000', '194156.822000', '194156.825000', '194156.827000', '194156.830000', '194156.833000', '194156.835000', '194156.838000', '194156.840000', '194156.843000', '194156.845000', '194156.848000', '194216.739000', '194216.742000', '194216.745000', '194216.747000', '194216.750000', '194216.753000', '194216.755000', '194216.758000', '194216.760000', '194216.763000', '194216.765000', '194216.768000', '194216.771000', '194216.773000', '194216.776000', '194216.778000', '194216.781000', '194216.783000', '194216.786000', '194216.788000', '194216.791000', '194216.793000', '194216.796000', '194216.799000', '194216.848000', '194216.850000', '194216.853000', '194216.855000', '194216.858000', '194216.860000', '194216.863000', '194216.866000', '194216.868000', '194216.871000', '194216.873000', '194216.876000', '194216.878000', '194216.881000', '194216.883000', '194216.886000', '194216.889000', '194216.940000', '194216.943000', '194216.946000', '194236.739000', '194236.742000', '194236.745000', '194236.747000', '194236.750000', '194236.753000', '194236.756000', '194236.759000', '194236.762000', '194236.764000', '194236.767000', '194236.769000', '194236.772000', '194236.775000', '194236.777000', '194236.780000', '194236.782000', '194236.785000', '194236.787000', '194236.790000', '194236.793000', '194236.795000', '194236.798000', '194236.801000', '194236.803000', '194236.806000', '194236.808000', '194236.811000', '194236.813000', '194236.817000', '194236.819000', '194236.822000', '194236.825000', '194236.827000', '194236.830000', '194236.832000', '194236.835000', '194236.837000', '194236.840000', '194236.843000', '194236.845000', '194236.848000', '194236.850000', '194256.739000', '194256.742000', '194256.745000', '194256.747000', '194256.750000', '194256.752000', '194256.755000', '194256.757000', '194256.760000', '194256.763000', '194256.765000', '194256.768000', '194256.770000', '194256.773000', '194256.775000', '194256.778000', '194256.781000', '194256.783000', '194256.786000', '194256.788000', '194256.791000', '194256.794000', '194256.796000', '194256.799000', '194256.822000', '194256.824000', '194256.827000', '194256.829000', '194256.832000', '194256.835000', '194256.837000', '194256.840000', '194256.842000', '194256.845000', '194256.847000', '194256.850000', '194256.852000', '194256.855000', '194256.858000', '194256.860000', '194256.863000', '194256.865000', '194256.868000', '194256.870000', '194316.739000', '194316.742000', '194316.745000', '194316.747000', '194316.750000', '194316.752000', '194316.755000', '194316.757000', '194316.760000', '194316.763000', '194316.765000', '194316.768000', '194316.770000', '194316.773000', '194316.775000', '194316.778000', '194316.780000', '194316.783000', '194316.786000', '194316.788000', '194316.791000', '194316.794000', '194316.797000', '194316.800000', '194316.803000', '194316.806000', '194316.808000', '194316.811000', '194316.813000', '194316.816000', '194316.818000', '194316.821000', '194316.824000', '194316.826000', '194316.829000', '194316.831000', '194316.834000', '194316.836000', '194316.839000', '194316.841000', '194316.844000', '194316.846000', '194316.849000', '194336.739000', '194336.742000', '194336.745000', '194336.747000', '194336.750000', '194336.752000', '194336.755000', '194336.758000', '194336.760000', '194336.763000', '194336.765000', '194336.768000', '194336.771000', '194336.773000', '194336.776000', '194336.778000', '194336.781000', '194336.784000', '194336.786000', '194336.789000', '194336.791000', '194336.794000', '194336.797000', '194336.799000', '194336.820000', '194336.823000', '194336.825000', '194336.828000', '194336.830000', '194336.833000', '194336.836000', '194336.838000', '194336.841000', '194336.843000', '194336.846000', '194336.848000', '194336.851000', '194336.854000', '194336.856000', '194336.859000', '194336.861000', '194336.864000', '194336.866000', '194336.869000', '194356.739000', '194356.742000', '194356.745000', '194356.747000', '194356.750000', '194356.753000', '194356.755000', '194356.758000', '194356.760000', '194356.763000', '194356.765000', '194356.768000', '194356.771000', '194356.773000', '194356.776000', '194356.778000', '194356.781000', '194356.784000', '194356.786000', '194356.789000', '194356.791000', '194356.794000', '194356.797000', '194356.799000', '194356.843000', '194356.846000', '194356.849000', '194356.851000', '194356.854000', '194356.857000', '194356.860000', '194356.863000', '194356.865000', '194356.868000', '194356.871000', '194356.873000', '194356.892000', '194356.895000', '194356.897000', '194356.900000', '194356.902000', '194356.905000', '194356.907000', '194416.740000', '194416.742000', '194416.745000', '194416.747000', '194416.750000', '194416.753000', '194416.755000', '194416.758000', '194416.760000', '194416.763000', '194416.765000', '194416.768000', '194416.770000', '194416.773000', '194416.776000', '194416.778000', '194416.781000', '194416.783000', '194416.786000', '194416.788000', '194416.791000', '194416.794000', '194416.796000', '194416.799000', '194416.855000', '194416.857000', '194416.860000', '194416.862000', '194416.865000', '194416.868000', '194416.870000', '194416.873000', '194416.875000', '194416.878000', '194416.880000', '194416.883000', '194416.885000', '194416.888000', '194416.891000', '194416.893000', '194416.896000', '194416.898000', '194416.901000', '194416.903000', '194436.739000', '194436.742000', '194436.745000', '194436.747000', '194436.750000', '194436.752000', '194436.755000', '194436.758000', '194436.760000', '194436.763000', '194436.765000', '194436.768000', '194436.770000', '194436.773000', '194436.775000', '194436.778000', '194436.781000', '194436.783000', '194436.786000', '194436.788000', '194436.791000', '194436.793000', '194436.796000', '194436.799000', '194436.802000', '194436.804000', '194436.807000', '194436.809000', '194436.812000', '194436.815000', '194436.817000', '194436.820000', '194436.822000', '194436.825000', '194436.828000', '194436.831000', '194436.834000', '194436.845000', '194436.848000', '194436.851000', '194436.853000', '194436.856000', '194436.858000', '194456.739000', '194456.742000', '194456.745000', '194456.747000', '194456.750000', '194456.752000', '194456.755000', '194456.757000', '194456.760000', '194456.763000', '194456.765000', '194456.768000', '194456.770000', '194456.773000', '194456.775000', '194456.778000', '194456.781000', '194456.783000', '194456.786000', '194456.788000', '194456.791000', '194456.793000', '194456.796000', '194456.799000', '194456.847000', '194456.849000', '194456.852000', '194456.854000', '194456.857000', '194456.860000', '194456.862000', '194456.865000', '194456.868000', '194456.870000', '194456.873000', '194456.875000', '194456.878000', '194456.881000', '194456.883000', '194456.886000', '194456.888000', '194456.891000', '194456.894000', '194456.896000', '194516.739000', '194516.742000', '194516.745000', '194516.747000', '194516.750000', '194516.753000', '194516.755000', '194516.758000', '194516.760000', '194516.763000', '194516.765000', '194516.768000', '194516.770000', '194516.773000', '194516.776000', '194516.778000', '194516.781000', '194516.783000', '194516.786000', '194516.788000', '194516.791000', '194516.794000', '194516.796000', '194516.799000', '194516.848000', '194516.851000', '194516.853000', '194516.856000', '194516.859000', '194516.862000', '194516.865000', '194516.868000', '194516.870000', '194516.873000', '194516.876000', '194516.878000', '194516.881000', '194516.883000', '194516.886000', '194516.888000', '194516.891000', '194516.894000', '194516.898000', '194536.739000', '194536.742000', '194536.745000', '194536.747000', '194536.750000', '194536.752000', '194536.755000', '194536.758000', '194536.760000', '194536.763000', '194536.765000', '194536.768000', '194536.770000', '194536.773000', '194536.776000', '194536.778000', '194536.781000', '194536.783000', '194536.798000', '194536.909000', '194536.912000', '194536.914000', '194536.917000', '194536.920000', '194536.922000', '194536.925000', '194536.927000', '194536.930000', '194536.932000', '194536.935000', '194536.937000', '194536.940000', '194536.943000', '194536.945000', '194536.948000', '194536.950000', '194536.953000', '194536.955000', '194536.962000', '194536.965000', '194536.967000', '194536.970000', '194536.972000', '194536.975000', '194556.739000', '194556.742000', '194556.745000', '194556.747000', '194556.750000', '194556.752000', '194556.755000', '194556.758000', '194556.760000', '194556.763000', '194556.765000', '194556.768000', '194556.770000', '194556.773000', '194556.776000', '194556.778000', '194556.781000', '194556.783000', '194556.786000', '194556.789000', '194556.791000', '194556.794000', '194556.796000', '194556.799000', '194556.833000', '194556.835000', '194556.838000', '194556.840000', '194556.843000', '194556.845000', '194556.848000', '194556.851000', '194556.853000', '194556.856000', '194556.858000', '194556.861000', '194556.864000', '194556.866000', '194556.869000', '194556.872000', '194556.875000', '194556.877000', '194556.880000', '194616.740000', '194616.743000', '194616.745000', '194616.748000', '194616.750000', '194616.753000', '194616.756000', '194616.758000', '194616.761000', '194616.764000', '194616.766000', '194616.769000', '194616.771000', '194616.774000', '194616.776000', '194616.779000', '194616.782000', '194616.784000', '194616.787000', '194616.789000', '194616.792000', '194616.794000', '194616.797000', '194616.874000', '194616.876000', '194616.879000', '194616.882000', '194616.884000', '194616.887000', '194616.889000', '194616.892000', '194616.894000', '194616.897000', '194616.900000', '194616.902000', '194616.905000', '194616.907000', '194616.910000', '194616.912000', '194616.915000', '194616.917000', '194616.920000', '194616.923000', '194616.925000', '194636.739000', '194636.742000', '194636.745000', '194636.747000', '194636.750000', '194636.753000', '194636.755000', '194636.758000', '194636.760000', '194636.763000', '194636.765000', '194636.768000', '194636.771000', '194636.773000', '194636.776000', '194636.778000', '194636.781000', '194636.784000', '194636.786000', '194636.789000', '194636.791000', '194636.794000', '194636.796000', '194636.799000', '194636.813000', '194636.815000', '194636.818000', '194636.820000', '194636.823000', '194636.826000', '194636.828000', '194636.831000', '194636.833000', '194636.836000', '194636.839000', '194636.841000', '194636.844000', '194636.846000', '194636.849000', '194636.851000', '194636.854000', '194636.857000', '194636.859000', '194656.739000', '194656.742000', '194656.745000', '194656.747000', '194656.750000', '194656.752000', '194656.755000', '194656.758000', '194656.760000', '194656.763000', '194656.767000', '194656.770000', '194656.772000', '194656.775000', '194656.778000', '194656.780000', '194656.783000', '194656.785000', '194656.788000', '194656.790000', '194656.793000', '194656.796000', '194656.798000', '194656.838000', '194656.841000', '194656.843000', '194656.846000', '194656.848000', '194656.851000', '194656.854000', '194656.856000', '194656.859000', '194656.861000', '194656.864000', '194656.866000', '194656.869000', '194656.872000', '194656.874000', '194656.877000', '194656.879000', '194656.882000', '194656.885000', '194656.887000', '194656.912000', '194716.739000', '194716.742000', '194716.745000', '194716.747000', '194716.750000', '194716.753000', '194716.755000', '194716.758000', '194716.760000', '194716.763000', '194716.766000', '194716.768000', '194716.771000', '194716.774000', '194716.776000', '194716.779000', '194716.781000', '194716.784000', '194716.786000', '194716.789000', '194716.791000', '194716.794000', '194716.797000', '194716.799000', '194716.866000', '194716.869000', '194716.871000', '194716.874000', '194716.877000', '194716.879000', '194716.882000', '194716.884000', '194716.887000', '194716.889000', '194716.892000', '194716.894000', '194716.897000', '194716.900000', '194716.903000', '194716.906000', '194716.909000', '194716.912000', '194716.914000', '194736.739000', '194736.742000', '194736.745000', '194736.747000', '194736.750000', '194736.753000', '194736.755000', '194736.758000', '194736.760000', '194736.763000', '194736.765000', '194736.768000', '194736.771000', '194736.773000', '194736.776000', '194736.778000', '194736.781000', '194736.783000', '194736.786000', '194736.789000', '194736.791000', '194736.794000', '194736.796000', '194736.799000', '194736.820000', '194736.822000', '194736.825000', '194736.827000', '194736.830000', '194736.832000', '194736.835000', '194736.838000', '194736.840000', '194736.843000', '194736.845000', '194736.848000', '194736.850000', '194736.853000', '194736.855000', '194736.858000', '194736.861000', '194736.863000', '194736.866000', '194736.868000', '194738.536000', '194738.539000', '194738.542000', '194738.544000'], 'InstanceCreationTime': ['194116.768000', '194116.771000', '194116.774000', '194116.776000', '194116.779000', '194116.782000', '194116.785000', '194116.787000', '194116.790000', '194116.792000', '194116.795000', '194116.797000', '194116.800000', '194116.803000', '194116.805000', '194116.808000', '194116.810000', '194116.813000', '194116.815000', '194116.818000', '194116.820000', '194116.823000', '194116.825000', '194116.828000', '194116.840000', '194116.842000', '194116.845000', '194116.848000', '194116.850000', '194116.853000', '194116.855000', '194116.858000', '194116.860000', '194116.863000', '194116.865000', '194116.868000', '194116.871000', '194116.873000', '194116.876000', '194116.878000', '194116.881000', '194116.883000', '194136.739000', '194136.742000', '194136.745000', '194136.747000', '194136.750000', '194136.752000', '194136.755000', '194136.757000', '194136.760000', '194136.762000', '194136.765000', '194136.768000', '194136.770000', '194136.773000', '194136.775000', '194136.778000', '194136.780000', '194136.783000', '194136.785000', '194136.788000', '194136.790000', '194136.793000', '194136.796000', '194136.798000', '194136.801000', '194136.803000', '194136.806000', '194136.809000', '194136.811000', '194136.814000', '194136.816000', '194136.819000', '194136.821000', '194136.824000', '194136.826000', '194136.829000', '194136.831000', '194136.834000', '194136.837000', '194136.839000', '194136.842000', '194136.844000', '194136.847000', '194156.740000', '194156.743000', '194156.746000', '194156.748000', '194156.751000', '194156.753000', '194156.756000', '194156.758000', '194156.761000', '194156.763000', '194156.766000', '194156.769000', '194156.771000', '194156.774000', '194156.776000', '194156.779000', '194156.781000', '194156.784000', '194156.786000', '194156.789000', '194156.792000', '194156.794000', '194156.797000', '194156.799000', '194156.802000', '194156.804000', '194156.807000', '194156.809000', '194156.812000', '194156.815000', '194156.817000', '194156.820000', '194156.822000', '194156.825000', '194156.827000', '194156.830000', '194156.833000', '194156.835000', '194156.838000', '194156.840000', '194156.843000', '194156.845000', '194156.848000', '194216.739000', '194216.742000', '194216.745000', '194216.747000', '194216.750000', '194216.753000', '194216.755000', '194216.758000', '194216.760000', '194216.763000', '194216.765000', '194216.768000', '194216.771000', '194216.773000', '194216.776000', '194216.778000', '194216.781000', '194216.783000', '194216.786000', '194216.788000', '194216.791000', '194216.793000', '194216.796000', '194216.799000', '194216.848000', '194216.850000', '194216.853000', '194216.855000', '194216.858000', '194216.860000', '194216.863000', '194216.866000', '194216.868000', '194216.871000', '194216.873000', '194216.876000', '194216.878000', '194216.881000', '194216.883000', '194216.886000', '194216.889000', '194216.940000', '194216.943000', '194216.946000', '194236.739000', '194236.742000', '194236.745000', '194236.747000', '194236.750000', '194236.753000', '194236.756000', '194236.759000', '194236.762000', '194236.764000', '194236.767000', '194236.769000', '194236.772000', '194236.775000', '194236.777000', '194236.780000', '194236.782000', '194236.785000', '194236.787000', '194236.790000', '194236.793000', '194236.795000', '194236.798000', '194236.801000', '194236.803000', '194236.806000', '194236.808000', '194236.811000', '194236.813000', '194236.817000', '194236.819000', '194236.822000', '194236.825000', '194236.827000', '194236.830000', '194236.832000', '194236.835000', '194236.837000', '194236.840000', '194236.843000', '194236.845000', '194236.848000', '194236.850000', '194256.739000', '194256.742000', '194256.745000', '194256.747000', '194256.750000', '194256.752000', '194256.755000', '194256.757000', '194256.760000', '194256.763000', '194256.765000', '194256.768000', '194256.770000', '194256.773000', '194256.775000', '194256.778000', '194256.781000', '194256.783000', '194256.786000', '194256.788000', '194256.791000', '194256.794000', '194256.796000', '194256.799000', '194256.822000', '194256.824000', '194256.827000', '194256.829000', '194256.832000', '194256.835000', '194256.837000', '194256.840000', '194256.842000', '194256.845000', '194256.847000', '194256.850000', '194256.852000', '194256.855000', '194256.858000', '194256.860000', '194256.863000', '194256.865000', '194256.868000', '194256.870000', '194316.739000', '194316.742000', '194316.745000', '194316.747000', '194316.750000', '194316.752000', '194316.755000', '194316.757000', '194316.760000', '194316.763000', '194316.765000', '194316.768000', '194316.770000', '194316.773000', '194316.775000', '194316.778000', '194316.780000', '194316.783000', '194316.786000', '194316.788000', '194316.791000', '194316.794000', '194316.797000', '194316.800000', '194316.803000', '194316.806000', '194316.808000', '194316.811000', '194316.813000', '194316.816000', '194316.818000', '194316.821000', '194316.824000', '194316.826000', '194316.829000', '194316.831000', '194316.834000', '194316.836000', '194316.839000', '194316.841000', '194316.844000', '194316.846000', '194316.849000', '194336.739000', '194336.742000', '194336.745000', '194336.747000', '194336.750000', '194336.752000', '194336.755000', '194336.758000', '194336.760000', '194336.763000', '194336.765000', '194336.768000', '194336.771000', '194336.773000', '194336.776000', '194336.778000', '194336.781000', '194336.784000', '194336.786000', '194336.789000', '194336.791000', '194336.794000', '194336.797000', '194336.799000', '194336.820000', '194336.823000', '194336.825000', '194336.828000', '194336.830000', '194336.833000', '194336.836000', '194336.838000', '194336.841000', '194336.843000', '194336.846000', '194336.848000', '194336.851000', '194336.854000', '194336.856000', '194336.859000', '194336.861000', '194336.864000', '194336.866000', '194336.869000', '194356.739000', '194356.742000', '194356.745000', '194356.747000', '194356.750000', '194356.753000', '194356.755000', '194356.758000', '194356.760000', '194356.763000', '194356.765000', '194356.768000', '194356.771000', '194356.773000', '194356.776000', '194356.778000', '194356.781000', '194356.784000', '194356.786000', '194356.789000', '194356.791000', '194356.794000', '194356.797000', '194356.799000', '194356.843000', '194356.846000', '194356.849000', '194356.851000', '194356.854000', '194356.857000', '194356.860000', '194356.863000', '194356.865000', '194356.868000', '194356.871000', '194356.873000', '194356.892000', '194356.895000', '194356.897000', '194356.900000', '194356.902000', '194356.905000', '194356.907000', '194416.740000', '194416.742000', '194416.745000', '194416.747000', '194416.750000', '194416.753000', '194416.755000', '194416.758000', '194416.760000', '194416.763000', '194416.765000', '194416.768000', '194416.770000', '194416.773000', '194416.776000', '194416.778000', '194416.781000', '194416.783000', '194416.786000', '194416.788000', '194416.791000', '194416.794000', '194416.796000', '194416.799000', '194416.855000', '194416.857000', '194416.860000', '194416.862000', '194416.865000', '194416.868000', '194416.870000', '194416.873000', '194416.875000', '194416.878000', '194416.880000', '194416.883000', '194416.885000', '194416.888000', '194416.891000', '194416.893000', '194416.896000', '194416.898000', '194416.901000', '194416.903000', '194436.739000', '194436.742000', '194436.745000', '194436.747000', '194436.750000', '194436.752000', '194436.755000', '194436.758000', '194436.760000', '194436.763000', '194436.765000', '194436.768000', '194436.770000', '194436.773000', '194436.775000', '194436.778000', '194436.781000', '194436.783000', '194436.786000', '194436.788000', '194436.791000', '194436.793000', '194436.796000', '194436.799000', '194436.802000', '194436.804000', '194436.807000', '194436.809000', '194436.812000', '194436.815000', '194436.817000', '194436.820000', '194436.822000', '194436.825000', '194436.828000', '194436.831000', '194436.834000', '194436.845000', '194436.848000', '194436.851000', '194436.853000', '194436.856000', '194436.858000', '194456.739000', '194456.742000', '194456.745000', '194456.747000', '194456.750000', '194456.752000', '194456.755000', '194456.757000', '194456.760000', '194456.763000', '194456.765000', '194456.768000', '194456.770000', '194456.773000', '194456.775000', '194456.778000', '194456.781000', '194456.783000', '194456.786000', '194456.788000', '194456.791000', '194456.793000', '194456.796000', '194456.799000', '194456.847000', '194456.849000', '194456.852000', '194456.854000', '194456.857000', '194456.860000', '194456.862000', '194456.865000', '194456.868000', '194456.870000', '194456.873000', '194456.875000', '194456.878000', '194456.881000', '194456.883000', '194456.886000', '194456.888000', '194456.891000', '194456.894000', '194456.896000', '194516.739000', '194516.742000', '194516.745000', '194516.747000', '194516.750000', '194516.753000', '194516.755000', '194516.758000', '194516.760000', '194516.763000', '194516.765000', '194516.768000', '194516.770000', '194516.773000', '194516.776000', '194516.778000', '194516.781000', '194516.783000', '194516.786000', '194516.788000', '194516.791000', '194516.794000', '194516.796000', '194516.799000', '194516.848000', '194516.851000', '194516.853000', '194516.856000', '194516.859000', '194516.862000', '194516.865000', '194516.868000', '194516.870000', '194516.873000', '194516.876000', '194516.878000', '194516.881000', '194516.883000', '194516.886000', '194516.888000', '194516.891000', '194516.894000', '194516.898000', '194536.739000', '194536.742000', '194536.745000', '194536.747000', '194536.750000', '194536.752000', '194536.755000', '194536.758000', '194536.760000', '194536.763000', '194536.765000', '194536.768000', '194536.770000', '194536.773000', '194536.776000', '194536.778000', '194536.781000', '194536.783000', '194536.798000', '194536.909000', '194536.912000', '194536.914000', '194536.917000', '194536.920000', '194536.922000', '194536.925000', '194536.927000', '194536.930000', '194536.932000', '194536.935000', '194536.937000', '194536.940000', '194536.943000', '194536.945000', '194536.948000', '194536.950000', '194536.953000', '194536.955000', '194536.962000', '194536.965000', '194536.967000', '194536.970000', '194536.972000', '194536.975000', '194556.739000', '194556.742000', '194556.745000', '194556.747000', '194556.750000', '194556.752000', '194556.755000', '194556.758000', '194556.760000', '194556.763000', '194556.765000', '194556.768000', '194556.770000', '194556.773000', '194556.776000', '194556.778000', '194556.781000', '194556.783000', '194556.786000', '194556.789000', '194556.791000', '194556.794000', '194556.796000', '194556.799000', '194556.833000', '194556.835000', '194556.838000', '194556.840000', '194556.843000', '194556.845000', '194556.848000', '194556.851000', '194556.853000', '194556.856000', '194556.858000', '194556.861000', '194556.864000', '194556.866000', '194556.869000', '194556.872000', '194556.875000', '194556.877000', '194556.880000', '194616.740000', '194616.743000', '194616.745000', '194616.748000', '194616.750000', '194616.753000', '194616.756000', '194616.758000', '194616.761000', '194616.764000', '194616.766000', '194616.769000', '194616.771000', '194616.774000', '194616.776000', '194616.779000', '194616.782000', '194616.784000', '194616.787000', '194616.789000', '194616.792000', '194616.794000', '194616.797000', '194616.874000', '194616.876000', '194616.879000', '194616.882000', '194616.884000', '194616.887000', '194616.889000', '194616.892000', '194616.894000', '194616.897000', '194616.900000', '194616.902000', '194616.905000', '194616.907000', '194616.910000', '194616.912000', '194616.915000', '194616.917000', '194616.920000', '194616.923000', '194616.925000', '194636.739000', '194636.742000', '194636.745000', '194636.747000', '194636.750000', '194636.753000', '194636.755000', '194636.758000', '194636.760000', '194636.763000', '194636.765000', '194636.768000', '194636.771000', '194636.773000', '194636.776000', '194636.778000', '194636.781000', '194636.784000', '194636.786000', '194636.789000', '194636.791000', '194636.794000', '194636.796000', '194636.799000', '194636.813000', '194636.815000', '194636.818000', '194636.820000', '194636.823000', '194636.826000', '194636.828000', '194636.831000', '194636.833000', '194636.836000', '194636.839000', '194636.841000', '194636.844000', '194636.846000', '194636.849000', '194636.851000', '194636.854000', '194636.857000', '194636.859000', '194656.739000', '194656.742000', '194656.745000', '194656.747000', '194656.750000', '194656.752000', '194656.755000', '194656.758000', '194656.760000', '194656.763000', '194656.767000', '194656.770000', '194656.772000', '194656.775000', '194656.778000', '194656.780000', '194656.783000', '194656.785000', '194656.788000', '194656.790000', '194656.793000', '194656.796000', '194656.798000', '194656.838000', '194656.841000', '194656.843000', '194656.846000', '194656.848000', '194656.851000', '194656.854000', '194656.856000', '194656.859000', '194656.861000', '194656.864000', '194656.866000', '194656.869000', '194656.872000', '194656.874000', '194656.877000', '194656.879000', '194656.882000', '194656.885000', '194656.887000', '194656.912000', '194716.739000', '194716.742000', '194716.745000', '194716.747000', '194716.750000', '194716.753000', '194716.755000', '194716.758000', '194716.760000', '194716.763000', '194716.766000', '194716.768000', '194716.771000', '194716.774000', '194716.776000', '194716.779000', '194716.781000', '194716.784000', '194716.786000', '194716.789000', '194716.791000', '194716.794000', '194716.797000', '194716.799000', '194716.866000', '194716.869000', '194716.871000', '194716.874000', '194716.877000', '194716.879000', '194716.882000', '194716.884000', '194716.887000', '194716.889000', '194716.892000', '194716.894000', '194716.897000', '194716.900000', '194716.903000', '194716.906000', '194716.909000', '194716.912000', '194716.914000', '194736.739000', '194736.742000', '194736.745000', '194736.747000', '194736.750000', '194736.753000', '194736.755000', '194736.758000', '194736.760000', '194736.763000', '194736.765000', '194736.768000', '194736.771000', '194736.773000', '194736.776000', '194736.778000', '194736.781000', '194736.783000', '194736.786000', '194736.789000', '194736.791000', '194736.794000', '194736.796000', '194736.799000', '194736.820000', '194736.822000', '194736.825000', '194736.827000', '194736.830000', '194736.832000', '194736.835000', '194736.838000', '194736.840000', '194736.843000', '194736.845000', '194736.848000', '194736.850000', '194736.853000', '194736.855000', '194736.858000', '194736.861000', '194736.863000', '194736.866000', '194736.868000', '194738.536000', '194738.539000', '194738.542000', '194738.544000'], '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': [7686, 9734, 7429, 8189, 7286, 8163, 7446, 8006, 10807, 7865, 10104, 7704, 8743, 7349, 8116, 7302, 7917, 10562, 8525, 12171, 8165, 10824, 7843, 10424, 7699, 10394, 7395, 9620, 7492, 8788, 8214, 8656, 11983, 8265, 10961, 8651, 9464, 7687, 7758, 7473, 8680, 8542, 8450, 10047, 8187, 8843, 7670, 8067, 7537, 8681, 9760, 8435, 7185, 7646, 7572, 8607, 8358, 8135, 10359, 7685, 10877, 7844, 10745, 9788, 11920, 9916, 14694, 11365, 15695, 12940, 16099, 12536, 16036, 13476, 15942, 11835, 13763, 9967, 15832, 9206, 11063, 7774, 7960, 7874, 8340, 8904, 8324, 7912, 8361, 8489, 8528, 8517, 8426, 8497, 8205, 8327, 7916, 7326, 7832, 8485, 10465, 8445, 11135, 8373, 10650, 8333, 9611, 8361, 9722, 8651, 9146, 8416, 8172, 8381, 8007, 7785, 7617, 7962, 8239, 10921, 8674, 10149, 8570, 8150, 7859, 7466, 7874, 7024, 7883, 8674, 9045, 8652, 9408, 8199, 11280, 7918, 8260, 9323, 8126, 8247, 8773, 8546, 10595, 8967, 10929, 9672, 8353, 11471, 8359, 14562, 11926, 11548, 14440, 10763, 10130, 11714, 9015, 17347, 12730, 15454, 8856, 12402, 8057, 7816, 7690, 7429, 7532, 7915, 7601, 8263, 8655, 8339, 8066, 8249, 7734, 7667, 7480, 7686, 8092, 7856, 8314, 8625, 8689, 8979, 8431, 9836, 8460, 9558, 8066, 8389, 8074, 8631, 7382, 10716, 7748, 9055, 7851, 8159, 7456, 8389, 8273, 9834, 12848, 8757, 15917, 8116, 12817, 11535, 12994, 10193, 15114, 8251, 10881, 9851, 8266, 16602, 12522, 15960, 8113, 10643, 7672, 9820, 8077, 9199, 8012, 8691, 7637, 8055, 9631, 10807, 12241, 7692, 7931, 7647, 8450, 8734, 9873, 8334, 14295, 11266, 16270, 10337, 13183, 7333, 11317, 7360, 10583, 7434, 9382, 7615, 7692, 7619, 7364, 10754, 7516, 9609, 7352, 7919, 7663, 7920, 7236, 7585, 11697, 7286, 7586, 7942, 7969, 7314, 7936, 8721, 7777, 9877, 7638, 12446, 9281, 14366, 11194, 14143, 11735, 13500, 12833, 13273, 9398, 17175, 7918, 13445, 7779, 12006, 7550, 9872, 7666, 7952, 7702, 7673, 7312, 7343, 7450, 8099, 7290, 8077, 8464, 8273, 9230, 8104, 9439, 7917, 9100, 8073, 9481, 7849, 9470, 8007, 9217, 7927, 8032, 8036, 9523, 8368, 9765, 9153, 11766, 9273, 13718, 9547, 10945, 16500, 13381, 17342, 14703, 15235, 9991, 12617, 7771, 9224, 9733, 10663, 15284, 7837, 14080, 8185, 9374, 7690, 8384, 7491, 7299, 11032, 7957, 9967, 7854, 9828, 7746, 9486, 8040, 7591, 7336, 8152, 9133, 8084, 8084, 8245, 7768, 7673, 9130, 7480, 7558, 7325, 7463, 7437, 7467, 7601, 7820, 11559, 9083, 13118, 10109, 12413, 8716, 10604, 7965, 9442, 7620, 9090, 7613, 13538, 10897, 13687, 10162, 8048, 7817, 7701, 7567, 14501, 11187, 18319, 12111, 14503, 8496, 11057, 7505, 7586, 8774, 7451, 11168, 7103, 9628, 7432, 9602, 7399, 9465, 7303, 8045, 7450, 7758, 7668, 7444, 11422, 7562, 12564, 7450, 10042, 7559, 9155, 7724, 8181, 7780, 7860, 7193, 7500, 7481, 7059, 7462, 8225, 7623, 7633, 8513, 7898, 10766, 8102, 11355, 8007, 11149, 8067, 11030, 8059, 9947, 7928, 10832, 7909, 9870, 7728, 8511, 7706, 7440, 7493, 8792, 7416, 7376, 7284, 7779, 15294, 8023, 12562, 10453, 11706, 7764, 9388, 7595, 7654, 7688, 7494, 7415, 7317, 7554, 8364, 7316, 8035, 9033, 7586, 11598, 7834, 12553, 7660, 11809, 10252, 12524, 8501, 7659, 7369, 7586, 6956, 8380, 8765, 10822, 8871, 12586, 10252, 7331, 13729, 10142, 15300, 12770, 15625, 12579, 15275, 9479, 11638, 7454, 10224, 8369, 8548, 7315, 8434, 10194, 8245, 8821, 8228, 8061, 7322, 7471, 7152, 7566, 7305, 7139, 7116, 7129, 7139, 7354, 7322, 8122, 9025, 8706, 13514, 8618, 12529, 9805, 11697, 9625, 10109, 7805, 7351, 7179, 6810, 7349, 8811, 10884, 8631, 7631, 6937, 7683, 8111, 9563, 8203, 10789, 9609, 13258, 8489, 13282, 11205, 7910, 15039, 8025, 14803, 11893, 13500, 7596, 8822, 7999, 8542, 8092, 10903, 9083, 12871, 9111, 15419, 11143, 13704, 7781, 7794, 7728, 7485, 11555, 9037, 13046, 7540, 13879, 7676, 9368, 7866, 7805, 7760, 7266, 7818, 8016, 7875, 7607, 8778, 7910, 10152, 7672, 10361, 7950, 9409, 8012, 8220, 7958, 8362, 7797, 8255, 7712, 7312, 7635, 6970, 7824, 8024, 10027, 7889, 7772, 7812, 7754, 7693, 11548, 7830, 11506, 9829, 14582, 8976, 11914, 15994, 9304, 15787, 11493, 13645, 8654, 11043, 10145, 8322, 12645, 7697, 9851, 7452, 9653, 7398, 10983, 8608, 7942, 7910, 7788, 7692, 13896, 10219, 12991, 10109, 11565, 7734, 7965, 8085, 7576, 9680, 7422, 9872, 7634, 8500, 7701, 7975, 7670, 8939, 7774, 9556, 7687, 8015, 7568, 7552, 7707, 7777, 10274, 7949, 7695, 7785, 8499, 7887, 10981, 7923, 12046, 7779, 11409, 7355, 10691, 9850, 13462, 8258, 8767, 7630, 11793, 7958, 11678, 8576, 12398, 16588, 13224, 17667, 11225, 14492, 7664, 11851, 7900, 9981, 7660, 9799, 9981, 8874, 13332, 7445, 9930, 7669, 7900, 7882, 7794, 7832, 7386, 8149, 7378, 7980, 7720, 7905, 9310, 7774, 10510, 7673, 10266, 12924, 7559, 11334, 7637, 13733, 9759, 14995, 11051, 12767, 7901, 8001, 7749, 8126, 15514, 12630, 7971, 7723, 7775, 8286, 8036, 9514, 8001, 11062, 7842, 12102, 8830, 13725, 9528, 12994, 8784, 11170, 9935, 8679, 8278, 15470, 7444, 13026, 7901, 10536, 7718, 9862, 7720, 7480, 7758, 7446, 7971, 7276, 10694, 8792, 8216, 8248, 7847, 7790, 7600, 9738, 9210, 11105, 8958, 11322, 7871, 9915, 7571, 10266, 12383, 13847, 8650, 9720, 7660, 8273, 7691, 9214, 8277, 10834, 7892, 7498, 7794, 7611, 10885, 7480, 11233, 7900, 11197, 7774, 8338, 7697, 7523, 7558, 8316, 7420, 7327, 7719, 7719, 7814, 8241, 7638, 10469, 9597, 11464, 7844, 7668, 12483, 7283, 14629, 8956, 13190, 9967, 11981, 7554, 7737, 7672, 7319, 12027, 8340, 10186, 7276, 10192, 7765, 10314, 7598, 9867, 7416, 7844, 7684, 7376, 9121, 7374, 9830, 7446, 8594, 7250, 7883, 7545, 7353, 7599, 7244, 7830, 7284, 7541, 7043, 7823, 7088, 7698, 7411], 'WindowCenter': [4152.0, 4166.0, 4121.0, 4129.0, 4108.0, 4127.0, 4104.0, 4116.0, 4155.0, 4115.0, 4145.0, 4116.0, 4125.0, 4104.0, 4115.0, 4103.0, 4115.0, 4146.0, 4127.0, 4167.0, 4126.0, 4146.0, 4115.0, 4146.0, 4103.0, 4133.0, 4093.0, 4135.0, 4093.0, 4114.0, 4114.0, 4112.0, 4154.0, 4114.0, 4144.0, 4115.0, 4124.0, 4103.0, 4091.0, 4092.0, 4112.0, 4112.0, 4113.0, 4135.0, 4126.0, 4125.0, 4115.0, 4115.0, 4117.0, 4154.0, 4176.0, 4145.0, 4109.0, 4129.0, 4118.0, 4140.0, 4155.0, 4144.0, 4173.0, 4145.0, 4172.0, 4132.0, 4172.0, 4163.0, 4182.0, 4161.0, 4191.0, 4171.0, 4201.0, 4181.0, 4203.0, 4171.0, 4189.0, 4165.0, 4173.0, 4156.0, 4164.0, 4121.0, 4163.0, 4111.0, 4131.0, 4091.0, 4101.0, 4089.0, 4114.0, 4111.0, 4113.0, 4100.0, 4101.0, 4110.0, 4112.0, 4112.0, 4113.0, 4112.0, 4113.0, 4102.0, 4103.0, 4093.0, 4102.0, 4113.0, 4133.0, 4102.0, 4143.0, 4115.0, 4133.0, 4103.0, 4122.0, 4114.0, 4122.0, 4114.0, 4112.0, 4114.0, 4113.0, 4114.0, 4103.0, 4104.0, 4104.0, 4104.0, 4115.0, 4145.0, 4115.0, 4134.0, 4125.0, 4103.0, 4114.0, 4094.0, 4115.0, 4096.0, 4115.0, 4127.0, 4136.0, 4127.0, 4149.0, 4141.0, 4159.0, 4116.0, 4114.0, 4126.0, 4104.0, 4128.0, 4127.0, 4128.0, 4160.0, 4152.0, 4160.0, 4138.0, 4117.0, 4158.0, 4117.0, 4178.0, 4158.0, 4157.0, 4178.0, 4145.0, 4134.0, 4144.0, 4113.0, 4174.0, 4153.0, 4163.0, 4111.0, 4142.0, 4090.0, 4090.0, 4090.0, 4081.0, 4090.0, 4102.0, 4091.0, 4112.0, 4111.0, 4113.0, 4102.0, 4114.0, 4103.0, 4104.0, 4093.0, 4104.0, 4115.0, 4115.0, 4116.0, 4125.0, 4127.0, 4126.0, 4128.0, 4148.0, 4129.0, 4138.0, 4129.0, 4128.0, 4129.0, 4141.0, 4133.0, 4162.0, 4132.0, 4139.0, 4130.0, 4118.0, 4109.0, 4129.0, 4129.0, 4150.0, 4170.0, 4128.0, 4190.0, 4117.0, 4168.0, 4158.0, 4166.0, 4136.0, 4176.0, 4103.0, 4134.0, 4122.0, 4103.0, 4173.0, 4144.0, 4163.0, 4102.0, 4120.0, 4090.0, 4121.0, 4102.0, 4124.0, 4103.0, 4113.0, 4104.0, 4130.0, 4138.0, 4160.0, 4156.0, 4104.0, 4114.0, 4106.0, 4129.0, 4127.0, 4135.0, 4115.0, 4177.0, 4160.0, 4188.0, 4135.0, 4155.0, 4092.0, 4141.0, 4092.0, 4132.0, 4092.0, 4123.0, 4103.0, 4093.0, 4091.0, 4092.0, 4133.0, 4092.0, 4122.0, 4092.0, 4101.0, 4092.0, 4103.0, 4106.0, 4119.0, 4157.0, 4094.0, 4103.0, 4103.0, 4104.0, 4107.0, 4128.0, 4141.0, 4120.0, 4162.0, 4120.0, 4181.0, 4151.0, 4190.0, 4160.0, 4180.0, 4159.0, 4168.0, 4168.0, 4167.0, 4125.0, 4185.0, 4103.0, 4164.0, 4104.0, 4155.0, 4105.0, 4134.0, 4104.0, 4102.0, 4103.0, 4105.0, 4107.0, 4106.0, 4104.0, 4115.0, 4104.0, 4116.0, 4116.0, 4128.0, 4137.0, 4129.0, 4139.0, 4132.0, 4151.0, 4132.0, 4150.0, 4144.0, 4165.0, 4133.0, 4151.0, 4144.0, 4131.0, 4143.0, 4175.0, 4170.0, 4177.0, 4165.0, 4184.0, 4152.0, 4193.0, 4151.0, 4161.0, 4189.0, 4168.0, 4188.0, 4178.0, 4176.0, 4124.0, 4153.0, 4092.0, 4123.0, 4122.0, 4133.0, 4163.0, 4091.0, 4164.0, 4101.0, 4111.0, 4091.0, 4102.0, 4091.0, 4091.0, 4132.0, 4102.0, 4122.0, 4102.0, 4122.0, 4092.0, 4122.0, 4102.0, 4091.0, 4091.0, 4102.0, 4111.0, 4102.0, 4102.0, 4113.0, 4102.0, 4117.0, 4139.0, 4106.0, 4104.0, 4094.0, 4104.0, 4106.0, 4107.0, 4117.0, 4119.0, 4159.0, 4139.0, 4169.0, 4148.0, 4168.0, 4127.0, 4147.0, 4116.0, 4124.0, 4104.0, 4124.0, 4117.0, 4178.0, 4159.0, 4178.0, 4148.0, 4117.0, 4105.0, 4104.0, 4104.0, 4166.0, 4146.0, 4187.0, 4157.0, 4166.0, 4114.0, 4143.0, 4080.0, 4091.0, 4100.0, 4091.0, 4131.0, 4081.0, 4122.0, 4093.0, 4122.0, 4093.0, 4123.0, 4093.0, 4102.0, 4091.0, 4092.0, 4103.0, 4093.0, 4144.0, 4093.0, 4154.0, 4093.0, 4123.0, 4104.0, 4124.0, 4104.0, 4114.0, 4105.0, 4115.0, 4095.0, 4106.0, 4107.0, 4107.0, 4107.0, 4128.0, 4119.0, 4119.0, 4129.0, 4118.0, 4159.0, 4119.0, 4158.0, 4118.0, 4158.0, 4118.0, 4158.0, 4131.0, 4151.0, 4120.0, 4159.0, 4119.0, 4148.0, 4117.0, 4128.0, 4118.0, 4108.0, 4108.0, 4140.0, 4109.0, 4120.0, 4109.0, 4119.0, 4190.0, 4119.0, 4169.0, 4149.0, 4157.0, 4118.0, 4137.0, 4107.0, 4108.0, 4107.0, 4107.0, 4106.0, 4106.0, 4106.0, 4129.0, 4108.0, 4118.0, 4139.0, 4133.0, 4170.0, 4118.0, 4168.0, 4133.0, 4184.0, 4151.0, 4167.0, 4127.0, 4106.0, 4121.0, 4132.0, 4134.0, 4142.0, 4142.0, 4174.0, 4154.0, 4194.0, 4174.0, 4118.0, 4178.0, 4147.0, 4177.0, 4166.0, 4187.0, 4167.0, 4174.0, 4124.0, 4143.0, 4092.0, 4135.0, 4112.0, 4113.0, 4090.0, 4101.0, 4133.0, 4114.0, 4123.0, 4113.0, 4103.0, 4104.0, 4102.0, 4105.0, 4118.0, 4120.0, 4108.0, 4108.0, 4107.0, 4108.0, 4119.0, 4118.0, 4130.0, 4152.0, 4142.0, 4181.0, 4130.0, 4170.0, 4149.0, 4158.0, 4138.0, 4149.0, 4108.0, 4107.0, 4096.0, 4097.0, 4106.0, 4141.0, 4173.0, 4141.0, 4120.0, 4109.0, 4118.0, 4130.0, 4149.0, 4129.0, 4159.0, 4140.0, 4170.0, 4128.0, 4180.0, 4161.0, 4117.0, 4177.0, 4118.0, 4177.0, 4159.0, 4154.0, 4103.0, 4124.0, 4115.0, 4125.0, 4116.0, 4145.0, 4126.0, 4167.0, 4127.0, 4178.0, 4146.0, 4165.0, 4093.0, 4090.0, 4079.0, 4092.0, 4142.0, 4112.0, 4153.0, 4092.0, 4153.0, 4091.0, 4111.0, 4102.0, 4092.0, 4092.0, 4092.0, 4092.0, 4104.0, 4103.0, 4106.0, 4126.0, 4117.0, 4147.0, 4107.0, 4147.0, 4117.0, 4126.0, 4117.0, 4117.0, 4119.0, 4128.0, 4119.0, 4129.0, 4120.0, 4108.0, 4118.0, 4109.0, 4119.0, 4133.0, 4152.0, 4132.0, 4120.0, 4120.0, 4120.0, 4131.0, 4170.0, 4121.0, 4171.0, 4151.0, 4192.0, 4129.0, 4160.0, 4189.0, 4126.0, 4177.0, 4146.0, 4166.0, 4114.0, 4158.0, 4134.0, 4114.0, 4165.0, 4103.0, 4134.0, 4094.0, 4136.0, 4107.0, 4147.0, 4126.0, 4116.0, 4116.0, 4105.0, 4119.0, 4179.0, 4148.0, 4167.0, 4137.0, 4146.0, 4108.0, 4105.0, 4103.0, 4104.0, 4124.0, 4095.0, 4136.0, 4118.0, 4126.0, 4118.0, 4117.0, 4119.0, 4138.0, 4119.0, 4149.0, 4120.0, 4119.0, 4120.0, 4120.0, 4118.0, 4119.0, 4149.0, 4130.0, 4118.0, 4119.0, 4129.0, 4131.0, 4175.0, 4144.0, 4171.0, 4119.0, 4158.0, 4108.0, 4163.0, 4165.0, 4183.0, 4132.0, 4128.0, 4119.0, 4169.0, 4119.0, 4159.0, 4129.0, 4171.0, 4190.0, 4169.0, 4189.0, 4147.0, 4176.0, 4104.0, 4154.0, 4102.0, 4134.0, 4093.0, 4135.0, 4135.0, 4114.0, 4154.0, 4092.0, 4122.0, 4091.0, 4101.0, 4103.0, 4106.0, 4104.0, 4106.0, 4104.0, 4094.0, 4105.0, 4119.0, 4129.0, 4137.0, 4120.0, 4160.0, 4133.0, 4161.0, 4181.0, 4119.0, 4159.0, 4120.0, 4181.0, 4152.0, 4192.0, 4160.0, 4168.0, 4116.0, 4116.0, 4105.0, 4143.0, 4203.0, 4168.0, 4105.0, 4105.0, 4093.0, 4115.0, 4116.0, 4149.0, 4131.0, 4171.0, 4130.0, 4171.0, 4128.0, 4167.0, 4137.0, 4167.0, 4127.0, 4157.0, 4137.0, 4115.0, 4116.0, 4176.0, 4093.0, 4154.0, 4103.0, 4134.0, 4104.0, 4124.0, 4094.0, 4093.0, 4091.0, 4092.0, 4104.0, 4119.0, 4158.0, 4128.0, 4116.0, 4127.0, 4130.0, 4118.0, 4121.0, 4151.0, 4152.0, 4161.0, 4140.0, 4159.0, 4118.0, 4149.0, 4118.0, 4149.0, 4168.0, 4182.0, 4126.0, 4136.0, 4105.0, 4116.0, 4106.0, 4127.0, 4116.0, 4146.0, 4104.0, 4094.0, 4104.0, 4105.0, 4144.0, 4094.0, 4156.0, 4117.0, 4146.0, 4105.0, 4114.0, 4104.0, 4105.0, 4118.0, 4118.0, 4109.0, 4106.0, 4106.0, 4105.0, 4105.0, 4127.0, 4106.0, 4147.0, 4137.0, 4158.0, 4105.0, 4105.0, 4156.0, 4094.0, 4175.0, 4124.0, 4154.0, 4134.0, 4144.0, 4092.0, 4092.0, 4092.0, 4093.0, 4153.0, 4103.0, 4133.0, 4093.0, 4134.0, 4103.0, 4134.0, 4104.0, 4134.0, 4093.0, 4103.0, 4103.0, 4094.0, 4124.0, 4095.0, 4134.0, 4106.0, 4114.0, 4107.0, 4116.0, 4118.0, 4107.0, 4119.0, 4108.0, 4119.0, 4109.0, 4120.0, 4110.0, 4133.0, 4123.0, 4133.0, 4122.0], 'WindowWidth': [9258.0, 9260.0, 9192.0, 9195.0, 9163.0, 9187.0, 9153.0, 9172.0, 9220.0, 9168.0, 9208.0, 9172.0, 9181.0, 9152.0, 9167.0, 9149.0, 9167.0, 9209.0, 9185.0, 9239.0, 9183.0, 9209.0, 9168.0, 9208.0, 9148.0, 9186.0, 9135.0, 9191.0, 9134.0, 9162.0, 9162.0, 9159.0, 9216.0, 9161.0, 9202.0, 9165.0, 9174.0, 9146.0, 9127.0, 9130.0, 9158.0, 9158.0, 9161.0, 9191.0, 9181.0, 9178.0, 9167.0, 9166.0, 9175.0, 9234.0, 9265.0, 9223.0, 9166.0, 9192.0, 9177.0, 9209.0, 9241.0, 9220.0, 9257.0, 9224.0, 9253.0, 9201.0, 9255.0, 9244.0, 9266.0, 9239.0, 9277.0, 9249.0, 9291.0, 9263.0, 9301.0, 9252.0, 9276.0, 9234.0, 9240.0, 9221.0, 9229.0, 9166.0, 9227.0, 9152.0, 9177.0, 9128.0, 9139.0, 9120.0, 9162.0, 9153.0, 9158.0, 9136.0, 9139.0, 9150.0, 9155.0, 9155.0, 9160.0, 9155.0, 9160.0, 9142.0, 9146.0, 9132.0, 9145.0, 9159.0, 9185.0, 9143.0, 9197.0, 9164.0, 9184.0, 9144.0, 9168.0, 9161.0, 9167.0, 9163.0, 9155.0, 9161.0, 9158.0, 9162.0, 9145.0, 9148.0, 9149.0, 9148.0, 9163.0, 9204.0, 9163.0, 9189.0, 9177.0, 9145.0, 9164.0, 9135.0, 9166.0, 9141.0, 9166.0, 9185.0, 9197.0, 9184.0, 9219.0, 9211.0, 9230.0, 9169.0, 9161.0, 9179.0, 9147.0, 9187.0, 9188.0, 9190.0, 9234.0, 9228.0, 9233.0, 9201.0, 9170.0, 9225.0, 9170.0, 9254.0, 9226.0, 9223.0, 9254.0, 9205.0, 9187.0, 9200.0, 9158.0, 9244.0, 9211.0, 9224.0, 9151.0, 9193.0, 9125.0, 9123.0, 9123.0, 9111.0, 9123.0, 9140.0, 9127.0, 9156.0, 9155.0, 9158.0, 9143.0, 9163.0, 9145.0, 9149.0, 9132.0, 9148.0, 9163.0, 9165.0, 9168.0, 9179.0, 9183.0, 9183.0, 9186.0, 9213.0, 9189.0, 9200.0, 9192.0, 9188.0, 9193.0, 9209.0, 9204.0, 9237.0, 9202.0, 9204.0, 9194.0, 9175.0, 9165.0, 9191.0, 9191.0, 9220.0, 9244.0, 9187.0, 9275.0, 9170.0, 9238.0, 9227.0, 9235.0, 9194.0, 9248.0, 9146.0, 9186.0, 9168.0, 9143.0, 9240.0, 9200.0, 9225.0, 9140.0, 9162.0, 9124.0, 9164.0, 9142.0, 9177.0, 9147.0, 9161.0, 9149.0, 9198.0, 9201.0, 9234.0, 9221.0, 9149.0, 9163.0, 9156.0, 9190.0, 9183.0, 9191.0, 9163.0, 9250.0, 9231.0, 9264.0, 9189.0, 9215.0, 9128.0, 9192.0, 9129.0, 9182.0, 9131.0, 9171.0, 9145.0, 9131.0, 9128.0, 9129.0, 9183.0, 9130.0, 9166.0, 9128.0, 9139.0, 9130.0, 9145.0, 9157.0, 9179.0, 9224.0, 9134.0, 9144.0, 9144.0, 9148.0, 9158.0, 9190.0, 9209.0, 9182.0, 9240.0, 9181.0, 9261.0, 9222.0, 9273.0, 9233.0, 9258.0, 9228.0, 9238.0, 9240.0, 9236.0, 9175.0, 9259.0, 9146.0, 9228.0, 9147.0, 9216.0, 9154.0, 9188.0, 9148.0, 9141.0, 9147.0, 9150.0, 9157.0, 9153.0, 9149.0, 9165.0, 9150.0, 9168.0, 9168.0, 9188.0, 9198.0, 9191.0, 9204.0, 9199.0, 9223.0, 9200.0, 9220.0, 9221.0, 9251.0, 9205.0, 9223.0, 9222.0, 9199.0, 9218.0, 9264.0, 9269.0, 9272.0, 9251.0, 9273.0, 9227.0, 9283.0, 9223.0, 9235.0, 9272.0, 9240.0, 9267.0, 9253.0, 9247.0, 9174.0, 9212.0, 9129.0, 9170.0, 9169.0, 9185.0, 9226.0, 9126.0, 9226.0, 9140.0, 9152.0, 9125.0, 9141.0, 9125.0, 9126.0, 9181.0, 9141.0, 9167.0, 9143.0, 9167.0, 9129.0, 9167.0, 9141.0, 9126.0, 9124.0, 9142.0, 9151.0, 9143.0, 9141.0, 9158.0, 9142.0, 9174.0, 9203.0, 9155.0, 9148.0, 9136.0, 9150.0, 9158.0, 9159.0, 9172.0, 9177.0, 9228.0, 9203.0, 9242.0, 9213.0, 9239.0, 9185.0, 9211.0, 9167.0, 9173.0, 9150.0, 9173.0, 9173.0, 9253.0, 9227.0, 9254.0, 9211.0, 9168.0, 9152.0, 9148.0, 9149.0, 9233.0, 9206.0, 9265.0, 9222.0, 9232.0, 9160.0, 9198.0, 9110.0, 9123.0, 9136.0, 9124.0, 9180.0, 9113.0, 9168.0, 9133.0, 9168.0, 9132.0, 9171.0, 9133.0, 9142.0, 9128.0, 9129.0, 9146.0, 9131.0, 9200.0, 9131.0, 9213.0, 9132.0, 9171.0, 9147.0, 9173.0, 9150.0, 9160.0, 9153.0, 9164.0, 9141.0, 9155.0, 9158.0, 9160.0, 9159.0, 9188.0, 9176.0, 9178.0, 9190.0, 9176.0, 9230.0, 9176.0, 9226.0, 9175.0, 9226.0, 9174.0, 9226.0, 9195.0, 9221.0, 9180.0, 9228.0, 9177.0, 9214.0, 9174.0, 9186.0, 9176.0, 9161.0, 9162.0, 9206.0, 9164.0, 9179.0, 9164.0, 9176.0, 9273.0, 9177.0, 9242.0, 9215.0, 9224.0, 9174.0, 9196.0, 9159.0, 9160.0, 9158.0, 9157.0, 9156.0, 9155.0, 9157.0, 9188.0, 9162.0, 9175.0, 9202.0, 9203.0, 9247.0, 9175.0, 9241.0, 9206.0, 9272.0, 9221.0, 9235.0, 9184.0, 9152.0, 9184.0, 9204.0, 9209.0, 9216.0, 9214.0, 9260.0, 9235.0, 9290.0, 9261.0, 9177.0, 9257.0, 9211.0, 9252.0, 9236.0, 9266.0, 9237.0, 9243.0, 9175.0, 9199.0, 9130.0, 9189.0, 9158.0, 9160.0, 9125.0, 9140.0, 9185.0, 9162.0, 9172.0, 9159.0, 9145.0, 9151.0, 9146.0, 9156.0, 9175.0, 9182.0, 9164.0, 9166.0, 9161.0, 9166.0, 9181.0, 9179.0, 9197.0, 9225.0, 9212.0, 9263.0, 9192.0, 9246.0, 9216.0, 9225.0, 9199.0, 9213.0, 9159.0, 9156.0, 9143.0, 9145.0, 9156.0, 9210.0, 9256.0, 9208.0, 9178.0, 9165.0, 9173.0, 9192.0, 9217.0, 9190.0, 9229.0, 9204.0, 9244.0, 9185.0, 9258.0, 9236.0, 9169.0, 9248.0, 9173.0, 9249.0, 9229.0, 9213.0, 9146.0, 9174.0, 9167.0, 9176.0, 9169.0, 9205.0, 9182.0, 9236.0, 9184.0, 9253.0, 9205.0, 9231.0, 9129.0, 9122.0, 9105.0, 9128.0, 9195.0, 9153.0, 9208.0, 9125.0, 9209.0, 9125.0, 9149.0, 9141.0, 9127.0, 9128.0, 9129.0, 9129.0, 9148.0, 9146.0, 9154.0, 9181.0, 9169.0, 9208.0, 9158.0, 9208.0, 9169.0, 9179.0, 9171.0, 9169.0, 9178.0, 9187.0, 9178.0, 9189.0, 9181.0, 9162.0, 9175.0, 9163.0, 9178.0, 9202.0, 9225.0, 9197.0, 9179.0, 9182.0, 9180.0, 9196.0, 9247.0, 9182.0, 9249.0, 9221.0, 9277.0, 9189.0, 9230.0, 9270.0, 9178.0, 9248.0, 9204.0, 9231.0, 9161.0, 9225.0, 9188.0, 9161.0, 9230.0, 9146.0, 9186.0, 9137.0, 9194.0, 9158.0, 9208.0, 9183.0, 9169.0, 9169.0, 9154.0, 9176.0, 9258.0, 9214.0, 9236.0, 9197.0, 9206.0, 9161.0, 9150.0, 9145.0, 9148.0, 9174.0, 9137.0, 9192.0, 9175.0, 9183.0, 9175.0, 9171.0, 9177.0, 9199.0, 9177.0, 9215.0, 9179.0, 9177.0, 9181.0, 9180.0, 9175.0, 9177.0, 9217.0, 9193.0, 9174.0, 9177.0, 9189.0, 9195.0, 9263.0, 9220.0, 9247.0, 9175.0, 9225.0, 9160.0, 9241.0, 9248.0, 9265.0, 9199.0, 9188.0, 9176.0, 9242.0, 9176.0, 9230.0, 9190.0, 9247.0, 9273.0, 9241.0, 9269.0, 9209.0, 9248.0, 9149.0, 9214.0, 9143.0, 9186.0, 9132.0, 9190.0, 9190.0, 9160.0, 9213.0, 9129.0, 9167.0, 9127.0, 9137.0, 9146.0, 9155.0, 9149.0, 9155.0, 9148.0, 9136.0, 9151.0, 9177.0, 9192.0, 9198.0, 9179.0, 9235.0, 9204.0, 9235.0, 9263.0, 9176.0, 9232.0, 9179.0, 9262.0, 9226.0, 9278.0, 9232.0, 9238.0, 9166.0, 9166.0, 9152.0, 9219.0, 9298.0, 9240.0, 9149.0, 9149.0, 9131.0, 9164.0, 9170.0, 9216.0, 9197.0, 9247.0, 9193.0, 9246.0, 9185.0, 9236.0, 9196.0, 9235.0, 9182.0, 9223.0, 9197.0, 9163.0, 9166.0, 9246.0, 9132.0, 9212.0, 9143.0, 9184.0, 9147.0, 9172.0, 9132.0, 9130.0, 9124.0, 9128.0, 9150.0, 9180.0, 9228.0, 9186.0, 9166.0, 9184.0, 9195.0, 9174.0, 9183.0, 9221.0, 9226.0, 9233.0, 9206.0, 9229.0, 9175.0, 9214.0, 9173.0, 9213.0, 9238.0, 9262.0, 9180.0, 9192.0, 9150.0, 9168.0, 9155.0, 9180.0, 9164.0, 9205.0, 9149.0, 9135.0, 9147.0, 9150.0, 9201.0, 9135.0, 9221.0, 9169.0, 9206.0, 9151.0, 9161.0, 9148.0, 9151.0, 9177.0, 9170.0, 9161.0, 9155.0, 9154.0, 9151.0, 9153.0, 9184.0, 9155.0, 9211.0, 9196.0, 9224.0, 9150.0, 9150.0, 9219.0, 9134.0, 9244.0, 9174.0, 9214.0, 9187.0, 9199.0, 9128.0, 9127.0, 9128.0, 9131.0, 9210.0, 9145.0, 9184.0, 9130.0, 9186.0, 9147.0, 9187.0, 9148.0, 9185.0, 9132.0, 9144.0, 9145.0, 9135.0, 9175.0, 9137.0, 9188.0, 9153.0, 9163.0, 9159.0, 9169.0, 9176.0, 9160.0, 9178.0, 9163.0, 9178.0, 9165.0, 9180.0, 9168.0, 9203.0, 9190.0, 9202.0, 9187.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.004283406214039125</td></tr>
<tr><td colspan=3>aqi</td><td>0.026524956501726125</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.94571942884794</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2186184414055299</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0731298078571436</td></tr>
<tr><td colspan=3>efc</td><td>0.4972</td></tr>
<tr><td colspan=3>fber</td><td>3323.9727</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10420574245093871</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.975834292289989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488381439463637</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5492979392200006</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.584461029290738</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3313853498801724</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122127</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005722919944673777</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02158261463046074</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.90597941226277</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.6223</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.158</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.2352</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296248.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>918.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.9993</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5975</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.5034</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3307.2869</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.5117</td></tr>
<tr><td colspan=3>tsnr</td><td>35.519248919328675</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>