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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-01_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_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-0095/ses-01/func/sub-0095_ses-01_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>c3118faa0fd89d902e014d9154a9afc3</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>14:49:12.630000</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.99829, 0.0499808, 0.0303313, -0.0489992, 0.998277, -0.0322874]</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.10365</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>[4154, -7805, -7195, 505, -51, -294, -140, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.489</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>462098d9-0b69-48ed-839b-a4228d88380a||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.678337812423706, -0.13146118819713593, 0.08611041307449341, 115.68257904052734], [-0.13409483432769775, 2.6783037185668945, -0.08301421999931335, -85.75643920898438], [0.08137655258178711, 0.08662484586238861, 2.6973493099212646, -63.48495864868164], [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': ['144912.630000', '144913.090000', '144913.550000', '144914.010000', '144914.470000', '144914.930000', '144915.390000', '144915.850000', '144916.310000', '144916.770000', '144917.230000', '144917.690000', '144918.150000', '144918.610000', '144919.070000', '144919.530000', '144919.990000', '144920.450000', '144920.910000', '144921.370000', '144921.830000', '144922.290000', '144922.750000', '144923.210000', '144923.670000', '144924.130000', '144924.590000', '144925.050000', '144925.510000', '144925.970000', '144926.430000', '144926.890000', '144927.350000', '144927.810000', '144928.270000', '144928.730000', '144929.190000', '144929.650000', '144930.110000', '144930.570000', '144931.030000', '144931.490000', '144931.950000', '144932.410000', '144932.870000', '144933.330000', '144933.790000', '144934.250000', '144934.710000', '144935.170000', '144935.630000', '144936.090000', '144936.550000', '144937.010000', '144937.470000', '144937.930000', '144938.390000', '144938.850000', '144939.310000', '144939.770000', '144940.230000', '144940.690000', '144941.150000', '144941.610000', '144942.070000', '144942.530000', '144942.990000', '144943.450000', '144943.910000', '144944.370000', '144944.830000', '144945.290000', '144945.750000', '144946.210000', '144946.670000', '144947.130000', '144947.590000', '144948.050000', '144948.510000', '144948.970000', '144949.430000', '144949.890000', '144950.350000', '144950.810000', '144951.270000', '144951.730000', '144952.190000', '144952.650000', '144953.110000', '144953.570000', '144954.030000', '144954.490000', '144954.950000', '144955.410000', '144955.870000', '144956.330000', '144956.790000', '144957.250000', '144957.710000', '144958.170000', '144958.630000', '144959.090000', '144959.550000', '145000.010000', '145000.470000', '145000.930000', '145001.390000', '145001.850000', '145002.310000', '145002.770000', '145003.230000', '145003.690000', '145004.150000', '145004.610000', '145005.070000', '145005.530000', '145005.990000', '145006.450000', '145006.910000', '145007.370000', '145007.830000', '145008.290000', '145008.750000', '145009.210000', '145009.670000', '145010.130000', '145010.590000', '145011.050000', '145011.510000', '145011.970000', '145012.430000', '145012.890000', '145013.350000', '145013.810000', '145014.270000', '145014.730000', '145015.190000', '145015.650000', '145016.110000', '145016.570000', '145017.030000', '145017.490000', '145017.950000', '145018.410000', '145018.870000', '145019.330000', '145019.790000', '145020.250000', '145020.710000', '145021.170000', '145021.630000', '145022.090000', '145022.550000', '145023.010000', '145023.470000', '145023.930000', '145024.390000', '145024.850000', '145025.310000', '145025.770000', '145026.230000', '145026.690000', '145027.150000', '145027.610000', '145028.070000', '145028.530000', '145028.990000', '145029.450000', '145029.910000', '145030.370000', '145030.830000', '145031.290000', '145031.750000', '145032.210000', '145032.670000', '145033.130000', '145033.590000', '145034.050000', '145034.510000', '145034.970000', '145035.430000', '145035.890000', '145036.350000', '145036.810000', '145037.270000', '145037.730000', '145038.190000', '145038.650000', '145039.110000', '145039.570000', '145040.030000', '145040.490000', '145040.950000', '145041.410000', '145041.870000', '145042.330000', '145042.790000', '145043.250000', '145043.710000', '145044.170000', '145044.630000', '145045.090000', '145045.550000', '145046.010000', '145046.470000', '145046.930000', '145047.390000', '145047.850000', '145048.310000', '145048.770000', '145049.230000', '145049.690000', '145050.150000', '145050.610000', '145051.070000', '145051.530000', '145051.990000', '145052.450000', '145052.910000', '145053.370000', '145053.830000', '145054.290000', '145054.750000', '145055.210000', '145055.670000', '145056.130000', '145056.590000', '145057.050000', '145057.510000', '145057.970000', '145058.430000', '145058.890000', '145059.350000', '145059.810000', '145100.270000', '145100.730000', '145101.190000', '145101.650000', '145102.110000', '145102.570000', '145103.030000', '145103.490000', '145103.950000', '145104.410000', '145104.870000', '145105.330000', '145105.790000', '145106.250000', '145106.710000', '145107.170000', '145107.630000', '145108.090000', '145108.550000', '145109.010000', '145109.470000', '145109.930000', '145110.390000', '145110.850000', '145111.310000', '145111.770000', '145112.230000', '145112.690000', '145113.150000', '145113.610000', '145114.070000', '145114.530000', '145114.990000', '145115.450000', '145115.910000', '145116.370000', '145116.830000', '145117.290000', '145117.750000', '145118.210000', '145118.670000', '145119.130000', '145119.590000', '145120.050000', '145120.510000', '145120.970000', '145121.430000', '145121.890000', '145122.350000', '145122.810000', '145123.270000', '145123.730000', '145124.190000', '145124.650000', '145125.110000', '145125.570000', '145126.030000', '145126.490000', '145126.950000', '145127.410000', '145127.870000', '145128.330000', '145128.790000', '145129.250000', '145129.710000', '145130.170000', '145130.630000', '145131.090000', '145131.550000', '145132.010000', '145132.470000', '145132.930000', '145133.390000', '145133.850000', '145134.310000', '145134.770000', '145135.230000', '145135.690000', '145136.150000', '145136.610000', '145137.070000', '145137.530000', '145137.990000', '145138.450000', '145138.910000', '145139.370000', '145139.830000', '145140.290000', '145140.750000', '145141.210000', '145141.670000', '145142.130000', '145142.590000', '145143.050000', '145143.510000', '145143.970000', '145144.430000', '145144.890000', '145145.350000', '145145.810000', '145146.270000', '145146.730000', '145147.190000', '145147.650000', '145148.110000', '145148.570000', '145149.030000', '145149.490000', '145149.950000', '145150.410000', '145150.870000', '145151.330000', '145151.790000', '145152.250000', '145152.710000', '145153.170000', '145153.630000', '145154.090000', '145154.550000', '145155.010000', '145155.470000', '145155.930000', '145156.390000', '145156.850000', '145157.310000', '145157.770000', '145158.230000', '145158.690000', '145159.150000', '145159.610000', '145200.070000', '145200.530000', '145200.990000', '145201.450000', '145201.910000', '145202.370000', '145202.830000', '145203.290000', '145203.750000', '145204.210000', '145204.670000', '145205.130000', '145205.590000', '145206.050000', '145206.510000', '145206.970000', '145207.430000', '145207.890000', '145208.350000', '145208.810000', '145209.270000', '145209.730000', '145210.190000', '145210.650000', '145211.110000', '145211.570000', '145212.030000', '145212.490000', '145212.950000', '145213.410000', '145213.870000', '145214.330000', '145214.790000', '145215.250000', '145215.710000', '145216.170000', '145216.630000', '145217.090000', '145217.550000', '145218.010000', '145218.470000', '145218.930000', '145219.390000', '145219.850000', '145220.310000', '145220.770000', '145221.230000', '145221.690000', '145222.150000', '145222.610000', '145223.070000', '145223.530000', '145223.990000', '145224.450000', '145224.910000', '145225.370000', '145225.830000', '145226.290000', '145226.750000', '145227.210000', '145227.670000', '145228.130000', '145228.590000', '145229.050000', '145229.510000', '145229.970000', '145230.430000', '145230.890000', '145231.350000', '145231.810000', '145232.270000', '145232.730000', '145233.190000', '145233.650000', '145234.110000', '145234.570000', '145235.030000', '145235.490000', '145235.950000', '145236.410000', '145236.870000', '145237.330000', '145237.790000', '145238.250000', '145238.710000', '145239.170000', '145239.630000', '145240.090000', '145240.550000', '145241.010000', '145241.470000', '145241.930000', '145242.390000', '145242.850000', '145243.310000', '145243.770000', '145244.230000', '145244.690000', '145245.150000', '145245.610000', '145246.070000', '145246.530000', '145246.990000', '145247.450000', '145247.910000', '145248.370000', '145248.830000', '145249.290000', '145249.750000', '145250.210000', '145250.670000', '145251.130000', '145251.590000', '145252.050000', '145252.510000', '145252.970000', '145253.430000', '145253.890000', '145254.350000', '145254.810000', '145255.270000', '145255.730000', '145256.190000', '145256.650000', '145257.110000', '145257.570000', '145258.030000', '145258.490000', '145258.950000', '145259.410000', '145259.870000', '145300.330000', '145300.790000', '145301.250000', '145301.710000', '145302.170000', '145302.630000', '145303.090000', '145303.550000', '145304.010000', '145304.470000', '145304.930000', '145305.390000', '145305.850000', '145306.310000', '145306.770000', '145307.230000', '145307.690000', '145308.150000', '145308.610000', '145309.070000', '145309.530000', '145309.990000', '145310.450000', '145310.910000', '145311.370000', '145311.830000', '145312.290000', '145312.750000', '145313.210000', '145313.670000', '145314.130000', '145314.590000', '145315.050000', '145315.510000', '145315.970000', '145316.430000', '145316.890000', '145317.350000', '145317.810000', '145318.270000', '145318.730000', '145319.190000', '145319.650000', '145320.110000', '145320.570000', '145321.030000', '145321.490000', '145321.950000', '145322.410000', '145322.870000', '145323.330000', '145323.790000', '145324.250000', '145324.710000', '145325.170000', '145325.630000', '145326.090000', '145326.550000', '145327.010000', '145327.470000', '145327.930000', '145328.390000', '145328.850000', '145329.310000', '145329.770000', '145330.230000', '145330.690000', '145331.150000', '145331.610000', '145332.070000', '145332.530000', '145332.990000', '145333.450000', '145333.910000', '145334.370000', '145334.830000', '145335.290000', '145335.750000', '145336.210000', '145336.670000', '145337.130000', '145337.590000', '145338.050000', '145338.510000', '145338.970000', '145339.430000', '145339.890000', '145340.350000', '145340.810000', '145341.270000', '145341.730000', '145342.190000', '145342.650000', '145343.110000', '145343.570000', '145344.030000', '145344.490000', '145344.950000', '145345.410000', '145345.870000', '145346.330000', '145346.790000', '145347.250000', '145347.710000', '145348.170000', '145348.630000', '145349.090000', '145349.550000', '145350.010000', '145350.470000', '145350.930000', '145351.390000', '145351.850000', '145352.310000', '145352.770000', '145353.230000', '145353.690000', '145354.150000', '145354.610000', '145355.070000', '145355.530000', '145355.990000', '145356.450000', '145356.910000', '145357.370000', '145357.830000', '145358.290000', '145358.750000', '145359.210000', '145359.670000', '145400.130000', '145400.590000', '145401.050000', '145401.510000', '145401.970000', '145402.430000', '145402.890000', '145403.350000', '145403.810000', '145404.270000', '145404.730000', '145405.190000', '145405.650000', '145406.110000', '145406.570000', '145407.030000', '145407.490000', '145407.950000', '145408.410000', '145408.870000', '145409.330000', '145409.790000', '145410.250000', '145410.710000', '145411.170000', '145411.630000', '145412.090000', '145412.550000', '145413.010000', '145413.470000', '145413.930000', '145414.390000', '145414.850000', '145415.310000', '145415.770000', '145416.230000', '145416.690000', '145417.150000', '145417.610000', '145418.070000', '145418.530000', '145418.990000', '145419.450000', '145419.910000', '145420.370000', '145420.830000', '145421.290000', '145421.750000', '145422.210000', '145422.670000', '145423.130000', '145423.590000', '145424.050000', '145424.510000', '145424.970000', '145425.430000', '145425.890000', '145426.350000', '145426.810000', '145427.270000', '145427.730000', '145428.190000', '145428.650000', '145429.110000', '145429.570000', '145430.030000', '145430.490000', '145430.950000', '145431.410000', '145431.870000', '145432.330000', '145432.790000', '145433.250000', '145433.710000', '145434.170000', '145434.630000', '145435.090000', '145435.550000', '145436.010000', '145436.470000', '145436.930000', '145437.390000', '145437.850000', '145438.310000', '145438.770000', '145439.230000', '145439.690000', '145440.150000', '145440.610000', '145441.070000', '145441.530000', '145441.990000', '145442.450000', '145442.910000', '145443.370000', '145443.830000', '145444.290000', '145444.750000', '145445.210000', '145445.670000', '145446.130000', '145446.590000', '145447.050000', '145447.510000', '145447.970000', '145448.430000', '145448.890000', '145449.350000', '145449.810000', '145450.270000', '145450.730000', '145451.190000', '145451.650000', '145452.110000', '145452.570000', '145453.030000', '145453.490000', '145453.950000', '145454.410000', '145454.870000', '145455.330000', '145455.790000', '145456.250000', '145456.710000', '145457.170000', '145457.630000', '145458.090000', '145458.550000', '145459.010000', '145459.470000', '145459.930000', '145500.390000', '145500.850000', '145501.310000', '145501.770000', '145502.230000', '145502.690000', '145503.150000', '145503.610000', '145504.070000', '145504.530000', '145504.990000', '145505.450000', '145505.910000', '145506.370000', '145506.830000', '145507.290000', '145507.750000', '145508.210000', '145508.670000', '145509.130000', '145509.590000', '145510.050000', '145510.510000', '145510.970000', '145511.430000', '145511.890000', '145512.350000', '145512.810000', '145513.270000', '145513.730000', '145514.190000', '145514.650000', '145515.110000', '145515.570000', '145516.030000', '145516.490000', '145516.950000', '145517.410000', '145517.870000', '145518.330000', '145518.790000', '145519.250000', '145519.710000', '145520.170000', '145520.630000', '145521.090000', '145521.550000', '145522.010000', '145522.470000', '145522.930000', '145523.390000', '145523.850000', '145524.310000', '145524.770000', '145525.230000', '145525.690000', '145526.150000', '145526.610000', '145527.070000', '145527.530000', '145527.990000', '145528.450000', '145528.910000', '145529.370000', '145529.830000', '145530.290000', '145530.750000', '145531.210000', '145531.670000', '145532.130000', '145532.590000', '145533.050000', '145533.510000', '145533.970000', '145534.430000', '145534.890000', '145535.350000', '145535.810000', '145536.270000', '145536.730000', '145537.190000', '145537.650000', '145538.110000', '145538.570000', '145539.030000', '145539.490000', '145539.950000', '145540.410000', '145540.870000', '145541.330000', '145541.790000', '145542.250000', '145542.710000', '145543.170000', '145543.630000', '145544.090000', '145544.550000', '145545.010000', '145545.470000', '145545.930000', '145546.390000', '145546.850000', '145547.310000', '145547.770000', '145548.230000', '145548.690000', '145549.150000', '145549.610000', '145550.070000', '145550.530000', '145550.990000', '145551.450000', '145551.910000', '145552.370000', '145552.830000', '145553.290000'], 'ContentTime': ['144927.669000', '144927.672000', '144927.675000', '144927.678000', '144927.681000', '144927.683000', '144927.686000', '144927.689000', '144927.691000', '144927.694000', '144927.696000', '144927.705000', '144927.708000', '144927.710000', '144927.713000', '144927.716000', '144927.718000', '144927.721000', '144927.723000', '144927.726000', '144927.729000', '144927.731000', '144927.734000', '144927.737000', '144927.739000', '144927.748000', '144927.750000', '144927.753000', '144927.755000', '144927.765000', '144947.633000', '144947.636000', '144947.639000', '144947.642000', '144947.644000', '144947.647000', '144947.649000', '144947.652000', '144947.654000', '144947.657000', '144947.660000', '144947.662000', '144947.665000', '144947.667000', '144947.670000', '144947.673000', '144947.675000', '144947.685000', '144947.688000', '144947.691000', '144947.693000', '144947.696000', '144947.698000', '144947.701000', '144947.712000', '144947.714000', '144947.717000', '144947.720000', '144947.722000', '144947.725000', '144947.727000', '144947.730000', '144947.732000', '144947.735000', '144947.738000', '144947.740000', '144947.743000', '144947.745000', '144947.748000', '144947.751000', '144947.753000', '144947.756000', '144947.759000', '145007.633000', '145007.637000', '145007.639000', '145007.642000', '145007.644000', '145007.647000', '145007.650000', '145007.652000', '145007.655000', '145007.657000', '145007.660000', '145007.663000', '145007.665000', '145007.668000', '145007.671000', '145007.673000', '145007.676000', '145007.678000', '145007.681000', '145007.684000', '145007.686000', '145007.689000', '145007.691000', '145007.694000', '145007.697000', '145007.699000', '145007.702000', '145007.713000', '145007.715000', '145007.718000', '145007.721000', '145007.723000', '145007.726000', '145007.728000', '145007.731000', '145007.734000', '145007.736000', '145007.739000', '145007.741000', '145007.744000', '145007.747000', '145007.749000', '145007.752000', '145027.633000', '145027.636000', '145027.639000', '145027.642000', '145027.644000', '145027.647000', '145027.649000', '145027.652000', '145027.654000', '145027.657000', '145027.660000', '145027.662000', '145027.665000', '145027.667000', '145027.670000', '145027.672000', '145027.675000', '145027.678000', '145027.680000', '145027.683000', '145027.685000', '145027.688000', '145027.691000', '145027.693000', '145027.696000', '145027.698000', '145027.701000', '145027.704000', '145027.706000', '145027.709000', '145027.711000', '145027.714000', '145027.717000', '145027.719000', '145027.722000', '145027.724000', '145027.727000', '145027.729000', '145027.732000', '145027.735000', '145027.737000', '145027.740000', '145027.743000', '145027.745000', '145047.634000', '145047.637000', '145047.639000', '145047.642000', '145047.644000', '145047.647000', '145047.650000', '145047.652000', '145047.655000', '145047.657000', '145047.660000', '145047.663000', '145047.665000', '145047.668000', '145047.671000', '145047.673000', '145047.676000', '145047.678000', '145047.681000', '145047.683000', '145047.686000', '145047.690000', '145047.693000', '145047.696000', '145047.699000', '145047.701000', '145047.704000', '145047.706000', '145047.709000', '145047.712000', '145047.714000', '145047.717000', '145047.719000', '145047.722000', '145047.725000', '145047.727000', '145047.730000', '145047.732000', '145047.735000', '145047.737000', '145047.740000', '145047.743000', '145047.745000', '145107.633000', '145107.636000', '145107.638000', '145107.641000', '145107.643000', '145107.646000', '145107.649000', '145107.651000', '145107.668000', '145107.671000', '145107.673000', '145107.676000', '145107.678000', '145107.681000', '145107.684000', '145107.686000', '145107.689000', '145107.692000', '145107.694000', '145107.697000', '145107.699000', '145107.702000', '145107.705000', '145107.707000', '145107.710000', '145107.713000', '145107.715000', '145107.718000', '145107.720000', '145107.723000', '145107.726000', '145107.728000', '145107.731000', '145107.734000', '145107.737000', '145107.739000', '145107.742000', '145107.744000', '145107.747000', '145107.750000', '145107.752000', '145107.755000', '145107.757000', '145107.760000', '145127.633000', '145127.636000', '145127.639000', '145127.642000', '145127.644000', '145127.647000', '145127.649000', '145127.652000', '145127.654000', '145127.657000', '145127.659000', '145127.666000', '145127.669000', '145127.672000', '145127.674000', '145127.677000', '145127.680000', '145127.682000', '145127.685000', '145127.687000', '145127.690000', '145127.692000', '145127.695000', '145127.698000', '145127.700000', '145127.703000', '145127.706000', '145127.708000', '145127.711000', '145127.713000', '145127.716000', '145127.719000', '145127.721000', '145127.724000', '145127.727000', '145127.729000', '145127.732000', '145127.735000', '145127.737000', '145127.740000', '145127.743000', '145127.746000', '145127.748000', '145147.634000', '145147.636000', '145147.639000', '145147.642000', '145147.645000', '145147.647000', '145147.650000', '145147.653000', '145147.656000', '145147.658000', '145147.661000', '145147.664000', '145147.666000', '145147.669000', '145147.671000', '145147.674000', '145147.677000', '145147.679000', '145147.682000', '145147.685000', '145147.687000', '145147.690000', '145147.692000', '145147.695000', '145147.698000', '145147.700000', '145147.703000', '145147.705000', '145147.708000', '145147.711000', '145147.713000', '145147.716000', '145147.719000', '145147.721000', '145147.724000', '145147.726000', '145147.729000', '145147.732000', '145147.734000', '145147.737000', '145147.739000', '145147.742000', '145147.745000', '145147.747000', '145207.634000', '145207.636000', '145207.639000', '145207.642000', '145207.644000', '145207.647000', '145207.650000', '145207.652000', '145207.655000', '145207.657000', '145207.660000', '145207.663000', '145207.665000', '145207.668000', '145207.671000', '145207.673000', '145207.676000', '145207.679000', '145207.681000', '145207.684000', '145207.687000', '145207.690000', '145207.692000', '145207.695000', '145207.697000', '145207.700000', '145207.703000', '145207.705000', '145207.708000', '145207.710000', '145207.713000', '145207.716000', '145207.718000', '145207.721000', '145207.724000', '145207.726000', '145207.731000', '145207.733000', '145207.736000', '145207.738000', '145207.741000', '145207.744000', '145207.746000', '145227.633000', '145227.636000', '145227.639000', '145227.642000', '145227.645000', '145227.656000', '145227.658000', '145227.661000', '145227.664000', '145227.666000', '145227.669000', '145227.672000', '145227.674000', '145227.677000', '145227.679000', '145227.682000', '145227.685000', '145227.687000', '145227.690000', '145227.693000', '145227.695000', '145227.698000', '145227.701000', '145227.703000', '145227.706000', '145227.708000', '145227.711000', '145227.714000', '145227.716000', '145227.719000', '145227.721000', '145227.724000', '145227.727000', '145227.735000', '145227.737000', '145227.740000', '145227.743000', '145227.745000', '145227.748000', '145227.751000', '145227.753000', '145227.756000', '145227.758000', '145227.761000', '145247.634000', '145247.636000', '145247.639000', '145247.642000', '145247.644000', '145247.647000', '145247.649000', '145247.652000', '145247.654000', '145247.657000', '145247.660000', '145247.662000', '145247.665000', '145247.667000', '145247.670000', '145247.672000', '145247.675000', '145247.678000', '145247.681000', '145247.684000', '145247.687000', '145247.689000', '145247.692000', '145247.695000', '145247.697000', '145247.700000', '145247.702000', '145247.705000', '145247.708000', '145247.710000', '145247.713000', '145247.716000', '145247.718000', '145247.721000', '145247.723000', '145247.726000', '145247.729000', '145247.731000', '145247.734000', '145247.737000', '145247.739000', '145247.742000', '145247.744000', '145307.633000', '145307.636000', '145307.639000', '145307.641000', '145307.644000', '145307.647000', '145307.649000', '145307.652000', '145307.655000', '145307.657000', '145307.660000', '145307.662000', '145307.665000', '145307.668000', '145307.670000', '145307.673000', '145307.676000', '145307.678000', '145307.681000', '145307.684000', '145307.686000', '145307.689000', '145307.691000', '145307.694000', '145307.697000', '145307.699000', '145307.702000', '145307.704000', '145307.707000', '145307.710000', '145307.712000', '145307.715000', '145307.718000', '145307.720000', '145307.723000', '145307.726000', '145307.728000', '145307.731000', '145307.734000', '145307.736000', '145307.739000', '145307.741000', '145307.744000', '145307.747000', '145327.633000', '145327.635000', '145327.638000', '145327.641000', '145327.643000', '145327.646000', '145327.649000', '145327.651000', '145327.654000', '145327.661000', '145327.664000', '145327.666000', '145327.669000', '145327.672000', '145327.674000', '145327.677000', '145327.680000', '145327.682000', '145327.685000', '145327.688000', '145327.690000', '145327.693000', '145327.695000', '145327.698000', '145327.701000', '145327.703000', '145327.706000', '145327.708000', '145327.711000', '145327.714000', '145327.716000', '145327.719000', '145327.722000', '145327.724000', '145327.727000', '145327.729000', '145327.732000', '145327.735000', '145327.737000', '145327.740000', '145327.742000', '145327.745000', '145327.747000', '145347.634000', '145347.637000', '145347.639000', '145347.642000', '145347.644000', '145347.647000', '145347.649000', '145347.652000', '145347.655000', '145347.658000', '145347.660000', '145347.663000', '145347.665000', '145347.668000', '145347.671000', '145347.673000', '145347.676000', '145347.679000', '145347.681000', '145347.684000', '145347.687000', '145347.689000', '145347.692000', '145347.695000', '145347.697000', '145347.700000', '145347.702000', '145347.705000', '145347.707000', '145347.710000', '145347.713000', '145347.715000', '145347.718000', '145347.721000', '145347.723000', '145347.726000', '145347.728000', '145347.731000', '145347.734000', '145347.736000', '145347.739000', '145347.742000', '145347.744000', '145347.747000', '145407.634000', '145407.637000', '145407.639000', '145407.642000', '145407.644000', '145407.647000', '145407.649000', '145407.652000', '145407.655000', '145407.657000', '145407.660000', '145407.663000', '145407.665000', '145407.668000', '145407.682000', '145407.684000', '145407.687000', '145407.690000', '145407.692000', '145407.695000', '145407.697000', '145407.700000', '145407.703000', '145407.705000', '145407.708000', '145407.711000', '145407.713000', '145407.716000', '145407.718000', '145407.721000', '145407.724000', '145407.726000', '145407.729000', '145407.731000', '145407.734000', '145407.737000', '145407.739000', '145407.742000', '145407.744000', '145407.747000', '145407.750000', '145407.752000', '145407.755000', '145427.634000', '145427.636000', '145427.639000', '145427.642000', '145427.644000', '145427.647000', '145427.650000', '145427.652000', '145427.655000', '145427.657000', '145427.660000', '145427.663000', '145427.665000', '145427.668000', '145427.671000', '145427.673000', '145427.676000', '145427.679000', '145427.681000', '145427.684000', '145427.687000', '145427.689000', '145427.692000', '145427.694000', '145427.697000', '145427.700000', '145427.702000', '145427.705000', '145427.708000', '145427.711000', '145427.713000', '145427.716000', '145427.719000', '145427.721000', '145427.724000', '145427.726000', '145427.729000', '145427.732000', '145427.734000', '145427.737000', '145427.739000', '145427.742000', '145427.745000', '145427.747000', '145447.634000', '145447.636000', '145447.639000', '145447.642000', '145447.644000', '145447.647000', '145447.649000', '145447.652000', '145447.654000', '145447.657000', '145447.660000', '145447.662000', '145447.665000', '145447.667000', '145447.670000', '145447.673000', '145447.675000', '145447.678000', '145447.680000', '145447.683000', '145447.686000', '145447.688000', '145447.691000', '145447.694000', '145447.696000', '145447.699000', '145447.702000', '145447.704000', '145447.707000', '145447.709000', '145447.712000', '145447.715000', '145447.717000', '145447.720000', '145447.723000', '145447.725000', '145447.728000', '145447.730000', '145447.733000', '145447.736000', '145447.739000', '145447.741000', '145447.744000', '145507.634000', '145507.637000', '145507.639000', '145507.642000', '145507.644000', '145507.647000', '145507.649000', '145507.652000', '145507.655000', '145507.657000', '145507.660000', '145507.662000', '145507.665000', '145507.668000', '145507.670000', '145507.674000', '145507.676000', '145507.679000', '145507.682000', '145507.684000', '145507.687000', '145507.690000', '145507.694000', '145507.697000', '145507.699000', '145507.702000', '145507.705000', '145507.707000', '145507.710000', '145507.713000', '145507.715000', '145507.718000', '145507.720000', '145507.723000', '145507.726000', '145507.728000', '145507.731000', '145507.733000', '145507.736000', '145507.739000', '145507.741000', '145507.744000', '145507.747000', '145507.749000', '145527.632000', '145527.636000', '145527.638000', '145527.641000', '145527.643000', '145527.646000', '145527.649000', '145527.651000', '145527.654000', '145527.656000', '145527.659000', '145527.662000', '145527.664000', '145527.667000', '145527.670000', '145527.672000', '145527.675000', '145527.677000', '145527.680000', '145527.682000', '145527.685000', '145527.688000', '145527.690000', '145527.693000', '145527.695000', '145527.707000', '145527.710000', '145527.712000', '145527.715000', '145527.718000', '145527.721000', '145527.724000', '145527.727000', '145527.730000', '145527.732000', '145527.735000', '145527.737000', '145527.740000', '145527.743000', '145527.746000', '145527.748000', '145527.751000', '145527.753000', '145547.633000', '145547.635000', '145547.638000', '145547.641000', '145547.644000', '145547.646000', '145547.649000', '145547.651000', '145547.654000', '145547.657000', '145547.659000', '145547.662000', '145547.665000', '145547.667000', '145547.670000', '145547.672000', '145547.675000', '145547.678000', '145547.680000', '145547.683000', '145547.686000', '145547.688000', '145547.691000', '145547.694000', '145547.696000', '145547.699000', '145547.703000', '145547.705000', '145547.708000', '145547.711000', '145547.713000', '145547.716000', '145547.718000', '145547.721000', '145547.724000', '145547.726000', '145547.729000', '145547.731000', '145547.734000', '145547.737000', '145547.739000', '145547.742000', '145547.745000', '145547.747000', '145554.912000', '145554.915000', '145554.918000', '145554.921000', '145554.924000', '145554.926000', '145554.929000', '145554.932000', '145554.935000', '145554.938000', '145554.940000', '145554.943000', '145554.946000', '145554.948000', '145554.951000', '145554.954000'], 'InstanceCreationTime': ['144927.669000', '144927.672000', '144927.675000', '144927.678000', '144927.681000', '144927.683000', '144927.686000', '144927.689000', '144927.691000', '144927.694000', '144927.696000', '144927.705000', '144927.708000', '144927.710000', '144927.713000', '144927.716000', '144927.718000', '144927.721000', '144927.723000', '144927.726000', '144927.729000', '144927.731000', '144927.734000', '144927.737000', '144927.739000', '144927.748000', '144927.750000', '144927.753000', '144927.755000', '144927.765000', '144947.633000', '144947.636000', '144947.639000', '144947.642000', '144947.644000', '144947.647000', '144947.649000', '144947.652000', '144947.654000', '144947.657000', '144947.660000', '144947.662000', '144947.665000', '144947.667000', '144947.670000', '144947.673000', '144947.675000', '144947.685000', '144947.688000', '144947.691000', '144947.693000', '144947.696000', '144947.698000', '144947.701000', '144947.712000', '144947.714000', '144947.717000', '144947.720000', '144947.722000', '144947.725000', '144947.727000', '144947.730000', '144947.732000', '144947.735000', '144947.738000', '144947.740000', '144947.743000', '144947.745000', '144947.748000', '144947.751000', '144947.753000', '144947.756000', '144947.759000', '145007.633000', '145007.637000', '145007.639000', '145007.642000', '145007.644000', '145007.647000', '145007.650000', '145007.652000', '145007.655000', '145007.657000', '145007.660000', '145007.663000', '145007.665000', '145007.668000', '145007.671000', '145007.673000', '145007.676000', '145007.678000', '145007.681000', '145007.684000', '145007.686000', '145007.689000', '145007.691000', '145007.694000', '145007.697000', '145007.699000', '145007.702000', '145007.713000', '145007.715000', '145007.718000', '145007.721000', '145007.723000', '145007.726000', '145007.728000', '145007.731000', '145007.734000', '145007.736000', '145007.739000', '145007.741000', '145007.744000', '145007.747000', '145007.749000', '145007.752000', '145027.633000', '145027.636000', '145027.639000', '145027.642000', '145027.644000', '145027.647000', '145027.649000', '145027.652000', '145027.654000', '145027.657000', '145027.660000', '145027.662000', '145027.665000', '145027.667000', '145027.670000', '145027.672000', '145027.675000', '145027.678000', '145027.680000', '145027.683000', '145027.685000', '145027.688000', '145027.691000', '145027.693000', '145027.696000', '145027.698000', '145027.701000', '145027.704000', '145027.706000', '145027.709000', '145027.711000', '145027.714000', '145027.717000', '145027.719000', '145027.722000', '145027.724000', '145027.727000', '145027.729000', '145027.732000', '145027.735000', '145027.737000', '145027.740000', '145027.743000', '145027.745000', '145047.634000', '145047.637000', '145047.639000', '145047.642000', '145047.644000', '145047.647000', '145047.650000', '145047.652000', '145047.655000', '145047.657000', '145047.660000', '145047.663000', '145047.665000', '145047.668000', '145047.671000', '145047.673000', '145047.676000', '145047.678000', '145047.681000', '145047.683000', '145047.686000', '145047.690000', '145047.693000', '145047.696000', '145047.699000', '145047.701000', '145047.704000', '145047.706000', '145047.709000', '145047.712000', '145047.714000', '145047.717000', '145047.719000', '145047.722000', '145047.725000', '145047.727000', '145047.730000', '145047.732000', '145047.735000', '145047.737000', '145047.740000', '145047.743000', '145047.745000', '145107.633000', '145107.636000', '145107.638000', '145107.641000', '145107.643000', '145107.646000', '145107.649000', '145107.651000', '145107.668000', '145107.671000', '145107.673000', '145107.676000', '145107.678000', '145107.681000', '145107.684000', '145107.686000', '145107.689000', '145107.692000', '145107.694000', '145107.697000', '145107.699000', '145107.702000', '145107.705000', '145107.707000', '145107.710000', '145107.713000', '145107.715000', '145107.718000', '145107.720000', '145107.723000', '145107.726000', '145107.728000', '145107.731000', '145107.734000', '145107.737000', '145107.739000', '145107.742000', '145107.744000', '145107.747000', '145107.750000', '145107.752000', '145107.755000', '145107.757000', '145107.760000', '145127.633000', '145127.636000', '145127.639000', '145127.642000', '145127.644000', '145127.647000', '145127.649000', '145127.652000', '145127.654000', '145127.657000', '145127.659000', '145127.666000', '145127.669000', '145127.672000', '145127.674000', '145127.677000', '145127.680000', '145127.682000', '145127.685000', '145127.687000', '145127.690000', '145127.692000', '145127.695000', '145127.698000', '145127.700000', '145127.703000', '145127.706000', '145127.708000', '145127.711000', '145127.713000', '145127.716000', '145127.719000', '145127.721000', '145127.724000', '145127.727000', '145127.729000', '145127.732000', '145127.735000', '145127.737000', '145127.740000', '145127.743000', '145127.746000', '145127.748000', '145147.634000', '145147.636000', '145147.639000', '145147.642000', '145147.645000', '145147.647000', '145147.650000', '145147.653000', '145147.656000', '145147.658000', '145147.661000', '145147.664000', '145147.666000', '145147.669000', '145147.671000', '145147.674000', '145147.677000', '145147.679000', '145147.682000', '145147.685000', '145147.687000', '145147.690000', '145147.692000', '145147.695000', '145147.698000', '145147.700000', '145147.703000', '145147.705000', '145147.708000', '145147.711000', '145147.713000', '145147.716000', '145147.719000', '145147.721000', '145147.724000', '145147.726000', '145147.729000', '145147.732000', '145147.734000', '145147.737000', '145147.739000', '145147.742000', '145147.745000', '145147.747000', '145207.634000', '145207.636000', '145207.639000', '145207.642000', '145207.644000', '145207.647000', '145207.650000', '145207.652000', '145207.655000', '145207.657000', '145207.660000', '145207.663000', '145207.665000', '145207.668000', '145207.671000', '145207.673000', '145207.676000', '145207.679000', '145207.681000', '145207.684000', '145207.687000', '145207.690000', '145207.692000', '145207.695000', '145207.697000', '145207.700000', '145207.703000', '145207.705000', '145207.708000', '145207.710000', '145207.713000', '145207.716000', '145207.718000', '145207.721000', '145207.724000', '145207.726000', '145207.731000', '145207.733000', '145207.736000', '145207.738000', '145207.741000', '145207.744000', '145207.746000', '145227.633000', '145227.636000', '145227.639000', '145227.642000', '145227.645000', '145227.656000', '145227.658000', '145227.661000', '145227.664000', '145227.666000', '145227.669000', '145227.672000', '145227.674000', '145227.677000', '145227.679000', '145227.682000', '145227.685000', '145227.687000', '145227.690000', '145227.693000', '145227.695000', '145227.698000', '145227.701000', '145227.703000', '145227.706000', '145227.708000', '145227.711000', '145227.714000', '145227.716000', '145227.719000', '145227.721000', '145227.724000', '145227.727000', '145227.735000', '145227.737000', '145227.740000', '145227.743000', '145227.745000', '145227.748000', '145227.751000', '145227.753000', '145227.756000', '145227.758000', '145227.761000', '145247.634000', '145247.636000', '145247.639000', '145247.642000', '145247.644000', '145247.647000', '145247.649000', '145247.652000', '145247.654000', '145247.657000', '145247.660000', '145247.662000', '145247.665000', '145247.667000', '145247.670000', '145247.672000', '145247.675000', '145247.678000', '145247.681000', '145247.684000', '145247.687000', '145247.689000', '145247.692000', '145247.695000', '145247.697000', '145247.700000', '145247.702000', '145247.705000', '145247.708000', '145247.710000', '145247.713000', '145247.716000', '145247.718000', '145247.721000', '145247.723000', '145247.726000', '145247.729000', '145247.731000', '145247.734000', '145247.737000', '145247.739000', '145247.742000', '145247.744000', '145307.633000', '145307.636000', '145307.639000', '145307.641000', '145307.644000', '145307.647000', '145307.649000', '145307.652000', '145307.655000', '145307.657000', '145307.660000', '145307.662000', '145307.665000', '145307.668000', '145307.670000', '145307.673000', '145307.676000', '145307.678000', '145307.681000', '145307.684000', '145307.686000', '145307.689000', '145307.691000', '145307.694000', '145307.697000', '145307.699000', '145307.702000', '145307.704000', '145307.707000', '145307.710000', '145307.712000', '145307.715000', '145307.718000', '145307.720000', '145307.723000', '145307.726000', '145307.728000', '145307.731000', '145307.734000', '145307.736000', '145307.739000', '145307.741000', '145307.744000', '145307.747000', '145327.633000', '145327.635000', '145327.638000', '145327.641000', '145327.643000', '145327.646000', '145327.649000', '145327.651000', '145327.654000', '145327.661000', '145327.664000', '145327.666000', '145327.669000', '145327.672000', '145327.674000', '145327.677000', '145327.680000', '145327.682000', '145327.685000', '145327.688000', '145327.690000', '145327.693000', '145327.695000', '145327.698000', '145327.701000', '145327.703000', '145327.706000', '145327.708000', '145327.711000', '145327.714000', '145327.716000', '145327.719000', '145327.722000', '145327.724000', '145327.727000', '145327.729000', '145327.732000', '145327.735000', '145327.737000', '145327.740000', '145327.742000', '145327.745000', '145327.747000', '145347.634000', '145347.637000', '145347.639000', '145347.642000', '145347.644000', '145347.647000', '145347.649000', '145347.652000', '145347.655000', '145347.658000', '145347.660000', '145347.663000', '145347.665000', '145347.668000', '145347.671000', '145347.673000', '145347.676000', '145347.679000', '145347.681000', '145347.684000', '145347.687000', '145347.689000', '145347.692000', '145347.695000', '145347.697000', '145347.700000', '145347.702000', '145347.705000', '145347.707000', '145347.710000', '145347.713000', '145347.715000', '145347.718000', '145347.721000', '145347.723000', '145347.726000', '145347.728000', '145347.731000', '145347.734000', '145347.736000', '145347.739000', '145347.742000', '145347.744000', '145347.747000', '145407.634000', '145407.637000', '145407.639000', '145407.642000', '145407.644000', '145407.647000', '145407.649000', '145407.652000', '145407.655000', '145407.657000', '145407.660000', '145407.663000', '145407.665000', '145407.668000', '145407.682000', '145407.684000', '145407.687000', '145407.690000', '145407.692000', '145407.695000', '145407.697000', '145407.700000', '145407.703000', '145407.705000', '145407.708000', '145407.711000', '145407.713000', '145407.716000', '145407.718000', '145407.721000', '145407.724000', '145407.726000', '145407.729000', '145407.731000', '145407.734000', '145407.737000', '145407.739000', '145407.742000', '145407.744000', '145407.747000', '145407.750000', '145407.752000', '145407.755000', '145427.634000', '145427.636000', '145427.639000', '145427.642000', '145427.644000', '145427.647000', '145427.650000', '145427.652000', '145427.655000', '145427.657000', '145427.660000', '145427.663000', '145427.665000', '145427.668000', '145427.671000', '145427.673000', '145427.676000', '145427.679000', '145427.681000', '145427.684000', '145427.687000', '145427.689000', '145427.692000', '145427.694000', '145427.697000', '145427.700000', '145427.702000', '145427.705000', '145427.708000', '145427.711000', '145427.713000', '145427.716000', '145427.719000', '145427.721000', '145427.724000', '145427.726000', '145427.729000', '145427.732000', '145427.734000', '145427.737000', '145427.739000', '145427.742000', '145427.745000', '145427.747000', '145447.634000', '145447.636000', '145447.639000', '145447.642000', '145447.644000', '145447.647000', '145447.649000', '145447.652000', '145447.654000', '145447.657000', '145447.660000', '145447.662000', '145447.665000', '145447.667000', '145447.670000', '145447.673000', '145447.675000', '145447.678000', '145447.680000', '145447.683000', '145447.686000', '145447.688000', '145447.691000', '145447.694000', '145447.696000', '145447.699000', '145447.702000', '145447.704000', '145447.707000', '145447.709000', '145447.712000', '145447.715000', '145447.717000', '145447.720000', '145447.723000', '145447.725000', '145447.728000', '145447.730000', '145447.733000', '145447.736000', '145447.739000', '145447.741000', '145447.744000', '145507.634000', '145507.637000', '145507.639000', '145507.642000', '145507.644000', '145507.647000', '145507.649000', '145507.652000', '145507.655000', '145507.657000', '145507.660000', '145507.662000', '145507.665000', '145507.668000', '145507.670000', '145507.674000', '145507.676000', '145507.679000', '145507.682000', '145507.684000', '145507.687000', '145507.690000', '145507.694000', '145507.697000', '145507.699000', '145507.702000', '145507.705000', '145507.707000', '145507.710000', '145507.713000', '145507.715000', '145507.718000', '145507.720000', '145507.723000', '145507.726000', '145507.728000', '145507.731000', '145507.733000', '145507.736000', '145507.739000', '145507.741000', '145507.744000', '145507.747000', '145507.749000', '145527.632000', '145527.636000', '145527.638000', '145527.641000', '145527.643000', '145527.646000', '145527.649000', '145527.651000', '145527.654000', '145527.656000', '145527.659000', '145527.662000', '145527.664000', '145527.667000', '145527.670000', '145527.672000', '145527.675000', '145527.677000', '145527.680000', '145527.682000', '145527.685000', '145527.688000', '145527.690000', '145527.693000', '145527.695000', '145527.707000', '145527.710000', '145527.712000', '145527.715000', '145527.718000', '145527.721000', '145527.724000', '145527.727000', '145527.730000', '145527.732000', '145527.735000', '145527.737000', '145527.740000', '145527.743000', '145527.746000', '145527.748000', '145527.751000', '145527.753000', '145547.633000', '145547.635000', '145547.638000', '145547.641000', '145547.644000', '145547.646000', '145547.649000', '145547.651000', '145547.654000', '145547.657000', '145547.659000', '145547.662000', '145547.665000', '145547.667000', '145547.670000', '145547.672000', '145547.675000', '145547.678000', '145547.680000', '145547.683000', '145547.686000', '145547.688000', '145547.691000', '145547.694000', '145547.696000', '145547.699000', '145547.703000', '145547.705000', '145547.708000', '145547.711000', '145547.713000', '145547.716000', '145547.718000', '145547.721000', '145547.724000', '145547.726000', '145547.729000', '145547.731000', '145547.734000', '145547.737000', '145547.739000', '145547.742000', '145547.745000', '145547.747000', '145554.912000', '145554.915000', '145554.918000', '145554.921000', '145554.924000', '145554.926000', '145554.929000', '145554.932000', '145554.935000', '145554.938000', '145554.940000', '145554.943000', '145554.946000', '145554.948000', '145554.951000', '145554.954000'], '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': [7027, 6771, 11399, 9072, 7053, 7030, 6878, 10337, 8846, 7078, 6904, 9873, 8754, 8381, 6828, 9955, 7271, 6856, 7681, 9794, 7057, 6958, 7414, 10099, 8135, 7081, 6982, 11027, 9311, 7074, 9195, 9531, 7639, 6886, 10060, 8116, 7024, 8771, 8597, 7068, 6786, 10315, 7993, 6253, 6717, 8088, 9660, 7506, 6696, 6649, 10368, 7938, 7002, 6625, 6893, 10612, 8493, 7476, 6842, 6026, 5937, 7229, 7816, 10003, 8069, 7581, 6452, 8281, 8628, 7281, 7343, 9796, 6773, 6067, 10386, 7869, 5850, 6956, 9605, 7370, 5907, 6264, 9115, 9003, 5915, 8716, 8409, 7616, 6209, 9437, 6961, 6113, 10019, 8866, 6979, 5801, 10145, 8537, 7210, 5776, 10120, 8296, 7710, 8470, 10432, 7672, 5847, 8378, 11040, 8272, 6954, 6009, 8315, 10237, 7985, 6758, 6082, 6826, 5975, 5667, 6783, 9000, 7657, 7704, 6032, 10827, 8009, 7611, 8408, 8439, 5957, 9324, 9615, 7219, 6076, 9731, 8227, 6818, 6150, 9398, 7132, 6282, 10945, 8709, 6281, 9601, 9377, 7461, 6073, 9209, 8066, 6760, 9876, 6402, 6211, 7508, 9110, 7281, 5982, 11395, 8958, 7779, 6019, 9399, 6997, 5931, 12038, 10212, 6924, 7674, 8624, 6860, 8010, 12191, 9339, 6350, 9298, 8235, 6738, 11566, 9633, 7352, 5733, 9564, 8545, 7370, 5789, 5703, 8438, 8862, 8054, 6110, 7597, 8867, 8241, 7614, 10152, 7125, 5829, 9810, 8717, 6137, 9200, 6669, 6577, 10923, 7111, 5682, 5424, 5796, 7307, 5708, 7950, 7155, 7813, 13229, 9870, 8304, 8323, 13606, 11520, 12330, 15033, 15361, 9507, 11489, 10990, 7946, 10631, 9217, 6048, 9386, 9315, 6963, 5621, 9122, 7772, 5922, 9473, 7194, 5859, 5861, 11328, 7393, 5630, 6657, 9858, 7865, 5872, 7109, 8486, 8225, 7198, 11339, 8384, 6486, 6642, 9521, 8961, 7328, 11037, 7898, 6254, 7349, 9778, 8575, 6486, 9036, 8106, 7119, 6621, 5742, 5797, 8367, 8001, 6763, 6303, 5893, 5533, 8795, 8618, 8003, 8255, 10983, 7851, 5894, 11610, 9252, 7228, 7843, 8423, 6553, 6854, 10544, 7295, 5548, 7844, 8846, 7218, 5749, 8478, 7417, 6856, 7751, 10953, 7956, 6318, 5571, 9919, 8201, 7269, 6456, 10897, 7017, 5517, 11691, 9548, 6747, 5332, 11686, 8511, 6467, 5679, 9320, 7906, 7509, 8142, 9145, 8132, 7146, 5648, 11263, 8436, 6625, 11073, 8665, 6652, 8650, 13021, 9599, 6403, 6666, 9827, 6774, 14251, 10699, 6923, 8758, 6178, 6157, 11387, 9274, 6224, 5753, 6640, 9623, 7612, 6677, 5670, 5600, 5341, 5886, 5532, 7093, 9818, 9428, 7438, 12239, 5598, 5567, 6815, 8634, 9783, 9189, 12543, 8985, 6603, 5883, 8697, 8862, 6829, 5542, 6305, 8427, 8645, 7076, 6365, 5843, 9048, 6940, 6087, 10470, 8500, 6967, 5927, 8493, 8045, 7824, 7232, 10867, 8126, 6485, 6214, 11162, 9010, 6656, 7031, 8884, 7109, 9533, 9884, 7093, 7585, 9026, 6936, 6948, 11124, 8708, 6196, 6011, 8128, 6310, 9391, 9277, 6957, 5883, 8844, 7875, 6238, 10212, 7701, 6042, 8476, 10512, 8322, 6132, 7475, 8306, 7034, 7645, 10810, 8158, 6142, 8473, 9654, 8274, 6306, 9974, 7772, 6196, 10139, 9305, 7420, 6335, 8333, 10918, 8454, 6943, 5840, 6131, 7434, 9386, 8428, 6775, 5973, 6567, 10938, 8466, 6490, 7090, 9741, 8182, 5988, 8009, 8231, 6481, 7360, 11038, 7596, 6293, 6224, 10208, 8824, 6794, 5748, 5675, 7372, 6440, 6576, 11038, 8868, 7483, 9953, 7262, 6401, 11553, 5726, 6469, 9396, 9920, 11457, 13410, 13414, 10136, 6703, 5980, 10774, 9927, 7422, 9466, 8968, 6937, 6168, 6409, 6525, 7772, 7769, 7407, 6340, 5483, 5613, 5828, 5798, 5821, 9516, 9145, 7910, 10684, 13169, 8538, 6735, 9107, 7445, 10203, 9750, 6390, 7935, 9404, 6541, 5595, 9676, 7922, 5484, 5865, 6572, 7712, 6112, 11281, 8575, 7564, 11254, 8771, 5962, 9248, 8726, 8995, 7608, 13652, 8244, 5952, 9218, 9284, 6491, 6187, 10791, 8663, 5665, 6860, 6756, 8096, 6647, 5932, 10057, 8651, 6294, 8426, 8022, 6908, 6365, 9658, 8789, 8018, 6671, 11680, 10638, 8200, 6360, 5968, 10096, 8124, 5900, 5314, 5434, 5540, 9284, 8401, 8024, 11560, 8952, 7064, 10391, 7973, 6892, 12081, 9446, 7286, 6745, 5964, 5610, 6107, 9805, 11952, 10219, 7164, 11472, 8236, 6616, 6197, 7595, 10038, 7697, 6124, 5916, 10421, 8577, 6580, 6552, 6502, 8809, 6995, 6297, 6196, 10792, 7575, 5836, 6498, 10164, 8234, 6631, 10563, 8786, 6910, 9323, 13041, 7566, 6136, 6716, 9414, 15205, 10953, 8471, 9342, 13587, 8430, 5911, 11073, 8964, 7459, 12312, 8233, 6570, 8122, 8499, 5871, 8389, 9174, 6876, 6361, 8395, 6585, 6171, 10167, 7965, 6117, 8474, 7876, 6115, 7241, 10339, 7587, 6639, 7996, 8238, 6246, 8860, 9379, 7254, 6383, 9299, 7940, 6232, 7181, 10387, 8358, 6345, 6124, 9174, 7817, 7147, 9460, 9163, 6359, 6380, 6286, 9801, 7866, 6481, 10167, 8393, 6237, 8007, 9292, 8504, 6866, 8589, 11035, 7726, 6375, 7013, 13577, 8474, 9160, 9021, 6291, 6801, 9566, 8159, 6762, 6519, 9721, 7950, 7492, 6769, 6423, 5850, 6002, 6118, 6215, 8578, 9918, 8390, 9972, 7853, 15429, 11794, 8112, 9601, 9509, 6809, 10456, 10208, 6721, 5840, 9944, 7395, 5563, 8049, 7125, 5905, 6113, 10318, 6093, 5361, 5322, 7342, 7898, 7454, 9935, 6502, 8117, 8876, 6708, 5522, 7640, 9174, 7748, 5690, 7000, 5455, 11024, 9868, 12894, 9748, 9360, 10332, 7729, 7397, 6174, 8497, 10427, 9103, 8330, 7414, 5987, 5664, 5769, 7998, 9518, 8586, 7734, 7312, 12002, 9029, 6265, 13691, 9227, 5781, 11958, 7980, 5806, 6862, 8427, 6266, 6070, 9911, 7008, 5582, 9961, 7010, 7275, 7468, 5724, 8076, 7606, 5652, 5442, 8325, 6713, 5369, 10621, 6982, 5531, 10445, 8519, 6179, 5548, 8430, 6687, 5909, 10504, 8688, 7082, 6087, 8269, 8549, 6858, 6194, 10661, 8546, 6789, 12748, 10086, 7255, 5648, 7719, 9403, 9083, 7731, 13777, 11934, 7310, 6051, 11796, 9131, 7558, 5821, 7608, 10566, 8048, 7098, 10880, 9935], 'WindowCenter': [3597.0, 3571.0, 3623.0, 3603.0, 3569.0, 3568.0, 3569.0, 3601.0, 3605.0, 3581.0, 3569.0, 3601.0, 3590.0, 3579.0, 3558.0, 3600.0, 3568.0, 3557.0, 3580.0, 3600.0, 3567.0, 3568.0, 3579.0, 3601.0, 3590.0, 3580.0, 3581.0, 3613.0, 3602.0, 3569.0, 3589.0, 3588.0, 3567.0, 3555.0, 3599.0, 3566.0, 3555.0, 3576.0, 3575.0, 3554.0, 3555.0, 3598.0, 3576.0, 3544.0, 3555.0, 3578.0, 3599.0, 3579.0, 3568.0, 3569.0, 3600.0, 3580.0, 3568.0, 3568.0, 3567.0, 3600.0, 3589.0, 3581.0, 3571.0, 3546.0, 3545.0, 3579.0, 3580.0, 3600.0, 3578.0, 3579.0, 3558.0, 3589.0, 3577.0, 3566.0, 3565.0, 3587.0, 3543.0, 3533.0, 3598.0, 3576.0, 3546.0, 3566.0, 3599.0, 3567.0, 3547.0, 3557.0, 3589.0, 3601.0, 3547.0, 3590.0, 3590.0, 3580.0, 3559.0, 3601.0, 3569.0, 3559.0, 3613.0, 3601.0, 3569.0, 3548.0, 3612.0, 3591.0, 3581.0, 3549.0, 3601.0, 3589.0, 3579.0, 3590.0, 3600.0, 3567.0, 3535.0, 3578.0, 3610.0, 3578.0, 3567.0, 3544.0, 3578.0, 3599.0, 3591.0, 3568.0, 3546.0, 3568.0, 3561.0, 3549.0, 3569.0, 3590.0, 3579.0, 3579.0, 3571.0, 3613.0, 3579.0, 3578.0, 3578.0, 3576.0, 3546.0, 3588.0, 3599.0, 3567.0, 3546.0, 3599.0, 3589.0, 3568.0, 3558.0, 3600.0, 3569.0, 3558.0, 3612.0, 3590.0, 3558.0, 3600.0, 3590.0, 3569.0, 3546.0, 3588.0, 3578.0, 3567.0, 3599.0, 3557.0, 3558.0, 3579.0, 3600.0, 3568.0, 3558.0, 3612.0, 3588.0, 3579.0, 3547.0, 3588.0, 3566.0, 3544.0, 3609.0, 3598.0, 3555.0, 3565.0, 3575.0, 3554.0, 3565.0, 3597.0, 3586.0, 3543.0, 3574.0, 3562.0, 3541.0, 3584.0, 3573.0, 3551.0, 3519.0, 3573.0, 3573.0, 3553.0, 3532.0, 3532.0, 3576.0, 3600.0, 3591.0, 3557.0, 3577.0, 3588.0, 3588.0, 3566.0, 3599.0, 3566.0, 3534.0, 3586.0, 3576.0, 3543.0, 3585.0, 3567.0, 3555.0, 3599.0, 3567.0, 3548.0, 3550.0, 3560.0, 3593.0, 3560.0, 3590.0, 3568.0, 3576.0, 3621.0, 3600.0, 3592.0, 3604.0, 3636.0, 3611.0, 3612.0, 3608.0, 3594.0, 3561.0, 3567.0, 3558.0, 3536.0, 3556.0, 3546.0, 3515.0, 3557.0, 3558.0, 3537.0, 3505.0, 3557.0, 3549.0, 3518.0, 3572.0, 3540.0, 3531.0, 3532.0, 3597.0, 3565.0, 3534.0, 3554.0, 3598.0, 3577.0, 3546.0, 3567.0, 3576.0, 3577.0, 3567.0, 3612.0, 3578.0, 3557.0, 3556.0, 3588.0, 3576.0, 3566.0, 3599.0, 3576.0, 3544.0, 3566.0, 3587.0, 3576.0, 3544.0, 3588.0, 3576.0, 3555.0, 3555.0, 3547.0, 3548.0, 3589.0, 3578.0, 3557.0, 3557.0, 3549.0, 3538.0, 3589.0, 3591.0, 3578.0, 3590.0, 3611.0, 3578.0, 3533.0, 3598.0, 3587.0, 3565.0, 3577.0, 3575.0, 3542.0, 3556.0, 3599.0, 3565.0, 3535.0, 3575.0, 3588.0, 3567.0, 3546.0, 3588.0, 3578.0, 3569.0, 3581.0, 3611.0, 3590.0, 3558.0, 3537.0, 3588.0, 3579.0, 3568.0, 3557.0, 3600.0, 3567.0, 3536.0, 3612.0, 3600.0, 3558.0, 3535.0, 3612.0, 3577.0, 3546.0, 3535.0, 3588.0, 3576.0, 3569.0, 3579.0, 3588.0, 3578.0, 3568.0, 3535.0, 3598.0, 3566.0, 3544.0, 3596.0, 3576.0, 3555.0, 3577.0, 3610.0, 3587.0, 3556.0, 3543.0, 3573.0, 3540.0, 3594.0, 3583.0, 3542.0, 3562.0, 3531.0, 3532.0, 3597.0, 3588.0, 3546.0, 3532.0, 3542.0, 3574.0, 3564.0, 3555.0, 3535.0, 3548.0, 3548.0, 3560.0, 3560.0, 3580.0, 3601.0, 3588.0, 3567.0, 3598.0, 3523.0, 3534.0, 3557.0, 3576.0, 3587.0, 3586.0, 3608.0, 3576.0, 3543.0, 3533.0, 3588.0, 3590.0, 3556.0, 3535.0, 3557.0, 3590.0, 3589.0, 3569.0, 3558.0, 3548.0, 3589.0, 3584.0, 3548.0, 3600.0, 3591.0, 3581.0, 3559.0, 3603.0, 3592.0, 3580.0, 3580.0, 3611.0, 3577.0, 3545.0, 3545.0, 3599.0, 3589.0, 3557.0, 3568.0, 3588.0, 3556.0, 3587.0, 3587.0, 3554.0, 3564.0, 3574.0, 3553.0, 3554.0, 3598.0, 3576.0, 3545.0, 3545.0, 3565.0, 3544.0, 3586.0, 3587.0, 3555.0, 3534.0, 3588.0, 3576.0, 3546.0, 3599.0, 3577.0, 3545.0, 3578.0, 3599.0, 3577.0, 3547.0, 3567.0, 3577.0, 3567.0, 3567.0, 3599.0, 3578.0, 3545.0, 3576.0, 3587.0, 3577.0, 3545.0, 3587.0, 3564.0, 3533.0, 3586.0, 3576.0, 3553.0, 3542.0, 3578.0, 3599.0, 3577.0, 3567.0, 3533.0, 3542.0, 3566.0, 3587.0, 3591.0, 3568.0, 3545.0, 3555.0, 3599.0, 3577.0, 3544.0, 3569.0, 3587.0, 3576.0, 3545.0, 3576.0, 3578.0, 3555.0, 3578.0, 3612.0, 3578.0, 3555.0, 3544.0, 3611.0, 3586.0, 3568.0, 3547.0, 3548.0, 3579.0, 3559.0, 3571.0, 3599.0, 3587.0, 3566.0, 3587.0, 3565.0, 3545.0, 3611.0, 3547.0, 3556.0, 3575.0, 3576.0, 3584.0, 3581.0, 3580.0, 3557.0, 3514.0, 3505.0, 3570.0, 3558.0, 3537.0, 3558.0, 3546.0, 3526.0, 3515.0, 3527.0, 3527.0, 3537.0, 3549.0, 3552.0, 3554.0, 3534.0, 3547.0, 3545.0, 3547.0, 3548.0, 3614.0, 3602.0, 3589.0, 3600.0, 3621.0, 3590.0, 3570.0, 3588.0, 3565.0, 3586.0, 3598.0, 3542.0, 3564.0, 3587.0, 3569.0, 3535.0, 3599.0, 3590.0, 3548.0, 3559.0, 3570.0, 3579.0, 3558.0, 3611.0, 3588.0, 3577.0, 3611.0, 3590.0, 3546.0, 3589.0, 3588.0, 3577.0, 3565.0, 3608.0, 3563.0, 3543.0, 3586.0, 3588.0, 3556.0, 3557.0, 3599.0, 3587.0, 3546.0, 3556.0, 3568.0, 3576.0, 3555.0, 3532.0, 3584.0, 3574.0, 3543.0, 3576.0, 3576.0, 3555.0, 3555.0, 3587.0, 3576.0, 3564.0, 3558.0, 3598.0, 3598.0, 3563.0, 3532.0, 3531.0, 3587.0, 3565.0, 3521.0, 3521.0, 3521.0, 3522.0, 3586.0, 3575.0, 3564.0, 3584.0, 3573.0, 3540.0, 3583.0, 3563.0, 3553.0, 3597.0, 3585.0, 3553.0, 3540.0, 3531.0, 3518.0, 3529.0, 3570.0, 3582.0, 3584.0, 3540.0, 3583.0, 3560.0, 3539.0, 3530.0, 3551.0, 3584.0, 3562.0, 3531.0, 3532.0, 3597.0, 3576.0, 3556.0, 3556.0, 3557.0, 3588.0, 3567.0, 3554.0, 3559.0, 3613.0, 3577.0, 3560.0, 3571.0, 3612.0, 3589.0, 3555.0, 3599.0, 3576.0, 3555.0, 3589.0, 3622.0, 3579.0, 3559.0, 3569.0, 3588.0, 3608.0, 3584.0, 3561.0, 3572.0, 3595.0, 3563.0, 3521.0, 3596.0, 3587.0, 3565.0, 3595.0, 3563.0, 3539.0, 3548.0, 3547.0, 3516.0, 3549.0, 3572.0, 3541.0, 3541.0, 3574.0, 3541.0, 3531.0, 3583.0, 3562.0, 3532.0, 3563.0, 3563.0, 3532.0, 3567.0, 3599.0, 3577.0, 3556.0, 3576.0, 3574.0, 3544.0, 3576.0, 3586.0, 3567.0, 3557.0, 3599.0, 3577.0, 3545.0, 3567.0, 3600.0, 3577.0, 3556.0, 3545.0, 3588.0, 3566.0, 3567.0, 3600.0, 3589.0, 3559.0, 3569.0, 3557.0, 3598.0, 3576.0, 3544.0, 3586.0, 3575.0, 3544.0, 3577.0, 3588.0, 3589.0, 3558.0, 3578.0, 3597.0, 3563.0, 3532.0, 3540.0, 3594.0, 3562.0, 3560.0, 3560.0, 3528.0, 3538.0, 3571.0, 3562.0, 3542.0, 3545.0, 3599.0, 3576.0, 3566.0, 3543.0, 3541.0, 3520.0, 3543.0, 3558.0, 3559.0, 3601.0, 3611.0, 3589.0, 3600.0, 3563.0, 3618.0, 3596.0, 3563.0, 3574.0, 3574.0, 3542.0, 3583.0, 3584.0, 3541.0, 3519.0, 3583.0, 3551.0, 3520.0, 3563.0, 3553.0, 3533.0, 3557.0, 3600.0, 3558.0, 3537.0, 3537.0, 3579.0, 3576.0, 3565.0, 3586.0, 3556.0, 3590.0, 3600.0, 3571.0, 3550.0, 3604.0, 3600.0, 3579.0, 3546.0, 3566.0, 3523.0, 3598.0, 3588.0, 3598.0, 3573.0, 3561.0, 3572.0, 3551.0, 3551.0, 3532.0, 3574.0, 3596.0, 3575.0, 3561.0, 3539.0, 3517.0, 3518.0, 3532.0, 3564.0, 3585.0, 3576.0, 3565.0, 3566.0, 3609.0, 3586.0, 3544.0, 3595.0, 3560.0, 3517.0, 3582.0, 3561.0, 3520.0, 3540.0, 3562.0, 3555.0, 3544.0, 3597.0, 3566.0, 3534.0, 3585.0, 3553.0, 3553.0, 3552.0, 3520.0, 3564.0, 3565.0, 3545.0, 3536.0, 3588.0, 3568.0, 3549.0, 3611.0, 3581.0, 3549.0, 3624.0, 3603.0, 3560.0, 3549.0, 3587.0, 3569.0, 3546.0, 3611.0, 3591.0, 3581.0, 3560.0, 3591.0, 3602.0, 3569.0, 3546.0, 3599.0, 3589.0, 3554.0, 3611.0, 3601.0, 3581.0, 3549.0, 3579.0, 3588.0, 3587.0, 3565.0, 3608.0, 3583.0, 3551.0, 3530.0, 3597.0, 3587.0, 3577.0, 3534.0, 3564.0, 3585.0, 3576.0, 3552.0, 3583.0, 3572.0], 'WindowWidth': [8152.0, 8105.0, 8178.0, 8151.0, 8099.0, 8094.0, 8098.0, 8143.0, 8155.0, 8117.0, 8096.0, 8142.0, 8127.0, 8110.0, 8080.0, 8139.0, 8093.0, 8079.0, 8112.0, 8140.0, 8092.0, 8096.0, 8112.0, 8144.0, 8128.0, 8115.0, 8117.0, 8163.0, 8146.0, 8096.0, 8122.0, 8119.0, 8090.0, 8072.0, 8137.0, 8087.0, 8070.0, 8100.0, 8096.0, 8067.0, 8069.0, 8135.0, 8100.0, 8056.0, 8074.0, 8107.0, 8139.0, 8112.0, 8096.0, 8097.0, 8142.0, 8113.0, 8094.0, 8095.0, 8092.0, 8141.0, 8123.0, 8117.0, 8105.0, 8061.0, 8058.0, 8110.0, 8114.0, 8140.0, 8108.0, 8112.0, 8081.0, 8123.0, 8102.0, 8086.0, 8084.0, 8115.0, 8052.0, 8039.0, 8133.0, 8100.0, 8061.0, 8088.0, 8137.0, 8092.0, 8066.0, 8077.0, 8124.0, 8142.0, 8067.0, 8126.0, 8125.0, 8113.0, 8084.0, 8143.0, 8097.0, 8086.0, 8160.0, 8141.0, 8096.0, 8069.0, 8158.0, 8129.0, 8115.0, 8071.0, 8143.0, 8122.0, 8109.0, 8125.0, 8140.0, 8091.0, 8048.0, 8105.0, 8153.0, 8105.0, 8089.0, 8056.0, 8105.0, 8135.0, 8129.0, 8095.0, 8061.0, 8093.0, 8093.0, 8072.0, 8100.0, 8127.0, 8111.0, 8109.0, 8107.0, 8162.0, 8110.0, 8108.0, 8106.0, 8100.0, 8061.0, 8119.0, 8135.0, 8091.0, 8061.0, 8135.0, 8121.0, 8094.0, 8082.0, 8141.0, 8096.0, 8083.0, 8158.0, 8126.0, 8081.0, 8138.0, 8126.0, 8096.0, 8062.0, 8119.0, 8107.0, 8092.0, 8138.0, 8079.0, 8080.0, 8110.0, 8141.0, 8092.0, 8081.0, 8158.0, 8122.0, 8109.0, 8064.0, 8121.0, 8089.0, 8057.0, 8150.0, 8133.0, 8072.0, 8082.0, 8095.0, 8066.0, 8083.0, 8130.0, 8113.0, 8053.0, 8093.0, 8073.0, 8044.0, 8106.0, 8089.0, 8059.0, 8014.0, 8089.0, 8091.0, 8065.0, 8037.0, 8038.0, 8099.0, 8140.0, 8129.0, 8080.0, 8104.0, 8118.0, 8119.0, 8088.0, 8135.0, 8087.0, 8043.0, 8113.0, 8098.0, 8053.0, 8111.0, 8092.0, 8070.0, 8135.0, 8092.0, 8070.0, 8076.0, 8090.0, 8140.0, 8090.0, 8125.0, 8093.0, 8102.0, 8168.0, 8138.0, 8132.0, 8153.0, 8199.0, 8157.0, 8158.0, 8145.0, 8121.0, 8066.0, 8069.0, 8059.0, 8026.0, 8053.0, 8038.0, 7999.0, 8056.0, 8060.0, 8033.0, 7985.0, 8057.0, 8051.0, 8010.0, 8085.0, 8041.0, 8034.0, 8036.0, 8130.0, 8085.0, 8043.0, 8070.0, 8133.0, 8103.0, 8063.0, 8088.0, 8101.0, 8104.0, 8091.0, 8159.0, 8108.0, 8077.0, 8073.0, 8118.0, 8100.0, 8087.0, 8135.0, 8099.0, 8055.0, 8084.0, 8114.0, 8099.0, 8056.0, 8118.0, 8099.0, 8072.0, 8072.0, 8064.0, 8071.0, 8124.0, 8106.0, 8078.0, 8079.0, 8074.0, 8056.0, 8125.0, 8130.0, 8107.0, 8124.0, 8157.0, 8105.0, 8041.0, 8133.0, 8116.0, 8084.0, 8102.0, 8095.0, 8048.0, 8076.0, 8135.0, 8083.0, 8044.0, 8097.0, 8120.0, 8091.0, 8063.0, 8119.0, 8109.0, 8097.0, 8114.0, 8155.0, 8127.0, 8081.0, 8052.0, 8118.0, 8107.0, 8092.0, 8076.0, 8138.0, 8090.0, 8048.0, 8158.0, 8137.0, 8079.0, 8047.0, 8157.0, 8103.0, 8060.0, 8044.0, 8119.0, 8100.0, 8095.0, 8107.0, 8122.0, 8107.0, 8095.0, 8045.0, 8132.0, 8085.0, 8052.0, 8126.0, 8096.0, 8069.0, 8103.0, 8153.0, 8117.0, 8074.0, 8050.0, 8090.0, 8041.0, 8120.0, 8102.0, 8045.0, 8073.0, 8030.0, 8034.0, 8126.0, 8115.0, 8063.0, 8035.0, 8049.0, 8093.0, 8080.0, 8070.0, 8045.0, 8071.0, 8070.0, 8091.0, 8093.0, 8117.0, 8143.0, 8121.0, 8091.0, 8133.0, 8025.0, 8045.0, 8078.0, 8097.0, 8115.0, 8112.0, 8145.0, 8098.0, 8050.0, 8040.0, 8120.0, 8125.0, 8075.0, 8045.0, 8077.0, 8123.0, 8124.0, 8095.0, 8080.0, 8067.0, 8123.0, 8123.0, 8067.0, 8139.0, 8128.0, 8115.0, 8083.0, 8150.0, 8131.0, 8114.0, 8112.0, 8154.0, 8103.0, 8059.0, 8056.0, 8137.0, 8122.0, 8076.0, 8092.0, 8118.0, 8074.0, 8116.0, 8117.0, 8067.0, 8077.0, 8092.0, 8063.0, 8066.0, 8135.0, 8101.0, 8059.0, 8059.0, 8084.0, 8055.0, 8112.0, 8115.0, 8070.0, 8044.0, 8119.0, 8101.0, 8062.0, 8138.0, 8103.0, 8060.0, 8104.0, 8137.0, 8103.0, 8063.0, 8090.0, 8101.0, 8089.0, 8088.0, 8136.0, 8103.0, 8057.0, 8099.0, 8116.0, 8102.0, 8059.0, 8116.0, 8080.0, 8039.0, 8114.0, 8099.0, 8066.0, 8050.0, 8106.0, 8137.0, 8106.0, 8090.0, 8039.0, 8054.0, 8086.0, 8118.0, 8131.0, 8095.0, 8060.0, 8072.0, 8136.0, 8103.0, 8056.0, 8096.0, 8118.0, 8102.0, 8057.0, 8100.0, 8106.0, 8074.0, 8106.0, 8160.0, 8107.0, 8071.0, 8055.0, 8154.0, 8115.0, 8095.0, 8067.0, 8070.0, 8112.0, 8085.0, 8103.0, 8137.0, 8116.0, 8087.0, 8115.0, 8083.0, 8058.0, 8156.0, 8064.0, 8075.0, 8097.0, 8100.0, 8104.0, 8097.0, 8091.0, 8055.0, 7996.0, 7985.0, 8079.0, 8061.0, 8031.0, 8060.0, 8042.0, 8015.0, 8000.0, 8018.0, 8020.0, 8034.0, 8053.0, 8062.0, 8071.0, 8044.0, 8066.0, 8060.0, 8067.0, 8071.0, 8165.0, 8144.0, 8125.0, 8139.0, 8169.0, 8125.0, 8103.0, 8118.0, 8083.0, 8112.0, 8132.0, 8050.0, 8079.0, 8117.0, 8099.0, 8048.0, 8136.0, 8126.0, 8070.0, 8086.0, 8103.0, 8111.0, 8081.0, 8155.0, 8120.0, 8101.0, 8156.0, 8124.0, 8064.0, 8122.0, 8120.0, 8102.0, 8082.0, 8145.0, 8076.0, 8053.0, 8112.0, 8121.0, 8073.0, 8080.0, 8135.0, 8116.0, 8062.0, 8073.0, 8093.0, 8101.0, 8071.0, 8035.0, 8107.0, 8094.0, 8051.0, 8099.0, 8099.0, 8071.0, 8070.0, 8115.0, 8098.0, 8079.0, 8081.0, 8134.0, 8131.0, 8078.0, 8034.0, 8030.0, 8116.0, 8084.0, 8021.0, 8021.0, 8021.0, 8026.0, 8112.0, 8096.0, 8078.0, 8107.0, 8088.0, 8043.0, 8101.0, 8077.0, 8065.0, 8129.0, 8109.0, 8062.0, 8044.0, 8032.0, 8010.0, 8024.0, 8082.0, 8102.0, 8108.0, 8043.0, 8103.0, 8068.0, 8037.0, 8027.0, 8059.0, 8106.0, 8075.0, 8035.0, 8035.0, 8129.0, 8101.0, 8075.0, 8077.0, 8077.0, 8120.0, 8089.0, 8070.0, 8082.0, 8162.0, 8109.0, 8090.0, 8104.0, 8160.0, 8124.0, 8071.0, 8133.0, 8099.0, 8072.0, 8122.0, 8172.0, 8110.0, 8086.0, 8097.0, 8121.0, 8146.0, 8106.0, 8071.0, 8086.0, 8122.0, 8076.0, 8018.0, 8125.0, 8117.0, 8084.0, 8124.0, 8077.0, 8039.0, 8048.0, 8044.0, 8003.0, 8049.0, 8084.0, 8044.0, 8047.0, 8093.0, 8046.0, 8031.0, 8105.0, 8074.0, 8035.0, 8076.0, 8077.0, 8038.0, 8091.0, 8136.0, 8104.0, 8075.0, 8101.0, 8094.0, 8053.0, 8099.0, 8114.0, 8088.0, 8077.0, 8135.0, 8102.0, 8059.0, 8090.0, 8137.0, 8104.0, 8076.0, 8059.0, 8119.0, 8088.0, 8090.0, 8140.0, 8123.0, 8084.0, 8099.0, 8079.0, 8133.0, 8099.0, 8053.0, 8113.0, 8097.0, 8055.0, 8102.0, 8120.0, 8123.0, 8081.0, 8105.0, 8128.0, 8077.0, 8034.0, 8042.0, 8119.0, 8071.0, 8067.0, 8065.0, 8022.0, 8037.0, 8085.0, 8073.0, 8050.0, 8061.0, 8138.0, 8100.0, 8088.0, 8053.0, 8046.0, 8017.0, 8054.0, 8085.0, 8088.0, 8144.0, 8157.0, 8124.0, 8139.0, 8077.0, 8162.0, 8124.0, 8077.0, 8091.0, 8090.0, 8047.0, 8102.0, 8107.0, 8046.0, 8013.0, 8104.0, 8056.0, 8017.0, 8077.0, 8063.0, 8041.0, 8079.0, 8138.0, 8080.0, 8054.0, 8053.0, 8109.0, 8102.0, 8083.0, 8113.0, 8074.0, 8125.0, 8141.0, 8105.0, 8078.0, 8155.0, 8141.0, 8111.0, 8061.0, 8087.0, 8026.0, 8134.0, 8117.0, 8133.0, 8089.0, 8072.0, 8088.0, 8057.0, 8060.0, 8037.0, 8094.0, 8129.0, 8096.0, 8071.0, 8037.0, 8007.0, 8011.0, 8034.0, 8082.0, 8109.0, 8099.0, 8084.0, 8089.0, 8151.0, 8113.0, 8057.0, 8123.0, 8068.0, 8008.0, 8102.0, 8070.0, 8016.0, 8044.0, 8075.0, 8072.0, 8056.0, 8132.0, 8087.0, 8044.0, 8111.0, 8065.0, 8063.0, 8059.0, 8018.0, 8081.0, 8085.0, 8062.0, 8052.0, 8120.0, 8096.0, 8071.0, 8158.0, 8117.0, 8071.0, 8180.0, 8148.0, 8089.0, 8072.0, 8121.0, 8098.0, 8062.0, 8157.0, 8128.0, 8116.0, 8090.0, 8131.0, 8146.0, 8100.0, 8064.0, 8137.0, 8121.0, 8071.0, 8158.0, 8142.0, 8116.0, 8072.0, 8111.0, 8120.0, 8116.0, 8084.0, 8147.0, 8104.0, 8058.0, 8030.0, 8130.0, 8115.0, 8104.0, 8044.0, 8083.0, 8110.0, 8100.0, 8062.0, 8102.0, 8088.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.0006041561423650975</td></tr>
<tr><td colspan=3>aqi</td><td>0.03010796176808266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.33902469501151</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1495278739080466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9865217399885063</td></tr>
<tr><td colspan=3>efc</td><td>0.4636</td></tr>
<tr><td colspan=3>fber</td><td>5819.6655</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16384365638842213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>232</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.636050516647533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6312703384304577</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6397737552447076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.83666693236859</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4173703276780745</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133461</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010144120082259178</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021004842594265938</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.745359242860238</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>30.7572</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5722</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.7264</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>555.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>249.5112</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0354</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.1244</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2767.8135</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3657.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.9711</td></tr>
<tr><td colspan=3>tsnr</td><td>33.37075740774162</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>