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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0081_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-04/func/sub-0081_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6cf42f34e6f299d08b04123ace4ea3be</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>15:50:41.025000</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.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0924284</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4110, -7715, -7308, 549, -10, -67, 65, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e33dabc3-73f4-43b4-ad1f-be43bed5b528||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.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['155041.025000', '155041.485000', '155041.945000', '155042.405000', '155042.865000', '155043.325000', '155043.785000', '155044.245000', '155044.705000', '155045.165000', '155045.625000', '155046.085000', '155046.545000', '155047.005000', '155047.465000', '155047.925000', '155048.385000', '155048.845000', '155049.305000', '155049.765000', '155050.225000', '155050.685000', '155051.145000', '155051.605000', '155052.065000', '155052.525000', '155052.985000', '155053.445000', '155053.905000', '155054.365000', '155054.825000', '155055.285000', '155055.745000', '155056.205000', '155056.665000', '155057.125000', '155057.585000', '155058.045000', '155058.505000', '155058.965000', '155059.425000', '155059.885000', '155100.345000', '155100.805000', '155101.265000', '155101.725000', '155102.185000', '155102.645000', '155103.105000', '155103.565000', '155104.025000', '155104.485000', '155104.945000', '155105.405000', '155105.865000', '155106.325000', '155106.785000', '155107.245000', '155107.705000', '155108.165000', '155108.625000', '155109.085000', '155109.545000', '155110.005000', '155110.465000', '155110.925000', '155111.385000', '155111.845000', '155112.305000', '155112.765000', '155113.225000', '155113.685000', '155114.145000', '155114.605000', '155115.065000', '155115.525000', '155115.985000', '155116.445000', '155116.905000', '155117.365000', '155117.825000', '155118.285000', '155118.745000', '155119.205000', '155119.665000', '155120.125000', '155120.585000', '155121.045000', '155121.505000', '155121.965000', '155122.425000', '155122.885000', '155123.345000', '155123.805000', '155124.265000', '155124.725000', '155125.185000', '155125.645000', '155126.105000', '155126.565000', '155127.025000', '155127.485000', '155127.945000', '155128.405000', '155128.865000', '155129.325000', '155129.785000', '155130.245000', '155130.705000', '155131.165000', '155131.625000', '155132.085000', '155132.545000', '155133.005000', '155133.465000', '155133.925000', '155134.385000', '155134.845000', '155135.305000', '155135.765000', '155136.225000', '155136.685000', '155137.145000', '155137.605000', '155138.065000', '155138.525000', '155138.985000', '155139.445000', '155139.905000', '155140.365000', '155140.825000', '155141.285000', '155141.745000', '155142.205000', '155142.665000', '155143.125000', '155143.585000', '155144.045000', '155144.505000', '155144.965000', '155145.425000', '155145.885000', '155146.345000', '155146.805000', '155147.265000', '155147.725000', '155148.185000', '155148.645000', '155149.105000', '155149.565000', '155150.025000', '155150.485000', '155150.945000', '155151.405000', '155151.865000', '155152.325000', '155152.785000', '155153.245000', '155153.705000', '155154.165000', '155154.625000', '155155.085000', '155155.545000', '155156.005000', '155156.465000', '155156.925000', '155157.385000', '155157.845000', '155158.305000', '155158.765000', '155159.225000', '155159.685000', '155200.145000', '155200.605000', '155201.065000', '155201.525000', '155201.985000', '155202.445000', '155202.905000', '155203.365000', '155203.825000', '155204.285000', '155204.745000', '155205.205000', '155205.665000', '155206.125000', '155206.585000', '155207.045000', '155207.505000', '155207.965000', '155208.425000', '155208.885000', '155209.345000', '155209.805000', '155210.265000', '155210.725000', '155211.185000', '155211.645000', '155212.105000', '155212.565000', '155213.025000', '155213.485000', '155213.945000', '155214.405000', '155214.865000', '155215.325000', '155215.785000', '155216.245000', '155216.705000', '155217.165000', '155217.625000', '155218.085000', '155218.545000', '155219.005000', '155219.465000', '155219.925000', '155220.385000', '155220.845000', '155221.305000', '155221.765000', '155222.225000', '155222.685000', '155223.145000', '155223.605000', '155224.065000', '155224.525000', '155224.985000', '155225.445000', '155225.905000', '155226.365000', '155226.825000', '155227.285000', '155227.745000', '155228.205000', '155228.665000', '155229.125000', '155229.585000', '155230.045000', '155230.505000', '155230.965000', '155231.425000', '155231.885000', '155232.345000', '155232.805000', '155233.265000', '155233.725000', '155234.185000', '155234.645000', '155235.105000', '155235.565000', '155236.025000', '155236.485000', '155236.945000', '155237.405000', '155237.865000', '155238.325000', '155238.785000', '155239.245000', '155239.705000', '155240.165000', '155240.625000', '155241.085000', '155241.545000', '155242.005000', '155242.465000', '155242.925000', '155243.385000', '155243.845000', '155244.305000', '155244.765000', '155245.225000', '155245.685000', '155246.145000', '155246.605000', '155247.065000', '155247.525000', '155247.985000', '155248.445000', '155248.905000', '155249.365000', '155249.825000', '155250.285000', '155250.745000', '155251.205000', '155251.665000', '155252.125000', '155252.585000', '155253.045000', '155253.505000', '155253.965000', '155254.425000', '155254.885000', '155255.345000', '155255.805000', '155256.265000', '155256.725000', '155257.185000', '155257.645000', '155258.105000', '155258.565000', '155259.025000', '155259.485000', '155259.945000', '155300.405000', '155300.865000', '155301.325000', '155301.785000', '155302.245000', '155302.705000', '155303.165000', '155303.625000', '155304.085000', '155304.545000', '155305.005000', '155305.465000', '155305.925000', '155306.385000', '155306.845000', '155307.305000', '155307.765000', '155308.225000', '155308.685000', '155309.145000', '155309.605000', '155310.065000', '155310.525000', '155310.985000', '155311.445000', '155311.905000', '155312.365000', '155312.825000', '155313.285000', '155313.745000', '155314.205000', '155314.665000', '155315.125000', '155315.585000', '155316.045000', '155316.505000', '155316.965000', '155317.425000', '155317.885000', '155318.345000', '155318.805000', '155319.265000', '155319.725000', '155320.185000', '155320.645000', '155321.105000', '155321.565000', '155322.025000', '155322.485000', '155322.945000', '155323.405000', '155323.865000', '155324.325000', '155324.785000', '155325.245000', '155325.705000', '155326.165000', '155326.625000', '155327.085000', '155327.545000', '155328.005000', '155328.465000', '155328.925000', '155329.385000', '155329.845000', '155330.305000', '155330.765000', '155331.225000', '155331.685000', '155332.145000', '155332.605000', '155333.065000', '155333.525000', '155333.985000', '155334.445000', '155334.905000', '155335.365000', '155335.825000', '155336.285000', '155336.745000', '155337.205000', '155337.665000', '155338.125000', '155338.585000', '155339.045000', '155339.505000', '155339.965000', '155340.425000', '155340.885000', '155341.345000', '155341.805000', '155342.265000', '155342.725000', '155343.185000', '155343.645000', '155344.105000', '155344.565000', '155345.025000', '155345.485000', '155345.945000', '155346.405000', '155346.865000', '155347.325000', '155347.785000', '155348.245000', '155348.705000', '155349.165000', '155349.625000', '155350.085000', '155350.545000', '155351.005000', '155351.465000', '155351.925000', '155352.385000', '155352.845000', '155353.305000', '155353.765000', '155354.225000', '155354.685000', '155355.145000', '155355.605000', '155356.065000', '155356.525000', '155356.985000', '155357.445000', '155357.905000', '155358.365000', '155358.825000', '155359.285000', '155359.745000', '155400.205000', '155400.665000', '155401.125000', '155401.585000', '155402.045000', '155402.505000', '155402.965000', '155403.425000', '155403.885000', '155404.345000', '155404.805000', '155405.265000', '155405.725000', '155406.185000', '155406.645000', '155407.105000', '155407.565000', '155408.025000', '155408.485000', '155408.945000', '155409.405000', '155409.865000', '155410.325000', '155410.785000', '155411.245000', '155411.705000', '155412.165000', '155412.625000', '155413.085000', '155413.545000', '155414.005000', '155414.465000', '155414.925000', '155415.385000', '155415.845000', '155416.305000', '155416.765000', '155417.225000', '155417.685000', '155418.145000', '155418.605000', '155419.065000', '155419.525000', '155419.985000', '155420.445000', '155420.905000', '155421.365000', '155421.825000', '155422.285000', '155422.745000', '155423.205000', '155423.665000', '155424.125000', '155424.585000', '155425.045000', '155425.505000', '155425.965000', '155426.425000', '155426.885000', '155427.345000', '155427.805000', '155428.265000', '155428.725000', '155429.185000', '155429.645000', '155430.105000', '155430.565000', '155431.025000', '155431.485000', '155431.945000', '155432.405000', '155432.865000', '155433.325000', '155433.785000', '155434.245000', '155434.705000', '155435.165000', '155435.625000', '155436.085000', '155436.545000', '155437.005000', '155437.465000', '155437.925000', '155438.385000', '155438.845000', '155439.305000', '155439.765000', '155440.225000', '155440.685000', '155441.145000', '155441.605000', '155442.065000', '155442.525000', '155442.985000', '155443.445000', '155443.905000', '155444.365000', '155444.825000', '155445.285000', '155445.745000', '155446.205000', '155446.665000', '155447.125000', '155447.585000', '155448.045000', '155448.505000', '155448.965000', '155449.425000', '155449.885000', '155450.345000', '155450.805000', '155451.265000', '155451.725000', '155452.185000', '155452.645000', '155453.105000', '155453.565000', '155454.025000', '155454.485000', '155454.945000', '155455.405000', '155455.865000', '155456.325000', '155456.785000', '155457.245000', '155457.705000', '155458.165000', '155458.625000', '155459.085000', '155459.545000', '155500.005000', '155500.465000', '155500.925000', '155501.385000', '155501.845000', '155502.305000', '155502.765000', '155503.225000', '155503.685000', '155504.145000', '155504.605000', '155505.065000', '155505.525000', '155505.985000', '155506.445000', '155506.905000', '155507.365000', '155507.825000', '155508.285000', '155508.745000', '155509.205000', '155509.665000', '155510.125000', '155510.585000', '155511.045000', '155511.505000', '155511.965000', '155512.425000', '155512.885000', '155513.345000', '155513.805000', '155514.265000', '155514.725000', '155515.185000', '155515.645000', '155516.105000', '155516.565000', '155517.025000', '155517.485000', '155517.945000', '155518.405000', '155518.865000', '155519.325000', '155519.785000', '155520.245000', '155520.705000', '155521.165000', '155521.625000', '155522.085000', '155522.545000', '155523.005000', '155523.465000', '155523.925000', '155524.385000', '155524.845000', '155525.305000', '155525.765000', '155526.225000', '155526.685000', '155527.145000', '155527.605000', '155528.065000', '155528.525000', '155528.985000', '155529.445000', '155529.905000', '155530.365000', '155530.825000', '155531.285000', '155531.745000', '155532.205000', '155532.665000', '155533.125000', '155533.585000', '155534.045000', '155534.505000', '155534.965000', '155535.425000', '155535.885000', '155536.345000', '155536.805000', '155537.265000', '155537.725000', '155538.185000', '155538.645000', '155539.105000', '155539.565000', '155540.025000', '155540.485000', '155540.945000', '155541.405000', '155541.865000', '155542.325000', '155542.785000', '155543.245000', '155543.705000', '155544.165000', '155544.625000', '155545.085000', '155545.545000', '155546.005000', '155546.465000', '155546.925000', '155547.385000', '155547.845000', '155548.305000', '155548.765000', '155549.225000', '155549.685000', '155550.145000', '155550.605000', '155551.065000', '155551.525000', '155551.985000', '155552.445000', '155552.905000', '155553.365000', '155553.825000', '155554.285000', '155554.745000', '155555.205000', '155555.665000', '155556.125000', '155556.585000', '155557.045000', '155557.505000', '155557.965000', '155558.425000', '155558.885000', '155559.345000', '155559.805000', '155600.265000', '155600.725000', '155601.185000', '155601.645000', '155602.105000', '155602.565000', '155603.025000', '155603.485000', '155603.945000', '155604.405000', '155604.865000', '155605.325000', '155605.785000', '155606.245000', '155606.705000', '155607.165000', '155607.625000', '155608.085000', '155608.545000', '155609.005000', '155609.465000', '155609.925000', '155610.385000', '155610.845000', '155611.305000', '155611.765000', '155612.225000', '155612.685000', '155613.145000', '155613.605000', '155614.065000', '155614.525000', '155614.985000', '155615.445000', '155615.905000', '155616.365000', '155616.825000', '155617.285000', '155617.745000', '155618.205000', '155618.665000', '155619.125000', '155619.585000', '155620.045000', '155620.505000', '155620.965000', '155621.425000', '155621.885000', '155622.345000', '155622.805000', '155623.265000', '155623.725000', '155624.185000', '155624.645000', '155625.105000', '155625.565000', '155626.025000', '155626.485000', '155626.945000', '155627.405000', '155627.865000', '155628.325000', '155628.785000', '155629.245000', '155629.705000', '155630.165000', '155630.625000', '155631.085000', '155631.545000', '155632.005000', '155632.465000', '155632.925000', '155633.385000', '155633.845000', '155634.305000', '155634.765000', '155635.225000', '155635.685000', '155636.145000', '155636.605000', '155637.065000', '155637.525000', '155637.985000', '155638.445000', '155638.905000', '155639.365000', '155639.825000', '155640.285000', '155640.745000', '155641.205000', '155641.665000', '155642.125000', '155642.585000', '155643.045000', '155643.505000', '155643.965000', '155644.425000', '155644.885000', '155645.345000', '155645.805000', '155646.265000', '155646.725000', '155647.185000', '155647.645000', '155648.105000', '155648.565000', '155649.025000', '155649.485000', '155649.945000', '155650.405000', '155650.865000', '155651.325000', '155651.785000', '155652.245000', '155652.705000', '155653.165000', '155653.625000', '155654.085000', '155654.545000', '155655.005000', '155655.465000', '155655.925000', '155656.385000', '155656.845000', '155657.305000', '155657.765000', '155658.225000', '155658.685000', '155659.145000', '155659.605000', '155700.065000', '155700.525000', '155700.985000', '155701.445000', '155701.905000', '155702.365000', '155702.825000', '155703.285000', '155703.745000', '155704.205000', '155704.665000', '155705.125000', '155705.585000', '155706.045000', '155706.505000', '155706.965000', '155707.425000', '155707.885000', '155708.345000', '155708.805000', '155709.265000', '155709.725000', '155710.185000', '155710.645000', '155711.105000', '155711.565000', '155712.025000', '155712.485000', '155712.945000', '155713.405000', '155713.865000', '155714.325000', '155714.785000', '155715.245000', '155715.705000', '155716.165000', '155716.625000', '155717.085000', '155717.545000', '155718.005000', '155718.465000', '155718.925000', '155719.385000', '155719.845000', '155720.305000', '155720.765000', '155721.225000', '155721.685000'], 'ContentTime': ['155107.557000', '155107.560000', '155107.563000', '155107.566000', '155107.568000', '155107.571000', '155107.573000', '155107.576000', '155107.579000', '155107.581000', '155107.584000', '155107.586000', '155107.589000', '155107.592000', '155107.599000', '155107.602000', '155107.605000', '155107.607000', '155107.610000', '155107.612000', '155107.615000', '155107.617000', '155107.620000', '155107.623000', '155107.625000', '155107.628000', '155107.630000', '155107.633000', '155107.635000', '155107.638000', '155107.640000', '155107.643000', '155107.646000', '155107.648000', '155107.651000', '155107.653000', '155107.656000', '155107.658000', '155107.661000', '155107.664000', '155107.666000', '155107.669000', '155107.671000', '155107.674000', '155107.677000', '155107.679000', '155107.682000', '155107.684000', '155107.687000', '155107.689000', '155107.692000', '155107.695000', '155107.709000', '155107.711000', '155127.521000', '155127.524000', '155127.526000', '155127.529000', '155127.531000', '155127.534000', '155127.536000', '155127.539000', '155127.542000', '155127.544000', '155127.547000', '155127.549000', '155127.552000', '155127.554000', '155127.557000', '155127.560000', '155127.562000', '155127.565000', '155127.567000', '155127.570000', '155127.572000', '155127.575000', '155127.578000', '155127.585000', '155127.587000', '155127.590000', '155127.592000', '155127.595000', '155127.598000', '155127.600000', '155127.603000', '155127.606000', '155127.608000', '155127.611000', '155127.613000', '155127.616000', '155127.618000', '155127.621000', '155127.624000', '155127.626000', '155127.629000', '155127.631000', '155127.634000', '155127.637000', '155147.521000', '155147.523000', '155147.526000', '155147.529000', '155147.542000', '155147.544000', '155147.547000', '155147.549000', '155147.552000', '155147.555000', '155147.557000', '155147.560000', '155147.562000', '155147.565000', '155147.568000', '155147.570000', '155147.573000', '155147.575000', '155147.578000', '155147.581000', '155147.583000', '155147.586000', '155147.588000', '155147.591000', '155147.594000', '155147.597000', '155147.600000', '155147.603000', '155147.606000', '155147.608000', '155147.611000', '155147.613000', '155147.616000', '155147.619000', '155147.621000', '155147.624000', '155147.626000', '155147.629000', '155147.632000', '155147.634000', '155147.637000', '155147.639000', '155147.642000', '155207.519000', '155207.522000', '155207.525000', '155207.527000', '155207.530000', '155207.539000', '155207.542000', '155207.544000', '155207.547000', '155207.550000', '155207.552000', '155207.555000', '155207.557000', '155207.560000', '155207.563000', '155207.565000', '155207.568000', '155207.570000', '155207.573000', '155207.575000', '155207.578000', '155207.581000', '155207.583000', '155207.586000', '155207.589000', '155207.591000', '155207.594000', '155207.596000', '155207.599000', '155207.602000', '155207.604000', '155207.607000', '155207.609000', '155207.612000', '155207.614000', '155207.617000', '155207.620000', '155207.622000', '155207.625000', '155207.628000', '155207.630000', '155207.633000', '155207.635000', '155207.638000', '155227.519000', '155227.522000', '155227.525000', '155227.528000', '155227.530000', '155227.533000', '155227.535000', '155227.538000', '155227.547000', '155227.549000', '155227.552000', '155227.554000', '155227.567000', '155227.569000', '155227.572000', '155227.574000', '155227.577000', '155227.580000', '155227.582000', '155227.585000', '155227.588000', '155227.590000', '155227.593000', '155227.595000', '155227.598000', '155227.601000', '155227.603000', '155227.606000', '155227.608000', '155227.611000', '155227.614000', '155227.616000', '155227.619000', '155227.621000', '155227.624000', '155227.628000', '155227.631000', '155227.633000', '155227.636000', '155227.639000', '155227.641000', '155227.644000', '155227.646000', '155247.519000', '155247.522000', '155247.525000', '155247.527000', '155247.530000', '155247.533000', '155247.535000', '155247.538000', '155247.541000', '155247.543000', '155247.546000', '155247.548000', '155247.551000', '155247.554000', '155247.556000', '155247.559000', '155247.561000', '155247.564000', '155247.567000', '155247.569000', '155247.572000', '155247.574000', '155247.577000', '155247.579000', '155247.582000', '155247.585000', '155247.587000', '155247.590000', '155247.593000', '155247.595000', '155247.598000', '155247.600000', '155247.603000', '155247.606000', '155247.608000', '155247.611000', '155247.613000', '155247.616000', '155247.618000', '155247.621000', '155247.624000', '155247.626000', '155247.629000', '155247.632000', '155307.519000', '155307.522000', '155307.525000', '155307.527000', '155307.530000', '155307.533000', '155307.535000', '155307.538000', '155307.540000', '155307.543000', '155307.546000', '155307.548000', '155307.551000', '155307.554000', '155307.556000', '155307.559000', '155307.561000', '155307.564000', '155307.567000', '155307.569000', '155307.572000', '155307.574000', '155307.577000', '155307.580000', '155307.582000', '155307.585000', '155307.587000', '155307.590000', '155307.593000', '155307.595000', '155307.598000', '155307.601000', '155307.603000', '155307.606000', '155307.608000', '155307.611000', '155307.614000', '155307.616000', '155307.619000', '155307.622000', '155307.624000', '155307.627000', '155307.629000', '155327.520000', '155327.523000', '155327.526000', '155327.528000', '155327.531000', '155327.534000', '155327.536000', '155327.539000', '155327.541000', '155327.544000', '155327.547000', '155327.549000', '155327.552000', '155327.554000', '155327.557000', '155327.559000', '155327.562000', '155327.565000', '155327.567000', '155327.570000', '155327.572000', '155327.575000', '155327.578000', '155327.580000', '155327.583000', '155327.585000', '155327.588000', '155327.591000', '155327.593000', '155327.596000', '155327.598000', '155327.601000', '155327.604000', '155327.606000', '155327.609000', '155327.611000', '155327.614000', '155327.616000', '155327.619000', '155327.622000', '155327.624000', '155327.627000', '155327.629000', '155327.632000', '155347.520000', '155347.523000', '155347.526000', '155347.529000', '155347.531000', '155347.534000', '155347.536000', '155347.539000', '155347.542000', '155347.544000', '155347.547000', '155347.549000', '155347.552000', '155347.555000', '155347.557000', '155347.560000', '155347.562000', '155347.565000', '155347.568000', '155347.570000', '155347.573000', '155347.576000', '155347.578000', '155347.581000', '155347.584000', '155347.586000', '155347.589000', '155347.591000', '155347.594000', '155347.596000', '155347.599000', '155347.602000', '155347.605000', '155347.607000', '155347.610000', '155347.612000', '155347.615000', '155347.628000', '155347.630000', '155347.633000', '155347.636000', '155347.638000', '155347.641000', '155407.521000', '155407.524000', '155407.526000', '155407.529000', '155407.531000', '155407.534000', '155407.536000', '155407.539000', '155407.542000', '155407.544000', '155407.547000', '155407.550000', '155407.552000', '155407.555000', '155407.558000', '155407.560000', '155407.563000', '155407.565000', '155407.568000', '155407.571000', '155407.573000', '155407.576000', '155407.578000', '155407.581000', '155407.584000', '155407.586000', '155407.589000', '155407.592000', '155407.594000', '155407.597000', '155407.599000', '155407.602000', '155407.605000', '155407.607000', '155407.610000', '155407.612000', '155407.615000', '155407.620000', '155407.623000', '155407.626000', '155407.628000', '155407.631000', '155407.633000', '155407.636000', '155427.520000', '155427.522000', '155427.525000', '155427.528000', '155427.530000', '155427.533000', '155427.535000', '155427.538000', '155427.541000', '155427.543000', '155427.546000', '155427.548000', '155427.551000', '155427.554000', '155427.556000', '155427.559000', '155427.561000', '155427.564000', '155427.567000', '155427.569000', '155427.572000', '155427.574000', '155427.577000', '155427.580000', '155427.582000', '155427.585000', '155427.587000', '155427.590000', '155427.593000', '155427.595000', '155427.598000', '155427.601000', '155427.603000', '155427.606000', '155427.608000', '155427.611000', '155427.614000', '155427.617000', '155427.619000', '155427.622000', '155427.624000', '155427.627000', '155427.630000', '155447.520000', '155447.523000', '155447.525000', '155447.528000', '155447.531000', '155447.533000', '155447.536000', '155447.538000', '155447.552000', '155447.555000', '155447.557000', '155447.560000', '155447.562000', '155447.565000', '155447.568000', '155447.570000', '155447.573000', '155447.575000', '155447.578000', '155447.581000', '155447.583000', '155447.586000', '155447.588000', '155447.591000', '155447.594000', '155447.596000', '155447.599000', '155447.602000', '155447.604000', '155447.607000', '155447.609000', '155447.612000', '155447.614000', '155447.617000', '155447.620000', '155447.622000', '155447.625000', '155447.628000', '155447.630000', '155447.633000', '155447.635000', '155447.638000', '155447.641000', '155507.520000', '155507.522000', '155507.525000', '155507.528000', '155507.530000', '155507.533000', '155507.535000', '155507.538000', '155507.541000', '155507.543000', '155507.546000', '155507.548000', '155507.551000', '155507.554000', '155507.556000', '155507.559000', '155507.561000', '155507.564000', '155507.567000', '155507.569000', '155507.572000', '155507.574000', '155507.577000', '155507.580000', '155507.582000', '155507.585000', '155507.587000', '155507.590000', '155507.593000', '155507.595000', '155507.598000', '155507.600000', '155507.603000', '155507.606000', '155507.608000', '155507.611000', '155507.614000', '155507.616000', '155507.619000', '155507.621000', '155507.624000', '155507.627000', '155507.629000', '155507.632000', '155527.520000', '155527.523000', '155527.525000', '155527.528000', '155527.530000', '155527.534000', '155527.536000', '155527.539000', '155527.542000', '155527.544000', '155527.547000', '155527.549000', '155527.552000', '155527.555000', '155527.557000', '155527.560000', '155527.562000', '155527.565000', '155527.568000', '155527.579000', '155527.582000', '155527.584000', '155527.587000', '155527.590000', '155527.592000', '155527.595000', '155527.598000', '155527.600000', '155527.603000', '155527.606000', '155527.608000', '155527.611000', '155527.613000', '155527.616000', '155527.619000', '155527.621000', '155527.624000', '155527.627000', '155527.629000', '155527.632000', '155527.634000', '155527.637000', '155527.639000', '155527.642000', '155547.520000', '155547.523000', '155547.526000', '155547.529000', '155547.531000', '155547.534000', '155547.537000', '155547.539000', '155547.542000', '155547.544000', '155547.547000', '155547.549000', '155547.552000', '155547.555000', '155547.557000', '155547.560000', '155547.563000', '155547.565000', '155547.568000', '155547.570000', '155547.573000', '155547.576000', '155547.578000', '155547.581000', '155547.583000', '155547.586000', '155547.588000', '155547.591000', '155547.594000', '155547.596000', '155547.599000', '155547.602000', '155547.604000', '155547.607000', '155547.609000', '155547.612000', '155547.615000', '155547.617000', '155547.620000', '155547.622000', '155547.625000', '155547.628000', '155547.630000', '155607.521000', '155607.523000', '155607.526000', '155607.529000', '155607.531000', '155607.534000', '155607.537000', '155607.539000', '155607.542000', '155607.545000', '155607.547000', '155607.550000', '155607.553000', '155607.555000', '155607.558000', '155607.560000', '155607.563000', '155607.566000', '155607.568000', '155607.571000', '155607.574000', '155607.576000', '155607.579000', '155607.582000', '155607.584000', '155607.587000', '155607.590000', '155607.592000', '155607.595000', '155607.598000', '155607.600000', '155607.603000', '155607.606000', '155607.608000', '155607.611000', '155607.614000', '155607.616000', '155607.619000', '155607.621000', '155607.624000', '155607.627000', '155607.629000', '155607.632000', '155627.521000', '155627.523000', '155627.526000', '155627.529000', '155627.531000', '155627.534000', '155627.537000', '155627.539000', '155627.542000', '155627.545000', '155627.548000', '155627.550000', '155627.553000', '155627.556000', '155627.558000', '155627.563000', '155627.566000', '155627.569000', '155627.572000', '155627.574000', '155627.577000', '155627.580000', '155627.582000', '155627.585000', '155627.588000', '155627.590000', '155627.593000', '155627.596000', '155627.599000', '155627.601000', '155627.605000', '155627.609000', '155627.612000', '155627.615000', '155627.618000', '155627.621000', '155627.624000', '155627.627000', '155627.630000', '155627.632000', '155627.635000', '155627.638000', '155627.641000', '155627.643000', '155647.519000', '155647.522000', '155647.525000', '155647.528000', '155647.530000', '155647.533000', '155647.535000', '155647.538000', '155647.541000', '155647.543000', '155647.546000', '155647.548000', '155647.551000', '155647.554000', '155647.556000', '155647.559000', '155647.561000', '155647.564000', '155647.567000', '155647.570000', '155647.574000', '155647.577000', '155647.580000', '155647.582000', '155647.585000', '155647.588000', '155647.590000', '155647.593000', '155647.595000', '155647.598000', '155647.601000', '155647.603000', '155647.606000', '155647.609000', '155647.611000', '155647.614000', '155647.616000', '155647.619000', '155647.622000', '155647.624000', '155647.627000', '155647.629000', '155647.632000', '155707.520000', '155707.523000', '155707.525000', '155707.528000', '155707.530000', '155707.533000', '155707.536000', '155707.538000', '155707.541000', '155707.543000', '155707.546000', '155707.549000', '155707.551000', '155707.554000', '155707.557000', '155707.559000', '155707.562000', '155707.564000', '155707.567000', '155707.570000', '155707.572000', '155707.575000', '155707.577000', '155707.580000', '155707.583000', '155707.585000', '155707.588000', '155707.590000', '155707.593000', '155707.596000', '155707.598000', '155707.601000', '155707.603000', '155707.606000', '155707.609000', '155707.611000', '155707.614000', '155707.616000', '155707.619000', '155707.622000', '155707.624000', '155707.627000', '155707.629000', '155707.632000', '155723.385000', '155723.388000', '155723.391000', '155723.394000', '155723.396000', '155723.399000', '155723.402000', '155723.405000', '155723.408000', '155723.410000', '155723.413000', '155723.416000', '155723.420000', '155723.422000', '155723.425000', '155723.428000', '155723.431000', '155723.434000', '155723.436000', '155723.439000', '155723.442000', '155723.446000', '155723.449000', '155723.452000', '155723.455000', '155723.458000', '155723.461000', '155723.466000', '155723.473000', '155723.479000', '155723.482000', '155723.490000', '155723.493000', '155723.495000', '155723.498000'], 'InstanceCreationTime': ['155107.557000', '155107.560000', '155107.563000', '155107.566000', '155107.568000', '155107.571000', '155107.573000', '155107.576000', '155107.579000', '155107.581000', '155107.584000', '155107.586000', '155107.589000', '155107.592000', '155107.599000', '155107.602000', '155107.605000', '155107.607000', '155107.610000', '155107.612000', '155107.615000', '155107.617000', '155107.620000', '155107.623000', '155107.625000', '155107.628000', '155107.630000', '155107.633000', '155107.635000', '155107.638000', '155107.640000', '155107.643000', '155107.646000', '155107.648000', '155107.651000', '155107.653000', '155107.656000', '155107.658000', '155107.661000', '155107.664000', '155107.666000', '155107.669000', '155107.671000', '155107.674000', '155107.677000', '155107.679000', '155107.682000', '155107.684000', '155107.687000', '155107.689000', '155107.692000', '155107.695000', '155107.709000', '155107.711000', '155127.521000', '155127.524000', '155127.526000', '155127.529000', '155127.531000', '155127.534000', '155127.536000', '155127.539000', '155127.542000', '155127.544000', '155127.547000', '155127.549000', '155127.552000', '155127.554000', '155127.557000', '155127.560000', '155127.562000', '155127.565000', '155127.567000', '155127.570000', '155127.572000', '155127.575000', '155127.578000', '155127.585000', '155127.587000', '155127.590000', '155127.592000', '155127.595000', '155127.598000', '155127.600000', '155127.603000', '155127.606000', '155127.608000', '155127.611000', '155127.613000', '155127.616000', '155127.618000', '155127.621000', '155127.624000', '155127.626000', '155127.629000', '155127.631000', '155127.634000', '155127.637000', '155147.521000', '155147.523000', '155147.526000', '155147.529000', '155147.542000', '155147.544000', '155147.547000', '155147.549000', '155147.552000', '155147.555000', '155147.557000', '155147.560000', '155147.562000', '155147.565000', '155147.568000', '155147.570000', '155147.573000', '155147.575000', '155147.578000', '155147.581000', '155147.583000', '155147.586000', '155147.588000', '155147.591000', '155147.594000', '155147.597000', '155147.600000', '155147.603000', '155147.606000', '155147.608000', '155147.611000', '155147.613000', '155147.616000', '155147.619000', '155147.621000', '155147.624000', '155147.626000', '155147.629000', '155147.632000', '155147.634000', '155147.637000', '155147.639000', '155147.642000', '155207.519000', '155207.522000', '155207.525000', '155207.527000', '155207.530000', '155207.539000', '155207.542000', '155207.544000', '155207.547000', '155207.550000', '155207.552000', '155207.555000', '155207.557000', '155207.560000', '155207.563000', '155207.565000', '155207.568000', '155207.570000', '155207.573000', '155207.575000', '155207.578000', '155207.581000', '155207.583000', '155207.586000', '155207.589000', '155207.591000', '155207.594000', '155207.596000', '155207.599000', '155207.602000', '155207.604000', '155207.607000', '155207.609000', '155207.612000', '155207.614000', '155207.617000', '155207.620000', '155207.622000', '155207.625000', '155207.628000', '155207.630000', '155207.633000', '155207.635000', '155207.638000', '155227.519000', '155227.522000', '155227.525000', '155227.528000', '155227.530000', '155227.533000', '155227.535000', '155227.538000', '155227.547000', '155227.549000', '155227.552000', '155227.554000', '155227.567000', '155227.569000', '155227.572000', '155227.574000', '155227.577000', '155227.580000', '155227.582000', '155227.585000', '155227.588000', '155227.590000', '155227.593000', '155227.595000', '155227.598000', '155227.601000', '155227.603000', '155227.606000', '155227.608000', '155227.611000', '155227.614000', '155227.616000', '155227.619000', '155227.621000', '155227.624000', '155227.628000', '155227.631000', '155227.633000', '155227.636000', '155227.639000', '155227.641000', '155227.644000', '155227.646000', '155247.519000', '155247.522000', '155247.525000', '155247.527000', '155247.530000', '155247.533000', '155247.535000', '155247.538000', '155247.541000', '155247.543000', '155247.546000', '155247.548000', '155247.551000', '155247.554000', '155247.556000', '155247.559000', '155247.561000', '155247.564000', '155247.567000', '155247.569000', '155247.572000', '155247.574000', '155247.577000', '155247.579000', '155247.582000', '155247.585000', '155247.587000', '155247.590000', '155247.593000', '155247.595000', '155247.598000', '155247.600000', '155247.603000', '155247.606000', '155247.608000', '155247.611000', '155247.613000', '155247.616000', '155247.618000', '155247.621000', '155247.624000', '155247.626000', '155247.629000', '155247.632000', '155307.519000', '155307.522000', '155307.525000', '155307.527000', '155307.530000', '155307.533000', '155307.535000', '155307.538000', '155307.540000', '155307.543000', '155307.546000', '155307.548000', '155307.551000', '155307.554000', '155307.556000', '155307.559000', '155307.561000', '155307.564000', '155307.567000', '155307.569000', '155307.572000', '155307.574000', '155307.577000', '155307.580000', '155307.582000', '155307.585000', '155307.587000', '155307.590000', '155307.593000', '155307.595000', '155307.598000', '155307.601000', '155307.603000', '155307.606000', '155307.608000', '155307.611000', '155307.614000', '155307.616000', '155307.619000', '155307.622000', '155307.624000', '155307.627000', '155307.629000', '155327.520000', '155327.523000', '155327.526000', '155327.528000', '155327.531000', '155327.534000', '155327.536000', '155327.539000', '155327.541000', '155327.544000', '155327.547000', '155327.549000', '155327.552000', '155327.554000', '155327.557000', '155327.559000', '155327.562000', '155327.565000', '155327.567000', '155327.570000', '155327.572000', '155327.575000', '155327.578000', '155327.580000', '155327.583000', '155327.585000', '155327.588000', '155327.591000', '155327.593000', '155327.596000', '155327.598000', '155327.601000', '155327.604000', '155327.606000', '155327.609000', '155327.611000', '155327.614000', '155327.616000', '155327.619000', '155327.622000', '155327.624000', '155327.627000', '155327.629000', '155327.632000', '155347.520000', '155347.523000', '155347.526000', '155347.529000', '155347.531000', '155347.534000', '155347.536000', '155347.539000', '155347.542000', '155347.544000', '155347.547000', '155347.549000', '155347.552000', '155347.555000', '155347.557000', '155347.560000', '155347.562000', '155347.565000', '155347.568000', '155347.570000', '155347.573000', '155347.576000', '155347.578000', '155347.581000', '155347.584000', '155347.586000', '155347.589000', '155347.591000', '155347.594000', '155347.596000', '155347.599000', '155347.602000', '155347.605000', '155347.607000', '155347.610000', '155347.612000', '155347.615000', '155347.628000', '155347.630000', '155347.633000', '155347.636000', '155347.638000', '155347.641000', '155407.521000', '155407.524000', '155407.526000', '155407.529000', '155407.531000', '155407.534000', '155407.536000', '155407.539000', '155407.542000', '155407.544000', '155407.547000', '155407.550000', '155407.552000', '155407.555000', '155407.558000', '155407.560000', '155407.563000', '155407.565000', '155407.568000', '155407.571000', '155407.573000', '155407.576000', '155407.578000', '155407.581000', '155407.584000', '155407.586000', '155407.589000', '155407.592000', '155407.594000', '155407.597000', '155407.599000', '155407.602000', '155407.605000', '155407.607000', '155407.610000', '155407.612000', '155407.615000', '155407.620000', '155407.623000', '155407.626000', '155407.628000', '155407.631000', '155407.633000', '155407.636000', '155427.520000', '155427.522000', '155427.525000', '155427.528000', '155427.530000', '155427.533000', '155427.535000', '155427.538000', '155427.541000', '155427.543000', '155427.546000', '155427.548000', '155427.551000', '155427.554000', '155427.556000', '155427.559000', '155427.561000', '155427.564000', '155427.567000', '155427.569000', '155427.572000', '155427.574000', '155427.577000', '155427.580000', '155427.582000', '155427.585000', '155427.587000', '155427.590000', '155427.593000', '155427.595000', '155427.598000', '155427.601000', '155427.603000', '155427.606000', '155427.608000', '155427.611000', '155427.614000', '155427.617000', '155427.619000', '155427.622000', '155427.624000', '155427.627000', '155427.630000', '155447.520000', '155447.523000', '155447.525000', '155447.528000', '155447.531000', '155447.533000', '155447.536000', '155447.538000', '155447.552000', '155447.555000', '155447.557000', '155447.560000', '155447.562000', '155447.565000', '155447.568000', '155447.570000', '155447.573000', '155447.575000', '155447.578000', '155447.581000', '155447.583000', '155447.586000', '155447.588000', '155447.591000', '155447.594000', '155447.596000', '155447.599000', '155447.602000', '155447.604000', '155447.607000', '155447.609000', '155447.612000', '155447.614000', '155447.617000', '155447.620000', '155447.622000', '155447.625000', '155447.628000', '155447.630000', '155447.633000', '155447.635000', '155447.638000', '155447.641000', '155507.520000', '155507.522000', '155507.525000', '155507.528000', '155507.530000', '155507.533000', '155507.535000', '155507.538000', '155507.541000', '155507.543000', '155507.546000', '155507.548000', '155507.551000', '155507.554000', '155507.556000', '155507.559000', '155507.561000', '155507.564000', '155507.567000', '155507.569000', '155507.572000', '155507.574000', '155507.577000', '155507.580000', '155507.582000', '155507.585000', '155507.587000', '155507.590000', '155507.593000', '155507.595000', '155507.598000', '155507.600000', '155507.603000', '155507.606000', '155507.608000', '155507.611000', '155507.614000', '155507.616000', '155507.619000', '155507.621000', '155507.624000', '155507.627000', '155507.629000', '155507.632000', '155527.520000', '155527.523000', '155527.525000', '155527.528000', '155527.530000', '155527.534000', '155527.536000', '155527.539000', '155527.542000', '155527.544000', '155527.547000', '155527.549000', '155527.552000', '155527.555000', '155527.557000', '155527.560000', '155527.562000', '155527.565000', '155527.568000', '155527.579000', '155527.582000', '155527.584000', '155527.587000', '155527.590000', '155527.592000', '155527.595000', '155527.598000', '155527.600000', '155527.603000', '155527.606000', '155527.608000', '155527.611000', '155527.613000', '155527.616000', '155527.619000', '155527.621000', '155527.624000', '155527.627000', '155527.629000', '155527.632000', '155527.634000', '155527.637000', '155527.639000', '155527.642000', '155547.520000', '155547.523000', '155547.526000', '155547.529000', '155547.531000', '155547.534000', '155547.537000', '155547.539000', '155547.542000', '155547.544000', '155547.547000', '155547.549000', '155547.552000', '155547.555000', '155547.557000', '155547.560000', '155547.563000', '155547.565000', '155547.568000', '155547.570000', '155547.573000', '155547.576000', '155547.578000', '155547.581000', '155547.583000', '155547.586000', '155547.588000', '155547.591000', '155547.594000', '155547.596000', '155547.599000', '155547.602000', '155547.604000', '155547.607000', '155547.609000', '155547.612000', '155547.615000', '155547.617000', '155547.620000', '155547.622000', '155547.625000', '155547.628000', '155547.630000', '155607.521000', '155607.523000', '155607.526000', '155607.529000', '155607.531000', '155607.534000', '155607.537000', '155607.539000', '155607.542000', '155607.545000', '155607.547000', '155607.550000', '155607.553000', '155607.555000', '155607.558000', '155607.560000', '155607.563000', '155607.566000', '155607.568000', '155607.571000', '155607.574000', '155607.576000', '155607.579000', '155607.582000', '155607.584000', '155607.587000', '155607.590000', '155607.592000', '155607.595000', '155607.598000', '155607.600000', '155607.603000', '155607.606000', '155607.608000', '155607.611000', '155607.614000', '155607.616000', '155607.619000', '155607.621000', '155607.624000', '155607.627000', '155607.629000', '155607.632000', '155627.521000', '155627.523000', '155627.526000', '155627.529000', '155627.531000', '155627.534000', '155627.537000', '155627.539000', '155627.542000', '155627.545000', '155627.548000', '155627.550000', '155627.553000', '155627.556000', '155627.558000', '155627.563000', '155627.566000', '155627.569000', '155627.572000', '155627.574000', '155627.577000', '155627.580000', '155627.582000', '155627.585000', '155627.588000', '155627.590000', '155627.593000', '155627.596000', '155627.599000', '155627.601000', '155627.605000', '155627.609000', '155627.612000', '155627.615000', '155627.618000', '155627.621000', '155627.624000', '155627.627000', '155627.630000', '155627.632000', '155627.635000', '155627.638000', '155627.641000', '155627.643000', '155647.519000', '155647.522000', '155647.525000', '155647.528000', '155647.530000', '155647.533000', '155647.535000', '155647.538000', '155647.541000', '155647.543000', '155647.546000', '155647.548000', '155647.551000', '155647.554000', '155647.556000', '155647.559000', '155647.561000', '155647.564000', '155647.567000', '155647.570000', '155647.574000', '155647.577000', '155647.580000', '155647.582000', '155647.585000', '155647.588000', '155647.590000', '155647.593000', '155647.595000', '155647.598000', '155647.601000', '155647.603000', '155647.606000', '155647.609000', '155647.611000', '155647.614000', '155647.616000', '155647.619000', '155647.622000', '155647.624000', '155647.627000', '155647.629000', '155647.632000', '155707.520000', '155707.523000', '155707.525000', '155707.528000', '155707.530000', '155707.533000', '155707.536000', '155707.538000', '155707.541000', '155707.543000', '155707.546000', '155707.549000', '155707.551000', '155707.554000', '155707.557000', '155707.559000', '155707.562000', '155707.564000', '155707.567000', '155707.570000', '155707.572000', '155707.575000', '155707.577000', '155707.580000', '155707.583000', '155707.585000', '155707.588000', '155707.590000', '155707.593000', '155707.596000', '155707.598000', '155707.601000', '155707.603000', '155707.606000', '155707.609000', '155707.611000', '155707.614000', '155707.616000', '155707.619000', '155707.622000', '155707.624000', '155707.627000', '155707.629000', '155707.632000', '155723.385000', '155723.388000', '155723.391000', '155723.394000', '155723.396000', '155723.399000', '155723.402000', '155723.405000', '155723.408000', '155723.410000', '155723.413000', '155723.416000', '155723.420000', '155723.422000', '155723.425000', '155723.428000', '155723.431000', '155723.434000', '155723.436000', '155723.439000', '155723.442000', '155723.446000', '155723.449000', '155723.452000', '155723.455000', '155723.458000', '155723.461000', '155723.466000', '155723.473000', '155723.479000', '155723.482000', '155723.490000', '155723.493000', '155723.495000', '155723.498000'], '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': [9139, 7277, 8679, 8792, 8796, 8700, 7601, 7943, 7350, 7740, 8545, 7951, 8650, 7191, 7793, 8095, 7300, 7778, 8330, 7535, 7905, 7428, 7607, 8280, 7137, 7849, 7440, 7792, 7561, 7037, 7673, 6881, 7144, 6823, 7155, 7585, 6817, 7144, 7202, 7838, 7613, 7556, 7152, 7241, 7945, 7384, 7748, 7457, 8296, 8084, 7830, 7087, 8627, 8074, 8335, 9667, 11000, 8656, 9632, 7332, 8778, 8428, 8720, 8578, 7536, 9050, 9425, 8876, 8256, 7498, 9013, 8465, 8295, 8106, 7678, 8315, 7359, 9032, 7645, 7990, 8230, 7759, 9012, 7681, 7674, 8704, 8236, 8732, 7815, 8315, 8638, 8708, 8048, 7977, 7929, 8218, 7293, 8431, 8081, 8150, 8492, 8832, 7896, 7772, 8016, 8149, 8240, 8103, 8210, 9393, 7773, 8007, 8338, 8106, 8661, 8167, 7759, 7960, 8023, 8384, 8194, 7640, 7937, 8492, 8205, 8130, 7625, 7886, 9195, 8403, 8444, 8140, 8283, 8091, 8251, 8038, 8087, 11409, 7392, 7966, 9385, 7818, 8032, 9865, 7725, 7958, 7368, 7957, 8640, 7860, 8034, 7127, 7630, 8357, 7554, 7872, 7191, 7910, 7637, 7417, 7915, 8379, 7828, 8451, 7328, 8174, 8761, 8004, 7996, 7329, 8244, 8489, 7924, 8797, 7243, 8468, 8800, 8163, 8558, 7143, 8331, 8456, 7895, 8608, 9309, 8035, 8526, 7202, 8431, 8943, 7490, 8392, 8839, 8080, 8641, 7257, 8247, 8830, 7342, 8335, 8403, 7903, 8422, 7178, 8066, 8759, 7365, 8239, 7932, 7780, 8131, 7149, 7946, 7652, 7525, 7875, 8269, 7983, 7382, 7392, 8121, 8260, 8019, 8054, 7827, 8255, 7738, 7522, 8231, 8615, 8057, 8026, 8799, 8105, 8678, 7175, 8039, 8434, 7780, 8071, 8175, 7970, 8179, 6988, 7751, 8243, 7895, 7261, 8512, 7960, 7943, 7704, 8662, 8840, 7534, 7556, 7987, 7720, 7768, 8329, 7850, 8390, 8108, 8715, 7513, 8334, 10153, 8438, 8716, 8093, 11240, 8077, 11914, 9659, 9084, 13980, 8752, 9623, 12232, 8056, 8912, 7176, 8617, 7271, 8073, 8134, 7073, 8292, 7576, 8097, 8284, 7188, 8395, 7727, 8163, 7811, 7550, 7986, 7782, 8247, 7890, 7878, 8158, 7637, 7967, 8497, 8214, 9051, 7731, 7812, 7089, 7451, 8783, 7362, 7085, 8165, 7898, 8249, 7445, 7509, 7493, 7657, 7099, 8436, 7827, 8319, 7391, 7764, 7701, 7675, 7782, 9027, 8087, 8781, 7403, 7776, 8174, 7716, 7161, 8445, 8020, 8625, 8212, 7966, 9640, 7529, 7465, 9695, 7683, 7747, 8635, 7976, 8046, 7207, 7694, 8707, 7702, 7574, 8702, 8114, 7556, 7142, 7650, 8131, 7700, 6918, 8872, 7746, 8314, 7808, 8410, 7948, 7839, 7569, 8114, 8067, 8032, 8461, 8642, 9040, 9781, 8663, 11989, 7424, 9556, 10391, 8376, 9050, 7968, 7896, 9787, 8012, 8397, 7946, 8172, 8765, 8162, 8635, 7567, 8465, 8498, 8309, 8306, 7768, 8107, 7217, 8419, 8190, 8326, 7880, 7803, 8269, 8346, 8550, 8660, 8016, 8097, 9151, 8349, 8260, 9518, 8740, 8609, 7771, 8437, 8929, 7917, 8032, 8475, 8257, 8277, 7305, 8484, 9612, 7823, 8250, 8658, 8352, 8363, 8458, 8135, 8866, 7775, 8452, 8479, 7990, 8354, 7839, 8402, 8433, 7937, 8377, 8627, 8353, 8512, 7133, 8267, 9135, 7970, 8522, 8966, 8588, 8236, 7081, 8424, 8945, 8078, 8269, 8756, 8212, 8520, 8976, 8614, 8654, 7714, 8446, 8721, 8215, 8658, 7779, 8477, 8594, 8022, 8788, 8500, 8670, 8350, 6736, 8442, 8336, 8098, 9153, 7959, 8976, 7304, 8198, 7423, 7873, 8761, 7807, 7840, 8232, 8001, 8449, 8836, 7403, 9005, 9179, 8493, 9509, 8455, 8396, 8123, 9976, 8277, 9013, 12442, 9079, 8276, 13318, 7794, 7426, 7719, 7702, 9444, 7752, 7798, 11142, 7667, 7591, 7945, 7498, 8090, 7703, 7075, 7316, 8225, 7540, 7622, 7179, 7454, 7756, 7366, 7543, 7280, 8652, 8026, 7756, 7636, 8035, 7813, 7819, 7896, 8318, 8223, 8373, 7825, 7503, 8150, 7629, 7510, 8440, 7784, 7758, 7363, 7873, 7725, 7765, 7586, 7750, 8115, 7804, 7129, 7786, 7343, 7408, 7943, 8199, 7741, 8285, 7808, 7700, 6613, 7739, 7187, 6939, 7311, 8017, 7680, 6966, 7797, 6786, 8128, 8518, 7757, 8065, 12396, 7897, 8025, 11157, 7931, 8766, 7615, 7845, 8279, 7724, 8349, 10059, 8001, 8492, 7808, 7771, 9052, 8207, 9100, 7635, 8094, 9385, 7775, 8223, 10522, 8077, 9192, 7578, 7904, 8771, 8009, 8109, 8758, 8352, 9132, 7804, 7815, 9058, 8221, 8623, 7488, 8190, 9151, 7941, 8136, 8615, 8239, 8192, 9132, 8198, 8231, 7698, 8080, 8112, 8154, 8482, 7993, 7802, 9853, 7764, 7770, 8979, 7761, 7821, 9124, 8051, 8589, 7352, 7822, 8449, 7725, 7953, 7908, 7700, 7931, 8261, 8059, 8294, 7322, 8022, 7943, 7753, 7455, 7951, 8334, 8051, 8367, 7384, 7508, 6667, 6010, 7116, 6651, 7275, 6933, 8863, 8721, 8111, 8313, 8180, 7629, 8210, 7582, 8352, 7668, 11355, 8066, 7725, 12350, 7904, 7607, 7536, 7661, 9137, 7830, 7724, 8127, 7643, 8389, 7792, 7567, 7860, 7412, 7750, 7766, 7266, 7820, 8204, 7884, 8114, 7373, 7845, 8190, 7928, 8052, 7190, 7736, 7917, 8178, 8069, 7182, 7817, 7843, 8167, 7894, 6936, 8018, 7745, 7342, 7837, 7597, 8129, 7747, 7387, 7720, 7663, 8150, 7802, 7221, 7789, 7637, 7798, 7827, 7564, 8685, 7930, 7527, 7667, 7738, 7841, 7962, 7671, 8542, 7833, 8050, 7857, 7705, 8141, 7871, 7870, 8303, 7819, 7926, 7795, 7724, 8543, 8015, 8504, 9161, 7807, 8266, 8052, 7816, 9189, 8096, 8257, 10267, 8044, 8691, 7942, 7633, 8022, 8116, 8067, 9029, 7889, 8376, 8077, 7521, 7277, 8676, 6958, 8583, 7997, 7949, 9725, 7949, 7863, 8782, 8112, 9144, 7917, 8112, 8080, 9948, 8079, 8412, 8020, 7807, 9046, 8141, 7878, 8703, 7832, 7265, 8152, 7550, 8544, 7912, 7494, 7927, 7909, 7955, 8001, 7605, 8531, 7959, 7774, 8119, 7934, 8386, 8304, 8392, 8045, 7439, 8147, 8313, 8583, 8426, 8009, 8297, 7709, 8268, 8415, 8293, 8300, 7957, 8502, 7949, 7860, 8352, 8176, 8432, 8152, 7557, 8214], 'WindowCenter': [3596.0, 3558.0, 3629.0, 3617.0, 3608.0, 3577.0, 3568.0, 3554.0, 3539.0, 3553.0, 3560.0, 3552.0, 3565.0, 3555.0, 3556.0, 3564.0, 3555.0, 3555.0, 3562.0, 3550.0, 3550.0, 3541.0, 3566.0, 3578.0, 3556.0, 3566.0, 3554.0, 3556.0, 3555.0, 3557.0, 3582.0, 3570.0, 3559.0, 3545.0, 3558.0, 3568.0, 3545.0, 3558.0, 3571.0, 3583.0, 3570.0, 3569.0, 3559.0, 3572.0, 3583.0, 3571.0, 3571.0, 3574.0, 3596.0, 3583.0, 3571.0, 3559.0, 3593.0, 3582.0, 3598.0, 3605.0, 3603.0, 3567.0, 3578.0, 3544.0, 3564.0, 3565.0, 3580.0, 3566.0, 3544.0, 3563.0, 3563.0, 3551.0, 3553.0, 3542.0, 3563.0, 3567.0, 3569.0, 3556.0, 3556.0, 3566.0, 3542.0, 3563.0, 3542.0, 3554.0, 3555.0, 3542.0, 3564.0, 3554.0, 3567.0, 3567.0, 3554.0, 3567.0, 3555.0, 3568.0, 3568.0, 3583.0, 3570.0, 3571.0, 3568.0, 3569.0, 3544.0, 3567.0, 3556.0, 3556.0, 3567.0, 3579.0, 3570.0, 3558.0, 3558.0, 3556.0, 3567.0, 3557.0, 3569.0, 3579.0, 3571.0, 3569.0, 3567.0, 3569.0, 3568.0, 3567.0, 3558.0, 3573.0, 3582.0, 3587.0, 3569.0, 3570.0, 3568.0, 3581.0, 3585.0, 3585.0, 3573.0, 3586.0, 3606.0, 3581.0, 3583.0, 3583.0, 3595.0, 3581.0, 3595.0, 3584.0, 3598.0, 3630.0, 3563.0, 3570.0, 3580.0, 3557.0, 3558.0, 3591.0, 3573.0, 3570.0, 3558.0, 3560.0, 3568.0, 3557.0, 3556.0, 3553.0, 3559.0, 3570.0, 3559.0, 3570.0, 3546.0, 3557.0, 3556.0, 3546.0, 3569.0, 3581.0, 3560.0, 3570.0, 3558.0, 3570.0, 3569.0, 3569.0, 3572.0, 3573.0, 3583.0, 3570.0, 3558.0, 3570.0, 3546.0, 3570.0, 3580.0, 3569.0, 3569.0, 3547.0, 3568.0, 3567.0, 3556.0, 3570.0, 3579.0, 3557.0, 3569.0, 3547.0, 3555.0, 3573.0, 3545.0, 3569.0, 3579.0, 3555.0, 3567.0, 3544.0, 3556.0, 3566.0, 3551.0, 3568.0, 3575.0, 3556.0, 3568.0, 3545.0, 3556.0, 3573.0, 3545.0, 3567.0, 3557.0, 3558.0, 3560.0, 3547.0, 3557.0, 3558.0, 3558.0, 3573.0, 3583.0, 3571.0, 3560.0, 3548.0, 3569.0, 3570.0, 3578.0, 3573.0, 3566.0, 3572.0, 3560.0, 3560.0, 3576.0, 3570.0, 3572.0, 3572.0, 3568.0, 3558.0, 3574.0, 3546.0, 3557.0, 3568.0, 3559.0, 3571.0, 3574.0, 3559.0, 3569.0, 3566.0, 3566.0, 3570.0, 3584.0, 3586.0, 3594.0, 3571.0, 3576.0, 3588.0, 3583.0, 3608.0, 3584.0, 3572.0, 3579.0, 3576.0, 3587.0, 3593.0, 3587.0, 3596.0, 3585.0, 3582.0, 3554.0, 3546.0, 3591.0, 3557.0, 3554.0, 3544.0, 3588.0, 3565.0, 3602.0, 3568.0, 3556.0, 3604.0, 3542.0, 3551.0, 3568.0, 3514.0, 3538.0, 3517.0, 3527.0, 3513.0, 3515.0, 3514.0, 3503.0, 3526.0, 3514.0, 3528.0, 3525.0, 3505.0, 3540.0, 3530.0, 3540.0, 3527.0, 3528.0, 3538.0, 3545.0, 3555.0, 3541.0, 3544.0, 3550.0, 3540.0, 3542.0, 3560.0, 3556.0, 3569.0, 3565.0, 3548.0, 3542.0, 3535.0, 3556.0, 3532.0, 3533.0, 3554.0, 3558.0, 3571.0, 3567.0, 3547.0, 3547.0, 3545.0, 3555.0, 3565.0, 3554.0, 3571.0, 3559.0, 3567.0, 3568.0, 3557.0, 3567.0, 3570.0, 3557.0, 3570.0, 3561.0, 3560.0, 3571.0, 3556.0, 3547.0, 3566.0, 3560.0, 3571.0, 3570.0, 3558.0, 3581.0, 3545.0, 3548.0, 3578.0, 3555.0, 3557.0, 3577.0, 3558.0, 3559.0, 3546.0, 3547.0, 3569.0, 3547.0, 3557.0, 3570.0, 3557.0, 3556.0, 3536.0, 3547.0, 3557.0, 3561.0, 3561.0, 3590.0, 3561.0, 3571.0, 3573.0, 3584.0, 3557.0, 3557.0, 3559.0, 3573.0, 3576.0, 3562.0, 3573.0, 3585.0, 3575.0, 3581.0, 3570.0, 3616.0, 3541.0, 3583.0, 3591.0, 3572.0, 3570.0, 3557.0, 3555.0, 3584.0, 3553.0, 3554.0, 3542.0, 3554.0, 3554.0, 3552.0, 3561.0, 3543.0, 3563.0, 3576.0, 3556.0, 3555.0, 3530.0, 3543.0, 3532.0, 3554.0, 3553.0, 3568.0, 3569.0, 3557.0, 3568.0, 3556.0, 3567.0, 3567.0, 3555.0, 3565.0, 3580.0, 3569.0, 3568.0, 3575.0, 3564.0, 3565.0, 3545.0, 3563.0, 3566.0, 3556.0, 3557.0, 3555.0, 3555.0, 3556.0, 3544.0, 3574.0, 3580.0, 3557.0, 3557.0, 3555.0, 3555.0, 3556.0, 3554.0, 3555.0, 3567.0, 3564.0, 3568.0, 3555.0, 3556.0, 3556.0, 3545.0, 3555.0, 3566.0, 3579.0, 3569.0, 3576.0, 3558.0, 3568.0, 3535.0, 3556.0, 3565.0, 3564.0, 3567.0, 3566.0, 3565.0, 3568.0, 3542.0, 3556.0, 3567.0, 3555.0, 3566.0, 3576.0, 3567.0, 3567.0, 3565.0, 3566.0, 3565.0, 3543.0, 3568.0, 3568.0, 3569.0, 3568.0, 3555.0, 3555.0, 3567.0, 3568.0, 3569.0, 3568.0, 3576.0, 3570.0, 3536.0, 3569.0, 3569.0, 3581.0, 3602.0, 3569.0, 3581.0, 3560.0, 3580.0, 3561.0, 3571.0, 3591.0, 3580.0, 3582.0, 3579.0, 3576.0, 3580.0, 3591.0, 3579.0, 3597.0, 3597.0, 3585.0, 3595.0, 3584.0, 3570.0, 3572.0, 3591.0, 3558.0, 3581.0, 3615.0, 3567.0, 3544.0, 3584.0, 3529.0, 3517.0, 3527.0, 3527.0, 3552.0, 3528.0, 3517.0, 3558.0, 3515.0, 3516.0, 3526.0, 3516.0, 3526.0, 3527.0, 3517.0, 3519.0, 3539.0, 3528.0, 3529.0, 3520.0, 3530.0, 3531.0, 3531.0, 3530.0, 3531.0, 3552.0, 3542.0, 3543.0, 3531.0, 3545.0, 3531.0, 3542.0, 3542.0, 3542.0, 3554.0, 3556.0, 3543.0, 3533.0, 3543.0, 3544.0, 3532.0, 3553.0, 3543.0, 3558.0, 3558.0, 3557.0, 3546.0, 3546.0, 3547.0, 3547.0, 3565.0, 3559.0, 3551.0, 3558.0, 3547.0, 3547.0, 3560.0, 3570.0, 3559.0, 3570.0, 3572.0, 3573.0, 3552.0, 3580.0, 3564.0, 3561.0, 3575.0, 3589.0, 3574.0, 3563.0, 3574.0, 3568.0, 3602.0, 3600.0, 3588.0, 3590.0, 3626.0, 3579.0, 3572.0, 3617.0, 3572.0, 3586.0, 3558.0, 3558.0, 3568.0, 3574.0, 3584.0, 3593.0, 3572.0, 3572.0, 3557.0, 3559.0, 3569.0, 3572.0, 3584.0, 3561.0, 3559.0, 3580.0, 3546.0, 3558.0, 3577.0, 3563.0, 3579.0, 3557.0, 3558.0, 3569.0, 3556.0, 3557.0, 3567.0, 3577.0, 3581.0, 3549.0, 3560.0, 3567.0, 3556.0, 3557.0, 3534.0, 3554.0, 3567.0, 3556.0, 3545.0, 3555.0, 3543.0, 3555.0, 3571.0, 3554.0, 3555.0, 3556.0, 3559.0, 3545.0, 3557.0, 3555.0, 3545.0, 3546.0, 3578.0, 3544.0, 3543.0, 3567.0, 3543.0, 3544.0, 3572.0, 3543.0, 3553.0, 3530.0, 3543.0, 3552.0, 3544.0, 3562.0, 3543.0, 3550.0, 3544.0, 3553.0, 3544.0, 3556.0, 3547.0, 3556.0, 3555.0, 3545.0, 3562.0, 3557.0, 3571.0, 3570.0, 3583.0, 3573.0, 3557.0, 3548.0, 3535.0, 3553.0, 3545.0, 3579.0, 3559.0, 3594.0, 3595.0, 3586.0, 3580.0, 3569.0, 3564.0, 3568.0, 3559.0, 3582.0, 3560.0, 3591.0, 3556.0, 3545.0, 3587.0, 3543.0, 3544.0, 3544.0, 3542.0, 3552.0, 3530.0, 3529.0, 3530.0, 3529.0, 3539.0, 3530.0, 3541.0, 3542.0, 3531.0, 3529.0, 3530.0, 3529.0, 3530.0, 3541.0, 3540.0, 3542.0, 3533.0, 3542.0, 3542.0, 3531.0, 3531.0, 3526.0, 3542.0, 3545.0, 3541.0, 3544.0, 3546.0, 3557.0, 3558.0, 3556.0, 3564.0, 3547.0, 3556.0, 3561.0, 3559.0, 3573.0, 3561.0, 3560.0, 3559.0, 3548.0, 3558.0, 3560.0, 3573.0, 3581.0, 3562.0, 3560.0, 3561.0, 3561.0, 3567.0, 3561.0, 3582.0, 3571.0, 3560.0, 3559.0, 3560.0, 3559.0, 3559.0, 3561.0, 3586.0, 3561.0, 3574.0, 3560.0, 3561.0, 3568.0, 3591.0, 3575.0, 3572.0, 3574.0, 3572.0, 3561.0, 3562.0, 3572.0, 3572.0, 3584.0, 3600.0, 3561.0, 3571.0, 3557.0, 3559.0, 3587.0, 3559.0, 3578.0, 3593.0, 3559.0, 3570.0, 3557.0, 3558.0, 3557.0, 3556.0, 3573.0, 3567.0, 3573.0, 3583.0, 3535.0, 3541.0, 3559.0, 3581.0, 3560.0, 3584.0, 3585.0, 3575.0, 3594.0, 3560.0, 3571.0, 3571.0, 3574.0, 3582.0, 3560.0, 3571.0, 3574.0, 3593.0, 3560.0, 3556.0, 3548.0, 3546.0, 3555.0, 3549.0, 3559.0, 3555.0, 3545.0, 3532.0, 3542.0, 3533.0, 3556.0, 3542.0, 3545.0, 3557.0, 3557.0, 3544.0, 3543.0, 3536.0, 3554.0, 3543.0, 3545.0, 3556.0, 3574.0, 3572.0, 3558.0, 3556.0, 3548.0, 3533.0, 3544.0, 3569.0, 3582.0, 3571.0, 3570.0, 3569.0, 3559.0, 3557.0, 3570.0, 3583.0, 3571.0, 3571.0, 3576.0, 3558.0, 3557.0, 3569.0, 3572.0, 3573.0, 3559.0, 3559.0, 3557.0], 'WindowWidth': [8136.0, 8079.0, 8205.0, 8178.0, 8161.0, 8103.0, 8090.0, 8063.0, 8035.0, 8061.0, 8066.0, 8058.0, 8080.0, 8069.0, 8071.0, 8078.0, 8066.0, 8067.0, 8071.0, 8053.0, 8052.0, 8042.0, 8084.0, 8103.0, 8070.0, 8083.0, 8062.0, 8069.0, 8067.0, 8075.0, 8115.0, 8098.0, 8079.0, 8057.0, 8077.0, 8089.0, 8055.0, 8076.0, 8100.0, 8117.0, 8096.0, 8090.0, 8079.0, 8103.0, 8121.0, 8098.0, 8098.0, 8105.0, 8139.0, 8117.0, 8098.0, 8081.0, 8130.0, 8117.0, 8145.0, 8149.0, 8140.0, 8085.0, 8101.0, 8049.0, 8074.0, 8080.0, 8107.0, 8081.0, 8046.0, 8071.0, 8070.0, 8051.0, 8055.0, 8040.0, 8067.0, 8084.0, 8090.0, 8068.0, 8064.0, 8080.0, 8041.0, 8069.0, 8040.0, 8060.0, 8063.0, 8042.0, 8073.0, 8063.0, 8087.0, 8083.0, 8062.0, 8080.0, 8065.0, 8083.0, 8086.0, 8114.0, 8091.0, 8094.0, 8086.0, 8086.0, 8048.0, 8082.0, 8066.0, 8067.0, 8084.0, 8103.0, 8091.0, 8073.0, 8069.0, 8068.0, 8082.0, 8068.0, 8086.0, 8102.0, 8094.0, 8089.0, 8082.0, 8088.0, 8085.0, 8084.0, 8073.0, 8100.0, 8114.0, 8121.0, 8090.0, 8092.0, 8086.0, 8109.0, 8120.0, 8120.0, 8103.0, 8124.0, 8153.0, 8108.0, 8115.0, 8117.0, 8136.0, 8109.0, 8136.0, 8118.0, 8146.0, 8191.0, 8088.0, 8091.0, 8102.0, 8067.0, 8071.0, 8118.0, 8101.0, 8091.0, 8072.0, 8076.0, 8081.0, 8067.0, 8065.0, 8067.0, 8075.0, 8093.0, 8073.0, 8091.0, 8052.0, 8069.0, 8067.0, 8055.0, 8089.0, 8111.0, 8079.0, 8090.0, 8071.0, 8091.0, 8088.0, 8087.0, 8100.0, 8102.0, 8111.0, 8090.0, 8070.0, 8088.0, 8053.0, 8088.0, 8106.0, 8088.0, 8088.0, 8053.0, 8084.0, 8081.0, 8066.0, 8088.0, 8102.0, 8066.0, 8085.0, 8052.0, 8062.0, 8093.0, 8047.0, 8085.0, 8100.0, 8061.0, 8080.0, 8045.0, 8061.0, 8076.0, 8060.0, 8083.0, 8098.0, 8066.0, 8084.0, 8048.0, 8064.0, 8092.0, 8048.0, 8082.0, 8070.0, 8071.0, 8076.0, 8053.0, 8067.0, 8069.0, 8073.0, 8098.0, 8113.0, 8094.0, 8079.0, 8059.0, 8090.0, 8091.0, 8110.0, 8101.0, 8089.0, 8096.0, 8077.0, 8075.0, 8103.0, 8090.0, 8095.0, 8096.0, 8084.0, 8071.0, 8097.0, 8051.0, 8069.0, 8086.0, 8074.0, 8093.0, 8096.0, 8072.0, 8086.0, 8091.0, 8091.0, 8092.0, 8118.0, 8127.0, 8131.0, 8096.0, 8104.0, 8131.0, 8116.0, 8158.0, 8121.0, 8100.0, 8104.0, 8106.0, 8125.0, 8130.0, 8123.0, 8136.0, 8123.0, 8107.0, 8067.0, 8047.0, 8120.0, 8066.0, 8057.0, 8044.0, 8109.0, 8085.0, 8136.0, 8079.0, 8060.0, 8133.0, 8034.0, 8043.0, 8063.0, 7985.0, 8023.0, 7997.0, 8007.0, 7982.0, 7988.0, 7985.0, 7970.0, 8003.0, 7985.0, 8009.0, 8004.0, 7975.0, 8028.0, 8015.0, 8028.0, 8009.0, 8012.0, 8032.0, 8047.0, 8059.0, 8034.0, 8043.0, 8053.0, 8039.0, 8036.0, 8066.0, 8060.0, 8083.0, 8082.0, 8055.0, 8045.0, 8031.0, 8061.0, 8027.0, 8030.0, 8057.0, 8068.0, 8091.0, 8091.0, 8054.0, 8055.0, 8048.0, 8069.0, 8083.0, 8067.0, 8090.0, 8076.0, 8089.0, 8091.0, 8067.0, 8090.0, 8087.0, 8067.0, 8090.0, 8081.0, 8076.0, 8090.0, 8071.0, 8057.0, 8087.0, 8074.0, 8094.0, 8092.0, 8070.0, 8105.0, 8047.0, 8055.0, 8095.0, 8070.0, 8070.0, 8103.0, 8069.0, 8073.0, 8049.0, 8053.0, 8083.0, 8050.0, 8068.0, 8088.0, 8068.0, 8067.0, 8036.0, 8052.0, 8069.0, 8077.0, 8083.0, 8123.0, 8077.0, 8094.0, 8098.0, 8113.0, 8069.0, 8067.0, 8072.0, 8098.0, 8106.0, 8079.0, 8098.0, 8115.0, 8098.0, 8100.0, 8086.0, 8161.0, 8046.0, 8109.0, 8114.0, 8092.0, 8088.0, 8066.0, 8060.0, 8109.0, 8057.0, 8057.0, 8035.0, 8055.0, 8056.0, 8051.0, 8072.0, 8041.0, 8075.0, 8101.0, 8065.0, 8060.0, 8020.0, 8040.0, 8024.0, 8056.0, 8056.0, 8086.0, 8088.0, 8067.0, 8085.0, 8065.0, 8078.0, 8080.0, 8062.0, 8084.0, 8103.0, 8086.0, 8083.0, 8089.0, 8078.0, 8076.0, 8047.0, 8080.0, 8080.0, 8066.0, 8066.0, 8061.0, 8060.0, 8064.0, 8046.0, 8094.0, 8102.0, 8069.0, 8067.0, 8062.0, 8059.0, 8064.0, 8059.0, 8060.0, 8080.0, 8083.0, 8084.0, 8063.0, 8063.0, 8066.0, 8048.0, 8062.0, 8079.0, 8108.0, 8088.0, 8100.0, 8070.0, 8083.0, 8035.0, 8064.0, 8076.0, 8081.0, 8081.0, 8082.0, 8077.0, 8083.0, 8049.0, 8063.0, 8080.0, 8062.0, 8078.0, 8101.0, 8082.0, 8081.0, 8075.0, 8078.0, 8077.0, 8045.0, 8084.0, 8086.0, 8087.0, 8086.0, 8063.0, 8062.0, 8081.0, 8087.0, 8089.0, 8086.0, 8100.0, 8090.0, 8039.0, 8085.0, 8089.0, 8111.0, 8146.0, 8090.0, 8106.0, 8082.0, 8106.0, 8083.0, 8094.0, 8130.0, 8119.0, 8112.0, 8103.0, 8104.0, 8105.0, 8121.0, 8114.0, 8139.0, 8138.0, 8118.0, 8133.0, 8115.0, 8093.0, 8098.0, 8119.0, 8070.0, 8104.0, 8161.0, 8081.0, 8046.0, 8096.0, 8014.0, 7998.0, 8011.0, 8010.0, 8050.0, 8013.0, 7996.0, 8048.0, 7988.0, 7991.0, 8005.0, 7993.0, 8006.0, 8007.0, 7997.0, 8001.0, 8026.0, 8011.0, 8013.0, 8005.0, 8018.0, 8020.0, 8020.0, 8018.0, 8022.0, 8052.0, 8038.0, 8041.0, 8019.0, 8041.0, 8021.0, 8037.0, 8038.0, 8037.0, 8056.0, 8061.0, 8041.0, 8028.0, 8041.0, 8042.0, 8027.0, 8056.0, 8042.0, 8071.0, 8073.0, 8068.0, 8050.0, 8050.0, 8053.0, 8053.0, 8081.0, 8072.0, 8067.0, 8072.0, 8055.0, 8052.0, 8073.0, 8090.0, 8073.0, 8090.0, 8097.0, 8097.0, 8069.0, 8114.0, 8092.0, 8081.0, 8106.0, 8127.0, 8106.0, 8088.0, 8104.0, 8103.0, 8157.0, 8148.0, 8129.0, 8134.0, 8174.0, 8109.0, 8099.0, 8165.0, 8097.0, 8121.0, 8073.0, 8070.0, 8086.0, 8103.0, 8115.0, 8126.0, 8094.0, 8095.0, 8067.0, 8073.0, 8086.0, 8092.0, 8115.0, 8079.0, 8072.0, 8100.0, 8048.0, 8069.0, 8094.0, 8077.0, 8100.0, 8070.0, 8070.0, 8085.0, 8063.0, 8066.0, 8078.0, 8101.0, 8104.0, 8058.0, 8075.0, 8078.0, 8062.0, 8065.0, 8030.0, 8057.0, 8079.0, 8062.0, 8047.0, 8058.0, 8041.0, 8058.0, 8085.0, 8056.0, 8060.0, 8065.0, 8071.0, 8047.0, 8066.0, 8062.0, 8047.0, 8049.0, 8093.0, 8042.0, 8041.0, 8077.0, 8041.0, 8045.0, 8084.0, 8041.0, 8056.0, 8021.0, 8039.0, 8053.0, 8046.0, 8074.0, 8043.0, 8056.0, 8046.0, 8055.0, 8044.0, 8064.0, 8053.0, 8065.0, 8064.0, 8047.0, 8085.0, 8070.0, 8094.0, 8093.0, 8112.0, 8100.0, 8070.0, 8061.0, 8040.0, 8068.0, 8054.0, 8112.0, 8079.0, 8132.0, 8133.0, 8121.0, 8114.0, 8086.0, 8082.0, 8085.0, 8076.0, 8111.0, 8080.0, 8122.0, 8064.0, 8049.0, 8104.0, 8039.0, 8044.0, 8046.0, 8038.0, 8048.0, 8016.0, 8016.0, 8015.0, 8015.0, 8028.0, 8017.0, 8036.0, 8037.0, 8022.0, 8016.0, 8016.0, 8015.0, 8017.0, 8034.0, 8032.0, 8036.0, 8028.0, 8037.0, 8037.0, 8019.0, 8019.0, 8017.0, 8037.0, 8044.0, 8035.0, 8043.0, 8050.0, 8068.0, 8069.0, 8064.0, 8081.0, 8053.0, 8064.0, 8080.0, 8076.0, 8100.0, 8081.0, 8074.0, 8073.0, 8055.0, 8069.0, 8075.0, 8098.0, 8116.0, 8083.0, 8075.0, 8078.0, 8079.0, 8091.0, 8080.0, 8111.0, 8093.0, 8078.0, 8072.0, 8075.0, 8075.0, 8075.0, 8082.0, 8118.0, 8081.0, 8103.0, 8076.0, 8078.0, 8094.0, 8131.0, 8105.0, 8095.0, 8102.0, 8097.0, 8079.0, 8082.0, 8096.0, 8095.0, 8116.0, 8141.0, 8079.0, 8094.0, 8069.0, 8075.0, 8117.0, 8074.0, 8108.0, 8125.0, 8073.0, 8089.0, 8066.0, 8070.0, 8068.0, 8064.0, 8102.0, 8079.0, 8099.0, 8114.0, 8020.0, 8039.0, 8078.0, 8107.0, 8077.0, 8115.0, 8119.0, 8105.0, 8127.0, 8076.0, 8092.0, 8092.0, 8102.0, 8110.0, 8076.0, 8092.0, 8102.0, 8122.0, 8074.0, 8064.0, 8052.0, 8048.0, 8060.0, 8054.0, 8070.0, 8062.0, 8045.0, 8025.0, 8035.0, 8025.0, 8057.0, 8037.0, 8048.0, 8069.0, 8064.0, 8042.0, 8038.0, 8032.0, 8054.0, 8041.0, 8044.0, 8064.0, 8099.0, 8094.0, 8070.0, 8065.0, 8052.0, 8029.0, 8045.0, 8086.0, 8110.0, 8093.0, 8091.0, 8087.0, 8073.0, 8067.0, 8089.0, 8113.0, 8095.0, 8094.0, 8101.0, 8069.0, 8068.0, 8088.0, 8096.0, 8095.0, 8073.0, 8075.0, 8065.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.02047399082568807</td></tr>
<tr><td colspan=3>aqi</td><td>0.14848947305045873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.481609874293824</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.019409837129736</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007754969517796</td></tr>
<tr><td colspan=3>efc</td><td>0.4956</td></tr>
<tr><td colspan=3>fber</td><td>3219.1802</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.25031555439518255</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>168</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.26605504587156</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9068802292486424</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.689752754053115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3009546485718357</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7299332851209765</td></tr>
<tr><td colspan=3>gcor</td><td>0.00599652</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014879387803375721</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03649419918656349</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.058338581663601</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1613</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9387</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5015</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304165.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.8023</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0386</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>390.8915</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2805.5427</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.9241</td></tr>
<tr><td colspan=3>tsnr</td><td>16.38729367929045</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>