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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-02_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-02_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-0028/ses-01/func/sub-0028_ses-01_task-social_acq-mb8_run-02_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>0761f4dfd8ce4376b7af2c214511fee6</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:09:30.030000</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_VE11C_LATEST_20160120</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.991787, 0.0733625, 0.104765, -0.0691786, 0.996676, -0.0430311]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.10858</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7765, -7131, 742, -32, -105, -201, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.786</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3534306-b3e1-4e2e-b429-aa18ec2ad055||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.660893201828003, -0.18560126423835754, 0.290448397397995, 116.07282257080078], [-0.19682632386684418, 2.674008369445801, -0.09566163271665573, -85.4970932006836], [0.28107646107673645, 0.11544935405254364, 2.6826272010803223, -48.687828063964844], [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': ['140930.030000', '140930.490000', '140930.950000', '140931.410000', '140931.870000', '140932.330000', '140932.790000', '140933.250000', '140933.710000', '140934.170000', '140934.630000', '140935.090000', '140935.550000', '140936.010000', '140936.470000', '140936.930000', '140937.390000', '140937.850000', '140938.310000', '140938.770000', '140939.230000', '140939.690000', '140940.150000', '140940.610000', '140941.070000', '140941.530000', '140941.990000', '140942.450000', '140942.910000', '140943.370000', '140943.830000', '140944.290000', '140944.750000', '140945.210000', '140945.670000', '140946.130000', '140946.590000', '140947.050000', '140947.510000', '140947.970000', '140948.430000', '140948.890000', '140949.350000', '140949.810000', '140950.270000', '140950.730000', '140951.190000', '140951.650000', '140952.110000', '140952.570000', '140953.030000', '140953.490000', '140953.950000', '140954.410000', '140954.870000', '140955.330000', '140955.790000', '140956.250000', '140956.710000', '140957.170000', '140957.630000', '140958.090000', '140958.550000', '140959.010000', '140959.470000', '140959.930000', '141000.390000', '141000.850000', '141001.310000', '141001.770000', '141002.230000', '141002.690000', '141003.150000', '141003.610000', '141004.070000', '141004.530000', '141004.990000', '141005.450000', '141005.910000', '141006.370000', '141006.830000', '141007.290000', '141007.750000', '141008.210000', '141008.670000', '141009.130000', '141009.590000', '141010.050000', '141010.510000', '141010.970000', '141011.430000', '141011.890000', '141012.350000', '141012.810000', '141013.270000', '141013.730000', '141014.190000', '141014.650000', '141015.110000', '141015.570000', '141016.030000', '141016.490000', '141016.950000', '141017.410000', '141017.870000', '141018.330000', '141018.790000', '141019.250000', '141019.710000', '141020.170000', '141020.630000', '141021.090000', '141021.550000', '141022.010000', '141022.470000', '141022.930000', '141023.390000', '141023.850000', '141024.310000', '141024.770000', '141025.230000', '141025.690000', '141026.150000', '141026.610000', '141027.070000', '141027.530000', '141027.990000', '141028.450000', '141028.910000', '141029.370000', '141029.830000', '141030.290000', '141030.750000', '141031.210000', '141031.670000', '141032.130000', '141032.590000', '141033.050000', '141033.510000', '141033.970000', '141034.430000', '141034.890000', '141035.350000', '141035.810000', '141036.270000', '141036.730000', '141037.190000', '141037.650000', '141038.110000', '141038.570000', '141039.030000', '141039.490000', '141039.950000', '141040.410000', '141040.870000', '141041.330000', '141041.790000', '141042.250000', '141042.710000', '141043.170000', '141043.630000', '141044.090000', '141044.550000', '141045.010000', '141045.470000', '141045.930000', '141046.390000', '141046.850000', '141047.310000', '141047.770000', '141048.230000', '141048.690000', '141049.150000', '141049.610000', '141050.070000', '141050.530000', '141050.990000', '141051.450000', '141051.910000', '141052.370000', '141052.830000', '141053.290000', '141053.750000', '141054.210000', '141054.670000', '141055.130000', '141055.590000', '141056.050000', '141056.510000', '141056.970000', '141057.430000', '141057.890000', '141058.350000', '141058.810000', '141059.270000', '141059.730000', '141100.190000', '141100.650000', '141101.110000', '141101.570000', '141102.030000', '141102.490000', '141102.950000', '141103.410000', '141103.870000', '141104.330000', '141104.790000', '141105.250000', '141105.710000', '141106.170000', '141106.630000', '141107.090000', '141107.550000', '141108.010000', '141108.470000', '141108.930000', '141109.390000', '141109.850000', '141110.310000', '141110.770000', '141111.230000', '141111.690000', '141112.150000', '141112.610000', '141113.070000', '141113.530000', '141113.990000', '141114.450000', '141114.910000', '141115.370000', '141115.830000', '141116.290000', '141116.750000', '141117.210000', '141117.670000', '141118.130000', '141118.590000', '141119.050000', '141119.510000', '141119.970000', '141120.430000', '141120.890000', '141121.350000', '141121.810000', '141122.270000', '141122.730000', '141123.190000', '141123.650000', '141124.110000', '141124.570000', '141125.030000', '141125.490000', '141125.950000', '141126.410000', '141126.870000', '141127.330000', '141127.790000', '141128.250000', '141128.710000', '141129.170000', '141129.630000', '141130.090000', '141130.550000', '141131.010000', '141131.470000', '141131.930000', '141132.390000', '141132.850000', '141133.310000', '141133.770000', '141134.230000', '141134.690000', '141135.150000', '141135.610000', '141136.070000', '141136.530000', '141136.990000', '141137.450000', '141137.910000', '141138.370000', '141138.830000', '141139.290000', '141139.750000', '141140.210000', '141140.670000', '141141.130000', '141141.590000', '141142.050000', '141142.510000', '141142.970000', '141143.430000', '141143.890000', '141144.350000', '141144.810000', '141145.270000', '141145.730000', '141146.190000', '141146.650000', '141147.110000', '141147.570000', '141148.030000', '141148.490000', '141148.950000', '141149.410000', '141149.870000', '141150.330000', '141150.790000', '141151.250000', '141151.710000', '141152.170000', '141152.630000', '141153.090000', '141153.550000', '141154.010000', '141154.470000', '141154.930000', '141155.390000', '141155.850000', '141156.310000', '141156.770000', '141157.230000', '141157.690000', '141158.150000', '141158.610000', '141159.070000', '141159.530000', '141159.990000', '141200.450000', '141200.910000', '141201.370000', '141201.830000', '141202.290000', '141202.750000', '141203.210000', '141203.670000', '141204.130000', '141204.590000', '141205.050000', '141205.510000', '141205.970000', '141206.430000', '141206.890000', '141207.350000', '141207.810000', '141208.270000', '141208.730000', '141209.190000', '141209.650000', '141210.110000', '141210.570000', '141211.030000', '141211.490000', '141211.950000', '141212.410000', '141212.870000', '141213.330000', '141213.790000', '141214.250000', '141214.710000', '141215.170000', '141215.630000', '141216.090000', '141216.550000', '141217.010000', '141217.470000', '141217.930000', '141218.390000', '141218.850000', '141219.310000', '141219.770000', '141220.230000', '141220.690000', '141221.150000', '141221.610000', '141222.070000', '141222.530000', '141222.990000', '141223.450000', '141223.910000', '141224.370000', '141224.830000', '141225.290000', '141225.750000', '141226.210000', '141226.670000', '141227.130000', '141227.590000', '141228.050000', '141228.510000', '141228.970000', '141229.430000', '141229.890000', '141230.350000', '141230.810000', '141231.270000', '141231.730000', '141232.190000', '141232.650000', '141233.110000', '141233.570000', '141234.030000', '141234.490000', '141234.950000', '141235.410000', '141235.870000', '141236.330000', '141236.790000', '141237.250000', '141237.710000', '141238.170000', '141238.630000', '141239.090000', '141239.550000', '141240.010000', '141240.470000', '141240.930000', '141241.390000', '141241.850000', '141242.310000', '141242.770000', '141243.230000', '141243.690000', '141244.150000', '141244.610000', '141245.070000', '141245.530000', '141245.990000', '141246.450000', '141246.910000', '141247.370000', '141247.830000', '141248.290000', '141248.750000', '141249.210000', '141249.670000', '141250.130000', '141250.590000', '141251.050000', '141251.510000', '141251.970000', '141252.430000', '141252.890000', '141253.350000', '141253.810000', '141254.270000', '141254.730000', '141255.190000', '141255.650000', '141256.110000', '141256.570000', '141257.030000', '141257.490000', '141257.950000', '141258.410000', '141258.870000', '141259.330000', '141259.790000', '141300.250000', '141300.710000', '141301.170000', '141301.630000', '141302.090000', '141302.550000', '141303.010000', '141303.470000', '141303.930000', '141304.390000', '141304.850000', '141305.310000', '141305.770000', '141306.230000', '141306.690000', '141307.150000', '141307.610000', '141308.070000', '141308.530000', '141308.990000', '141309.450000', '141309.910000', '141310.370000', '141310.830000', '141311.290000', '141311.750000', '141312.210000', '141312.670000', '141313.130000', '141313.590000', '141314.050000', '141314.510000', '141314.970000', '141315.430000', '141315.890000', '141316.350000', '141316.810000', '141317.270000', '141317.730000', '141318.190000', '141318.650000', '141319.110000', '141319.570000', '141320.030000', '141320.490000', '141320.950000', '141321.410000', '141321.870000', '141322.330000', '141322.790000', '141323.250000', '141323.710000', '141324.170000', '141324.630000', '141325.090000', '141325.550000', '141326.010000', '141326.470000', '141326.930000', '141327.390000', '141327.850000', '141328.310000', '141328.770000', '141329.230000', '141329.690000', '141330.150000', '141330.610000', '141331.070000', '141331.530000', '141331.990000', '141332.450000', '141332.910000', '141333.370000', '141333.830000', '141334.290000', '141334.750000', '141335.210000', '141335.670000', '141336.130000', '141336.590000', '141337.050000', '141337.510000', '141337.970000', '141338.430000', '141338.890000', '141339.350000', '141339.810000', '141340.270000', '141340.730000', '141341.190000', '141341.650000', '141342.110000', '141342.570000', '141343.030000', '141343.490000', '141343.950000', '141344.410000', '141344.870000', '141345.330000', '141345.790000', '141346.250000', '141346.710000', '141347.170000', '141347.630000', '141348.090000', '141348.550000', '141349.010000', '141349.470000', '141349.930000', '141350.390000', '141350.850000', '141351.310000', '141351.770000', '141352.230000', '141352.690000', '141353.150000', '141353.610000', '141354.070000', '141354.530000', '141354.990000', '141355.450000', '141355.910000', '141356.370000', '141356.830000', '141357.290000', '141357.750000', '141358.210000', '141358.670000', '141359.130000', '141359.590000', '141400.050000', '141400.510000', '141400.970000', '141401.430000', '141401.890000', '141402.350000', '141402.810000', '141403.270000', '141403.730000', '141404.190000', '141404.650000', '141405.110000', '141405.570000', '141406.030000', '141406.490000', '141406.950000', '141407.410000', '141407.870000', '141408.330000', '141408.790000', '141409.250000', '141409.710000', '141410.170000', '141410.630000', '141411.090000', '141411.550000', '141412.010000', '141412.470000', '141412.930000', '141413.390000', '141413.850000', '141414.310000', '141414.770000', '141415.230000', '141415.690000', '141416.150000', '141416.610000', '141417.070000', '141417.530000', '141417.990000', '141418.450000', '141418.910000', '141419.370000', '141419.830000', '141420.290000', '141420.750000', '141421.210000', '141421.670000', '141422.130000', '141422.590000', '141423.050000', '141423.510000', '141423.970000', '141424.430000', '141424.890000', '141425.350000', '141425.810000', '141426.270000', '141426.730000', '141427.190000', '141427.650000', '141428.110000', '141428.570000', '141429.030000', '141429.490000', '141429.950000', '141430.410000', '141430.870000', '141431.330000', '141431.790000', '141432.250000', '141432.710000', '141433.170000', '141433.630000', '141434.090000', '141434.550000', '141435.010000', '141435.470000', '141435.930000', '141436.390000', '141436.850000', '141437.310000', '141437.770000', '141438.230000', '141438.690000', '141439.150000', '141439.610000', '141440.070000', '141440.530000', '141440.990000', '141441.450000', '141441.910000', '141442.370000', '141442.830000', '141443.290000', '141443.750000', '141444.210000', '141444.670000', '141445.130000', '141445.590000', '141446.050000', '141446.510000', '141446.970000', '141447.430000', '141447.890000', '141448.350000', '141448.810000', '141449.270000', '141449.730000', '141450.190000', '141450.650000', '141451.110000', '141451.570000', '141452.030000', '141452.490000', '141452.950000', '141453.410000', '141453.870000', '141454.330000', '141454.790000', '141455.250000', '141455.710000', '141456.170000', '141456.630000', '141457.090000', '141457.550000', '141458.010000', '141458.470000', '141458.930000', '141459.390000', '141459.850000', '141500.310000', '141500.770000', '141501.230000', '141501.690000', '141502.150000', '141502.610000', '141503.070000', '141503.530000', '141503.990000', '141504.450000', '141504.910000', '141505.370000', '141505.830000', '141506.290000', '141506.750000', '141507.210000', '141507.670000', '141508.130000', '141508.590000', '141509.050000', '141509.510000', '141509.970000', '141510.430000', '141510.890000', '141511.350000', '141511.810000', '141512.270000', '141512.730000', '141513.190000', '141513.650000', '141514.110000', '141514.570000', '141515.030000', '141515.490000', '141515.950000', '141516.410000', '141516.870000', '141517.330000', '141517.790000', '141518.250000', '141518.710000', '141519.170000', '141519.630000', '141520.090000', '141520.550000', '141521.010000', '141521.470000', '141521.930000', '141522.390000', '141522.850000', '141523.310000', '141523.770000', '141524.230000', '141524.690000', '141525.150000', '141525.610000', '141526.070000', '141526.530000', '141526.990000', '141527.450000', '141527.910000', '141528.370000', '141528.830000', '141529.290000', '141529.750000', '141530.210000', '141530.670000', '141531.130000', '141531.590000', '141532.050000', '141532.510000', '141532.970000', '141533.430000', '141533.890000', '141534.350000', '141534.810000', '141535.270000', '141535.730000', '141536.190000', '141536.650000', '141537.110000', '141537.570000', '141538.030000', '141538.490000', '141538.950000', '141539.410000', '141539.870000', '141540.330000', '141540.790000', '141541.250000', '141541.710000', '141542.170000', '141542.630000', '141543.090000', '141543.550000', '141544.010000', '141544.470000', '141544.930000', '141545.390000', '141545.850000', '141546.310000', '141546.770000', '141547.230000', '141547.690000', '141548.150000', '141548.610000', '141549.070000', '141549.530000', '141549.990000', '141550.450000', '141550.910000', '141551.370000', '141551.830000', '141552.290000', '141552.750000', '141553.210000', '141553.670000', '141554.130000', '141554.590000', '141555.050000', '141555.510000', '141555.970000', '141556.430000', '141556.890000', '141557.350000', '141557.810000', '141558.270000', '141558.730000', '141559.190000', '141559.650000', '141600.110000', '141600.570000', '141601.030000', '141601.490000', '141601.950000', '141602.410000', '141602.870000', '141603.330000', '141603.790000', '141604.250000', '141604.710000', '141605.170000', '141605.630000', '141606.090000', '141606.550000', '141607.010000', '141607.470000', '141607.930000', '141608.390000', '141608.850000', '141609.310000', '141609.770000', '141610.230000', '141610.690000'], 'ContentTime': ['140958.619000', '140958.622000', '140958.625000', '140958.628000', '140958.631000', '140958.634000', '140958.637000', '140958.640000', '140958.649000', '140958.652000', '140958.654000', '140958.657000', '140958.660000', '140958.663000', '140958.666000', '140958.669000', '140958.672000', '140958.674000', '140958.677000', '140958.680000', '140958.683000', '140958.686000', '140958.689000', '140958.691000', '140958.694000', '140958.697000', '140958.700000', '140958.703000', '140958.706000', '140958.709000', '140958.712000', '140958.714000', '140958.717000', '140958.720000', '140958.723000', '140958.726000', '140958.729000', '140958.731000', '140958.734000', '140958.737000', '140958.740000', '140958.743000', '140958.746000', '140958.748000', '140958.751000', '140958.754000', '140958.757000', '140958.760000', '140958.763000', '140958.766000', '140958.769000', '140958.771000', '140958.774000', '140958.777000', '140958.780000', '140958.783000', '140958.786000', '140958.789000', '140958.791000', '140958.797000', '140958.799000', '141018.576000', '141018.579000', '141018.582000', '141018.585000', '141018.587000', '141018.590000', '141018.595000', '141018.598000', '141018.600000', '141018.603000', '141018.606000', '141018.609000', '141018.612000', '141018.615000', '141018.617000', '141018.620000', '141018.623000', '141018.626000', '141018.629000', '141018.632000', '141018.634000', '141018.637000', '141018.640000', '141018.643000', '141018.646000', '141018.649000', '141018.652000', '141018.655000', '141018.657000', '141018.660000', '141018.663000', '141018.666000', '141018.669000', '141018.672000', '141018.674000', '141018.677000', '141018.680000', '141018.683000', '141018.686000', '141018.689000', '141018.692000', '141018.694000', '141018.697000', '141038.576000', '141038.579000', '141038.582000', '141038.585000', '141038.588000', '141038.591000', '141038.594000', '141038.597000', '141038.599000', '141038.602000', '141038.605000', '141038.608000', '141038.611000', '141038.614000', '141038.616000', '141038.619000', '141038.622000', '141038.625000', '141038.628000', '141038.631000', '141038.633000', '141038.636000', '141038.639000', '141038.642000', '141038.645000', '141038.654000', '141038.657000', '141038.660000', '141038.663000', '141038.666000', '141038.668000', '141038.671000', '141038.674000', '141038.677000', '141038.680000', '141038.683000', '141038.686000', '141038.689000', '141038.691000', '141038.694000', '141038.697000', '141038.700000', '141038.703000', '141058.576000', '141058.579000', '141058.582000', '141058.585000', '141058.588000', '141058.590000', '141058.593000', '141058.596000', '141058.599000', '141058.602000', '141058.605000', '141058.608000', '141058.611000', '141058.614000', '141058.616000', '141058.619000', '141058.622000', '141058.625000', '141058.628000', '141058.630000', '141058.633000', '141058.636000', '141058.650000', '141058.652000', '141058.655000', '141058.658000', '141058.661000', '141058.664000', '141058.667000', '141058.670000', '141058.672000', '141058.675000', '141058.678000', '141058.681000', '141058.684000', '141058.687000', '141058.690000', '141058.693000', '141058.696000', '141058.698000', '141058.701000', '141058.704000', '141058.707000', '141058.710000', '141118.575000', '141118.578000', '141118.582000', '141118.587000', '141118.590000', '141118.593000', '141118.596000', '141118.599000', '141118.602000', '141118.605000', '141118.608000', '141118.611000', '141118.614000', '141118.616000', '141118.619000', '141118.622000', '141118.625000', '141118.628000', '141118.631000', '141118.634000', '141118.637000', '141118.639000', '141118.642000', '141118.645000', '141118.648000', '141118.651000', '141118.654000', '141118.657000', '141118.659000', '141118.662000', '141118.665000', '141118.668000', '141118.671000', '141118.673000', '141118.676000', '141118.679000', '141118.682000', '141118.685000', '141118.688000', '141118.691000', '141118.693000', '141118.696000', '141118.699000', '141138.575000', '141138.578000', '141138.581000', '141138.584000', '141138.587000', '141138.589000', '141138.592000', '141138.595000', '141138.598000', '141138.601000', '141138.604000', '141138.607000', '141138.610000', '141138.612000', '141138.616000', '141138.619000', '141138.627000', '141138.630000', '141138.633000', '141138.635000', '141138.638000', '141138.641000', '141138.644000', '141138.647000', '141138.650000', '141138.653000', '141138.656000', '141138.658000', '141138.661000', '141138.664000', '141138.667000', '141138.670000', '141138.673000', '141138.675000', '141138.678000', '141138.681000', '141138.684000', '141138.687000', '141138.690000', '141138.693000', '141138.695000', '141138.698000', '141138.701000', '141138.704000', '141158.576000', '141158.579000', '141158.582000', '141158.585000', '141158.588000', '141158.590000', '141158.593000', '141158.596000', '141158.599000', '141158.602000', '141158.605000', '141158.608000', '141158.610000', '141158.613000', '141158.616000', '141158.619000', '141158.622000', '141158.625000', '141158.628000', '141158.631000', '141158.634000', '141158.637000', '141158.639000', '141158.642000', '141158.645000', '141158.648000', '141158.651000', '141158.654000', '141158.657000', '141158.659000', '141158.662000', '141158.665000', '141158.668000', '141158.671000', '141158.674000', '141158.677000', '141158.680000', '141158.683000', '141158.685000', '141158.688000', '141158.691000', '141158.694000', '141158.697000', '141218.576000', '141218.579000', '141218.582000', '141218.585000', '141218.588000', '141218.591000', '141218.594000', '141218.596000', '141218.599000', '141218.602000', '141218.605000', '141218.608000', '141218.611000', '141218.613000', '141218.616000', '141218.619000', '141218.622000', '141218.625000', '141218.628000', '141218.631000', '141218.634000', '141218.637000', '141218.639000', '141218.642000', '141218.645000', '141218.648000', '141218.651000', '141218.654000', '141218.657000', '141218.659000', '141218.662000', '141218.665000', '141218.668000', '141218.671000', '141218.674000', '141218.677000', '141218.679000', '141218.682000', '141218.685000', '141218.688000', '141218.691000', '141218.694000', '141218.697000', '141218.700000', '141238.576000', '141238.579000', '141238.582000', '141238.585000', '141238.588000', '141238.591000', '141238.593000', '141238.596000', '141238.599000', '141238.602000', '141238.605000', '141238.608000', '141238.611000', '141238.615000', '141238.618000', '141238.621000', '141238.624000', '141238.640000', '141238.643000', '141238.646000', '141238.649000', '141238.652000', '141238.655000', '141238.657000', '141238.660000', '141238.663000', '141238.666000', '141238.669000', '141238.672000', '141238.675000', '141238.677000', '141238.680000', '141238.683000', '141238.686000', '141238.689000', '141238.692000', '141238.695000', '141238.697000', '141238.700000', '141238.703000', '141238.706000', '141238.709000', '141238.712000', '141258.576000', '141258.579000', '141258.582000', '141258.585000', '141258.588000', '141258.591000', '141258.593000', '141258.596000', '141258.599000', '141258.602000', '141258.605000', '141258.608000', '141258.610000', '141258.613000', '141258.616000', '141258.619000', '141258.622000', '141258.625000', '141258.628000', '141258.631000', '141258.634000', '141258.637000', '141258.639000', '141258.642000', '141258.645000', '141258.648000', '141258.651000', '141258.654000', '141258.657000', '141258.660000', '141258.662000', '141258.665000', '141258.668000', '141258.671000', '141258.674000', '141258.677000', '141258.680000', '141258.683000', '141258.685000', '141258.688000', '141258.691000', '141258.694000', '141258.697000', '141258.700000', '141318.576000', '141318.579000', '141318.582000', '141318.585000', '141318.588000', '141318.590000', '141318.593000', '141318.596000', '141318.599000', '141318.602000', '141318.605000', '141318.608000', '141318.611000', '141318.614000', '141318.616000', '141318.619000', '141318.622000', '141318.625000', '141318.628000', '141318.631000', '141318.634000', '141318.637000', '141318.640000', '141318.643000', '141318.646000', '141318.649000', '141318.651000', '141318.654000', '141318.657000', '141318.660000', '141318.663000', '141318.666000', '141318.669000', '141318.672000', '141318.674000', '141318.677000', '141318.680000', '141318.683000', '141318.686000', '141318.689000', '141318.691000', '141318.694000', '141318.697000', '141338.575000', '141338.578000', '141338.581000', '141338.584000', '141338.587000', '141338.590000', '141338.593000', '141338.596000', '141338.598000', '141338.601000', '141338.604000', '141338.607000', '141338.610000', '141338.613000', '141338.616000', '141338.619000', '141338.622000', '141338.624000', '141338.627000', '141338.630000', '141338.633000', '141338.636000', '141338.639000', '141338.641000', '141338.644000', '141338.647000', '141338.650000', '141338.653000', '141338.656000', '141338.659000', '141338.662000', '141338.664000', '141338.667000', '141338.670000', '141338.673000', '141338.676000', '141338.679000', '141338.681000', '141338.684000', '141338.687000', '141338.690000', '141338.693000', '141338.696000', '141338.699000', '141358.576000', '141358.579000', '141358.582000', '141358.585000', '141358.588000', '141358.590000', '141358.593000', '141358.596000', '141358.600000', '141358.603000', '141358.606000', '141358.609000', '141358.612000', '141358.615000', '141358.618000', '141358.621000', '141358.624000', '141358.627000', '141358.629000', '141358.632000', '141358.635000', '141358.638000', '141358.641000', '141358.644000', '141358.646000', '141358.649000', '141358.652000', '141358.655000', '141358.658000', '141358.661000', '141358.664000', '141358.667000', '141358.670000', '141358.673000', '141358.676000', '141358.679000', '141358.682000', '141358.684000', '141358.687000', '141358.690000', '141358.693000', '141358.696000', '141358.712000', '141418.576000', '141418.579000', '141418.582000', '141418.585000', '141418.588000', '141418.591000', '141418.594000', '141418.597000', '141418.600000', '141418.603000', '141418.606000', '141418.608000', '141418.611000', '141418.614000', '141418.617000', '141418.620000', '141418.623000', '141418.626000', '141418.629000', '141418.632000', '141418.635000', '141418.638000', '141418.641000', '141418.643000', '141418.646000', '141418.649000', '141418.652000', '141418.655000', '141418.658000', '141418.661000', '141418.664000', '141418.667000', '141418.670000', '141418.672000', '141418.675000', '141418.678000', '141418.681000', '141418.684000', '141418.687000', '141418.690000', '141418.693000', '141418.696000', '141418.699000', '141418.702000', '141438.576000', '141438.579000', '141438.582000', '141438.585000', '141438.588000', '141438.591000', '141438.593000', '141438.596000', '141438.599000', '141438.602000', '141438.605000', '141438.608000', '141438.611000', '141438.613000', '141438.616000', '141438.619000', '141438.622000', '141438.625000', '141438.628000', '141438.631000', '141438.634000', '141438.637000', '141438.640000', '141438.642000', '141438.645000', '141438.648000', '141438.651000', '141438.654000', '141438.657000', '141438.660000', '141438.663000', '141438.666000', '141438.668000', '141438.671000', '141438.674000', '141438.677000', '141438.680000', '141438.683000', '141438.685000', '141438.688000', '141438.692000', '141438.695000', '141438.699000', '141458.576000', '141458.579000', '141458.582000', '141458.585000', '141458.588000', '141458.591000', '141458.593000', '141458.596000', '141458.599000', '141458.602000', '141458.605000', '141458.608000', '141458.611000', '141458.613000', '141458.616000', '141458.619000', '141458.622000', '141458.625000', '141458.628000', '141458.630000', '141458.633000', '141458.636000', '141458.639000', '141458.642000', '141458.645000', '141458.647000', '141458.650000', '141458.653000', '141458.656000', '141458.659000', '141458.662000', '141458.665000', '141458.668000', '141458.671000', '141458.674000', '141458.677000', '141458.679000', '141458.682000', '141458.685000', '141458.688000', '141458.691000', '141458.694000', '141458.697000', '141458.700000', '141518.576000', '141518.579000', '141518.582000', '141518.585000', '141518.588000', '141518.591000', '141518.593000', '141518.596000', '141518.599000', '141518.602000', '141518.605000', '141518.608000', '141518.611000', '141518.614000', '141518.617000', '141518.620000', '141518.622000', '141518.625000', '141518.628000', '141518.631000', '141518.634000', '141518.638000', '141518.641000', '141518.644000', '141518.647000', '141518.650000', '141518.653000', '141518.656000', '141518.659000', '141518.662000', '141518.665000', '141518.667000', '141518.670000', '141518.673000', '141518.676000', '141518.679000', '141518.682000', '141518.685000', '141518.688000', '141518.691000', '141518.696000', '141518.700000', '141518.703000', '141538.576000', '141538.579000', '141538.582000', '141538.585000', '141538.588000', '141538.590000', '141538.593000', '141538.596000', '141538.599000', '141538.602000', '141538.618000', '141538.621000', '141538.624000', '141538.627000', '141538.630000', '141538.632000', '141538.635000', '141538.638000', '141538.641000', '141538.644000', '141538.647000', '141538.650000', '141538.654000', '141538.657000', '141538.660000', '141538.663000', '141538.666000', '141538.669000', '141538.672000', '141538.675000', '141538.678000', '141538.680000', '141538.683000', '141538.686000', '141538.689000', '141538.692000', '141538.695000', '141538.698000', '141538.701000', '141538.703000', '141538.706000', '141538.709000', '141538.712000', '141538.715000', '141558.575000', '141558.578000', '141558.581000', '141558.584000', '141558.587000', '141558.590000', '141558.592000', '141558.595000', '141558.598000', '141558.601000', '141558.604000', '141558.607000', '141558.610000', '141558.613000', '141558.616000', '141558.618000', '141558.621000', '141558.624000', '141558.627000', '141558.630000', '141558.633000', '141558.636000', '141558.638000', '141558.641000', '141558.644000', '141558.647000', '141558.650000', '141558.653000', '141558.656000', '141558.659000', '141558.661000', '141558.664000', '141558.667000', '141558.670000', '141558.673000', '141558.676000', '141558.678000', '141558.682000', '141558.685000', '141558.688000', '141558.690000', '141558.693000', '141558.696000', '141611.659000', '141611.663000', '141611.667000', '141611.670000', '141611.673000', '141611.678000', '141611.681000', '141611.684000', '141611.687000', '141611.691000', '141611.694000', '141611.696000', '141611.699000', '141611.702000', '141611.705000', '141611.709000', '141611.712000', '141611.715000', '141611.718000', '141611.721000', '141611.724000', '141611.727000', '141611.730000', '141611.732000', '141611.735000', '141611.738000', '141611.741000', '141611.744000', '141611.747000'], 'InstanceCreationTime': ['140958.619000', '140958.622000', '140958.625000', '140958.628000', '140958.631000', '140958.634000', '140958.637000', '140958.640000', '140958.649000', '140958.652000', '140958.654000', '140958.657000', '140958.660000', '140958.663000', '140958.666000', '140958.669000', '140958.672000', '140958.674000', '140958.677000', '140958.680000', '140958.683000', '140958.686000', '140958.689000', '140958.691000', '140958.694000', '140958.697000', '140958.700000', '140958.703000', '140958.706000', '140958.709000', '140958.712000', '140958.714000', '140958.717000', '140958.720000', '140958.723000', '140958.726000', '140958.729000', '140958.731000', '140958.734000', '140958.737000', '140958.740000', '140958.743000', '140958.746000', '140958.748000', '140958.751000', '140958.754000', '140958.757000', '140958.760000', '140958.763000', '140958.766000', '140958.769000', '140958.771000', '140958.774000', '140958.777000', '140958.780000', '140958.783000', '140958.786000', '140958.789000', '140958.791000', '140958.797000', '140958.799000', '141018.576000', '141018.579000', '141018.582000', '141018.585000', '141018.587000', '141018.590000', '141018.595000', '141018.598000', '141018.600000', '141018.603000', '141018.606000', '141018.609000', '141018.612000', '141018.615000', '141018.617000', '141018.620000', '141018.623000', '141018.626000', '141018.629000', '141018.632000', '141018.634000', '141018.637000', '141018.640000', '141018.643000', '141018.646000', '141018.649000', '141018.652000', '141018.655000', '141018.657000', '141018.660000', '141018.663000', '141018.666000', '141018.669000', '141018.672000', '141018.674000', '141018.677000', '141018.680000', '141018.683000', '141018.686000', '141018.689000', '141018.692000', '141018.694000', '141018.697000', '141038.576000', '141038.579000', '141038.582000', '141038.585000', '141038.588000', '141038.591000', '141038.594000', '141038.597000', '141038.599000', '141038.602000', '141038.605000', '141038.608000', '141038.611000', '141038.614000', '141038.616000', '141038.619000', '141038.622000', '141038.625000', '141038.628000', '141038.631000', '141038.633000', '141038.636000', '141038.639000', '141038.642000', '141038.645000', '141038.654000', '141038.657000', '141038.660000', '141038.663000', '141038.666000', '141038.668000', '141038.671000', '141038.674000', '141038.677000', '141038.680000', '141038.683000', '141038.686000', '141038.689000', '141038.691000', '141038.694000', '141038.697000', '141038.700000', '141038.703000', '141058.576000', '141058.579000', '141058.582000', '141058.585000', '141058.588000', '141058.590000', '141058.593000', '141058.596000', '141058.599000', '141058.602000', '141058.605000', '141058.608000', '141058.611000', '141058.614000', '141058.616000', '141058.619000', '141058.622000', '141058.625000', '141058.628000', '141058.630000', '141058.633000', '141058.636000', '141058.650000', '141058.652000', '141058.655000', '141058.658000', '141058.661000', '141058.664000', '141058.667000', '141058.670000', '141058.672000', '141058.675000', '141058.678000', '141058.681000', '141058.684000', '141058.687000', '141058.690000', '141058.693000', '141058.696000', '141058.698000', '141058.701000', '141058.704000', '141058.707000', '141058.710000', '141118.575000', '141118.578000', '141118.582000', '141118.587000', '141118.590000', '141118.593000', '141118.596000', '141118.599000', '141118.602000', '141118.605000', '141118.608000', '141118.611000', '141118.614000', '141118.616000', '141118.619000', '141118.622000', '141118.625000', '141118.628000', '141118.631000', '141118.634000', '141118.637000', '141118.639000', '141118.642000', '141118.645000', '141118.648000', '141118.651000', '141118.654000', '141118.657000', '141118.659000', '141118.662000', '141118.665000', '141118.668000', '141118.671000', '141118.673000', '141118.676000', '141118.679000', '141118.682000', '141118.685000', '141118.688000', '141118.691000', '141118.693000', '141118.696000', '141118.699000', '141138.575000', '141138.578000', '141138.581000', '141138.584000', '141138.587000', '141138.589000', '141138.592000', '141138.595000', '141138.598000', '141138.601000', '141138.604000', '141138.607000', '141138.610000', '141138.612000', '141138.616000', '141138.619000', '141138.627000', '141138.630000', '141138.633000', '141138.635000', '141138.638000', '141138.641000', '141138.644000', '141138.647000', '141138.650000', '141138.653000', '141138.656000', '141138.658000', '141138.661000', '141138.664000', '141138.667000', '141138.670000', '141138.673000', '141138.675000', '141138.678000', '141138.681000', '141138.684000', '141138.687000', '141138.690000', '141138.693000', '141138.695000', '141138.698000', '141138.701000', '141138.704000', '141158.576000', '141158.579000', '141158.582000', '141158.585000', '141158.588000', '141158.590000', '141158.593000', '141158.596000', '141158.599000', '141158.602000', '141158.605000', '141158.608000', '141158.610000', '141158.613000', '141158.616000', '141158.619000', '141158.622000', '141158.625000', '141158.628000', '141158.631000', '141158.634000', '141158.637000', '141158.639000', '141158.642000', '141158.645000', '141158.648000', '141158.651000', '141158.654000', '141158.657000', '141158.659000', '141158.662000', '141158.665000', '141158.668000', '141158.671000', '141158.674000', '141158.677000', '141158.680000', '141158.683000', '141158.685000', '141158.688000', '141158.691000', '141158.694000', '141158.697000', '141218.576000', '141218.579000', '141218.582000', '141218.585000', '141218.588000', '141218.591000', '141218.594000', '141218.596000', '141218.599000', '141218.602000', '141218.605000', '141218.608000', '141218.611000', '141218.613000', '141218.616000', '141218.619000', '141218.622000', '141218.625000', '141218.628000', '141218.631000', '141218.634000', '141218.637000', '141218.639000', '141218.642000', '141218.645000', '141218.648000', '141218.651000', '141218.654000', '141218.657000', '141218.659000', '141218.662000', '141218.665000', '141218.668000', '141218.671000', '141218.674000', '141218.677000', '141218.679000', '141218.682000', '141218.685000', '141218.688000', '141218.691000', '141218.694000', '141218.697000', '141218.700000', '141238.576000', '141238.579000', '141238.582000', '141238.585000', '141238.588000', '141238.591000', '141238.593000', '141238.596000', '141238.599000', '141238.602000', '141238.605000', '141238.608000', '141238.611000', '141238.615000', '141238.618000', '141238.621000', '141238.624000', '141238.640000', '141238.643000', '141238.646000', '141238.649000', '141238.652000', '141238.655000', '141238.657000', '141238.660000', '141238.663000', '141238.666000', '141238.669000', '141238.672000', '141238.675000', '141238.677000', '141238.680000', '141238.683000', '141238.686000', '141238.689000', '141238.692000', '141238.695000', '141238.697000', '141238.700000', '141238.703000', '141238.706000', '141238.709000', '141238.712000', '141258.576000', '141258.579000', '141258.582000', '141258.585000', '141258.588000', '141258.591000', '141258.593000', '141258.596000', '141258.599000', '141258.602000', '141258.605000', '141258.608000', '141258.610000', '141258.613000', '141258.616000', '141258.619000', '141258.622000', '141258.625000', '141258.628000', '141258.631000', '141258.634000', '141258.637000', '141258.639000', '141258.642000', '141258.645000', '141258.648000', '141258.651000', '141258.654000', '141258.657000', '141258.660000', '141258.662000', '141258.665000', '141258.668000', '141258.671000', '141258.674000', '141258.677000', '141258.680000', '141258.683000', '141258.685000', '141258.688000', '141258.691000', '141258.694000', '141258.697000', '141258.700000', '141318.576000', '141318.579000', '141318.582000', '141318.585000', '141318.588000', '141318.590000', '141318.593000', '141318.596000', '141318.599000', '141318.602000', '141318.605000', '141318.608000', '141318.611000', '141318.614000', '141318.616000', '141318.619000', '141318.622000', '141318.625000', '141318.628000', '141318.631000', '141318.634000', '141318.637000', '141318.640000', '141318.643000', '141318.646000', '141318.649000', '141318.651000', '141318.654000', '141318.657000', '141318.660000', '141318.663000', '141318.666000', '141318.669000', '141318.672000', '141318.674000', '141318.677000', '141318.680000', '141318.683000', '141318.686000', '141318.689000', '141318.691000', '141318.694000', '141318.697000', '141338.575000', '141338.578000', '141338.581000', '141338.584000', '141338.587000', '141338.590000', '141338.593000', '141338.596000', '141338.598000', '141338.601000', '141338.604000', '141338.607000', '141338.610000', '141338.613000', '141338.616000', '141338.619000', '141338.622000', '141338.624000', '141338.627000', '141338.630000', '141338.633000', '141338.636000', '141338.639000', '141338.641000', '141338.644000', '141338.647000', '141338.650000', '141338.653000', '141338.656000', '141338.659000', '141338.662000', '141338.664000', '141338.667000', '141338.670000', '141338.673000', '141338.676000', '141338.679000', '141338.681000', '141338.684000', '141338.687000', '141338.690000', '141338.693000', '141338.696000', '141338.699000', '141358.576000', '141358.579000', '141358.582000', '141358.585000', '141358.588000', '141358.590000', '141358.593000', '141358.596000', '141358.600000', '141358.603000', '141358.606000', '141358.609000', '141358.612000', '141358.615000', '141358.618000', '141358.621000', '141358.624000', '141358.627000', '141358.629000', '141358.632000', '141358.635000', '141358.638000', '141358.641000', '141358.644000', '141358.646000', '141358.649000', '141358.652000', '141358.655000', '141358.658000', '141358.661000', '141358.664000', '141358.667000', '141358.670000', '141358.673000', '141358.676000', '141358.679000', '141358.682000', '141358.684000', '141358.687000', '141358.690000', '141358.693000', '141358.696000', '141358.712000', '141418.576000', '141418.579000', '141418.582000', '141418.585000', '141418.588000', '141418.591000', '141418.594000', '141418.597000', '141418.600000', '141418.603000', '141418.606000', '141418.608000', '141418.611000', '141418.614000', '141418.617000', '141418.620000', '141418.623000', '141418.626000', '141418.629000', '141418.632000', '141418.635000', '141418.638000', '141418.641000', '141418.643000', '141418.646000', '141418.649000', '141418.652000', '141418.655000', '141418.658000', '141418.661000', '141418.664000', '141418.667000', '141418.670000', '141418.672000', '141418.675000', '141418.678000', '141418.681000', '141418.684000', '141418.687000', '141418.690000', '141418.693000', '141418.696000', '141418.699000', '141418.702000', '141438.576000', '141438.579000', '141438.582000', '141438.585000', '141438.588000', '141438.591000', '141438.593000', '141438.596000', '141438.599000', '141438.602000', '141438.605000', '141438.608000', '141438.611000', '141438.613000', '141438.616000', '141438.619000', '141438.622000', '141438.625000', '141438.628000', '141438.631000', '141438.634000', '141438.637000', '141438.640000', '141438.642000', '141438.645000', '141438.648000', '141438.651000', '141438.654000', '141438.657000', '141438.660000', '141438.663000', '141438.666000', '141438.668000', '141438.671000', '141438.674000', '141438.677000', '141438.680000', '141438.683000', '141438.685000', '141438.688000', '141438.692000', '141438.695000', '141438.699000', '141458.576000', '141458.579000', '141458.582000', '141458.585000', '141458.588000', '141458.591000', '141458.593000', '141458.596000', '141458.599000', '141458.602000', '141458.605000', '141458.608000', '141458.611000', '141458.613000', '141458.616000', '141458.619000', '141458.622000', '141458.625000', '141458.628000', '141458.630000', '141458.633000', '141458.636000', '141458.639000', '141458.642000', '141458.645000', '141458.647000', '141458.650000', '141458.653000', '141458.656000', '141458.659000', '141458.662000', '141458.665000', '141458.668000', '141458.671000', '141458.674000', '141458.677000', '141458.679000', '141458.682000', '141458.685000', '141458.688000', '141458.691000', '141458.694000', '141458.697000', '141458.700000', '141518.576000', '141518.579000', '141518.582000', '141518.585000', '141518.588000', '141518.591000', '141518.593000', '141518.596000', '141518.599000', '141518.602000', '141518.605000', '141518.608000', '141518.611000', '141518.614000', '141518.617000', '141518.620000', '141518.622000', '141518.625000', '141518.628000', '141518.631000', '141518.634000', '141518.638000', '141518.641000', '141518.644000', '141518.647000', '141518.650000', '141518.653000', '141518.656000', '141518.659000', '141518.662000', '141518.665000', '141518.667000', '141518.670000', '141518.673000', '141518.676000', '141518.679000', '141518.682000', '141518.685000', '141518.688000', '141518.691000', '141518.696000', '141518.700000', '141518.703000', '141538.576000', '141538.579000', '141538.582000', '141538.585000', '141538.588000', '141538.590000', '141538.593000', '141538.596000', '141538.599000', '141538.602000', '141538.618000', '141538.621000', '141538.624000', '141538.627000', '141538.630000', '141538.632000', '141538.635000', '141538.638000', '141538.641000', '141538.644000', '141538.647000', '141538.650000', '141538.654000', '141538.657000', '141538.660000', '141538.663000', '141538.666000', '141538.669000', '141538.672000', '141538.675000', '141538.678000', '141538.680000', '141538.683000', '141538.686000', '141538.689000', '141538.692000', '141538.695000', '141538.698000', '141538.701000', '141538.703000', '141538.706000', '141538.709000', '141538.712000', '141538.715000', '141558.575000', '141558.578000', '141558.581000', '141558.584000', '141558.587000', '141558.590000', '141558.592000', '141558.595000', '141558.598000', '141558.601000', '141558.604000', '141558.607000', '141558.610000', '141558.613000', '141558.616000', '141558.618000', '141558.621000', '141558.624000', '141558.627000', '141558.630000', '141558.633000', '141558.636000', '141558.638000', '141558.641000', '141558.644000', '141558.647000', '141558.650000', '141558.653000', '141558.656000', '141558.659000', '141558.661000', '141558.664000', '141558.667000', '141558.670000', '141558.673000', '141558.676000', '141558.678000', '141558.682000', '141558.685000', '141558.688000', '141558.690000', '141558.693000', '141558.696000', '141611.659000', '141611.663000', '141611.667000', '141611.670000', '141611.673000', '141611.678000', '141611.681000', '141611.684000', '141611.687000', '141611.691000', '141611.694000', '141611.696000', '141611.699000', '141611.702000', '141611.705000', '141611.709000', '141611.712000', '141611.715000', '141611.718000', '141611.721000', '141611.724000', '141611.727000', '141611.730000', '141611.732000', '141611.735000', '141611.738000', '141611.741000', '141611.744000', '141611.747000'], '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': [7829, 14265, 8772, 8617, 8248, 7709, 7357, 8363, 7630, 7290, 8357, 7284, 8400, 7805, 8604, 7934, 14973, 8435, 9355, 8497, 7588, 8614, 8490, 12233, 9181, 7644, 8228, 8405, 7515, 7580, 8372, 7518, 11263, 7852, 13126, 10724, 8449, 8717, 7791, 7332, 7336, 11793, 8135, 7403, 8315, 7542, 7172, 7993, 7045, 8292, 7555, 7730, 8085, 7149, 8356, 7176, 9714, 7783, 9838, 7558, 8252, 8127, 9529, 8466, 7375, 8285, 7536, 9180, 7987, 10828, 8373, 7619, 7241, 7781, 7443, 8159, 7405, 8330, 7462, 8819, 7944, 7536, 8299, 7318, 8915, 7586, 12621, 8316, 7646, 7340, 7401, 10236, 8341, 10702, 8926, 7761, 8416, 7525, 11307, 8061, 10964, 8111, 7532, 8415, 7411, 8223, 7520, 11131, 7933, 9304, 8141, 7032, 8023, 7530, 8071, 7592, 7194, 7675, 9832, 8273, 8344, 7973, 7524, 7381, 8247, 7296, 8305, 7220, 8833, 7640, 8325, 7528, 9004, 7568, 11054, 8144, 12090, 8155, 7800, 7114, 7483, 7557, 7812, 8117, 8633, 7572, 13387, 8079, 7529, 7637, 8521, 7188, 8995, 9033, 10715, 8036, 9834, 7591, 9682, 8076, 10104, 7953, 9935, 7986, 11673, 8471, 10651, 8382, 7372, 8573, 8272, 9840, 8265, 11730, 7974, 12537, 8152, 8137, 7223, 8109, 7332, 7369, 7689, 7643, 7926, 7601, 8211, 7376, 8893, 7703, 11376, 7760, 14153, 8469, 8787, 8433, 7919, 7725, 7777, 7634, 8743, 7497, 7350, 8152, 7300, 8488, 7529, 11235, 8248, 10900, 7502, 8676, 7606, 9106, 7636, 12132, 8184, 11984, 8136, 8705, 8500, 7247, 8236, 7698, 7547, 7899, 7685, 7501, 7999, 7247, 8275, 7451, 8162, 7535, 9303, 7517, 12776, 8217, 12198, 8434, 12328, 8243, 11325, 8392, 7477, 8546, 7643, 8451, 7470, 11276, 8304, 8789, 8397, 7332, 8243, 7992, 8535, 7415, 9271, 8146, 7924, 8276, 7550, 7553, 8254, 7553, 8304, 7681, 7387, 8849, 8044, 9242, 8684, 10299, 8862, 11187, 10669, 10909, 10701, 11182, 11605, 12010, 12032, 8570, 12335, 8330, 8508, 8947, 8395, 7910, 8049, 8415, 8714, 8506, 8614, 7858, 10217, 8286, 13471, 8664, 9381, 8618, 8110, 7845, 7762, 9912, 8695, 7757, 7762, 8385, 7233, 8882, 7312, 9753, 7584, 8964, 8215, 7718, 8581, 7597, 7787, 8134, 7352, 8617, 7849, 7508, 8646, 7727, 8436, 7265, 9497, 8568, 7415, 8555, 7573, 14137, 8647, 7164, 7538, 7629, 11905, 10159, 7808, 10685, 8644, 7786, 7982, 8380, 10931, 10490, 8000, 11470, 8912, 11070, 9556, 8379, 13247, 8704, 12703, 7846, 11670, 8806, 12086, 8757, 7654, 8123, 7582, 7391, 8418, 8097, 7470, 8133, 7426, 7328, 8304, 7564, 8309, 8198, 7367, 8595, 7987, 12555, 7896, 14043, 8180, 14820, 8853, 10881, 9511, 7826, 9064, 8410, 12357, 8781, 11381, 8607, 8097, 7966, 8888, 8330, 7798, 8802, 7481, 8819, 8406, 8935, 8122, 11232, 8462, 15469, 8180, 13605, 8807, 12579, 8929, 10787, 10488, 8451, 8637, 8515, 7578, 8888, 7542, 8590, 7558, 8615, 8494, 11054, 8850, 8340, 8808, 8127, 7541, 8549, 7273, 8805, 7928, 9009, 8374, 7634, 8446, 8151, 7624, 8616, 9673, 8551, 7583, 9916, 8672, 7896, 8892, 7921, 15056, 9879, 8023, 12755, 8820, 7726, 7132, 7634, 8279, 7597, 8170, 7551, 11913, 8308, 13848, 8561, 14152, 8679, 14565, 8783, 15384, 8529, 15156, 8744, 10579, 8640, 7483, 8801, 8021, 8769, 8696, 10101, 8622, 7387, 8349, 7777, 8457, 8088, 9096, 8318, 10612, 8341, 7975, 8547, 7702, 7915, 7764, 7699, 8061, 8841, 8635, 10530, 8989, 12357, 10027, 10540, 8713, 7845, 8668, 7819, 9676, 8648, 9507, 8819, 7833, 8718, 7761, 8673, 7995, 10272, 8110, 8084, 8768, 7807, 7428, 7405, 10497, 8830, 8739, 13785, 8380, 7937, 7067, 7848, 7803, 10327, 9091, 15650, 9694, 11593, 10360, 7830, 11025, 8555, 7874, 11001, 8784, 15643, 11355, 12630, 11882, 8294, 14169, 8808, 14038, 8558, 9777, 9005, 9719, 8866, 7419, 8805, 7851, 7627, 8687, 7224, 8563, 7430, 8586, 7756, 9320, 8003, 10212, 8481, 9592, 8592, 7251, 8739, 7177, 8743, 8021, 8476, 8344, 10498, 8562, 12374, 8799, 7921, 8625, 7685, 7974, 8060, 8326, 8565, 7345, 8747, 7596, 8967, 8305, 7201, 8825, 7936, 8936, 8031, 15140, 8941, 11472, 8970, 7937, 7918, 7832, 11543, 8998, 9451, 8885, 8185, 8886, 8073, 10865, 8383, 14132, 8675, 7458, 8963, 8306, 8997, 8322, 11969, 8898, 8493, 7566, 7383, 7393, 8613, 7791, 8817, 7242, 11858, 8241, 13179, 8401, 11103, 8699, 7683, 8808, 7860, 8756, 7933, 11701, 8780, 8419, 9080, 7764, 7962, 7740, 8581, 8521, 7810, 7909, 7976, 8493, 8635, 7706, 9301, 8569, 11282, 8267, 12280, 8541, 13325, 8970, 7636, 9041, 8496, 7172, 9090, 7959, 8174, 8638, 10799, 9095, 8021, 8681, 7654, 13312, 8745, 7780, 7396, 7757, 9025, 8947, 8016, 10586, 8662, 7931, 7608, 8477, 7671, 8957, 7811, 9369, 7855, 13908, 8601, 11922, 11505, 8167, 9729, 8929, 7505, 8901, 8290, 12901, 9092, 8120, 11275, 9016, 8032, 7856, 8779, 9722, 8533, 7832, 11615, 8853, 8141, 7804, 9080, 7523, 13520, 9021, 7965, 8506, 8707, 9163, 9302, 8642, 13354, 9039, 7992, 7499, 8019, 7059, 8852, 7523, 7819, 9035, 7881, 8093, 7474, 11849, 8568, 7749, 9004, 7970, 8733, 8420, 14309, 8890, 7402, 8963, 7831, 9516, 8743, 11101, 9026, 8183, 7623, 8718, 7455, 8866, 8497, 9126, 8692, 7624, 9090, 7841, 10867, 8813, 7708, 9085, 7972, 10093, 8977, 10237, 10981, 8170, 8742, 7884, 8890, 8023, 8030, 9234, 8133, 12428, 8323, 14639, 8521, 16024, 9450, 9416, 8988, 8487, 11614, 9089, 7830, 8435, 8626, 10079, 8873, 8954, 7999, 9048, 8887, 8908, 8335, 8207, 8960, 7537, 8806, 8155, 9019, 8578, 7439, 8691, 8375, 9915, 8997, 7903, 8600, 7651, 8253, 8694, 7700, 7719, 8142, 7379, 8538, 7807, 8256, 8119, 10864, 8702, 9433, 12913, 8049, 10308, 7724, 11272, 8709, 8279, 8153, 7684, 7572, 8996, 8019, 8324, 8889, 7860, 7795, 8349, 7597, 8931, 7587, 12890, 8593, 7577, 8143, 7638, 15253], 'WindowCenter': [4176.0, 4230.0, 4168.0, 4154.0, 4138.0, 4127.0, 4116.0, 4138.0, 4127.0, 4129.0, 4140.0, 4128.0, 4139.0, 4128.0, 4149.0, 4142.0, 4200.0, 4138.0, 4148.0, 4137.0, 4126.0, 4137.0, 4150.0, 4179.0, 4146.0, 4124.0, 4134.0, 4148.0, 4128.0, 4137.0, 4147.0, 4128.0, 4168.0, 4139.0, 4179.0, 4159.0, 4126.0, 4124.0, 4114.0, 4117.0, 4119.0, 4167.0, 4125.0, 4100.0, 4124.0, 4126.0, 4128.0, 4138.0, 4117.0, 4137.0, 4139.0, 4139.0, 4151.0, 4129.0, 4150.0, 4132.0, 4160.0, 4128.0, 4159.0, 4129.0, 4136.0, 4139.0, 4159.0, 4138.0, 4125.0, 4137.0, 4128.0, 4158.0, 4151.0, 4169.0, 4137.0, 4129.0, 4128.0, 4138.0, 4129.0, 4150.0, 4130.0, 4149.0, 4129.0, 4148.0, 4136.0, 4127.0, 4138.0, 4128.0, 4150.0, 4128.0, 4177.0, 4137.0, 4127.0, 4118.0, 4129.0, 4171.0, 4139.0, 4157.0, 4148.0, 4127.0, 4134.0, 4140.0, 4170.0, 4127.0, 4155.0, 4126.0, 4114.0, 4125.0, 4117.0, 4125.0, 4127.0, 4163.0, 4126.0, 4144.0, 4127.0, 4115.0, 4124.0, 4126.0, 4125.0, 4126.0, 4115.0, 4128.0, 4158.0, 4137.0, 4126.0, 4127.0, 4127.0, 4115.0, 4151.0, 4129.0, 4149.0, 4128.0, 4148.0, 4128.0, 4136.0, 4127.0, 4145.0, 4126.0, 4168.0, 4137.0, 4165.0, 4126.0, 4127.0, 4117.0, 4127.0, 4127.0, 4138.0, 4138.0, 4149.0, 4139.0, 4202.0, 4141.0, 4141.0, 4140.0, 4162.0, 4131.0, 4151.0, 4149.0, 4159.0, 4126.0, 4147.0, 4126.0, 4132.0, 4124.0, 4143.0, 4111.0, 4132.0, 4113.0, 4142.0, 4112.0, 4130.0, 4110.0, 4100.0, 4109.0, 4109.0, 4130.0, 4110.0, 4141.0, 4099.0, 4138.0, 4098.0, 4099.0, 4098.0, 4110.0, 4113.0, 4113.0, 4139.0, 4126.0, 4140.0, 4128.0, 4138.0, 4127.0, 4148.0, 4127.0, 4167.0, 4126.0, 4176.0, 4125.0, 4125.0, 4124.0, 4123.0, 4114.0, 4127.0, 4128.0, 4135.0, 4117.0, 4116.0, 4138.0, 4127.0, 4138.0, 4139.0, 4169.0, 4136.0, 4168.0, 4116.0, 4132.0, 4115.0, 4135.0, 4125.0, 4163.0, 4125.0, 4165.0, 4124.0, 4136.0, 4135.0, 4115.0, 4124.0, 4127.0, 4126.0, 4137.0, 4139.0, 4141.0, 4150.0, 4129.0, 4150.0, 4130.0, 4151.0, 4154.0, 4161.0, 4130.0, 4179.0, 4140.0, 4178.0, 4139.0, 4193.0, 4151.0, 4168.0, 4137.0, 4116.0, 4137.0, 4126.0, 4138.0, 4129.0, 4166.0, 4139.0, 4136.0, 4138.0, 4126.0, 4140.0, 4138.0, 4147.0, 4128.0, 4148.0, 4126.0, 4138.0, 4140.0, 4139.0, 4139.0, 4151.0, 4138.0, 4148.0, 4154.0, 4154.0, 4173.0, 4165.0, 4175.0, 4176.0, 4185.0, 4164.0, 4182.0, 4171.0, 4159.0, 4157.0, 4156.0, 4156.0, 4165.0, 4155.0, 4122.0, 4151.0, 4112.0, 4110.0, 4122.0, 4110.0, 4112.0, 4123.0, 4121.0, 4123.0, 4124.0, 4123.0, 4115.0, 4144.0, 4126.0, 4174.0, 4124.0, 4121.0, 4121.0, 4111.0, 4112.0, 4117.0, 4144.0, 4124.0, 4114.0, 4115.0, 4126.0, 4115.0, 4147.0, 4128.0, 4146.0, 4116.0, 4135.0, 4124.0, 4115.0, 4137.0, 4127.0, 4116.0, 4126.0, 4117.0, 4137.0, 4137.0, 4128.0, 4150.0, 4129.0, 4137.0, 4128.0, 4148.0, 4150.0, 4128.0, 4149.0, 4140.0, 4190.0, 4149.0, 4117.0, 4128.0, 4140.0, 4179.0, 4158.0, 4126.0, 4158.0, 4138.0, 4130.0, 4139.0, 4151.0, 4169.0, 4170.0, 4139.0, 4168.0, 4149.0, 4168.0, 4148.0, 4138.0, 4178.0, 4135.0, 4167.0, 4125.0, 4154.0, 4134.0, 4165.0, 4137.0, 4114.0, 4125.0, 4126.0, 4115.0, 4126.0, 4141.0, 4131.0, 4152.0, 4130.0, 4129.0, 4148.0, 4140.0, 4153.0, 4164.0, 4143.0, 4164.0, 4142.0, 4192.0, 4142.0, 4189.0, 4139.0, 4188.0, 4136.0, 4145.0, 4134.0, 4113.0, 4123.0, 4111.0, 4165.0, 4125.0, 4143.0, 4123.0, 4112.0, 4111.0, 4134.0, 4125.0, 4127.0, 4147.0, 4116.0, 4148.0, 4138.0, 4136.0, 4128.0, 4167.0, 4128.0, 4187.0, 4126.0, 4164.0, 4123.0, 4153.0, 4122.0, 4143.0, 4143.0, 4113.0, 4122.0, 4125.0, 4115.0, 4146.0, 4126.0, 4135.0, 4127.0, 4137.0, 4138.0, 4167.0, 4137.0, 4125.0, 4136.0, 4126.0, 4126.0, 4139.0, 4128.0, 4149.0, 4139.0, 4148.0, 4138.0, 4128.0, 4139.0, 4137.0, 4140.0, 4151.0, 4159.0, 4139.0, 4129.0, 4160.0, 4149.0, 4139.0, 4148.0, 4140.0, 4202.0, 4162.0, 4142.0, 4180.0, 4138.0, 4130.0, 4130.0, 4131.0, 4151.0, 4141.0, 4152.0, 4141.0, 4181.0, 4140.0, 4189.0, 4139.0, 4186.0, 4137.0, 4186.0, 4125.0, 4184.0, 4124.0, 4171.0, 4123.0, 4143.0, 4122.0, 4091.0, 4111.0, 4111.0, 4119.0, 4122.0, 4131.0, 4122.0, 4091.0, 4111.0, 4100.0, 4109.0, 4111.0, 4123.0, 4111.0, 4132.0, 4111.0, 4100.0, 4123.0, 4113.0, 4125.0, 4129.0, 4126.0, 4139.0, 4148.0, 4151.0, 4170.0, 4151.0, 4179.0, 4160.0, 4158.0, 4137.0, 4139.0, 4138.0, 4128.0, 4147.0, 4138.0, 4149.0, 4150.0, 4128.0, 4138.0, 4129.0, 4148.0, 4127.0, 4157.0, 4126.0, 4125.0, 4137.0, 4127.0, 4129.0, 4129.0, 4171.0, 4162.0, 4153.0, 4202.0, 4153.0, 4154.0, 4131.0, 4142.0, 4154.0, 4186.0, 4175.0, 4214.0, 4172.0, 4178.0, 4168.0, 4126.0, 4167.0, 4135.0, 4125.0, 4167.0, 4135.0, 4186.0, 4155.0, 4154.0, 4138.0, 4111.0, 4162.0, 4109.0, 4147.0, 4096.0, 4106.0, 4108.0, 4118.0, 4109.0, 4088.0, 4108.0, 4099.0, 4099.0, 4120.0, 4101.0, 4122.0, 4102.0, 4135.0, 4126.0, 4134.0, 4126.0, 4156.0, 4135.0, 4135.0, 4134.0, 4115.0, 4134.0, 4105.0, 4126.0, 4125.0, 4124.0, 4137.0, 4155.0, 4137.0, 4177.0, 4136.0, 4125.0, 4125.0, 4116.0, 4126.0, 4124.0, 4138.0, 4148.0, 4126.0, 4138.0, 4127.0, 4149.0, 4139.0, 4129.0, 4149.0, 4139.0, 4149.0, 4141.0, 4199.0, 4149.0, 4168.0, 4137.0, 4126.0, 4127.0, 4129.0, 4178.0, 4148.0, 4158.0, 4148.0, 4137.0, 4148.0, 4138.0, 4166.0, 4138.0, 4187.0, 4137.0, 4115.0, 4135.0, 4125.0, 4146.0, 4149.0, 4178.0, 4147.0, 4135.0, 4125.0, 4127.0, 4127.0, 4148.0, 4139.0, 4160.0, 4131.0, 4181.0, 4149.0, 4192.0, 4140.0, 4168.0, 4139.0, 4127.0, 4147.0, 4126.0, 4137.0, 4138.0, 4168.0, 4137.0, 4136.0, 4146.0, 4126.0, 4137.0, 4128.0, 4149.0, 4148.0, 4129.0, 4138.0, 4140.0, 4148.0, 4150.0, 4141.0, 4160.0, 4149.0, 4179.0, 4135.0, 4177.0, 4137.0, 4187.0, 4148.0, 4126.0, 4135.0, 4136.0, 4115.0, 4137.0, 4138.0, 4140.0, 4148.0, 4167.0, 4149.0, 4138.0, 4147.0, 4139.0, 4187.0, 4148.0, 4128.0, 4117.0, 4129.0, 4149.0, 4148.0, 4138.0, 4168.0, 4150.0, 4140.0, 4139.0, 4153.0, 4140.0, 4161.0, 4141.0, 4159.0, 4141.0, 4200.0, 4149.0, 4178.0, 4168.0, 4137.0, 4147.0, 4137.0, 4117.0, 4149.0, 4139.0, 4177.0, 4136.0, 4124.0, 4166.0, 4148.0, 4127.0, 4126.0, 4149.0, 4147.0, 4136.0, 4129.0, 4166.0, 4134.0, 4127.0, 4139.0, 4150.0, 4126.0, 4187.0, 4148.0, 4139.0, 4137.0, 4137.0, 4146.0, 4148.0, 4139.0, 4177.0, 4135.0, 4126.0, 4114.0, 4125.0, 4117.0, 4148.0, 4139.0, 4126.0, 4149.0, 4138.0, 4139.0, 4141.0, 4179.0, 4147.0, 4126.0, 4147.0, 4126.0, 4147.0, 4140.0, 4187.0, 4136.0, 4115.0, 4135.0, 4116.0, 4146.0, 4138.0, 4155.0, 4134.0, 4123.0, 4114.0, 4136.0, 4116.0, 4147.0, 4137.0, 4147.0, 4138.0, 4128.0, 4149.0, 4140.0, 4181.0, 4149.0, 4129.0, 4149.0, 4139.0, 4170.0, 4150.0, 4170.0, 4180.0, 4150.0, 4150.0, 4139.0, 4150.0, 4140.0, 4140.0, 4160.0, 4139.0, 4180.0, 4137.0, 4189.0, 4137.0, 4197.0, 4145.0, 4134.0, 4134.0, 4135.0, 4154.0, 4123.0, 4112.0, 4111.0, 4122.0, 4131.0, 4121.0, 4133.0, 4114.0, 4122.0, 4122.0, 4122.0, 4112.0, 4111.0, 4134.0, 4114.0, 4134.0, 4114.0, 4133.0, 4125.0, 4115.0, 4135.0, 4124.0, 4145.0, 4136.0, 4126.0, 4136.0, 4125.0, 4137.0, 4149.0, 4128.0, 4128.0, 4140.0, 4142.0, 4150.0, 4139.0, 4152.0, 4152.0, 4170.0, 4152.0, 4161.0, 4191.0, 4138.0, 4160.0, 4127.0, 4170.0, 4149.0, 4137.0, 4127.0, 4127.0, 4125.0, 4147.0, 4141.0, 4152.0, 4160.0, 4140.0, 4141.0, 4151.0, 4140.0, 4162.0, 4144.0, 4191.0, 4152.0, 4140.0, 4150.0, 4143.0, 4213.0], 'WindowWidth': [9300.0, 9361.0, 9270.0, 9239.0, 9209.0, 9190.0, 9174.0, 9205.0, 9191.0, 9195.0, 9212.0, 9192.0, 9207.0, 9193.0, 9224.0, 9217.0, 9287.0, 9203.0, 9214.0, 9199.0, 9184.0, 9199.0, 9225.0, 9260.0, 9215.0, 9183.0, 9195.0, 9220.0, 9195.0, 9204.0, 9217.0, 9192.0, 9245.0, 9209.0, 9260.0, 9232.0, 9181.0, 9178.0, 9163.0, 9172.0, 9179.0, 9239.0, 9179.0, 9141.0, 9178.0, 9187.0, 9192.0, 9205.0, 9174.0, 9201.0, 9210.0, 9209.0, 9229.0, 9197.0, 9224.0, 9204.0, 9238.0, 9191.0, 9231.0, 9195.0, 9198.0, 9207.0, 9234.0, 9203.0, 9185.0, 9204.0, 9191.0, 9231.0, 9228.0, 9249.0, 9202.0, 9195.0, 9192.0, 9207.0, 9196.0, 9227.0, 9200.0, 9222.0, 9193.0, 9218.0, 9201.0, 9189.0, 9208.0, 9197.0, 9222.0, 9191.0, 9254.0, 9201.0, 9186.0, 9176.0, 9194.0, 9252.0, 9208.0, 9227.0, 9218.0, 9188.0, 9195.0, 9212.0, 9250.0, 9188.0, 9221.0, 9182.0, 9165.0, 9181.0, 9173.0, 9181.0, 9191.0, 9232.0, 9184.0, 9207.0, 9187.0, 9168.0, 9179.0, 9184.0, 9183.0, 9184.0, 9170.0, 9192.0, 9229.0, 9201.0, 9182.0, 9184.0, 9188.0, 9170.0, 9228.0, 9194.0, 9223.0, 9190.0, 9217.0, 9190.0, 9200.0, 9187.0, 9210.0, 9186.0, 9246.0, 9202.0, 9235.0, 9184.0, 9186.0, 9175.0, 9189.0, 9188.0, 9208.0, 9206.0, 9223.0, 9211.0, 9299.0, 9215.0, 9216.0, 9213.0, 9244.0, 9202.0, 9228.0, 9220.0, 9232.0, 9183.0, 9214.0, 9185.0, 9186.0, 9177.0, 9200.0, 9155.0, 9182.0, 9158.0, 9196.0, 9155.0, 9177.0, 9150.0, 9136.0, 9148.0, 9146.0, 9175.0, 9149.0, 9191.0, 9134.0, 9181.0, 9128.0, 9132.0, 9131.0, 9152.0, 9160.0, 9164.0, 9209.0, 9188.0, 9211.0, 9192.0, 9204.0, 9187.0, 9217.0, 9191.0, 9241.0, 9184.0, 9248.0, 9181.0, 9179.0, 9177.0, 9175.0, 9165.0, 9188.0, 9191.0, 9196.0, 9174.0, 9173.0, 9204.0, 9188.0, 9205.0, 9209.0, 9249.0, 9198.0, 9243.0, 9169.0, 9188.0, 9167.0, 9196.0, 9181.0, 9227.0, 9181.0, 9233.0, 9180.0, 9198.0, 9197.0, 9168.0, 9179.0, 9185.0, 9185.0, 9202.0, 9210.0, 9216.0, 9225.0, 9197.0, 9227.0, 9200.0, 9228.0, 9238.0, 9243.0, 9196.0, 9259.0, 9210.0, 9255.0, 9206.0, 9285.0, 9226.0, 9241.0, 9202.0, 9172.0, 9200.0, 9186.0, 9205.0, 9194.0, 9239.0, 9206.0, 9200.0, 9204.0, 9185.0, 9209.0, 9205.0, 9216.0, 9190.0, 9214.0, 9186.0, 9206.0, 9210.0, 9211.0, 9210.0, 9227.0, 9206.0, 9220.0, 9236.0, 9239.0, 9265.0, 9258.0, 9269.0, 9272.0, 9279.0, 9248.0, 9268.0, 9252.0, 9230.0, 9226.0, 9222.0, 9221.0, 9232.0, 9217.0, 9168.0, 9206.0, 9154.0, 9149.0, 9167.0, 9151.0, 9157.0, 9175.0, 9169.0, 9172.0, 9175.0, 9173.0, 9165.0, 9202.0, 9184.0, 9241.0, 9176.0, 9169.0, 9169.0, 9155.0, 9157.0, 9172.0, 9206.0, 9176.0, 9162.0, 9165.0, 9184.0, 9167.0, 9214.0, 9188.0, 9211.0, 9170.0, 9192.0, 9176.0, 9167.0, 9199.0, 9187.0, 9169.0, 9183.0, 9172.0, 9200.0, 9201.0, 9192.0, 9224.0, 9193.0, 9203.0, 9191.0, 9216.0, 9222.0, 9192.0, 9223.0, 9210.0, 9275.0, 9220.0, 9176.0, 9189.0, 9211.0, 9262.0, 9230.0, 9185.0, 9230.0, 9204.0, 9195.0, 9208.0, 9228.0, 9250.0, 9250.0, 9206.0, 9242.0, 9218.0, 9240.0, 9215.0, 9203.0, 9256.0, 9194.0, 9235.0, 9178.0, 9214.0, 9189.0, 9234.0, 9198.0, 9163.0, 9184.0, 9182.0, 9166.0, 9182.0, 9211.0, 9201.0, 9230.0, 9199.0, 9194.0, 9219.0, 9214.0, 9233.0, 9250.0, 9222.0, 9248.0, 9217.0, 9283.0, 9212.0, 9273.0, 9205.0, 9267.0, 9196.0, 9203.0, 9189.0, 9157.0, 9171.0, 9154.0, 9231.0, 9178.0, 9197.0, 9171.0, 9156.0, 9155.0, 9189.0, 9180.0, 9188.0, 9214.0, 9169.0, 9216.0, 9201.0, 9196.0, 9188.0, 9239.0, 9187.0, 9261.0, 9179.0, 9227.0, 9171.0, 9210.0, 9172.0, 9199.0, 9198.0, 9159.0, 9169.0, 9178.0, 9166.0, 9212.0, 9185.0, 9193.0, 9185.0, 9199.0, 9203.0, 9239.0, 9198.0, 9179.0, 9195.0, 9184.0, 9183.0, 9205.0, 9192.0, 9221.0, 9205.0, 9215.0, 9204.0, 9189.0, 9204.0, 9200.0, 9210.0, 9226.0, 9234.0, 9205.0, 9192.0, 9234.0, 9220.0, 9205.0, 9218.0, 9209.0, 9294.0, 9240.0, 9214.0, 9262.0, 9202.0, 9198.0, 9197.0, 9197.0, 9227.0, 9214.0, 9229.0, 9214.0, 9267.0, 9208.0, 9272.0, 9205.0, 9263.0, 9198.0, 9261.0, 9180.0, 9254.0, 9177.0, 9234.0, 9171.0, 9196.0, 9171.0, 9124.0, 9150.0, 9155.0, 9161.0, 9168.0, 9178.0, 9167.0, 9124.0, 9152.0, 9136.0, 9147.0, 9152.0, 9171.0, 9154.0, 9179.0, 9152.0, 9138.0, 9172.0, 9160.0, 9182.0, 9195.0, 9186.0, 9206.0, 9216.0, 9223.0, 9248.0, 9224.0, 9257.0, 9235.0, 9229.0, 9201.0, 9207.0, 9204.0, 9188.0, 9212.0, 9202.0, 9217.0, 9220.0, 9187.0, 9203.0, 9193.0, 9217.0, 9188.0, 9224.0, 9182.0, 9180.0, 9199.0, 9186.0, 9195.0, 9196.0, 9252.0, 9244.0, 9233.0, 9297.0, 9233.0, 9237.0, 9199.0, 9215.0, 9236.0, 9284.0, 9270.0, 9316.0, 9259.0, 9257.0, 9244.0, 9186.0, 9241.0, 9194.0, 9179.0, 9239.0, 9195.0, 9264.0, 9220.0, 9213.0, 9187.0, 9154.0, 9221.0, 9145.0, 9191.0, 9123.0, 9135.0, 9141.0, 9154.0, 9144.0, 9116.0, 9143.0, 9133.0, 9135.0, 9164.0, 9140.0, 9168.0, 9144.0, 9192.0, 9184.0, 9189.0, 9181.0, 9221.0, 9194.0, 9190.0, 9189.0, 9167.0, 9192.0, 9154.0, 9181.0, 9179.0, 9178.0, 9198.0, 9219.0, 9197.0, 9251.0, 9197.0, 9179.0, 9180.0, 9169.0, 9183.0, 9180.0, 9203.0, 9217.0, 9185.0, 9203.0, 9189.0, 9218.0, 9207.0, 9193.0, 9221.0, 9207.0, 9222.0, 9214.0, 9286.0, 9218.0, 9240.0, 9200.0, 9184.0, 9186.0, 9194.0, 9258.0, 9218.0, 9229.0, 9218.0, 9201.0, 9216.0, 9204.0, 9239.0, 9201.0, 9266.0, 9198.0, 9168.0, 9195.0, 9180.0, 9210.0, 9222.0, 9257.0, 9214.0, 9195.0, 9183.0, 9188.0, 9189.0, 9219.0, 9208.0, 9238.0, 9199.0, 9265.0, 9223.0, 9283.0, 9210.0, 9245.0, 9206.0, 9187.0, 9214.0, 9184.0, 9201.0, 9206.0, 9242.0, 9199.0, 9198.0, 9213.0, 9186.0, 9202.0, 9193.0, 9221.0, 9220.0, 9193.0, 9206.0, 9210.0, 9220.0, 9226.0, 9216.0, 9239.0, 9221.0, 9263.0, 9198.0, 9252.0, 9201.0, 9268.0, 9217.0, 9184.0, 9193.0, 9197.0, 9169.0, 9201.0, 9206.0, 9209.0, 9217.0, 9242.0, 9222.0, 9204.0, 9215.0, 9208.0, 9267.0, 9216.0, 9190.0, 9173.0, 9192.0, 9221.0, 9218.0, 9203.0, 9244.0, 9222.0, 9208.0, 9209.0, 9233.0, 9212.0, 9244.0, 9213.0, 9236.0, 9211.0, 9291.0, 9222.0, 9257.0, 9241.0, 9199.0, 9211.0, 9198.0, 9174.0, 9218.0, 9206.0, 9253.0, 9196.0, 9180.0, 9238.0, 9217.0, 9186.0, 9186.0, 9220.0, 9213.0, 9198.0, 9192.0, 9236.0, 9192.0, 9187.0, 9208.0, 9223.0, 9187.0, 9265.0, 9217.0, 9205.0, 9199.0, 9200.0, 9210.0, 9215.0, 9204.0, 9251.0, 9193.0, 9182.0, 9164.0, 9179.0, 9173.0, 9220.0, 9208.0, 9185.0, 9220.0, 9204.0, 9209.0, 9215.0, 9260.0, 9215.0, 9185.0, 9214.0, 9183.0, 9215.0, 9208.0, 9265.0, 9196.0, 9167.0, 9193.0, 9170.0, 9211.0, 9203.0, 9221.0, 9192.0, 9176.0, 9165.0, 9197.0, 9171.0, 9215.0, 9202.0, 9213.0, 9203.0, 9190.0, 9223.0, 9213.0, 9266.0, 9222.0, 9192.0, 9218.0, 9208.0, 9249.0, 9223.0, 9248.0, 9265.0, 9224.0, 9222.0, 9206.0, 9224.0, 9211.0, 9209.0, 9238.0, 9207.0, 9262.0, 9201.0, 9270.0, 9202.0, 9279.0, 9208.0, 9191.0, 9188.0, 9194.0, 9215.0, 9171.0, 9155.0, 9153.0, 9170.0, 9179.0, 9167.0, 9189.0, 9162.0, 9171.0, 9170.0, 9169.0, 9157.0, 9153.0, 9190.0, 9163.0, 9189.0, 9163.0, 9186.0, 9178.0, 9170.0, 9194.0, 9178.0, 9206.0, 9195.0, 9183.0, 9197.0, 9182.0, 9203.0, 9221.0, 9190.0, 9192.0, 9208.0, 9217.0, 9224.0, 9209.0, 9231.0, 9229.0, 9250.0, 9229.0, 9239.0, 9279.0, 9206.0, 9235.0, 9189.0, 9250.0, 9219.0, 9198.0, 9186.0, 9187.0, 9182.0, 9213.0, 9214.0, 9230.0, 9238.0, 9210.0, 9215.0, 9227.0, 9213.0, 9245.0, 9221.0, 9280.0, 9230.0, 9211.0, 9225.0, 9220.0, 9312.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.0003424050632911392</td></tr>
<tr><td colspan=3>aqi</td><td>0.019458875489067894</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.47157118609447</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1434468177880184</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9741123620737333</td></tr>
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
<tr><td colspan=3>fber</td><td>5757.3232</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08222492470048746</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9562715765247412</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.421296225167389</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3743509433910623</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6780118452421315</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2115258868689733</td></tr>
<tr><td colspan=3>gcor</td><td>0.0176796</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014859678223729134</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019334129989147186</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7413651139549593</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.4981</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.068</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.6914</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.4093</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.006</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.3702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3415.6776</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.1485</td></tr>
<tr><td colspan=3>tsnr</td><td>40.4362439122051</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>