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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-03/func/sub-0104_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1e8f4c39c29b3a484ed39ef7ee26a970</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>13:41:3.142500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999891, -0.00637204, -0.013351, 0.00680616, 0.999441, 0.0327266]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100319</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7766, -7198, 283, -105, -46, 14, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.09</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69103666-81e1-48a8-a880-f20150b855cd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682633399963379, 0.018260426819324493, -0.035464536398649216, 114.69422149658203], [0.017095722258090973, 2.681427478790283, 0.08859754353761673, -94.36073303222656], [-0.03581978380680084, -0.08780312538146973, 2.698312997817993, -46.87079620361328], [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': ['134103.142500', '134103.602500', '134104.062500', '134104.522500', '134104.982500', '134105.442500', '134105.902500', '134106.362500', '134106.822500', '134107.282500', '134107.742500', '134108.202500', '134108.662500', '134109.122500', '134109.582500', '134110.042500', '134110.502500', '134110.962500', '134111.422500', '134111.882500', '134112.342500', '134112.802500', '134113.262500', '134113.722500', '134114.182500', '134114.642500', '134115.102500', '134115.562500', '134116.022500', '134116.482500', '134116.942500', '134117.402500', '134117.862500', '134118.322500', '134118.782500', '134119.242500', '134119.702500', '134120.162500', '134120.622500', '134121.082500', '134121.542500', '134122.002500', '134122.462500', '134122.922500', '134123.382500', '134123.842500', '134124.302500', '134124.762500', '134125.222500', '134125.682500', '134126.142500', '134126.602500', '134127.062500', '134127.522500', '134127.982500', '134128.442500', '134128.902500', '134129.362500', '134129.822500', '134130.282500', '134130.742500', '134131.202500', '134131.662500', '134132.122500', '134132.582500', '134133.042500', '134133.502500', '134133.962500', '134134.422500', '134134.882500', '134135.342500', '134135.802500', '134136.262500', '134136.722500', '134137.182500', '134137.642500', '134138.102500', '134138.562500', '134139.022500', '134139.482500', '134139.942500', '134140.402500', '134140.862500', '134141.322500', '134141.782500', '134142.242500', '134142.702500', '134143.162500', '134143.622500', '134144.082500', '134144.542500', '134145.002500', '134145.462500', '134145.922500', '134146.382500', '134146.842500', '134147.302500', '134147.762500', '134148.222500', '134148.682500', '134149.142500', '134149.602500', '134150.062500', '134150.522500', '134150.982500', '134151.442500', '134151.902500', '134152.362500', '134152.822500', '134153.282500', '134153.742500', '134154.202500', '134154.662500', '134155.122500', '134155.582500', '134156.042500', '134156.502500', '134156.962500', '134157.422500', '134157.882500', '134158.342500', '134158.802500', '134159.262500', '134159.722500', '134200.182500', '134200.642500', '134201.102500', '134201.562500', '134202.022500', '134202.482500', '134202.942500', '134203.402500', '134203.862500', '134204.322500', '134204.782500', '134205.242500', '134205.702500', '134206.162500', '134206.622500', '134207.082500', '134207.542500', '134208.002500', '134208.462500', '134208.922500', '134209.382500', '134209.842500', '134210.302500', '134210.762500', '134211.222500', '134211.682500', '134212.142500', '134212.602500', '134213.062500', '134213.522500', '134213.982500', '134214.442500', '134214.902500', '134215.362500', '134215.822500', '134216.282500', '134216.742500', '134217.202500', '134217.662500', '134218.122500', '134218.582500', '134219.042500', '134219.502500', '134219.962500', '134220.422500', '134220.882500', '134221.342500', '134221.802500', '134222.262500', '134222.722500', '134223.182500', '134223.642500', '134224.102500', '134224.562500', '134225.022500', '134225.482500', '134225.942500', '134226.402500', '134226.862500', '134227.322500', '134227.782500', '134228.242500', '134228.702500', '134229.162500', '134229.622500', '134230.082500', '134230.542500', '134231.002500', '134231.462500', '134231.922500', '134232.382500', '134232.842500', '134233.302500', '134233.762500', '134234.222500', '134234.682500', '134235.142500', '134235.602500', '134236.062500', '134236.522500', '134236.982500', '134237.442500', '134237.902500', '134238.362500', '134238.822500', '134239.282500', '134239.742500', '134240.202500', '134240.662500', '134241.122500', '134241.582500', '134242.042500', '134242.502500', '134242.962500', '134243.422500', '134243.882500', '134244.342500', '134244.802500', '134245.262500', '134245.722500', '134246.182500', '134246.642500', '134247.102500', '134247.562500', '134248.022500', '134248.482500', '134248.942500', '134249.402500', '134249.862500', '134250.322500', '134250.782500', '134251.242500', '134251.702500', '134252.162500', '134252.622500', '134253.082500', '134253.542500', '134254.002500', '134254.462500', '134254.922500', '134255.382500', '134255.842500', '134256.302500', '134256.762500', '134257.222500', '134257.682500', '134258.142500', '134258.602500', '134259.062500', '134259.522500', '134259.982500', '134300.442500', '134300.902500', '134301.362500', '134301.822500', '134302.282500', '134302.742500', '134303.202500', '134303.662500', '134304.122500', '134304.582500', '134305.042500', '134305.502500', '134305.962500', '134306.422500', '134306.882500', '134307.342500', '134307.802500', '134308.262500', '134308.722500', '134309.182500', '134309.642500', '134310.102500', '134310.562500', '134311.022500', '134311.482500', '134311.942500', '134312.402500', '134312.862500', '134313.322500', '134313.782500', '134314.242500', '134314.702500', '134315.162500', '134315.622500', '134316.082500', '134316.542500', '134317.002500', '134317.462500', '134317.922500', '134318.382500', '134318.842500', '134319.302500', '134319.762500', '134320.222500', '134320.682500', '134321.142500', '134321.602500', '134322.062500', '134322.522500', '134322.982500', '134323.442500', '134323.902500', '134324.362500', '134324.822500', '134325.282500', '134325.742500', '134326.202500', '134326.662500', '134327.122500', '134327.582500', '134328.042500', '134328.502500', '134328.962500', '134329.422500', '134329.882500', '134330.342500', '134330.802500', '134331.262500', '134331.722500', '134332.182500', '134332.642500', '134333.102500', '134333.562500', '134334.022500', '134334.482500', '134334.942500', '134335.402500', '134335.862500', '134336.322500', '134336.782500', '134337.242500', '134337.702500', '134338.162500', '134338.622500', '134339.082500', '134339.542500', '134340.002500', '134340.462500', '134340.922500', '134341.382500', '134341.842500', '134342.302500', '134342.762500', '134343.222500', '134343.682500', '134344.142500', '134344.602500', '134345.062500', '134345.522500', '134345.982500', '134346.442500', '134346.902500', '134347.362500', '134347.822500', '134348.282500', '134348.742500', '134349.202500', '134349.662500', '134350.122500', '134350.582500', '134351.042500', '134351.502500', '134351.962500', '134352.422500', '134352.882500', '134353.342500', '134353.802500', '134354.262500', '134354.722500', '134355.182500', '134355.642500', '134356.102500', '134356.562500', '134357.022500', '134357.482500', '134357.942500', '134358.402500', '134358.862500', '134359.322500', '134359.782500', '134400.242500', '134400.702500', '134401.162500', '134401.622500', '134402.082500', '134402.542500', '134403.002500', '134403.462500', '134403.922500', '134404.382500', '134404.842500', '134405.302500', '134405.762500', '134406.222500', '134406.682500', '134407.142500', '134407.602500', '134408.062500', '134408.522500', '134408.982500', '134409.442500', '134409.902500', '134410.362500', '134410.822500', '134411.282500', '134411.742500', '134412.202500', '134412.662500', '134413.122500', '134413.582500', '134414.042500', '134414.502500', '134414.962500', '134415.422500', '134415.882500', '134416.342500', '134416.802500', '134417.262500', '134417.722500', '134418.182500', '134418.642500', '134419.102500', '134419.562500', '134420.022500', '134420.482500', '134420.942500', '134421.402500', '134421.862500', '134422.322500', '134422.782500', '134423.242500', '134423.702500', '134424.162500', '134424.622500', '134425.082500', '134425.542500', '134426.002500', '134426.462500', '134426.922500', '134427.382500', '134427.842500', '134428.302500', '134428.762500', '134429.222500', '134429.682500', '134430.142500', '134430.602500', '134431.062500', '134431.522500', '134431.982500', '134432.442500', '134432.902500', '134433.362500', '134433.822500', '134434.282500', '134434.742500', '134435.202500', '134435.662500', '134436.122500', '134436.582500', '134437.042500', '134437.502500', '134437.962500', '134438.422500', '134438.882500', '134439.342500', '134439.802500', '134440.262500', '134440.722500', '134441.182500', '134441.642500', '134442.102500', '134442.562500', '134443.022500', '134443.482500', '134443.942500', '134444.402500', '134444.862500', '134445.322500', '134445.782500', '134446.242500', '134446.702500', '134447.162500', '134447.622500', '134448.082500', '134448.542500', '134449.002500', '134449.462500', '134449.922500', '134450.382500', '134450.842500', '134451.302500', '134451.762500', '134452.222500', '134452.682500', '134453.142500', '134453.602500', '134454.062500', '134454.522500', '134454.982500', '134455.442500', '134455.902500', '134456.362500', '134456.822500', '134457.282500', '134457.742500', '134458.202500', '134458.662500', '134459.122500', '134459.582500', '134500.042500', '134500.502500', '134500.962500', '134501.422500', '134501.882500', '134502.342500', '134502.802500', '134503.262500', '134503.722500', '134504.182500', '134504.642500', '134505.102500', '134505.562500', '134506.022500', '134506.482500', '134506.942500', '134507.402500', '134507.862500', '134508.322500', '134508.782500', '134509.242500', '134509.702500', '134510.162500', '134510.622500', '134511.082500', '134511.542500', '134512.002500', '134512.462500', '134512.922500', '134513.382500', '134513.842500', '134514.302500', '134514.762500', '134515.222500', '134515.682500', '134516.142500', '134516.602500', '134517.062500', '134517.522500', '134517.982500', '134518.442500', '134518.902500', '134519.362500', '134519.822500', '134520.282500', '134520.742500', '134521.202500', '134521.662500', '134522.122500', '134522.582500', '134523.042500', '134523.502500', '134523.962500', '134524.422500', '134524.882500', '134525.342500', '134525.802500', '134526.262500', '134526.722500', '134527.182500', '134527.642500', '134528.102500', '134528.562500', '134529.022500', '134529.482500', '134529.942500', '134530.402500', '134530.862500', '134531.322500', '134531.782500', '134532.242500', '134532.702500', '134533.162500', '134533.622500', '134534.082500', '134534.542500', '134535.002500', '134535.462500', '134535.922500', '134536.382500', '134536.842500', '134537.302500', '134537.762500', '134538.222500', '134538.682500', '134539.142500', '134539.602500', '134540.062500', '134540.522500', '134540.982500', '134541.442500', '134541.902500', '134542.362500', '134542.822500', '134543.282500', '134543.742500', '134544.202500', '134544.662500', '134545.122500', '134545.582500', '134546.042500', '134546.502500', '134546.962500', '134547.422500', '134547.882500', '134548.342500', '134548.802500', '134549.262500', '134549.722500', '134550.182500', '134550.642500', '134551.102500', '134551.562500', '134552.022500', '134552.482500', '134552.942500', '134553.402500', '134553.862500', '134554.322500', '134554.782500', '134555.242500', '134555.702500', '134556.162500', '134556.622500', '134557.082500', '134557.542500', '134558.002500', '134558.462500', '134558.922500', '134559.382500', '134559.842500', '134600.302500', '134600.762500', '134601.222500', '134601.682500', '134602.142500', '134602.602500', '134603.062500', '134603.522500', '134603.982500', '134604.442500', '134604.902500', '134605.362500', '134605.822500', '134606.282500', '134606.742500', '134607.202500', '134607.662500', '134608.122500', '134608.582500', '134609.042500', '134609.502500', '134609.962500', '134610.422500', '134610.882500', '134611.342500', '134611.802500', '134612.262500', '134612.722500', '134613.182500', '134613.642500', '134614.102500', '134614.562500', '134615.022500', '134615.482500', '134615.942500', '134616.402500', '134616.862500', '134617.322500', '134617.782500', '134618.242500', '134618.702500', '134619.162500', '134619.622500', '134620.082500', '134620.542500', '134621.002500', '134621.462500', '134621.922500', '134622.382500', '134622.842500', '134623.302500', '134623.762500', '134624.222500', '134624.682500', '134625.142500', '134625.602500', '134626.062500', '134626.522500', '134626.982500', '134627.442500', '134627.902500', '134628.362500', '134628.822500', '134629.282500', '134629.742500', '134630.202500', '134630.662500', '134631.122500', '134631.582500', '134632.042500', '134632.502500', '134632.962500', '134633.422500', '134633.882500', '134634.342500', '134634.802500', '134635.262500', '134635.722500', '134636.182500', '134636.642500', '134637.102500', '134637.562500', '134638.022500', '134638.482500', '134638.942500', '134639.402500', '134639.862500', '134640.322500', '134640.782500', '134641.242500', '134641.702500', '134642.162500', '134642.622500', '134643.082500', '134643.542500', '134644.002500', '134644.462500', '134644.922500', '134645.382500', '134645.842500', '134646.302500', '134646.762500', '134647.222500', '134647.682500', '134648.142500', '134648.602500', '134649.062500', '134649.522500', '134649.982500', '134650.442500', '134650.902500', '134651.362500', '134651.822500', '134652.282500', '134652.742500', '134653.202500', '134653.662500', '134654.122500', '134654.582500', '134655.042500', '134655.502500', '134655.962500', '134656.422500', '134656.882500', '134657.342500', '134657.802500', '134658.262500', '134658.722500', '134659.182500', '134659.642500', '134700.102500', '134700.562500', '134701.022500', '134701.482500', '134701.942500', '134702.402500', '134702.862500', '134703.322500', '134703.782500', '134704.242500', '134704.702500', '134705.162500', '134705.622500', '134706.082500', '134706.542500', '134707.002500', '134707.462500', '134707.922500', '134708.382500', '134708.842500', '134709.302500', '134709.762500', '134710.222500', '134710.682500', '134711.142500', '134711.602500', '134712.062500', '134712.522500', '134712.982500', '134713.442500', '134713.902500', '134714.362500', '134714.822500', '134715.282500', '134715.742500', '134716.202500', '134716.662500', '134717.122500', '134717.582500', '134718.042500', '134718.502500', '134718.962500', '134719.422500', '134719.882500', '134720.342500', '134720.802500', '134721.262500', '134721.722500', '134722.182500', '134722.642500', '134723.102500', '134723.562500', '134724.022500', '134724.482500', '134724.942500', '134725.402500', '134725.862500', '134726.322500', '134726.782500', '134727.242500', '134727.702500', '134728.162500', '134728.622500', '134729.082500', '134729.542500', '134730.002500', '134730.462500', '134730.922500', '134731.382500', '134731.842500', '134732.302500', '134732.762500', '134733.222500', '134733.682500', '134734.142500', '134734.602500', '134735.062500', '134735.522500', '134735.982500', '134736.442500', '134736.902500', '134737.362500', '134737.822500', '134738.282500', '134738.742500', '134739.202500', '134739.662500', '134740.122500', '134740.582500', '134741.042500', '134741.502500', '134741.962500', '134742.422500', '134742.882500', '134743.342500', '134743.802500'], 'ContentTime': ['134118.159000', '134118.162000', '134118.171000', '134118.174000', '134118.176000', '134118.179000', '134118.182000', '134118.184000', '134118.187000', '134118.190000', '134118.192000', '134118.195000', '134118.198000', '134118.201000', '134118.204000', '134118.206000', '134118.209000', '134118.211000', '134118.214000', '134118.216000', '134118.219000', '134118.222000', '134118.229000', '134118.232000', '134118.234000', '134118.237000', '134118.239000', '134118.242000', '134118.244000', '134118.247000', '134138.128000', '134138.131000', '134138.134000', '134138.136000', '134138.139000', '134138.141000', '134138.144000', '134138.147000', '134138.149000', '134138.152000', '134138.155000', '134138.157000', '134138.160000', '134138.162000', '134138.165000', '134138.167000', '134138.170000', '134138.173000', '134138.175000', '134138.178000', '134138.181000', '134138.183000', '134138.190000', '134138.192000', '134138.195000', '134138.198000', '134138.200000', '134138.203000', '134138.205000', '134138.208000', '134138.210000', '134138.213000', '134138.215000', '134138.218000', '134138.220000', '134138.223000', '134138.226000', '134138.228000', '134138.231000', '134138.234000', '134138.236000', '134138.239000', '134138.241000', '134158.128000', '134158.131000', '134158.134000', '134158.137000', '134158.139000', '134158.142000', '134158.144000', '134158.147000', '134158.149000', '134158.152000', '134158.155000', '134158.157000', '134158.160000', '134158.162000', '134158.165000', '134158.167000', '134158.170000', '134158.172000', '134158.175000', '134158.177000', '134158.183000', '134158.186000', '134158.189000', '134158.191000', '134158.194000', '134158.196000', '134158.199000', '134158.202000', '134158.204000', '134158.207000', '134158.209000', '134158.212000', '134158.214000', '134158.217000', '134158.220000', '134158.222000', '134158.225000', '134158.227000', '134158.230000', '134158.232000', '134158.235000', '134158.237000', '134158.240000', '134158.242000', '134218.128000', '134218.130000', '134218.133000', '134218.136000', '134218.138000', '134218.141000', '134218.143000', '134218.146000', '134218.149000', '134218.152000', '134218.154000', '134218.157000', '134218.160000', '134218.162000', '134218.165000', '134218.167000', '134218.170000', '134218.172000', '134218.175000', '134218.178000', '134218.180000', '134218.183000', '134218.185000', '134218.188000', '134218.190000', '134218.193000', '134218.195000', '134218.198000', '134218.201000', '134218.203000', '134218.206000', '134218.209000', '134218.212000', '134218.214000', '134218.217000', '134218.220000', '134218.222000', '134218.225000', '134218.227000', '134218.230000', '134218.232000', '134218.235000', '134218.238000', '134238.128000', '134238.131000', '134238.134000', '134238.136000', '134238.139000', '134238.141000', '134238.144000', '134238.147000', '134238.149000', '134238.163000', '134238.166000', '134238.168000', '134238.171000', '134238.173000', '134238.176000', '134238.178000', '134238.181000', '134238.183000', '134238.186000', '134238.189000', '134238.191000', '134238.194000', '134238.196000', '134238.199000', '134238.201000', '134238.204000', '134238.207000', '134238.209000', '134238.212000', '134238.214000', '134238.217000', '134238.219000', '134238.222000', '134238.224000', '134238.227000', '134238.229000', '134238.232000', '134238.235000', '134238.237000', '134238.240000', '134238.242000', '134238.245000', '134238.247000', '134238.250000', '134258.128000', '134258.131000', '134258.134000', '134258.136000', '134258.139000', '134258.142000', '134258.144000', '134258.147000', '134258.149000', '134258.152000', '134258.155000', '134258.157000', '134258.160000', '134258.163000', '134258.166000', '134258.169000', '134258.176000', '134258.179000', '134258.182000', '134258.184000', '134258.187000', '134258.189000', '134258.192000', '134258.195000', '134258.197000', '134258.200000', '134258.202000', '134258.205000', '134258.208000', '134258.210000', '134258.213000', '134258.215000', '134258.218000', '134258.222000', '134258.224000', '134258.227000', '134258.230000', '134258.232000', '134258.235000', '134258.237000', '134258.240000', '134258.242000', '134258.245000', '134318.129000', '134318.131000', '134318.134000', '134318.137000', '134318.139000', '134318.142000', '134318.144000', '134318.147000', '134318.149000', '134318.152000', '134318.155000', '134318.157000', '134318.160000', '134318.162000', '134318.165000', '134318.167000', '134318.170000', '134318.172000', '134318.175000', '134318.178000', '134318.180000', '134318.183000', '134318.185000', '134318.188000', '134318.191000', '134318.193000', '134318.196000', '134318.198000', '134318.201000', '134318.204000', '134318.206000', '134318.209000', '134318.211000', '134318.214000', '134318.217000', '134318.219000', '134318.222000', '134318.225000', '134318.228000', '134318.231000', '134318.233000', '134318.236000', '134318.238000', '134318.241000', '134338.128000', '134338.131000', '134338.134000', '134338.136000', '134338.139000', '134338.142000', '134338.144000', '134338.147000', '134338.149000', '134338.152000', '134338.154000', '134338.157000', '134338.160000', '134338.162000', '134338.165000', '134338.167000', '134338.170000', '134338.173000', '134338.175000', '134338.178000', '134338.181000', '134338.183000', '134338.186000', '134338.188000', '134338.191000', '134338.194000', '134338.196000', '134338.199000', '134338.202000', '134338.204000', '134338.207000', '134338.210000', '134338.213000', '134338.216000', '134338.218000', '134338.221000', '134338.224000', '134338.226000', '134338.229000', '134338.231000', '134338.234000', '134338.236000', '134338.239000', '134358.128000', '134358.131000', '134358.134000', '134358.136000', '134358.139000', '134358.142000', '134358.144000', '134358.147000', '134358.149000', '134358.152000', '134358.154000', '134358.157000', '134358.160000', '134358.162000', '134358.165000', '134358.167000', '134358.170000', '134358.172000', '134358.175000', '134358.178000', '134358.180000', '134358.183000', '134358.185000', '134358.188000', '134358.191000', '134358.193000', '134358.196000', '134358.198000', '134358.201000', '134358.204000', '134358.206000', '134358.209000', '134358.211000', '134358.214000', '134358.216000', '134358.219000', '134358.222000', '134358.224000', '134358.227000', '134358.229000', '134358.232000', '134358.234000', '134358.237000', '134358.240000', '134418.128000', '134418.131000', '134418.134000', '134418.136000', '134418.154000', '134418.157000', '134418.160000', '134418.162000', '134418.165000', '134418.167000', '134418.170000', '134418.173000', '134418.175000', '134418.178000', '134418.180000', '134418.183000', '134418.185000', '134418.188000', '134418.191000', '134418.193000', '134418.196000', '134418.198000', '134418.201000', '134418.203000', '134418.206000', '134418.209000', '134418.211000', '134418.214000', '134418.216000', '134418.219000', '134418.221000', '134418.224000', '134418.227000', '134418.229000', '134418.232000', '134418.235000', '134418.237000', '134418.240000', '134418.243000', '134418.245000', '134418.248000', '134418.251000', '134418.254000', '134438.128000', '134438.130000', '134438.133000', '134438.136000', '134438.138000', '134438.141000', '134438.143000', '134438.146000', '134438.148000', '134438.151000', '134438.154000', '134438.156000', '134438.159000', '134438.161000', '134438.164000', '134438.166000', '134438.169000', '134438.172000', '134438.174000', '134438.177000', '134438.186000', '134438.188000', '134438.191000', '134438.193000', '134438.196000', '134438.199000', '134438.201000', '134438.204000', '134438.206000', '134438.209000', '134438.211000', '134438.214000', '134438.217000', '134438.219000', '134438.222000', '134438.224000', '134438.227000', '134438.229000', '134438.232000', '134438.235000', '134438.237000', '134438.240000', '134438.242000', '134438.245000', '134458.129000', '134458.132000', '134458.134000', '134458.137000', '134458.139000', '134458.142000', '134458.145000', '134458.147000', '134458.150000', '134458.152000', '134458.155000', '134458.157000', '134458.160000', '134458.163000', '134458.165000', '134458.168000', '134458.170000', '134458.173000', '134458.176000', '134458.178000', '134458.181000', '134458.183000', '134458.186000', '134458.189000', '134458.191000', '134458.194000', '134458.196000', '134458.199000', '134458.202000', '134458.204000', '134458.207000', '134458.210000', '134458.212000', '134458.215000', '134458.218000', '134458.221000', '134458.224000', '134458.227000', '134458.229000', '134458.232000', '134458.234000', '134458.237000', '134458.239000', '134518.128000', '134518.131000', '134518.134000', '134518.137000', '134518.139000', '134518.142000', '134518.145000', '134518.147000', '134518.150000', '134518.152000', '134518.155000', '134518.157000', '134518.160000', '134518.163000', '134518.165000', '134518.168000', '134518.170000', '134518.173000', '134518.176000', '134518.178000', '134518.181000', '134518.183000', '134518.186000', '134518.188000', '134518.191000', '134518.194000', '134518.196000', '134518.199000', '134518.201000', '134518.204000', '134518.207000', '134518.209000', '134518.212000', '134518.214000', '134518.217000', '134518.220000', '134518.222000', '134518.225000', '134518.227000', '134518.230000', '134518.233000', '134518.235000', '134518.238000', '134518.240000', '134538.129000', '134538.131000', '134538.134000', '134538.137000', '134538.139000', '134538.142000', '134538.144000', '134538.147000', '134538.150000', '134538.152000', '134538.155000', '134538.157000', '134538.160000', '134538.162000', '134538.165000', '134538.168000', '134538.171000', '134538.173000', '134538.176000', '134538.178000', '134538.181000', '134538.183000', '134538.186000', '134538.189000', '134538.191000', '134538.194000', '134538.196000', '134538.199000', '134538.201000', '134538.210000', '134538.212000', '134538.215000', '134538.218000', '134538.220000', '134538.223000', '134538.225000', '134538.228000', '134538.231000', '134538.233000', '134538.236000', '134538.238000', '134538.241000', '134538.243000', '134558.128000', '134558.131000', '134558.134000', '134558.136000', '134558.139000', '134558.142000', '134558.144000', '134558.147000', '134558.149000', '134558.152000', '134558.154000', '134558.157000', '134558.159000', '134558.162000', '134558.165000', '134558.167000', '134558.170000', '134558.173000', '134558.176000', '134558.179000', '134558.181000', '134558.184000', '134558.186000', '134558.189000', '134558.191000', '134558.194000', '134558.197000', '134558.199000', '134558.202000', '134558.204000', '134558.207000', '134558.210000', '134558.212000', '134558.215000', '134558.217000', '134558.220000', '134558.222000', '134558.225000', '134558.228000', '134558.230000', '134558.233000', '134558.235000', '134558.238000', '134558.241000', '134618.129000', '134618.132000', '134618.134000', '134618.137000', '134618.139000', '134618.142000', '134618.145000', '134618.147000', '134618.150000', '134618.152000', '134618.155000', '134618.157000', '134618.160000', '134618.163000', '134618.165000', '134618.168000', '134618.170000', '134618.173000', '134618.176000', '134618.178000', '134618.181000', '134618.183000', '134618.186000', '134618.189000', '134618.191000', '134618.194000', '134618.196000', '134618.199000', '134618.202000', '134618.205000', '134618.207000', '134618.210000', '134618.213000', '134618.215000', '134618.218000', '134618.221000', '134618.223000', '134618.226000', '134618.228000', '134618.231000', '134618.234000', '134618.236000', '134618.239000', '134638.128000', '134638.131000', '134638.134000', '134638.137000', '134638.139000', '134638.142000', '134638.144000', '134638.147000', '134638.149000', '134638.152000', '134638.155000', '134638.157000', '134638.160000', '134638.163000', '134638.165000', '134638.168000', '134638.170000', '134638.173000', '134638.175000', '134638.186000', '134638.188000', '134638.191000', '134638.193000', '134638.196000', '134638.199000', '134638.201000', '134638.204000', '134638.206000', '134638.209000', '134638.211000', '134638.214000', '134638.217000', '134638.219000', '134638.222000', '134638.224000', '134638.227000', '134638.229000', '134638.232000', '134638.235000', '134638.237000', '134638.240000', '134638.242000', '134638.245000', '134638.248000', '134658.128000', '134658.130000', '134658.133000', '134658.136000', '134658.138000', '134658.141000', '134658.143000', '134658.146000', '134658.149000', '134658.151000', '134658.154000', '134658.156000', '134658.159000', '134658.162000', '134658.164000', '134658.167000', '134658.169000', '134658.172000', '134658.174000', '134658.177000', '134658.180000', '134658.182000', '134658.185000', '134658.187000', '134658.190000', '134658.193000', '134658.195000', '134658.198000', '134658.201000', '134658.203000', '134658.206000', '134658.208000', '134658.211000', '134658.213000', '134658.216000', '134658.219000', '134658.221000', '134658.224000', '134658.226000', '134658.229000', '134658.238000', '134658.240000', '134658.243000', '134718.129000', '134718.133000', '134718.136000', '134718.138000', '134718.141000', '134718.143000', '134718.146000', '134718.148000', '134718.151000', '134718.154000', '134718.156000', '134718.159000', '134718.162000', '134718.164000', '134718.167000', '134718.169000', '134718.172000', '134718.174000', '134718.177000', '134718.180000', '134718.182000', '134718.185000', '134718.187000', '134718.190000', '134718.193000', '134718.195000', '134718.198000', '134718.201000', '134718.203000', '134718.206000', '134718.208000', '134718.211000', '134718.214000', '134718.216000', '134718.219000', '134718.221000', '134718.224000', '134718.226000', '134718.229000', '134718.232000', '134718.234000', '134718.237000', '134718.240000', '134718.242000', '134738.129000', '134738.131000', '134738.134000', '134738.137000', '134738.139000', '134738.142000', '134738.144000', '134738.147000', '134738.149000', '134738.152000', '134738.155000', '134738.157000', '134738.160000', '134738.162000', '134738.165000', '134738.168000', '134738.170000', '134738.173000', '134738.175000', '134738.178000', '134738.180000', '134738.183000', '134738.186000', '134738.188000', '134738.191000', '134738.193000', '134738.196000', '134738.199000', '134738.201000', '134738.204000', '134738.206000', '134738.209000', '134738.211000', '134738.214000', '134738.217000', '134738.219000', '134738.222000', '134738.224000', '134738.227000', '134738.229000', '134738.232000', '134738.235000', '134738.237000', '134745.186000', '134745.190000', '134745.192000', '134745.195000', '134745.198000', '134745.200000', '134745.203000', '134745.206000', '134745.208000', '134745.211000', '134745.214000', '134745.217000', '134745.219000', '134745.222000', '134745.225000', '134745.228000'], 'InstanceCreationTime': ['134118.159000', '134118.162000', '134118.171000', '134118.174000', '134118.176000', '134118.179000', '134118.182000', '134118.184000', '134118.187000', '134118.190000', '134118.192000', '134118.195000', '134118.198000', '134118.201000', '134118.204000', '134118.206000', '134118.209000', '134118.211000', '134118.214000', '134118.216000', '134118.219000', '134118.222000', '134118.229000', '134118.232000', '134118.234000', '134118.237000', '134118.239000', '134118.242000', '134118.244000', '134118.247000', '134138.128000', '134138.131000', '134138.134000', '134138.136000', '134138.139000', '134138.141000', '134138.144000', '134138.147000', '134138.149000', '134138.152000', '134138.155000', '134138.157000', '134138.160000', '134138.162000', '134138.165000', '134138.167000', '134138.170000', '134138.173000', '134138.175000', '134138.178000', '134138.181000', '134138.183000', '134138.190000', '134138.192000', '134138.195000', '134138.198000', '134138.200000', '134138.203000', '134138.205000', '134138.208000', '134138.210000', '134138.213000', '134138.215000', '134138.218000', '134138.220000', '134138.223000', '134138.226000', '134138.228000', '134138.231000', '134138.234000', '134138.236000', '134138.239000', '134138.241000', '134158.128000', '134158.131000', '134158.134000', '134158.137000', '134158.139000', '134158.142000', '134158.144000', '134158.147000', '134158.149000', '134158.152000', '134158.155000', '134158.157000', '134158.160000', '134158.162000', '134158.165000', '134158.167000', '134158.170000', '134158.172000', '134158.175000', '134158.177000', '134158.183000', '134158.186000', '134158.189000', '134158.191000', '134158.194000', '134158.196000', '134158.199000', '134158.202000', '134158.204000', '134158.207000', '134158.209000', '134158.212000', '134158.214000', '134158.217000', '134158.220000', '134158.222000', '134158.225000', '134158.227000', '134158.230000', '134158.232000', '134158.235000', '134158.237000', '134158.240000', '134158.242000', '134218.128000', '134218.130000', '134218.133000', '134218.136000', '134218.138000', '134218.141000', '134218.143000', '134218.146000', '134218.149000', '134218.152000', '134218.154000', '134218.157000', '134218.160000', '134218.162000', '134218.165000', '134218.167000', '134218.170000', '134218.172000', '134218.175000', '134218.178000', '134218.180000', '134218.183000', '134218.185000', '134218.188000', '134218.190000', '134218.193000', '134218.195000', '134218.198000', '134218.201000', '134218.203000', '134218.206000', '134218.209000', '134218.212000', '134218.214000', '134218.217000', '134218.220000', '134218.222000', '134218.225000', '134218.227000', '134218.230000', '134218.232000', '134218.235000', '134218.238000', '134238.128000', '134238.131000', '134238.134000', '134238.136000', '134238.139000', '134238.141000', '134238.144000', '134238.147000', '134238.149000', '134238.163000', '134238.166000', '134238.168000', '134238.171000', '134238.173000', '134238.176000', '134238.178000', '134238.181000', '134238.183000', '134238.186000', '134238.189000', '134238.191000', '134238.194000', '134238.196000', '134238.199000', '134238.201000', '134238.204000', '134238.207000', '134238.209000', '134238.212000', '134238.214000', '134238.217000', '134238.219000', '134238.222000', '134238.224000', '134238.227000', '134238.229000', '134238.232000', '134238.235000', '134238.237000', '134238.240000', '134238.242000', '134238.245000', '134238.247000', '134238.250000', '134258.128000', '134258.131000', '134258.134000', '134258.136000', '134258.139000', '134258.142000', '134258.144000', '134258.147000', '134258.149000', '134258.152000', '134258.155000', '134258.157000', '134258.160000', '134258.163000', '134258.166000', '134258.169000', '134258.176000', '134258.179000', '134258.182000', '134258.184000', '134258.187000', '134258.189000', '134258.192000', '134258.195000', '134258.197000', '134258.200000', '134258.202000', '134258.205000', '134258.208000', '134258.210000', '134258.213000', '134258.215000', '134258.218000', '134258.222000', '134258.224000', '134258.227000', '134258.230000', '134258.232000', '134258.235000', '134258.237000', '134258.240000', '134258.242000', '134258.245000', '134318.129000', '134318.131000', '134318.134000', '134318.137000', '134318.139000', '134318.142000', '134318.144000', '134318.147000', '134318.149000', '134318.152000', '134318.155000', '134318.157000', '134318.160000', '134318.162000', '134318.165000', '134318.167000', '134318.170000', '134318.172000', '134318.175000', '134318.178000', '134318.180000', '134318.183000', '134318.185000', '134318.188000', '134318.191000', '134318.193000', '134318.196000', '134318.198000', '134318.201000', '134318.204000', '134318.206000', '134318.209000', '134318.211000', '134318.214000', '134318.217000', '134318.219000', '134318.222000', '134318.225000', '134318.228000', '134318.231000', '134318.233000', '134318.236000', '134318.238000', '134318.241000', '134338.128000', '134338.131000', '134338.134000', '134338.136000', '134338.139000', '134338.142000', '134338.144000', '134338.147000', '134338.149000', '134338.152000', '134338.154000', '134338.157000', '134338.160000', '134338.162000', '134338.165000', '134338.167000', '134338.170000', '134338.173000', '134338.175000', '134338.178000', '134338.181000', '134338.183000', '134338.186000', '134338.188000', '134338.191000', '134338.194000', '134338.196000', '134338.199000', '134338.202000', '134338.204000', '134338.207000', '134338.210000', '134338.213000', '134338.216000', '134338.218000', '134338.221000', '134338.224000', '134338.226000', '134338.229000', '134338.231000', '134338.234000', '134338.236000', '134338.239000', '134358.128000', '134358.131000', '134358.134000', '134358.136000', '134358.139000', '134358.142000', '134358.144000', '134358.147000', '134358.149000', '134358.152000', '134358.154000', '134358.157000', '134358.160000', '134358.162000', '134358.165000', '134358.167000', '134358.170000', '134358.172000', '134358.175000', '134358.178000', '134358.180000', '134358.183000', '134358.185000', '134358.188000', '134358.191000', '134358.193000', '134358.196000', '134358.198000', '134358.201000', '134358.204000', '134358.206000', '134358.209000', '134358.211000', '134358.214000', '134358.216000', '134358.219000', '134358.222000', '134358.224000', '134358.227000', '134358.229000', '134358.232000', '134358.234000', '134358.237000', '134358.240000', '134418.128000', '134418.131000', '134418.134000', '134418.136000', '134418.154000', '134418.157000', '134418.160000', '134418.162000', '134418.165000', '134418.167000', '134418.170000', '134418.173000', '134418.175000', '134418.178000', '134418.180000', '134418.183000', '134418.185000', '134418.188000', '134418.191000', '134418.193000', '134418.196000', '134418.198000', '134418.201000', '134418.203000', '134418.206000', '134418.209000', '134418.211000', '134418.214000', '134418.216000', '134418.219000', '134418.221000', '134418.224000', '134418.227000', '134418.229000', '134418.232000', '134418.235000', '134418.237000', '134418.240000', '134418.243000', '134418.245000', '134418.248000', '134418.251000', '134418.254000', '134438.128000', '134438.130000', '134438.133000', '134438.136000', '134438.138000', '134438.141000', '134438.143000', '134438.146000', '134438.148000', '134438.151000', '134438.154000', '134438.156000', '134438.159000', '134438.161000', '134438.164000', '134438.166000', '134438.169000', '134438.172000', '134438.174000', '134438.177000', '134438.186000', '134438.188000', '134438.191000', '134438.193000', '134438.196000', '134438.199000', '134438.201000', '134438.204000', '134438.206000', '134438.209000', '134438.211000', '134438.214000', '134438.217000', '134438.219000', '134438.222000', '134438.224000', '134438.227000', '134438.229000', '134438.232000', '134438.235000', '134438.237000', '134438.240000', '134438.242000', '134438.245000', '134458.129000', '134458.132000', '134458.134000', '134458.137000', '134458.139000', '134458.142000', '134458.145000', '134458.147000', '134458.150000', '134458.152000', '134458.155000', '134458.157000', '134458.160000', '134458.163000', '134458.165000', '134458.168000', '134458.170000', '134458.173000', '134458.176000', '134458.178000', '134458.181000', '134458.183000', '134458.186000', '134458.189000', '134458.191000', '134458.194000', '134458.196000', '134458.199000', '134458.202000', '134458.204000', '134458.207000', '134458.210000', '134458.212000', '134458.215000', '134458.218000', '134458.221000', '134458.224000', '134458.227000', '134458.229000', '134458.232000', '134458.234000', '134458.237000', '134458.239000', '134518.128000', '134518.131000', '134518.134000', '134518.137000', '134518.139000', '134518.142000', '134518.145000', '134518.147000', '134518.150000', '134518.152000', '134518.155000', '134518.157000', '134518.160000', '134518.163000', '134518.165000', '134518.168000', '134518.170000', '134518.173000', '134518.176000', '134518.178000', '134518.181000', '134518.183000', '134518.186000', '134518.188000', '134518.191000', '134518.194000', '134518.196000', '134518.199000', '134518.201000', '134518.204000', '134518.207000', '134518.209000', '134518.212000', '134518.214000', '134518.217000', '134518.220000', '134518.222000', '134518.225000', '134518.227000', '134518.230000', '134518.233000', '134518.235000', '134518.238000', '134518.240000', '134538.129000', '134538.131000', '134538.134000', '134538.137000', '134538.139000', '134538.142000', '134538.144000', '134538.147000', '134538.150000', '134538.152000', '134538.155000', '134538.157000', '134538.160000', '134538.162000', '134538.165000', '134538.168000', '134538.171000', '134538.173000', '134538.176000', '134538.178000', '134538.181000', '134538.183000', '134538.186000', '134538.189000', '134538.191000', '134538.194000', '134538.196000', '134538.199000', '134538.201000', '134538.210000', '134538.212000', '134538.215000', '134538.218000', '134538.220000', '134538.223000', '134538.225000', '134538.228000', '134538.231000', '134538.233000', '134538.236000', '134538.238000', '134538.241000', '134538.243000', '134558.128000', '134558.131000', '134558.134000', '134558.136000', '134558.139000', '134558.142000', '134558.144000', '134558.147000', '134558.149000', '134558.152000', '134558.154000', '134558.157000', '134558.159000', '134558.162000', '134558.165000', '134558.167000', '134558.170000', '134558.173000', '134558.176000', '134558.179000', '134558.181000', '134558.184000', '134558.186000', '134558.189000', '134558.191000', '134558.194000', '134558.197000', '134558.199000', '134558.202000', '134558.204000', '134558.207000', '134558.210000', '134558.212000', '134558.215000', '134558.217000', '134558.220000', '134558.222000', '134558.225000', '134558.228000', '134558.230000', '134558.233000', '134558.235000', '134558.238000', '134558.241000', '134618.129000', '134618.132000', '134618.134000', '134618.137000', '134618.139000', '134618.142000', '134618.145000', '134618.147000', '134618.150000', '134618.152000', '134618.155000', '134618.157000', '134618.160000', '134618.163000', '134618.165000', '134618.168000', '134618.170000', '134618.173000', '134618.176000', '134618.178000', '134618.181000', '134618.183000', '134618.186000', '134618.189000', '134618.191000', '134618.194000', '134618.196000', '134618.199000', '134618.202000', '134618.205000', '134618.207000', '134618.210000', '134618.213000', '134618.215000', '134618.218000', '134618.221000', '134618.223000', '134618.226000', '134618.228000', '134618.231000', '134618.234000', '134618.236000', '134618.239000', '134638.128000', '134638.131000', '134638.134000', '134638.137000', '134638.139000', '134638.142000', '134638.144000', '134638.147000', '134638.149000', '134638.152000', '134638.155000', '134638.157000', '134638.160000', '134638.163000', '134638.165000', '134638.168000', '134638.170000', '134638.173000', '134638.175000', '134638.186000', '134638.188000', '134638.191000', '134638.193000', '134638.196000', '134638.199000', '134638.201000', '134638.204000', '134638.206000', '134638.209000', '134638.211000', '134638.214000', '134638.217000', '134638.219000', '134638.222000', '134638.224000', '134638.227000', '134638.229000', '134638.232000', '134638.235000', '134638.237000', '134638.240000', '134638.242000', '134638.245000', '134638.248000', '134658.128000', '134658.130000', '134658.133000', '134658.136000', '134658.138000', '134658.141000', '134658.143000', '134658.146000', '134658.149000', '134658.151000', '134658.154000', '134658.156000', '134658.159000', '134658.162000', '134658.164000', '134658.167000', '134658.169000', '134658.172000', '134658.174000', '134658.177000', '134658.180000', '134658.182000', '134658.185000', '134658.187000', '134658.190000', '134658.193000', '134658.195000', '134658.198000', '134658.201000', '134658.203000', '134658.206000', '134658.208000', '134658.211000', '134658.213000', '134658.216000', '134658.219000', '134658.221000', '134658.224000', '134658.226000', '134658.229000', '134658.238000', '134658.240000', '134658.243000', '134718.129000', '134718.133000', '134718.136000', '134718.138000', '134718.141000', '134718.143000', '134718.146000', '134718.148000', '134718.151000', '134718.154000', '134718.156000', '134718.159000', '134718.162000', '134718.164000', '134718.167000', '134718.169000', '134718.172000', '134718.174000', '134718.177000', '134718.180000', '134718.182000', '134718.185000', '134718.187000', '134718.190000', '134718.193000', '134718.195000', '134718.198000', '134718.201000', '134718.203000', '134718.206000', '134718.208000', '134718.211000', '134718.214000', '134718.216000', '134718.219000', '134718.221000', '134718.224000', '134718.226000', '134718.229000', '134718.232000', '134718.234000', '134718.237000', '134718.240000', '134718.242000', '134738.129000', '134738.131000', '134738.134000', '134738.137000', '134738.139000', '134738.142000', '134738.144000', '134738.147000', '134738.149000', '134738.152000', '134738.155000', '134738.157000', '134738.160000', '134738.162000', '134738.165000', '134738.168000', '134738.170000', '134738.173000', '134738.175000', '134738.178000', '134738.180000', '134738.183000', '134738.186000', '134738.188000', '134738.191000', '134738.193000', '134738.196000', '134738.199000', '134738.201000', '134738.204000', '134738.206000', '134738.209000', '134738.211000', '134738.214000', '134738.217000', '134738.219000', '134738.222000', '134738.224000', '134738.227000', '134738.229000', '134738.232000', '134738.235000', '134738.237000', '134745.186000', '134745.190000', '134745.192000', '134745.195000', '134745.198000', '134745.200000', '134745.203000', '134745.206000', '134745.208000', '134745.211000', '134745.214000', '134745.217000', '134745.219000', '134745.222000', '134745.225000', '134745.228000'], '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': [13265, 10042, 10384, 13334, 11050, 10362, 9237, 8442, 11523, 9408, 8529, 12625, 9748, 10067, 12382, 8028, 9397, 14214, 8844, 11163, 14048, 9183, 10328, 7990, 8641, 14000, 8574, 12031, 8065, 10781, 14294, 9878, 11428, 8112, 8625, 11724, 8372, 10000, 13455, 8686, 10812, 9686, 8083, 12129, 9301, 8956, 12292, 9098, 9390, 12295, 9475, 9643, 12083, 8018, 10883, 9964, 8258, 11972, 9749, 9021, 12243, 8848, 8914, 12438, 8780, 9369, 12688, 9641, 9423, 12478, 8103, 9587, 12800, 8792, 9564, 13322, 8233, 9934, 10859, 7921, 10269, 10851, 8118, 9936, 7822, 8146, 11593, 8598, 8885, 12050, 9161, 9197, 12919, 7559, 9801, 14407, 7948, 10469, 10431, 8135, 12289, 9140, 8687, 12305, 9840, 9775, 13094, 10087, 9886, 13679, 8051, 9661, 14712, 7987, 11558, 10344, 8647, 12689, 8711, 9068, 12395, 9133, 9779, 13666, 9002, 9531, 12901, 8345, 9872, 9724, 8322, 10777, 9859, 8450, 10795, 7847, 8750, 11489, 8703, 9524, 13459, 8311, 9591, 7848, 8221, 11712, 8483, 9402, 11592, 8410, 9942, 8014, 8367, 11733, 8718, 9860, 12622, 8982, 10458, 7911, 8265, 11032, 8749, 9302, 12257, 9531, 9552, 12252, 8470, 9521, 13158, 9080, 10173, 13551, 9779, 9844, 14543, 8086, 9757, 14741, 7956, 10716, 12135, 8587, 11169, 9037, 8488, 10985, 9790, 8367, 11823, 8889, 8563, 12058, 8360, 8420, 12248, 8498, 8968, 12358, 9577, 8928, 12708, 7728, 9373, 11704, 8112, 9873, 8494, 8580, 12514, 8086, 10361, 8000, 10671, 15303, 11806, 11059, 10090, 8493, 11170, 9764, 8511, 12122, 9334, 9327, 12222, 8396, 9812, 11390, 8160, 11143, 8601, 8888, 11969, 8309, 9369, 13147, 9524, 9420, 9315, 8896, 12223, 9447, 9103, 13170, 9634, 10265, 12542, 9278, 9865, 7858, 8936, 11603, 8748, 9186, 12097, 9277, 9231, 11712, 8521, 9237, 13784, 8788, 9437, 7881, 9105, 11727, 8481, 9143, 12264, 9125, 8733, 8864, 8777, 10658, 7641, 8586, 11564, 9220, 9064, 6996, 8551, 9606, 7899, 8535, 11853, 9409, 9691, 12431, 8576, 9997, 15320, 8646, 11715, 10566, 9084, 13976, 9176, 9238, 13601, 9918, 10670, 11983, 9343, 11743, 8533, 9177, 12034, 8716, 9257, 14724, 8772, 8874, 7909, 9021, 11483, 8171, 9067, 12407, 9213, 9083, 12733, 8640, 9154, 12807, 8714, 9457, 12077, 8985, 9417, 8268, 8850, 10631, 8474, 9034, 11961, 8274, 9207, 12167, 8731, 9344, 11211, 8791, 10193, 7683, 8796, 11755, 9049, 9788, 11829, 8943, 9759, 14363, 9041, 9785, 14256, 8857, 9727, 8989, 9216, 11182, 7960, 9101, 11261, 8679, 9206, 11833, 8873, 9159, 11945, 9041, 9116, 13479, 8770, 8732, 9075, 9049, 10834, 8054, 9157, 11896, 9412, 9134, 11623, 9130, 9399, 12384, 8709, 9912, 8936, 9112, 10468, 8365, 9165, 11480, 8837, 9550, 12048, 9068, 9398, 7660, 9313, 10884, 8514, 9311, 11797, 9004, 9939, 7799, 8997, 11591, 8565, 9542, 11738, 8805, 10055, 7531, 8894, 11548, 9104, 9192, 11731, 8788, 10111, 8386, 9270, 12291, 10044, 9832, 12696, 8907, 9743, 14722, 9106, 11127, 10290, 9357, 12499, 8985, 9386, 12373, 9194, 9612, 13157, 10460, 9171, 12681, 9040, 9318, 12941, 9101, 10292, 8919, 9371, 10649, 8405, 9162, 11709, 8162, 9230, 10841, 8133, 8868, 8085, 9269, 13540, 8119, 10291, 15266, 8799, 10046, 9215, 8906, 10876, 9554, 8655, 11034, 8237, 8721, 11385, 8349, 8884, 11966, 9306, 8795, 10836, 8828, 9762, 8581, 8773, 11647, 8661, 9103, 11964, 8267, 9205, 11687, 8499, 9730, 11132, 8764, 9727, 8419, 8539, 11938, 8307, 9340, 13003, 8424, 10089, 13465, 8777, 9583, 9458, 8754, 10929, 8596, 9064, 12248, 9535, 9980, 11861, 9088, 9232, 14401, 8759, 10418, 10948, 9125, 10678, 7883, 8923, 11248, 8531, 9287, 11726, 9975, 8549, 7266, 8845, 10420, 8584, 8997, 10618, 8499, 8489, 7828, 8791, 10351, 8351, 9129, 10974, 8790, 8871, 8302, 8703, 9962, 7739, 8735, 10914, 9362, 9078, 8937, 8748, 9769, 7914, 8680, 11583, 8836, 9537, 11230, 8537, 9745, 8471, 8847, 11318, 8676, 9221, 12201, 8533, 10056, 8453, 8831, 11590, 9695, 9002, 8233, 8678, 10774, 7991, 8671, 11729, 9193, 9328, 12284, 8404, 9431, 8388, 8800, 11368, 8729, 9883, 11085, 9078, 9765, 8180, 8906, 11429, 8469, 9414, 12746, 9488, 9465, 11943, 8464, 9109, 12057, 8570, 8316, 8228, 8892, 10471, 8056, 8898, 11434, 8613, 8954, 11953, 8556, 9889, 10259, 8521, 11311, 8866, 8870, 11475, 8520, 8911, 11903, 8399, 10248, 8069, 9003, 11135, 8278, 8936, 9841, 8565, 10881, 8112, 8897, 11229, 8325, 9084, 12697, 8507, 10332, 10764, 8895, 10698, 8354, 8932, 11654, 8589, 10074, 14310, 8736, 8886, 7822, 9041, 11054, 8507, 9022, 12071, 8541, 9094, 7954, 9111, 10253, 8544, 9252, 13081, 8876, 9326, 8132, 8932, 10471, 8413, 9964, 11986, 8728, 9818, 7733, 8919, 10926, 8488, 9439, 10592, 8767, 8804, 7711, 8816, 10803, 8288, 9471, 12409, 9017, 8925, 7663, 8790, 10880, 7943, 8959, 12027, 8429, 9584, 8332, 8177, 7196, 7894, 7485, 7779, 9475, 7665, 10627, 15604, 9101, 11751, 10088, 8147, 12214, 8656, 10481, 14985, 11843, 11268, 14625, 9042, 12541, 9434, 9119, 12101, 8606, 9028, 12000, 8670, 9070, 11374, 7854, 9280, 10539, 8517, 9450, 8581, 8193, 10746, 7903, 8720, 10732, 7663, 8939, 8103, 7794, 10627, 7950, 8583, 10654, 7905, 9434, 7595, 8058, 10347, 7676, 9049, 7561, 9115, 12869, 7985, 9887, 9338, 9512, 11047, 9634, 10807, 9997, 11947, 8946, 8800, 12007, 8824, 9064, 8903, 9174, 9809, 9252, 9032, 12046, 8396, 10441, 8822, 8972, 12038, 8511, 9750, 9044, 8670, 10161, 8407, 9803, 9820, 8322, 11503, 10033, 8461, 7942, 10505, 10292, 9735, 10031, 10522, 10441, 14542, 9812, 11563, 10050, 9165, 12016, 9473, 10119, 10636, 9599, 12736, 9939, 9654, 13551, 9215, 10390, 9732, 9095, 11708, 9376, 9409, 13042, 9465, 9741, 9436, 9133, 11380, 9483, 9031, 9722, 9544, 10128, 8907, 8895, 10725, 9160, 9861, 9045, 9224, 10110, 9221, 9055, 12752, 9094, 9886, 9026, 8301, 12357, 7148, 7862], 'WindowCenter': [4372.0, 4339.0, 4324.0, 4329.0, 4308.0, 4296.0, 4273.0, 4264.0, 4304.0, 4272.0, 4276.0, 4316.0, 4284.0, 4284.0, 4301.0, 4253.0, 4273.0, 4312.0, 4272.0, 4305.0, 4312.0, 4272.0, 4281.0, 4262.0, 4274.0, 4323.0, 4275.0, 4315.0, 4278.0, 4321.0, 4339.0, 4297.0, 4305.0, 4263.0, 4275.0, 4303.0, 4263.0, 4285.0, 4315.0, 4275.0, 4305.0, 4284.0, 4264.0, 4305.0, 4273.0, 4273.0, 4302.0, 4274.0, 4285.0, 4303.0, 4284.0, 4285.0, 4304.0, 4264.0, 4305.0, 4282.0, 4263.0, 4315.0, 4283.0, 4275.0, 4304.0, 4273.0, 4274.0, 4304.0, 4272.0, 4286.0, 4313.0, 4286.0, 4284.0, 4302.0, 4262.0, 4285.0, 4314.0, 4275.0, 4295.0, 4325.0, 4264.0, 4284.0, 4291.0, 4263.0, 4306.0, 4306.0, 4277.0, 4296.0, 4265.0, 4276.0, 4306.0, 4299.0, 4310.0, 4327.0, 4300.0, 4300.0, 4326.0, 4267.0, 4308.0, 4338.0, 4290.0, 4321.0, 4308.0, 4278.0, 4317.0, 4285.0, 4286.0, 4317.0, 4296.0, 4297.0, 4317.0, 4295.0, 4284.0, 4312.0, 4252.0, 4283.0, 4321.0, 4263.0, 4304.0, 4282.0, 4273.0, 4312.0, 4261.0, 4273.0, 4300.0, 4271.0, 4282.0, 4313.0, 4273.0, 4284.0, 4312.0, 4262.0, 4281.0, 4269.0, 4261.0, 4304.0, 4281.0, 4274.0, 4293.0, 4263.0, 4273.0, 4302.0, 4275.0, 4297.0, 4312.0, 4264.0, 4282.0, 4251.0, 4263.0, 4303.0, 4275.0, 4298.0, 4304.0, 4276.0, 4295.0, 4263.0, 4275.0, 4314.0, 4286.0, 4308.0, 4327.0, 4285.0, 4296.0, 4263.0, 4275.0, 4305.0, 4275.0, 4287.0, 4316.0, 4285.0, 4285.0, 4303.0, 4263.0, 4284.0, 4312.0, 4274.0, 4295.0, 4312.0, 4283.0, 4282.0, 4310.0, 4251.0, 4282.0, 4320.0, 4263.0, 4293.0, 4301.0, 4263.0, 4291.0, 4259.0, 4260.0, 4292.0, 4280.0, 4262.0, 4302.0, 4272.0, 4262.0, 4301.0, 4250.0, 4261.0, 4301.0, 4273.0, 4284.0, 4314.0, 4296.0, 4275.0, 4313.0, 4252.0, 4297.0, 4315.0, 4275.0, 4296.0, 4274.0, 4286.0, 4315.0, 4277.0, 4307.0, 4304.0, 4346.0, 4351.0, 4330.0, 4307.0, 4294.0, 4275.0, 4305.0, 4297.0, 4288.0, 4316.0, 4297.0, 4286.0, 4312.0, 4275.0, 4306.0, 4315.0, 4276.0, 4318.0, 4276.0, 4286.0, 4305.0, 4275.0, 4298.0, 4326.0, 4285.0, 4286.0, 4284.0, 4283.0, 4315.0, 4272.0, 4273.0, 4313.0, 4283.0, 4283.0, 4315.0, 4285.0, 4282.0, 4250.0, 4272.0, 4302.0, 4272.0, 4286.0, 4314.0, 4285.0, 4284.0, 4302.0, 4272.0, 4284.0, 4324.0, 4274.0, 4284.0, 4263.0, 4273.0, 4302.0, 4261.0, 4283.0, 4314.0, 4296.0, 4275.0, 4273.0, 4274.0, 4294.0, 4252.0, 4301.0, 4331.0, 4285.0, 4287.0, 4244.0, 4286.0, 4299.0, 4265.0, 4287.0, 4317.0, 4286.0, 4298.0, 4316.0, 4276.0, 4297.0, 4335.0, 4288.0, 4317.0, 4296.0, 4275.0, 4313.0, 4272.0, 4272.0, 4312.0, 4282.0, 4294.0, 4301.0, 4272.0, 4293.0, 4261.0, 4272.0, 4300.0, 4261.0, 4283.0, 4322.0, 4262.0, 4274.0, 4251.0, 4272.0, 4303.0, 4262.0, 4273.0, 4303.0, 4272.0, 4271.0, 4300.0, 4259.0, 4270.0, 4300.0, 4276.0, 4283.0, 4302.0, 4273.0, 4272.0, 4260.0, 4286.0, 4304.0, 4263.0, 4274.0, 4301.0, 4263.0, 4284.0, 4313.0, 4287.0, 4297.0, 4304.0, 4275.0, 4294.0, 4252.0, 4275.0, 4317.0, 4285.0, 4295.0, 4317.0, 4286.0, 4285.0, 4323.0, 4273.0, 4284.0, 4323.0, 4274.0, 4283.0, 4272.0, 4272.0, 4292.0, 4250.0, 4271.0, 4303.0, 4262.0, 4283.0, 4302.0, 4272.0, 4272.0, 4291.0, 4261.0, 4273.0, 4310.0, 4261.0, 4262.0, 4260.0, 4271.0, 4291.0, 4249.0, 4272.0, 4301.0, 4271.0, 4272.0, 4290.0, 4271.0, 4272.0, 4300.0, 4274.0, 4294.0, 4271.0, 4273.0, 4293.0, 4262.0, 4283.0, 4302.0, 4274.0, 4296.0, 4313.0, 4285.0, 4272.0, 4253.0, 4284.0, 4303.0, 4287.0, 4297.0, 4315.0, 4286.0, 4295.0, 4254.0, 4287.0, 4318.0, 4288.0, 4298.0, 4317.0, 4287.0, 4309.0, 4266.0, 4301.0, 4319.0, 4287.0, 4298.0, 4317.0, 4288.0, 4308.0, 4276.0, 4297.0, 4318.0, 4295.0, 4297.0, 4314.0, 4276.0, 4286.0, 4323.0, 4286.0, 4306.0, 4283.0, 4283.0, 4302.0, 4261.0, 4272.0, 4302.0, 4270.0, 4283.0, 4301.0, 4281.0, 4271.0, 4299.0, 4259.0, 4270.0, 4298.0, 4261.0, 4281.0, 4259.0, 4271.0, 4279.0, 4250.0, 4271.0, 4289.0, 4287.0, 4311.0, 4304.0, 4263.0, 4273.0, 4265.0, 4299.0, 4323.0, 4265.0, 4296.0, 4334.0, 4276.0, 4296.0, 4273.0, 4273.0, 4304.0, 4283.0, 4274.0, 4305.0, 4264.0, 4274.0, 4302.0, 4263.0, 4298.0, 4315.0, 4284.0, 4274.0, 4292.0, 4273.0, 4284.0, 4262.0, 4287.0, 4317.0, 4263.0, 4274.0, 4302.0, 4262.0, 4284.0, 4302.0, 4276.0, 4297.0, 4316.0, 4275.0, 4284.0, 4264.0, 4274.0, 4302.0, 4261.0, 4273.0, 4312.0, 4264.0, 4295.0, 4313.0, 4262.0, 4284.0, 4271.0, 4261.0, 4291.0, 4249.0, 4261.0, 4303.0, 4271.0, 4282.0, 4290.0, 4260.0, 4272.0, 4310.0, 4262.0, 4292.0, 4278.0, 4271.0, 4280.0, 4238.0, 4260.0, 4289.0, 4261.0, 4284.0, 4300.0, 4282.0, 4259.0, 4240.0, 4272.0, 4292.0, 4262.0, 4286.0, 4292.0, 4274.0, 4274.0, 4251.0, 4274.0, 4294.0, 4265.0, 4299.0, 4304.0, 4277.0, 4287.0, 4264.0, 4275.0, 4294.0, 4267.0, 4290.0, 4305.0, 4287.0, 4275.0, 4273.0, 4275.0, 4294.0, 4266.0, 4289.0, 4317.0, 4287.0, 4296.0, 4304.0, 4275.0, 4285.0, 4277.0, 4289.0, 4307.0, 4288.0, 4287.0, 4316.0, 4275.0, 4298.0, 4289.0, 4300.0, 4317.0, 4297.0, 4287.0, 4263.0, 4275.0, 4306.0, 4254.0, 4277.0, 4306.0, 4285.0, 4287.0, 4304.0, 4275.0, 4286.0, 4262.0, 4274.0, 4303.0, 4275.0, 4297.0, 4305.0, 4276.0, 4296.0, 4263.0, 4274.0, 4304.0, 4252.0, 4274.0, 4313.0, 4273.0, 4272.0, 4291.0, 4251.0, 4272.0, 4303.0, 4274.0, 4276.0, 4262.0, 4272.0, 4292.0, 4250.0, 4286.0, 4316.0, 4274.0, 4275.0, 4302.0, 4274.0, 4284.0, 4281.0, 4276.0, 4306.0, 4272.0, 4274.0, 4291.0, 4263.0, 4273.0, 4304.0, 4277.0, 4307.0, 4265.0, 4287.0, 4305.0, 4265.0, 4286.0, 4297.0, 4288.0, 4308.0, 4266.0, 4286.0, 4305.0, 4264.0, 4286.0, 4314.0, 4277.0, 4298.0, 4293.0, 4275.0, 4295.0, 4253.0, 4274.0, 4292.0, 4262.0, 4284.0, 4323.0, 4263.0, 4273.0, 4242.0, 4273.0, 4291.0, 4262.0, 4273.0, 4304.0, 4275.0, 4273.0, 4252.0, 4274.0, 4283.0, 4263.0, 4299.0, 4325.0, 4286.0, 4285.0, 4262.0, 4285.0, 4293.0, 4274.0, 4296.0, 4304.0, 4273.0, 4282.0, 4240.0, 4274.0, 4292.0, 4275.0, 4287.0, 4294.0, 4274.0, 4274.0, 4253.0, 4273.0, 4293.0, 4265.0, 4299.0, 4315.0, 4276.0, 4274.0, 4253.0, 4274.0, 4293.0, 4264.0, 4299.0, 4317.0, 4278.0, 4297.0, 4266.0, 4280.0, 4258.0, 4279.0, 4254.0, 4267.0, 4294.0, 4266.0, 4321.0, 4339.0, 4288.0, 4318.0, 4297.0, 4266.0, 4316.0, 4263.0, 4296.0, 4324.0, 4292.0, 4282.0, 4299.0, 4248.0, 4289.0, 4246.0, 4247.0, 4277.0, 4236.0, 4258.0, 4276.0, 4246.0, 4247.0, 4265.0, 4226.0, 4258.0, 4266.0, 4248.0, 4259.0, 4248.0, 4251.0, 4279.0, 4238.0, 4250.0, 4266.0, 4229.0, 4259.0, 4239.0, 4253.0, 4281.0, 4252.0, 4263.0, 4281.0, 4252.0, 4272.0, 4242.0, 4254.0, 4284.0, 4255.0, 4275.0, 4257.0, 4288.0, 4327.0, 4293.0, 4326.0, 4313.0, 4326.0, 4305.0, 4272.0, 4280.0, 4297.0, 4320.0, 4277.0, 4290.0, 4318.0, 4289.0, 4289.0, 4277.0, 4289.0, 4298.0, 4300.0, 4290.0, 4330.0, 4279.0, 4309.0, 4277.0, 4289.0, 4318.0, 4280.0, 4301.0, 4277.0, 4278.0, 4286.0, 4267.0, 4298.0, 4286.0, 4278.0, 4321.0, 4277.0, 4276.0, 4272.0, 4255.0, 4269.0, 4284.0, 4283.0, 4297.0, 4310.0, 4339.0, 4300.0, 4309.0, 4287.0, 4288.0, 4305.0, 4275.0, 4285.0, 4284.0, 4274.0, 4305.0, 4283.0, 4275.0, 4314.0, 4275.0, 4284.0, 4261.0, 4262.0, 4291.0, 4261.0, 4264.0, 4301.0, 4273.0, 4273.0, 4263.0, 4274.0, 4293.0, 4273.0, 4276.0, 4274.0, 4287.0, 4310.0, 4289.0, 4276.0, 4293.0, 4287.0, 4299.0, 4275.0, 4287.0, 4284.0, 4284.0, 4277.0, 4316.0, 4288.0, 4300.0, 4279.0, 4288.0, 4331.0, 4261.0, 4269.0], 'WindowWidth': [9637.0, 9583.0, 9551.0, 9547.0, 9515.0, 9493.0, 9458.0, 9449.0, 9501.0, 9457.0, 9469.0, 9521.0, 9472.0, 9473.0, 9491.0, 9431.0, 9459.0, 9508.0, 9457.0, 9505.0, 9508.0, 9455.0, 9464.0, 9441.0, 9462.0, 9526.0, 9465.0, 9519.0, 9475.0, 9542.0, 9560.0, 9498.0, 9502.0, 9445.0, 9464.0, 9497.0, 9446.0, 9476.0, 9518.0, 9466.0, 9505.0, 9475.0, 9448.0, 9502.0, 9455.0, 9459.0, 9495.0, 9459.0, 9480.0, 9499.0, 9476.0, 9477.0, 9499.0, 9448.0, 9505.0, 9467.0, 9445.0, 9518.0, 9472.0, 9464.0, 9502.0, 9457.0, 9460.0, 9500.0, 9456.0, 9481.0, 9512.0, 9480.0, 9476.0, 9495.0, 9444.0, 9477.0, 9515.0, 9468.0, 9493.0, 9530.0, 9447.0, 9474.0, 9480.0, 9447.0, 9510.0, 9509.0, 9470.0, 9496.0, 9452.0, 9470.0, 9509.0, 9505.0, 9524.0, 9539.0, 9507.0, 9509.0, 9534.0, 9457.0, 9514.0, 9557.0, 9497.0, 9536.0, 9516.0, 9475.0, 9526.0, 9478.0, 9483.0, 9525.0, 9494.0, 9497.0, 9522.0, 9489.0, 9474.0, 9508.0, 9429.0, 9472.0, 9520.0, 9447.0, 9504.0, 9469.0, 9459.0, 9508.0, 9439.0, 9458.0, 9491.0, 9452.0, 9468.0, 9513.0, 9460.0, 9473.0, 9509.0, 9441.0, 9465.0, 9446.0, 9438.0, 9502.0, 9467.0, 9463.0, 9484.0, 9444.0, 9458.0, 9495.0, 9467.0, 9497.0, 9510.0, 9448.0, 9470.0, 9426.0, 9446.0, 9498.0, 9466.0, 9500.0, 9503.0, 9470.0, 9490.0, 9445.0, 9467.0, 9517.0, 9483.0, 9516.0, 9538.0, 9481.0, 9495.0, 9446.0, 9466.0, 9505.0, 9467.0, 9484.0, 9520.0, 9478.0, 9478.0, 9499.0, 9446.0, 9474.0, 9510.0, 9463.0, 9491.0, 9510.0, 9470.0, 9469.0, 9501.0, 9425.0, 9468.0, 9517.0, 9447.0, 9487.0, 9492.0, 9443.0, 9479.0, 9432.0, 9437.0, 9481.0, 9462.0, 9442.0, 9495.0, 9455.0, 9441.0, 9491.0, 9422.0, 9440.0, 9492.0, 9460.0, 9476.0, 9517.0, 9495.0, 9464.0, 9510.0, 9433.0, 9500.0, 9519.0, 9468.0, 9494.0, 9464.0, 9481.0, 9521.0, 9472.0, 9512.0, 9524.0, 9582.0, 9579.0, 9547.0, 9510.0, 9487.0, 9464.0, 9504.0, 9500.0, 9487.0, 9523.0, 9496.0, 9481.0, 9511.0, 9465.0, 9512.0, 9520.0, 9468.0, 9527.0, 9467.0, 9483.0, 9504.0, 9464.0, 9500.0, 9535.0, 9479.0, 9480.0, 9475.0, 9474.0, 9518.0, 9455.0, 9457.0, 9512.0, 9470.0, 9471.0, 9518.0, 9478.0, 9468.0, 9421.0, 9453.0, 9495.0, 9457.0, 9481.0, 9516.0, 9479.0, 9475.0, 9493.0, 9455.0, 9474.0, 9529.0, 9461.0, 9476.0, 9444.0, 9457.0, 9494.0, 9438.0, 9472.0, 9514.0, 9496.0, 9465.0, 9457.0, 9460.0, 9488.0, 9429.0, 9515.0, 9553.0, 9478.0, 9484.0, 9423.0, 9482.0, 9504.0, 9452.0, 9484.0, 9526.0, 9480.0, 9500.0, 9519.0, 9467.0, 9497.0, 9546.0, 9487.0, 9525.0, 9493.0, 9463.0, 9512.0, 9453.0, 9454.0, 9507.0, 9470.0, 9488.0, 9491.0, 9454.0, 9482.0, 9435.0, 9453.0, 9488.0, 9439.0, 9473.0, 9523.0, 9443.0, 9460.0, 9425.0, 9455.0, 9499.0, 9440.0, 9460.0, 9499.0, 9453.0, 9451.0, 9486.0, 9430.0, 9448.0, 9487.0, 9468.0, 9473.0, 9495.0, 9456.0, 9455.0, 9436.0, 9481.0, 9502.0, 9444.0, 9461.0, 9493.0, 9443.0, 9475.0, 9513.0, 9485.0, 9497.0, 9499.0, 9465.0, 9488.0, 9429.0, 9466.0, 9525.0, 9478.0, 9492.0, 9523.0, 9480.0, 9477.0, 9524.0, 9456.0, 9472.0, 9526.0, 9459.0, 9470.0, 9453.0, 9453.0, 9479.0, 9419.0, 9452.0, 9499.0, 9442.0, 9470.0, 9495.0, 9454.0, 9455.0, 9477.0, 9436.0, 9458.0, 9504.0, 9439.0, 9440.0, 9434.0, 9451.0, 9478.0, 9419.0, 9454.0, 9494.0, 9450.0, 9454.0, 9475.0, 9452.0, 9456.0, 9489.0, 9461.0, 9489.0, 9452.0, 9458.0, 9483.0, 9442.0, 9472.0, 9495.0, 9462.0, 9496.0, 9513.0, 9476.0, 9455.0, 9431.0, 9475.0, 9499.0, 9486.0, 9498.0, 9518.0, 9481.0, 9492.0, 9434.0, 9483.0, 9528.0, 9489.0, 9499.0, 9523.0, 9484.0, 9516.0, 9454.0, 9510.0, 9532.0, 9486.0, 9499.0, 9523.0, 9486.0, 9512.0, 9466.0, 9498.0, 9526.0, 9491.0, 9496.0, 9514.0, 9465.0, 9479.0, 9525.0, 9480.0, 9508.0, 9471.0, 9471.0, 9496.0, 9438.0, 9453.0, 9492.0, 9449.0, 9472.0, 9491.0, 9464.0, 9450.0, 9483.0, 9431.0, 9447.0, 9481.0, 9439.0, 9466.0, 9432.0, 9450.0, 9456.0, 9420.0, 9451.0, 9471.0, 9489.0, 9529.0, 9506.0, 9447.0, 9458.0, 9452.0, 9506.0, 9527.0, 9452.0, 9496.0, 9542.0, 9468.0, 9494.0, 9458.0, 9458.0, 9500.0, 9473.0, 9461.0, 9504.0, 9448.0, 9461.0, 9494.0, 9444.0, 9501.0, 9518.0, 9474.0, 9461.0, 9480.0, 9457.0, 9472.0, 9439.0, 9484.0, 9526.0, 9445.0, 9461.0, 9493.0, 9439.0, 9474.0, 9494.0, 9468.0, 9497.0, 9521.0, 9465.0, 9473.0, 9446.0, 9461.0, 9495.0, 9438.0, 9457.0, 9509.0, 9446.0, 9492.0, 9510.0, 9442.0, 9472.0, 9449.0, 9438.0, 9477.0, 9416.0, 9437.0, 9498.0, 9449.0, 9467.0, 9472.0, 9434.0, 9453.0, 9500.0, 9441.0, 9482.0, 9456.0, 9449.0, 9458.0, 9399.0, 9433.0, 9470.0, 9439.0, 9474.0, 9488.0, 9467.0, 9433.0, 9409.0, 9453.0, 9479.0, 9442.0, 9482.0, 9483.0, 9460.0, 9460.0, 9426.0, 9462.0, 9488.0, 9451.0, 9505.0, 9503.0, 9469.0, 9482.0, 9445.0, 9463.0, 9488.0, 9459.0, 9494.0, 9506.0, 9481.0, 9464.0, 9457.0, 9462.0, 9489.0, 9456.0, 9492.0, 9525.0, 9482.0, 9494.0, 9501.0, 9464.0, 9478.0, 9472.0, 9492.0, 9511.0, 9486.0, 9482.0, 9520.0, 9464.0, 9498.0, 9491.0, 9508.0, 9524.0, 9495.0, 9481.0, 9444.0, 9462.0, 9505.0, 9434.0, 9468.0, 9506.0, 9476.0, 9481.0, 9500.0, 9464.0, 9478.0, 9442.0, 9461.0, 9500.0, 9464.0, 9496.0, 9503.0, 9466.0, 9491.0, 9442.0, 9459.0, 9499.0, 9426.0, 9462.0, 9511.0, 9454.0, 9454.0, 9476.0, 9424.0, 9453.0, 9497.0, 9461.0, 9466.0, 9442.0, 9456.0, 9481.0, 9422.0, 9481.0, 9521.0, 9460.0, 9464.0, 9494.0, 9459.0, 9473.0, 9464.0, 9468.0, 9509.0, 9455.0, 9461.0, 9477.0, 9443.0, 9457.0, 9500.0, 9473.0, 9510.0, 9451.0, 9482.0, 9501.0, 9451.0, 9480.0, 9498.0, 9488.0, 9513.0, 9454.0, 9480.0, 9504.0, 9447.0, 9480.0, 9513.0, 9470.0, 9498.0, 9485.0, 9462.0, 9489.0, 9428.0, 9459.0, 9480.0, 9439.0, 9474.0, 9524.0, 9442.0, 9456.0, 9412.0, 9457.0, 9478.0, 9441.0, 9457.0, 9500.0, 9463.0, 9459.0, 9430.0, 9461.0, 9469.0, 9444.0, 9505.0, 9531.0, 9479.0, 9476.0, 9443.0, 9476.0, 9485.0, 9463.0, 9494.0, 9499.0, 9458.0, 9468.0, 9410.0, 9457.0, 9481.0, 9465.0, 9483.0, 9488.0, 9459.0, 9459.0, 9428.0, 9457.0, 9483.0, 9451.0, 9502.0, 9517.0, 9464.0, 9460.0, 9430.0, 9460.0, 9484.0, 9449.0, 9504.0, 9525.0, 9474.0, 9497.0, 9452.0, 9479.0, 9447.0, 9474.0, 9434.0, 9459.0, 9491.0, 9458.0, 9537.0, 9556.0, 9485.0, 9528.0, 9495.0, 9453.0, 9521.0, 9444.0, 9492.0, 9526.0, 9478.0, 9464.0, 9481.0, 9411.0, 9467.0, 9406.0, 9409.0, 9450.0, 9394.0, 9427.0, 9446.0, 9405.0, 9409.0, 9428.0, 9380.0, 9424.0, 9432.0, 9412.0, 9429.0, 9413.0, 9421.0, 9456.0, 9401.0, 9417.0, 9434.0, 9389.0, 9430.0, 9403.0, 9428.0, 9465.0, 9426.0, 9443.0, 9463.0, 9427.0, 9453.0, 9414.0, 9434.0, 9471.0, 9437.0, 9463.0, 9443.0, 9485.0, 9537.0, 9503.0, 9553.0, 9532.0, 9554.0, 9503.0, 9450.0, 9457.0, 9492.0, 9530.0, 9467.0, 9491.0, 9523.0, 9484.0, 9485.0, 9466.0, 9487.0, 9499.0, 9503.0, 9490.0, 9546.0, 9477.0, 9515.0, 9468.0, 9486.0, 9523.0, 9476.0, 9509.0, 9467.0, 9468.0, 9476.0, 9452.0, 9497.0, 9478.0, 9472.0, 9537.0, 9462.0, 9474.0, 9467.0, 9410.0, 9442.0, 9471.0, 9468.0, 9491.0, 9518.0, 9555.0, 9504.0, 9516.0, 9481.0, 9482.0, 9500.0, 9459.0, 9472.0, 9467.0, 9456.0, 9499.0, 9467.0, 9459.0, 9510.0, 9459.0, 9470.0, 9432.0, 9436.0, 9473.0, 9435.0, 9441.0, 9488.0, 9453.0, 9453.0, 9439.0, 9457.0, 9480.0, 9455.0, 9465.0, 9456.0, 9477.0, 9518.0, 9485.0, 9464.0, 9482.0, 9480.0, 9501.0, 9462.0, 9481.0, 9471.0, 9473.0, 9467.0, 9519.0, 9485.0, 9504.0, 9472.0, 9492.0, 9546.0, 9453.0, 9461.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.006785339470655925</td></tr>
<tr><td colspan=3>aqi</td><td>0.03344675489067894</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.95947661164747</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1902540915668212</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.035998021059909</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>6101.4639</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13862808151030703</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.67433831990794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4854200284889223</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372830216154592</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805626205835931</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2778036634762437</td></tr>
<tr><td colspan=3>gcor</td><td>0.00791394</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012108314782381058</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024993540719151497</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.775696968877811</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.2874</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6564</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.0467</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302586.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.9369</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.4595</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3474.0034</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.5291</td></tr>
<tr><td colspan=3>tsnr</td><td>31.17185714864172</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>