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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0064_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-04_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-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-01_task-social_acq-mb8_run-04_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-0064/ses-01/func/sub-0064_ses-01_task-social_acq-mb8_run-04_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>f5d8048a335b7114cb7fd0e9bb46e822</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>09:33:46.892500</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.999979, 0.00277927, -0.00588939, -0.00226886, 0.996381, 0.0849663]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0895572</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7215, 631, -88, -92, -16, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39d67a97-11a8-4146-94df-8d3b90925ddc||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.6828699111938477, -0.0060871965251863, -0.016481388360261917, 110.96304321289062], [-0.007456585299223661, 2.673218011856079, 0.2293679565191269, -95.1138916015625], [-0.01580079272389412, -0.22795826196670532, 2.6901893615722656, -44.75593185424805], [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': ['093346.892500', '093347.352500', '093347.812500', '093348.272500', '093348.732500', '093349.192500', '093349.652500', '093350.112500', '093350.572500', '093351.032500', '093351.492500', '093351.952500', '093352.412500', '093352.872500', '093353.332500', '093353.792500', '093354.252500', '093354.712500', '093355.172500', '093355.632500', '093356.092500', '093356.552500', '093357.012500', '093357.472500', '093357.932500', '093358.392500', '093358.852500', '093359.312500', '093359.772500', '093400.232500', '093400.692500', '093401.152500', '093401.612500', '093402.072500', '093402.532500', '093402.992500', '093403.452500', '093403.912500', '093404.372500', '093404.832500', '093405.292500', '093405.752500', '093406.212500', '093406.672500', '093407.132500', '093407.592500', '093408.052500', '093408.512500', '093408.972500', '093409.432500', '093409.892500', '093410.352500', '093410.812500', '093411.272500', '093411.732500', '093412.192500', '093412.652500', '093413.112500', '093413.572500', '093414.032500', '093414.492500', '093414.952500', '093415.412500', '093415.872500', '093416.332500', '093416.792500', '093417.252500', '093417.712500', '093418.172500', '093418.632500', '093419.092500', '093419.552500', '093420.012500', '093420.472500', '093420.932500', '093421.392500', '093421.852500', '093422.312500', '093422.772500', '093423.232500', '093423.692500', '093424.152500', '093424.612500', '093425.072500', '093425.532500', '093425.992500', '093426.452500', '093426.912500', '093427.372500', '093427.832500', '093428.292500', '093428.752500', '093429.212500', '093429.672500', '093430.132500', '093430.592500', '093431.052500', '093431.512500', '093431.972500', '093432.432500', '093432.892500', '093433.352500', '093433.812500', '093434.272500', '093434.732500', '093435.192500', '093435.652500', '093436.112500', '093436.572500', '093437.032500', '093437.492500', '093437.952500', '093438.412500', '093438.872500', '093439.332500', '093439.792500', '093440.252500', '093440.712500', '093441.172500', '093441.632500', '093442.092500', '093442.552500', '093443.012500', '093443.472500', '093443.932500', '093444.392500', '093444.852500', '093445.312500', '093445.772500', '093446.232500', '093446.692500', '093447.152500', '093447.612500', '093448.072500', '093448.532500', '093448.992500', '093449.452500', '093449.912500', '093450.372500', '093450.832500', '093451.292500', '093451.752500', '093452.212500', '093452.672500', '093453.132500', '093453.592500', '093454.052500', '093454.512500', '093454.972500', '093455.432500', '093455.892500', '093456.352500', '093456.812500', '093457.272500', '093457.732500', '093458.192500', '093458.652500', '093459.112500', '093459.572500', '093500.032500', '093500.492500', '093500.952500', '093501.412500', '093501.872500', '093502.332500', '093502.792500', '093503.252500', '093503.712500', '093504.172500', '093504.632500', '093505.092500', '093505.552500', '093506.012500', '093506.472500', '093506.932500', '093507.392500', '093507.852500', '093508.312500', '093508.772500', '093509.232500', '093509.692500', '093510.152500', '093510.612500', '093511.072500', '093511.532500', '093511.992500', '093512.452500', '093512.912500', '093513.372500', '093513.832500', '093514.292500', '093514.752500', '093515.212500', '093515.672500', '093516.132500', '093516.592500', '093517.052500', '093517.512500', '093517.972500', '093518.432500', '093518.892500', '093519.352500', '093519.812500', '093520.272500', '093520.732500', '093521.192500', '093521.652500', '093522.112500', '093522.572500', '093523.032500', '093523.492500', '093523.952500', '093524.412500', '093524.872500', '093525.332500', '093525.792500', '093526.252500', '093526.712500', '093527.172500', '093527.632500', '093528.092500', '093528.552500', '093529.012500', '093529.472500', '093529.932500', '093530.392500', '093530.852500', '093531.312500', '093531.772500', '093532.232500', '093532.692500', '093533.152500', '093533.612500', '093534.072500', '093534.532500', '093534.992500', '093535.452500', '093535.912500', '093536.372500', '093536.832500', '093537.292500', '093537.752500', '093538.212500', '093538.672500', '093539.132500', '093539.592500', '093540.052500', '093540.512500', '093540.972500', '093541.432500', '093541.892500', '093542.352500', '093542.812500', '093543.272500', '093543.732500', '093544.192500', '093544.652500', '093545.112500', '093545.572500', '093546.032500', '093546.492500', '093546.952500', '093547.412500', '093547.872500', '093548.332500', '093548.792500', '093549.252500', '093549.712500', '093550.172500', '093550.632500', '093551.092500', '093551.552500', '093552.012500', '093552.472500', '093552.932500', '093553.392500', '093553.852500', '093554.312500', '093554.772500', '093555.232500', '093555.692500', '093556.152500', '093556.612500', '093557.072500', '093557.532500', '093557.992500', '093558.452500', '093558.912500', '093559.372500', '093559.832500', '093600.292500', '093600.752500', '093601.212500', '093601.672500', '093602.132500', '093602.592500', '093603.052500', '093603.512500', '093603.972500', '093604.432500', '093604.892500', '093605.352500', '093605.812500', '093606.272500', '093606.732500', '093607.192500', '093607.652500', '093608.112500', '093608.572500', '093609.032500', '093609.492500', '093609.952500', '093610.412500', '093610.872500', '093611.332500', '093611.792500', '093612.252500', '093612.712500', '093613.172500', '093613.632500', '093614.092500', '093614.552500', '093615.012500', '093615.472500', '093615.932500', '093616.392500', '093616.852500', '093617.312500', '093617.772500', '093618.232500', '093618.692500', '093619.152500', '093619.612500', '093620.072500', '093620.532500', '093620.992500', '093621.452500', '093621.912500', '093622.372500', '093622.832500', '093623.292500', '093623.752500', '093624.212500', '093624.672500', '093625.132500', '093625.592500', '093626.052500', '093626.512500', '093626.972500', '093627.432500', '093627.892500', '093628.352500', '093628.812500', '093629.272500', '093629.732500', '093630.192500', '093630.652500', '093631.112500', '093631.572500', '093632.032500', '093632.492500', '093632.952500', '093633.412500', '093633.872500', '093634.332500', '093634.792500', '093635.252500', '093635.712500', '093636.172500', '093636.632500', '093637.092500', '093637.552500', '093638.012500', '093638.472500', '093638.932500', '093639.392500', '093639.852500', '093640.312500', '093640.772500', '093641.232500', '093641.692500', '093642.152500', '093642.612500', '093643.072500', '093643.532500', '093643.992500', '093644.452500', '093644.912500', '093645.372500', '093645.832500', '093646.292500', '093646.752500', '093647.212500', '093647.672500', '093648.132500', '093648.592500', '093649.052500', '093649.512500', '093649.972500', '093650.432500', '093650.892500', '093651.352500', '093651.812500', '093652.272500', '093652.732500', '093653.192500', '093653.652500', '093654.112500', '093654.572500', '093655.032500', '093655.492500', '093655.952500', '093656.412500', '093656.872500', '093657.332500', '093657.792500', '093658.252500', '093658.712500', '093659.172500', '093659.632500', '093700.092500', '093700.552500', '093701.012500', '093701.472500', '093701.932500', '093702.392500', '093702.852500', '093703.312500', '093703.772500', '093704.232500', '093704.692500', '093705.152500', '093705.612500', '093706.072500', '093706.532500', '093706.992500', '093707.452500', '093707.912500', '093708.372500', '093708.832500', '093709.292500', '093709.752500', '093710.212500', '093710.672500', '093711.132500', '093711.592500', '093712.052500', '093712.512500', '093712.972500', '093713.432500', '093713.892500', '093714.352500', '093714.812500', '093715.272500', '093715.732500', '093716.192500', '093716.652500', '093717.112500', '093717.572500', '093718.032500', '093718.492500', '093718.952500', '093719.412500', '093719.872500', '093720.332500', '093720.792500', '093721.252500', '093721.712500', '093722.172500', '093722.632500', '093723.092500', '093723.552500', '093724.012500', '093724.472500', '093724.932500', '093725.392500', '093725.852500', '093726.312500', '093726.772500', '093727.232500', '093727.692500', '093728.152500', '093728.612500', '093729.072500', '093729.532500', '093729.992500', '093730.452500', '093730.912500', '093731.372500', '093731.832500', '093732.292500', '093732.752500', '093733.212500', '093733.672500', '093734.132500', '093734.592500', '093735.052500', '093735.512500', '093735.972500', '093736.432500', '093736.892500', '093737.352500', '093737.812500', '093738.272500', '093738.732500', '093739.192500', '093739.652500', '093740.112500', '093740.572500', '093741.032500', '093741.492500', '093741.952500', '093742.412500', '093742.872500', '093743.332500', '093743.792500', '093744.252500', '093744.712500', '093745.172500', '093745.632500', '093746.092500', '093746.552500', '093747.012500', '093747.472500', '093747.932500', '093748.392500', '093748.852500', '093749.312500', '093749.772500', '093750.232500', '093750.692500', '093751.152500', '093751.612500', '093752.072500', '093752.532500', '093752.992500', '093753.452500', '093753.912500', '093754.372500', '093754.832500', '093755.292500', '093755.752500', '093756.212500', '093756.672500', '093757.132500', '093757.592500', '093758.052500', '093758.512500', '093758.972500', '093759.432500', '093759.892500', '093800.352500', '093800.812500', '093801.272500', '093801.732500', '093802.192500', '093802.652500', '093803.112500', '093803.572500', '093804.032500', '093804.492500', '093804.952500', '093805.412500', '093805.872500', '093806.332500', '093806.792500', '093807.252500', '093807.712500', '093808.172500', '093808.632500', '093809.092500', '093809.552500', '093810.012500', '093810.472500', '093810.932500', '093811.392500', '093811.852500', '093812.312500', '093812.772500', '093813.232500', '093813.692500', '093814.152500', '093814.612500', '093815.072500', '093815.532500', '093815.992500', '093816.452500', '093816.912500', '093817.372500', '093817.832500', '093818.292500', '093818.752500', '093819.212500', '093819.672500', '093820.132500', '093820.592500', '093821.052500', '093821.512500', '093821.972500', '093822.432500', '093822.892500', '093823.352500', '093823.812500', '093824.272500', '093824.732500', '093825.192500', '093825.652500', '093826.112500', '093826.572500', '093827.032500', '093827.492500', '093827.952500', '093828.412500', '093828.872500', '093829.332500', '093829.792500', '093830.252500', '093830.712500', '093831.172500', '093831.632500', '093832.092500', '093832.552500', '093833.012500', '093833.472500', '093833.932500', '093834.392500', '093834.852500', '093835.312500', '093835.772500', '093836.232500', '093836.692500', '093837.152500', '093837.612500', '093838.072500', '093838.532500', '093838.992500', '093839.452500', '093839.912500', '093840.372500', '093840.832500', '093841.292500', '093841.752500', '093842.212500', '093842.672500', '093843.132500', '093843.592500', '093844.052500', '093844.512500', '093844.972500', '093845.432500', '093845.892500', '093846.352500', '093846.812500', '093847.272500', '093847.732500', '093848.192500', '093848.652500', '093849.112500', '093849.572500', '093850.032500', '093850.492500', '093850.952500', '093851.412500', '093851.872500', '093852.332500', '093852.792500', '093853.252500', '093853.712500', '093854.172500', '093854.632500', '093855.092500', '093855.552500', '093856.012500', '093856.472500', '093856.932500', '093857.392500', '093857.852500', '093858.312500', '093858.772500', '093859.232500', '093859.692500', '093900.152500', '093900.612500', '093901.072500', '093901.532500', '093901.992500', '093902.452500', '093902.912500', '093903.372500', '093903.832500', '093904.292500', '093904.752500', '093905.212500', '093905.672500', '093906.132500', '093906.592500', '093907.052500', '093907.512500', '093907.972500', '093908.432500', '093908.892500', '093909.352500', '093909.812500', '093910.272500', '093910.732500', '093911.192500', '093911.652500', '093912.112500', '093912.572500', '093913.032500', '093913.492500', '093913.952500', '093914.412500', '093914.872500', '093915.332500', '093915.792500', '093916.252500', '093916.712500', '093917.172500', '093917.632500', '093918.092500', '093918.552500', '093919.012500', '093919.472500', '093919.932500', '093920.392500', '093920.852500', '093921.312500', '093921.772500', '093922.232500', '093922.692500', '093923.152500', '093923.612500', '093924.072500', '093924.532500', '093924.992500', '093925.452500', '093925.912500', '093926.372500', '093926.832500', '093927.292500', '093927.752500', '093928.212500', '093928.672500', '093929.132500', '093929.592500', '093930.052500', '093930.512500', '093930.972500', '093931.432500', '093931.892500', '093932.352500', '093932.812500', '093933.272500', '093933.732500', '093934.192500', '093934.652500', '093935.112500', '093935.572500', '093936.032500', '093936.492500', '093936.952500', '093937.412500', '093937.872500', '093938.332500', '093938.792500', '093939.252500', '093939.712500', '093940.172500', '093940.632500', '093941.092500', '093941.552500', '093942.012500', '093942.472500', '093942.932500', '093943.392500', '093943.852500', '093944.312500', '093944.772500', '093945.232500', '093945.692500', '093946.152500', '093946.612500', '093947.072500', '093947.532500', '093947.992500', '093948.452500', '093948.912500', '093949.372500', '093949.832500', '093950.292500', '093950.752500', '093951.212500', '093951.672500', '093952.132500', '093952.592500', '093953.052500', '093953.512500', '093953.972500', '093954.432500', '093954.892500', '093955.352500', '093955.812500', '093956.272500', '093956.732500', '093957.192500', '093957.652500', '093958.112500', '093958.572500', '093959.032500', '093959.492500', '093959.952500', '094000.412500', '094000.872500', '094001.332500', '094001.792500', '094002.252500', '094002.712500', '094003.172500', '094003.632500', '094004.092500', '094004.552500', '094005.012500', '094005.472500', '094005.932500', '094006.392500', '094006.852500', '094007.312500', '094007.772500', '094008.232500', '094008.692500', '094009.152500', '094009.612500', '094010.072500', '094010.532500', '094010.992500', '094011.452500', '094011.912500', '094012.372500', '094012.832500', '094013.292500', '094013.752500', '094014.212500', '094014.672500', '094015.132500', '094015.592500', '094016.052500', '094016.512500', '094016.972500', '094017.432500', '094017.892500', '094018.352500', '094018.812500', '094019.272500', '094019.732500', '094020.192500', '094020.652500', '094021.112500', '094021.572500', '094022.032500', '094022.492500', '094022.952500', '094023.412500', '094023.872500', '094024.332500', '094024.792500', '094025.252500', '094025.712500', '094026.172500', '094026.632500', '094027.092500', '094027.552500'], 'ContentTime': ['093413.689000', '093413.692000', '093413.694000', '093413.697000', '093413.700000', '093413.702000', '093413.705000', '093413.708000', '093413.710000', '093413.713000', '093413.716000', '093413.719000', '093413.739000', '093413.742000', '093413.744000', '093413.747000', '093413.749000', '093413.752000', '093413.755000', '093413.757000', '093413.760000', '093413.762000', '093413.765000', '093413.768000', '093413.770000', '093413.773000', '093413.775000', '093413.794000', '093413.797000', '093413.800000', '093413.802000', '093413.805000', '093413.807000', '093413.810000', '093413.812000', '093413.815000', '093413.818000', '093413.820000', '093413.823000', '093413.826000', '093413.828000', '093413.831000', '093413.834000', '093413.836000', '093413.839000', '093413.841000', '093413.844000', '093413.847000', '093413.849000', '093413.852000', '093413.854000', '093413.857000', '093413.860000', '093413.862000', '093413.865000', '093413.868000', '093433.656000', '093433.659000', '093433.662000', '093433.665000', '093433.667000', '093433.670000', '093433.672000', '093433.675000', '093433.678000', '093433.680000', '093433.683000', '093433.685000', '093433.688000', '093433.691000', '093433.693000', '093433.696000', '093433.698000', '093433.701000', '093433.709000', '093433.712000', '093433.715000', '093433.717000', '093433.720000', '093433.723000', '093433.725000', '093433.728000', '093433.731000', '093433.733000', '093433.736000', '093433.738000', '093433.741000', '093433.744000', '093433.746000', '093433.749000', '093433.751000', '093433.754000', '093433.756000', '093433.759000', '093433.761000', '093433.764000', '093433.766000', '093433.769000', '093433.772000', '093433.774000', '093453.656000', '093453.659000', '093453.662000', '093453.664000', '093453.667000', '093453.670000', '093453.672000', '093453.675000', '093453.678000', '093453.681000', '093453.683000', '093453.686000', '093453.689000', '093453.691000', '093453.694000', '093453.696000', '093453.699000', '093453.702000', '093453.704000', '093453.707000', '093453.709000', '093453.712000', '093453.714000', '093453.717000', '093453.720000', '093453.722000', '093453.725000', '093453.728000', '093453.731000', '093453.740000', '093453.743000', '093453.745000', '093453.748000', '093453.750000', '093453.753000', '093453.756000', '093453.758000', '093453.761000', '093453.764000', '093453.766000', '093453.769000', '093453.771000', '093453.774000', '093513.656000', '093513.659000', '093513.662000', '093513.664000', '093513.667000', '093513.670000', '093513.672000', '093513.675000', '093513.677000', '093513.680000', '093513.683000', '093513.686000', '093513.688000', '093513.691000', '093513.693000', '093513.696000', '093513.699000', '093513.701000', '093513.704000', '093513.706000', '093513.709000', '093513.712000', '093513.714000', '093513.717000', '093513.719000', '093513.722000', '093513.725000', '093513.727000', '093513.730000', '093513.732000', '093513.735000', '093513.738000', '093513.740000', '093513.743000', '093513.745000', '093513.748000', '093513.751000', '093513.753000', '093513.756000', '093513.758000', '093513.761000', '093513.764000', '093513.767000', '093513.769000', '093533.656000', '093533.659000', '093533.662000', '093533.665000', '093533.668000', '093533.670000', '093533.673000', '093533.676000', '093533.678000', '093533.681000', '093533.683000', '093533.686000', '093533.689000', '093533.691000', '093533.694000', '093533.697000', '093533.699000', '093533.702000', '093533.704000', '093533.709000', '093533.711000', '093533.714000', '093533.716000', '093533.719000', '093533.722000', '093533.725000', '093533.727000', '093533.730000', '093533.733000', '093533.735000', '093533.738000', '093533.741000', '093533.743000', '093533.746000', '093533.751000', '093533.753000', '093533.756000', '093533.759000', '093533.761000', '093533.764000', '093533.766000', '093533.769000', '093533.772000', '093553.657000', '093553.659000', '093553.662000', '093553.665000', '093553.667000', '093553.670000', '093553.673000', '093553.675000', '093553.678000', '093553.681000', '093553.690000', '093553.693000', '093553.696000', '093553.698000', '093553.706000', '093553.708000', '093553.711000', '093553.714000', '093553.716000', '093553.719000', '093553.721000', '093553.724000', '093553.727000', '093553.729000', '093553.732000', '093553.735000', '093553.737000', '093553.740000', '093553.743000', '093553.745000', '093553.748000', '093553.750000', '093553.753000', '093553.756000', '093553.758000', '093553.761000', '093553.764000', '093553.766000', '093553.769000', '093553.772000', '093553.774000', '093553.777000', '093553.779000', '093553.782000', '093613.655000', '093613.658000', '093613.661000', '093613.664000', '093613.666000', '093613.669000', '093613.672000', '093613.674000', '093613.677000', '093613.680000', '093613.682000', '093613.685000', '093613.687000', '093613.690000', '093613.693000', '093613.695000', '093613.698000', '093613.701000', '093613.703000', '093613.706000', '093613.709000', '093613.711000', '093613.714000', '093613.717000', '093613.719000', '093613.722000', '093613.724000', '093613.727000', '093613.730000', '093613.732000', '093613.735000', '093613.737000', '093613.740000', '093613.743000', '093613.746000', '093613.748000', '093613.751000', '093613.753000', '093613.756000', '093613.759000', '093613.761000', '093613.764000', '093613.766000', '093633.657000', '093633.659000', '093633.662000', '093633.665000', '093633.667000', '093633.670000', '093633.672000', '093633.675000', '093633.678000', '093633.681000', '093633.683000', '093633.686000', '093633.689000', '093633.691000', '093633.694000', '093633.696000', '093633.699000', '093633.702000', '093633.704000', '093633.707000', '093633.710000', '093633.712000', '093633.715000', '093633.718000', '093633.720000', '093633.723000', '093633.725000', '093633.728000', '093633.731000', '093633.733000', '093633.736000', '093633.738000', '093633.741000', '093633.743000', '093633.746000', '093633.749000', '093633.751000', '093633.754000', '093633.757000', '093633.759000', '093633.762000', '093633.764000', '093633.767000', '093633.770000', '093653.656000', '093653.659000', '093653.662000', '093653.665000', '093653.667000', '093653.670000', '093653.672000', '093653.675000', '093653.678000', '093653.681000', '093653.683000', '093653.686000', '093653.688000', '093653.691000', '093653.694000', '093653.696000', '093653.699000', '093653.702000', '093653.704000', '093653.707000', '093653.710000', '093653.712000', '093653.715000', '093653.718000', '093653.720000', '093653.723000', '093653.726000', '093653.728000', '093653.731000', '093653.733000', '093653.736000', '093653.739000', '093653.741000', '093653.744000', '093653.747000', '093653.749000', '093653.752000', '093653.755000', '093653.757000', '093653.760000', '093653.762000', '093653.765000', '093653.768000', '093713.656000', '093713.659000', '093713.662000', '093713.665000', '093713.668000', '093713.670000', '093713.677000', '093713.680000', '093713.682000', '093713.685000', '093713.688000', '093713.691000', '093713.693000', '093713.696000', '093713.699000', '093713.701000', '093713.704000', '093713.706000', '093713.709000', '093713.712000', '093713.715000', '093713.718000', '093713.721000', '093713.723000', '093713.726000', '093713.728000', '093713.731000', '093713.734000', '093713.736000', '093713.739000', '093713.742000', '093713.744000', '093713.747000', '093713.750000', '093713.752000', '093713.755000', '093713.758000', '093713.760000', '093713.763000', '093713.766000', '093713.768000', '093713.771000', '093713.773000', '093713.776000', '093733.657000', '093733.659000', '093733.662000', '093733.665000', '093733.667000', '093733.670000', '093733.673000', '093733.675000', '093733.678000', '093733.681000', '093733.683000', '093733.686000', '093733.689000', '093733.691000', '093733.694000', '093733.697000', '093733.699000', '093733.702000', '093733.705000', '093733.707000', '093733.710000', '093733.712000', '093733.715000', '093733.718000', '093733.720000', '093733.723000', '093733.726000', '093733.728000', '093733.731000', '093733.734000', '093733.736000', '093733.739000', '093733.742000', '093733.744000', '093733.747000', '093733.749000', '093733.752000', '093733.755000', '093733.757000', '093733.760000', '093733.763000', '093733.765000', '093733.768000', '093753.657000', '093753.660000', '093753.662000', '093753.665000', '093753.668000', '093753.670000', '093753.673000', '093753.676000', '093753.678000', '093753.681000', '093753.683000', '093753.686000', '093753.689000', '093753.691000', '093753.694000', '093753.697000', '093753.699000', '093753.702000', '093753.705000', '093753.707000', '093753.710000', '093753.713000', '093753.715000', '093753.718000', '093753.720000', '093753.723000', '093753.726000', '093753.728000', '093753.731000', '093753.734000', '093753.736000', '093753.739000', '093753.741000', '093753.744000', '093753.747000', '093753.749000', '093753.752000', '093753.755000', '093753.757000', '093753.760000', '093753.762000', '093753.765000', '093753.768000', '093753.770000', '093813.657000', '093813.660000', '093813.662000', '093813.665000', '093813.667000', '093813.670000', '093813.673000', '093813.676000', '093813.678000', '093813.681000', '093813.683000', '093813.686000', '093813.689000', '093813.691000', '093813.694000', '093813.697000', '093813.699000', '093813.702000', '093813.705000', '093813.708000', '093813.710000', '093813.713000', '093813.715000', '093813.718000', '093813.721000', '093813.723000', '093813.726000', '093813.729000', '093813.731000', '093813.734000', '093813.736000', '093813.739000', '093813.742000', '093813.744000', '093813.747000', '093813.750000', '093813.752000', '093813.755000', '093813.758000', '093813.760000', '093813.763000', '093813.766000', '093833.655000', '093833.659000', '093833.661000', '093833.664000', '093833.666000', '093833.669000', '093833.672000', '093833.675000', '093833.678000', '093833.680000', '093833.683000', '093833.686000', '093833.688000', '093833.691000', '093833.694000', '093833.696000', '093833.699000', '093833.702000', '093833.705000', '093833.707000', '093833.710000', '093833.713000', '093833.715000', '093833.718000', '093833.720000', '093833.723000', '093833.726000', '093833.729000', '093833.732000', '093833.735000', '093833.737000', '093833.740000', '093833.743000', '093833.745000', '093833.748000', '093833.751000', '093833.753000', '093833.756000', '093833.759000', '093833.761000', '093833.764000', '093833.767000', '093833.769000', '093833.772000', '093853.657000', '093853.660000', '093853.662000', '093853.665000', '093853.668000', '093853.671000', '093853.673000', '093853.676000', '093853.678000', '093853.681000', '093853.684000', '093853.686000', '093853.689000', '093853.692000', '093853.694000', '093853.697000', '093853.700000', '093853.711000', '093853.713000', '093853.716000', '093853.719000', '093853.722000', '093853.724000', '093853.727000', '093853.730000', '093853.732000', '093853.735000', '093853.738000', '093853.740000', '093853.743000', '093853.746000', '093853.749000', '093853.752000', '093853.754000', '093853.757000', '093853.760000', '093853.762000', '093853.765000', '093853.768000', '093853.770000', '093853.773000', '093853.776000', '093853.779000', '093853.781000', '093913.657000', '093913.660000', '093913.662000', '093913.666000', '093913.668000', '093913.671000', '093913.673000', '093913.676000', '093913.679000', '093913.681000', '093913.684000', '093913.687000', '093913.689000', '093913.692000', '093913.695000', '093913.698000', '093913.700000', '093913.703000', '093913.705000', '093913.708000', '093913.711000', '093913.713000', '093913.716000', '093913.719000', '093913.721000', '093913.724000', '093913.727000', '093913.729000', '093913.732000', '093913.735000', '093913.737000', '093913.740000', '093913.743000', '093913.745000', '093913.748000', '093913.751000', '093913.753000', '093913.756000', '093913.759000', '093913.761000', '093913.764000', '093913.766000', '093913.769000', '093933.657000', '093933.660000', '093933.662000', '093933.665000', '093933.668000', '093933.670000', '093933.673000', '093933.676000', '093933.678000', '093933.681000', '093933.684000', '093933.686000', '093933.689000', '093933.692000', '093933.694000', '093933.697000', '093933.700000', '093933.702000', '093933.705000', '093933.708000', '093933.710000', '093933.713000', '093933.716000', '093933.718000', '093933.721000', '093933.723000', '093933.726000', '093933.729000', '093933.731000', '093933.734000', '093933.742000', '093933.745000', '093933.747000', '093933.750000', '093933.753000', '093933.755000', '093933.758000', '093933.761000', '093933.763000', '093933.766000', '093933.769000', '093933.771000', '093933.774000', '093933.777000', '093953.656000', '093953.659000', '093953.664000', '093953.666000', '093953.669000', '093953.672000', '093953.674000', '093953.677000', '093953.680000', '093953.682000', '093953.685000', '093953.688000', '093953.690000', '093953.693000', '093953.695000', '093953.698000', '093953.701000', '093953.703000', '093953.706000', '093953.709000', '093953.711000', '093953.714000', '093953.718000', '093953.720000', '093953.723000', '093953.725000', '093953.728000', '093953.731000', '093953.733000', '093953.736000', '093953.739000', '093953.741000', '093953.744000', '093953.747000', '093953.749000', '093953.752000', '093953.754000', '093953.757000', '093953.760000', '093953.762000', '093953.765000', '093953.768000', '093953.770000', '094013.656000', '094013.660000', '094013.662000', '094013.665000', '094013.668000', '094013.670000', '094013.673000', '094013.675000', '094013.678000', '094013.681000', '094013.683000', '094013.686000', '094013.689000', '094013.692000', '094013.694000', '094013.697000', '094013.700000', '094013.702000', '094013.705000', '094013.707000', '094013.710000', '094013.713000', '094013.715000', '094013.718000', '094013.721000', '094013.723000', '094013.726000', '094013.741000', '094013.743000', '094013.746000', '094013.749000', '094013.751000', '094013.754000', '094013.757000', '094013.759000', '094013.762000', '094013.765000', '094013.767000', '094013.770000', '094013.773000', '094013.775000', '094013.778000', '094013.781000', '094013.783000', '094028.635000', '094028.638000', '094028.641000', '094028.644000', '094028.647000', '094028.650000', '094028.653000', '094028.656000', '094028.659000', '094028.661000', '094028.665000', '094028.668000', '094028.671000', '094028.674000', '094028.676000', '094028.679000', '094028.682000', '094028.685000', '094028.688000', '094028.690000', '094028.693000', '094028.696000', '094028.698000', '094028.701000', '094028.704000', '094028.707000', '094028.709000', '094028.712000', '094028.715000', '094028.720000', '094028.723000', '094028.726000', '094028.729000'], 'InstanceCreationTime': ['093413.689000', '093413.692000', '093413.694000', '093413.697000', '093413.700000', '093413.702000', '093413.705000', '093413.708000', '093413.710000', '093413.713000', '093413.716000', '093413.719000', '093413.739000', '093413.742000', '093413.744000', '093413.747000', '093413.749000', '093413.752000', '093413.755000', '093413.757000', '093413.760000', '093413.762000', '093413.765000', '093413.768000', '093413.770000', '093413.773000', '093413.775000', '093413.794000', '093413.797000', '093413.800000', '093413.802000', '093413.805000', '093413.807000', '093413.810000', '093413.812000', '093413.815000', '093413.818000', '093413.820000', '093413.823000', '093413.826000', '093413.828000', '093413.831000', '093413.834000', '093413.836000', '093413.839000', '093413.841000', '093413.844000', '093413.847000', '093413.849000', '093413.852000', '093413.854000', '093413.857000', '093413.860000', '093413.862000', '093413.865000', '093413.868000', '093433.656000', '093433.659000', '093433.662000', '093433.665000', '093433.667000', '093433.670000', '093433.672000', '093433.675000', '093433.678000', '093433.680000', '093433.683000', '093433.685000', '093433.688000', '093433.691000', '093433.693000', '093433.696000', '093433.698000', '093433.701000', '093433.709000', '093433.712000', '093433.715000', '093433.717000', '093433.720000', '093433.723000', '093433.725000', '093433.728000', '093433.731000', '093433.733000', '093433.736000', '093433.738000', '093433.741000', '093433.744000', '093433.746000', '093433.749000', '093433.751000', '093433.754000', '093433.756000', '093433.759000', '093433.761000', '093433.764000', '093433.766000', '093433.769000', '093433.772000', '093433.774000', '093453.656000', '093453.659000', '093453.662000', '093453.664000', '093453.667000', '093453.670000', '093453.672000', '093453.675000', '093453.678000', '093453.681000', '093453.683000', '093453.686000', '093453.689000', '093453.691000', '093453.694000', '093453.696000', '093453.699000', '093453.702000', '093453.704000', '093453.707000', '093453.709000', '093453.712000', '093453.714000', '093453.717000', '093453.720000', '093453.722000', '093453.725000', '093453.728000', '093453.731000', '093453.740000', '093453.743000', '093453.745000', '093453.748000', '093453.750000', '093453.753000', '093453.756000', '093453.758000', '093453.761000', '093453.764000', '093453.766000', '093453.769000', '093453.771000', '093453.774000', '093513.656000', '093513.659000', '093513.662000', '093513.664000', '093513.667000', '093513.670000', '093513.672000', '093513.675000', '093513.677000', '093513.680000', '093513.683000', '093513.686000', '093513.688000', '093513.691000', '093513.693000', '093513.696000', '093513.699000', '093513.701000', '093513.704000', '093513.706000', '093513.709000', '093513.712000', '093513.714000', '093513.717000', '093513.719000', '093513.722000', '093513.725000', '093513.727000', '093513.730000', '093513.732000', '093513.735000', '093513.738000', '093513.740000', '093513.743000', '093513.745000', '093513.748000', '093513.751000', '093513.753000', '093513.756000', '093513.758000', '093513.761000', '093513.764000', '093513.767000', '093513.769000', '093533.656000', '093533.659000', '093533.662000', '093533.665000', '093533.668000', '093533.670000', '093533.673000', '093533.676000', '093533.678000', '093533.681000', '093533.683000', '093533.686000', '093533.689000', '093533.691000', '093533.694000', '093533.697000', '093533.699000', '093533.702000', '093533.704000', '093533.709000', '093533.711000', '093533.714000', '093533.716000', '093533.719000', '093533.722000', '093533.725000', '093533.727000', '093533.730000', '093533.733000', '093533.735000', '093533.738000', '093533.741000', '093533.743000', '093533.746000', '093533.751000', '093533.753000', '093533.756000', '093533.759000', '093533.761000', '093533.764000', '093533.766000', '093533.769000', '093533.772000', '093553.657000', '093553.659000', '093553.662000', '093553.665000', '093553.667000', '093553.670000', '093553.673000', '093553.675000', '093553.678000', '093553.681000', '093553.690000', '093553.693000', '093553.696000', '093553.698000', '093553.706000', '093553.708000', '093553.711000', '093553.714000', '093553.716000', '093553.719000', '093553.721000', '093553.724000', '093553.727000', '093553.729000', '093553.732000', '093553.735000', '093553.737000', '093553.740000', '093553.743000', '093553.745000', '093553.748000', '093553.750000', '093553.753000', '093553.756000', '093553.758000', '093553.761000', '093553.764000', '093553.766000', '093553.769000', '093553.772000', '093553.774000', '093553.777000', '093553.779000', '093553.782000', '093613.655000', '093613.658000', '093613.661000', '093613.664000', '093613.666000', '093613.669000', '093613.672000', '093613.674000', '093613.677000', '093613.680000', '093613.682000', '093613.685000', '093613.687000', '093613.690000', '093613.693000', '093613.695000', '093613.698000', '093613.701000', '093613.703000', '093613.706000', '093613.709000', '093613.711000', '093613.714000', '093613.717000', '093613.719000', '093613.722000', '093613.724000', '093613.727000', '093613.730000', '093613.732000', '093613.735000', '093613.737000', '093613.740000', '093613.743000', '093613.746000', '093613.748000', '093613.751000', '093613.753000', '093613.756000', '093613.759000', '093613.761000', '093613.764000', '093613.766000', '093633.657000', '093633.659000', '093633.662000', '093633.665000', '093633.667000', '093633.670000', '093633.672000', '093633.675000', '093633.678000', '093633.681000', '093633.683000', '093633.686000', '093633.689000', '093633.691000', '093633.694000', '093633.696000', '093633.699000', '093633.702000', '093633.704000', '093633.707000', '093633.710000', '093633.712000', '093633.715000', '093633.718000', '093633.720000', '093633.723000', '093633.725000', '093633.728000', '093633.731000', '093633.733000', '093633.736000', '093633.738000', '093633.741000', '093633.743000', '093633.746000', '093633.749000', '093633.751000', '093633.754000', '093633.757000', '093633.759000', '093633.762000', '093633.764000', '093633.767000', '093633.770000', '093653.656000', '093653.659000', '093653.662000', '093653.665000', '093653.667000', '093653.670000', '093653.672000', '093653.675000', '093653.678000', '093653.681000', '093653.683000', '093653.686000', '093653.688000', '093653.691000', '093653.694000', '093653.696000', '093653.699000', '093653.702000', '093653.704000', '093653.707000', '093653.710000', '093653.712000', '093653.715000', '093653.718000', '093653.720000', '093653.723000', '093653.726000', '093653.728000', '093653.731000', '093653.733000', '093653.736000', '093653.739000', '093653.741000', '093653.744000', '093653.747000', '093653.749000', '093653.752000', '093653.755000', '093653.757000', '093653.760000', '093653.762000', '093653.765000', '093653.768000', '093713.656000', '093713.659000', '093713.662000', '093713.665000', '093713.668000', '093713.670000', '093713.677000', '093713.680000', '093713.682000', '093713.685000', '093713.688000', '093713.691000', '093713.693000', '093713.696000', '093713.699000', '093713.701000', '093713.704000', '093713.706000', '093713.709000', '093713.712000', '093713.715000', '093713.718000', '093713.721000', '093713.723000', '093713.726000', '093713.728000', '093713.731000', '093713.734000', '093713.736000', '093713.739000', '093713.742000', '093713.744000', '093713.747000', '093713.750000', '093713.752000', '093713.755000', '093713.758000', '093713.760000', '093713.763000', '093713.766000', '093713.768000', '093713.771000', '093713.773000', '093713.776000', '093733.657000', '093733.659000', '093733.662000', '093733.665000', '093733.667000', '093733.670000', '093733.673000', '093733.675000', '093733.678000', '093733.681000', '093733.683000', '093733.686000', '093733.689000', '093733.691000', '093733.694000', '093733.697000', '093733.699000', '093733.702000', '093733.705000', '093733.707000', '093733.710000', '093733.712000', '093733.715000', '093733.718000', '093733.720000', '093733.723000', '093733.726000', '093733.728000', '093733.731000', '093733.734000', '093733.736000', '093733.739000', '093733.742000', '093733.744000', '093733.747000', '093733.749000', '093733.752000', '093733.755000', '093733.757000', '093733.760000', '093733.763000', '093733.765000', '093733.768000', '093753.657000', '093753.660000', '093753.662000', '093753.665000', '093753.668000', '093753.670000', '093753.673000', '093753.676000', '093753.678000', '093753.681000', '093753.683000', '093753.686000', '093753.689000', '093753.691000', '093753.694000', '093753.697000', '093753.699000', '093753.702000', '093753.705000', '093753.707000', '093753.710000', '093753.713000', '093753.715000', '093753.718000', '093753.720000', '093753.723000', '093753.726000', '093753.728000', '093753.731000', '093753.734000', '093753.736000', '093753.739000', '093753.741000', '093753.744000', '093753.747000', '093753.749000', '093753.752000', '093753.755000', '093753.757000', '093753.760000', '093753.762000', '093753.765000', '093753.768000', '093753.770000', '093813.657000', '093813.660000', '093813.662000', '093813.665000', '093813.667000', '093813.670000', '093813.673000', '093813.676000', '093813.678000', '093813.681000', '093813.683000', '093813.686000', '093813.689000', '093813.691000', '093813.694000', '093813.697000', '093813.699000', '093813.702000', '093813.705000', '093813.708000', '093813.710000', '093813.713000', '093813.715000', '093813.718000', '093813.721000', '093813.723000', '093813.726000', '093813.729000', '093813.731000', '093813.734000', '093813.736000', '093813.739000', '093813.742000', '093813.744000', '093813.747000', '093813.750000', '093813.752000', '093813.755000', '093813.758000', '093813.760000', '093813.763000', '093813.766000', '093833.655000', '093833.659000', '093833.661000', '093833.664000', '093833.666000', '093833.669000', '093833.672000', '093833.675000', '093833.678000', '093833.680000', '093833.683000', '093833.686000', '093833.688000', '093833.691000', '093833.694000', '093833.696000', '093833.699000', '093833.702000', '093833.705000', '093833.707000', '093833.710000', '093833.713000', '093833.715000', '093833.718000', '093833.720000', '093833.723000', '093833.726000', '093833.729000', '093833.732000', '093833.735000', '093833.737000', '093833.740000', '093833.743000', '093833.745000', '093833.748000', '093833.751000', '093833.753000', '093833.756000', '093833.759000', '093833.761000', '093833.764000', '093833.767000', '093833.769000', '093833.772000', '093853.657000', '093853.660000', '093853.662000', '093853.665000', '093853.668000', '093853.671000', '093853.673000', '093853.676000', '093853.678000', '093853.681000', '093853.684000', '093853.686000', '093853.689000', '093853.692000', '093853.694000', '093853.697000', '093853.700000', '093853.711000', '093853.713000', '093853.716000', '093853.719000', '093853.722000', '093853.724000', '093853.727000', '093853.730000', '093853.732000', '093853.735000', '093853.738000', '093853.740000', '093853.743000', '093853.746000', '093853.749000', '093853.752000', '093853.754000', '093853.757000', '093853.760000', '093853.762000', '093853.765000', '093853.768000', '093853.770000', '093853.773000', '093853.776000', '093853.779000', '093853.781000', '093913.657000', '093913.660000', '093913.662000', '093913.666000', '093913.668000', '093913.671000', '093913.673000', '093913.676000', '093913.679000', '093913.681000', '093913.684000', '093913.687000', '093913.689000', '093913.692000', '093913.695000', '093913.698000', '093913.700000', '093913.703000', '093913.705000', '093913.708000', '093913.711000', '093913.713000', '093913.716000', '093913.719000', '093913.721000', '093913.724000', '093913.727000', '093913.729000', '093913.732000', '093913.735000', '093913.737000', '093913.740000', '093913.743000', '093913.745000', '093913.748000', '093913.751000', '093913.753000', '093913.756000', '093913.759000', '093913.761000', '093913.764000', '093913.766000', '093913.769000', '093933.657000', '093933.660000', '093933.662000', '093933.665000', '093933.668000', '093933.670000', '093933.673000', '093933.676000', '093933.678000', '093933.681000', '093933.684000', '093933.686000', '093933.689000', '093933.692000', '093933.694000', '093933.697000', '093933.700000', '093933.702000', '093933.705000', '093933.708000', '093933.710000', '093933.713000', '093933.716000', '093933.718000', '093933.721000', '093933.723000', '093933.726000', '093933.729000', '093933.731000', '093933.734000', '093933.742000', '093933.745000', '093933.747000', '093933.750000', '093933.753000', '093933.755000', '093933.758000', '093933.761000', '093933.763000', '093933.766000', '093933.769000', '093933.771000', '093933.774000', '093933.777000', '093953.656000', '093953.659000', '093953.664000', '093953.666000', '093953.669000', '093953.672000', '093953.674000', '093953.677000', '093953.680000', '093953.682000', '093953.685000', '093953.688000', '093953.690000', '093953.693000', '093953.695000', '093953.698000', '093953.701000', '093953.703000', '093953.706000', '093953.709000', '093953.711000', '093953.714000', '093953.718000', '093953.720000', '093953.723000', '093953.725000', '093953.728000', '093953.731000', '093953.733000', '093953.736000', '093953.739000', '093953.741000', '093953.744000', '093953.747000', '093953.749000', '093953.752000', '093953.754000', '093953.757000', '093953.760000', '093953.762000', '093953.765000', '093953.768000', '093953.770000', '094013.656000', '094013.660000', '094013.662000', '094013.665000', '094013.668000', '094013.670000', '094013.673000', '094013.675000', '094013.678000', '094013.681000', '094013.683000', '094013.686000', '094013.689000', '094013.692000', '094013.694000', '094013.697000', '094013.700000', '094013.702000', '094013.705000', '094013.707000', '094013.710000', '094013.713000', '094013.715000', '094013.718000', '094013.721000', '094013.723000', '094013.726000', '094013.741000', '094013.743000', '094013.746000', '094013.749000', '094013.751000', '094013.754000', '094013.757000', '094013.759000', '094013.762000', '094013.765000', '094013.767000', '094013.770000', '094013.773000', '094013.775000', '094013.778000', '094013.781000', '094013.783000', '094028.635000', '094028.638000', '094028.641000', '094028.644000', '094028.647000', '094028.650000', '094028.653000', '094028.656000', '094028.659000', '094028.661000', '094028.665000', '094028.668000', '094028.671000', '094028.674000', '094028.676000', '094028.679000', '094028.682000', '094028.685000', '094028.688000', '094028.690000', '094028.693000', '094028.696000', '094028.698000', '094028.701000', '094028.704000', '094028.707000', '094028.709000', '094028.712000', '094028.715000', '094028.720000', '094028.723000', '094028.726000', '094028.729000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [12744, 8866, 15198, 8187, 8105, 7746, 8014, 9597, 7834, 9528, 9245, 8064, 10118, 7877, 9426, 8762, 9558, 9991, 8464, 11488, 8188, 14093, 9036, 11497, 11602, 8072, 11225, 8848, 10952, 10141, 8951, 12620, 8351, 11944, 9406, 8451, 10776, 8683, 15275, 12085, 9156, 10263, 8678, 14297, 10997, 8884, 11147, 8166, 11754, 9835, 13612, 12398, 10151, 16903, 9977, 8173, 12440, 8954, 13714, 8825, 10345, 11227, 7798, 8879, 8454, 8734, 11351, 8065, 13381, 8936, 14662, 7721, 12702, 8498, 8518, 10021, 8404, 12402, 9836, 12635, 12102, 8552, 12225, 8182, 10589, 9404, 10959, 8713, 10294, 9407, 10191, 9407, 8815, 9169, 7900, 10024, 8181, 9618, 7962, 7756, 9674, 8134, 10208, 10451, 11164, 9429, 7950, 10935, 8290, 15046, 11512, 12063, 10933, 10521, 12660, 9418, 9164, 8396, 12539, 8393, 12252, 8241, 12027, 8240, 12507, 8039, 11404, 8274, 9946, 8396, 9025, 8491, 8594, 8654, 9199, 8085, 10138, 8100, 10760, 8448, 9623, 9157, 7950, 10591, 8104, 11185, 7926, 11488, 8203, 10820, 7980, 10638, 10547, 9263, 10605, 7782, 8343, 8728, 8327, 10087, 7858, 10847, 8520, 8573, 9573, 8387, 11555, 9351, 14919, 11045, 11355, 9584, 8773, 14302, 9410, 14594, 9087, 16102, 8233, 14137, 10256, 15272, 8921, 14140, 9563, 8828, 9725, 8421, 8444, 8250, 8013, 10327, 8021, 11811, 8196, 9562, 8824, 10356, 13006, 11337, 14846, 8683, 12502, 7935, 12141, 8054, 11853, 7898, 11540, 7950, 10851, 7650, 9596, 7769, 8566, 7897, 9322, 7770, 8937, 8882, 7825, 9361, 8179, 8187, 10734, 8121, 8326, 9852, 8419, 13702, 11453, 14823, 7791, 10350, 8298, 7971, 9881, 8089, 14020, 8757, 14512, 12053, 12096, 10987, 8558, 11109, 8051, 10024, 8593, 7885, 10114, 8165, 11497, 9913, 11145, 10012, 10683, 9357, 8445, 14921, 11366, 14881, 13281, 9272, 12488, 16372, 13879, 16264, 7932, 13380, 8208, 10743, 8181, 9154, 7854, 7899, 10229, 7606, 7830, 8353, 8280, 12323, 10518, 15324, 12624, 15544, 13754, 16206, 10049, 13930, 9261, 12809, 12289, 8454, 12391, 9036, 9706, 8495, 12477, 8227, 11726, 9502, 10821, 8213, 8158, 9011, 8452, 10038, 8210, 11951, 9877, 14296, 12782, 13028, 9156, 15389, 10238, 13058, 8266, 12710, 8870, 14314, 7555, 8009, 7958, 8017, 11102, 7735, 12812, 7883, 11510, 7923, 7942, 7818, 8104, 7760, 8213, 9048, 7868, 8142, 8016, 8111, 8456, 7980, 8412, 8714, 8418, 13329, 9177, 8519, 11183, 10637, 9572, 14412, 7905, 10742, 12008, 11472, 11409, 9028, 11113, 8655, 9839, 8090, 8317, 11320, 7898, 8442, 11384, 9203, 12051, 11948, 14525, 11579, 8313, 10315, 12256, 16338, 13990, 8274, 12829, 8953, 17016, 12829, 8707, 15452, 8069, 16266, 8723, 16085, 8105, 12807, 8800, 11469, 9871, 9050, 9588, 7873, 7898, 8966, 7994, 8567, 7731, 8091, 7795, 8232, 8510, 8032, 11887, 10393, 8523, 7850, 7889, 8029, 8366, 8424, 8490, 10636, 8322, 9972, 9551, 8983, 9912, 9043, 10082, 9650, 8823, 12681, 8685, 16207, 8751, 14818, 8201, 13381, 9161, 13424, 11021, 9799, 10040, 8201, 12668, 8075, 13789, 8412, 12270, 8271, 9386, 7900, 10709, 8175, 8185, 9141, 8479, 11526, 8252, 12542, 8417, 11377, 8348, 11284, 8380, 11003, 8165, 11386, 8405, 11517, 8137, 11309, 8182, 11546, 8588, 7645, 8228, 7631, 8735, 8768, 12079, 9281, 8277, 12494, 8358, 13084, 8224, 8229, 8916, 8036, 9537, 7871, 11176, 7820, 8446, 8414, 8409, 8020, 7857, 7897, 9092, 8090, 11132, 8202, 8234, 12145, 8246, 12502, 9747, 13509, 14326, 8883, 10004, 12948, 11888, 17255, 8160, 9493, 9605, 14889, 16306, 11000, 8429, 8806, 8459, 12947, 8691, 14715, 15916, 16286, 10308, 7990, 9478, 12564, 8130, 8544, 8207, 8335, 15451, 8172, 8196, 7609, 8171, 9384, 8295, 10055, 8150, 9374, 8153, 8186, 8050, 8415, 8046, 8292, 10397, 8076, 11547, 10983, 8381, 11462, 10328, 8411, 10422, 8258, 10511, 9301, 12068, 9522, 8217, 9765, 8475, 8165, 10003, 8520, 15185, 13946, 17060, 10738, 12600, 8904, 8264, 8490, 8361, 7546, 8077, 10267, 7711, 7706, 7539, 7811, 7810, 8954, 8216, 10386, 10924, 8324, 13176, 7897, 12700, 11857, 14850, 9440, 13503, 14294, 13529, 17622, 10901, 17617, 9812, 13542, 8512, 9467, 8412, 8368, 8078, 9069, 8086, 11459, 7810, 9313, 9158, 8517, 11817, 7870, 9414, 8107, 9257, 10703, 8537, 12725, 8559, 12055, 10361, 7933, 8240, 8095, 8062, 8303, 8037, 8617, 11290, 9014, 8401, 11319, 9616, 9622, 7961, 7995, 11082, 8348, 15620, 12480, 15626, 9453, 11456, 8762, 8552, 10648, 7959, 7644, 7768, 8213, 7687, 8050, 9122, 7786, 13964, 10690, 8058, 8577, 8284, 12691, 10171, 13727, 11747, 11559, 9648, 9672, 8740, 10816, 8543, 8231, 8432, 7976, 8792, 8122, 8981, 8248, 8526, 7914, 8703, 7890, 10097, 8024, 10389, 8943, 11670, 11581, 8016, 11449, 7833, 12226, 7932, 10991, 7839, 9070, 7875, 10039, 8056, 10184, 7823, 10813, 7826, 10898, 8029, 9712, 9940, 8359, 9070, 8693, 15117, 7854, 12239, 12405, 8027, 9967, 8717, 8131, 11739, 8196, 7927, 13996, 9208, 14305, 10277, 10386, 7944, 7718, 7772, 8025, 8164, 8203, 8323, 12549, 11076, 12758, 12586, 9976, 13211, 9656, 7733, 14084, 8682, 16196, 10754, 15295, 10653, 13375, 12775, 17512, 9661, 8074, 8792, 7900, 13255, 8000, 13395, 8299, 12415, 8434, 11570, 8096, 10925, 8108, 10342, 8268, 11941, 8556, 7959, 8216, 8106, 11004, 8022, 9355, 11061, 8287, 13869, 8065, 13178, 8442, 13086, 8128, 12005, 7939, 11371, 8038, 11450, 7915, 11775, 8343, 10307, 8427, 8657, 8354, 8116, 11592, 10613, 16090, 8275, 8172, 8999, 7970, 13863, 10043, 9102, 14102, 11078, 12405, 9045, 13753, 11021, 15361, 11678, 7581, 8187, 8059, 9919, 8556, 8600, 8501, 8222, 12827, 8093, 8067, 7752, 8323, 8367, 8084, 8759, 15119, 12095, 16165, 9169, 12461, 9228, 7968, 10932, 8391, 7962, 9948, 8235, 11254, 10045, 15096, 13030, 14350, 17218, 11646, 13336, 9397, 15555, 10478, 14541, 8201, 12525, 8055, 11850, 8151, 12180, 8364, 8815, 8249, 8148, 8758, 8552, 11060], 'WindowCenter': [4391.0, 4334.0, 4371.0, 4309.0, 4310.0, 4297.0, 4309.0, 4329.0, 4311.0, 4332.0, 4333.0, 4325.0, 4343.0, 4324.0, 4331.0, 4322.0, 4332.0, 4344.0, 4321.0, 4351.0, 4325.0, 4359.0, 4323.0, 4350.0, 4349.0, 4313.0, 4352.0, 4333.0, 4340.0, 4330.0, 4319.0, 4353.0, 4309.0, 4350.0, 4329.0, 4308.0, 4327.0, 4308.0, 4355.0, 4337.0, 4316.0, 4328.0, 4306.0, 4347.0, 4325.0, 4306.0, 4323.0, 4305.0, 4322.0, 4315.0, 4342.0, 4346.0, 4316.0, 4357.0, 4303.0, 4293.0, 4320.0, 4291.0, 4321.0, 4291.0, 4301.0, 4322.0, 4282.0, 4302.0, 4293.0, 4304.0, 4323.0, 4294.0, 4332.0, 4304.0, 4345.0, 4296.0, 4336.0, 4294.0, 4303.0, 4313.0, 4292.0, 4347.0, 4316.0, 4347.0, 4338.0, 4306.0, 4337.0, 4293.0, 4313.0, 4302.0, 4310.0, 4292.0, 4300.0, 4300.0, 4302.0, 4303.0, 4291.0, 4301.0, 4281.0, 4312.0, 4309.0, 4328.0, 4304.0, 4298.0, 4316.0, 4310.0, 4329.0, 4341.0, 4353.0, 4330.0, 4310.0, 4338.0, 4309.0, 4371.0, 4337.0, 4335.0, 4314.0, 4326.0, 4334.0, 4318.0, 4306.0, 4295.0, 4335.0, 4293.0, 4324.0, 4292.0, 4322.0, 4292.0, 4330.0, 4295.0, 4323.0, 4292.0, 4313.0, 4293.0, 4302.0, 4305.0, 4303.0, 4303.0, 4316.0, 4306.0, 4328.0, 4307.0, 4334.0, 4306.0, 4316.0, 4317.0, 4306.0, 4326.0, 4307.0, 4338.0, 4306.0, 4337.0, 4311.0, 4338.0, 4309.0, 4337.0, 4350.0, 4329.0, 4340.0, 4310.0, 4320.0, 4331.0, 4320.0, 4340.0, 4325.0, 4352.0, 4335.0, 4343.0, 4343.0, 4332.0, 4352.0, 4334.0, 4373.0, 4351.0, 4363.0, 4330.0, 4319.0, 4361.0, 4320.0, 4358.0, 4318.0, 4368.0, 4310.0, 4345.0, 4315.0, 4354.0, 4304.0, 4344.0, 4314.0, 4304.0, 4315.0, 4294.0, 4293.0, 4293.0, 4296.0, 4329.0, 4313.0, 4349.0, 4322.0, 4330.0, 4318.0, 4327.0, 4349.0, 4328.0, 4346.0, 4307.0, 4336.0, 4294.0, 4324.0, 4282.0, 4323.0, 4284.0, 4312.0, 4281.0, 4323.0, 4282.0, 4303.0, 4283.0, 4305.0, 4296.0, 4341.0, 4311.0, 4332.0, 4345.0, 4324.0, 4344.0, 4335.0, 4333.0, 4354.0, 4323.0, 4322.0, 4341.0, 4320.0, 4371.0, 4350.0, 4369.0, 4321.0, 4340.0, 4321.0, 4310.0, 4327.0, 4310.0, 4369.0, 4321.0, 4372.0, 4363.0, 4359.0, 4350.0, 4330.0, 4349.0, 4309.0, 4329.0, 4321.0, 4322.0, 4330.0, 4321.0, 4338.0, 4331.0, 4338.0, 4331.0, 4340.0, 4341.0, 4322.0, 4371.0, 4339.0, 4345.0, 4334.0, 4293.0, 4323.0, 4341.0, 4319.0, 4327.0, 4267.0, 4307.0, 4267.0, 4298.0, 4293.0, 4302.0, 4294.0, 4293.0, 4323.0, 4296.0, 4308.0, 4318.0, 4320.0, 4359.0, 4340.0, 4357.0, 4347.0, 4357.0, 4337.0, 4343.0, 4305.0, 4319.0, 4303.0, 4321.0, 4311.0, 4269.0, 4307.0, 4279.0, 4290.0, 4279.0, 4292.0, 4255.0, 4282.0, 4275.0, 4284.0, 4278.0, 4280.0, 4288.0, 4278.0, 4298.0, 4278.0, 4297.0, 4289.0, 4319.0, 4309.0, 4305.0, 4275.0, 4303.0, 4272.0, 4290.0, 4253.0, 4291.0, 4249.0, 4299.0, 4238.0, 4239.0, 4241.0, 4250.0, 4280.0, 4240.0, 4278.0, 4237.0, 4266.0, 4227.0, 4237.0, 4228.0, 4238.0, 4240.0, 4250.0, 4248.0, 4250.0, 4252.0, 4252.0, 4263.0, 4265.0, 4280.0, 4302.0, 4302.0, 4294.0, 4343.0, 4303.0, 4307.0, 4338.0, 4327.0, 4316.0, 4342.0, 4282.0, 4325.0, 4323.0, 4324.0, 4311.0, 4293.0, 4311.0, 4295.0, 4316.0, 4297.0, 4308.0, 4326.0, 4296.0, 4295.0, 4325.0, 4316.0, 4323.0, 4324.0, 4344.0, 4311.0, 4281.0, 4303.0, 4323.0, 4340.0, 4320.0, 4265.0, 4304.0, 4290.0, 4327.0, 4305.0, 4263.0, 4324.0, 4254.0, 4314.0, 4262.0, 4311.0, 4241.0, 4278.0, 4247.0, 4282.0, 4273.0, 4262.0, 4259.0, 4251.0, 4252.0, 4262.0, 4264.0, 4262.0, 4253.0, 4264.0, 4266.0, 4276.0, 4276.0, 4282.0, 4332.0, 4312.0, 4302.0, 4293.0, 4292.0, 4293.0, 4291.0, 4290.0, 4290.0, 4325.0, 4296.0, 4313.0, 4314.0, 4305.0, 4315.0, 4303.0, 4313.0, 4302.0, 4291.0, 4322.0, 4290.0, 4340.0, 4291.0, 4331.0, 4280.0, 4318.0, 4277.0, 4304.0, 4281.0, 4273.0, 4260.0, 4252.0, 4280.0, 4239.0, 4288.0, 4238.0, 4277.0, 4238.0, 4257.0, 4251.0, 4269.0, 4249.0, 4250.0, 4260.0, 4252.0, 4281.0, 4251.0, 4292.0, 4263.0, 4292.0, 4262.0, 4282.0, 4263.0, 4282.0, 4264.0, 4295.0, 4276.0, 4294.0, 4265.0, 4294.0, 4274.0, 4296.0, 4277.0, 4266.0, 4291.0, 4282.0, 4302.0, 4304.0, 4343.0, 4313.0, 4291.0, 4332.0, 4303.0, 4333.0, 4293.0, 4293.0, 4302.0, 4282.0, 4300.0, 4294.0, 4322.0, 4295.0, 4307.0, 4294.0, 4306.0, 4304.0, 4304.0, 4294.0, 4316.0, 4310.0, 4349.0, 4318.0, 4319.0, 4359.0, 4320.0, 4347.0, 4317.0, 4335.0, 4346.0, 4307.0, 4315.0, 4336.0, 4324.0, 4356.0, 4294.0, 4302.0, 4292.0, 4331.0, 4327.0, 4298.0, 4279.0, 4275.0, 4267.0, 4306.0, 4264.0, 4317.0, 4326.0, 4314.0, 4284.0, 4253.0, 4264.0, 4294.0, 4253.0, 4263.0, 4250.0, 4239.0, 4299.0, 4238.0, 4250.0, 4239.0, 4252.0, 4260.0, 4253.0, 4273.0, 4254.0, 4271.0, 4264.0, 4264.0, 4256.0, 4265.0, 4264.0, 4279.0, 4300.0, 4280.0, 4308.0, 4307.0, 4294.0, 4333.0, 4323.0, 4302.0, 4323.0, 4293.0, 4311.0, 4301.0, 4333.0, 4317.0, 4307.0, 4314.0, 4293.0, 4294.0, 4313.0, 4293.0, 4345.0, 4334.0, 4344.0, 4301.0, 4323.0, 4279.0, 4280.0, 4266.0, 4263.0, 4242.0, 4256.0, 4274.0, 4255.0, 4256.0, 4258.0, 4267.0, 4268.0, 4289.0, 4279.0, 4301.0, 4311.0, 4278.0, 4310.0, 4270.0, 4320.0, 4310.0, 4318.0, 4274.0, 4293.0, 4305.0, 4316.0, 4325.0, 4283.0, 4311.0, 4260.0, 4290.0, 4250.0, 4259.0, 4249.0, 4250.0, 4252.0, 4260.0, 4251.0, 4280.0, 4251.0, 4271.0, 4272.0, 4264.0, 4294.0, 4265.0, 4288.0, 4264.0, 4276.0, 4285.0, 4278.0, 4319.0, 4279.0, 4306.0, 4297.0, 4279.0, 4280.0, 4266.0, 4264.0, 4263.0, 4262.0, 4263.0, 4282.0, 4274.0, 4280.0, 4301.0, 4289.0, 4289.0, 4255.0, 4255.0, 4282.0, 4253.0, 4305.0, 4293.0, 4303.0, 4262.0, 4286.0, 4253.0, 4254.0, 4270.0, 4251.0, 4244.0, 4241.0, 4251.0, 4241.0, 4252.0, 4261.0, 4241.0, 4304.0, 4271.0, 4240.0, 4249.0, 4239.0, 4277.0, 4269.0, 4303.0, 4279.0, 4266.0, 4246.0, 4246.0, 4234.0, 4253.0, 4235.0, 4234.0, 4238.0, 4237.0, 4236.0, 4236.0, 4248.0, 4236.0, 4247.0, 4239.0, 4250.0, 4252.0, 4281.0, 4264.0, 4296.0, 4291.0, 4309.0, 4308.0, 4280.0, 4320.0, 4284.0, 4319.0, 4279.0, 4309.0, 4270.0, 4288.0, 4279.0, 4301.0, 4282.0, 4299.0, 4279.0, 4307.0, 4277.0, 4309.0, 4280.0, 4300.0, 4300.0, 4292.0, 4303.0, 4329.0, 4365.0, 4305.0, 4343.0, 4345.0, 4295.0, 4327.0, 4303.0, 4293.0, 4332.0, 4291.0, 4304.0, 4356.0, 4301.0, 4330.0, 4312.0, 4315.0, 4284.0, 4272.0, 4271.0, 4267.0, 4279.0, 4292.0, 4280.0, 4321.0, 4312.0, 4324.0, 4323.0, 4306.0, 4335.0, 4317.0, 4283.0, 4330.0, 4282.0, 4329.0, 4297.0, 4317.0, 4300.0, 4315.0, 4307.0, 4328.0, 4274.0, 4252.0, 4254.0, 4242.0, 4290.0, 4240.0, 4279.0, 4239.0, 4276.0, 4238.0, 4268.0, 4240.0, 4281.0, 4252.0, 4274.0, 4253.0, 4280.0, 4261.0, 4255.0, 4262.0, 4267.0, 4296.0, 4265.0, 4291.0, 4295.0, 4277.0, 4318.0, 4269.0, 4316.0, 4266.0, 4317.0, 4267.0, 4306.0, 4268.0, 4310.0, 4277.0, 4308.0, 4282.0, 4319.0, 4293.0, 4310.0, 4290.0, 4302.0, 4307.0, 4296.0, 4337.0, 4326.0, 4354.0, 4292.0, 4295.0, 4320.0, 4307.0, 4357.0, 4338.0, 4316.0, 4356.0, 4334.0, 4333.0, 4304.0, 4342.0, 4326.0, 4345.0, 4323.0, 4282.0, 4291.0, 4290.0, 4310.0, 4291.0, 4291.0, 4293.0, 4294.0, 4345.0, 4309.0, 4308.0, 4297.0, 4297.0, 4295.0, 4284.0, 4293.0, 4343.0, 4324.0, 4332.0, 4293.0, 4310.0, 4280.0, 4271.0, 4300.0, 4267.0, 4271.0, 4288.0, 4278.0, 4297.0, 4301.0, 4328.0, 4308.0, 4329.0, 4338.0, 4297.0, 4302.0, 4261.0, 4300.0, 4256.0, 4276.0, 4222.0, 4269.0, 4224.0, 4252.0, 4223.0, 4263.0, 4233.0, 4234.0, 4234.0, 4239.0, 4258.0, 4248.0, 4267.0], 'WindowWidth': [9678.0, 9587.0, 9629.0, 9541.0, 9541.0, 9521.0, 9538.0, 9564.0, 9544.0, 9574.0, 9578.0, 9569.0, 9592.0, 9568.0, 9571.0, 9561.0, 9573.0, 9592.0, 9558.0, 9598.0, 9566.0, 9607.0, 9561.0, 9596.0, 9592.0, 9548.0, 9601.0, 9576.0, 9581.0, 9568.0, 9554.0, 9601.0, 9538.0, 9594.0, 9568.0, 9536.0, 9559.0, 9534.0, 9595.0, 9573.0, 9544.0, 9559.0, 9529.0, 9583.0, 9553.0, 9528.0, 9548.0, 9527.0, 9543.0, 9537.0, 9571.0, 9586.0, 9542.0, 9597.0, 9519.0, 9506.0, 9538.0, 9496.0, 9537.0, 9497.0, 9512.0, 9543.0, 9490.0, 9519.0, 9508.0, 9526.0, 9548.0, 9509.0, 9558.0, 9523.0, 9577.0, 9516.0, 9567.0, 9508.0, 9521.0, 9531.0, 9504.0, 9584.0, 9542.0, 9586.0, 9572.0, 9528.0, 9570.0, 9508.0, 9530.0, 9517.0, 9523.0, 9501.0, 9508.0, 9511.0, 9514.0, 9518.0, 9499.0, 9513.0, 9487.0, 9529.0, 9536.0, 9562.0, 9526.0, 9523.0, 9544.0, 9543.0, 9565.0, 9585.0, 9604.0, 9568.0, 9542.0, 9576.0, 9538.0, 9624.0, 9570.0, 9567.0, 9536.0, 9555.0, 9562.0, 9547.0, 9526.0, 9512.0, 9563.0, 9507.0, 9546.0, 9502.0, 9541.0, 9503.0, 9553.0, 9510.0, 9547.0, 9503.0, 9533.0, 9507.0, 9518.0, 9523.0, 9521.0, 9520.0, 9542.0, 9529.0, 9561.0, 9533.0, 9567.0, 9533.0, 9543.0, 9545.0, 9530.0, 9556.0, 9534.0, 9577.0, 9533.0, 9573.0, 9544.0, 9578.0, 9541.0, 9573.0, 9598.0, 9566.0, 9583.0, 9544.0, 9557.0, 9572.0, 9557.0, 9585.0, 9569.0, 9603.0, 9585.0, 9596.0, 9595.0, 9577.0, 9603.0, 9582.0, 9632.0, 9601.0, 9619.0, 9568.0, 9552.0, 9611.0, 9553.0, 9604.0, 9548.0, 9617.0, 9538.0, 9582.0, 9540.0, 9590.0, 9522.0, 9574.0, 9536.0, 9522.0, 9537.0, 9509.0, 9504.0, 9505.0, 9514.0, 9562.0, 9549.0, 9592.0, 9562.0, 9566.0, 9548.0, 9559.0, 9591.0, 9557.0, 9581.0, 9528.0, 9565.0, 9508.0, 9546.0, 9489.0, 9542.0, 9493.0, 9527.0, 9484.0, 9544.0, 9491.0, 9516.0, 9492.0, 9524.0, 9515.0, 9589.0, 9547.0, 9575.0, 9600.0, 9571.0, 9598.0, 9588.0, 9580.0, 9607.0, 9566.0, 9562.0, 9586.0, 9557.0, 9629.0, 9594.0, 9623.0, 9560.0, 9584.0, 9560.0, 9543.0, 9560.0, 9540.0, 9623.0, 9558.0, 9630.0, 9620.0, 9608.0, 9597.0, 9573.0, 9593.0, 9538.0, 9562.0, 9558.0, 9561.0, 9568.0, 9560.0, 9575.0, 9570.0, 9575.0, 9571.0, 9582.0, 9589.0, 9564.0, 9625.0, 9579.0, 9578.0, 9558.0, 9501.0, 9544.0, 9563.0, 9528.0, 9539.0, 9457.0, 9509.0, 9457.0, 9502.0, 9507.0, 9515.0, 9510.0, 9508.0, 9548.0, 9518.0, 9535.0, 9550.0, 9556.0, 9607.0, 9583.0, 9602.0, 9586.0, 9601.0, 9568.0, 9575.0, 9522.0, 9534.0, 9518.0, 9537.0, 9524.0, 9462.0, 9510.0, 9474.0, 9492.0, 9476.0, 9482.0, 9435.0, 9469.0, 9462.0, 9474.0, 9472.0, 9480.0, 9488.0, 9476.0, 9503.0, 9475.0, 9497.0, 9490.0, 9529.0, 9515.0, 9504.0, 9463.0, 9499.0, 9453.0, 9476.0, 9429.0, 9477.0, 9419.0, 9485.0, 9401.0, 9404.0, 9408.0, 9423.0, 9461.0, 9409.0, 9455.0, 9397.0, 9434.0, 9384.0, 9398.0, 9387.0, 9401.0, 9406.0, 9421.0, 9416.0, 9424.0, 9428.0, 9429.0, 9448.0, 9454.0, 9482.0, 9518.0, 9518.0, 9508.0, 9571.0, 9517.0, 9532.0, 9575.0, 9557.0, 9540.0, 9569.0, 9487.0, 9552.0, 9543.0, 9547.0, 9525.0, 9503.0, 9523.0, 9510.0, 9540.0, 9517.0, 9533.0, 9554.0, 9511.0, 9509.0, 9549.0, 9539.0, 9543.0, 9548.0, 9574.0, 9525.0, 9484.0, 9514.0, 9543.0, 9560.0, 9530.0, 9451.0, 9502.0, 9494.0, 9539.0, 9506.0, 9447.0, 9532.0, 9437.0, 9516.0, 9445.0, 9507.0, 9411.0, 9456.0, 9414.0, 9468.0, 9456.0, 9439.0, 9434.0, 9426.0, 9430.0, 9442.0, 9451.0, 9444.0, 9433.0, 9450.0, 9456.0, 9469.0, 9471.0, 9487.0, 9556.0, 9530.0, 9517.0, 9509.0, 9503.0, 9504.0, 9499.0, 9495.0, 9497.0, 9552.0, 9513.0, 9532.0, 9535.0, 9524.0, 9536.0, 9518.0, 9533.0, 9514.0, 9497.0, 9537.0, 9494.0, 9562.0, 9496.0, 9550.0, 9480.0, 9529.0, 9470.0, 9502.0, 9464.0, 9454.0, 9435.0, 9426.0, 9460.0, 9403.0, 9468.0, 9401.0, 9453.0, 9401.0, 9428.0, 9427.0, 9447.0, 9421.0, 9426.0, 9438.0, 9428.0, 9466.0, 9426.0, 9484.0, 9447.0, 9483.0, 9445.0, 9469.0, 9448.0, 9472.0, 9451.0, 9492.0, 9469.0, 9491.0, 9455.0, 9490.0, 9466.0, 9495.0, 9471.0, 9457.0, 9501.0, 9492.0, 9518.0, 9525.0, 9577.0, 9534.0, 9501.0, 9559.0, 9520.0, 9560.0, 9505.0, 9505.0, 9517.0, 9489.0, 9512.0, 9508.0, 9542.0, 9513.0, 9532.0, 9509.0, 9531.0, 9525.0, 9524.0, 9511.0, 9543.0, 9540.0, 9593.0, 9549.0, 9553.0, 9608.0, 9559.0, 9586.0, 9542.0, 9565.0, 9581.0, 9528.0, 9536.0, 9567.0, 9548.0, 9593.0, 9507.0, 9513.0, 9498.0, 9548.0, 9542.0, 9501.0, 9477.0, 9466.0, 9458.0, 9508.0, 9448.0, 9526.0, 9535.0, 9516.0, 9474.0, 9432.0, 9446.0, 9489.0, 9431.0, 9443.0, 9422.0, 9404.0, 9484.0, 9401.0, 9422.0, 9406.0, 9426.0, 9437.0, 9432.0, 9457.0, 9434.0, 9453.0, 9449.0, 9449.0, 9439.0, 9451.0, 9451.0, 9479.0, 9509.0, 9481.0, 9515.0, 9513.0, 9507.0, 9561.0, 9548.0, 9519.0, 9547.0, 9508.0, 9527.0, 9515.0, 9562.0, 9545.0, 9530.0, 9533.0, 9506.0, 9507.0, 9531.0, 9505.0, 9574.0, 9559.0, 9571.0, 9508.0, 9542.0, 9476.0, 9478.0, 9452.0, 9445.0, 9415.0, 9439.0, 9459.0, 9435.0, 9441.0, 9447.0, 9458.0, 9461.0, 9492.0, 9479.0, 9512.0, 9523.0, 9477.0, 9518.0, 9468.0, 9534.0, 9519.0, 9528.0, 9463.0, 9485.0, 9505.0, 9523.0, 9534.0, 9470.0, 9509.0, 9435.0, 9476.0, 9419.0, 9430.0, 9420.0, 9423.0, 9427.0, 9436.0, 9428.0, 9462.0, 9428.0, 9454.0, 9456.0, 9448.0, 9491.0, 9455.0, 9488.0, 9452.0, 9467.0, 9478.0, 9478.0, 9535.0, 9477.0, 9508.0, 9499.0, 9479.0, 9483.0, 9457.0, 9450.0, 9448.0, 9445.0, 9446.0, 9470.0, 9464.0, 9481.0, 9509.0, 9488.0, 9487.0, 9437.0, 9435.0, 9466.0, 9429.0, 9503.0, 9484.0, 9493.0, 9439.0, 9478.0, 9429.0, 9431.0, 9444.0, 9424.0, 9419.0, 9412.0, 9424.0, 9410.0, 9427.0, 9437.0, 9412.0, 9500.0, 9451.0, 9409.0, 9419.0, 9405.0, 9451.0, 9447.0, 9500.0, 9460.0, 9435.0, 9409.0, 9408.0, 9391.0, 9413.0, 9392.0, 9392.0, 9401.0, 9397.0, 9396.0, 9395.0, 9414.0, 9398.0, 9414.0, 9407.0, 9422.0, 9430.0, 9468.0, 9450.0, 9497.0, 9499.0, 9519.0, 9517.0, 9484.0, 9539.0, 9495.0, 9534.0, 9479.0, 9517.0, 9466.0, 9489.0, 9479.0, 9512.0, 9487.0, 9506.0, 9481.0, 9514.0, 9475.0, 9517.0, 9481.0, 9508.0, 9510.0, 9501.0, 9521.0, 9569.0, 9612.0, 9529.0, 9578.0, 9582.0, 9513.0, 9560.0, 9521.0, 9507.0, 9557.0, 9500.0, 9525.0, 9597.0, 9511.0, 9552.0, 9532.0, 9536.0, 9493.0, 9472.0, 9467.0, 9459.0, 9479.0, 9499.0, 9480.0, 9536.0, 9523.0, 9545.0, 9542.0, 9524.0, 9563.0, 9543.0, 9492.0, 9549.0, 9485.0, 9546.0, 9496.0, 9526.0, 9506.0, 9521.0, 9512.0, 9542.0, 9461.0, 9427.0, 9430.0, 9413.0, 9473.0, 9405.0, 9454.0, 9403.0, 9449.0, 9401.0, 9441.0, 9407.0, 9469.0, 9428.0, 9459.0, 9432.0, 9461.0, 9438.0, 9435.0, 9446.0, 9458.0, 9495.0, 9453.0, 9494.0, 9493.0, 9474.0, 9526.0, 9463.0, 9525.0, 9457.0, 9525.0, 9459.0, 9510.0, 9459.0, 9517.0, 9474.0, 9515.0, 9484.0, 9532.0, 9503.0, 9523.0, 9498.0, 9516.0, 9532.0, 9515.0, 9570.0, 9557.0, 9592.0, 9506.0, 9512.0, 9557.0, 9533.0, 9603.0, 9578.0, 9544.0, 9600.0, 9564.0, 9560.0, 9522.0, 9571.0, 9554.0, 9578.0, 9546.0, 9489.0, 9498.0, 9499.0, 9525.0, 9499.0, 9499.0, 9506.0, 9507.0, 9582.0, 9540.0, 9537.0, 9518.0, 9516.0, 9509.0, 9490.0, 9501.0, 9573.0, 9542.0, 9553.0, 9498.0, 9518.0, 9477.0, 9469.0, 9506.0, 9457.0, 9466.0, 9488.0, 9477.0, 9498.0, 9512.0, 9543.0, 9513.0, 9548.0, 9561.0, 9498.0, 9496.0, 9438.0, 9487.0, 9420.0, 9449.0, 9369.0, 9438.0, 9375.0, 9409.0, 9372.0, 9425.0, 9387.0, 9389.0, 9389.0, 9404.0, 9435.0, 9416.0, 9440.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.0014655453501722158</td></tr>
<tr><td colspan=3>aqi</td><td>0.05726781595866819</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.277773416264345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1628562345402285</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9449780779655178</td></tr>
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
<tr><td colspan=3>fber</td><td>8081.9658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17721734550822646</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>276</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.687715269804823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.452181628703155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3808587614177217</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.651693573142335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323992551549407</td></tr>
<tr><td colspan=3>gcor</td><td>0.0276949</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008855680003762245</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02522948384284973</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>3.9184764340178804</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>33.2103</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7484</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.9155</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307248.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.381</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3433</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.1479</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.4135</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.7633</td></tr>
<tr><td colspan=3>tsnr</td><td>28.62835305184126</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>