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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-04/func/sub-0021_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>581d670ef60cbb63b5f897290bb4b44b</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>18:01:45.747500</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.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0942942</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb54d40c-5955-4678-86db-500501e8352b||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.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['180145.747500', '180146.207500', '180146.667500', '180147.127500', '180147.587500', '180148.047500', '180148.507500', '180148.967500', '180149.427500', '180149.887500', '180150.347500', '180150.807500', '180151.267500', '180151.727500', '180152.187500', '180152.647500', '180153.107500', '180153.567500', '180154.027500', '180154.487500', '180154.947500', '180155.407500', '180155.867500', '180156.327500', '180156.787500', '180157.247500', '180157.707500', '180158.167500', '180158.627500', '180159.087500', '180159.547500', '180200.007500', '180200.467500', '180200.927500', '180201.387500', '180201.847500', '180202.307500', '180202.767500', '180203.227500', '180203.687500', '180204.147500', '180204.607500', '180205.067500', '180205.527500', '180205.987500', '180206.447500', '180206.907500', '180207.367500', '180207.827500', '180208.287500', '180208.747500', '180209.207500', '180209.667500', '180210.127500', '180210.587500', '180211.047500', '180211.507500', '180211.967500', '180212.427500', '180212.887500', '180213.347500', '180213.807500', '180214.267500', '180214.727500', '180215.187500', '180215.647500', '180216.107500', '180216.567500', '180217.027500', '180217.487500', '180217.947500', '180218.407500', '180218.867500', '180219.327500', '180219.787500', '180220.247500', '180220.707500', '180221.167500', '180221.627500', '180222.087500', '180222.547500', '180223.007500', '180223.467500', '180223.927500', '180224.387500', '180224.847500', '180225.307500', '180225.767500', '180226.227500', '180226.687500', '180227.147500', '180227.607500', '180228.067500', '180228.527500', '180228.987500', '180229.447500', '180229.907500', '180230.367500', '180230.827500', '180231.287500', '180231.747500', '180232.207500', '180232.667500', '180233.127500', '180233.587500', '180234.047500', '180234.507500', '180234.967500', '180235.427500', '180235.887500', '180236.347500', '180236.807500', '180237.267500', '180237.727500', '180238.187500', '180238.647500', '180239.107500', '180239.567500', '180240.027500', '180240.487500', '180240.947500', '180241.407500', '180241.867500', '180242.327500', '180242.787500', '180243.247500', '180243.707500', '180244.167500', '180244.627500', '180245.087500', '180245.547500', '180246.007500', '180246.467500', '180246.927500', '180247.387500', '180247.847500', '180248.307500', '180248.767500', '180249.227500', '180249.687500', '180250.147500', '180250.607500', '180251.067500', '180251.527500', '180251.987500', '180252.447500', '180252.907500', '180253.367500', '180253.827500', '180254.287500', '180254.747500', '180255.207500', '180255.667500', '180256.127500', '180256.587500', '180257.047500', '180257.507500', '180257.967500', '180258.427500', '180258.887500', '180259.347500', '180259.807500', '180300.267500', '180300.727500', '180301.187500', '180301.647500', '180302.107500', '180302.567500', '180303.027500', '180303.487500', '180303.947500', '180304.407500', '180304.867500', '180305.327500', '180305.787500', '180306.247500', '180306.707500', '180307.167500', '180307.627500', '180308.087500', '180308.547500', '180309.007500', '180309.467500', '180309.927500', '180310.387500', '180310.847500', '180311.307500', '180311.767500', '180312.227500', '180312.687500', '180313.147500', '180313.607500', '180314.067500', '180314.527500', '180314.987500', '180315.447500', '180315.907500', '180316.367500', '180316.827500', '180317.287500', '180317.747500', '180318.207500', '180318.667500', '180319.127500', '180319.587500', '180320.047500', '180320.507500', '180320.967500', '180321.427500', '180321.887500', '180322.347500', '180322.807500', '180323.267500', '180323.727500', '180324.187500', '180324.647500', '180325.107500', '180325.567500', '180326.027500', '180326.487500', '180326.947500', '180327.407500', '180327.867500', '180328.327500', '180328.787500', '180329.247500', '180329.707500', '180330.167500', '180330.627500', '180331.087500', '180331.547500', '180332.007500', '180332.467500', '180332.927500', '180333.387500', '180333.847500', '180334.307500', '180334.767500', '180335.227500', '180335.687500', '180336.147500', '180336.607500', '180337.067500', '180337.527500', '180337.987500', '180338.447500', '180338.907500', '180339.367500', '180339.827500', '180340.287500', '180340.747500', '180341.207500', '180341.667500', '180342.127500', '180342.587500', '180343.047500', '180343.507500', '180343.967500', '180344.427500', '180344.887500', '180345.347500', '180345.807500', '180346.267500', '180346.727500', '180347.187500', '180347.647500', '180348.107500', '180348.567500', '180349.027500', '180349.487500', '180349.947500', '180350.407500', '180350.867500', '180351.327500', '180351.787500', '180352.247500', '180352.707500', '180353.167500', '180353.627500', '180354.087500', '180354.547500', '180355.007500', '180355.467500', '180355.927500', '180356.387500', '180356.847500', '180357.307500', '180357.767500', '180358.227500', '180358.687500', '180359.147500', '180359.607500', '180400.067500', '180400.527500', '180400.987500', '180401.447500', '180401.907500', '180402.367500', '180402.827500', '180403.287500', '180403.747500', '180404.207500', '180404.667500', '180405.127500', '180405.587500', '180406.047500', '180406.507500', '180406.967500', '180407.427500', '180407.887500', '180408.347500', '180408.807500', '180409.267500', '180409.727500', '180410.187500', '180410.647500', '180411.107500', '180411.567500', '180412.027500', '180412.487500', '180412.947500', '180413.407500', '180413.867500', '180414.327500', '180414.787500', '180415.247500', '180415.707500', '180416.167500', '180416.627500', '180417.087500', '180417.547500', '180418.007500', '180418.467500', '180418.927500', '180419.387500', '180419.847500', '180420.307500', '180420.767500', '180421.227500', '180421.687500', '180422.147500', '180422.607500', '180423.067500', '180423.527500', '180423.987500', '180424.447500', '180424.907500', '180425.367500', '180425.827500', '180426.287500', '180426.747500', '180427.207500', '180427.667500', '180428.127500', '180428.587500', '180429.047500', '180429.507500', '180429.967500', '180430.427500', '180430.887500', '180431.347500', '180431.807500', '180432.267500', '180432.727500', '180433.187500', '180433.647500', '180434.107500', '180434.567500', '180435.027500', '180435.487500', '180435.947500', '180436.407500', '180436.867500', '180437.327500', '180437.787500', '180438.247500', '180438.707500', '180439.167500', '180439.627500', '180440.087500', '180440.547500', '180441.007500', '180441.467500', '180441.927500', '180442.387500', '180442.847500', '180443.307500', '180443.767500', '180444.227500', '180444.687500', '180445.147500', '180445.607500', '180446.067500', '180446.527500', '180446.987500', '180447.447500', '180447.907500', '180448.367500', '180448.827500', '180449.287500', '180449.747500', '180450.207500', '180450.667500', '180451.127500', '180451.587500', '180452.047500', '180452.507500', '180452.967500', '180453.427500', '180453.887500', '180454.347500', '180454.807500', '180455.267500', '180455.727500', '180456.187500', '180456.647500', '180457.107500', '180457.567500', '180458.027500', '180458.487500', '180458.947500', '180459.407500', '180459.867500', '180500.327500', '180500.787500', '180501.247500', '180501.707500', '180502.167500', '180502.627500', '180503.087500', '180503.547500', '180504.007500', '180504.467500', '180504.927500', '180505.387500', '180505.847500', '180506.307500', '180506.767500', '180507.227500', '180507.687500', '180508.147500', '180508.607500', '180509.067500', '180509.527500', '180509.987500', '180510.447500', '180510.907500', '180511.367500', '180511.827500', '180512.287500', '180512.747500', '180513.207500', '180513.667500', '180514.127500', '180514.587500', '180515.047500', '180515.507500', '180515.967500', '180516.427500', '180516.887500', '180517.347500', '180517.807500', '180518.267500', '180518.727500', '180519.187500', '180519.647500', '180520.107500', '180520.567500', '180521.027500', '180521.487500', '180521.947500', '180522.407500', '180522.867500', '180523.327500', '180523.787500', '180524.247500', '180524.707500', '180525.167500', '180525.627500', '180526.087500', '180526.547500', '180527.007500', '180527.467500', '180527.927500', '180528.387500', '180528.847500', '180529.307500', '180529.767500', '180530.227500', '180530.687500', '180531.147500', '180531.607500', '180532.067500', '180532.527500', '180532.987500', '180533.447500', '180533.907500', '180534.367500', '180534.827500', '180535.287500', '180535.747500', '180536.207500', '180536.667500', '180537.127500', '180537.587500', '180538.047500', '180538.507500', '180538.967500', '180539.427500', '180539.887500', '180540.347500', '180540.807500', '180541.267500', '180541.727500', '180542.187500', '180542.647500', '180543.107500', '180543.567500', '180544.027500', '180544.487500', '180544.947500', '180545.407500', '180545.867500', '180546.327500', '180546.787500', '180547.247500', '180547.707500', '180548.167500', '180548.627500', '180549.087500', '180549.547500', '180550.007500', '180550.467500', '180550.927500', '180551.387500', '180551.847500', '180552.307500', '180552.767500', '180553.227500', '180553.687500', '180554.147500', '180554.607500', '180555.067500', '180555.527500', '180555.987500', '180556.447500', '180556.907500', '180557.367500', '180557.827500', '180558.287500', '180558.747500', '180559.207500', '180559.667500', '180600.127500', '180600.587500', '180601.047500', '180601.507500', '180601.967500', '180602.427500', '180602.887500', '180603.347500', '180603.807500', '180604.267500', '180604.727500', '180605.187500', '180605.647500', '180606.107500', '180606.567500', '180607.027500', '180607.487500', '180607.947500', '180608.407500', '180608.867500', '180609.327500', '180609.787500', '180610.247500', '180610.707500', '180611.167500', '180611.627500', '180612.087500', '180612.547500', '180613.007500', '180613.467500', '180613.927500', '180614.387500', '180614.847500', '180615.307500', '180615.767500', '180616.227500', '180616.687500', '180617.147500', '180617.607500', '180618.067500', '180618.527500', '180618.987500', '180619.447500', '180619.907500', '180620.367500', '180620.827500', '180621.287500', '180621.747500', '180622.207500', '180622.667500', '180623.127500', '180623.587500', '180624.047500', '180624.507500', '180624.967500', '180625.427500', '180625.887500', '180626.347500', '180626.807500', '180627.267500', '180627.727500', '180628.187500', '180628.647500', '180629.107500', '180629.567500', '180630.027500', '180630.487500', '180630.947500', '180631.407500', '180631.867500', '180632.327500', '180632.787500', '180633.247500', '180633.707500', '180634.167500', '180634.627500', '180635.087500', '180635.547500', '180636.007500', '180636.467500', '180636.927500', '180637.387500', '180637.847500', '180638.307500', '180638.767500', '180639.227500', '180639.687500', '180640.147500', '180640.607500', '180641.067500', '180641.527500', '180641.987500', '180642.447500', '180642.907500', '180643.367500', '180643.827500', '180644.287500', '180644.747500', '180645.207500', '180645.667500', '180646.127500', '180646.587500', '180647.047500', '180647.507500', '180647.967500', '180648.427500', '180648.887500', '180649.347500', '180649.807500', '180650.267500', '180650.727500', '180651.187500', '180651.647500', '180652.107500', '180652.567500', '180653.027500', '180653.487500', '180653.947500', '180654.407500', '180654.867500', '180655.327500', '180655.787500', '180656.247500', '180656.707500', '180657.167500', '180657.627500', '180658.087500', '180658.547500', '180659.007500', '180659.467500', '180659.927500', '180700.387500', '180700.847500', '180701.307500', '180701.767500', '180702.227500', '180702.687500', '180703.147500', '180703.607500', '180704.067500', '180704.527500', '180704.987500', '180705.447500', '180705.907500', '180706.367500', '180706.827500', '180707.287500', '180707.747500', '180708.207500', '180708.667500', '180709.127500', '180709.587500', '180710.047500', '180710.507500', '180710.967500', '180711.427500', '180711.887500', '180712.347500', '180712.807500', '180713.267500', '180713.727500', '180714.187500', '180714.647500', '180715.107500', '180715.567500', '180716.027500', '180716.487500', '180716.947500', '180717.407500', '180717.867500', '180718.327500', '180718.787500', '180719.247500', '180719.707500', '180720.167500', '180720.627500', '180721.087500', '180721.547500', '180722.007500', '180722.467500', '180722.927500', '180723.387500', '180723.847500', '180724.307500', '180724.767500', '180725.227500', '180725.687500', '180726.147500', '180726.607500', '180727.067500', '180727.527500', '180727.987500', '180728.447500', '180728.907500', '180729.367500', '180729.827500', '180730.287500', '180730.747500', '180731.207500', '180731.667500', '180732.127500', '180732.587500', '180733.047500', '180733.507500', '180733.967500', '180734.427500', '180734.887500', '180735.347500', '180735.807500', '180736.267500', '180736.727500', '180737.187500', '180737.647500', '180738.107500', '180738.567500', '180739.027500', '180739.487500', '180739.947500', '180740.407500', '180740.867500', '180741.327500', '180741.787500', '180742.247500', '180742.707500', '180743.167500', '180743.627500', '180744.087500', '180744.547500', '180745.007500', '180745.467500', '180745.927500', '180746.387500', '180746.847500', '180747.307500', '180747.767500', '180748.227500', '180748.687500', '180749.147500', '180749.607500', '180750.067500', '180750.527500', '180750.987500', '180751.447500', '180751.907500', '180752.367500', '180752.827500', '180753.287500', '180753.747500', '180754.207500', '180754.667500', '180755.127500', '180755.587500', '180756.047500', '180756.507500', '180756.967500', '180757.427500', '180757.887500', '180758.347500', '180758.807500', '180759.267500', '180759.727500', '180800.187500', '180800.647500', '180801.107500', '180801.567500', '180802.027500', '180802.487500', '180802.947500', '180803.407500', '180803.867500', '180804.327500', '180804.787500', '180805.247500', '180805.707500', '180806.167500', '180806.627500', '180807.087500', '180807.547500', '180808.007500', '180808.467500', '180808.927500', '180809.387500', '180809.847500', '180810.307500', '180810.767500', '180811.227500', '180811.687500', '180812.147500', '180812.607500', '180813.067500', '180813.527500', '180813.987500', '180814.447500', '180814.907500', '180815.367500', '180815.827500', '180816.287500', '180816.747500', '180817.207500', '180817.667500', '180818.127500', '180818.587500', '180819.047500', '180819.507500', '180819.967500', '180820.427500', '180820.887500', '180821.347500', '180821.807500', '180822.267500', '180822.727500', '180823.187500', '180823.647500', '180824.107500', '180824.567500', '180825.027500', '180825.487500', '180825.947500', '180826.407500'], 'ContentTime': ['180200.546000', '180200.554000', '180200.556000', '180200.559000', '180200.562000', '180200.565000', '180200.568000', '180200.571000', '180200.575000', '180200.578000', '180200.581000', '180200.584000', '180200.599000', '180200.602000', '180200.604000', '180200.607000', '180200.610000', '180200.613000', '180200.616000', '180200.619000', '180200.622000', '180200.625000', '180200.628000', '180200.631000', '180200.634000', '180200.637000', '180200.640000', '180200.643000', '180200.645000', '180200.648000', '180200.651000', '180220.512000', '180220.515000', '180220.518000', '180220.521000', '180220.524000', '180220.527000', '180220.530000', '180220.532000', '180220.535000', '180220.538000', '180220.541000', '180220.543000', '180220.546000', '180220.549000', '180220.552000', '180220.555000', '180220.563000', '180220.565000', '180220.568000', '180220.571000', '180220.574000', '180220.577000', '180220.579000', '180220.582000', '180220.585000', '180220.588000', '180220.590000', '180220.593000', '180220.596000', '180220.599000', '180220.602000', '180220.604000', '180220.607000', '180220.610000', '180220.613000', '180220.616000', '180220.618000', '180220.621000', '180220.624000', '180220.627000', '180220.630000', '180220.632000', '180220.635000', '180220.638000', '180240.512000', '180240.515000', '180240.518000', '180240.520000', '180240.523000', '180240.526000', '180240.529000', '180240.532000', '180240.534000', '180240.544000', '180240.547000', '180240.550000', '180240.553000', '180240.556000', '180240.558000', '180240.561000', '180240.564000', '180240.567000', '180240.570000', '180240.573000', '180240.575000', '180240.578000', '180240.581000', '180240.584000', '180240.587000', '180240.589000', '180240.592000', '180240.595000', '180240.598000', '180240.601000', '180240.604000', '180240.607000', '180240.610000', '180240.613000', '180240.615000', '180240.618000', '180240.621000', '180240.624000', '180240.627000', '180240.629000', '180240.632000', '180240.635000', '180240.638000', '180300.512000', '180300.515000', '180300.518000', '180300.521000', '180300.523000', '180300.526000', '180300.529000', '180300.532000', '180300.535000', '180300.538000', '180300.540000', '180300.543000', '180300.546000', '180300.549000', '180300.552000', '180300.554000', '180300.557000', '180300.560000', '180300.563000', '180300.566000', '180300.568000', '180300.571000', '180300.574000', '180300.577000', '180300.580000', '180300.583000', '180300.585000', '180300.588000', '180300.591000', '180300.594000', '180300.597000', '180300.599000', '180300.602000', '180300.605000', '180300.608000', '180300.611000', '180300.613000', '180300.616000', '180300.619000', '180300.622000', '180300.625000', '180300.628000', '180300.630000', '180300.633000', '180320.512000', '180320.515000', '180320.518000', '180320.520000', '180320.523000', '180320.526000', '180320.529000', '180320.532000', '180320.535000', '180320.538000', '180320.540000', '180320.543000', '180320.546000', '180320.549000', '180320.552000', '180320.554000', '180320.557000', '180320.560000', '180320.563000', '180320.566000', '180320.569000', '180320.571000', '180320.574000', '180320.577000', '180320.580000', '180320.583000', '180320.585000', '180320.588000', '180320.591000', '180320.594000', '180320.597000', '180320.600000', '180320.602000', '180320.605000', '180320.608000', '180320.611000', '180320.614000', '180320.617000', '180320.619000', '180320.622000', '180320.625000', '180320.628000', '180320.631000', '180340.512000', '180340.515000', '180340.518000', '180340.521000', '180340.523000', '180340.526000', '180340.529000', '180340.532000', '180340.535000', '180340.537000', '180340.540000', '180340.543000', '180340.546000', '180340.549000', '180340.552000', '180340.554000', '180340.557000', '180340.560000', '180340.563000', '180340.566000', '180340.569000', '180340.571000', '180340.574000', '180340.577000', '180340.580000', '180340.583000', '180340.586000', '180340.589000', '180340.591000', '180340.594000', '180340.597000', '180340.600000', '180340.603000', '180340.606000', '180340.608000', '180340.611000', '180340.614000', '180340.617000', '180340.620000', '180340.623000', '180340.625000', '180340.628000', '180340.631000', '180340.634000', '180400.513000', '180400.516000', '180400.519000', '180400.522000', '180400.524000', '180400.527000', '180400.530000', '180400.533000', '180400.536000', '180400.539000', '180400.542000', '180400.544000', '180400.547000', '180400.550000', '180400.553000', '180400.556000', '180400.558000', '180400.561000', '180400.564000', '180400.567000', '180400.570000', '180400.573000', '180400.576000', '180400.581000', '180400.584000', '180400.586000', '180400.589000', '180400.592000', '180400.595000', '180400.598000', '180400.600000', '180400.603000', '180400.606000', '180400.609000', '180400.612000', '180400.615000', '180400.617000', '180400.620000', '180400.623000', '180400.626000', '180400.629000', '180400.632000', '180400.636000', '180420.513000', '180420.516000', '180420.519000', '180420.521000', '180420.524000', '180420.527000', '180420.530000', '180420.533000', '180420.536000', '180420.538000', '180420.541000', '180420.544000', '180420.547000', '180420.550000', '180420.553000', '180420.555000', '180420.558000', '180420.561000', '180420.564000', '180420.567000', '180420.570000', '180420.572000', '180420.575000', '180420.578000', '180420.581000', '180420.584000', '180420.586000', '180420.589000', '180420.592000', '180420.595000', '180420.598000', '180420.601000', '180420.603000', '180420.606000', '180420.609000', '180420.612000', '180420.615000', '180420.618000', '180420.620000', '180420.623000', '180420.626000', '180420.629000', '180420.632000', '180420.638000', '180440.512000', '180440.515000', '180440.518000', '180440.521000', '180440.523000', '180440.526000', '180440.529000', '180440.532000', '180440.535000', '180440.537000', '180440.540000', '180440.543000', '180440.546000', '180440.549000', '180440.552000', '180440.554000', '180440.557000', '180440.560000', '180440.563000', '180440.566000', '180440.569000', '180440.572000', '180440.574000', '180440.577000', '180440.580000', '180440.583000', '180440.586000', '180440.589000', '180440.591000', '180440.594000', '180440.597000', '180440.600000', '180440.603000', '180440.606000', '180440.608000', '180440.611000', '180440.614000', '180440.617000', '180440.620000', '180440.623000', '180440.625000', '180440.628000', '180440.631000', '180500.512000', '180500.515000', '180500.518000', '180500.521000', '180500.524000', '180500.526000', '180500.529000', '180500.532000', '180500.535000', '180500.538000', '180500.540000', '180500.543000', '180500.546000', '180500.549000', '180500.552000', '180500.555000', '180500.557000', '180500.560000', '180500.563000', '180500.566000', '180500.569000', '180500.572000', '180500.574000', '180500.577000', '180500.580000', '180500.583000', '180500.586000', '180500.589000', '180500.591000', '180500.594000', '180500.597000', '180500.600000', '180500.603000', '180500.606000', '180500.608000', '180500.611000', '180500.614000', '180500.617000', '180500.620000', '180500.623000', '180500.625000', '180500.628000', '180500.631000', '180500.634000', '180520.512000', '180520.515000', '180520.518000', '180520.521000', '180520.523000', '180520.526000', '180520.529000', '180520.532000', '180520.535000', '180520.538000', '180520.541000', '180520.543000', '180520.546000', '180520.549000', '180520.552000', '180520.555000', '180520.558000', '180520.561000', '180520.564000', '180520.566000', '180520.569000', '180520.572000', '180520.575000', '180520.578000', '180520.581000', '180520.583000', '180520.586000', '180520.589000', '180520.592000', '180520.595000', '180520.598000', '180520.601000', '180520.603000', '180520.606000', '180520.609000', '180520.612000', '180520.616000', '180520.619000', '180520.622000', '180520.625000', '180520.628000', '180520.630000', '180520.633000', '180540.512000', '180540.515000', '180540.518000', '180540.521000', '180540.523000', '180540.526000', '180540.529000', '180540.532000', '180540.535000', '180540.538000', '180540.540000', '180540.543000', '180540.546000', '180540.549000', '180540.552000', '180540.555000', '180540.557000', '180540.560000', '180540.563000', '180540.566000', '180540.569000', '180540.572000', '180540.574000', '180540.577000', '180540.580000', '180540.583000', '180540.586000', '180540.589000', '180540.592000', '180540.594000', '180540.597000', '180540.600000', '180540.603000', '180540.606000', '180540.609000', '180540.611000', '180540.614000', '180540.617000', '180540.620000', '180540.623000', '180540.626000', '180540.628000', '180540.631000', '180540.634000', '180600.512000', '180600.515000', '180600.518000', '180600.521000', '180600.524000', '180600.526000', '180600.529000', '180600.532000', '180600.535000', '180600.538000', '180600.541000', '180600.544000', '180600.547000', '180600.550000', '180600.564000', '180600.567000', '180600.570000', '180600.573000', '180600.576000', '180600.579000', '180600.581000', '180600.584000', '180600.587000', '180600.590000', '180600.593000', '180600.596000', '180600.598000', '180600.601000', '180600.604000', '180600.607000', '180600.610000', '180600.613000', '180600.615000', '180600.618000', '180600.621000', '180600.624000', '180600.627000', '180600.629000', '180600.632000', '180600.635000', '180600.638000', '180600.641000', '180600.644000', '180620.513000', '180620.516000', '180620.519000', '180620.522000', '180620.524000', '180620.527000', '180620.530000', '180620.533000', '180620.536000', '180620.538000', '180620.541000', '180620.544000', '180620.547000', '180620.550000', '180620.553000', '180620.556000', '180620.559000', '180620.562000', '180620.565000', '180620.567000', '180620.570000', '180620.573000', '180620.576000', '180620.579000', '180620.582000', '180620.585000', '180620.587000', '180620.590000', '180620.593000', '180620.596000', '180620.599000', '180620.602000', '180620.604000', '180620.607000', '180620.610000', '180620.613000', '180620.616000', '180620.619000', '180620.621000', '180620.624000', '180620.627000', '180620.630000', '180620.633000', '180620.636000', '180640.513000', '180640.516000', '180640.519000', '180640.522000', '180640.525000', '180640.527000', '180640.530000', '180640.533000', '180640.536000', '180640.539000', '180640.541000', '180640.544000', '180640.547000', '180640.550000', '180640.553000', '180640.556000', '180640.559000', '180640.561000', '180640.564000', '180640.567000', '180640.570000', '180640.573000', '180640.576000', '180640.578000', '180640.581000', '180640.584000', '180640.587000', '180640.590000', '180640.593000', '180640.596000', '180640.598000', '180640.601000', '180640.604000', '180640.607000', '180640.610000', '180640.612000', '180640.615000', '180640.618000', '180640.621000', '180640.624000', '180640.627000', '180640.630000', '180640.632000', '180700.512000', '180700.515000', '180700.518000', '180700.521000', '180700.523000', '180700.526000', '180700.529000', '180700.532000', '180700.535000', '180700.538000', '180700.540000', '180700.543000', '180700.546000', '180700.549000', '180700.552000', '180700.555000', '180700.558000', '180700.560000', '180700.563000', '180700.566000', '180700.569000', '180700.572000', '180700.575000', '180700.578000', '180700.580000', '180700.583000', '180700.586000', '180700.589000', '180700.592000', '180700.595000', '180700.597000', '180700.600000', '180700.603000', '180700.606000', '180700.609000', '180700.612000', '180700.615000', '180700.617000', '180700.620000', '180700.623000', '180700.626000', '180700.629000', '180700.632000', '180700.635000', '180720.512000', '180720.515000', '180720.518000', '180720.521000', '180720.524000', '180720.526000', '180720.529000', '180720.532000', '180720.535000', '180720.538000', '180720.541000', '180720.544000', '180720.546000', '180720.549000', '180720.552000', '180720.555000', '180720.558000', '180720.561000', '180720.564000', '180720.566000', '180720.569000', '180720.572000', '180720.575000', '180720.578000', '180720.581000', '180720.584000', '180720.586000', '180720.589000', '180720.592000', '180720.595000', '180720.598000', '180720.601000', '180720.603000', '180720.606000', '180720.609000', '180720.612000', '180720.615000', '180720.617000', '180720.620000', '180720.639000', '180720.642000', '180720.645000', '180720.648000', '180740.512000', '180740.515000', '180740.518000', '180740.523000', '180740.526000', '180740.529000', '180740.532000', '180740.535000', '180740.538000', '180740.541000', '180740.543000', '180740.546000', '180740.549000', '180740.552000', '180740.555000', '180740.558000', '180740.561000', '180740.563000', '180740.566000', '180740.569000', '180740.572000', '180740.575000', '180740.578000', '180740.580000', '180740.583000', '180740.586000', '180740.589000', '180740.592000', '180740.595000', '180740.597000', '180740.600000', '180740.603000', '180740.606000', '180740.609000', '180740.611000', '180740.614000', '180740.617000', '180740.620000', '180740.622000', '180740.625000', '180740.628000', '180740.631000', '180740.634000', '180800.512000', '180800.515000', '180800.518000', '180800.521000', '180800.523000', '180800.526000', '180800.529000', '180800.532000', '180800.535000', '180800.537000', '180800.540000', '180800.543000', '180800.546000', '180800.549000', '180800.552000', '180800.554000', '180800.557000', '180800.560000', '180800.563000', '180800.566000', '180800.569000', '180800.572000', '180800.574000', '180800.577000', '180800.580000', '180800.583000', '180800.586000', '180800.589000', '180800.592000', '180800.594000', '180800.597000', '180800.600000', '180800.603000', '180800.606000', '180800.608000', '180800.611000', '180800.614000', '180800.617000', '180800.620000', '180800.623000', '180800.625000', '180800.628000', '180800.631000', '180800.634000', '180820.513000', '180820.516000', '180820.519000', '180820.522000', '180820.524000', '180820.528000', '180820.531000', '180820.534000', '180820.537000', '180820.540000', '180820.543000', '180820.546000', '180820.549000', '180820.552000', '180820.554000', '180820.557000', '180820.560000', '180820.563000', '180820.566000', '180820.569000', '180820.571000', '180820.574000', '180820.577000', '180820.580000', '180820.583000', '180820.586000', '180820.588000', '180820.591000', '180820.594000', '180820.597000', '180820.600000', '180820.603000', '180820.605000', '180820.608000', '180820.611000', '180820.614000', '180820.617000', '180820.620000', '180820.623000', '180820.625000', '180820.628000', '180820.631000', '180820.634000', '180827.013000', '180827.016000', '180827.019000', '180827.022000', '180827.025000', '180827.029000', '180827.032000', '180827.035000', '180827.038000', '180827.041000', '180827.044000', '180827.047000', '180827.051000', '180827.054000', '180827.057000'], 'InstanceCreationTime': ['180200.546000', '180200.554000', '180200.556000', '180200.559000', '180200.562000', '180200.565000', '180200.568000', '180200.571000', '180200.575000', '180200.578000', '180200.581000', '180200.584000', '180200.599000', '180200.602000', '180200.604000', '180200.607000', '180200.610000', '180200.613000', '180200.616000', '180200.619000', '180200.622000', '180200.625000', '180200.628000', '180200.631000', '180200.634000', '180200.637000', '180200.640000', '180200.643000', '180200.645000', '180200.648000', '180200.651000', '180220.512000', '180220.515000', '180220.518000', '180220.521000', '180220.524000', '180220.527000', '180220.530000', '180220.532000', '180220.535000', '180220.538000', '180220.541000', '180220.543000', '180220.546000', '180220.549000', '180220.552000', '180220.555000', '180220.563000', '180220.565000', '180220.568000', '180220.571000', '180220.574000', '180220.577000', '180220.579000', '180220.582000', '180220.585000', '180220.588000', '180220.590000', '180220.593000', '180220.596000', '180220.599000', '180220.602000', '180220.604000', '180220.607000', '180220.610000', '180220.613000', '180220.616000', '180220.618000', '180220.621000', '180220.624000', '180220.627000', '180220.630000', '180220.632000', '180220.635000', '180220.638000', '180240.512000', '180240.515000', '180240.518000', '180240.520000', '180240.523000', '180240.526000', '180240.529000', '180240.532000', '180240.534000', '180240.544000', '180240.547000', '180240.550000', '180240.553000', '180240.556000', '180240.558000', '180240.561000', '180240.564000', '180240.567000', '180240.570000', '180240.573000', '180240.575000', '180240.578000', '180240.581000', '180240.584000', '180240.587000', '180240.589000', '180240.592000', '180240.595000', '180240.598000', '180240.601000', '180240.604000', '180240.607000', '180240.610000', '180240.613000', '180240.615000', '180240.618000', '180240.621000', '180240.624000', '180240.627000', '180240.629000', '180240.632000', '180240.635000', '180240.638000', '180300.512000', '180300.515000', '180300.518000', '180300.521000', '180300.523000', '180300.526000', '180300.529000', '180300.532000', '180300.535000', '180300.538000', '180300.540000', '180300.543000', '180300.546000', '180300.549000', '180300.552000', '180300.554000', '180300.557000', '180300.560000', '180300.563000', '180300.566000', '180300.568000', '180300.571000', '180300.574000', '180300.577000', '180300.580000', '180300.583000', '180300.585000', '180300.588000', '180300.591000', '180300.594000', '180300.597000', '180300.599000', '180300.602000', '180300.605000', '180300.608000', '180300.611000', '180300.613000', '180300.616000', '180300.619000', '180300.622000', '180300.625000', '180300.628000', '180300.630000', '180300.633000', '180320.512000', '180320.515000', '180320.518000', '180320.520000', '180320.523000', '180320.526000', '180320.529000', '180320.532000', '180320.535000', '180320.538000', '180320.540000', '180320.543000', '180320.546000', '180320.549000', '180320.552000', '180320.554000', '180320.557000', '180320.560000', '180320.563000', '180320.566000', '180320.569000', '180320.571000', '180320.574000', '180320.577000', '180320.580000', '180320.583000', '180320.585000', '180320.588000', '180320.591000', '180320.594000', '180320.597000', '180320.600000', '180320.602000', '180320.605000', '180320.608000', '180320.611000', '180320.614000', '180320.617000', '180320.619000', '180320.622000', '180320.625000', '180320.628000', '180320.631000', '180340.512000', '180340.515000', '180340.518000', '180340.521000', '180340.523000', '180340.526000', '180340.529000', '180340.532000', '180340.535000', '180340.537000', '180340.540000', '180340.543000', '180340.546000', '180340.549000', '180340.552000', '180340.554000', '180340.557000', '180340.560000', '180340.563000', '180340.566000', '180340.569000', '180340.571000', '180340.574000', '180340.577000', '180340.580000', '180340.583000', '180340.586000', '180340.589000', '180340.591000', '180340.594000', '180340.597000', '180340.600000', '180340.603000', '180340.606000', '180340.608000', '180340.611000', '180340.614000', '180340.617000', '180340.620000', '180340.623000', '180340.625000', '180340.628000', '180340.631000', '180340.634000', '180400.513000', '180400.516000', '180400.519000', '180400.522000', '180400.524000', '180400.527000', '180400.530000', '180400.533000', '180400.536000', '180400.539000', '180400.542000', '180400.544000', '180400.547000', '180400.550000', '180400.553000', '180400.556000', '180400.558000', '180400.561000', '180400.564000', '180400.567000', '180400.570000', '180400.573000', '180400.576000', '180400.581000', '180400.584000', '180400.586000', '180400.589000', '180400.592000', '180400.595000', '180400.598000', '180400.600000', '180400.603000', '180400.606000', '180400.609000', '180400.612000', '180400.615000', '180400.617000', '180400.620000', '180400.623000', '180400.626000', '180400.629000', '180400.632000', '180400.636000', '180420.513000', '180420.516000', '180420.519000', '180420.521000', '180420.524000', '180420.527000', '180420.530000', '180420.533000', '180420.536000', '180420.538000', '180420.541000', '180420.544000', '180420.547000', '180420.550000', '180420.553000', '180420.555000', '180420.558000', '180420.561000', '180420.564000', '180420.567000', '180420.570000', '180420.572000', '180420.575000', '180420.578000', '180420.581000', '180420.584000', '180420.586000', '180420.589000', '180420.592000', '180420.595000', '180420.598000', '180420.601000', '180420.603000', '180420.606000', '180420.609000', '180420.612000', '180420.615000', '180420.618000', '180420.620000', '180420.623000', '180420.626000', '180420.629000', '180420.632000', '180420.638000', '180440.512000', '180440.515000', '180440.518000', '180440.521000', '180440.523000', '180440.526000', '180440.529000', '180440.532000', '180440.535000', '180440.537000', '180440.540000', '180440.543000', '180440.546000', '180440.549000', '180440.552000', '180440.554000', '180440.557000', '180440.560000', '180440.563000', '180440.566000', '180440.569000', '180440.572000', '180440.574000', '180440.577000', '180440.580000', '180440.583000', '180440.586000', '180440.589000', '180440.591000', '180440.594000', '180440.597000', '180440.600000', '180440.603000', '180440.606000', '180440.608000', '180440.611000', '180440.614000', '180440.617000', '180440.620000', '180440.623000', '180440.625000', '180440.628000', '180440.631000', '180500.512000', '180500.515000', '180500.518000', '180500.521000', '180500.524000', '180500.526000', '180500.529000', '180500.532000', '180500.535000', '180500.538000', '180500.540000', '180500.543000', '180500.546000', '180500.549000', '180500.552000', '180500.555000', '180500.557000', '180500.560000', '180500.563000', '180500.566000', '180500.569000', '180500.572000', '180500.574000', '180500.577000', '180500.580000', '180500.583000', '180500.586000', '180500.589000', '180500.591000', '180500.594000', '180500.597000', '180500.600000', '180500.603000', '180500.606000', '180500.608000', '180500.611000', '180500.614000', '180500.617000', '180500.620000', '180500.623000', '180500.625000', '180500.628000', '180500.631000', '180500.634000', '180520.512000', '180520.515000', '180520.518000', '180520.521000', '180520.523000', '180520.526000', '180520.529000', '180520.532000', '180520.535000', '180520.538000', '180520.541000', '180520.543000', '180520.546000', '180520.549000', '180520.552000', '180520.555000', '180520.558000', '180520.561000', '180520.564000', '180520.566000', '180520.569000', '180520.572000', '180520.575000', '180520.578000', '180520.581000', '180520.583000', '180520.586000', '180520.589000', '180520.592000', '180520.595000', '180520.598000', '180520.601000', '180520.603000', '180520.606000', '180520.609000', '180520.612000', '180520.616000', '180520.619000', '180520.622000', '180520.625000', '180520.628000', '180520.630000', '180520.633000', '180540.512000', '180540.515000', '180540.518000', '180540.521000', '180540.523000', '180540.526000', '180540.529000', '180540.532000', '180540.535000', '180540.538000', '180540.540000', '180540.543000', '180540.546000', '180540.549000', '180540.552000', '180540.555000', '180540.557000', '180540.560000', '180540.563000', '180540.566000', '180540.569000', '180540.572000', '180540.574000', '180540.577000', '180540.580000', '180540.583000', '180540.586000', '180540.589000', '180540.592000', '180540.594000', '180540.597000', '180540.600000', '180540.603000', '180540.606000', '180540.609000', '180540.611000', '180540.614000', '180540.617000', '180540.620000', '180540.623000', '180540.626000', '180540.628000', '180540.631000', '180540.634000', '180600.512000', '180600.515000', '180600.518000', '180600.521000', '180600.524000', '180600.526000', '180600.529000', '180600.532000', '180600.535000', '180600.538000', '180600.541000', '180600.544000', '180600.547000', '180600.550000', '180600.564000', '180600.567000', '180600.570000', '180600.573000', '180600.576000', '180600.579000', '180600.581000', '180600.584000', '180600.587000', '180600.590000', '180600.593000', '180600.596000', '180600.598000', '180600.601000', '180600.604000', '180600.607000', '180600.610000', '180600.613000', '180600.615000', '180600.618000', '180600.621000', '180600.624000', '180600.627000', '180600.629000', '180600.632000', '180600.635000', '180600.638000', '180600.641000', '180600.644000', '180620.513000', '180620.516000', '180620.519000', '180620.522000', '180620.524000', '180620.527000', '180620.530000', '180620.533000', '180620.536000', '180620.538000', '180620.541000', '180620.544000', '180620.547000', '180620.550000', '180620.553000', '180620.556000', '180620.559000', '180620.562000', '180620.565000', '180620.567000', '180620.570000', '180620.573000', '180620.576000', '180620.579000', '180620.582000', '180620.585000', '180620.587000', '180620.590000', '180620.593000', '180620.596000', '180620.599000', '180620.602000', '180620.604000', '180620.607000', '180620.610000', '180620.613000', '180620.616000', '180620.619000', '180620.621000', '180620.624000', '180620.627000', '180620.630000', '180620.633000', '180620.636000', '180640.513000', '180640.516000', '180640.519000', '180640.522000', '180640.525000', '180640.527000', '180640.530000', '180640.533000', '180640.536000', '180640.539000', '180640.541000', '180640.544000', '180640.547000', '180640.550000', '180640.553000', '180640.556000', '180640.559000', '180640.561000', '180640.564000', '180640.567000', '180640.570000', '180640.573000', '180640.576000', '180640.578000', '180640.581000', '180640.584000', '180640.587000', '180640.590000', '180640.593000', '180640.596000', '180640.598000', '180640.601000', '180640.604000', '180640.607000', '180640.610000', '180640.612000', '180640.615000', '180640.618000', '180640.621000', '180640.624000', '180640.627000', '180640.630000', '180640.632000', '180700.512000', '180700.515000', '180700.518000', '180700.521000', '180700.523000', '180700.526000', '180700.529000', '180700.532000', '180700.535000', '180700.538000', '180700.540000', '180700.543000', '180700.546000', '180700.549000', '180700.552000', '180700.555000', '180700.558000', '180700.560000', '180700.563000', '180700.566000', '180700.569000', '180700.572000', '180700.575000', '180700.578000', '180700.580000', '180700.583000', '180700.586000', '180700.589000', '180700.592000', '180700.595000', '180700.597000', '180700.600000', '180700.603000', '180700.606000', '180700.609000', '180700.612000', '180700.615000', '180700.617000', '180700.620000', '180700.623000', '180700.626000', '180700.629000', '180700.632000', '180700.635000', '180720.512000', '180720.515000', '180720.518000', '180720.521000', '180720.524000', '180720.526000', '180720.529000', '180720.532000', '180720.535000', '180720.538000', '180720.541000', '180720.544000', '180720.546000', '180720.549000', '180720.552000', '180720.555000', '180720.558000', '180720.561000', '180720.564000', '180720.566000', '180720.569000', '180720.572000', '180720.575000', '180720.578000', '180720.581000', '180720.584000', '180720.586000', '180720.589000', '180720.592000', '180720.595000', '180720.598000', '180720.601000', '180720.603000', '180720.606000', '180720.609000', '180720.612000', '180720.615000', '180720.617000', '180720.620000', '180720.639000', '180720.642000', '180720.645000', '180720.648000', '180740.512000', '180740.515000', '180740.518000', '180740.523000', '180740.526000', '180740.529000', '180740.532000', '180740.535000', '180740.538000', '180740.541000', '180740.543000', '180740.546000', '180740.549000', '180740.552000', '180740.555000', '180740.558000', '180740.561000', '180740.563000', '180740.566000', '180740.569000', '180740.572000', '180740.575000', '180740.578000', '180740.580000', '180740.583000', '180740.586000', '180740.589000', '180740.592000', '180740.595000', '180740.597000', '180740.600000', '180740.603000', '180740.606000', '180740.609000', '180740.611000', '180740.614000', '180740.617000', '180740.620000', '180740.622000', '180740.625000', '180740.628000', '180740.631000', '180740.634000', '180800.512000', '180800.515000', '180800.518000', '180800.521000', '180800.523000', '180800.526000', '180800.529000', '180800.532000', '180800.535000', '180800.537000', '180800.540000', '180800.543000', '180800.546000', '180800.549000', '180800.552000', '180800.554000', '180800.557000', '180800.560000', '180800.563000', '180800.566000', '180800.569000', '180800.572000', '180800.574000', '180800.577000', '180800.580000', '180800.583000', '180800.586000', '180800.589000', '180800.592000', '180800.594000', '180800.597000', '180800.600000', '180800.603000', '180800.606000', '180800.608000', '180800.611000', '180800.614000', '180800.617000', '180800.620000', '180800.623000', '180800.625000', '180800.628000', '180800.631000', '180800.634000', '180820.513000', '180820.516000', '180820.519000', '180820.522000', '180820.524000', '180820.528000', '180820.531000', '180820.534000', '180820.537000', '180820.540000', '180820.543000', '180820.546000', '180820.549000', '180820.552000', '180820.554000', '180820.557000', '180820.560000', '180820.563000', '180820.566000', '180820.569000', '180820.571000', '180820.574000', '180820.577000', '180820.580000', '180820.583000', '180820.586000', '180820.588000', '180820.591000', '180820.594000', '180820.597000', '180820.600000', '180820.603000', '180820.605000', '180820.608000', '180820.611000', '180820.614000', '180820.617000', '180820.620000', '180820.623000', '180820.625000', '180820.628000', '180820.631000', '180820.634000', '180827.013000', '180827.016000', '180827.019000', '180827.022000', '180827.025000', '180827.029000', '180827.032000', '180827.035000', '180827.038000', '180827.041000', '180827.044000', '180827.047000', '180827.051000', '180827.054000', '180827.057000'], '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': [9073, 10457, 8325, 10957, 10743, 10632, 13487, 9131, 11694, 8509, 10507, 8159, 10605, 10690, 10638, 12183, 10403, 12570, 9777, 11056, 9356, 11977, 8681, 10645, 8676, 10809, 9117, 11678, 8993, 11157, 9440, 11468, 8822, 11263, 8946, 10682, 11597, 10474, 15292, 10584, 12890, 10142, 12276, 10023, 11522, 9125, 10363, 8498, 10850, 12560, 10292, 12071, 10113, 11228, 8675, 10719, 8864, 10096, 14887, 9852, 12169, 10106, 11113, 8392, 10288, 8387, 9970, 11508, 9760, 11811, 9341, 10995, 8813, 10841, 8471, 9845, 11231, 9867, 12036, 9609, 10739, 8256, 10294, 10047, 9713, 12393, 10033, 11033, 8660, 10388, 8185, 9846, 10237, 9926, 12401, 9675, 11328, 8703, 10737, 8294, 10233, 10683, 9721, 12343, 9565, 11578, 8587, 10746, 8991, 9995, 12432, 10317, 11685, 9174, 10864, 8555, 10515, 10222, 9880, 16585, 9860, 10936, 9169, 10879, 8597, 10141, 8333, 9927, 10161, 10090, 11847, 10341, 11268, 9604, 10965, 9194, 11313, 9024, 10662, 8293, 10230, 8878, 10822, 10561, 10604, 11746, 10114, 11373, 10105, 10973, 9630, 11116, 8698, 10385, 11201, 10459, 12455, 9967, 11004, 8853, 10269, 8428, 10510, 11673, 9736, 11636, 9582, 11214, 8415, 11266, 9011, 10573, 12221, 10227, 12097, 9915, 11593, 9386, 11753, 9686, 10977, 9444, 11697, 8612, 11420, 8688, 11521, 9064, 12036, 8976, 11457, 9885, 12340, 12041, 11386, 12574, 11174, 13666, 10290, 14537, 10524, 12303, 9255, 10867, 8400, 11321, 8393, 10331, 8662, 9634, 11087, 9693, 12304, 9553, 11112, 8554, 10492, 8545, 10627, 8996, 10048, 14118, 9369, 11977, 9353, 10878, 8121, 10447, 8692, 9707, 11773, 9946, 11448, 9626, 11018, 8133, 10282, 8266, 10587, 11167, 10249, 11687, 9408, 11050, 9295, 11226, 8330, 10488, 8325, 9887, 11584, 10109, 13049, 9876, 11667, 8932, 10714, 8560, 10595, 9106, 9726, 11573, 9688, 12286, 10059, 11084, 8484, 10536, 9329, 10497, 16885, 9934, 11978, 9122, 10635, 8655, 11242, 8449, 10387, 9683, 9804, 12396, 9833, 12001, 9354, 11089, 8386, 10326, 14324, 9786, 12243, 9464, 11577, 8340, 10017, 14064, 9791, 11957, 8994, 10174, 8503, 9661, 12258, 9538, 10673, 8274, 10274, 8104, 9838, 10837, 10032, 12507, 9240, 11142, 8746, 10693, 8196, 9923, 10431, 10087, 11798, 10127, 11539, 8869, 10743, 8347, 10480, 8827, 10372, 9200, 10160, 11388, 9881, 11953, 10378, 11296, 9275, 10784, 8730, 10797, 8442, 11049, 9171, 10355, 12357, 9916, 13378, 10334, 11072, 9115, 10524, 8109, 10434, 9430, 9897, 10524, 9823, 12838, 10276, 12410, 9730, 12872, 8956, 12706, 9027, 11942, 8803, 11810, 8422, 11208, 9715, 11015, 17958, 9498, 14169, 9696, 11418, 8557, 11022, 10757, 9126, 12741, 9180, 11174, 8152, 10274, 8701, 9169, 13623, 9693, 11460, 8269, 10851, 8168, 10007, 12635, 9642, 11721, 8770, 10686, 7667, 10288, 8493, 10631, 9149, 9629, 10958, 8691, 10590, 9182, 10752, 9167, 11015, 9168, 11470, 9532, 11557, 9101, 12193, 8117, 8149, 9730, 8261, 10976, 8951, 13458, 9641, 15745, 10215, 13465, 10605, 12674, 10057, 15216, 11142, 15201, 10942, 15217, 11214, 13269, 11400, 12106, 12328, 12175, 14202, 11792, 14346, 13568, 12398, 11642, 9351, 10395, 8963, 11806, 9047, 9522, 10492, 8648, 8994, 10425, 8698, 9425, 10380, 8789, 13148, 8971, 13256, 9613, 13436, 10071, 9988, 10652, 14236, 10105, 15635, 11052, 16284, 9996, 13414, 9727, 12009, 9348, 11880, 9491, 12408, 12897, 10863, 14050, 10558, 13760, 10673, 12649, 9392, 10625, 10015, 9377, 10932, 9283, 11322, 9289, 11395, 11221, 10619, 13180, 11228, 14188, 10168, 13999, 9845, 12112, 9467, 11502, 9277, 11285, 8966, 11647, 9487, 10506, 12297, 9934, 12064, 9293, 11282, 9435, 11631, 8838, 11032, 9628, 10608, 9852, 9779, 10066, 11133, 16615, 12590, 14824, 10383, 13288, 11248, 12828, 10054, 12461, 10659, 12891, 9792, 11427, 10118, 11391, 10397, 11007, 9881, 10688, 9773, 10848, 10265, 12710, 10544, 12754, 9953, 12471, 9766, 13658, 9883, 13762, 10249, 13365, 9884, 13659, 9651, 14088, 9930, 13762, 9747, 14016, 10120, 15812, 10114, 15071, 9864, 14423, 10402, 14322, 9971, 13163, 10075, 11702, 10352, 12362, 10538, 10710, 11581, 10250, 14102, 10080, 14002, 10229, 12764, 9942, 11636, 10108, 12311, 10597, 11351, 10194, 12016, 10368, 12013, 10333, 10681, 10094, 10689, 9946, 11955, 9831, 12090, 9794, 11281, 9981, 12087, 9855, 12566, 10316, 11105, 12599, 11886, 10761, 11435, 11507, 11603, 13329, 12349, 11137, 11491, 12491, 11167, 14577, 12186, 13692, 11147, 13867, 11195, 14961, 10832, 13543, 10013, 12363, 9167, 11932, 9401, 12870, 9485, 11850, 9576, 11604, 9536, 13173, 9761, 10941, 10072, 10186, 12272, 10712, 11879, 10107, 14110, 10050, 13836, 10216, 13451, 9641, 12340, 9469, 12253, 9778, 13029, 9739, 10539, 10421, 16533, 10223, 11917, 10329, 11840, 10031, 10206, 11812, 9436, 13247, 9585, 14684, 11967, 15125, 12447, 14715, 11950, 15268, 10913, 15649, 9694, 13370, 11516, 11172, 11600, 9548, 14734, 10545, 13904, 10711, 12712, 8840, 12488, 8899, 12801, 9338, 11890, 10689, 11154, 13011, 10109, 15218, 11099, 13077, 9328, 12318, 10123, 11307, 16777, 10319, 14596, 9530, 12014, 8670, 11790, 12845, 9290, 15369, 9444, 11927, 8760, 11494, 9909, 11201, 12790, 9357, 13249, 9407, 14001, 9429, 13036, 8789, 11957, 8495, 11855, 11089, 11304, 12426, 9562, 13044, 9856, 14509, 9716, 13426, 9077, 12626, 9013, 12410, 15374, 9885, 16618, 9797, 13489, 9389, 12010, 9399, 11199, 12027, 9520, 14062, 10476, 13849, 9037, 14055, 8606, 13503, 8591, 12119, 9475, 11302, 12095, 10278, 16548, 11224, 13242, 8955, 11459, 9708, 9890, 14235, 9507, 12526, 8632, 11544, 8661, 12413, 10774, 9776, 14513, 9359, 14483, 9381, 11617, 7991, 10719, 11882, 9606, 13335, 9576, 13987, 9263, 12622, 9277, 12591, 8940, 12278, 11336, 9822, 16867, 10868, 13194, 9470, 11991, 8473, 11532, 12014, 9904, 15119, 9973, 12522, 8878, 11829, 10920, 12365, 9929, 10355, 13153, 10423, 13934, 10587, 13725, 9571, 13181, 9907, 14023, 10027, 13205, 9157, 13526, 9250, 13679, 10227, 13172, 10645, 12252, 15984, 10487, 16699, 10950, 13008, 9361, 12145, 8647, 12763], 'WindowCenter': [4652.0, 4654.0, 4620.0, 4622.0, 4609.0, 4596.0, 4614.0, 4573.0, 4577.0, 4548.0, 4568.0, 4551.0, 4569.0, 4567.0, 4581.0, 4596.0, 4584.0, 4581.0, 4559.0, 4556.0, 4539.0, 4569.0, 4540.0, 4554.0, 4536.0, 4555.0, 4537.0, 4554.0, 4536.0, 4555.0, 4536.0, 4556.0, 4534.0, 4559.0, 4537.0, 4559.0, 4553.0, 4560.0, 4571.0, 4544.0, 4563.0, 4543.0, 4565.0, 4546.0, 4556.0, 4534.0, 4532.0, 4522.0, 4543.0, 4553.0, 4545.0, 4556.0, 4544.0, 4543.0, 4536.0, 4544.0, 4523.0, 4543.0, 4574.0, 4544.0, 4555.0, 4544.0, 4541.0, 4513.0, 4535.0, 4524.0, 4545.0, 4553.0, 4539.0, 4553.0, 4535.0, 4555.0, 4534.0, 4555.0, 4521.0, 4546.0, 4552.0, 4547.0, 4565.0, 4544.0, 4543.0, 4525.0, 4545.0, 4545.0, 4546.0, 4566.0, 4546.0, 4554.0, 4540.0, 4560.0, 4537.0, 4556.0, 4555.0, 4546.0, 4571.0, 4549.0, 4568.0, 4537.0, 4555.0, 4523.0, 4546.0, 4546.0, 4550.0, 4565.0, 4547.0, 4553.0, 4524.0, 4556.0, 4536.0, 4558.0, 4565.0, 4549.0, 4556.0, 4547.0, 4554.0, 4538.0, 4558.0, 4545.0, 4546.0, 4585.0, 4544.0, 4544.0, 4537.0, 4556.0, 4537.0, 4558.0, 4540.0, 4570.0, 4569.0, 4570.0, 4576.0, 4557.0, 4568.0, 4558.0, 4568.0, 4550.0, 4567.0, 4546.0, 4556.0, 4536.0, 4555.0, 4548.0, 4556.0, 4554.0, 4556.0, 4564.0, 4558.0, 4566.0, 4557.0, 4555.0, 4547.0, 4555.0, 4535.0, 4544.0, 4558.0, 4554.0, 4565.0, 4546.0, 4555.0, 4534.0, 4546.0, 4524.0, 4555.0, 4567.0, 4561.0, 4570.0, 4557.0, 4582.0, 4554.0, 4586.0, 4550.0, 4557.0, 4551.0, 4560.0, 4557.0, 4535.0, 4557.0, 4549.0, 4568.0, 4551.0, 4557.0, 4548.0, 4565.0, 4537.0, 4569.0, 4541.0, 4569.0, 4551.0, 4571.0, 4539.0, 4557.0, 4547.0, 4556.0, 4552.0, 4544.0, 4552.0, 4529.0, 4560.0, 4531.0, 4562.0, 4530.0, 4541.0, 4510.0, 4529.0, 4525.0, 4542.0, 4509.0, 4531.0, 4509.0, 4521.0, 4545.0, 4523.0, 4540.0, 4522.0, 4531.0, 4510.0, 4528.0, 4523.0, 4533.0, 4510.0, 4521.0, 4549.0, 4520.0, 4541.0, 4520.0, 4529.0, 4502.0, 4531.0, 4510.0, 4532.0, 4552.0, 4546.0, 4541.0, 4531.0, 4545.0, 4512.0, 4546.0, 4524.0, 4557.0, 4554.0, 4545.0, 4557.0, 4548.0, 4556.0, 4547.0, 4558.0, 4529.0, 4554.0, 4525.0, 4549.0, 4569.0, 4548.0, 4577.0, 4546.0, 4558.0, 4537.0, 4557.0, 4535.0, 4557.0, 4535.0, 4547.0, 4567.0, 4549.0, 4567.0, 4548.0, 4554.0, 4529.0, 4543.0, 4534.0, 4547.0, 4585.0, 4535.0, 4555.0, 4534.0, 4544.0, 4523.0, 4551.0, 4513.0, 4543.0, 4533.0, 4534.0, 4565.0, 4546.0, 4557.0, 4533.0, 4543.0, 4512.0, 4546.0, 4574.0, 4533.0, 4550.0, 4522.0, 4539.0, 4510.0, 4532.0, 4560.0, 4531.0, 4540.0, 4520.0, 4533.0, 4525.0, 4534.0, 4539.0, 4534.0, 4531.0, 4511.0, 4543.0, 4527.0, 4546.0, 4543.0, 4543.0, 4555.0, 4535.0, 4554.0, 4524.0, 4542.0, 4511.0, 4544.0, 4555.0, 4548.0, 4565.0, 4547.0, 4557.0, 4536.0, 4555.0, 4536.0, 4557.0, 4539.0, 4547.0, 4535.0, 4547.0, 4568.0, 4547.0, 4555.0, 4561.0, 4557.0, 4536.0, 4557.0, 4536.0, 4555.0, 4524.0, 4557.0, 4534.0, 4543.0, 4564.0, 4548.0, 4565.0, 4547.0, 4545.0, 4534.0, 4543.0, 4525.0, 4555.0, 4535.0, 4545.0, 4544.0, 4559.0, 4577.0, 4563.0, 4568.0, 4537.0, 4554.0, 4536.0, 4567.0, 4524.0, 4555.0, 4524.0, 4553.0, 4527.0, 4557.0, 4533.0, 4546.0, 4583.0, 4534.0, 4566.0, 4535.0, 4543.0, 4512.0, 4544.0, 4533.0, 4525.0, 4553.0, 4522.0, 4540.0, 4509.0, 4534.0, 4522.0, 4537.0, 4576.0, 4535.0, 4556.0, 4524.0, 4545.0, 4525.0, 4549.0, 4578.0, 4548.0, 4554.0, 4538.0, 4574.0, 4542.0, 4573.0, 4550.0, 4570.0, 4536.0, 4550.0, 4556.0, 4551.0, 4557.0, 4561.0, 4569.0, 4561.0, 4573.0, 4564.0, 4573.0, 4563.0, 4595.0, 4574.0, 4604.0, 4563.0, 4530.0, 4566.0, 4587.0, 4594.0, 4545.0, 4596.0, 4582.0, 4607.0, 4580.0, 4587.0, 4568.0, 4576.0, 4554.0, 4582.0, 4550.0, 4570.0, 4524.0, 4543.0, 4511.0, 4519.0, 4507.0, 4517.0, 4519.0, 4520.0, 4530.0, 4524.0, 4543.0, 4537.0, 4510.0, 4511.0, 4492.0, 4502.0, 4506.0, 4536.0, 4520.0, 4544.0, 4544.0, 4524.0, 4533.0, 4540.0, 4523.0, 4535.0, 4545.0, 4525.0, 4565.0, 4552.0, 4578.0, 4548.0, 4577.0, 4563.0, 4557.0, 4557.0, 4589.0, 4557.0, 4584.0, 4555.0, 4574.0, 4533.0, 4562.0, 4532.0, 4553.0, 4532.0, 4555.0, 4537.0, 4567.0, 4577.0, 4543.0, 4559.0, 4546.0, 4569.0, 4534.0, 4551.0, 4534.0, 4543.0, 4549.0, 4538.0, 4554.0, 4535.0, 4546.0, 4536.0, 4558.0, 4556.0, 4548.0, 4551.0, 4544.0, 4561.0, 4536.0, 4563.0, 4532.0, 4544.0, 4524.0, 4540.0, 4522.0, 4541.0, 4520.0, 4554.0, 4522.0, 4545.0, 4553.0, 4532.0, 4552.0, 4535.0, 4544.0, 4535.0, 4557.0, 4524.0, 4555.0, 4545.0, 4559.0, 4544.0, 4546.0, 4549.0, 4487.0, 4580.0, 4522.0, 4526.0, 4498.0, 4528.0, 4522.0, 4531.0, 4514.0, 4534.0, 4523.0, 4532.0, 4513.0, 4534.0, 4513.0, 4521.0, 4501.0, 4523.0, 4512.0, 4539.0, 4528.0, 4535.0, 4524.0, 4543.0, 4523.0, 4544.0, 4526.0, 4534.0, 4514.0, 4544.0, 4515.0, 4544.0, 4526.0, 4545.0, 4528.0, 4545.0, 4515.0, 4543.0, 4514.0, 4544.0, 4527.0, 4555.0, 4528.0, 4555.0, 4524.0, 4553.0, 4515.0, 4543.0, 4514.0, 4532.0, 4502.0, 4533.0, 4528.0, 4546.0, 4514.0, 4534.0, 4512.0, 4511.0, 4522.0, 4512.0, 4529.0, 4511.0, 4531.0, 4511.0, 4530.0, 4514.0, 4535.0, 4526.0, 4533.0, 4514.0, 4536.0, 4536.0, 4561.0, 4540.0, 4557.0, 4535.0, 4537.0, 4538.0, 4524.0, 4512.0, 4534.0, 4523.0, 4545.0, 4522.0, 4535.0, 4525.0, 4543.0, 4525.0, 4544.0, 4525.0, 4548.0, 4544.0, 4535.0, 4522.0, 4532.0, 4532.0, 4534.0, 4543.0, 4531.0, 4520.0, 4521.0, 4530.0, 4524.0, 4552.0, 4530.0, 4528.0, 4520.0, 4529.0, 4521.0, 4551.0, 4523.0, 4540.0, 4509.0, 4530.0, 4512.0, 4530.0, 4501.0, 4530.0, 4511.0, 4531.0, 4512.0, 4533.0, 4513.0, 4555.0, 4514.0, 4533.0, 4524.0, 4528.0, 4544.0, 4525.0, 4533.0, 4524.0, 4554.0, 4537.0, 4554.0, 4536.0, 4557.0, 4528.0, 4546.0, 4539.0, 4547.0, 4541.0, 4581.0, 4550.0, 4560.0, 4573.0, 4611.0, 4574.0, 4583.0, 4574.0, 4594.0, 4575.0, 4575.0, 4583.0, 4563.0, 4593.0, 4562.0, 4604.0, 4595.0, 4603.0, 4581.0, 4593.0, 4571.0, 4576.0, 4547.0, 4573.0, 4523.0, 4555.0, 4541.0, 4530.0, 4527.0, 4520.0, 4548.0, 4531.0, 4563.0, 4532.0, 4567.0, 4526.0, 4553.0, 4521.0, 4552.0, 4520.0, 4553.0, 4541.0, 4543.0, 4561.0, 4533.0, 4570.0, 4541.0, 4551.0, 4524.0, 4541.0, 4532.0, 4544.0, 4571.0, 4529.0, 4558.0, 4521.0, 4539.0, 4510.0, 4540.0, 4548.0, 4519.0, 4569.0, 4521.0, 4542.0, 4511.0, 4543.0, 4533.0, 4556.0, 4561.0, 4538.0, 4562.0, 4535.0, 4576.0, 4534.0, 4564.0, 4537.0, 4555.0, 4534.0, 4567.0, 4554.0, 4560.0, 4567.0, 4548.0, 4577.0, 4561.0, 4589.0, 4549.0, 4576.0, 4537.0, 4568.0, 4538.0, 4570.0, 4586.0, 4548.0, 4586.0, 4546.0, 4576.0, 4538.0, 4567.0, 4534.0, 4557.0, 4565.0, 4550.0, 4587.0, 4557.0, 4575.0, 4539.0, 4586.0, 4536.0, 4576.0, 4540.0, 4569.0, 4547.0, 4559.0, 4569.0, 4548.0, 4587.0, 4556.0, 4564.0, 4526.0, 4553.0, 4535.0, 4547.0, 4573.0, 4534.0, 4566.0, 4528.0, 4558.0, 4538.0, 4569.0, 4556.0, 4549.0, 4577.0, 4537.0, 4589.0, 4536.0, 4558.0, 4525.0, 4558.0, 4570.0, 4549.0, 4576.0, 4550.0, 4586.0, 4548.0, 4576.0, 4548.0, 4581.0, 4538.0, 4570.0, 4559.0, 4549.0, 4600.0, 4555.0, 4565.0, 4545.0, 4557.0, 4526.0, 4569.0, 4565.0, 4548.0, 4592.0, 4548.0, 4579.0, 4552.0, 4583.0, 4571.0, 4568.0, 4547.0, 4548.0, 4575.0, 4560.0, 4589.0, 4560.0, 4590.0, 4551.0, 4576.0, 4561.0, 4591.0, 4552.0, 4567.0, 4536.0, 4578.0, 4549.0, 4582.0, 4549.0, 4569.0, 4547.0, 4556.0, 4575.0, 4547.0, 4587.0, 4543.0, 4555.0, 4524.0, 4553.0, 4525.0, 4566.0], 'WindowWidth': [10211.0, 10199.0, 10143.0, 10129.0, 10100.0, 10076.0, 10097.0, 10041.0, 10037.0, 9996.0, 10025.0, 10002.0, 10025.0, 10022.0, 10045.0, 10068.0, 10052.0, 10040.0, 10005.0, 9998.0, 9976.0, 10022.0, 9984.0, 9994.0, 9970.0, 9998.0, 9973.0, 9993.0, 9969.0, 9997.0, 9968.0, 9999.0, 9964.0, 10002.0, 9972.0, 10005.0, 9992.0, 10007.0, 10012.0, 9976.0, 10002.0, 9977.0, 10009.0, 9983.0, 9995.0, 9963.0, 9959.0, 9945.0, 9976.0, 9988.0, 9982.0, 9994.0, 9976.0, 9974.0, 9971.0, 9980.0, 9946.0, 9975.0, 10016.0, 9976.0, 9993.0, 9976.0, 9971.0, 9933.0, 9963.0, 9952.0, 9982.0, 9989.0, 9973.0, 9988.0, 9967.0, 9994.0, 9967.0, 9994.0, 9945.0, 9982.0, 9989.0, 9986.0, 10008.0, 9980.0, 9976.0, 9954.0, 9983.0, 9983.0, 9985.0, 10010.0, 9984.0, 9994.0, 9977.0, 10005.0, 9976.0, 10000.0, 9997.0, 9985.0, 10022.0, 9993.0, 10018.0, 9973.0, 9997.0, 9951.0, 9984.0, 9983.0, 9990.0, 10009.0, 9989.0, 9994.0, 9953.0, 9997.0, 9968.0, 10003.0, 10010.0, 9989.0, 9997.0, 9985.0, 9994.0, 9976.0, 10002.0, 9981.0, 9983.0, 10036.0, 9978.0, 9977.0, 9973.0, 9999.0, 9972.0, 10002.0, 9983.0, 10026.0, 10027.0, 10026.0, 10031.0, 10003.0, 10019.0, 10006.0, 10020.0, 9997.0, 10017.0, 9988.0, 10001.0, 9974.0, 10000.0, 9991.0, 10002.0, 9995.0, 9998.0, 10010.0, 10004.0, 10014.0, 10004.0, 9999.0, 9988.0, 9997.0, 9970.0, 9982.0, 10000.0, 9994.0, 10009.0, 9984.0, 9996.0, 9967.0, 9984.0, 9955.0, 9997.0, 10015.0, 10015.0, 10025.0, 10005.0, 10048.0, 10009.0, 10053.0, 9996.0, 10000.0, 9984.0, 10005.0, 9994.0, 9963.0, 9994.0, 9990.0, 10016.0, 9995.0, 9999.0, 9988.0, 10009.0, 9976.0, 10018.0, 9984.0, 10018.0, 9996.0, 10022.0, 9973.0, 9997.0, 9984.0, 9995.0, 9983.0, 9974.0, 9980.0, 9950.0, 9995.0, 9952.0, 9997.0, 9950.0, 9966.0, 9923.0, 9949.0, 9955.0, 9973.0, 9923.0, 9954.0, 9922.0, 9941.0, 9976.0, 9944.0, 9966.0, 9941.0, 9951.0, 9925.0, 9947.0, 9945.0, 9958.0, 9924.0, 9938.0, 9976.0, 9937.0, 9967.0, 9940.0, 9951.0, 9914.0, 9954.0, 9926.0, 9957.0, 9985.0, 9981.0, 9969.0, 9957.0, 9980.0, 9934.0, 9980.0, 9951.0, 9998.0, 9991.0, 9979.0, 9998.0, 9989.0, 9998.0, 9987.0, 10003.0, 9960.0, 9992.0, 9953.0, 9991.0, 10016.0, 9988.0, 10028.0, 9984.0, 10001.0, 9972.0, 9998.0, 9968.0, 9999.0, 9966.0, 9986.0, 10015.0, 9992.0, 10013.0, 9987.0, 9993.0, 9959.0, 9976.0, 9966.0, 9986.0, 10035.0, 9965.0, 9990.0, 9965.0, 9978.0, 9948.0, 9986.0, 9932.0, 9973.0, 9959.0, 9962.0, 10007.0, 9981.0, 9998.0, 9960.0, 9975.0, 9931.0, 9982.0, 10017.0, 9960.0, 9981.0, 9943.0, 9965.0, 9925.0, 9958.0, 9993.0, 9954.0, 9966.0, 9938.0, 9958.0, 9947.0, 9962.0, 9964.0, 9961.0, 9955.0, 9929.0, 9975.0, 9957.0, 9982.0, 9975.0, 9976.0, 9992.0, 9967.0, 9990.0, 9951.0, 9973.0, 9930.0, 9978.0, 9995.0, 9988.0, 10008.0, 9985.0, 9998.0, 9971.0, 9997.0, 9972.0, 10000.0, 9974.0, 9986.0, 9966.0, 9984.0, 10015.0, 9987.0, 9995.0, 10010.0, 9998.0, 9971.0, 9999.0, 9973.0, 9997.0, 9954.0, 10001.0, 9962.0, 9978.0, 10005.0, 9987.0, 10008.0, 9984.0, 9980.0, 9964.0, 9977.0, 9957.0, 9996.0, 9966.0, 9984.0, 9979.0, 10005.0, 10029.0, 10015.0, 10013.0, 9970.0, 9988.0, 9968.0, 10011.0, 9951.0, 9991.0, 9950.0, 9987.0, 9956.0, 9996.0, 9959.0, 9979.0, 10026.0, 9960.0, 10007.0, 9965.0, 9973.0, 9929.0, 9976.0, 9956.0, 9948.0, 9985.0, 9944.0, 9968.0, 9924.0, 9961.0, 9944.0, 9969.0, 10023.0, 9967.0, 9994.0, 9949.0, 9977.0, 9950.0, 9992.0, 10031.0, 9986.0, 9990.0, 9972.0, 10035.0, 9991.0, 10033.0, 9996.0, 10020.0, 9966.0, 9988.0, 9999.0, 9996.0, 10001.0, 10012.0, 10021.0, 10010.0, 10028.0, 10018.0, 10024.0, 10015.0, 10072.0, 10044.0, 10089.0, 10028.0, 9965.0, 10025.0, 10074.0, 10073.0, 9987.0, 10065.0, 10054.0, 10081.0, 10045.0, 10047.0, 10022.0, 10033.0, 9998.0, 10032.0, 9985.0, 10019.0, 9941.0, 9968.0, 9915.0, 9926.0, 9905.0, 9921.0, 9921.0, 9925.0, 9939.0, 9937.0, 9959.0, 9957.0, 9906.0, 9910.0, 9880.0, 9896.0, 9913.0, 9955.0, 9939.0, 9980.0, 9975.0, 9951.0, 9960.0, 9965.0, 9946.0, 9966.0, 9978.0, 9953.0, 10009.0, 9997.0, 10029.0, 9990.0, 10026.0, 10014.0, 10003.0, 10003.0, 10047.0, 10001.0, 10035.0, 9994.0, 10017.0, 9960.0, 9999.0, 9958.0, 9986.0, 9961.0, 9993.0, 9968.0, 10013.0, 10025.0, 9975.0, 9992.0, 9982.0, 10015.0, 9958.0, 9976.0, 9962.0, 9973.0, 9984.0, 9971.0, 9990.0, 9965.0, 9978.0, 9966.0, 9998.0, 9995.0, 9984.0, 9981.0, 9974.0, 9995.0, 9964.0, 9999.0, 9956.0, 9972.0, 9945.0, 9964.0, 9942.0, 9967.0, 9938.0, 9987.0, 9942.0, 9974.0, 9984.0, 9956.0, 9984.0, 9966.0, 9975.0, 9964.0, 9993.0, 9948.0, 9992.0, 9981.0, 10001.0, 9976.0, 9983.0, 9989.0, 9859.0, 10022.0, 9925.0, 9921.0, 9887.0, 9928.0, 9926.0, 9939.0, 9919.0, 9946.0, 9931.0, 9942.0, 9915.0, 9949.0, 9917.0, 9924.0, 9897.0, 9929.0, 9915.0, 9962.0, 9945.0, 9953.0, 9934.0, 9959.0, 9932.0, 9962.0, 9942.0, 9950.0, 9921.0, 9962.0, 9924.0, 9962.0, 9940.0, 9966.0, 9948.0, 9967.0, 9924.0, 9961.0, 9922.0, 9964.0, 9946.0, 9980.0, 9948.0, 9981.0, 9935.0, 9974.0, 9925.0, 9963.0, 9918.0, 9943.0, 9901.0, 9943.0, 9949.0, 9970.0, 9923.0, 9947.0, 9912.0, 9914.0, 9928.0, 9913.0, 9936.0, 9912.0, 9940.0, 9912.0, 9936.0, 9922.0, 9954.0, 9938.0, 9944.0, 9919.0, 9959.0, 9958.0, 10000.0, 9969.0, 9992.0, 9959.0, 9959.0, 9963.0, 9939.0, 9920.0, 9950.0, 9936.0, 9967.0, 9934.0, 9956.0, 9943.0, 9966.0, 9941.0, 9967.0, 9944.0, 9977.0, 9967.0, 9954.0, 9932.0, 9946.0, 9948.0, 9951.0, 9961.0, 9944.0, 9928.0, 9929.0, 9941.0, 9936.0, 9974.0, 9939.0, 9936.0, 9923.0, 9937.0, 9930.0, 9973.0, 9936.0, 9955.0, 9911.0, 9940.0, 9921.0, 9941.0, 9903.0, 9942.0, 9916.0, 9944.0, 9921.0, 9950.0, 9922.0, 9983.0, 9923.0, 9950.0, 9940.0, 9950.0, 9967.0, 9940.0, 9951.0, 9941.0, 9983.0, 9963.0, 9980.0, 9960.0, 9988.0, 9951.0, 9974.0, 9969.0, 9977.0, 9973.0, 10034.0, 9990.0, 10004.0, 10031.0, 10082.0, 10036.0, 10044.0, 10035.0, 10065.0, 10041.0, 10038.0, 10045.0, 10019.0, 10058.0, 10015.0, 10075.0, 10066.0, 10075.0, 10043.0, 10060.0, 10024.0, 10031.0, 9984.0, 10019.0, 9947.0, 9996.0, 9969.0, 9951.0, 9944.0, 9936.0, 9974.0, 9953.0, 10004.0, 9959.0, 10015.0, 9956.0, 9987.0, 9944.0, 9985.0, 9941.0, 9987.0, 9970.0, 9974.0, 9998.0, 9962.0, 10010.0, 9968.0, 9983.0, 9947.0, 9968.0, 9955.0, 9973.0, 10009.0, 9950.0, 9989.0, 9941.0, 9963.0, 9925.0, 9965.0, 9977.0, 9939.0, 10006.0, 9941.0, 9970.0, 9929.0, 9974.0, 9960.0, 9994.0, 9998.0, 9970.0, 10001.0, 9968.0, 10023.0, 9969.0, 10006.0, 9973.0, 9996.0, 9968.0, 10014.0, 9996.0, 10006.0, 10013.0, 9990.0, 10031.0, 10012.0, 10047.0, 9992.0, 10027.0, 9975.0, 10016.0, 9976.0, 10021.0, 10036.0, 9986.0, 10039.0, 9984.0, 10023.0, 9975.0, 10013.0, 9965.0, 9998.0, 10008.0, 9993.0, 10044.0, 10001.0, 10024.0, 9979.0, 10039.0, 9974.0, 10027.0, 9980.0, 10017.0, 9986.0, 10003.0, 10018.0, 9989.0, 10041.0, 9996.0, 10006.0, 9955.0, 9989.0, 9964.0, 9985.0, 10019.0, 9967.0, 10009.0, 9961.0, 10002.0, 9978.0, 10017.0, 9998.0, 9991.0, 10029.0, 9975.0, 10044.0, 9972.0, 10001.0, 9957.0, 10003.0, 10021.0, 9993.0, 10029.0, 9995.0, 10042.0, 9992.0, 10027.0, 9994.0, 10037.0, 9976.0, 10020.0, 10003.0, 9990.0, 10062.0, 9998.0, 10010.0, 9982.0, 10000.0, 9956.0, 10017.0, 10010.0, 9989.0, 10053.0, 9989.0, 10033.0, 10003.0, 10045.0, 10024.0, 10013.0, 9982.0, 9987.0, 10022.0, 10009.0, 10046.0, 10007.0, 10049.0, 9997.0, 10025.0, 10011.0, 10049.0, 9995.0, 10012.0, 9971.0, 10027.0, 9993.0, 10038.0, 9988.0, 10018.0, 9983.0, 9994.0, 10022.0, 9981.0, 10039.0, 9973.0, 9990.0, 9947.0, 9985.0, 9953.0, 10007.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.018905046082949312</td></tr>
<tr><td colspan=3>aqi</td><td>0.11567339412442397</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.083859634013784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2485477091810848</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1301474840599761</td></tr>
<tr><td colspan=3>efc</td><td>0.5223</td></tr>
<tr><td colspan=3>fber</td><td>3513.196</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13802816899132875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.557603686635945</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7823288048352826</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.722936662352858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.784172024529257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8398777276237324</td></tr>
<tr><td colspan=3>gcor</td><td>0.0195904</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012902979739010334</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024399427697062492</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.713928485598255</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>21.7098</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.599</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.1055</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290038.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1230.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>505.9181</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8075</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.919</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3696.0948</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86506.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>808.8748</td></tr>
<tr><td colspan=3>tsnr</td><td>20.594327295548283</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>