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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-04/func/sub-0112_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>eef3fc552d3b1a52d1bf5a7e70fbda54</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:33:8.945000</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.98619, 0.0348599, 0.161905, -0.0272024, 0.998415, -0.0492754]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0848804</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7775, -7270, 266, -140, -195, -117, -27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>361b1fec-94c1-4a43-a2db-892bf7fd5bf5||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.64587664604187, -0.07298191636800766, 0.4410896599292755, 105.53876495361328], [-0.09352658689022064, 2.67867374420166, -0.11931481957435608, -97.99906921386719], [0.43438056111335754, 0.13220219314098358, 2.661052942276001, -95.19564819335938], [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': ['143308.945000', '143309.405000', '143309.865000', '143310.325000', '143310.785000', '143311.245000', '143311.705000', '143312.165000', '143312.625000', '143313.085000', '143313.545000', '143314.005000', '143314.465000', '143314.925000', '143315.385000', '143315.845000', '143316.305000', '143316.765000', '143317.225000', '143317.685000', '143318.145000', '143318.605000', '143319.065000', '143319.525000', '143319.985000', '143320.445000', '143320.905000', '143321.365000', '143321.825000', '143322.285000', '143322.745000', '143323.205000', '143323.665000', '143324.125000', '143324.585000', '143325.045000', '143325.505000', '143325.965000', '143326.425000', '143326.885000', '143327.345000', '143327.805000', '143328.265000', '143328.725000', '143329.185000', '143329.645000', '143330.105000', '143330.565000', '143331.025000', '143331.485000', '143331.945000', '143332.405000', '143332.865000', '143333.325000', '143333.785000', '143334.245000', '143334.705000', '143335.165000', '143335.625000', '143336.085000', '143336.545000', '143337.005000', '143337.465000', '143337.925000', '143338.385000', '143338.845000', '143339.305000', '143339.765000', '143340.225000', '143340.685000', '143341.145000', '143341.605000', '143342.065000', '143342.525000', '143342.985000', '143343.445000', '143343.905000', '143344.365000', '143344.825000', '143345.285000', '143345.745000', '143346.205000', '143346.665000', '143347.125000', '143347.585000', '143348.045000', '143348.505000', '143348.965000', '143349.425000', '143349.885000', '143350.345000', '143350.805000', '143351.265000', '143351.725000', '143352.185000', '143352.645000', '143353.105000', '143353.565000', '143354.025000', '143354.485000', '143354.945000', '143355.405000', '143355.865000', '143356.325000', '143356.785000', '143357.245000', '143357.705000', '143358.165000', '143358.625000', '143359.085000', '143359.545000', '143400.005000', '143400.465000', '143400.925000', '143401.385000', '143401.845000', '143402.305000', '143402.765000', '143403.225000', '143403.685000', '143404.145000', '143404.605000', '143405.065000', '143405.525000', '143405.985000', '143406.445000', '143406.905000', '143407.365000', '143407.825000', '143408.285000', '143408.745000', '143409.205000', '143409.665000', '143410.125000', '143410.585000', '143411.045000', '143411.505000', '143411.965000', '143412.425000', '143412.885000', '143413.345000', '143413.805000', '143414.265000', '143414.725000', '143415.185000', '143415.645000', '143416.105000', '143416.565000', '143417.025000', '143417.485000', '143417.945000', '143418.405000', '143418.865000', '143419.325000', '143419.785000', '143420.245000', '143420.705000', '143421.165000', '143421.625000', '143422.085000', '143422.545000', '143423.005000', '143423.465000', '143423.925000', '143424.385000', '143424.845000', '143425.305000', '143425.765000', '143426.225000', '143426.685000', '143427.145000', '143427.605000', '143428.065000', '143428.525000', '143428.985000', '143429.445000', '143429.905000', '143430.365000', '143430.825000', '143431.285000', '143431.745000', '143432.205000', '143432.665000', '143433.125000', '143433.585000', '143434.045000', '143434.505000', '143434.965000', '143435.425000', '143435.885000', '143436.345000', '143436.805000', '143437.265000', '143437.725000', '143438.185000', '143438.645000', '143439.105000', '143439.565000', '143440.025000', '143440.485000', '143440.945000', '143441.405000', '143441.865000', '143442.325000', '143442.785000', '143443.245000', '143443.705000', '143444.165000', '143444.625000', '143445.085000', '143445.545000', '143446.005000', '143446.465000', '143446.925000', '143447.385000', '143447.845000', '143448.305000', '143448.765000', '143449.225000', '143449.685000', '143450.145000', '143450.605000', '143451.065000', '143451.525000', '143451.985000', '143452.445000', '143452.905000', '143453.365000', '143453.825000', '143454.285000', '143454.745000', '143455.205000', '143455.665000', '143456.125000', '143456.585000', '143457.045000', '143457.505000', '143457.965000', '143458.425000', '143458.885000', '143459.345000', '143459.805000', '143500.265000', '143500.725000', '143501.185000', '143501.645000', '143502.105000', '143502.565000', '143503.025000', '143503.485000', '143503.945000', '143504.405000', '143504.865000', '143505.325000', '143505.785000', '143506.245000', '143506.705000', '143507.165000', '143507.625000', '143508.085000', '143508.545000', '143509.005000', '143509.465000', '143509.925000', '143510.385000', '143510.845000', '143511.305000', '143511.765000', '143512.225000', '143512.685000', '143513.145000', '143513.605000', '143514.065000', '143514.525000', '143514.985000', '143515.445000', '143515.905000', '143516.365000', '143516.825000', '143517.285000', '143517.745000', '143518.205000', '143518.665000', '143519.125000', '143519.585000', '143520.045000', '143520.505000', '143520.965000', '143521.425000', '143521.885000', '143522.345000', '143522.805000', '143523.265000', '143523.725000', '143524.185000', '143524.645000', '143525.105000', '143525.565000', '143526.025000', '143526.485000', '143526.945000', '143527.405000', '143527.865000', '143528.325000', '143528.785000', '143529.245000', '143529.705000', '143530.165000', '143530.625000', '143531.085000', '143531.545000', '143532.005000', '143532.465000', '143532.925000', '143533.385000', '143533.845000', '143534.305000', '143534.765000', '143535.225000', '143535.685000', '143536.145000', '143536.605000', '143537.065000', '143537.525000', '143537.985000', '143538.445000', '143538.905000', '143539.365000', '143539.825000', '143540.285000', '143540.745000', '143541.205000', '143541.665000', '143542.125000', '143542.585000', '143543.045000', '143543.505000', '143543.965000', '143544.425000', '143544.885000', '143545.345000', '143545.805000', '143546.265000', '143546.725000', '143547.185000', '143547.645000', '143548.105000', '143548.565000', '143549.025000', '143549.485000', '143549.945000', '143550.405000', '143550.865000', '143551.325000', '143551.785000', '143552.245000', '143552.705000', '143553.165000', '143553.625000', '143554.085000', '143554.545000', '143555.005000', '143555.465000', '143555.925000', '143556.385000', '143556.845000', '143557.305000', '143557.765000', '143558.225000', '143558.685000', '143559.145000', '143559.605000', '143600.065000', '143600.525000', '143600.985000', '143601.445000', '143601.905000', '143602.365000', '143602.825000', '143603.285000', '143603.745000', '143604.205000', '143604.665000', '143605.125000', '143605.585000', '143606.045000', '143606.505000', '143606.965000', '143607.425000', '143607.885000', '143608.345000', '143608.805000', '143609.265000', '143609.725000', '143610.185000', '143610.645000', '143611.105000', '143611.565000', '143612.025000', '143612.485000', '143612.945000', '143613.405000', '143613.865000', '143614.325000', '143614.785000', '143615.245000', '143615.705000', '143616.165000', '143616.625000', '143617.085000', '143617.545000', '143618.005000', '143618.465000', '143618.925000', '143619.385000', '143619.845000', '143620.305000', '143620.765000', '143621.225000', '143621.685000', '143622.145000', '143622.605000', '143623.065000', '143623.525000', '143623.985000', '143624.445000', '143624.905000', '143625.365000', '143625.825000', '143626.285000', '143626.745000', '143627.205000', '143627.665000', '143628.125000', '143628.585000', '143629.045000', '143629.505000', '143629.965000', '143630.425000', '143630.885000', '143631.345000', '143631.805000', '143632.265000', '143632.725000', '143633.185000', '143633.645000', '143634.105000', '143634.565000', '143635.025000', '143635.485000', '143635.945000', '143636.405000', '143636.865000', '143637.325000', '143637.785000', '143638.245000', '143638.705000', '143639.165000', '143639.625000', '143640.085000', '143640.545000', '143641.005000', '143641.465000', '143641.925000', '143642.385000', '143642.845000', '143643.305000', '143643.765000', '143644.225000', '143644.685000', '143645.145000', '143645.605000', '143646.065000', '143646.525000', '143646.985000', '143647.445000', '143647.905000', '143648.365000', '143648.825000', '143649.285000', '143649.745000', '143650.205000', '143650.665000', '143651.125000', '143651.585000', '143652.045000', '143652.505000', '143652.965000', '143653.425000', '143653.885000', '143654.345000', '143654.805000', '143655.265000', '143655.725000', '143656.185000', '143656.645000', '143657.105000', '143657.565000', '143658.025000', '143658.485000', '143658.945000', '143659.405000', '143659.865000', '143700.325000', '143700.785000', '143701.245000', '143701.705000', '143702.165000', '143702.625000', '143703.085000', '143703.545000', '143704.005000', '143704.465000', '143704.925000', '143705.385000', '143705.845000', '143706.305000', '143706.765000', '143707.225000', '143707.685000', '143708.145000', '143708.605000', '143709.065000', '143709.525000', '143709.985000', '143710.445000', '143710.905000', '143711.365000', '143711.825000', '143712.285000', '143712.745000', '143713.205000', '143713.665000', '143714.125000', '143714.585000', '143715.045000', '143715.505000', '143715.965000', '143716.425000', '143716.885000', '143717.345000', '143717.805000', '143718.265000', '143718.725000', '143719.185000', '143719.645000', '143720.105000', '143720.565000', '143721.025000', '143721.485000', '143721.945000', '143722.405000', '143722.865000', '143723.325000', '143723.785000', '143724.245000', '143724.705000', '143725.165000', '143725.625000', '143726.085000', '143726.545000', '143727.005000', '143727.465000', '143727.925000', '143728.385000', '143728.845000', '143729.305000', '143729.765000', '143730.225000', '143730.685000', '143731.145000', '143731.605000', '143732.065000', '143732.525000', '143732.985000', '143733.445000', '143733.905000', '143734.365000', '143734.825000', '143735.285000', '143735.745000', '143736.205000', '143736.665000', '143737.125000', '143737.585000', '143738.045000', '143738.505000', '143738.965000', '143739.425000', '143739.885000', '143740.345000', '143740.805000', '143741.265000', '143741.725000', '143742.185000', '143742.645000', '143743.105000', '143743.565000', '143744.025000', '143744.485000', '143744.945000', '143745.405000', '143745.865000', '143746.325000', '143746.785000', '143747.245000', '143747.705000', '143748.165000', '143748.625000', '143749.085000', '143749.545000', '143750.005000', '143750.465000', '143750.925000', '143751.385000', '143751.845000', '143752.305000', '143752.765000', '143753.225000', '143753.685000', '143754.145000', '143754.605000', '143755.065000', '143755.525000', '143755.985000', '143756.445000', '143756.905000', '143757.365000', '143757.825000', '143758.285000', '143758.745000', '143759.205000', '143759.665000', '143800.125000', '143800.585000', '143801.045000', '143801.505000', '143801.965000', '143802.425000', '143802.885000', '143803.345000', '143803.805000', '143804.265000', '143804.725000', '143805.185000', '143805.645000', '143806.105000', '143806.565000', '143807.025000', '143807.485000', '143807.945000', '143808.405000', '143808.865000', '143809.325000', '143809.785000', '143810.245000', '143810.705000', '143811.165000', '143811.625000', '143812.085000', '143812.545000', '143813.005000', '143813.465000', '143813.925000', '143814.385000', '143814.845000', '143815.305000', '143815.765000', '143816.225000', '143816.685000', '143817.145000', '143817.605000', '143818.065000', '143818.525000', '143818.985000', '143819.445000', '143819.905000', '143820.365000', '143820.825000', '143821.285000', '143821.745000', '143822.205000', '143822.665000', '143823.125000', '143823.585000', '143824.045000', '143824.505000', '143824.965000', '143825.425000', '143825.885000', '143826.345000', '143826.805000', '143827.265000', '143827.725000', '143828.185000', '143828.645000', '143829.105000', '143829.565000', '143830.025000', '143830.485000', '143830.945000', '143831.405000', '143831.865000', '143832.325000', '143832.785000', '143833.245000', '143833.705000', '143834.165000', '143834.625000', '143835.085000', '143835.545000', '143836.005000', '143836.465000', '143836.925000', '143837.385000', '143837.845000', '143838.305000', '143838.765000', '143839.225000', '143839.685000', '143840.145000', '143840.605000', '143841.065000', '143841.525000', '143841.985000', '143842.445000', '143842.905000', '143843.365000', '143843.825000', '143844.285000', '143844.745000', '143845.205000', '143845.665000', '143846.125000', '143846.585000', '143847.045000', '143847.505000', '143847.965000', '143848.425000', '143848.885000', '143849.345000', '143849.805000', '143850.265000', '143850.725000', '143851.185000', '143851.645000', '143852.105000', '143852.565000', '143853.025000', '143853.485000', '143853.945000', '143854.405000', '143854.865000', '143855.325000', '143855.785000', '143856.245000', '143856.705000', '143857.165000', '143857.625000', '143858.085000', '143858.545000', '143859.005000', '143859.465000', '143859.925000', '143900.385000', '143900.845000', '143901.305000', '143901.765000', '143902.225000', '143902.685000', '143903.145000', '143903.605000', '143904.065000', '143904.525000', '143904.985000', '143905.445000', '143905.905000', '143906.365000', '143906.825000', '143907.285000', '143907.745000', '143908.205000', '143908.665000', '143909.125000', '143909.585000', '143910.045000', '143910.505000', '143910.965000', '143911.425000', '143911.885000', '143912.345000', '143912.805000', '143913.265000', '143913.725000', '143914.185000', '143914.645000', '143915.105000', '143915.565000', '143916.025000', '143916.485000', '143916.945000', '143917.405000', '143917.865000', '143918.325000', '143918.785000', '143919.245000', '143919.705000', '143920.165000', '143920.625000', '143921.085000', '143921.545000', '143922.005000', '143922.465000', '143922.925000', '143923.385000', '143923.845000', '143924.305000', '143924.765000', '143925.225000', '143925.685000', '143926.145000', '143926.605000', '143927.065000', '143927.525000', '143927.985000', '143928.445000', '143928.905000', '143929.365000', '143929.825000', '143930.285000', '143930.745000', '143931.205000', '143931.665000', '143932.125000', '143932.585000', '143933.045000', '143933.505000', '143933.965000', '143934.425000', '143934.885000', '143935.345000', '143935.805000', '143936.265000', '143936.725000', '143937.185000', '143937.645000', '143938.105000', '143938.565000', '143939.025000', '143939.485000', '143939.945000', '143940.405000', '143940.865000', '143941.325000', '143941.785000', '143942.245000', '143942.705000', '143943.165000', '143943.625000', '143944.085000', '143944.545000', '143945.005000', '143945.465000', '143945.925000', '143946.385000', '143946.845000', '143947.305000', '143947.765000', '143948.225000', '143948.685000', '143949.145000', '143949.605000'], 'ContentTime': ['143328.535000', '143328.538000', '143328.541000', '143328.544000', '143328.547000', '143328.549000', '143328.552000', '143328.555000', '143328.558000', '143328.560000', '143328.563000', '143328.565000', '143328.568000', '143328.586000', '143328.589000', '143328.592000', '143328.594000', '143328.597000', '143328.599000', '143328.602000', '143328.605000', '143328.607000', '143328.610000', '143328.613000', '143328.615000', '143328.618000', '143328.620000', '143328.623000', '143328.626000', '143328.628000', '143328.631000', '143328.633000', '143328.636000', '143328.639000', '143328.641000', '143328.644000', '143328.646000', '143328.649000', '143328.651000', '143328.654000', '143348.492000', '143348.495000', '143348.498000', '143348.501000', '143348.503000', '143348.506000', '143348.508000', '143348.518000', '143348.521000', '143348.523000', '143348.526000', '143348.528000', '143348.531000', '143348.533000', '143348.536000', '143348.539000', '143348.541000', '143348.544000', '143348.546000', '143348.549000', '143348.552000', '143348.554000', '143348.557000', '143348.559000', '143348.562000', '143348.564000', '143348.567000', '143348.569000', '143348.572000', '143348.575000', '143348.577000', '143348.580000', '143348.583000', '143348.585000', '143348.588000', '143348.591000', '143348.593000', '143348.596000', '143348.598000', '143348.601000', '143348.604000', '143348.606000', '143348.609000', '143408.492000', '143408.495000', '143408.498000', '143408.500000', '143408.516000', '143408.518000', '143408.521000', '143408.524000', '143408.526000', '143408.529000', '143408.531000', '143408.534000', '143408.536000', '143408.539000', '143408.541000', '143408.544000', '143408.547000', '143408.549000', '143408.552000', '143408.554000', '143408.557000', '143408.559000', '143408.562000', '143408.565000', '143408.567000', '143408.570000', '143408.572000', '143408.575000', '143408.577000', '143408.580000', '143408.583000', '143408.585000', '143408.588000', '143408.590000', '143408.593000', '143408.595000', '143408.598000', '143408.600000', '143408.603000', '143408.606000', '143408.608000', '143408.611000', '143408.613000', '143408.616000', '143428.492000', '143428.495000', '143428.498000', '143428.500000', '143428.503000', '143428.505000', '143428.508000', '143428.511000', '143428.513000', '143428.516000', '143428.518000', '143428.521000', '143428.523000', '143428.526000', '143428.529000', '143428.531000', '143428.534000', '143428.536000', '143428.539000', '143428.541000', '143428.544000', '143428.546000', '143428.549000', '143428.551000', '143428.554000', '143428.557000', '143428.559000', '143428.562000', '143428.575000', '143428.577000', '143428.580000', '143428.583000', '143428.585000', '143428.588000', '143428.591000', '143428.594000', '143428.597000', '143428.600000', '143428.602000', '143428.605000', '143428.608000', '143428.610000', '143428.619000', '143448.491000', '143448.494000', '143448.497000', '143448.499000', '143448.502000', '143448.505000', '143448.507000', '143448.510000', '143448.513000', '143448.515000', '143448.518000', '143448.520000', '143448.523000', '143448.525000', '143448.528000', '143448.530000', '143448.533000', '143448.536000', '143448.538000', '143448.541000', '143448.543000', '143448.546000', '143448.548000', '143448.551000', '143448.553000', '143448.556000', '143448.559000', '143448.561000', '143448.564000', '143448.566000', '143448.569000', '143448.571000', '143448.574000', '143448.577000', '143448.579000', '143448.582000', '143448.584000', '143448.587000', '143448.589000', '143448.592000', '143448.594000', '143448.597000', '143448.600000', '143448.602000', '143508.491000', '143508.494000', '143508.497000', '143508.500000', '143508.502000', '143508.505000', '143508.507000', '143508.510000', '143508.512000', '143508.515000', '143508.517000', '143508.520000', '143508.523000', '143508.525000', '143508.528000', '143508.530000', '143508.533000', '143508.536000', '143508.538000', '143508.541000', '143508.543000', '143508.546000', '143508.551000', '143508.554000', '143508.557000', '143508.559000', '143508.562000', '143508.565000', '143508.567000', '143508.570000', '143508.573000', '143508.576000', '143508.579000', '143508.582000', '143508.584000', '143508.587000', '143508.590000', '143508.592000', '143508.595000', '143508.597000', '143508.600000', '143508.603000', '143508.605000', '143528.491000', '143528.494000', '143528.497000', '143528.499000', '143528.502000', '143528.505000', '143528.507000', '143528.510000', '143528.512000', '143528.515000', '143528.517000', '143528.520000', '143528.523000', '143528.525000', '143528.528000', '143528.530000', '143528.533000', '143528.536000', '143528.538000', '143528.541000', '143528.543000', '143528.546000', '143528.548000', '143528.551000', '143528.553000', '143528.556000', '143528.559000', '143528.561000', '143528.564000', '143528.566000', '143528.569000', '143528.572000', '143528.574000', '143528.577000', '143528.579000', '143528.582000', '143528.584000', '143528.587000', '143528.589000', '143528.592000', '143528.595000', '143528.597000', '143528.600000', '143528.602000', '143548.492000', '143548.494000', '143548.497000', '143548.500000', '143548.502000', '143548.505000', '143548.507000', '143548.510000', '143548.512000', '143548.515000', '143548.518000', '143548.520000', '143548.523000', '143548.525000', '143548.528000', '143548.531000', '143548.533000', '143548.536000', '143548.538000', '143548.541000', '143548.543000', '143548.546000', '143548.549000', '143548.551000', '143548.554000', '143548.557000', '143548.559000', '143548.562000', '143548.564000', '143548.567000', '143548.569000', '143548.572000', '143548.574000', '143548.577000', '143548.580000', '143548.582000', '143548.585000', '143548.587000', '143548.590000', '143548.592000', '143548.595000', '143548.598000', '143548.600000', '143608.493000', '143608.496000', '143608.498000', '143608.501000', '143608.504000', '143608.507000', '143608.510000', '143608.512000', '143608.515000', '143608.517000', '143608.520000', '143608.523000', '143608.525000', '143608.528000', '143608.530000', '143608.533000', '143608.535000', '143608.538000', '143608.541000', '143608.543000', '143608.546000', '143608.548000', '143608.551000', '143608.554000', '143608.568000', '143608.571000', '143608.574000', '143608.576000', '143608.579000', '143608.581000', '143608.584000', '143608.586000', '143608.589000', '143608.592000', '143608.594000', '143608.597000', '143608.599000', '143608.602000', '143608.605000', '143608.607000', '143608.610000', '143608.612000', '143608.615000', '143608.618000', '143628.493000', '143628.495000', '143628.498000', '143628.501000', '143628.503000', '143628.506000', '143628.508000', '143628.511000', '143628.514000', '143628.516000', '143628.519000', '143628.521000', '143628.524000', '143628.527000', '143628.529000', '143628.532000', '143628.534000', '143628.537000', '143628.540000', '143628.542000', '143628.545000', '143628.547000', '143628.550000', '143628.553000', '143628.555000', '143628.558000', '143628.560000', '143628.563000', '143628.565000', '143628.568000', '143628.571000', '143628.573000', '143628.576000', '143628.578000', '143628.581000', '143628.584000', '143628.586000', '143628.589000', '143628.592000', '143628.594000', '143628.597000', '143628.599000', '143628.602000', '143648.492000', '143648.494000', '143648.497000', '143648.500000', '143648.502000', '143648.505000', '143648.507000', '143648.510000', '143648.512000', '143648.515000', '143648.518000', '143648.520000', '143648.523000', '143648.525000', '143648.528000', '143648.531000', '143648.533000', '143648.536000', '143648.538000', '143648.541000', '143648.543000', '143648.546000', '143648.549000', '143648.551000', '143648.554000', '143648.556000', '143648.559000', '143648.562000', '143648.565000', '143648.567000', '143648.570000', '143648.572000', '143648.575000', '143648.578000', '143648.580000', '143648.583000', '143648.585000', '143648.588000', '143648.591000', '143648.593000', '143648.596000', '143648.598000', '143648.601000', '143648.604000', '143708.492000', '143708.495000', '143708.497000', '143708.500000', '143708.502000', '143708.505000', '143708.507000', '143708.510000', '143708.513000', '143708.515000', '143708.518000', '143708.521000', '143708.523000', '143708.526000', '143708.528000', '143708.531000', '143708.533000', '143708.536000', '143708.539000', '143708.541000', '143708.544000', '143708.547000', '143708.549000', '143708.552000', '143708.554000', '143708.557000', '143708.559000', '143708.562000', '143708.565000', '143708.567000', '143708.570000', '143708.572000', '143708.575000', '143708.578000', '143708.580000', '143708.583000', '143708.585000', '143708.588000', '143708.591000', '143708.593000', '143708.596000', '143708.598000', '143708.601000', '143728.493000', '143728.496000', '143728.498000', '143728.501000', '143728.504000', '143728.506000', '143728.509000', '143728.511000', '143728.514000', '143728.517000', '143728.519000', '143728.522000', '143728.524000', '143728.527000', '143728.529000', '143728.532000', '143728.535000', '143728.537000', '143728.540000', '143728.542000', '143728.545000', '143728.548000', '143728.550000', '143728.553000', '143728.556000', '143728.558000', '143728.561000', '143728.564000', '143728.566000', '143728.569000', '143728.572000', '143728.574000', '143728.577000', '143728.579000', '143728.582000', '143728.585000', '143728.587000', '143728.590000', '143728.593000', '143728.595000', '143728.598000', '143728.600000', '143728.603000', '143728.606000', '143748.492000', '143748.495000', '143748.497000', '143748.500000', '143748.503000', '143748.505000', '143748.508000', '143748.510000', '143748.513000', '143748.516000', '143748.518000', '143748.521000', '143748.523000', '143748.526000', '143748.529000', '143748.531000', '143748.534000', '143748.536000', '143748.539000', '143748.541000', '143748.544000', '143748.547000', '143748.549000', '143748.552000', '143748.555000', '143748.557000', '143748.560000', '143748.563000', '143748.565000', '143748.568000', '143748.570000', '143748.573000', '143748.575000', '143748.578000', '143748.581000', '143748.583000', '143748.586000', '143748.588000', '143748.591000', '143748.594000', '143748.596000', '143748.599000', '143748.601000', '143808.491000', '143808.494000', '143808.497000', '143808.500000', '143808.502000', '143808.505000', '143808.508000', '143808.510000', '143808.513000', '143808.515000', '143808.518000', '143808.521000', '143808.523000', '143808.526000', '143808.528000', '143808.531000', '143808.534000', '143808.536000', '143808.539000', '143808.541000', '143808.544000', '143808.547000', '143808.549000', '143808.552000', '143808.554000', '143808.557000', '143808.560000', '143808.562000', '143808.565000', '143808.567000', '143808.570000', '143808.573000', '143808.575000', '143808.578000', '143808.580000', '143808.583000', '143808.586000', '143808.588000', '143808.591000', '143808.593000', '143808.596000', '143808.599000', '143808.601000', '143828.493000', '143828.496000', '143828.498000', '143828.501000', '143828.504000', '143828.506000', '143828.509000', '143828.511000', '143828.514000', '143828.517000', '143828.519000', '143828.522000', '143828.524000', '143828.527000', '143828.529000', '143828.532000', '143828.535000', '143828.537000', '143828.540000', '143828.542000', '143828.545000', '143828.548000', '143828.550000', '143828.553000', '143828.555000', '143828.558000', '143828.561000', '143828.563000', '143828.566000', '143828.579000', '143828.581000', '143828.584000', '143828.586000', '143828.589000', '143828.592000', '143828.594000', '143828.597000', '143828.599000', '143828.602000', '143828.605000', '143828.607000', '143828.610000', '143828.612000', '143828.615000', '143848.493000', '143848.495000', '143848.498000', '143848.501000', '143848.503000', '143848.506000', '143848.508000', '143848.511000', '143848.514000', '143848.516000', '143848.519000', '143848.521000', '143848.524000', '143848.527000', '143848.529000', '143848.533000', '143848.536000', '143848.539000', '143848.541000', '143848.544000', '143848.546000', '143848.549000', '143848.552000', '143848.554000', '143848.557000', '143848.559000', '143848.562000', '143848.565000', '143848.567000', '143848.570000', '143848.572000', '143848.575000', '143848.578000', '143848.580000', '143848.583000', '143848.586000', '143848.589000', '143848.591000', '143848.594000', '143848.596000', '143848.599000', '143848.602000', '143848.604000', '143848.607000', '143908.492000', '143908.496000', '143908.499000', '143908.502000', '143908.504000', '143908.507000', '143908.509000', '143908.512000', '143908.515000', '143908.517000', '143908.520000', '143908.522000', '143908.525000', '143908.527000', '143908.530000', '143908.548000', '143908.551000', '143908.554000', '143908.556000', '143908.559000', '143908.561000', '143908.564000', '143908.566000', '143908.569000', '143908.572000', '143908.575000', '143908.577000', '143908.580000', '143908.582000', '143908.585000', '143908.588000', '143908.590000', '143908.593000', '143908.595000', '143908.598000', '143908.601000', '143908.603000', '143908.606000', '143908.608000', '143908.611000', '143908.613000', '143908.616000', '143908.619000', '143928.492000', '143928.495000', '143928.497000', '143928.500000', '143928.502000', '143928.505000', '143928.507000', '143928.510000', '143928.513000', '143928.515000', '143928.518000', '143928.521000', '143928.523000', '143928.526000', '143928.528000', '143928.531000', '143928.534000', '143928.536000', '143928.539000', '143928.541000', '143928.544000', '143928.546000', '143928.549000', '143928.551000', '143928.554000', '143928.557000', '143928.559000', '143928.562000', '143928.564000', '143928.567000', '143928.570000', '143928.572000', '143928.575000', '143928.577000', '143928.580000', '143928.582000', '143928.585000', '143928.589000', '143928.592000', '143928.594000', '143928.597000', '143928.600000', '143928.602000', '143948.492000', '143948.495000', '143948.497000', '143948.500000', '143948.502000', '143948.505000', '143948.508000', '143948.510000', '143948.513000', '143948.515000', '143948.518000', '143948.520000', '143948.523000', '143948.526000', '143948.528000', '143948.531000', '143948.534000', '143948.536000', '143948.539000', '143948.541000', '143948.544000', '143948.546000', '143948.549000', '143948.551000', '143948.554000', '143948.557000', '143948.559000', '143948.562000', '143948.564000', '143948.567000', '143948.570000', '143948.572000', '143948.575000', '143948.577000', '143948.580000', '143948.582000', '143948.585000', '143948.587000', '143948.590000', '143948.593000', '143948.595000', '143948.598000', '143948.600000', '143948.603000', '143951.094000', '143951.098000', '143951.100000', '143951.103000', '143951.106000', '143951.109000'], 'InstanceCreationTime': ['143328.535000', '143328.538000', '143328.541000', '143328.544000', '143328.547000', '143328.549000', '143328.552000', '143328.555000', '143328.558000', '143328.560000', '143328.563000', '143328.565000', '143328.568000', '143328.586000', '143328.589000', '143328.592000', '143328.594000', '143328.597000', '143328.599000', '143328.602000', '143328.605000', '143328.607000', '143328.610000', '143328.613000', '143328.615000', '143328.618000', '143328.620000', '143328.623000', '143328.626000', '143328.628000', '143328.631000', '143328.633000', '143328.636000', '143328.639000', '143328.641000', '143328.644000', '143328.646000', '143328.649000', '143328.651000', '143328.654000', '143348.492000', '143348.495000', '143348.498000', '143348.501000', '143348.503000', '143348.506000', '143348.508000', '143348.518000', '143348.521000', '143348.523000', '143348.526000', '143348.528000', '143348.531000', '143348.533000', '143348.536000', '143348.539000', '143348.541000', '143348.544000', '143348.546000', '143348.549000', '143348.552000', '143348.554000', '143348.557000', '143348.559000', '143348.562000', '143348.564000', '143348.567000', '143348.569000', '143348.572000', '143348.575000', '143348.577000', '143348.580000', '143348.583000', '143348.585000', '143348.588000', '143348.591000', '143348.593000', '143348.596000', '143348.598000', '143348.601000', '143348.604000', '143348.606000', '143348.609000', '143408.492000', '143408.495000', '143408.498000', '143408.500000', '143408.516000', '143408.518000', '143408.521000', '143408.524000', '143408.526000', '143408.529000', '143408.531000', '143408.534000', '143408.536000', '143408.539000', '143408.541000', '143408.544000', '143408.547000', '143408.549000', '143408.552000', '143408.554000', '143408.557000', '143408.559000', '143408.562000', '143408.565000', '143408.567000', '143408.570000', '143408.572000', '143408.575000', '143408.577000', '143408.580000', '143408.583000', '143408.585000', '143408.588000', '143408.590000', '143408.593000', '143408.595000', '143408.598000', '143408.600000', '143408.603000', '143408.606000', '143408.608000', '143408.611000', '143408.613000', '143408.616000', '143428.492000', '143428.495000', '143428.498000', '143428.500000', '143428.503000', '143428.505000', '143428.508000', '143428.511000', '143428.513000', '143428.516000', '143428.518000', '143428.521000', '143428.523000', '143428.526000', '143428.529000', '143428.531000', '143428.534000', '143428.536000', '143428.539000', '143428.541000', '143428.544000', '143428.546000', '143428.549000', '143428.551000', '143428.554000', '143428.557000', '143428.559000', '143428.562000', '143428.575000', '143428.577000', '143428.580000', '143428.583000', '143428.585000', '143428.588000', '143428.591000', '143428.594000', '143428.597000', '143428.600000', '143428.602000', '143428.605000', '143428.608000', '143428.610000', '143428.619000', '143448.491000', '143448.494000', '143448.497000', '143448.499000', '143448.502000', '143448.505000', '143448.507000', '143448.510000', '143448.513000', '143448.515000', '143448.518000', '143448.520000', '143448.523000', '143448.525000', '143448.528000', '143448.530000', '143448.533000', '143448.536000', '143448.538000', '143448.541000', '143448.543000', '143448.546000', '143448.548000', '143448.551000', '143448.553000', '143448.556000', '143448.559000', '143448.561000', '143448.564000', '143448.566000', '143448.569000', '143448.571000', '143448.574000', '143448.577000', '143448.579000', '143448.582000', '143448.584000', '143448.587000', '143448.589000', '143448.592000', '143448.594000', '143448.597000', '143448.600000', '143448.602000', '143508.491000', '143508.494000', '143508.497000', '143508.500000', '143508.502000', '143508.505000', '143508.507000', '143508.510000', '143508.512000', '143508.515000', '143508.517000', '143508.520000', '143508.523000', '143508.525000', '143508.528000', '143508.530000', '143508.533000', '143508.536000', '143508.538000', '143508.541000', '143508.543000', '143508.546000', '143508.551000', '143508.554000', '143508.557000', '143508.559000', '143508.562000', '143508.565000', '143508.567000', '143508.570000', '143508.573000', '143508.576000', '143508.579000', '143508.582000', '143508.584000', '143508.587000', '143508.590000', '143508.592000', '143508.595000', '143508.597000', '143508.600000', '143508.603000', '143508.605000', '143528.491000', '143528.494000', '143528.497000', '143528.499000', '143528.502000', '143528.505000', '143528.507000', '143528.510000', '143528.512000', '143528.515000', '143528.517000', '143528.520000', '143528.523000', '143528.525000', '143528.528000', '143528.530000', '143528.533000', '143528.536000', '143528.538000', '143528.541000', '143528.543000', '143528.546000', '143528.548000', '143528.551000', '143528.553000', '143528.556000', '143528.559000', '143528.561000', '143528.564000', '143528.566000', '143528.569000', '143528.572000', '143528.574000', '143528.577000', '143528.579000', '143528.582000', '143528.584000', '143528.587000', '143528.589000', '143528.592000', '143528.595000', '143528.597000', '143528.600000', '143528.602000', '143548.492000', '143548.494000', '143548.497000', '143548.500000', '143548.502000', '143548.505000', '143548.507000', '143548.510000', '143548.512000', '143548.515000', '143548.518000', '143548.520000', '143548.523000', '143548.525000', '143548.528000', '143548.531000', '143548.533000', '143548.536000', '143548.538000', '143548.541000', '143548.543000', '143548.546000', '143548.549000', '143548.551000', '143548.554000', '143548.557000', '143548.559000', '143548.562000', '143548.564000', '143548.567000', '143548.569000', '143548.572000', '143548.574000', '143548.577000', '143548.580000', '143548.582000', '143548.585000', '143548.587000', '143548.590000', '143548.592000', '143548.595000', '143548.598000', '143548.600000', '143608.493000', '143608.496000', '143608.498000', '143608.501000', '143608.504000', '143608.507000', '143608.510000', '143608.512000', '143608.515000', '143608.517000', '143608.520000', '143608.523000', '143608.525000', '143608.528000', '143608.530000', '143608.533000', '143608.535000', '143608.538000', '143608.541000', '143608.543000', '143608.546000', '143608.548000', '143608.551000', '143608.554000', '143608.568000', '143608.571000', '143608.574000', '143608.576000', '143608.579000', '143608.581000', '143608.584000', '143608.586000', '143608.589000', '143608.592000', '143608.594000', '143608.597000', '143608.599000', '143608.602000', '143608.605000', '143608.607000', '143608.610000', '143608.612000', '143608.615000', '143608.618000', '143628.493000', '143628.495000', '143628.498000', '143628.501000', '143628.503000', '143628.506000', '143628.508000', '143628.511000', '143628.514000', '143628.516000', '143628.519000', '143628.521000', '143628.524000', '143628.527000', '143628.529000', '143628.532000', '143628.534000', '143628.537000', '143628.540000', '143628.542000', '143628.545000', '143628.547000', '143628.550000', '143628.553000', '143628.555000', '143628.558000', '143628.560000', '143628.563000', '143628.565000', '143628.568000', '143628.571000', '143628.573000', '143628.576000', '143628.578000', '143628.581000', '143628.584000', '143628.586000', '143628.589000', '143628.592000', '143628.594000', '143628.597000', '143628.599000', '143628.602000', '143648.492000', '143648.494000', '143648.497000', '143648.500000', '143648.502000', '143648.505000', '143648.507000', '143648.510000', '143648.512000', '143648.515000', '143648.518000', '143648.520000', '143648.523000', '143648.525000', '143648.528000', '143648.531000', '143648.533000', '143648.536000', '143648.538000', '143648.541000', '143648.543000', '143648.546000', '143648.549000', '143648.551000', '143648.554000', '143648.556000', '143648.559000', '143648.562000', '143648.565000', '143648.567000', '143648.570000', '143648.572000', '143648.575000', '143648.578000', '143648.580000', '143648.583000', '143648.585000', '143648.588000', '143648.591000', '143648.593000', '143648.596000', '143648.598000', '143648.601000', '143648.604000', '143708.492000', '143708.495000', '143708.497000', '143708.500000', '143708.502000', '143708.505000', '143708.507000', '143708.510000', '143708.513000', '143708.515000', '143708.518000', '143708.521000', '143708.523000', '143708.526000', '143708.528000', '143708.531000', '143708.533000', '143708.536000', '143708.539000', '143708.541000', '143708.544000', '143708.547000', '143708.549000', '143708.552000', '143708.554000', '143708.557000', '143708.559000', '143708.562000', '143708.565000', '143708.567000', '143708.570000', '143708.572000', '143708.575000', '143708.578000', '143708.580000', '143708.583000', '143708.585000', '143708.588000', '143708.591000', '143708.593000', '143708.596000', '143708.598000', '143708.601000', '143728.493000', '143728.496000', '143728.498000', '143728.501000', '143728.504000', '143728.506000', '143728.509000', '143728.511000', '143728.514000', '143728.517000', '143728.519000', '143728.522000', '143728.524000', '143728.527000', '143728.529000', '143728.532000', '143728.535000', '143728.537000', '143728.540000', '143728.542000', '143728.545000', '143728.548000', '143728.550000', '143728.553000', '143728.556000', '143728.558000', '143728.561000', '143728.564000', '143728.566000', '143728.569000', '143728.572000', '143728.574000', '143728.577000', '143728.579000', '143728.582000', '143728.585000', '143728.587000', '143728.590000', '143728.593000', '143728.595000', '143728.598000', '143728.600000', '143728.603000', '143728.606000', '143748.492000', '143748.495000', '143748.497000', '143748.500000', '143748.503000', '143748.505000', '143748.508000', '143748.510000', '143748.513000', '143748.516000', '143748.518000', '143748.521000', '143748.523000', '143748.526000', '143748.529000', '143748.531000', '143748.534000', '143748.536000', '143748.539000', '143748.541000', '143748.544000', '143748.547000', '143748.549000', '143748.552000', '143748.555000', '143748.557000', '143748.560000', '143748.563000', '143748.565000', '143748.568000', '143748.570000', '143748.573000', '143748.575000', '143748.578000', '143748.581000', '143748.583000', '143748.586000', '143748.588000', '143748.591000', '143748.594000', '143748.596000', '143748.599000', '143748.601000', '143808.491000', '143808.494000', '143808.497000', '143808.500000', '143808.502000', '143808.505000', '143808.508000', '143808.510000', '143808.513000', '143808.515000', '143808.518000', '143808.521000', '143808.523000', '143808.526000', '143808.528000', '143808.531000', '143808.534000', '143808.536000', '143808.539000', '143808.541000', '143808.544000', '143808.547000', '143808.549000', '143808.552000', '143808.554000', '143808.557000', '143808.560000', '143808.562000', '143808.565000', '143808.567000', '143808.570000', '143808.573000', '143808.575000', '143808.578000', '143808.580000', '143808.583000', '143808.586000', '143808.588000', '143808.591000', '143808.593000', '143808.596000', '143808.599000', '143808.601000', '143828.493000', '143828.496000', '143828.498000', '143828.501000', '143828.504000', '143828.506000', '143828.509000', '143828.511000', '143828.514000', '143828.517000', '143828.519000', '143828.522000', '143828.524000', '143828.527000', '143828.529000', '143828.532000', '143828.535000', '143828.537000', '143828.540000', '143828.542000', '143828.545000', '143828.548000', '143828.550000', '143828.553000', '143828.555000', '143828.558000', '143828.561000', '143828.563000', '143828.566000', '143828.579000', '143828.581000', '143828.584000', '143828.586000', '143828.589000', '143828.592000', '143828.594000', '143828.597000', '143828.599000', '143828.602000', '143828.605000', '143828.607000', '143828.610000', '143828.612000', '143828.615000', '143848.493000', '143848.495000', '143848.498000', '143848.501000', '143848.503000', '143848.506000', '143848.508000', '143848.511000', '143848.514000', '143848.516000', '143848.519000', '143848.521000', '143848.524000', '143848.527000', '143848.529000', '143848.533000', '143848.536000', '143848.539000', '143848.541000', '143848.544000', '143848.546000', '143848.549000', '143848.552000', '143848.554000', '143848.557000', '143848.559000', '143848.562000', '143848.565000', '143848.567000', '143848.570000', '143848.572000', '143848.575000', '143848.578000', '143848.580000', '143848.583000', '143848.586000', '143848.589000', '143848.591000', '143848.594000', '143848.596000', '143848.599000', '143848.602000', '143848.604000', '143848.607000', '143908.492000', '143908.496000', '143908.499000', '143908.502000', '143908.504000', '143908.507000', '143908.509000', '143908.512000', '143908.515000', '143908.517000', '143908.520000', '143908.522000', '143908.525000', '143908.527000', '143908.530000', '143908.548000', '143908.551000', '143908.554000', '143908.556000', '143908.559000', '143908.561000', '143908.564000', '143908.566000', '143908.569000', '143908.572000', '143908.575000', '143908.577000', '143908.580000', '143908.582000', '143908.585000', '143908.588000', '143908.590000', '143908.593000', '143908.595000', '143908.598000', '143908.601000', '143908.603000', '143908.606000', '143908.608000', '143908.611000', '143908.613000', '143908.616000', '143908.619000', '143928.492000', '143928.495000', '143928.497000', '143928.500000', '143928.502000', '143928.505000', '143928.507000', '143928.510000', '143928.513000', '143928.515000', '143928.518000', '143928.521000', '143928.523000', '143928.526000', '143928.528000', '143928.531000', '143928.534000', '143928.536000', '143928.539000', '143928.541000', '143928.544000', '143928.546000', '143928.549000', '143928.551000', '143928.554000', '143928.557000', '143928.559000', '143928.562000', '143928.564000', '143928.567000', '143928.570000', '143928.572000', '143928.575000', '143928.577000', '143928.580000', '143928.582000', '143928.585000', '143928.589000', '143928.592000', '143928.594000', '143928.597000', '143928.600000', '143928.602000', '143948.492000', '143948.495000', '143948.497000', '143948.500000', '143948.502000', '143948.505000', '143948.508000', '143948.510000', '143948.513000', '143948.515000', '143948.518000', '143948.520000', '143948.523000', '143948.526000', '143948.528000', '143948.531000', '143948.534000', '143948.536000', '143948.539000', '143948.541000', '143948.544000', '143948.546000', '143948.549000', '143948.551000', '143948.554000', '143948.557000', '143948.559000', '143948.562000', '143948.564000', '143948.567000', '143948.570000', '143948.572000', '143948.575000', '143948.577000', '143948.580000', '143948.582000', '143948.585000', '143948.587000', '143948.590000', '143948.593000', '143948.595000', '143948.598000', '143948.600000', '143948.603000', '143951.094000', '143951.098000', '143951.100000', '143951.103000', '143951.106000', '143951.109000'], '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': [8968, 12831, 8052, 9014, 9331, 8824, 10710, 8885, 7875, 13007, 10628, 8540, 13246, 9089, 9808, 12799, 10577, 13738, 8832, 9377, 12050, 10252, 9726, 9474, 8629, 11358, 10340, 8042, 11238, 9198, 12533, 10099, 8878, 10405, 8857, 13451, 10405, 9155, 11729, 8443, 10514, 9288, 12132, 10430, 12419, 9621, 12230, 9782, 10861, 9612, 9229, 9456, 8968, 7966, 8930, 9303, 8222, 7421, 8357, 8259, 8250, 9217, 7605, 11966, 8849, 11868, 9944, 11696, 9658, 14253, 8164, 11637, 8656, 7762, 12284, 10115, 12484, 10785, 13843, 13494, 13626, 11335, 11881, 9044, 11936, 9970, 12545, 10471, 12849, 7596, 11124, 7988, 11750, 10267, 12169, 9912, 9581, 7460, 7200, 8187, 10356, 10191, 10108, 9366, 9623, 10118, 9782, 12202, 10033, 12677, 9931, 13254, 9278, 7739, 8404, 8906, 7497, 8755, 9272, 8192, 9441, 7741, 12355, 9750, 12788, 9896, 11252, 13828, 10415, 14928, 11453, 10183, 14809, 12523, 11607, 12152, 7565, 14244, 8430, 14165, 7066, 10385, 7389, 8697, 7196, 7766, 6809, 7154, 7009, 6895, 7978, 6952, 7088, 6973, 7263, 7204, 7012, 7075, 7604, 7022, 7110, 7921, 7136, 6863, 7248, 9552, 7048, 7534, 8414, 7226, 10502, 9079, 13886, 10670, 15596, 13081, 14684, 13900, 14952, 9400, 13074, 13468, 12865, 15757, 12288, 14952, 11841, 11829, 8517, 9098, 7970, 9539, 7866, 7352, 7706, 6877, 7357, 10979, 8250, 13899, 10633, 11639, 9192, 9439, 7439, 11837, 10560, 11580, 16183, 10692, 12506, 8076, 8775, 7095, 8245, 7571, 9499, 9074, 8252, 7551, 7941, 8909, 7177, 11947, 7025, 7438, 7065, 7018, 6893, 7157, 6978, 11649, 13808, 9212, 11858, 7500, 10692, 7590, 11614, 7524, 11609, 10414, 8087, 7751, 8953, 7226, 10024, 8571, 11303, 8101, 8381, 8205, 9845, 12664, 7531, 11548, 7650, 14549, 9836, 17130, 12524, 15186, 11009, 13447, 8618, 12223, 7194, 10689, 7192, 12535, 7088, 8132, 8468, 7583, 14176, 8624, 12463, 9253, 12144, 7310, 8326, 6989, 8323, 11383, 7894, 14563, 8500, 11413, 7822, 9581, 7154, 8196, 7565, 7871, 7753, 7380, 7264, 7257, 7667, 7572, 7994, 7236, 8867, 7198, 7158, 7794, 7443, 8903, 9642, 15709, 10500, 14456, 10584, 16053, 12816, 15950, 14172, 16295, 12849, 14416, 10337, 12625, 8356, 13830, 9663, 14672, 8750, 9382, 7068, 8223, 6994, 8380, 6941, 9366, 7075, 9400, 6979, 10227, 8562, 12915, 9191, 11507, 8006, 13008, 7849, 14177, 13987, 14177, 9453, 9787, 7004, 8560, 7182, 8130, 6826, 8687, 7711, 8727, 7413, 8088, 15121, 10355, 11835, 9051, 12465, 7457, 9337, 7257, 7276, 8192, 7011, 7325, 7320, 7297, 8021, 7685, 8983, 7413, 7280, 7498, 7799, 8038, 16531, 13581, 14262, 12238, 13695, 8859, 10944, 13115, 10819, 17025, 13490, 13725, 10163, 11310, 8947, 10028, 7303, 9607, 7286, 9109, 12356, 8688, 11904, 7629, 10307, 7326, 9638, 7429, 9217, 13586, 9967, 12406, 7662, 10388, 7384, 8678, 7441, 7923, 8650, 7158, 10843, 7271, 8591, 6907, 7159, 9101, 7146, 8251, 7141, 7811, 7113, 7720, 8737, 7509, 13223, 9827, 15189, 11704, 12244, 12547, 14984, 13344, 15128, 9966, 10280, 11762, 11379, 13912, 13403, 7470, 8110, 7341, 9037, 7187, 14243, 8096, 13660, 9598, 14744, 11806, 16071, 14981, 15714, 13067, 9588, 15752, 8974, 11990, 8474, 9607, 6943, 8514, 10194, 7431, 9170, 6998, 8517, 7332, 8892, 7310, 8334, 8534, 9454, 7977, 7270, 14479, 7414, 11030, 9038, 9308, 9139, 8907, 7301, 7222, 7567, 7061, 10192, 7914, 15992, 7726, 12186, 9328, 13401, 12939, 14746, 8828, 14550, 10102, 16538, 13936, 17162, 12304, 16069, 12388, 16080, 13295, 16289, 12411, 16602, 9919, 10182, 7195, 8720, 7438, 9369, 7363, 9261, 7133, 8020, 8717, 8006, 13017, 8572, 10790, 7840, 10012, 11771, 10022, 15431, 7887, 10301, 7318, 8070, 7105, 7677, 8816, 7285, 8888, 7399, 8472, 7273, 7442, 7251, 8601, 9971, 9579, 11904, 7087, 13388, 9722, 11261, 12078, 14003, 7978, 8431, 7979, 7385, 8673, 15036, 8631, 8316, 7046, 7684, 7581, 12088, 11987, 8910, 12762, 10203, 16229, 13652, 16990, 13145, 15678, 11743, 15026, 14287, 14164, 15745, 12566, 16575, 11776, 13787, 9917, 9928, 7218, 8265, 7130, 8437, 6975, 8958, 7204, 13224, 10367, 9766, 7566, 7521, 7204, 7326, 8173, 7336, 7623, 8635, 7340, 13072, 10629, 12236, 13764, 7755, 7417, 11258, 9990, 7308, 11982, 8715, 10027, 11160, 7386, 14445, 11606, 13527, 14601, 11723, 14088, 11032, 7805, 8795, 11353, 14427, 13380, 9222, 7126, 10770, 7643, 12217, 12123, 15223, 14017, 9947, 14373, 12289, 14654, 11776, 14717, 11842, 14753, 10419, 12741, 9962, 11553, 8322, 7841, 7238, 7234, 7155, 7478, 6840, 7498, 7040, 8862, 8649, 11517, 8701, 8941, 7195, 9092, 7174, 8436, 7661, 7802, 7691, 7803, 7242, 7172, 7684, 7596, 10911, 7863, 7075, 7004, 7083, 6855, 6743, 7991, 6836, 7065, 7366, 6651, 12211, 13387, 14751, 11529, 13128, 12449, 10627, 14212, 13869, 15979, 11918, 14541, 10278, 12354, 15104, 13448, 11914, 9063, 10268, 13866, 13641, 14478, 14647, 13084, 15889, 12972, 15218, 12441, 12727, 8993, 10782, 7142, 7448, 7266, 7160, 9603, 8803, 10558, 9756, 12647, 8476, 9937, 7740, 11917, 8527, 13163, 11954, 12443, 8107, 10368, 8155, 9835, 8550, 6622, 9589, 6606, 9901, 6822, 10882, 13826, 9928, 16263, 12457, 12980, 8934, 9693, 7725, 12029, 7491, 11286, 7411, 11048, 7470, 11124, 6901, 10800, 7057, 8690, 6984, 9388, 6964, 10726, 7634, 9154, 10008, 13737, 16363, 7809, 7383, 7603, 7575, 8548, 7283, 12801, 13010, 12394, 12391, 15371, 12664, 12649, 12724, 7427, 13560, 7544, 15110, 11278, 14778, 11520, 6784, 7570, 6968, 7934, 7148, 12436, 9085, 7630, 7267, 7515, 7198, 7176, 7169, 7853, 7085, 9168, 7387, 8318, 9248, 7064, 9865, 7360, 12807, 9251, 12751, 9274, 13063, 9856, 12617, 8321, 7414, 7246, 7746, 7392, 7792, 7497, 7739, 7630, 7412, 8346, 7670, 7264, 7412, 7610, 8081, 7095, 8445, 7393, 6892, 7632, 7096, 8116, 7337, 7282, 9389, 8270, 9824, 10654, 9494, 7194, 10288, 8312, 13012, 10542], 'WindowCenter': [4468.0, 4495.0, 4412.0, 4448.0, 4444.0, 4445.0, 4467.0, 4445.0, 4424.0, 4473.0, 4454.0, 4433.0, 4473.0, 4444.0, 4455.0, 4475.0, 4458.0, 4472.0, 4433.0, 4445.0, 4464.0, 4457.0, 4489.0, 4479.0, 4453.0, 4468.0, 4445.0, 4411.0, 4455.0, 4434.0, 4463.0, 4456.0, 4434.0, 4454.0, 4437.0, 4474.0, 4456.0, 4434.0, 4452.0, 4414.0, 4443.0, 4434.0, 4452.0, 4442.0, 4450.0, 4433.0, 4450.0, 4430.0, 4443.0, 4420.0, 4420.0, 4421.0, 4410.0, 4401.0, 4422.0, 4446.0, 4439.0, 4422.0, 4441.0, 4453.0, 4440.0, 4449.0, 4420.0, 4481.0, 4451.0, 4482.0, 4448.0, 4451.0, 4430.0, 4472.0, 4438.0, 4451.0, 4446.0, 4438.0, 4488.0, 4468.0, 4486.0, 4478.0, 4487.0, 4486.0, 4484.0, 4463.0, 4463.0, 4433.0, 4463.0, 4454.0, 4474.0, 4454.0, 4462.0, 4412.0, 4451.0, 4413.0, 4462.0, 4452.0, 4464.0, 4432.0, 4444.0, 4413.0, 4399.0, 4436.0, 4441.0, 4443.0, 4441.0, 4432.0, 4442.0, 4442.0, 4440.0, 4463.0, 4443.0, 4460.0, 4443.0, 4464.0, 4384.0, 4391.0, 4392.0, 4357.0, 4361.0, 4460.0, 4454.0, 4436.0, 4486.0, 4453.0, 4461.0, 4431.0, 4445.0, 4429.0, 4452.0, 4457.0, 4444.0, 4471.0, 4439.0, 4402.0, 4432.0, 4423.0, 4408.0, 4409.0, 4360.0, 4430.0, 4367.0, 4420.0, 4347.0, 4388.0, 4348.0, 4378.0, 4347.0, 4358.0, 4339.0, 4350.0, 4349.0, 4364.0, 4380.0, 4375.0, 4373.0, 4376.0, 4388.0, 4386.0, 4347.0, 4371.0, 4381.0, 4389.0, 4389.0, 4419.0, 4403.0, 4404.0, 4384.0, 4475.0, 4426.0, 4420.0, 4432.0, 4426.0, 4462.0, 4443.0, 4481.0, 4464.0, 4467.0, 4483.0, 4481.0, 4453.0, 4492.0, 4416.0, 4445.0, 4437.0, 4430.0, 4439.0, 4420.0, 4439.0, 4430.0, 4429.0, 4391.0, 4401.0, 4436.0, 4427.0, 4381.0, 4341.0, 4354.0, 4331.0, 4358.0, 4405.0, 4389.0, 4440.0, 4432.0, 4432.0, 4424.0, 4414.0, 4382.0, 4434.0, 4420.0, 4348.0, 4353.0, 4402.0, 4449.0, 4363.0, 4403.0, 4372.0, 4402.0, 4406.0, 4422.0, 4413.0, 4391.0, 4381.0, 4379.0, 4371.0, 4345.0, 4318.0, 4306.0, 4258.0, 4339.0, 4350.0, 4340.0, 4338.0, 4279.0, 4367.0, 4495.0, 4380.0, 4409.0, 4356.0, 4366.0, 4337.0, 4345.0, 4328.0, 4436.0, 4396.0, 4348.0, 4328.0, 4399.0, 4430.0, 4455.0, 4435.0, 4454.0, 4422.0, 4422.0, 4433.0, 4425.0, 4486.0, 4398.0, 4449.0, 4411.0, 4482.0, 4436.0, 4476.0, 4447.0, 4454.0, 4435.0, 4456.0, 4404.0, 4442.0, 4371.0, 4423.0, 4372.0, 4441.0, 4372.0, 4394.0, 4401.0, 4394.0, 4453.0, 4415.0, 4444.0, 4413.0, 4442.0, 4384.0, 4405.0, 4373.0, 4415.0, 4443.0, 4405.0, 4463.0, 4403.0, 4443.0, 4394.0, 4413.0, 4383.0, 4390.0, 4412.0, 4410.0, 4372.0, 4349.0, 4321.0, 4363.0, 4399.0, 4424.0, 4445.0, 4428.0, 4441.0, 4400.0, 4401.0, 4421.0, 4409.0, 4439.0, 4440.0, 4478.0, 4448.0, 4478.0, 4449.0, 4479.0, 4458.0, 4478.0, 4466.0, 4464.0, 4444.0, 4451.0, 4424.0, 4443.0, 4393.0, 4453.0, 4411.0, 4453.0, 4390.0, 4401.0, 4358.0, 4391.0, 4372.0, 4404.0, 4385.0, 4427.0, 4399.0, 4426.0, 4398.0, 4437.0, 4418.0, 4455.0, 4427.0, 4444.0, 4394.0, 4456.0, 4395.0, 4466.0, 4453.0, 4453.0, 4410.0, 4421.0, 4370.0, 4403.0, 4372.0, 4405.0, 4375.0, 4417.0, 4393.0, 4414.0, 4394.0, 4416.0, 4464.0, 4434.0, 4444.0, 4414.0, 4454.0, 4383.0, 4413.0, 4381.0, 4383.0, 4404.0, 4386.0, 4397.0, 4397.0, 4408.0, 4419.0, 4422.0, 4439.0, 4413.0, 4412.0, 4423.0, 4421.0, 4431.0, 4491.0, 4469.0, 4467.0, 4456.0, 4466.0, 4412.0, 4434.0, 4451.0, 4434.0, 4473.0, 4452.0, 4451.0, 4422.0, 4430.0, 4413.0, 4421.0, 4383.0, 4411.0, 4381.0, 4413.0, 4440.0, 4402.0, 4430.0, 4393.0, 4422.0, 4383.0, 4423.0, 4382.0, 4423.0, 4451.0, 4424.0, 4442.0, 4393.0, 4423.0, 4383.0, 4415.0, 4386.0, 4405.0, 4402.0, 4384.0, 4443.0, 4394.0, 4414.0, 4385.0, 4387.0, 4425.0, 4398.0, 4415.0, 4398.0, 4409.0, 4400.0, 4410.0, 4429.0, 4410.0, 4477.0, 4450.0, 4478.0, 4457.0, 4457.0, 4469.0, 4477.0, 4465.0, 4476.0, 4425.0, 4438.0, 4444.0, 4455.0, 4463.0, 4468.0, 4395.0, 4406.0, 4395.0, 4427.0, 4386.0, 4475.0, 4407.0, 4465.0, 4436.0, 4478.0, 4446.0, 4475.0, 4463.0, 4462.0, 4438.0, 4412.0, 4449.0, 4402.0, 4430.0, 4390.0, 4410.0, 4370.0, 4402.0, 4419.0, 4381.0, 4410.0, 4383.0, 4413.0, 4396.0, 4424.0, 4397.0, 4417.0, 4416.0, 4436.0, 4407.0, 4397.0, 4475.0, 4396.0, 4445.0, 4426.0, 4425.0, 4427.0, 4426.0, 4398.0, 4408.0, 4407.0, 4399.0, 4447.0, 4431.0, 4500.0, 4419.0, 4467.0, 4439.0, 4479.0, 4481.0, 4488.0, 4440.0, 4477.0, 4449.0, 4487.0, 4478.0, 4485.0, 4458.0, 4475.0, 4454.0, 4476.0, 4464.0, 4474.0, 4443.0, 4475.0, 4410.0, 4423.0, 4369.0, 4400.0, 4369.0, 4410.0, 4381.0, 4411.0, 4369.0, 4394.0, 4401.0, 4392.0, 4451.0, 4402.0, 4431.0, 4393.0, 4424.0, 4441.0, 4423.0, 4461.0, 4392.0, 4422.0, 4383.0, 4393.0, 4384.0, 4394.0, 4414.0, 4395.0, 4414.0, 4396.0, 4414.0, 4397.0, 4408.0, 4408.0, 4429.0, 4449.0, 4439.0, 4455.0, 4399.0, 4491.0, 4462.0, 4470.0, 4469.0, 4478.0, 4431.0, 4432.0, 4384.0, 4319.0, 4435.0, 4494.0, 4421.0, 4409.0, 4417.0, 4398.0, 4412.0, 4473.0, 4461.0, 4430.0, 4471.0, 4439.0, 4491.0, 4471.0, 4489.0, 4457.0, 4467.0, 4433.0, 4454.0, 4442.0, 4454.0, 4451.0, 4431.0, 4450.0, 4431.0, 4439.0, 4410.0, 4398.0, 4369.0, 4389.0, 4371.0, 4402.0, 4374.0, 4415.0, 4344.0, 4398.0, 4436.0, 4339.0, 4236.0, 4449.0, 4415.0, 4410.0, 4430.0, 4411.0, 4419.0, 4430.0, 4307.0, 4482.0, 4450.0, 4472.0, 4484.0, 4444.0, 4421.0, 4454.0, 4432.0, 4403.0, 4459.0, 4409.0, 4428.0, 4453.0, 4402.0, 4471.0, 4437.0, 4430.0, 4416.0, 4392.0, 4427.0, 4411.0, 4383.0, 4403.0, 4422.0, 4452.0, 4486.0, 4461.0, 4406.0, 4467.0, 4402.0, 4420.0, 4419.0, 4439.0, 4440.0, 4410.0, 4439.0, 4432.0, 4441.0, 4419.0, 4439.0, 4419.0, 4441.0, 4438.0, 4445.0, 4399.0, 4396.0, 4367.0, 4355.0, 4348.0, 4346.0, 4346.0, 4344.0, 4347.0, 4358.0, 4358.0, 4381.0, 4397.0, 4411.0, 4415.0, 4410.0, 4372.0, 4410.0, 4384.0, 4402.0, 4395.0, 4394.0, 4389.0, 4382.0, 4383.0, 4374.0, 4393.0, 4394.0, 4440.0, 4405.0, 4384.0, 4386.0, 4397.0, 4390.0, 4404.0, 4432.0, 4403.0, 4413.0, 4423.0, 4403.0, 4484.0, 4479.0, 4450.0, 4431.0, 4452.0, 4469.0, 4436.0, 4478.0, 4478.0, 4462.0, 4436.0, 4432.0, 4346.0, 4340.0, 4323.0, 4317.0, 4349.0, 4333.0, 4353.0, 4386.0, 4385.0, 4386.0, 4385.0, 4384.0, 4393.0, 4373.0, 4395.0, 4373.0, 4374.0, 4332.0, 4332.0, 4278.0, 4353.0, 4342.0, 4317.0, 4342.0, 4372.0, 4409.0, 4577.0, 4533.0, 4471.0, 4462.0, 4423.0, 4468.0, 4430.0, 4468.0, 4468.0, 4469.0, 4467.0, 4490.0, 4424.0, 4437.0, 4420.0, 4377.0, 4428.0, 4377.0, 4437.0, 4378.0, 4449.0, 4465.0, 4437.0, 4475.0, 4457.0, 4455.0, 4416.0, 4424.0, 4396.0, 4455.0, 4386.0, 4442.0, 4387.0, 4446.0, 4398.0, 4434.0, 4387.0, 4406.0, 4341.0, 4388.0, 4382.0, 4422.0, 4398.0, 4455.0, 4407.0, 4436.0, 4438.0, 4494.0, 4494.0, 4327.0, 4038.0, 4423.0, 4452.0, 4454.0, 4294.0, 4549.0, 4471.0, 4373.0, 4428.0, 4501.0, 4466.0, 4453.0, 4452.0, 4379.0, 4451.0, 4379.0, 4457.0, 4430.0, 4458.0, 4442.0, 4359.0, 4378.0, 4369.0, 4391.0, 4379.0, 4452.0, 4416.0, 4359.0, 4261.0, 4304.0, 4360.0, 4412.0, 4352.0, 4408.0, 4381.0, 4409.0, 4364.0, 4381.0, 4417.0, 4363.0, 4412.0, 4395.0, 4469.0, 4441.0, 4469.0, 4439.0, 4467.0, 4438.0, 4468.0, 4433.0, 4399.0, 4399.0, 4400.0, 4400.0, 4412.0, 4400.0, 4421.0, 4422.0, 4413.0, 4432.0, 4435.0, 4427.0, 4426.0, 4410.0, 4408.0, 4412.0, 4420.0, 4404.0, 4405.0, 4425.0, 4416.0, 4429.0, 4423.0, 4427.0, 4451.0, 4416.0, 4452.0, 4485.0, 4451.0, 4401.0, 4463.0, 4433.0, 4483.0, 4461.0], 'WindowWidth': [9836.0, 9862.0, 9726.0, 9786.0, 9778.0, 9779.0, 9810.0, 9781.0, 9749.0, 9812.0, 9790.0, 9761.0, 9812.0, 9776.0, 9792.0, 9820.0, 9799.0, 9810.0, 9759.0, 9777.0, 9802.0, 9793.0, 9862.0, 9844.0, 9797.0, 9809.0, 9774.0, 9722.0, 9787.0, 9758.0, 9793.0, 9791.0, 9758.0, 9784.0, 9766.0, 9812.0, 9791.0, 9756.0, 9779.0, 9728.0, 9766.0, 9755.0, 9776.0, 9763.0, 9771.0, 9750.0, 9769.0, 9746.0, 9765.0, 9730.0, 9729.0, 9731.0, 9716.0, 9706.0, 9736.0, 9778.0, 9772.0, 9754.0, 9776.0, 9800.0, 9777.0, 9789.0, 9747.0, 9832.0, 9794.0, 9837.0, 9783.0, 9773.0, 9744.0, 9809.0, 9772.0, 9778.0, 9780.0, 9776.0, 9842.0, 9816.0, 9838.0, 9830.0, 9842.0, 9838.0, 9830.0, 9801.0, 9798.0, 9761.0, 9799.0, 9788.0, 9815.0, 9789.0, 9795.0, 9730.0, 9780.0, 9731.0, 9795.0, 9783.0, 9803.0, 9753.0, 9775.0, 9731.0, 9707.0, 9766.0, 9767.0, 9771.0, 9765.0, 9754.0, 9768.0, 9767.0, 9764.0, 9798.0, 9771.0, 9789.0, 9769.0, 9799.0, 9661.0, 9688.0, 9687.0, 9613.0, 9637.0, 9815.0, 9793.0, 9772.0, 9853.0, 9805.0, 9793.0, 9752.0, 9757.0, 9743.0, 9821.0, 9773.0, 9768.0, 9798.0, 9754.0, 9689.0, 9729.0, 9719.0, 9692.0, 9695.0, 9629.0, 9724.0, 9636.0, 9710.0, 9608.0, 9665.0, 9610.0, 9652.0, 9609.0, 9626.0, 9601.0, 9620.0, 9618.0, 9645.0, 9662.0, 9663.0, 9661.0, 9669.0, 9685.0, 9680.0, 9612.0, 9654.0, 9669.0, 9692.0, 9695.0, 9738.0, 9723.0, 9730.0, 9682.0, 9834.0, 9763.0, 9744.0, 9758.0, 9764.0, 9804.0, 9778.0, 9827.0, 9808.0, 9798.0, 9835.0, 9826.0, 9772.0, 9844.0, 9725.0, 9761.0, 9740.0, 9732.0, 9741.0, 9718.0, 9742.0, 9735.0, 9732.0, 9682.0, 9693.0, 9773.0, 9738.0, 9667.0, 9595.0, 9620.0, 9587.0, 9631.0, 9691.0, 9678.0, 9747.0, 9741.0, 9741.0, 9735.0, 9720.0, 9677.0, 9744.0, 9720.0, 9578.0, 9566.0, 9689.0, 9771.0, 9633.0, 9706.0, 9664.0, 9702.0, 9718.0, 9732.0, 9719.0, 9684.0, 9671.0, 9666.0, 9637.0, 9613.0, 9519.0, 9540.0, 9450.0, 9603.0, 9621.0, 9603.0, 9596.0, 9483.0, 9615.0, 9852.0, 9657.0, 9690.0, 9627.0, 9621.0, 9591.0, 9574.0, 9581.0, 9750.0, 9678.0, 9605.0, 9572.0, 9692.0, 9773.0, 9796.0, 9766.0, 9788.0, 9746.0, 9744.0, 9763.0, 9732.0, 9840.0, 9707.0, 9774.0, 9727.0, 9827.0, 9755.0, 9810.0, 9768.0, 9774.0, 9751.0, 9782.0, 9708.0, 9755.0, 9659.0, 9730.0, 9661.0, 9753.0, 9663.0, 9694.0, 9702.0, 9696.0, 9773.0, 9723.0, 9761.0, 9720.0, 9758.0, 9680.0, 9710.0, 9665.0, 9725.0, 9759.0, 9712.0, 9786.0, 9706.0, 9759.0, 9695.0, 9717.0, 9681.0, 9682.0, 9734.0, 9723.0, 9654.0, 9611.0, 9561.0, 9639.0, 9706.0, 9754.0, 9787.0, 9765.0, 9771.0, 9714.0, 9717.0, 9745.0, 9727.0, 9766.0, 9767.0, 9815.0, 9774.0, 9816.0, 9777.0, 9819.0, 9787.0, 9816.0, 9795.0, 9791.0, 9762.0, 9766.0, 9733.0, 9757.0, 9691.0, 9772.0, 9710.0, 9770.0, 9680.0, 9696.0, 9636.0, 9684.0, 9662.0, 9708.0, 9689.0, 9744.0, 9712.0, 9742.0, 9710.0, 9758.0, 9732.0, 9779.0, 9743.0, 9763.0, 9697.0, 9780.0, 9696.0, 9795.0, 9773.0, 9774.0, 9709.0, 9726.0, 9656.0, 9705.0, 9663.0, 9711.0, 9671.0, 9731.0, 9694.0, 9724.0, 9696.0, 9732.0, 9791.0, 9750.0, 9763.0, 9722.0, 9776.0, 9678.0, 9720.0, 9674.0, 9681.0, 9710.0, 9690.0, 9704.0, 9705.0, 9725.0, 9743.0, 9751.0, 9770.0, 9740.0, 9736.0, 9753.0, 9746.0, 9762.0, 9843.0, 9809.0, 9802.0, 9782.0, 9798.0, 9719.0, 9750.0, 9768.0, 9748.0, 9801.0, 9771.0, 9766.0, 9728.0, 9737.0, 9719.0, 9727.0, 9677.0, 9713.0, 9673.0, 9718.0, 9750.0, 9702.0, 9736.0, 9693.0, 9730.0, 9679.0, 9733.0, 9677.0, 9734.0, 9767.0, 9734.0, 9755.0, 9693.0, 9732.0, 9681.0, 9725.0, 9690.0, 9712.0, 9705.0, 9684.0, 9759.0, 9699.0, 9725.0, 9688.0, 9694.0, 9742.0, 9711.0, 9729.0, 9712.0, 9726.0, 9716.0, 9731.0, 9754.0, 9731.0, 9817.0, 9782.0, 9819.0, 9788.0, 9787.0, 9805.0, 9816.0, 9795.0, 9811.0, 9738.0, 9760.0, 9764.0, 9783.0, 9787.0, 9803.0, 9699.0, 9718.0, 9702.0, 9746.0, 9690.0, 9810.0, 9719.0, 9794.0, 9756.0, 9816.0, 9767.0, 9811.0, 9786.0, 9786.0, 9746.0, 9714.0, 9763.0, 9701.0, 9739.0, 9684.0, 9711.0, 9657.0, 9702.0, 9720.0, 9673.0, 9711.0, 9683.0, 9722.0, 9704.0, 9739.0, 9708.0, 9734.0, 9729.0, 9756.0, 9719.0, 9708.0, 9810.0, 9705.0, 9770.0, 9744.0, 9742.0, 9745.0, 9744.0, 9710.0, 9725.0, 9722.0, 9717.0, 9778.0, 9763.0, 9853.0, 9740.0, 9801.0, 9770.0, 9821.0, 9830.0, 9833.0, 9769.0, 9814.0, 9780.0, 9831.0, 9817.0, 9825.0, 9788.0, 9809.0, 9779.0, 9813.0, 9793.0, 9808.0, 9758.0, 9809.0, 9710.0, 9732.0, 9655.0, 9697.0, 9655.0, 9712.0, 9672.0, 9715.0, 9658.0, 9695.0, 9701.0, 9692.0, 9768.0, 9706.0, 9741.0, 9691.0, 9735.0, 9754.0, 9731.0, 9780.0, 9688.0, 9727.0, 9681.0, 9695.0, 9682.0, 9699.0, 9725.0, 9702.0, 9724.0, 9704.0, 9725.0, 9710.0, 9724.0, 9727.0, 9755.0, 9781.0, 9769.0, 9784.0, 9717.0, 9843.0, 9806.0, 9813.0, 9809.0, 9819.0, 9760.0, 9763.0, 9674.0, 9563.0, 9772.0, 9848.0, 9740.0, 9722.0, 9748.0, 9702.0, 9735.0, 9817.0, 9795.0, 9752.0, 9809.0, 9764.0, 9838.0, 9809.0, 9835.0, 9785.0, 9798.0, 9744.0, 9774.0, 9753.0, 9773.0, 9764.0, 9737.0, 9764.0, 9736.0, 9744.0, 9706.0, 9687.0, 9651.0, 9678.0, 9659.0, 9703.0, 9668.0, 9727.0, 9607.0, 9667.0, 9761.0, 9572.0, 9408.0, 9813.0, 9748.0, 9732.0, 9755.0, 9734.0, 9742.0, 9757.0, 9540.0, 9830.0, 9780.0, 9813.0, 9831.0, 9793.0, 9755.0, 9786.0, 9749.0, 9718.0, 9785.0, 9716.0, 9741.0, 9782.0, 9714.0, 9805.0, 9750.0, 9728.0, 9699.0, 9659.0, 9717.0, 9706.0, 9677.0, 9705.0, 9726.0, 9770.0, 9838.0, 9812.0, 9728.0, 9810.0, 9714.0, 9708.0, 9712.0, 9741.0, 9746.0, 9705.0, 9748.0, 9738.0, 9748.0, 9716.0, 9743.0, 9713.0, 9749.0, 9757.0, 9758.0, 9684.0, 9671.0, 9634.0, 9615.0, 9612.0, 9607.0, 9611.0, 9606.0, 9617.0, 9632.0, 9633.0, 9654.0, 9691.0, 9693.0, 9726.0, 9710.0, 9663.0, 9711.0, 9684.0, 9703.0, 9698.0, 9694.0, 9682.0, 9676.0, 9678.0, 9670.0, 9692.0, 9696.0, 9754.0, 9711.0, 9684.0, 9690.0, 9708.0, 9705.0, 9732.0, 9764.0, 9729.0, 9741.0, 9753.0, 9729.0, 9838.0, 9820.0, 9763.0, 9738.0, 9770.0, 9805.0, 9753.0, 9818.0, 9820.0, 9783.0, 9746.0, 9732.0, 9578.0, 9561.0, 9524.0, 9511.0, 9577.0, 9565.0, 9592.0, 9644.0, 9638.0, 9646.0, 9640.0, 9638.0, 9649.0, 9622.0, 9659.0, 9622.0, 9625.0, 9566.0, 9553.0, 9489.0, 9626.0, 9603.0, 9556.0, 9577.0, 9643.0, 9704.0, 10036.0, 9926.0, 9837.0, 9807.0, 9755.0, 9805.0, 9758.0, 9806.0, 9804.0, 9806.0, 9834.0, 9854.0, 9751.0, 9757.0, 9736.0, 9676.0, 9745.0, 9677.0, 9756.0, 9679.0, 9773.0, 9791.0, 9756.0, 9805.0, 9783.0, 9776.0, 9726.0, 9734.0, 9699.0, 9775.0, 9687.0, 9757.0, 9689.0, 9768.0, 9707.0, 9745.0, 9692.0, 9692.0, 9598.0, 9676.0, 9680.0, 9733.0, 9711.0, 9784.0, 9724.0, 9757.0, 9757.0, 9848.0, 9847.0, 9567.0, 9009.0, 9776.0, 9827.0, 9809.0, 9506.0, 9967.0, 9814.0, 9620.0, 9728.0, 9861.0, 9798.0, 9776.0, 9771.0, 9668.0, 9767.0, 9670.0, 9774.0, 9739.0, 9776.0, 9756.0, 9643.0, 9667.0, 9659.0, 9689.0, 9672.0, 9771.0, 9725.0, 9633.0, 9456.0, 9552.0, 9653.0, 9756.0, 9637.0, 9725.0, 9685.0, 9712.0, 9645.0, 9667.0, 9729.0, 9648.0, 9711.0, 9700.0, 9805.0, 9772.0, 9807.0, 9765.0, 9799.0, 9763.0, 9801.0, 9767.0, 9711.0, 9713.0, 9714.0, 9714.0, 9735.0, 9717.0, 9750.0, 9750.0, 9742.0, 9764.0, 9776.0, 9765.0, 9764.0, 9730.0, 9725.0, 9741.0, 9745.0, 9728.0, 9730.0, 9759.0, 9749.0, 9761.0, 9759.0, 9768.0, 9793.0, 9735.0, 9790.0, 9846.0, 9788.0, 9723.0, 9806.0, 9767.0, 9833.0, 9801.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.031171149425287356</td></tr>
<tr><td colspan=3>aqi</td><td>0.26862727068965514</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>56.08997049090903</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0465846050517849</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1413689632796338</td></tr>
<tr><td colspan=3>efc</td><td>0.4706</td></tr>
<tr><td colspan=3>fber</td><td>3662.6833</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.7733972783838117</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>412</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>47.35632183908046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.6074397926337096</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.364426374331279</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.613892732019901</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.8440002715499504</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159491</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0031261532567441463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02435041218996048</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.444217369981163</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.116</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.802</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7739</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>872.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.1321</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.0063</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3643.212</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.8885</td></tr>
<tr><td colspan=3>tsnr</td><td>10.99726363964146</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>