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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-05_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-05_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-0105/ses-03/func/sub-0105_ses-03_task-social_acq-mb8_run-05_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>104074541f9c6740ad0fa91b70c047be</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:35.332500</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.999891, -0.00966461, 0.0111419, 0.0113439, 0.986702, -0.162144]</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-05_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.0935754</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7734, -7282, 214, -123, -119, -114, 42]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>260.623</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e79f7a3d-b72d-4c53-99bd-2b5c7dee2a62||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.6826350688934326, 0.03043486922979355, 0.025451967492699623, 109.55797576904297], [0.02592943049967289, 2.647249221801758, -0.4380819499492645, -89.00827026367188], [0.02989283949136734, 0.4350200295448303, 2.6641013622283936, -102.42356872558594], [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': ['194035.332500', '194035.792500', '194036.252500', '194036.712500', '194037.172500', '194037.632500', '194038.092500', '194038.552500', '194039.012500', '194039.472500', '194039.932500', '194040.392500', '194040.852500', '194041.312500', '194041.772500', '194042.232500', '194042.692500', '194043.152500', '194043.612500', '194044.072500', '194044.532500', '194044.992500', '194045.452500', '194045.912500', '194046.372500', '194046.832500', '194047.292500', '194047.752500', '194048.212500', '194048.672500', '194049.132500', '194049.592500', '194050.052500', '194050.512500', '194050.972500', '194051.432500', '194051.892500', '194052.352500', '194052.812500', '194053.272500', '194053.732500', '194054.192500', '194054.652500', '194055.112500', '194055.572500', '194056.032500', '194056.492500', '194056.952500', '194057.412500', '194057.872500', '194058.332500', '194058.792500', '194059.252500', '194059.712500', '194100.172500', '194100.632500', '194101.092500', '194101.552500', '194102.012500', '194102.472500', '194102.932500', '194103.392500', '194103.852500', '194104.312500', '194104.772500', '194105.232500', '194105.692500', '194106.152500', '194106.612500', '194107.072500', '194107.532500', '194107.992500', '194108.452500', '194108.912500', '194109.372500', '194109.832500', '194110.292500', '194110.752500', '194111.212500', '194111.672500', '194112.132500', '194112.592500', '194113.052500', '194113.512500', '194113.972500', '194114.432500', '194114.892500', '194115.352500', '194115.812500', '194116.272500', '194116.732500', '194117.192500', '194117.652500', '194118.112500', '194118.572500', '194119.032500', '194119.492500', '194119.952500', '194120.412500', '194120.872500', '194121.332500', '194121.792500', '194122.252500', '194122.712500', '194123.172500', '194123.632500', '194124.092500', '194124.552500', '194125.012500', '194125.472500', '194125.932500', '194126.392500', '194126.852500', '194127.312500', '194127.772500', '194128.232500', '194128.692500', '194129.152500', '194129.612500', '194130.072500', '194130.532500', '194130.992500', '194131.452500', '194131.912500', '194132.372500', '194132.832500', '194133.292500', '194133.752500', '194134.212500', '194134.672500', '194135.132500', '194135.592500', '194136.052500', '194136.512500', '194136.972500', '194137.432500', '194137.892500', '194138.352500', '194138.812500', '194139.272500', '194139.732500', '194140.192500', '194140.652500', '194141.112500', '194141.572500', '194142.032500', '194142.492500', '194142.952500', '194143.412500', '194143.872500', '194144.332500', '194144.792500', '194145.252500', '194145.712500', '194146.172500', '194146.632500', '194147.092500', '194147.552500', '194148.012500', '194148.472500', '194148.932500', '194149.392500', '194149.852500', '194150.312500', '194150.772500', '194151.232500', '194151.692500', '194152.152500', '194152.612500', '194153.072500', '194153.532500', '194153.992500', '194154.452500', '194154.912500', '194155.372500', '194155.832500', '194156.292500', '194156.752500', '194157.212500', '194157.672500', '194158.132500', '194158.592500', '194159.052500', '194159.512500', '194159.972500', '194200.432500', '194200.892500', '194201.352500', '194201.812500', '194202.272500', '194202.732500', '194203.192500', '194203.652500', '194204.112500', '194204.572500', '194205.032500', '194205.492500', '194205.952500', '194206.412500', '194206.872500', '194207.332500', '194207.792500', '194208.252500', '194208.712500', '194209.172500', '194209.632500', '194210.092500', '194210.552500', '194211.012500', '194211.472500', '194211.932500', '194212.392500', '194212.852500', '194213.312500', '194213.772500', '194214.232500', '194214.692500', '194215.152500', '194215.612500', '194216.072500', '194216.532500', '194216.992500', '194217.452500', '194217.912500', '194218.372500', '194218.832500', '194219.292500', '194219.752500', '194220.212500', '194220.672500', '194221.132500', '194221.592500', '194222.052500', '194222.512500', '194222.972500', '194223.432500', '194223.892500', '194224.352500', '194224.812500', '194225.272500', '194225.732500', '194226.192500', '194226.652500', '194227.112500', '194227.572500', '194228.032500', '194228.492500', '194228.952500', '194229.412500', '194229.872500', '194230.332500', '194230.792500', '194231.252500', '194231.712500', '194232.172500', '194232.632500', '194233.092500', '194233.552500', '194234.012500', '194234.472500', '194234.932500', '194235.392500', '194235.852500', '194236.312500', '194236.772500', '194237.232500', '194237.692500', '194238.152500', '194238.612500', '194239.072500', '194239.532500', '194239.992500', '194240.452500', '194240.912500', '194241.372500', '194241.832500', '194242.292500', '194242.752500', '194243.212500', '194243.672500', '194244.132500', '194244.592500', '194245.052500', '194245.512500', '194245.972500', '194246.432500', '194246.892500', '194247.352500', '194247.812500', '194248.272500', '194248.732500', '194249.192500', '194249.652500', '194250.112500', '194250.572500', '194251.032500', '194251.492500', '194251.952500', '194252.412500', '194252.872500', '194253.332500', '194253.792500', '194254.252500', '194254.712500', '194255.172500', '194255.632500', '194256.092500', '194256.552500', '194257.012500', '194257.472500', '194257.932500', '194258.392500', '194258.852500', '194259.312500', '194259.772500', '194300.232500', '194300.692500', '194301.152500', '194301.612500', '194302.072500', '194302.532500', '194302.992500', '194303.452500', '194303.912500', '194304.372500', '194304.832500', '194305.292500', '194305.752500', '194306.212500', '194306.672500', '194307.132500', '194307.592500', '194308.052500', '194308.512500', '194308.972500', '194309.432500', '194309.892500', '194310.352500', '194310.812500', '194311.272500', '194311.732500', '194312.192500', '194312.652500', '194313.112500', '194313.572500', '194314.032500', '194314.492500', '194314.952500', '194315.412500', '194315.872500', '194316.332500', '194316.792500', '194317.252500', '194317.712500', '194318.172500', '194318.632500', '194319.092500', '194319.552500', '194320.012500', '194320.472500', '194320.932500', '194321.392500', '194321.852500', '194322.312500', '194322.772500', '194323.232500', '194323.692500', '194324.152500', '194324.612500', '194325.072500', '194325.532500', '194325.992500', '194326.452500', '194326.912500', '194327.372500', '194327.832500', '194328.292500', '194328.752500', '194329.212500', '194329.672500', '194330.132500', '194330.592500', '194331.052500', '194331.512500', '194331.972500', '194332.432500', '194332.892500', '194333.352500', '194333.812500', '194334.272500', '194334.732500', '194335.192500', '194335.652500', '194336.112500', '194336.572500', '194337.032500', '194337.492500', '194337.952500', '194338.412500', '194338.872500', '194339.332500', '194339.792500', '194340.252500', '194340.712500', '194341.172500', '194341.632500', '194342.092500', '194342.552500', '194343.012500', '194343.472500', '194343.932500', '194344.392500', '194344.852500', '194345.312500', '194345.772500', '194346.232500', '194346.692500', '194347.152500', '194347.612500', '194348.072500', '194348.532500', '194348.992500', '194349.452500', '194349.912500', '194350.372500', '194350.832500', '194351.292500', '194351.752500', '194352.212500', '194352.672500', '194353.132500', '194353.592500', '194354.052500', '194354.512500', '194354.972500', '194355.432500', '194355.892500', '194356.352500', '194356.812500', '194357.272500', '194357.732500', '194358.192500', '194358.652500', '194359.112500', '194359.572500', '194400.032500', '194400.492500', '194400.952500', '194401.412500', '194401.872500', '194402.332500', '194402.792500', '194403.252500', '194403.712500', '194404.172500', '194404.632500', '194405.092500', '194405.552500', '194406.012500', '194406.472500', '194406.932500', '194407.392500', '194407.852500', '194408.312500', '194408.772500', '194409.232500', '194409.692500', '194410.152500', '194410.612500', '194411.072500', '194411.532500', '194411.992500', '194412.452500', '194412.912500', '194413.372500', '194413.832500', '194414.292500', '194414.752500', '194415.212500', '194415.672500', '194416.132500', '194416.592500', '194417.052500', '194417.512500', '194417.972500', '194418.432500', '194418.892500', '194419.352500', '194419.812500', '194420.272500', '194420.732500', '194421.192500', '194421.652500', '194422.112500', '194422.572500', '194423.032500', '194423.492500', '194423.952500', '194424.412500', '194424.872500', '194425.332500', '194425.792500', '194426.252500', '194426.712500', '194427.172500', '194427.632500', '194428.092500', '194428.552500', '194429.012500', '194429.472500', '194429.932500', '194430.392500', '194430.852500', '194431.312500', '194431.772500', '194432.232500', '194432.692500', '194433.152500', '194433.612500', '194434.072500', '194434.532500', '194434.992500', '194435.452500', '194435.912500', '194436.372500', '194436.832500', '194437.292500', '194437.752500', '194438.212500', '194438.672500', '194439.132500', '194439.592500', '194440.052500', '194440.512500', '194440.972500', '194441.432500', '194441.892500', '194442.352500', '194442.812500', '194443.272500', '194443.732500', '194444.192500', '194444.652500', '194445.112500', '194445.572500', '194446.032500', '194446.492500', '194446.952500', '194447.412500', '194447.872500', '194448.332500', '194448.792500', '194449.252500', '194449.712500', '194450.172500', '194450.632500', '194451.092500', '194451.552500', '194452.012500', '194452.472500', '194452.932500', '194453.392500', '194453.852500', '194454.312500', '194454.772500', '194455.232500', '194455.692500', '194456.152500', '194456.612500', '194457.072500', '194457.532500', '194457.992500', '194458.452500', '194458.912500', '194459.372500', '194459.832500', '194500.292500', '194500.752500', '194501.212500', '194501.672500', '194502.132500', '194502.592500', '194503.052500', '194503.512500', '194503.972500', '194504.432500', '194504.892500', '194505.352500', '194505.812500', '194506.272500', '194506.732500', '194507.192500', '194507.652500', '194508.112500', '194508.572500', '194509.032500', '194509.492500', '194509.952500', '194510.412500', '194510.872500', '194511.332500', '194511.792500', '194512.252500', '194512.712500', '194513.172500', '194513.632500', '194514.092500', '194514.552500', '194515.012500', '194515.472500', '194515.932500', '194516.392500', '194516.852500', '194517.312500', '194517.772500', '194518.232500', '194518.692500', '194519.152500', '194519.612500', '194520.072500', '194520.532500', '194520.992500', '194521.452500', '194521.912500', '194522.372500', '194522.832500', '194523.292500', '194523.752500', '194524.212500', '194524.672500', '194525.132500', '194525.592500', '194526.052500', '194526.512500', '194526.972500', '194527.432500', '194527.892500', '194528.352500', '194528.812500', '194529.272500', '194529.732500', '194530.192500', '194530.652500', '194531.112500', '194531.572500', '194532.032500', '194532.492500', '194532.952500', '194533.412500', '194533.872500', '194534.332500', '194534.792500', '194535.252500', '194535.712500', '194536.172500', '194536.632500', '194537.092500', '194537.552500', '194538.012500', '194538.472500', '194538.932500', '194539.392500', '194539.852500', '194540.312500', '194540.772500', '194541.232500', '194541.692500', '194542.152500', '194542.612500', '194543.072500', '194543.532500', '194543.992500', '194544.452500', '194544.912500', '194545.372500', '194545.832500', '194546.292500', '194546.752500', '194547.212500', '194547.672500', '194548.132500', '194548.592500', '194549.052500', '194549.512500', '194549.972500', '194550.432500', '194550.892500', '194551.352500', '194551.812500', '194552.272500', '194552.732500', '194553.192500', '194553.652500', '194554.112500', '194554.572500', '194555.032500', '194555.492500', '194555.952500', '194556.412500', '194556.872500', '194557.332500', '194557.792500', '194558.252500', '194558.712500', '194559.172500', '194559.632500', '194600.092500', '194600.552500', '194601.012500', '194601.472500', '194601.932500', '194602.392500', '194602.852500', '194603.312500', '194603.772500', '194604.232500', '194604.692500', '194605.152500', '194605.612500', '194606.072500', '194606.532500', '194606.992500', '194607.452500', '194607.912500', '194608.372500', '194608.832500', '194609.292500', '194609.752500', '194610.212500', '194610.672500', '194611.132500', '194611.592500', '194612.052500', '194612.512500', '194612.972500', '194613.432500', '194613.892500', '194614.352500', '194614.812500', '194615.272500', '194615.732500', '194616.192500', '194616.652500', '194617.112500', '194617.572500', '194618.032500', '194618.492500', '194618.952500', '194619.412500', '194619.872500', '194620.332500', '194620.792500', '194621.252500', '194621.712500', '194622.172500', '194622.632500', '194623.092500', '194623.552500', '194624.012500', '194624.472500', '194624.932500', '194625.392500', '194625.852500', '194626.312500', '194626.772500', '194627.232500', '194627.692500', '194628.152500', '194628.612500', '194629.072500', '194629.532500', '194629.992500', '194630.452500', '194630.912500', '194631.372500', '194631.832500', '194632.292500', '194632.752500', '194633.212500', '194633.672500', '194634.132500', '194634.592500', '194635.052500', '194635.512500', '194635.972500', '194636.432500', '194636.892500', '194637.352500', '194637.812500', '194638.272500', '194638.732500', '194639.192500', '194639.652500', '194640.112500', '194640.572500', '194641.032500', '194641.492500', '194641.952500', '194642.412500', '194642.872500', '194643.332500', '194643.792500', '194644.252500', '194644.712500', '194645.172500', '194645.632500', '194646.092500', '194646.552500', '194647.012500', '194647.472500', '194647.932500', '194648.392500', '194648.852500', '194649.312500', '194649.772500', '194650.232500', '194650.692500', '194651.152500', '194651.612500', '194652.072500', '194652.532500', '194652.992500', '194653.452500', '194653.912500', '194654.372500', '194654.832500', '194655.292500', '194655.752500', '194656.212500', '194656.672500', '194657.132500', '194657.592500', '194658.052500', '194658.512500', '194658.972500', '194659.432500', '194659.892500', '194700.352500', '194700.812500', '194701.272500', '194701.732500', '194702.192500', '194702.652500', '194703.112500', '194703.572500', '194704.032500', '194704.492500', '194704.952500', '194705.412500', '194705.872500', '194706.332500', '194706.792500', '194707.252500', '194707.712500', '194708.172500', '194708.632500', '194709.092500', '194709.552500', '194710.012500', '194710.472500', '194710.932500', '194711.392500', '194711.852500', '194712.312500', '194712.772500', '194713.232500', '194713.692500', '194714.152500', '194714.612500', '194715.072500', '194715.532500', '194715.992500'], 'ContentTime': ['194053.679000', '194053.682000', '194053.685000', '194053.687000', '194053.690000', '194053.692000', '194053.695000', '194053.698000', '194053.700000', '194053.703000', '194053.712000', '194053.714000', '194053.717000', '194053.720000', '194053.722000', '194053.725000', '194053.727000', '194053.730000', '194053.732000', '194053.735000', '194053.737000', '194053.740000', '194053.742000', '194053.745000', '194053.747000', '194053.750000', '194053.753000', '194053.755000', '194053.759000', '194053.762000', '194053.764000', '194053.767000', '194053.769000', '194053.772000', '194053.774000', '194053.777000', '194053.779000', '194113.623000', '194113.626000', '194113.629000', '194113.631000', '194113.642000', '194113.645000', '194113.648000', '194113.650000', '194113.653000', '194113.655000', '194113.658000', '194113.660000', '194113.663000', '194113.667000', '194113.670000', '194113.673000', '194113.675000', '194113.678000', '194113.680000', '194113.683000', '194113.685000', '194113.688000', '194113.690000', '194113.693000', '194113.695000', '194113.698000', '194113.700000', '194113.703000', '194113.706000', '194113.708000', '194113.711000', '194113.713000', '194113.716000', '194113.718000', '194113.721000', '194113.723000', '194113.726000', '194113.728000', '194113.731000', '194113.734000', '194113.736000', '194113.739000', '194113.741000', '194133.623000', '194133.626000', '194133.629000', '194133.631000', '194133.634000', '194133.637000', '194133.639000', '194133.642000', '194133.644000', '194133.647000', '194133.649000', '194133.652000', '194133.655000', '194133.658000', '194133.660000', '194133.663000', '194133.665000', '194133.668000', '194133.670000', '194133.673000', '194133.675000', '194133.683000', '194133.686000', '194133.688000', '194133.691000', '194133.693000', '194133.696000', '194133.698000', '194133.701000', '194133.703000', '194133.706000', '194133.708000', '194133.711000', '194133.714000', '194133.716000', '194133.719000', '194133.721000', '194133.724000', '194133.726000', '194133.729000', '194133.731000', '194133.734000', '194133.736000', '194153.623000', '194153.626000', '194153.629000', '194153.631000', '194153.634000', '194153.637000', '194153.639000', '194153.642000', '194153.644000', '194153.647000', '194153.649000', '194153.652000', '194153.654000', '194153.657000', '194153.660000', '194153.662000', '194153.665000', '194153.667000', '194153.670000', '194153.672000', '194153.675000', '194153.678000', '194153.680000', '194153.683000', '194153.685000', '194153.688000', '194153.690000', '194153.693000', '194153.696000', '194153.698000', '194153.701000', '194153.703000', '194153.706000', '194153.708000', '194153.711000', '194153.713000', '194153.716000', '194153.718000', '194153.721000', '194153.724000', '194153.726000', '194153.729000', '194153.731000', '194153.734000', '194213.624000', '194213.627000', '194213.630000', '194213.632000', '194213.635000', '194213.638000', '194213.640000', '194213.643000', '194213.645000', '194213.648000', '194213.650000', '194213.653000', '194213.655000', '194213.658000', '194213.661000', '194213.663000', '194213.666000', '194213.668000', '194213.671000', '194213.674000', '194213.676000', '194213.679000', '194213.681000', '194213.684000', '194213.686000', '194213.689000', '194213.692000', '194213.694000', '194213.697000', '194213.699000', '194213.702000', '194213.705000', '194213.707000', '194213.710000', '194213.712000', '194213.715000', '194213.718000', '194213.720000', '194213.723000', '194213.725000', '194213.728000', '194213.730000', '194213.733000', '194233.624000', '194233.627000', '194233.629000', '194233.632000', '194233.634000', '194233.637000', '194233.639000', '194233.642000', '194233.645000', '194233.647000', '194233.650000', '194233.652000', '194233.655000', '194233.658000', '194233.660000', '194233.663000', '194233.665000', '194233.668000', '194233.671000', '194233.673000', '194233.676000', '194233.678000', '194233.681000', '194233.683000', '194233.686000', '194233.689000', '194233.691000', '194233.694000', '194233.696000', '194233.699000', '194233.702000', '194233.704000', '194233.707000', '194233.709000', '194233.712000', '194233.715000', '194233.717000', '194233.720000', '194233.722000', '194233.725000', '194233.727000', '194233.730000', '194233.733000', '194233.735000', '194253.654000', '194253.657000', '194253.660000', '194253.663000', '194253.665000', '194253.668000', '194253.671000', '194253.674000', '194253.677000', '194253.679000', '194253.682000', '194253.684000', '194253.687000', '194253.689000', '194253.692000', '194253.695000', '194253.697000', '194253.700000', '194253.703000', '194253.705000', '194253.708000', '194253.710000', '194253.713000', '194253.715000', '194253.718000', '194253.720000', '194253.723000', '194253.726000', '194253.728000', '194253.731000', '194253.733000', '194253.736000', '194253.738000', '194253.741000', '194253.744000', '194253.746000', '194253.749000', '194253.751000', '194253.754000', '194253.756000', '194253.759000', '194253.761000', '194253.764000', '194313.624000', '194313.626000', '194313.629000', '194313.632000', '194313.634000', '194313.637000', '194313.639000', '194313.642000', '194313.644000', '194313.647000', '194313.650000', '194313.652000', '194313.655000', '194313.657000', '194313.660000', '194313.662000', '194313.665000', '194313.668000', '194313.670000', '194313.673000', '194313.675000', '194313.678000', '194313.680000', '194313.683000', '194313.685000', '194313.688000', '194313.691000', '194313.693000', '194313.696000', '194313.698000', '194313.701000', '194313.703000', '194313.706000', '194313.708000', '194313.711000', '194313.714000', '194313.716000', '194313.719000', '194313.721000', '194313.724000', '194313.726000', '194313.729000', '194313.732000', '194313.734000', '194333.623000', '194333.626000', '194333.629000', '194333.631000', '194333.634000', '194333.637000', '194333.639000', '194333.642000', '194333.645000', '194333.647000', '194333.650000', '194333.653000', '194333.656000', '194333.659000', '194333.662000', '194333.664000', '194333.667000', '194333.670000', '194333.672000', '194333.675000', '194333.678000', '194333.680000', '194333.683000', '194333.685000', '194333.688000', '194333.691000', '194333.693000', '194333.696000', '194333.698000', '194333.701000', '194333.704000', '194333.706000', '194333.709000', '194333.711000', '194333.714000', '194333.717000', '194333.719000', '194333.722000', '194333.724000', '194333.727000', '194333.729000', '194333.732000', '194333.735000', '194353.623000', '194353.626000', '194353.629000', '194353.632000', '194353.634000', '194353.637000', '194353.640000', '194353.643000', '194353.646000', '194353.648000', '194353.651000', '194353.654000', '194353.656000', '194353.659000', '194353.661000', '194353.664000', '194353.666000', '194353.669000', '194353.672000', '194353.674000', '194353.677000', '194353.679000', '194353.682000', '194353.684000', '194353.687000', '194353.690000', '194353.693000', '194353.696000', '194353.698000', '194353.701000', '194353.703000', '194353.706000', '194353.709000', '194353.711000', '194353.714000', '194353.716000', '194353.719000', '194353.721000', '194353.724000', '194353.727000', '194353.729000', '194353.732000', '194353.734000', '194353.737000', '194413.624000', '194413.626000', '194413.629000', '194413.632000', '194413.634000', '194413.637000', '194413.639000', '194413.642000', '194413.645000', '194413.647000', '194413.650000', '194413.652000', '194413.655000', '194413.658000', '194413.660000', '194413.663000', '194413.665000', '194413.668000', '194413.670000', '194413.673000', '194413.676000', '194413.679000', '194413.682000', '194413.684000', '194413.687000', '194413.695000', '194413.697000', '194413.700000', '194413.702000', '194413.705000', '194413.708000', '194413.710000', '194413.713000', '194413.715000', '194413.718000', '194413.720000', '194413.723000', '194413.725000', '194413.728000', '194413.731000', '194413.733000', '194413.736000', '194413.738000', '194433.624000', '194433.627000', '194433.630000', '194433.632000', '194433.635000', '194433.638000', '194433.640000', '194433.643000', '194433.645000', '194433.648000', '194433.650000', '194433.653000', '194433.656000', '194433.658000', '194433.661000', '194433.663000', '194433.666000', '194433.668000', '194433.671000', '194433.673000', '194433.676000', '194433.679000', '194433.681000', '194433.684000', '194433.686000', '194433.689000', '194433.692000', '194433.694000', '194433.697000', '194433.699000', '194433.702000', '194433.704000', '194433.707000', '194433.709000', '194433.712000', '194433.715000', '194433.717000', '194433.720000', '194433.722000', '194433.725000', '194433.727000', '194433.730000', '194433.732000', '194433.735000', '194453.623000', '194453.626000', '194453.629000', '194453.632000', '194453.634000', '194453.637000', '194453.639000', '194453.642000', '194453.644000', '194453.647000', '194453.650000', '194453.652000', '194453.655000', '194453.657000', '194453.660000', '194453.662000', '194453.665000', '194453.668000', '194453.670000', '194453.673000', '194453.675000', '194453.678000', '194453.681000', '194453.683000', '194453.686000', '194453.688000', '194453.691000', '194453.693000', '194453.696000', '194453.698000', '194453.701000', '194453.704000', '194453.706000', '194453.709000', '194453.711000', '194453.714000', '194453.716000', '194453.719000', '194453.722000', '194453.724000', '194453.727000', '194453.729000', '194453.732000', '194513.624000', '194513.626000', '194513.629000', '194513.631000', '194513.634000', '194513.637000', '194513.639000', '194513.642000', '194513.644000', '194513.647000', '194513.650000', '194513.652000', '194513.655000', '194513.657000', '194513.660000', '194513.663000', '194513.665000', '194513.668000', '194513.670000', '194513.673000', '194513.675000', '194513.678000', '194513.681000', '194513.683000', '194513.686000', '194513.688000', '194513.691000', '194513.694000', '194513.696000', '194513.699000', '194513.701000', '194513.704000', '194513.706000', '194513.709000', '194513.712000', '194513.714000', '194513.717000', '194513.719000', '194513.722000', '194513.725000', '194513.727000', '194513.730000', '194513.732000', '194513.735000', '194533.623000', '194533.626000', '194533.629000', '194533.632000', '194533.634000', '194533.637000', '194533.640000', '194533.643000', '194533.645000', '194533.648000', '194533.651000', '194533.654000', '194533.656000', '194533.659000', '194533.661000', '194533.664000', '194533.667000', '194533.669000', '194533.672000', '194533.674000', '194533.677000', '194533.680000', '194533.683000', '194533.685000', '194533.688000', '194533.691000', '194533.694000', '194533.696000', '194533.699000', '194533.702000', '194533.705000', '194533.708000', '194533.711000', '194533.714000', '194533.718000', '194533.721000', '194533.723000', '194533.726000', '194533.728000', '194533.731000', '194533.734000', '194533.736000', '194533.739000', '194553.624000', '194553.627000', '194553.629000', '194553.632000', '194553.634000', '194553.637000', '194553.639000', '194553.653000', '194553.655000', '194553.658000', '194553.660000', '194553.663000', '194553.665000', '194553.668000', '194553.671000', '194553.673000', '194553.676000', '194553.678000', '194553.681000', '194553.684000', '194553.686000', '194553.689000', '194553.692000', '194553.694000', '194553.697000', '194553.699000', '194553.702000', '194553.705000', '194553.707000', '194553.710000', '194553.712000', '194553.715000', '194553.718000', '194553.720000', '194553.723000', '194553.725000', '194553.728000', '194553.730000', '194553.733000', '194553.735000', '194553.738000', '194553.741000', '194553.743000', '194553.746000', '194613.624000', '194613.626000', '194613.629000', '194613.632000', '194613.634000', '194613.637000', '194613.639000', '194613.643000', '194613.646000', '194613.649000', '194613.651000', '194613.654000', '194613.657000', '194613.659000', '194613.662000', '194613.664000', '194613.667000', '194613.670000', '194613.672000', '194613.675000', '194613.677000', '194613.680000', '194613.683000', '194613.685000', '194613.688000', '194613.691000', '194613.694000', '194613.696000', '194613.699000', '194613.701000', '194613.704000', '194613.707000', '194613.709000', '194613.712000', '194613.714000', '194613.717000', '194613.720000', '194613.722000', '194613.725000', '194613.727000', '194613.730000', '194613.732000', '194613.735000', '194633.623000', '194633.626000', '194633.629000', '194633.631000', '194633.634000', '194633.637000', '194633.639000', '194633.642000', '194633.644000', '194633.647000', '194633.650000', '194633.652000', '194633.655000', '194633.657000', '194633.660000', '194633.662000', '194633.665000', '194633.668000', '194633.670000', '194633.673000', '194633.675000', '194633.680000', '194633.682000', '194633.685000', '194633.687000', '194633.690000', '194633.692000', '194633.695000', '194633.698000', '194633.700000', '194633.703000', '194633.705000', '194633.708000', '194633.711000', '194633.713000', '194633.716000', '194633.718000', '194633.721000', '194633.723000', '194633.726000', '194633.728000', '194633.731000', '194633.734000', '194633.736000', '194653.624000', '194653.627000', '194653.630000', '194653.632000', '194653.635000', '194653.638000', '194653.640000', '194653.643000', '194653.645000', '194653.648000', '194653.651000', '194653.653000', '194653.656000', '194653.658000', '194653.661000', '194653.663000', '194653.666000', '194653.668000', '194653.671000', '194653.674000', '194653.676000', '194653.679000', '194653.681000', '194653.684000', '194653.686000', '194653.689000', '194653.692000', '194653.694000', '194653.697000', '194653.699000', '194653.702000', '194653.704000', '194653.707000', '194653.710000', '194653.712000', '194653.715000', '194653.717000', '194653.720000', '194653.722000', '194653.725000', '194653.727000', '194653.730000', '194653.733000', '194713.624000', '194713.626000', '194713.629000', '194713.632000', '194713.634000', '194713.637000', '194713.639000', '194713.642000', '194713.645000', '194713.647000', '194713.650000', '194713.652000', '194713.655000', '194713.657000', '194713.660000', '194713.663000', '194713.665000', '194713.668000', '194713.682000', '194713.684000', '194713.687000', '194713.690000', '194713.692000', '194713.695000', '194713.697000', '194713.700000', '194713.702000', '194713.705000', '194713.708000', '194713.710000', '194713.713000', '194713.715000', '194713.718000', '194713.721000', '194713.723000', '194713.726000', '194713.729000', '194713.731000', '194713.734000', '194713.736000', '194713.739000', '194713.741000', '194713.744000', '194713.747000', '194717.637000', '194717.640000', '194717.642000', '194717.645000', '194717.648000', '194717.650000', '194717.653000', '194717.655000', '194717.658000'], 'InstanceCreationTime': ['194053.679000', '194053.682000', '194053.685000', '194053.687000', '194053.690000', '194053.692000', '194053.695000', '194053.698000', '194053.700000', '194053.703000', '194053.712000', '194053.714000', '194053.717000', '194053.720000', '194053.722000', '194053.725000', '194053.727000', '194053.730000', '194053.732000', '194053.735000', '194053.737000', '194053.740000', '194053.742000', '194053.745000', '194053.747000', '194053.750000', '194053.753000', '194053.755000', '194053.759000', '194053.762000', '194053.764000', '194053.767000', '194053.769000', '194053.772000', '194053.774000', '194053.777000', '194053.779000', '194113.623000', '194113.626000', '194113.629000', '194113.631000', '194113.642000', '194113.645000', '194113.648000', '194113.650000', '194113.653000', '194113.655000', '194113.658000', '194113.660000', '194113.663000', '194113.667000', '194113.670000', '194113.673000', '194113.675000', '194113.678000', '194113.680000', '194113.683000', '194113.685000', '194113.688000', '194113.690000', '194113.693000', '194113.695000', '194113.698000', '194113.700000', '194113.703000', '194113.706000', '194113.708000', '194113.711000', '194113.713000', '194113.716000', '194113.718000', '194113.721000', '194113.723000', '194113.726000', '194113.728000', '194113.731000', '194113.734000', '194113.736000', '194113.739000', '194113.741000', '194133.623000', '194133.626000', '194133.629000', '194133.631000', '194133.634000', '194133.637000', '194133.639000', '194133.642000', '194133.644000', '194133.647000', '194133.649000', '194133.652000', '194133.655000', '194133.658000', '194133.660000', '194133.663000', '194133.665000', '194133.668000', '194133.670000', '194133.673000', '194133.675000', '194133.683000', '194133.686000', '194133.688000', '194133.691000', '194133.693000', '194133.696000', '194133.698000', '194133.701000', '194133.703000', '194133.706000', '194133.708000', '194133.711000', '194133.714000', '194133.716000', '194133.719000', '194133.721000', '194133.724000', '194133.726000', '194133.729000', '194133.731000', '194133.734000', '194133.736000', '194153.623000', '194153.626000', '194153.629000', '194153.631000', '194153.634000', '194153.637000', '194153.639000', '194153.642000', '194153.644000', '194153.647000', '194153.649000', '194153.652000', '194153.654000', '194153.657000', '194153.660000', '194153.662000', '194153.665000', '194153.667000', '194153.670000', '194153.672000', '194153.675000', '194153.678000', '194153.680000', '194153.683000', '194153.685000', '194153.688000', '194153.690000', '194153.693000', '194153.696000', '194153.698000', '194153.701000', '194153.703000', '194153.706000', '194153.708000', '194153.711000', '194153.713000', '194153.716000', '194153.718000', '194153.721000', '194153.724000', '194153.726000', '194153.729000', '194153.731000', '194153.734000', '194213.624000', '194213.627000', '194213.630000', '194213.632000', '194213.635000', '194213.638000', '194213.640000', '194213.643000', '194213.645000', '194213.648000', '194213.650000', '194213.653000', '194213.655000', '194213.658000', '194213.661000', '194213.663000', '194213.666000', '194213.668000', '194213.671000', '194213.674000', '194213.676000', '194213.679000', '194213.681000', '194213.684000', '194213.686000', '194213.689000', '194213.692000', '194213.694000', '194213.697000', '194213.699000', '194213.702000', '194213.705000', '194213.707000', '194213.710000', '194213.712000', '194213.715000', '194213.718000', '194213.720000', '194213.723000', '194213.725000', '194213.728000', '194213.730000', '194213.733000', '194233.624000', '194233.627000', '194233.629000', '194233.632000', '194233.634000', '194233.637000', '194233.639000', '194233.642000', '194233.645000', '194233.647000', '194233.650000', '194233.652000', '194233.655000', '194233.658000', '194233.660000', '194233.663000', '194233.665000', '194233.668000', '194233.671000', '194233.673000', '194233.676000', '194233.678000', '194233.681000', '194233.683000', '194233.686000', '194233.689000', '194233.691000', '194233.694000', '194233.696000', '194233.699000', '194233.702000', '194233.704000', '194233.707000', '194233.709000', '194233.712000', '194233.715000', '194233.717000', '194233.720000', '194233.722000', '194233.725000', '194233.727000', '194233.730000', '194233.733000', '194233.735000', '194253.654000', '194253.657000', '194253.660000', '194253.663000', '194253.665000', '194253.668000', '194253.671000', '194253.674000', '194253.677000', '194253.679000', '194253.682000', '194253.684000', '194253.687000', '194253.689000', '194253.692000', '194253.695000', '194253.697000', '194253.700000', '194253.703000', '194253.705000', '194253.708000', '194253.710000', '194253.713000', '194253.715000', '194253.718000', '194253.720000', '194253.723000', '194253.726000', '194253.728000', '194253.731000', '194253.733000', '194253.736000', '194253.738000', '194253.741000', '194253.744000', '194253.746000', '194253.749000', '194253.751000', '194253.754000', '194253.756000', '194253.759000', '194253.761000', '194253.764000', '194313.624000', '194313.626000', '194313.629000', '194313.632000', '194313.634000', '194313.637000', '194313.639000', '194313.642000', '194313.644000', '194313.647000', '194313.650000', '194313.652000', '194313.655000', '194313.657000', '194313.660000', '194313.662000', '194313.665000', '194313.668000', '194313.670000', '194313.673000', '194313.675000', '194313.678000', '194313.680000', '194313.683000', '194313.685000', '194313.688000', '194313.691000', '194313.693000', '194313.696000', '194313.698000', '194313.701000', '194313.703000', '194313.706000', '194313.708000', '194313.711000', '194313.714000', '194313.716000', '194313.719000', '194313.721000', '194313.724000', '194313.726000', '194313.729000', '194313.732000', '194313.734000', '194333.623000', '194333.626000', '194333.629000', '194333.631000', '194333.634000', '194333.637000', '194333.639000', '194333.642000', '194333.645000', '194333.647000', '194333.650000', '194333.653000', '194333.656000', '194333.659000', '194333.662000', '194333.664000', '194333.667000', '194333.670000', '194333.672000', '194333.675000', '194333.678000', '194333.680000', '194333.683000', '194333.685000', '194333.688000', '194333.691000', '194333.693000', '194333.696000', '194333.698000', '194333.701000', '194333.704000', '194333.706000', '194333.709000', '194333.711000', '194333.714000', '194333.717000', '194333.719000', '194333.722000', '194333.724000', '194333.727000', '194333.729000', '194333.732000', '194333.735000', '194353.623000', '194353.626000', '194353.629000', '194353.632000', '194353.634000', '194353.637000', '194353.640000', '194353.643000', '194353.646000', '194353.648000', '194353.651000', '194353.654000', '194353.656000', '194353.659000', '194353.661000', '194353.664000', '194353.666000', '194353.669000', '194353.672000', '194353.674000', '194353.677000', '194353.679000', '194353.682000', '194353.684000', '194353.687000', '194353.690000', '194353.693000', '194353.696000', '194353.698000', '194353.701000', '194353.703000', '194353.706000', '194353.709000', '194353.711000', '194353.714000', '194353.716000', '194353.719000', '194353.721000', '194353.724000', '194353.727000', '194353.729000', '194353.732000', '194353.734000', '194353.737000', '194413.624000', '194413.626000', '194413.629000', '194413.632000', '194413.634000', '194413.637000', '194413.639000', '194413.642000', '194413.645000', '194413.647000', '194413.650000', '194413.652000', '194413.655000', '194413.658000', '194413.660000', '194413.663000', '194413.665000', '194413.668000', '194413.670000', '194413.673000', '194413.676000', '194413.679000', '194413.682000', '194413.684000', '194413.687000', '194413.695000', '194413.697000', '194413.700000', '194413.702000', '194413.705000', '194413.708000', '194413.710000', '194413.713000', '194413.715000', '194413.718000', '194413.720000', '194413.723000', '194413.725000', '194413.728000', '194413.731000', '194413.733000', '194413.736000', '194413.738000', '194433.624000', '194433.627000', '194433.630000', '194433.632000', '194433.635000', '194433.638000', '194433.640000', '194433.643000', '194433.645000', '194433.648000', '194433.650000', '194433.653000', '194433.656000', '194433.658000', '194433.661000', '194433.663000', '194433.666000', '194433.668000', '194433.671000', '194433.673000', '194433.676000', '194433.679000', '194433.681000', '194433.684000', '194433.686000', '194433.689000', '194433.692000', '194433.694000', '194433.697000', '194433.699000', '194433.702000', '194433.704000', '194433.707000', '194433.709000', '194433.712000', '194433.715000', '194433.717000', '194433.720000', '194433.722000', '194433.725000', '194433.727000', '194433.730000', '194433.732000', '194433.735000', '194453.623000', '194453.626000', '194453.629000', '194453.632000', '194453.634000', '194453.637000', '194453.639000', '194453.642000', '194453.644000', '194453.647000', '194453.650000', '194453.652000', '194453.655000', '194453.657000', '194453.660000', '194453.662000', '194453.665000', '194453.668000', '194453.670000', '194453.673000', '194453.675000', '194453.678000', '194453.681000', '194453.683000', '194453.686000', '194453.688000', '194453.691000', '194453.693000', '194453.696000', '194453.698000', '194453.701000', '194453.704000', '194453.706000', '194453.709000', '194453.711000', '194453.714000', '194453.716000', '194453.719000', '194453.722000', '194453.724000', '194453.727000', '194453.729000', '194453.732000', '194513.624000', '194513.626000', '194513.629000', '194513.631000', '194513.634000', '194513.637000', '194513.639000', '194513.642000', '194513.644000', '194513.647000', '194513.650000', '194513.652000', '194513.655000', '194513.657000', '194513.660000', '194513.663000', '194513.665000', '194513.668000', '194513.670000', '194513.673000', '194513.675000', '194513.678000', '194513.681000', '194513.683000', '194513.686000', '194513.688000', '194513.691000', '194513.694000', '194513.696000', '194513.699000', '194513.701000', '194513.704000', '194513.706000', '194513.709000', '194513.712000', '194513.714000', '194513.717000', '194513.719000', '194513.722000', '194513.725000', '194513.727000', '194513.730000', '194513.732000', '194513.735000', '194533.623000', '194533.626000', '194533.629000', '194533.632000', '194533.634000', '194533.637000', '194533.640000', '194533.643000', '194533.645000', '194533.648000', '194533.651000', '194533.654000', '194533.656000', '194533.659000', '194533.661000', '194533.664000', '194533.667000', '194533.669000', '194533.672000', '194533.674000', '194533.677000', '194533.680000', '194533.683000', '194533.685000', '194533.688000', '194533.691000', '194533.694000', '194533.696000', '194533.699000', '194533.702000', '194533.705000', '194533.708000', '194533.711000', '194533.714000', '194533.718000', '194533.721000', '194533.723000', '194533.726000', '194533.728000', '194533.731000', '194533.734000', '194533.736000', '194533.739000', '194553.624000', '194553.627000', '194553.629000', '194553.632000', '194553.634000', '194553.637000', '194553.639000', '194553.653000', '194553.655000', '194553.658000', '194553.660000', '194553.663000', '194553.665000', '194553.668000', '194553.671000', '194553.673000', '194553.676000', '194553.678000', '194553.681000', '194553.684000', '194553.686000', '194553.689000', '194553.692000', '194553.694000', '194553.697000', '194553.699000', '194553.702000', '194553.705000', '194553.707000', '194553.710000', '194553.712000', '194553.715000', '194553.718000', '194553.720000', '194553.723000', '194553.725000', '194553.728000', '194553.730000', '194553.733000', '194553.735000', '194553.738000', '194553.741000', '194553.743000', '194553.746000', '194613.624000', '194613.626000', '194613.629000', '194613.632000', '194613.634000', '194613.637000', '194613.639000', '194613.643000', '194613.646000', '194613.649000', '194613.651000', '194613.654000', '194613.657000', '194613.659000', '194613.662000', '194613.664000', '194613.667000', '194613.670000', '194613.672000', '194613.675000', '194613.677000', '194613.680000', '194613.683000', '194613.685000', '194613.688000', '194613.691000', '194613.694000', '194613.696000', '194613.699000', '194613.701000', '194613.704000', '194613.707000', '194613.709000', '194613.712000', '194613.714000', '194613.717000', '194613.720000', '194613.722000', '194613.725000', '194613.727000', '194613.730000', '194613.732000', '194613.735000', '194633.623000', '194633.626000', '194633.629000', '194633.631000', '194633.634000', '194633.637000', '194633.639000', '194633.642000', '194633.644000', '194633.647000', '194633.650000', '194633.652000', '194633.655000', '194633.657000', '194633.660000', '194633.662000', '194633.665000', '194633.668000', '194633.670000', '194633.673000', '194633.675000', '194633.680000', '194633.682000', '194633.685000', '194633.687000', '194633.690000', '194633.692000', '194633.695000', '194633.698000', '194633.700000', '194633.703000', '194633.705000', '194633.708000', '194633.711000', '194633.713000', '194633.716000', '194633.718000', '194633.721000', '194633.723000', '194633.726000', '194633.728000', '194633.731000', '194633.734000', '194633.736000', '194653.624000', '194653.627000', '194653.630000', '194653.632000', '194653.635000', '194653.638000', '194653.640000', '194653.643000', '194653.645000', '194653.648000', '194653.651000', '194653.653000', '194653.656000', '194653.658000', '194653.661000', '194653.663000', '194653.666000', '194653.668000', '194653.671000', '194653.674000', '194653.676000', '194653.679000', '194653.681000', '194653.684000', '194653.686000', '194653.689000', '194653.692000', '194653.694000', '194653.697000', '194653.699000', '194653.702000', '194653.704000', '194653.707000', '194653.710000', '194653.712000', '194653.715000', '194653.717000', '194653.720000', '194653.722000', '194653.725000', '194653.727000', '194653.730000', '194653.733000', '194713.624000', '194713.626000', '194713.629000', '194713.632000', '194713.634000', '194713.637000', '194713.639000', '194713.642000', '194713.645000', '194713.647000', '194713.650000', '194713.652000', '194713.655000', '194713.657000', '194713.660000', '194713.663000', '194713.665000', '194713.668000', '194713.682000', '194713.684000', '194713.687000', '194713.690000', '194713.692000', '194713.695000', '194713.697000', '194713.700000', '194713.702000', '194713.705000', '194713.708000', '194713.710000', '194713.713000', '194713.715000', '194713.718000', '194713.721000', '194713.723000', '194713.726000', '194713.729000', '194713.731000', '194713.734000', '194713.736000', '194713.739000', '194713.741000', '194713.744000', '194713.747000', '194717.637000', '194717.640000', '194717.642000', '194717.645000', '194717.648000', '194717.650000', '194717.653000', '194717.655000', '194717.658000'], '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': [8616, 9418, 12090, 8494, 13810, 8399, 13707, 8042, 12596, 7739, 10258, 7678, 9846, 7834, 9657, 6956, 7996, 10778, 7290, 11574, 7235, 10245, 7673, 10078, 6831, 9569, 10224, 7765, 12711, 8020, 12297, 7561, 9963, 7066, 9024, 6630, 8596, 6577, 9311, 7057, 8051, 7954, 8281, 11157, 8341, 13175, 7537, 11589, 7167, 10640, 6852, 10480, 7852, 9964, 7083, 8661, 7792, 7981, 11182, 8477, 11982, 8050, 11564, 7010, 10210, 7328, 10467, 9776, 9827, 11726, 8874, 13730, 7497, 12050, 7718, 11223, 8556, 9248, 9422, 8233, 12555, 7720, 9870, 7152, 9873, 7285, 8784, 11078, 7551, 9689, 7182, 10177, 7205, 10006, 6930, 9584, 7935, 9659, 11943, 9448, 13390, 7844, 13164, 7522, 10305, 7221, 9368, 7226, 9594, 7184, 9145, 7128, 8912, 7584, 9603, 11608, 8910, 12273, 8496, 13013, 7506, 11075, 7193, 10754, 8089, 10316, 8347, 9087, 11491, 8524, 12577, 7299, 12164, 6959, 9646, 7110, 10217, 7792, 8779, 13032, 7372, 11649, 7137, 10982, 7265, 9418, 7283, 9146, 7136, 9703, 7832, 8704, 9170, 8258, 11758, 7657, 11210, 8289, 12118, 7486, 10237, 6821, 9255, 7070, 11063, 7897, 10948, 8369, 9621, 12208, 8826, 14207, 7476, 11454, 7251, 10020, 7612, 10995, 7358, 9827, 6722, 9288, 8963, 8533, 13969, 8132, 13462, 9316, 13322, 7323, 9918, 7443, 10618, 7496, 10303, 8383, 8713, 11611, 7633, 11911, 7354, 10796, 7162, 9732, 6985, 9219, 6777, 9264, 7827, 9022, 12628, 7585, 11300, 7134, 11037, 7297, 10113, 7988, 9346, 7659, 8677, 8566, 9147, 11449, 9173, 13948, 8700, 14179, 8590, 13000, 8525, 13082, 8666, 12898, 8132, 12067, 7883, 11855, 8789, 12597, 8746, 12845, 8205, 11747, 8043, 13941, 10237, 12791, 9006, 12796, 8985, 10417, 7239, 12448, 8698, 10942, 7143, 9463, 7070, 10569, 7010, 10204, 6949, 9845, 6675, 10025, 6933, 9442, 6843, 9406, 10643, 8718, 11359, 7502, 11162, 8114, 9842, 12122, 9098, 12212, 7738, 11794, 7205, 9825, 7152, 10212, 7272, 10427, 8690, 9342, 9903, 9065, 11931, 7745, 11430, 8032, 11999, 8513, 10293, 11941, 9453, 13428, 7951, 11721, 8199, 10294, 7293, 8938, 7293, 8627, 7164, 10617, 7587, 10877, 9800, 9783, 13894, 9238, 13143, 9266, 12603, 7161, 9895, 7062, 10054, 7184, 10118, 10841, 9324, 12514, 7971, 11133, 7135, 10228, 7382, 10324, 7513, 9584, 7314, 9781, 11495, 9060, 12592, 7780, 10846, 6935, 9916, 7593, 10172, 13532, 9159, 13002, 7612, 10384, 7140, 10082, 7135, 10339, 9535, 9390, 11614, 8193, 9231, 7194, 8806, 7256, 11110, 7059, 9681, 8729, 9895, 13240, 9516, 14124, 8860, 12558, 7454, 9763, 7310, 9671, 7519, 10351, 7571, 10996, 8544, 12605, 11567, 10428, 9471, 10373, 7076, 9750, 7459, 11492, 9536, 7139, 9412, 10082, 10235, 11784, 9799, 11570, 9422, 7834, 13364, 7629, 11979, 8311, 7409, 10056, 8010, 13214, 9283, 12461, 10554, 14435, 10378, 15228, 9984, 14690, 9382, 12267, 8105, 10595, 7290, 8947, 7319, 8742, 7117, 8080, 12162, 7521, 10880, 7227, 10088, 7488, 8742, 14325, 7127, 10922, 7109, 10498, 6958, 9126, 7081, 8708, 10770, 8330, 11717, 7322, 9366, 6809, 9021, 10694, 8997, 12608, 7656, 11087, 9044, 9308, 15147, 7577, 11695, 7118, 10130, 6986, 8946, 11426, 7685, 10038, 6869, 8608, 6797, 9242, 6828, 8829, 6724, 8643, 12036, 7735, 10288, 7688, 10342, 7167, 9889, 6842, 9781, 7329, 10337, 10655, 9649, 11335, 9049, 13041, 9026, 12449, 8019, 12569, 7467, 11453, 7181, 10761, 8170, 10887, 10341, 10140, 13690, 8799, 14433, 8669, 12956, 8363, 11573, 7378, 10412, 8237, 9084, 10717, 9298, 10896, 8411, 11440, 7892, 10408, 7003, 11422, 8171, 9403, 7030, 7040, 10567, 8597, 6871, 8597, 6803, 9936, 9969, 10454, 11886, 8617, 14506, 8052, 13431, 8102, 13858, 7801, 12847, 7516, 10777, 7074, 9966, 6991, 10011, 7246, 10867, 7080, 9545, 7189, 9098, 10437, 8493, 7126, 8677, 7695, 9046, 7649, 13718, 9225, 10685, 14288, 8406, 12549, 8063, 12895, 7777, 12249, 10706, 9837, 14137, 7764, 13163, 7400, 11171, 7292, 10557, 7542, 10433, 7689, 9778, 7150, 9937, 10211, 8814, 13789, 7592, 12120, 7354, 12150, 9293, 10078, 14291, 7509, 12335, 7543, 10145, 7157, 9565, 7069, 10222, 7351, 9405, 10621, 7859, 10894, 7609, 11007, 7396, 11098, 8487, 8512, 11499, 7353, 10607, 7649, 12065, 7590, 9704, 9594, 9464, 11168, 7888, 10790, 7676, 11532, 7612, 11793, 7924, 11635, 9408, 9502, 11380, 9355, 11561, 9352, 11957, 7448, 13324, 7970, 13301, 10091, 12244, 12292, 10032, 14492, 10222, 11689, 8306, 11908, 7599, 9630, 7517, 9510, 8304, 8907, 9160, 9771, 9392, 13088, 8969, 12296, 8030, 12024, 7327, 14000, 8576, 12703, 7545, 10505, 7732, 8834, 8546, 8570, 7927, 9807, 11207, 8840, 12447, 7551, 13230, 9948, 13617, 9331, 11056, 10725, 9361, 13546, 8167, 13494, 8653, 11192, 8423, 9448, 8148, 8809, 8467, 10296, 8663, 10639, 8801, 13745, 8490, 12215, 7922, 13932, 8561, 12182, 11030, 7784, 12544, 7474, 11397, 7638, 10373, 7753, 10138, 7457, 9052, 7394, 8604, 11331, 7534, 10973, 7814, 10779, 7405, 9759, 12138, 9623, 13191, 7658, 11400, 7528, 10748, 7816, 11259, 7807, 10148, 7476, 9819, 7511, 9855, 10397, 8504, 12034, 7611, 11998, 7322, 12793, 7262, 10827, 7451, 10001, 7847, 9817, 9172, 9267, 10658, 10071, 9542, 9558, 8039, 9222, 12772, 9564, 13497, 8371, 13321, 9057, 13359, 7482, 11270, 7440, 10185, 7405, 9910, 7494, 10846, 7394, 10363, 7061, 10082, 7539, 11015, 8820, 9955, 13251, 7788, 12293, 7826, 12396, 7539, 10564, 7410, 10006, 7607, 9760, 9862, 9330, 10620, 8132, 12704, 7844, 12486, 7745, 12154, 7692, 12362, 8192, 11403, 11287, 11711, 11062, 9626, 11900, 7554, 11957, 7515, 12332, 7657, 12283, 7584, 10869, 7502, 11114, 7499, 9555, 12982, 8701, 13094, 7521, 10820, 7605, 10010, 7202, 9237, 7242, 8748, 7363, 9177, 7559, 8945, 11743, 8813, 13233, 7731, 11810, 7736, 10607, 7500, 11796, 7440, 9797, 7452, 9559, 7226, 9638, 7144, 11134, 7318, 10608, 7145, 9244], 'WindowCenter': [4155.0, 4151.0, 4167.0, 4125.0, 4163.0, 4111.0, 4161.0, 4109.0, 4148.0, 4097.0, 4141.0, 4097.0, 4131.0, 4098.0, 4129.0, 4088.0, 4098.0, 4138.0, 4087.0, 4150.0, 4099.0, 4140.0, 4099.0, 4131.0, 4090.0, 4131.0, 4129.0, 4099.0, 4161.0, 4110.0, 4150.0, 4099.0, 4141.0, 4102.0, 4120.0, 4090.0, 4132.0, 4103.0, 4144.0, 4102.0, 4123.0, 4122.0, 4123.0, 4153.0, 4124.0, 4175.0, 4114.0, 4154.0, 4101.0, 4141.0, 4091.0, 4142.0, 4109.0, 4130.0, 4090.0, 4109.0, 4097.0, 4097.0, 4139.0, 4109.0, 4151.0, 4110.0, 4151.0, 4101.0, 4141.0, 4098.0, 4140.0, 4128.0, 4130.0, 4138.0, 4107.0, 4148.0, 4085.0, 4136.0, 4086.0, 4127.0, 4095.0, 4116.0, 4106.0, 4095.0, 4135.0, 4085.0, 4116.0, 4076.0, 4117.0, 4085.0, 4121.0, 4138.0, 4098.0, 4128.0, 4089.0, 4129.0, 4099.0, 4130.0, 4089.0, 4132.0, 4099.0, 4130.0, 4150.0, 4120.0, 4150.0, 4098.0, 4150.0, 4099.0, 4129.0, 4086.0, 4106.0, 4086.0, 4118.0, 4087.0, 4117.0, 4088.0, 4119.0, 4098.0, 4130.0, 4151.0, 4121.0, 4150.0, 4122.0, 4163.0, 4088.0, 4128.0, 4076.0, 4128.0, 4084.0, 4116.0, 4094.0, 4094.0, 4126.0, 4094.0, 4123.0, 4072.0, 4123.0, 4072.0, 4103.0, 4073.0, 4128.0, 4084.0, 4107.0, 4145.0, 4073.0, 4135.0, 4074.0, 4126.0, 4085.0, 4105.0, 4085.0, 4116.0, 4075.0, 4118.0, 4086.0, 4107.0, 4106.0, 4107.0, 4137.0, 4085.0, 4137.0, 4109.0, 4149.0, 4089.0, 4140.0, 4091.0, 4119.0, 4090.0, 4141.0, 4099.0, 4142.0, 4109.0, 4119.0, 4150.0, 4108.0, 4148.0, 4087.0, 4138.0, 4086.0, 4117.0, 4087.0, 4127.0, 4075.0, 4116.0, 4075.0, 4117.0, 4106.0, 4107.0, 4146.0, 4085.0, 4136.0, 4094.0, 4135.0, 4074.0, 4115.0, 4073.0, 4114.0, 4071.0, 4115.0, 4082.0, 4094.0, 4124.0, 4072.0, 4123.0, 4073.0, 4113.0, 4074.0, 4115.0, 4073.0, 4105.0, 4064.0, 4106.0, 4085.0, 4107.0, 4138.0, 4086.0, 4127.0, 4075.0, 4129.0, 4100.0, 4131.0, 4110.0, 4120.0, 4085.0, 4108.0, 4108.0, 4133.0, 4152.0, 4119.0, 4160.0, 4109.0, 4148.0, 4107.0, 4146.0, 4107.0, 4136.0, 4108.0, 4137.0, 4097.0, 4148.0, 4097.0, 4138.0, 4109.0, 4149.0, 4121.0, 4165.0, 4125.0, 4163.0, 4115.0, 4167.0, 4133.0, 4154.0, 4111.0, 4140.0, 4093.0, 4127.0, 4072.0, 4135.0, 4093.0, 4114.0, 4061.0, 4103.0, 4060.0, 4112.0, 4071.0, 4115.0, 4074.0, 4116.0, 4074.0, 4115.0, 4072.0, 4105.0, 4063.0, 4106.0, 4127.0, 4108.0, 4142.0, 4088.0, 4129.0, 4097.0, 4118.0, 4136.0, 4105.0, 4137.0, 4086.0, 4137.0, 4085.0, 4131.0, 4101.0, 4128.0, 4088.0, 4140.0, 4110.0, 4119.0, 4130.0, 4122.0, 4151.0, 4101.0, 4152.0, 4099.0, 4153.0, 4108.0, 4131.0, 4139.0, 4117.0, 4147.0, 4096.0, 4126.0, 4096.0, 4115.0, 4086.0, 4106.0, 4088.0, 4107.0, 4089.0, 4130.0, 4088.0, 4141.0, 4117.0, 4117.0, 4148.0, 4106.0, 4136.0, 4107.0, 4136.0, 4075.0, 4116.0, 4074.0, 4116.0, 4074.0, 4117.0, 4116.0, 4106.0, 4136.0, 4083.0, 4125.0, 4074.0, 4116.0, 4074.0, 4117.0, 4076.0, 4118.0, 4086.0, 4117.0, 4127.0, 4106.0, 4137.0, 4087.0, 4128.0, 4076.0, 4118.0, 4085.0, 4116.0, 4148.0, 4107.0, 4137.0, 4085.0, 4116.0, 4074.0, 4116.0, 4073.0, 4115.0, 4105.0, 4105.0, 4125.0, 4096.0, 4117.0, 4077.0, 4107.0, 4089.0, 4129.0, 4077.0, 4119.0, 4108.0, 4119.0, 4138.0, 4135.0, 4166.0, 4121.0, 4152.0, 4077.0, 4118.0, 4089.0, 4121.0, 4088.0, 4117.0, 4087.0, 4129.0, 4095.0, 4138.0, 4115.0, 4117.0, 4063.0, 4105.0, 4048.0, 4092.0, 4060.0, 4114.0, 4118.0, 4078.0, 4119.0, 4128.0, 4116.0, 4127.0, 4116.0, 4124.0, 4117.0, 4081.0, 4135.0, 4070.0, 4110.0, 4079.0, 4072.0, 4101.0, 4070.0, 4122.0, 4092.0, 4112.0, 4102.0, 4121.0, 4089.0, 4119.0, 4076.0, 4105.0, 4063.0, 4094.0, 4054.0, 4086.0, 4043.0, 4065.0, 4045.0, 4067.0, 4047.0, 4068.0, 4110.0, 4069.0, 4111.0, 4072.0, 4102.0, 4069.0, 4094.0, 4131.0, 4061.0, 4113.0, 4063.0, 4113.0, 4060.0, 4103.0, 4062.0, 4093.0, 4126.0, 4095.0, 4126.0, 4086.0, 4106.0, 4067.0, 4108.0, 4128.0, 4108.0, 4139.0, 4086.0, 4129.0, 4106.0, 4107.0, 4147.0, 4086.0, 4126.0, 4073.0, 4115.0, 4073.0, 4106.0, 4124.0, 4084.0, 4117.0, 4077.0, 4107.0, 4078.0, 4119.0, 4080.0, 4122.0, 4091.0, 4122.0, 4154.0, 4112.0, 4131.0, 4100.0, 4145.0, 4091.0, 4130.0, 4080.0, 4132.0, 4090.0, 4132.0, 4130.0, 4132.0, 4142.0, 4122.0, 4151.0, 4121.0, 4151.0, 4101.0, 4154.0, 4092.0, 4141.0, 4092.0, 4142.0, 4098.0, 4141.0, 4119.0, 4119.0, 4149.0, 4096.0, 4148.0, 4096.0, 4125.0, 4084.0, 4115.0, 4072.0, 4104.0, 4082.0, 4093.0, 4103.0, 4092.0, 4113.0, 4084.0, 4125.0, 4083.0, 4126.0, 4077.0, 4127.0, 4098.0, 4120.0, 4090.0, 4089.0, 4132.0, 4111.0, 4076.0, 4108.0, 4077.0, 4120.0, 4119.0, 4128.0, 4139.0, 4097.0, 4147.0, 4085.0, 4136.0, 4087.0, 4138.0, 4075.0, 4136.0, 4087.0, 4129.0, 4078.0, 4119.0, 4078.0, 4118.0, 4089.0, 4131.0, 4090.0, 4133.0, 4078.0, 4110.0, 4129.0, 4109.0, 4077.0, 4121.0, 4112.0, 4134.0, 4116.0, 4176.0, 4121.0, 4132.0, 4148.0, 4098.0, 4140.0, 4087.0, 4138.0, 4074.0, 4126.0, 4103.0, 4104.0, 4123.0, 4061.0, 4122.0, 4060.0, 4113.0, 4086.0, 4113.0, 4073.0, 4102.0, 4073.0, 4103.0, 4062.0, 4105.0, 4104.0, 4095.0, 4136.0, 4072.0, 4113.0, 4060.0, 4113.0, 4091.0, 4091.0, 4121.0, 4060.0, 4111.0, 4060.0, 4101.0, 4063.0, 4104.0, 4062.0, 4116.0, 4073.0, 4106.0, 4116.0, 4087.0, 4116.0, 4076.0, 4117.0, 4075.0, 4128.0, 4094.0, 4096.0, 4127.0, 4087.0, 4117.0, 4087.0, 4140.0, 4088.0, 4119.0, 4119.0, 4119.0, 4141.0, 4114.0, 4142.0, 4114.0, 4143.0, 4104.0, 4165.0, 4116.0, 4153.0, 4135.0, 4135.0, 4157.0, 4125.0, 4154.0, 4123.0, 4143.0, 4091.0, 4154.0, 4099.0, 4142.0, 4117.0, 4128.0, 4140.0, 4107.0, 4136.0, 4104.0, 4126.0, 4082.0, 4114.0, 4071.0, 4104.0, 4075.0, 4105.0, 4096.0, 4105.0, 4107.0, 4116.0, 4107.0, 4137.0, 4107.0, 4126.0, 4085.0, 4126.0, 4075.0, 4135.0, 4083.0, 4125.0, 4072.0, 4103.0, 4074.0, 4093.0, 4082.0, 4096.0, 4086.0, 4118.0, 4130.0, 4123.0, 4153.0, 4087.0, 4153.0, 4120.0, 4152.0, 4094.0, 4116.0, 4114.0, 4092.0, 4123.0, 4083.0, 4124.0, 4083.0, 4114.0, 4096.0, 4105.0, 4085.0, 4106.0, 4097.0, 4116.0, 4098.0, 4129.0, 4109.0, 4149.0, 4097.0, 4127.0, 4084.0, 4136.0, 4083.0, 4114.0, 4102.0, 4059.0, 4111.0, 4060.0, 4111.0, 4084.0, 4103.0, 4072.0, 4103.0, 4073.0, 4095.0, 4073.0, 4096.0, 4127.0, 4086.0, 4116.0, 4085.0, 4128.0, 4074.0, 4106.0, 4137.0, 4108.0, 4137.0, 4074.0, 4125.0, 4074.0, 4115.0, 4085.0, 4115.0, 4075.0, 4116.0, 4089.0, 4119.0, 4087.0, 4119.0, 4118.0, 4097.0, 4140.0, 4097.0, 4127.0, 4074.0, 4138.0, 4075.0, 4116.0, 4074.0, 4106.0, 4083.0, 4105.0, 4105.0, 4105.0, 4117.0, 4117.0, 4106.0, 4107.0, 4084.0, 4106.0, 4151.0, 4108.0, 4150.0, 4097.0, 4138.0, 4095.0, 4137.0, 4074.0, 4112.0, 4061.0, 4100.0, 4061.0, 4101.0, 4061.0, 4114.0, 4074.0, 4115.0, 4075.0, 4117.0, 4074.0, 4115.0, 4095.0, 4106.0, 4137.0, 4086.0, 4125.0, 4075.0, 4125.0, 4074.0, 4116.0, 4076.0, 4119.0, 4085.0, 4117.0, 4107.0, 4107.0, 4117.0, 4086.0, 4137.0, 4086.0, 4136.0, 4074.0, 4126.0, 4074.0, 4126.0, 4083.0, 4114.0, 4102.0, 4112.0, 4101.0, 4093.0, 4112.0, 4059.0, 4111.0, 4060.0, 4111.0, 4071.0, 4112.0, 4072.0, 4101.0, 4060.0, 4112.0, 4060.0, 4092.0, 4122.0, 4080.0, 4122.0, 4059.0, 4100.0, 4059.0, 4103.0, 4061.0, 4092.0, 4061.0, 4093.0, 4073.0, 4105.0, 4086.0, 4106.0, 4126.0, 4095.0, 4137.0, 4075.0, 4126.0, 4074.0, 4103.0, 4063.0, 4113.0, 4062.0, 4092.0, 4062.0, 4103.0, 4074.0, 4105.0, 4063.0, 4116.0, 4074.0, 4117.0, 4064.0, 4095.0], 'WindowWidth': [9247.0, 9233.0, 9244.0, 9183.0, 9232.0, 9156.0, 9223.0, 9148.0, 9200.0, 9131.0, 9198.0, 9129.0, 9182.0, 9136.0, 9174.0, 9120.0, 9133.0, 9185.0, 9118.0, 9205.0, 9137.0, 9193.0, 9136.0, 9181.0, 9127.0, 9182.0, 9175.0, 9135.0, 9223.0, 9152.0, 9205.0, 9135.0, 9197.0, 9147.0, 9166.0, 9129.0, 9186.0, 9151.0, 9206.0, 9147.0, 9175.0, 9174.0, 9176.0, 9215.0, 9176.0, 9247.0, 9164.0, 9217.0, 9144.0, 9195.0, 9128.0, 9198.0, 9149.0, 9179.0, 9125.0, 9147.0, 9128.0, 9130.0, 9189.0, 9149.0, 9207.0, 9151.0, 9206.0, 9142.0, 9194.0, 9133.0, 9190.0, 9171.0, 9177.0, 9184.0, 9141.0, 9198.0, 9109.0, 9178.0, 9110.0, 9169.0, 9121.0, 9152.0, 9137.0, 9121.0, 9177.0, 9108.0, 9151.0, 9097.0, 9153.0, 9110.0, 9166.0, 9186.0, 9131.0, 9172.0, 9122.0, 9175.0, 9135.0, 9176.0, 9120.0, 9181.0, 9135.0, 9177.0, 9205.0, 9162.0, 9203.0, 9131.0, 9203.0, 9135.0, 9174.0, 9112.0, 9138.0, 9111.0, 9156.0, 9116.0, 9155.0, 9117.0, 9161.0, 9132.0, 9176.0, 9207.0, 9167.0, 9204.0, 9168.0, 9226.0, 9118.0, 9170.0, 9097.0, 9169.0, 9106.0, 9150.0, 9116.0, 9116.0, 9162.0, 9115.0, 9154.0, 9085.0, 9154.0, 9086.0, 9128.0, 9089.0, 9169.0, 9106.0, 9138.0, 9188.0, 9089.0, 9173.0, 9091.0, 9162.0, 9106.0, 9134.0, 9110.0, 9151.0, 9097.0, 9155.0, 9110.0, 9138.0, 9136.0, 9141.0, 9180.0, 9109.0, 9181.0, 9145.0, 9199.0, 9121.0, 9188.0, 9126.0, 9162.0, 9125.0, 9192.0, 9134.0, 9197.0, 9147.0, 9160.0, 9202.0, 9143.0, 9197.0, 9116.0, 9183.0, 9110.0, 9153.0, 9112.0, 9166.0, 9095.0, 9150.0, 9095.0, 9154.0, 9138.0, 9138.0, 9191.0, 9105.0, 9177.0, 9116.0, 9171.0, 9090.0, 9146.0, 9090.0, 9143.0, 9083.0, 9148.0, 9098.0, 9114.0, 9154.0, 9084.0, 9152.0, 9086.0, 9140.0, 9090.0, 9147.0, 9089.0, 9134.0, 9077.0, 9135.0, 9109.0, 9139.0, 9182.0, 9109.0, 9166.0, 9095.0, 9171.0, 9137.0, 9178.0, 9149.0, 9159.0, 9108.0, 9142.0, 9143.0, 9187.0, 9205.0, 9160.0, 9215.0, 9145.0, 9196.0, 9140.0, 9191.0, 9138.0, 9177.0, 9141.0, 9179.0, 9127.0, 9195.0, 9127.0, 9182.0, 9146.0, 9198.0, 9169.0, 9234.0, 9185.0, 9231.0, 9168.0, 9239.0, 9186.0, 9215.0, 9149.0, 9185.0, 9109.0, 9166.0, 9083.0, 9172.0, 9112.0, 9141.0, 9067.0, 9125.0, 9066.0, 9136.0, 9083.0, 9145.0, 9091.0, 9150.0, 9094.0, 9146.0, 9086.0, 9132.0, 9076.0, 9135.0, 9165.0, 9140.0, 9193.0, 9116.0, 9170.0, 9124.0, 9152.0, 9176.0, 9133.0, 9177.0, 9108.0, 9178.0, 9108.0, 9176.0, 9139.0, 9171.0, 9117.0, 9188.0, 9147.0, 9158.0, 9175.0, 9168.0, 9207.0, 9140.0, 9209.0, 9131.0, 9209.0, 9143.0, 9174.0, 9184.0, 9151.0, 9192.0, 9122.0, 9162.0, 9122.0, 9145.0, 9110.0, 9136.0, 9117.0, 9141.0, 9119.0, 9173.0, 9114.0, 9191.0, 9153.0, 9151.0, 9195.0, 9135.0, 9177.0, 9138.0, 9175.0, 9092.0, 9146.0, 9091.0, 9149.0, 9091.0, 9149.0, 9148.0, 9133.0, 9175.0, 9102.0, 9160.0, 9090.0, 9147.0, 9091.0, 9152.0, 9095.0, 9153.0, 9109.0, 9150.0, 9166.0, 9136.0, 9180.0, 9112.0, 9167.0, 9097.0, 9155.0, 9108.0, 9148.0, 9194.0, 9138.0, 9178.0, 9105.0, 9147.0, 9089.0, 9147.0, 9087.0, 9143.0, 9133.0, 9132.0, 9160.0, 9121.0, 9152.0, 9099.0, 9136.0, 9118.0, 9171.0, 9097.0, 9156.0, 9141.0, 9155.0, 9181.0, 9188.0, 9230.0, 9164.0, 9203.0, 9097.0, 9153.0, 9118.0, 9162.0, 9113.0, 9152.0, 9111.0, 9171.0, 9116.0, 9180.0, 9141.0, 9148.0, 9046.0, 9129.0, 9040.0, 9103.0, 9061.0, 9136.0, 9153.0, 9101.0, 9159.0, 9169.0, 9147.0, 9164.0, 9146.0, 9157.0, 9153.0, 9096.0, 9171.0, 9079.0, 9130.0, 9089.0, 9082.0, 9121.0, 9078.0, 9147.0, 9107.0, 9134.0, 9120.0, 9144.0, 9098.0, 9139.0, 9076.0, 9114.0, 9053.0, 9095.0, 9046.0, 9092.0, 9029.0, 9059.0, 9034.0, 9066.0, 9042.0, 9070.0, 9129.0, 9075.0, 9132.0, 9083.0, 9121.0, 9075.0, 9114.0, 9163.0, 9066.0, 9138.0, 9072.0, 9140.0, 9065.0, 9125.0, 9069.0, 9114.0, 9161.0, 9118.0, 9162.0, 9109.0, 9135.0, 9084.0, 9140.0, 9166.0, 9141.0, 9183.0, 9110.0, 9171.0, 9134.0, 9136.0, 9193.0, 9108.0, 9162.0, 9087.0, 9144.0, 9088.0, 9134.0, 9157.0, 9105.0, 9151.0, 9098.0, 9140.0, 9101.0, 9158.0, 9108.0, 9169.0, 9125.0, 9168.0, 9212.0, 9155.0, 9179.0, 9134.0, 9202.0, 9123.0, 9175.0, 9107.0, 9181.0, 9122.0, 9180.0, 9175.0, 9180.0, 9194.0, 9165.0, 9206.0, 9164.0, 9203.0, 9138.0, 9212.0, 9127.0, 9191.0, 9130.0, 9197.0, 9130.0, 9193.0, 9157.0, 9157.0, 9196.0, 9122.0, 9195.0, 9120.0, 9160.0, 9100.0, 9146.0, 9082.0, 9126.0, 9092.0, 9108.0, 9124.0, 9107.0, 9138.0, 9099.0, 9158.0, 9101.0, 9162.0, 9099.0, 9164.0, 9125.0, 9160.0, 9122.0, 9119.0, 9179.0, 9150.0, 9098.0, 9140.0, 9099.0, 9157.0, 9153.0, 9167.0, 9181.0, 9123.0, 9189.0, 9104.0, 9173.0, 9108.0, 9176.0, 9091.0, 9173.0, 9110.0, 9168.0, 9100.0, 9156.0, 9102.0, 9153.0, 9118.0, 9175.0, 9123.0, 9182.0, 9102.0, 9146.0, 9167.0, 9142.0, 9099.0, 9164.0, 9155.0, 9188.0, 9167.0, 9250.0, 9163.0, 9176.0, 9197.0, 9128.0, 9186.0, 9111.0, 9180.0, 9090.0, 9159.0, 9125.0, 9124.0, 9150.0, 9064.0, 9147.0, 9060.0, 9136.0, 9107.0, 9138.0, 9082.0, 9118.0, 9085.0, 9124.0, 9066.0, 9127.0, 9126.0, 9113.0, 9170.0, 9080.0, 9138.0, 9060.0, 9134.0, 9102.0, 9102.0, 9144.0, 9062.0, 9128.0, 9061.0, 9116.0, 9071.0, 9126.0, 9068.0, 9144.0, 9085.0, 9133.0, 9146.0, 9108.0, 9147.0, 9093.0, 9149.0, 9089.0, 9164.0, 9114.0, 9120.0, 9166.0, 9110.0, 9148.0, 9109.0, 9185.0, 9115.0, 9158.0, 9157.0, 9158.0, 9192.0, 9160.0, 9191.0, 9160.0, 9193.0, 9145.0, 9230.0, 9165.0, 9209.0, 9186.0, 9186.0, 9218.0, 9174.0, 9213.0, 9166.0, 9196.0, 9122.0, 9210.0, 9128.0, 9191.0, 9148.0, 9166.0, 9185.0, 9136.0, 9173.0, 9124.0, 9158.0, 9095.0, 9137.0, 9080.0, 9127.0, 9089.0, 9129.0, 9120.0, 9131.0, 9136.0, 9146.0, 9136.0, 9177.0, 9136.0, 9161.0, 9104.0, 9158.0, 9088.0, 9172.0, 9099.0, 9154.0, 9080.0, 9124.0, 9085.0, 9111.0, 9095.0, 9120.0, 9107.0, 9153.0, 9173.0, 9167.0, 9208.0, 9110.0, 9207.0, 9155.0, 9206.0, 9114.0, 9143.0, 9141.0, 9109.0, 9151.0, 9098.0, 9153.0, 9097.0, 9141.0, 9119.0, 9130.0, 9105.0, 9134.0, 9125.0, 9147.0, 9126.0, 9168.0, 9142.0, 9196.0, 9122.0, 9164.0, 9101.0, 9173.0, 9095.0, 9140.0, 9119.0, 9059.0, 9133.0, 9062.0, 9131.0, 9103.0, 9122.0, 9082.0, 9124.0, 9086.0, 9118.0, 9086.0, 9119.0, 9162.0, 9106.0, 9146.0, 9104.0, 9165.0, 9089.0, 9133.0, 9177.0, 9138.0, 9175.0, 9088.0, 9156.0, 9089.0, 9143.0, 9104.0, 9141.0, 9090.0, 9147.0, 9119.0, 9157.0, 9111.0, 9154.0, 9154.0, 9124.0, 9188.0, 9127.0, 9162.0, 9089.0, 9180.0, 9091.0, 9146.0, 9088.0, 9131.0, 9098.0, 9131.0, 9131.0, 9131.0, 9148.0, 9149.0, 9133.0, 9136.0, 9102.0, 9132.0, 9204.0, 9139.0, 9199.0, 9127.0, 9179.0, 9116.0, 9175.0, 9087.0, 9135.0, 9067.0, 9117.0, 9067.0, 9118.0, 9066.0, 9139.0, 9089.0, 9143.0, 9092.0, 9149.0, 9087.0, 9145.0, 9117.0, 9132.0, 9176.0, 9105.0, 9156.0, 9088.0, 9156.0, 9088.0, 9146.0, 9094.0, 9159.0, 9105.0, 9151.0, 9136.0, 9134.0, 9152.0, 9109.0, 9179.0, 9107.0, 9173.0, 9089.0, 9160.0, 9089.0, 9159.0, 9096.0, 9138.0, 9119.0, 9132.0, 9118.0, 9110.0, 9134.0, 9059.0, 9129.0, 9061.0, 9131.0, 9078.0, 9135.0, 9080.0, 9118.0, 9063.0, 9135.0, 9064.0, 9107.0, 9146.0, 9089.0, 9147.0, 9059.0, 9113.0, 9059.0, 9123.0, 9066.0, 9108.0, 9065.0, 9111.0, 9085.0, 9130.0, 9104.0, 9133.0, 9159.0, 9117.0, 9175.0, 9088.0, 9158.0, 9086.0, 9124.0, 9070.0, 9137.0, 9064.0, 9108.0, 9067.0, 9124.0, 9089.0, 9129.0, 9072.0, 9145.0, 9086.0, 9146.0, 9073.0, 9116.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.0018685878300803676</td></tr>
<tr><td colspan=3>aqi</td><td>0.04506243145809415</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.43598962102303</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.127027745413794</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9682861607816092</td></tr>
<tr><td colspan=3>efc</td><td>0.5019</td></tr>
<tr><td colspan=3>fber</td><td>4078.103</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14271707501663472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.121699196326063</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6970970430320906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6206081193380153</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9452312025074887</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.525451807250768</td></tr>
<tr><td colspan=3>gcor</td><td>0.00764734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012494657188653946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03151657059788704</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0047891185451965</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.9648</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.6042</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.4842</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293462.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.1182</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2298</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.1172</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3262.1616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.7155</td></tr>
<tr><td colspan=3>tsnr</td><td>29.23968846932985</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>