<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0028_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0028_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0028/ses-01/func/sub-0028_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b327b957d6c4ef335912e41269ba0c9d</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:32:26.085000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991787, 0.0733625, 0.104765, -0.0691786, 0.996676, -0.0430311]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10858</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7765, -7131, 742, -32, -105, -201, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.786</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fdaf55a2-f06a-4ca7-8dcc-a601d448128f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.660893201828003, -0.18560126423835754, 0.290448397397995, 116.07282257080078], [-0.19682632386684418, 2.674008369445801, -0.09566163271665573, -85.4970932006836], [0.28107646107673645, 0.11544935405254364, 2.6826272010803223, -48.687828063964844], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['143226.085000', '143226.545000', '143227.005000', '143227.465000', '143227.925000', '143228.385000', '143228.845000', '143229.305000', '143229.765000', '143230.225000', '143230.685000', '143231.145000', '143231.605000', '143232.065000', '143232.525000', '143232.985000', '143233.445000', '143233.905000', '143234.365000', '143234.825000', '143235.285000', '143235.745000', '143236.205000', '143236.665000', '143237.125000', '143237.585000', '143238.045000', '143238.505000', '143238.965000', '143239.425000', '143239.885000', '143240.345000', '143240.805000', '143241.265000', '143241.725000', '143242.185000', '143242.645000', '143243.105000', '143243.565000', '143244.025000', '143244.485000', '143244.945000', '143245.405000', '143245.865000', '143246.325000', '143246.785000', '143247.245000', '143247.705000', '143248.165000', '143248.625000', '143249.085000', '143249.545000', '143250.005000', '143250.465000', '143250.925000', '143251.385000', '143251.845000', '143252.305000', '143252.765000', '143253.225000', '143253.685000', '143254.145000', '143254.605000', '143255.065000', '143255.525000', '143255.985000', '143256.445000', '143256.905000', '143257.365000', '143257.825000', '143258.285000', '143258.745000', '143259.205000', '143259.665000', '143300.125000', '143300.585000', '143301.045000', '143301.505000', '143301.965000', '143302.425000', '143302.885000', '143303.345000', '143303.805000', '143304.265000', '143304.725000', '143305.185000', '143305.645000', '143306.105000', '143306.565000', '143307.025000', '143307.485000', '143307.945000', '143308.405000', '143308.865000', '143309.325000', '143309.785000', '143310.245000', '143310.705000', '143311.165000', '143311.625000', '143312.085000', '143312.545000', '143313.005000', '143313.465000', '143313.925000', '143314.385000', '143314.845000', '143315.305000', '143315.765000', '143316.225000', '143316.685000', '143317.145000', '143317.605000', '143318.065000', '143318.525000', '143318.985000', '143319.445000', '143319.905000', '143320.365000', '143320.825000', '143321.285000', '143321.745000', '143322.205000', '143322.665000', '143323.125000', '143323.585000', '143324.045000', '143324.505000', '143324.965000', '143325.425000', '143325.885000', '143326.345000', '143326.805000', '143327.265000', '143327.725000', '143328.185000', '143328.645000', '143329.105000', '143329.565000', '143330.025000', '143330.485000', '143330.945000', '143331.405000', '143331.865000', '143332.325000', '143332.785000', '143333.245000', '143333.705000', '143334.165000', '143334.625000', '143335.085000', '143335.545000', '143336.005000', '143336.465000', '143336.925000', '143337.385000', '143337.845000', '143338.305000', '143338.765000', '143339.225000', '143339.685000', '143340.145000', '143340.605000', '143341.065000', '143341.525000', '143341.985000', '143342.445000', '143342.905000', '143343.365000', '143343.825000', '143344.285000', '143344.745000', '143345.205000', '143345.665000', '143346.125000', '143346.585000', '143347.045000', '143347.505000', '143347.965000', '143348.425000', '143348.885000', '143349.345000', '143349.805000', '143350.265000', '143350.725000', '143351.185000', '143351.645000', '143352.105000', '143352.565000', '143353.025000', '143353.485000', '143353.945000', '143354.405000', '143354.865000', '143355.325000', '143355.785000', '143356.245000', '143356.705000', '143357.165000', '143357.625000', '143358.085000', '143358.545000', '143359.005000', '143359.465000', '143359.925000', '143400.385000', '143400.845000', '143401.305000', '143401.765000', '143402.225000', '143402.685000', '143403.145000', '143403.605000', '143404.065000', '143404.525000', '143404.985000', '143405.445000', '143405.905000', '143406.365000', '143406.825000', '143407.285000', '143407.745000', '143408.205000', '143408.665000', '143409.125000', '143409.585000', '143410.045000', '143410.505000', '143410.965000', '143411.425000', '143411.885000', '143412.345000', '143412.805000', '143413.265000', '143413.725000', '143414.185000', '143414.645000', '143415.105000', '143415.565000', '143416.025000', '143416.485000', '143416.945000', '143417.405000', '143417.865000', '143418.325000', '143418.785000', '143419.245000', '143419.705000', '143420.165000', '143420.625000', '143421.085000', '143421.545000', '143422.005000', '143422.465000', '143422.925000', '143423.385000', '143423.845000', '143424.305000', '143424.765000', '143425.225000', '143425.685000', '143426.145000', '143426.605000', '143427.065000', '143427.525000', '143427.985000', '143428.445000', '143428.905000', '143429.365000', '143429.825000', '143430.285000', '143430.745000', '143431.205000', '143431.665000', '143432.125000', '143432.585000', '143433.045000', '143433.505000', '143433.965000', '143434.425000', '143434.885000', '143435.345000', '143435.805000', '143436.265000', '143436.725000', '143437.185000', '143437.645000', '143438.105000', '143438.565000', '143439.025000', '143439.485000', '143439.945000', '143440.405000', '143440.865000', '143441.325000', '143441.785000', '143442.245000', '143442.705000', '143443.165000', '143443.625000', '143444.085000', '143444.545000', '143445.005000', '143445.465000', '143445.925000', '143446.385000', '143446.845000', '143447.305000', '143447.765000', '143448.225000', '143448.685000', '143449.145000', '143449.605000', '143450.065000', '143450.525000', '143450.985000', '143451.445000', '143451.905000', '143452.365000', '143452.825000', '143453.285000', '143453.745000', '143454.205000', '143454.665000', '143455.125000', '143455.585000', '143456.045000', '143456.505000', '143456.965000', '143457.425000', '143457.885000', '143458.345000', '143458.805000', '143459.265000', '143459.725000', '143500.185000', '143500.645000', '143501.105000', '143501.565000', '143502.025000', '143502.485000', '143502.945000', '143503.405000', '143503.865000', '143504.325000', '143504.785000', '143505.245000', '143505.705000', '143506.165000', '143506.625000', '143507.085000', '143507.545000', '143508.005000', '143508.465000', '143508.925000', '143509.385000', '143509.845000', '143510.305000', '143510.765000', '143511.225000', '143511.685000', '143512.145000', '143512.605000', '143513.065000', '143513.525000', '143513.985000', '143514.445000', '143514.905000', '143515.365000', '143515.825000', '143516.285000', '143516.745000', '143517.205000', '143517.665000', '143518.125000', '143518.585000', '143519.045000', '143519.505000', '143519.965000', '143520.425000', '143520.885000', '143521.345000', '143521.805000', '143522.265000', '143522.725000', '143523.185000', '143523.645000', '143524.105000', '143524.565000', '143525.025000', '143525.485000', '143525.945000', '143526.405000', '143526.865000', '143527.325000', '143527.785000', '143528.245000', '143528.705000', '143529.165000', '143529.625000', '143530.085000', '143530.545000', '143531.005000', '143531.465000', '143531.925000', '143532.385000', '143532.845000', '143533.305000', '143533.765000', '143534.225000', '143534.685000', '143535.145000', '143535.605000', '143536.065000', '143536.525000', '143536.985000', '143537.445000', '143537.905000', '143538.365000', '143538.825000', '143539.285000', '143539.745000', '143540.205000', '143540.665000', '143541.125000', '143541.585000', '143542.045000', '143542.505000', '143542.965000', '143543.425000', '143543.885000', '143544.345000', '143544.805000', '143545.265000', '143545.725000', '143546.185000', '143546.645000', '143547.105000', '143547.565000', '143548.025000', '143548.485000', '143548.945000', '143549.405000', '143549.865000', '143550.325000', '143550.785000', '143551.245000', '143551.705000', '143552.165000', '143552.625000', '143553.085000', '143553.545000', '143554.005000', '143554.465000', '143554.925000', '143555.385000', '143555.845000', '143556.305000', '143556.765000', '143557.225000', '143557.685000', '143558.145000', '143558.605000', '143559.065000', '143559.525000', '143559.985000', '143600.445000', '143600.905000', '143601.365000', '143601.825000', '143602.285000', '143602.745000', '143603.205000', '143603.665000', '143604.125000', '143604.585000', '143605.045000', '143605.505000', '143605.965000', '143606.425000', '143606.885000', '143607.345000', '143607.805000', '143608.265000', '143608.725000', '143609.185000', '143609.645000', '143610.105000', '143610.565000', '143611.025000', '143611.485000', '143611.945000', '143612.405000', '143612.865000', '143613.325000', '143613.785000', '143614.245000', '143614.705000', '143615.165000', '143615.625000', '143616.085000', '143616.545000', '143617.005000', '143617.465000', '143617.925000', '143618.385000', '143618.845000', '143619.305000', '143619.765000', '143620.225000', '143620.685000', '143621.145000', '143621.605000', '143622.065000', '143622.525000', '143622.985000', '143623.445000', '143623.905000', '143624.365000', '143624.825000', '143625.285000', '143625.745000', '143626.205000', '143626.665000', '143627.125000', '143627.585000', '143628.045000', '143628.505000', '143628.965000', '143629.425000', '143629.885000', '143630.345000', '143630.805000', '143631.265000', '143631.725000', '143632.185000', '143632.645000', '143633.105000', '143633.565000', '143634.025000', '143634.485000', '143634.945000', '143635.405000', '143635.865000', '143636.325000', '143636.785000', '143637.245000', '143637.705000', '143638.165000', '143638.625000', '143639.085000', '143639.545000', '143640.005000', '143640.465000', '143640.925000', '143641.385000', '143641.845000', '143642.305000', '143642.765000', '143643.225000', '143643.685000', '143644.145000', '143644.605000', '143645.065000', '143645.525000', '143645.985000', '143646.445000', '143646.905000', '143647.365000', '143647.825000', '143648.285000', '143648.745000', '143649.205000', '143649.665000', '143650.125000', '143650.585000', '143651.045000', '143651.505000', '143651.965000', '143652.425000', '143652.885000', '143653.345000', '143653.805000', '143654.265000', '143654.725000', '143655.185000', '143655.645000', '143656.105000', '143656.565000', '143657.025000', '143657.485000', '143657.945000', '143658.405000', '143658.865000', '143659.325000', '143659.785000', '143700.245000', '143700.705000', '143701.165000', '143701.625000', '143702.085000', '143702.545000', '143703.005000', '143703.465000', '143703.925000', '143704.385000', '143704.845000', '143705.305000', '143705.765000', '143706.225000', '143706.685000', '143707.145000', '143707.605000', '143708.065000', '143708.525000', '143708.985000', '143709.445000', '143709.905000', '143710.365000', '143710.825000', '143711.285000', '143711.745000', '143712.205000', '143712.665000', '143713.125000', '143713.585000', '143714.045000', '143714.505000', '143714.965000', '143715.425000', '143715.885000', '143716.345000', '143716.805000', '143717.265000', '143717.725000', '143718.185000', '143718.645000', '143719.105000', '143719.565000', '143720.025000', '143720.485000', '143720.945000', '143721.405000', '143721.865000', '143722.325000', '143722.785000', '143723.245000', '143723.705000', '143724.165000', '143724.625000', '143725.085000', '143725.545000', '143726.005000', '143726.465000', '143726.925000', '143727.385000', '143727.845000', '143728.305000', '143728.765000', '143729.225000', '143729.685000', '143730.145000', '143730.605000', '143731.065000', '143731.525000', '143731.985000', '143732.445000', '143732.905000', '143733.365000', '143733.825000', '143734.285000', '143734.745000', '143735.205000', '143735.665000', '143736.125000', '143736.585000', '143737.045000', '143737.505000', '143737.965000', '143738.425000', '143738.885000', '143739.345000', '143739.805000', '143740.265000', '143740.725000', '143741.185000', '143741.645000', '143742.105000', '143742.565000', '143743.025000', '143743.485000', '143743.945000', '143744.405000', '143744.865000', '143745.325000', '143745.785000', '143746.245000', '143746.705000', '143747.165000', '143747.625000', '143748.085000', '143748.545000', '143749.005000', '143749.465000', '143749.925000', '143750.385000', '143750.845000', '143751.305000', '143751.765000', '143752.225000', '143752.685000', '143753.145000', '143753.605000', '143754.065000', '143754.525000', '143754.985000', '143755.445000', '143755.905000', '143756.365000', '143756.825000', '143757.285000', '143757.745000', '143758.205000', '143758.665000', '143759.125000', '143759.585000', '143800.045000', '143800.505000', '143800.965000', '143801.425000', '143801.885000', '143802.345000', '143802.805000', '143803.265000', '143803.725000', '143804.185000', '143804.645000', '143805.105000', '143805.565000', '143806.025000', '143806.485000', '143806.945000', '143807.405000', '143807.865000', '143808.325000', '143808.785000', '143809.245000', '143809.705000', '143810.165000', '143810.625000', '143811.085000', '143811.545000', '143812.005000', '143812.465000', '143812.925000', '143813.385000', '143813.845000', '143814.305000', '143814.765000', '143815.225000', '143815.685000', '143816.145000', '143816.605000', '143817.065000', '143817.525000', '143817.985000', '143818.445000', '143818.905000', '143819.365000', '143819.825000', '143820.285000', '143820.745000', '143821.205000', '143821.665000', '143822.125000', '143822.585000', '143823.045000', '143823.505000', '143823.965000', '143824.425000', '143824.885000', '143825.345000', '143825.805000', '143826.265000', '143826.725000', '143827.185000', '143827.645000', '143828.105000', '143828.565000', '143829.025000', '143829.485000', '143829.945000', '143830.405000', '143830.865000', '143831.325000', '143831.785000', '143832.245000', '143832.705000', '143833.165000', '143833.625000', '143834.085000', '143834.545000', '143835.005000', '143835.465000', '143835.925000', '143836.385000', '143836.845000', '143837.305000', '143837.765000', '143838.225000', '143838.685000', '143839.145000', '143839.605000', '143840.065000', '143840.525000', '143840.985000', '143841.445000', '143841.905000', '143842.365000', '143842.825000', '143843.285000', '143843.745000', '143844.205000', '143844.665000', '143845.125000', '143845.585000', '143846.045000', '143846.505000', '143846.965000', '143847.425000', '143847.885000', '143848.345000', '143848.805000', '143849.265000', '143849.725000', '143850.185000', '143850.645000', '143851.105000', '143851.565000', '143852.025000', '143852.485000', '143852.945000', '143853.405000', '143853.865000', '143854.325000', '143854.785000', '143855.245000', '143855.705000', '143856.165000', '143856.625000', '143857.085000', '143857.545000', '143858.005000', '143858.465000', '143858.925000', '143859.385000', '143859.845000', '143900.305000', '143900.765000', '143901.225000', '143901.685000', '143902.145000', '143902.605000', '143903.065000', '143903.525000', '143903.985000', '143904.445000', '143904.905000', '143905.365000', '143905.825000', '143906.285000', '143906.745000'], 'ContentTime': ['143238.611000', '143238.614000', '143238.617000', '143238.620000', '143238.623000', '143238.626000', '143238.629000', '143238.632000', '143238.635000', '143238.637000', '143238.640000', '143238.659000', '143238.670000', '143238.673000', '143238.676000', '143238.678000', '143238.681000', '143238.684000', '143238.687000', '143238.690000', '143238.693000', '143238.696000', '143238.698000', '143238.701000', '143238.704000', '143258.576000', '143258.579000', '143258.582000', '143258.585000', '143258.587000', '143258.594000', '143258.597000', '143258.600000', '143258.603000', '143258.605000', '143258.608000', '143258.611000', '143258.614000', '143258.617000', '143258.619000', '143258.622000', '143258.625000', '143258.628000', '143258.631000', '143258.634000', '143258.637000', '143258.639000', '143258.642000', '143258.645000', '143258.648000', '143258.651000', '143258.654000', '143258.656000', '143258.659000', '143258.662000', '143258.665000', '143258.668000', '143258.671000', '143258.674000', '143258.677000', '143258.679000', '143258.682000', '143258.685000', '143258.688000', '143258.691000', '143258.693000', '143258.696000', '143258.699000', '143318.576000', '143318.579000', '143318.582000', '143318.585000', '143318.587000', '143318.590000', '143318.593000', '143318.596000', '143318.599000', '143318.602000', '143318.604000', '143318.607000', '143318.610000', '143318.613000', '143318.616000', '143318.618000', '143318.621000', '143318.624000', '143318.627000', '143318.630000', '143318.633000', '143318.636000', '143318.639000', '143318.641000', '143318.644000', '143318.647000', '143318.650000', '143318.653000', '143318.656000', '143318.659000', '143318.662000', '143318.665000', '143318.667000', '143318.670000', '143318.673000', '143318.676000', '143318.679000', '143318.682000', '143318.684000', '143318.687000', '143318.690000', '143318.696000', '143318.699000', '143318.701000', '143338.589000', '143338.593000', '143338.596000', '143338.599000', '143338.601000', '143338.604000', '143338.607000', '143338.610000', '143338.613000', '143338.616000', '143338.618000', '143338.621000', '143338.624000', '143338.627000', '143338.630000', '143338.633000', '143338.636000', '143338.639000', '143338.641000', '143338.644000', '143338.647000', '143338.650000', '143338.653000', '143338.656000', '143338.659000', '143338.661000', '143338.664000', '143338.667000', '143338.670000', '143338.673000', '143338.676000', '143338.679000', '143338.682000', '143338.684000', '143338.687000', '143338.690000', '143338.693000', '143338.696000', '143338.699000', '143338.701000', '143338.704000', '143338.707000', '143338.710000', '143358.576000', '143358.579000', '143358.582000', '143358.587000', '143358.591000', '143358.594000', '143358.596000', '143358.599000', '143358.602000', '143358.605000', '143358.608000', '143358.611000', '143358.614000', '143358.616000', '143358.619000', '143358.622000', '143358.625000', '143358.628000', '143358.631000', '143358.634000', '143358.636000', '143358.639000', '143358.642000', '143358.645000', '143358.648000', '143358.651000', '143358.653000', '143358.656000', '143358.659000', '143358.662000', '143358.665000', '143358.668000', '143358.671000', '143358.673000', '143358.676000', '143358.679000', '143358.682000', '143358.685000', '143358.688000', '143358.691000', '143358.693000', '143358.696000', '143358.699000', '143418.576000', '143418.579000', '143418.582000', '143418.585000', '143418.588000', '143418.590000', '143418.593000', '143418.596000', '143418.599000', '143418.602000', '143418.605000', '143418.607000', '143418.610000', '143418.613000', '143418.616000', '143418.619000', '143418.622000', '143418.625000', '143418.627000', '143418.630000', '143418.633000', '143418.636000', '143418.639000', '143418.642000', '143418.645000', '143418.648000', '143418.651000', '143418.653000', '143418.656000', '143418.659000', '143418.662000', '143418.665000', '143418.668000', '143418.671000', '143418.673000', '143418.676000', '143418.679000', '143418.682000', '143418.685000', '143418.688000', '143418.691000', '143418.693000', '143418.696000', '143418.699000', '143438.575000', '143438.578000', '143438.581000', '143438.584000', '143438.587000', '143438.590000', '143438.592000', '143438.595000', '143438.600000', '143438.604000', '143438.607000', '143438.610000', '143438.613000', '143438.616000', '143438.619000', '143438.622000', '143438.625000', '143438.628000', '143438.630000', '143438.633000', '143438.636000', '143438.639000', '143438.642000', '143438.645000', '143438.648000', '143438.650000', '143438.653000', '143438.656000', '143438.659000', '143438.662000', '143438.665000', '143438.668000', '143438.671000', '143438.673000', '143438.676000', '143438.679000', '143438.682000', '143438.685000', '143438.688000', '143438.691000', '143438.694000', '143438.696000', '143438.699000', '143458.576000', '143458.579000', '143458.582000', '143458.585000', '143458.588000', '143458.590000', '143458.593000', '143458.596000', '143458.599000', '143458.602000', '143458.605000', '143458.607000', '143458.610000', '143458.613000', '143458.616000', '143458.619000', '143458.622000', '143458.625000', '143458.627000', '143458.630000', '143458.633000', '143458.636000', '143458.639000', '143458.642000', '143458.645000', '143458.647000', '143458.650000', '143458.653000', '143458.656000', '143458.659000', '143458.662000', '143458.665000', '143458.668000', '143458.670000', '143458.673000', '143458.676000', '143458.679000', '143458.682000', '143458.685000', '143458.687000', '143458.707000', '143458.710000', '143458.713000', '143458.716000', '143518.576000', '143518.579000', '143518.582000', '143518.585000', '143518.588000', '143518.591000', '143518.593000', '143518.596000', '143518.599000', '143518.602000', '143518.605000', '143518.608000', '143518.612000', '143518.614000', '143518.617000', '143518.620000', '143518.623000', '143518.626000', '143518.629000', '143518.632000', '143518.635000', '143518.638000', '143518.640000', '143518.643000', '143518.646000', '143518.649000', '143518.652000', '143518.655000', '143518.658000', '143518.660000', '143518.663000', '143518.666000', '143518.669000', '143518.672000', '143518.675000', '143518.678000', '143518.680000', '143518.683000', '143518.686000', '143518.689000', '143518.692000', '143518.695000', '143518.698000', '143538.576000', '143538.579000', '143538.582000', '143538.585000', '143538.588000', '143538.590000', '143538.593000', '143538.596000', '143538.599000', '143538.602000', '143538.605000', '143538.608000', '143538.611000', '143538.613000', '143538.616000', '143538.619000', '143538.622000', '143538.625000', '143538.628000', '143538.631000', '143538.634000', '143538.636000', '143538.639000', '143538.642000', '143538.645000', '143538.648000', '143538.651000', '143538.654000', '143538.657000', '143538.660000', '143538.662000', '143538.665000', '143538.668000', '143538.671000', '143538.674000', '143538.677000', '143538.680000', '143538.682000', '143538.685000', '143538.688000', '143538.691000', '143538.694000', '143538.697000', '143538.699000', '143558.576000', '143558.579000', '143558.582000', '143558.585000', '143558.588000', '143558.590000', '143558.593000', '143558.596000', '143558.599000', '143558.602000', '143558.605000', '143558.608000', '143558.611000', '143558.614000', '143558.616000', '143558.619000', '143558.622000', '143558.625000', '143558.628000', '143558.631000', '143558.633000', '143558.636000', '143558.639000', '143558.642000', '143558.645000', '143558.648000', '143558.651000', '143558.654000', '143558.657000', '143558.660000', '143558.663000', '143558.665000', '143558.668000', '143558.671000', '143558.674000', '143558.677000', '143558.680000', '143558.682000', '143558.685000', '143558.688000', '143558.691000', '143558.694000', '143558.697000', '143618.576000', '143618.579000', '143618.582000', '143618.585000', '143618.588000', '143618.590000', '143618.593000', '143618.596000', '143618.599000', '143618.602000', '143618.605000', '143618.608000', '143618.611000', '143618.614000', '143618.616000', '143618.619000', '143618.622000', '143618.625000', '143618.628000', '143618.631000', '143618.633000', '143618.636000', '143618.639000', '143618.642000', '143618.645000', '143618.648000', '143618.651000', '143618.654000', '143618.656000', '143618.659000', '143618.662000', '143618.665000', '143618.668000', '143618.671000', '143618.674000', '143618.677000', '143618.680000', '143618.682000', '143618.685000', '143618.688000', '143618.691000', '143618.694000', '143618.697000', '143618.700000', '143638.576000', '143638.579000', '143638.582000', '143638.585000', '143638.595000', '143638.598000', '143638.601000', '143638.604000', '143638.607000', '143638.609000', '143638.612000', '143638.615000', '143638.618000', '143638.621000', '143638.624000', '143638.627000', '143638.630000', '143638.632000', '143638.635000', '143638.638000', '143638.641000', '143638.663000', '143638.666000', '143638.669000', '143638.672000', '143638.675000', '143638.678000', '143638.681000', '143638.684000', '143638.686000', '143638.689000', '143638.692000', '143638.695000', '143638.698000', '143638.701000', '143638.704000', '143638.707000', '143638.709000', '143638.712000', '143638.715000', '143638.718000', '143638.721000', '143638.724000', '143658.575000', '143658.578000', '143658.581000', '143658.584000', '143658.587000', '143658.589000', '143658.592000', '143658.595000', '143658.598000', '143658.601000', '143658.604000', '143658.607000', '143658.610000', '143658.613000', '143658.616000', '143658.618000', '143658.621000', '143658.624000', '143658.627000', '143658.630000', '143658.633000', '143658.636000', '143658.639000', '143658.642000', '143658.644000', '143658.647000', '143658.650000', '143658.653000', '143658.656000', '143658.659000', '143658.662000', '143658.665000', '143658.667000', '143658.670000', '143658.673000', '143658.676000', '143658.679000', '143658.682000', '143658.685000', '143658.688000', '143658.690000', '143658.693000', '143658.696000', '143658.699000', '143718.576000', '143718.579000', '143718.582000', '143718.585000', '143718.588000', '143718.591000', '143718.593000', '143718.596000', '143718.599000', '143718.602000', '143718.605000', '143718.608000', '143718.611000', '143718.614000', '143718.616000', '143718.619000', '143718.622000', '143718.625000', '143718.628000', '143718.631000', '143718.634000', '143718.637000', '143718.640000', '143718.643000', '143718.645000', '143718.648000', '143718.651000', '143718.654000', '143718.657000', '143718.660000', '143718.663000', '143718.666000', '143718.668000', '143718.671000', '143718.674000', '143718.677000', '143718.681000', '143718.684000', '143718.687000', '143718.689000', '143718.692000', '143718.695000', '143718.698000', '143738.576000', '143738.579000', '143738.582000', '143738.585000', '143738.588000', '143738.591000', '143738.594000', '143738.596000', '143738.599000', '143738.602000', '143738.605000', '143738.608000', '143738.611000', '143738.614000', '143738.617000', '143738.619000', '143738.622000', '143738.625000', '143738.628000', '143738.631000', '143738.634000', '143738.637000', '143738.639000', '143738.642000', '143738.645000', '143738.648000', '143738.651000', '143738.654000', '143738.657000', '143738.660000', '143738.663000', '143738.665000', '143738.668000', '143738.671000', '143738.674000', '143738.677000', '143738.680000', '143738.683000', '143738.686000', '143738.688000', '143738.691000', '143738.694000', '143738.697000', '143738.700000', '143758.576000', '143758.579000', '143758.582000', '143758.585000', '143758.588000', '143758.591000', '143758.606000', '143758.609000', '143758.612000', '143758.615000', '143758.617000', '143758.620000', '143758.623000', '143758.626000', '143758.629000', '143758.633000', '143758.636000', '143758.639000', '143758.642000', '143758.645000', '143758.648000', '143758.651000', '143758.654000', '143758.656000', '143758.659000', '143758.662000', '143758.665000', '143758.668000', '143758.671000', '143758.674000', '143758.676000', '143758.679000', '143758.690000', '143758.693000', '143758.696000', '143758.699000', '143758.702000', '143758.704000', '143758.707000', '143758.710000', '143758.713000', '143758.716000', '143758.719000', '143818.576000', '143818.579000', '143818.582000', '143818.585000', '143818.588000', '143818.591000', '143818.594000', '143818.597000', '143818.599000', '143818.602000', '143818.605000', '143818.608000', '143818.611000', '143818.614000', '143818.617000', '143818.620000', '143818.623000', '143818.626000', '143818.628000', '143818.631000', '143818.634000', '143818.637000', '143818.640000', '143818.643000', '143818.646000', '143818.649000', '143818.652000', '143818.654000', '143818.659000', '143818.662000', '143818.665000', '143818.668000', '143818.671000', '143818.673000', '143818.676000', '143818.679000', '143818.682000', '143818.685000', '143818.688000', '143818.691000', '143818.694000', '143818.696000', '143818.699000', '143818.702000', '143838.576000', '143838.579000', '143838.582000', '143838.585000', '143838.588000', '143838.591000', '143838.594000', '143838.596000', '143838.599000', '143838.602000', '143838.605000', '143838.608000', '143838.611000', '143838.614000', '143838.616000', '143838.619000', '143838.622000', '143838.625000', '143838.628000', '143838.631000', '143838.634000', '143838.637000', '143838.639000', '143838.642000', '143838.645000', '143838.648000', '143838.651000', '143838.654000', '143838.657000', '143838.660000', '143838.662000', '143838.665000', '143838.668000', '143838.671000', '143838.674000', '143838.677000', '143838.679000', '143838.682000', '143838.685000', '143838.688000', '143838.691000', '143838.694000', '143838.697000', '143858.576000', '143858.579000', '143858.582000', '143858.585000', '143858.588000', '143858.591000', '143858.594000', '143858.596000', '143858.599000', '143858.602000', '143858.605000', '143858.608000', '143858.611000', '143858.614000', '143858.617000', '143858.619000', '143858.622000', '143858.625000', '143858.628000', '143858.631000', '143858.634000', '143858.637000', '143858.640000', '143858.643000', '143858.645000', '143858.648000', '143858.651000', '143858.654000', '143858.657000', '143858.660000', '143858.663000', '143858.665000', '143858.668000', '143858.672000', '143858.675000', '143858.677000', '143858.680000', '143858.683000', '143858.686000', '143858.689000', '143858.692000', '143858.695000', '143858.697000', '143858.700000', '143908.211000', '143908.215000', '143908.219000', '143908.222000', '143908.226000', '143908.229000', '143908.234000', '143908.237000', '143908.241000', '143908.244000', '143908.247000', '143908.250000', '143908.253000', '143908.256000', '143908.259000', '143908.262000', '143908.265000', '143908.268000', '143908.271000', '143908.274000', '143908.277000'], 'InstanceCreationTime': ['143238.611000', '143238.614000', '143238.617000', '143238.620000', '143238.623000', '143238.626000', '143238.629000', '143238.632000', '143238.635000', '143238.637000', '143238.640000', '143238.659000', '143238.670000', '143238.673000', '143238.676000', '143238.678000', '143238.681000', '143238.684000', '143238.687000', '143238.690000', '143238.693000', '143238.696000', '143238.698000', '143238.701000', '143238.704000', '143258.576000', '143258.579000', '143258.582000', '143258.585000', '143258.587000', '143258.594000', '143258.597000', '143258.600000', '143258.603000', '143258.605000', '143258.608000', '143258.611000', '143258.614000', '143258.617000', '143258.619000', '143258.622000', '143258.625000', '143258.628000', '143258.631000', '143258.634000', '143258.637000', '143258.639000', '143258.642000', '143258.645000', '143258.648000', '143258.651000', '143258.654000', '143258.656000', '143258.659000', '143258.662000', '143258.665000', '143258.668000', '143258.671000', '143258.674000', '143258.677000', '143258.679000', '143258.682000', '143258.685000', '143258.688000', '143258.691000', '143258.693000', '143258.696000', '143258.699000', '143318.576000', '143318.579000', '143318.582000', '143318.585000', '143318.587000', '143318.590000', '143318.593000', '143318.596000', '143318.599000', '143318.602000', '143318.604000', '143318.607000', '143318.610000', '143318.613000', '143318.616000', '143318.618000', '143318.621000', '143318.624000', '143318.627000', '143318.630000', '143318.633000', '143318.636000', '143318.639000', '143318.641000', '143318.644000', '143318.647000', '143318.650000', '143318.653000', '143318.656000', '143318.659000', '143318.662000', '143318.665000', '143318.667000', '143318.670000', '143318.673000', '143318.676000', '143318.679000', '143318.682000', '143318.684000', '143318.687000', '143318.690000', '143318.696000', '143318.699000', '143318.701000', '143338.589000', '143338.593000', '143338.596000', '143338.599000', '143338.601000', '143338.604000', '143338.607000', '143338.610000', '143338.613000', '143338.616000', '143338.618000', '143338.621000', '143338.624000', '143338.627000', '143338.630000', '143338.633000', '143338.636000', '143338.639000', '143338.641000', '143338.644000', '143338.647000', '143338.650000', '143338.653000', '143338.656000', '143338.659000', '143338.661000', '143338.664000', '143338.667000', '143338.670000', '143338.673000', '143338.676000', '143338.679000', '143338.682000', '143338.684000', '143338.687000', '143338.690000', '143338.693000', '143338.696000', '143338.699000', '143338.701000', '143338.704000', '143338.707000', '143338.710000', '143358.576000', '143358.579000', '143358.582000', '143358.587000', '143358.591000', '143358.594000', '143358.596000', '143358.599000', '143358.602000', '143358.605000', '143358.608000', '143358.611000', '143358.614000', '143358.616000', '143358.619000', '143358.622000', '143358.625000', '143358.628000', '143358.631000', '143358.634000', '143358.636000', '143358.639000', '143358.642000', '143358.645000', '143358.648000', '143358.651000', '143358.653000', '143358.656000', '143358.659000', '143358.662000', '143358.665000', '143358.668000', '143358.671000', '143358.673000', '143358.676000', '143358.679000', '143358.682000', '143358.685000', '143358.688000', '143358.691000', '143358.693000', '143358.696000', '143358.699000', '143418.576000', '143418.579000', '143418.582000', '143418.585000', '143418.588000', '143418.590000', '143418.593000', '143418.596000', '143418.599000', '143418.602000', '143418.605000', '143418.607000', '143418.610000', '143418.613000', '143418.616000', '143418.619000', '143418.622000', '143418.625000', '143418.627000', '143418.630000', '143418.633000', '143418.636000', '143418.639000', '143418.642000', '143418.645000', '143418.648000', '143418.651000', '143418.653000', '143418.656000', '143418.659000', '143418.662000', '143418.665000', '143418.668000', '143418.671000', '143418.673000', '143418.676000', '143418.679000', '143418.682000', '143418.685000', '143418.688000', '143418.691000', '143418.693000', '143418.696000', '143418.699000', '143438.575000', '143438.578000', '143438.581000', '143438.584000', '143438.587000', '143438.590000', '143438.592000', '143438.595000', '143438.600000', '143438.604000', '143438.607000', '143438.610000', '143438.613000', '143438.616000', '143438.619000', '143438.622000', '143438.625000', '143438.628000', '143438.630000', '143438.633000', '143438.636000', '143438.639000', '143438.642000', '143438.645000', '143438.648000', '143438.650000', '143438.653000', '143438.656000', '143438.659000', '143438.662000', '143438.665000', '143438.668000', '143438.671000', '143438.673000', '143438.676000', '143438.679000', '143438.682000', '143438.685000', '143438.688000', '143438.691000', '143438.694000', '143438.696000', '143438.699000', '143458.576000', '143458.579000', '143458.582000', '143458.585000', '143458.588000', '143458.590000', '143458.593000', '143458.596000', '143458.599000', '143458.602000', '143458.605000', '143458.607000', '143458.610000', '143458.613000', '143458.616000', '143458.619000', '143458.622000', '143458.625000', '143458.627000', '143458.630000', '143458.633000', '143458.636000', '143458.639000', '143458.642000', '143458.645000', '143458.647000', '143458.650000', '143458.653000', '143458.656000', '143458.659000', '143458.662000', '143458.665000', '143458.668000', '143458.670000', '143458.673000', '143458.676000', '143458.679000', '143458.682000', '143458.685000', '143458.687000', '143458.707000', '143458.710000', '143458.713000', '143458.716000', '143518.576000', '143518.579000', '143518.582000', '143518.585000', '143518.588000', '143518.591000', '143518.593000', '143518.596000', '143518.599000', '143518.602000', '143518.605000', '143518.608000', '143518.612000', '143518.614000', '143518.617000', '143518.620000', '143518.623000', '143518.626000', '143518.629000', '143518.632000', '143518.635000', '143518.638000', '143518.640000', '143518.643000', '143518.646000', '143518.649000', '143518.652000', '143518.655000', '143518.658000', '143518.660000', '143518.663000', '143518.666000', '143518.669000', '143518.672000', '143518.675000', '143518.678000', '143518.680000', '143518.683000', '143518.686000', '143518.689000', '143518.692000', '143518.695000', '143518.698000', '143538.576000', '143538.579000', '143538.582000', '143538.585000', '143538.588000', '143538.590000', '143538.593000', '143538.596000', '143538.599000', '143538.602000', '143538.605000', '143538.608000', '143538.611000', '143538.613000', '143538.616000', '143538.619000', '143538.622000', '143538.625000', '143538.628000', '143538.631000', '143538.634000', '143538.636000', '143538.639000', '143538.642000', '143538.645000', '143538.648000', '143538.651000', '143538.654000', '143538.657000', '143538.660000', '143538.662000', '143538.665000', '143538.668000', '143538.671000', '143538.674000', '143538.677000', '143538.680000', '143538.682000', '143538.685000', '143538.688000', '143538.691000', '143538.694000', '143538.697000', '143538.699000', '143558.576000', '143558.579000', '143558.582000', '143558.585000', '143558.588000', '143558.590000', '143558.593000', '143558.596000', '143558.599000', '143558.602000', '143558.605000', '143558.608000', '143558.611000', '143558.614000', '143558.616000', '143558.619000', '143558.622000', '143558.625000', '143558.628000', '143558.631000', '143558.633000', '143558.636000', '143558.639000', '143558.642000', '143558.645000', '143558.648000', '143558.651000', '143558.654000', '143558.657000', '143558.660000', '143558.663000', '143558.665000', '143558.668000', '143558.671000', '143558.674000', '143558.677000', '143558.680000', '143558.682000', '143558.685000', '143558.688000', '143558.691000', '143558.694000', '143558.697000', '143618.576000', '143618.579000', '143618.582000', '143618.585000', '143618.588000', '143618.590000', '143618.593000', '143618.596000', '143618.599000', '143618.602000', '143618.605000', '143618.608000', '143618.611000', '143618.614000', '143618.616000', '143618.619000', '143618.622000', '143618.625000', '143618.628000', '143618.631000', '143618.633000', '143618.636000', '143618.639000', '143618.642000', '143618.645000', '143618.648000', '143618.651000', '143618.654000', '143618.656000', '143618.659000', '143618.662000', '143618.665000', '143618.668000', '143618.671000', '143618.674000', '143618.677000', '143618.680000', '143618.682000', '143618.685000', '143618.688000', '143618.691000', '143618.694000', '143618.697000', '143618.700000', '143638.576000', '143638.579000', '143638.582000', '143638.585000', '143638.595000', '143638.598000', '143638.601000', '143638.604000', '143638.607000', '143638.609000', '143638.612000', '143638.615000', '143638.618000', '143638.621000', '143638.624000', '143638.627000', '143638.630000', '143638.632000', '143638.635000', '143638.638000', '143638.641000', '143638.663000', '143638.666000', '143638.669000', '143638.672000', '143638.675000', '143638.678000', '143638.681000', '143638.684000', '143638.686000', '143638.689000', '143638.692000', '143638.695000', '143638.698000', '143638.701000', '143638.704000', '143638.707000', '143638.709000', '143638.712000', '143638.715000', '143638.718000', '143638.721000', '143638.724000', '143658.575000', '143658.578000', '143658.581000', '143658.584000', '143658.587000', '143658.589000', '143658.592000', '143658.595000', '143658.598000', '143658.601000', '143658.604000', '143658.607000', '143658.610000', '143658.613000', '143658.616000', '143658.618000', '143658.621000', '143658.624000', '143658.627000', '143658.630000', '143658.633000', '143658.636000', '143658.639000', '143658.642000', '143658.644000', '143658.647000', '143658.650000', '143658.653000', '143658.656000', '143658.659000', '143658.662000', '143658.665000', '143658.667000', '143658.670000', '143658.673000', '143658.676000', '143658.679000', '143658.682000', '143658.685000', '143658.688000', '143658.690000', '143658.693000', '143658.696000', '143658.699000', '143718.576000', '143718.579000', '143718.582000', '143718.585000', '143718.588000', '143718.591000', '143718.593000', '143718.596000', '143718.599000', '143718.602000', '143718.605000', '143718.608000', '143718.611000', '143718.614000', '143718.616000', '143718.619000', '143718.622000', '143718.625000', '143718.628000', '143718.631000', '143718.634000', '143718.637000', '143718.640000', '143718.643000', '143718.645000', '143718.648000', '143718.651000', '143718.654000', '143718.657000', '143718.660000', '143718.663000', '143718.666000', '143718.668000', '143718.671000', '143718.674000', '143718.677000', '143718.681000', '143718.684000', '143718.687000', '143718.689000', '143718.692000', '143718.695000', '143718.698000', '143738.576000', '143738.579000', '143738.582000', '143738.585000', '143738.588000', '143738.591000', '143738.594000', '143738.596000', '143738.599000', '143738.602000', '143738.605000', '143738.608000', '143738.611000', '143738.614000', '143738.617000', '143738.619000', '143738.622000', '143738.625000', '143738.628000', '143738.631000', '143738.634000', '143738.637000', '143738.639000', '143738.642000', '143738.645000', '143738.648000', '143738.651000', '143738.654000', '143738.657000', '143738.660000', '143738.663000', '143738.665000', '143738.668000', '143738.671000', '143738.674000', '143738.677000', '143738.680000', '143738.683000', '143738.686000', '143738.688000', '143738.691000', '143738.694000', '143738.697000', '143738.700000', '143758.576000', '143758.579000', '143758.582000', '143758.585000', '143758.588000', '143758.591000', '143758.606000', '143758.609000', '143758.612000', '143758.615000', '143758.617000', '143758.620000', '143758.623000', '143758.626000', '143758.629000', '143758.633000', '143758.636000', '143758.639000', '143758.642000', '143758.645000', '143758.648000', '143758.651000', '143758.654000', '143758.656000', '143758.659000', '143758.662000', '143758.665000', '143758.668000', '143758.671000', '143758.674000', '143758.676000', '143758.679000', '143758.690000', '143758.693000', '143758.696000', '143758.699000', '143758.702000', '143758.704000', '143758.707000', '143758.710000', '143758.713000', '143758.716000', '143758.719000', '143818.576000', '143818.579000', '143818.582000', '143818.585000', '143818.588000', '143818.591000', '143818.594000', '143818.597000', '143818.599000', '143818.602000', '143818.605000', '143818.608000', '143818.611000', '143818.614000', '143818.617000', '143818.620000', '143818.623000', '143818.626000', '143818.628000', '143818.631000', '143818.634000', '143818.637000', '143818.640000', '143818.643000', '143818.646000', '143818.649000', '143818.652000', '143818.654000', '143818.659000', '143818.662000', '143818.665000', '143818.668000', '143818.671000', '143818.673000', '143818.676000', '143818.679000', '143818.682000', '143818.685000', '143818.688000', '143818.691000', '143818.694000', '143818.696000', '143818.699000', '143818.702000', '143838.576000', '143838.579000', '143838.582000', '143838.585000', '143838.588000', '143838.591000', '143838.594000', '143838.596000', '143838.599000', '143838.602000', '143838.605000', '143838.608000', '143838.611000', '143838.614000', '143838.616000', '143838.619000', '143838.622000', '143838.625000', '143838.628000', '143838.631000', '143838.634000', '143838.637000', '143838.639000', '143838.642000', '143838.645000', '143838.648000', '143838.651000', '143838.654000', '143838.657000', '143838.660000', '143838.662000', '143838.665000', '143838.668000', '143838.671000', '143838.674000', '143838.677000', '143838.679000', '143838.682000', '143838.685000', '143838.688000', '143838.691000', '143838.694000', '143838.697000', '143858.576000', '143858.579000', '143858.582000', '143858.585000', '143858.588000', '143858.591000', '143858.594000', '143858.596000', '143858.599000', '143858.602000', '143858.605000', '143858.608000', '143858.611000', '143858.614000', '143858.617000', '143858.619000', '143858.622000', '143858.625000', '143858.628000', '143858.631000', '143858.634000', '143858.637000', '143858.640000', '143858.643000', '143858.645000', '143858.648000', '143858.651000', '143858.654000', '143858.657000', '143858.660000', '143858.663000', '143858.665000', '143858.668000', '143858.672000', '143858.675000', '143858.677000', '143858.680000', '143858.683000', '143858.686000', '143858.689000', '143858.692000', '143858.695000', '143858.697000', '143858.700000', '143908.211000', '143908.215000', '143908.219000', '143908.222000', '143908.226000', '143908.229000', '143908.234000', '143908.237000', '143908.241000', '143908.244000', '143908.247000', '143908.250000', '143908.253000', '143908.256000', '143908.259000', '143908.262000', '143908.265000', '143908.268000', '143908.271000', '143908.274000', '143908.277000'], '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': [11737, 7973, 11505, 7723, 9238, 9774, 7904, 9496, 9533, 8774, 8722, 8717, 8181, 7714, 8333, 8063, 8939, 8801, 9146, 8410, 9776, 8411, 9257, 8134, 8948, 8086, 7684, 8005, 8060, 8512, 8347, 8047, 8295, 8051, 8142, 8007, 8480, 8408, 8732, 8420, 7526, 8817, 7970, 8445, 7905, 9047, 7810, 8252, 8250, 8304, 8649, 8245, 8503, 7975, 8111, 8659, 8180, 8706, 8159, 8621, 8465, 8120, 8199, 8670, 7985, 8484, 8108, 8549, 8202, 8254, 8437, 8439, 8549, 8316, 7616, 8184, 8878, 8343, 8286, 8067, 8355, 8549, 8247, 8434, 7560, 8351, 8266, 8285, 7919, 8424, 8275, 8286, 7825, 8864, 8308, 10427, 9078, 8430, 8122, 7413, 8329, 8106, 8134, 7945, 7926, 7919, 8201, 8260, 7939, 8183, 8568, 8345, 8650, 7853, 8481, 7976, 8436, 8241, 8222, 8626, 8332, 8304, 8086, 8517, 7556, 8189, 8337, 8549, 8348, 8011, 8185, 7534, 8385, 8155, 8337, 8372, 8040, 8207, 8394, 8392, 8202, 8485, 8481, 7807, 8258, 8709, 8421, 8254, 8329, 8746, 8011, 7979, 8202, 8155, 8603, 8283, 8175, 7927, 8136, 8168, 8281, 8716, 8125, 8329, 8132, 8452, 8012, 8097, 8142, 8068, 8302, 8306, 8363, 7805, 8222, 8248, 7725, 8403, 8878, 7799, 8340, 8210, 8159, 8006, 8307, 8951, 7893, 8039, 7960, 8211, 8413, 7650, 8251, 8067, 7588, 8060, 8551, 8390, 7912, 8150, 8170, 8181, 8144, 8153, 8970, 7972, 8033, 8201, 7644, 8249, 7901, 8652, 7891, 8352, 8373, 8869, 8340, 8247, 8041, 8252, 8053, 8280, 7968, 8068, 8427, 8432, 8125, 8192, 8400, 8473, 8260, 7589, 8485, 7826, 8348, 8314, 8344, 8382, 8322, 8218, 8203, 7956, 8272, 7551, 8950, 8141, 7746, 8042, 8720, 7846, 8383, 7833, 7800, 7879, 8720, 7769, 8318, 7880, 7432, 8929, 7499, 8736, 8970, 8282, 8712, 7863, 9162, 8854, 7455, 8762, 7779, 9052, 7597, 7598, 9063, 7750, 8721, 8249, 8241, 8992, 8237, 8773, 7296, 9063, 7760, 8949, 7462, 8640, 8003, 8467, 8413, 7389, 9031, 7619, 8623, 7672, 7139, 8735, 7633, 8643, 8173, 8413, 8174, 7606, 8722, 7622, 8405, 9140, 8512, 8781, 8981, 8204, 7760, 9024, 7610, 8307, 8451, 8271, 8013, 7608, 8605, 7842, 8915, 7694, 8432, 9048, 8467, 8257, 7564, 8813, 7853, 8533, 8095, 8466, 8724, 7911, 8813, 7770, 8289, 8293, 8238, 8091, 8080, 8848, 8610, 8419, 8112, 7908, 8865, 8077, 7158, 8870, 7604, 9024, 7615, 8803, 8323, 10208, 8791, 9475, 8977, 7868, 8559, 7803, 8179, 8129, 8681, 7767, 8816, 7944, 8202, 8018, 7596, 8755, 7911, 7700, 8686, 7970, 8148, 8224, 9300, 8212, 9247, 8729, 7376, 8772, 7581, 8183, 8650, 8600, 8393, 7903, 8526, 8470, 8247, 8495, 7759, 9002, 8569, 8488, 8264, 7624, 8943, 7779, 8592, 7472, 8185, 7528, 7949, 7623, 7296, 7328, 7888, 7171, 7817, 7354, 7458, 7956, 7621, 8414, 7786, 8316, 7381, 7871, 7766, 7622, 8376, 7794, 8570, 7514, 8084, 8067, 7544, 8628, 7839, 8522, 8064, 7727, 8358, 7829, 9421, 7515, 8920, 8065, 8263, 9130, 7439, 8396, 7720, 8682, 8030, 8044, 8339, 7926, 8311, 7674, 9019, 8142, 8530, 8447, 8353, 8033, 7599, 7876, 7845, 8238, 7773, 8766, 8036, 8475, 8968, 7568, 8660, 8175, 8587, 8465, 8234, 9488, 7547, 12278, 8155, 8291, 8217, 8587, 8436, 8962, 8209, 8379, 8430, 8387, 8547, 8013, 8413, 7589, 8373, 8265, 8505, 7868, 8537, 8214, 8674, 8084, 7939, 7931, 7653, 8422, 8019, 8069, 8777, 7386, 8750, 7916, 8200, 8219, 7871, 8218, 7816, 8397, 7673, 8240, 8315, 8214, 8266, 7724, 8446, 7485, 8388, 8296, 7808, 8361, 7834, 8745, 8505, 8136, 8591, 8087, 8108, 7509, 8359, 7051, 8398, 7761, 7848, 8352, 7697, 8462, 8138, 8211, 8024, 8043, 7965, 8315, 7609, 8768, 7766, 8362, 8090, 8089, 7897, 7950, 8426, 8112, 8280, 8390, 8088, 8745, 8259, 8136, 8426, 7632, 8661, 8296, 8742, 8000, 8541, 8239, 7573, 8583, 7870, 8165, 7927, 8261, 8611, 8356, 7827, 8207, 8404, 8851, 8147, 9342, 8287, 8036, 8248, 8214, 8901, 8233, 8202, 8621, 8297, 8384, 8201, 7718, 8865, 8121, 8425, 9300, 8195, 10066, 7810, 8308, 8466, 8406, 7601, 8603, 8198, 7700, 8932, 8007, 8787, 8382, 7883, 8638, 7824, 8524, 8347, 7345, 8720, 8632, 7563, 8632, 8184, 10138, 8853, 7868, 8843, 7580, 7934, 8298, 9830, 8266, 8416, 8474, 7745, 9077, 8006, 8355, 8339, 7471, 8643, 8184, 8396, 8211, 8239, 9180, 8055, 9839, 8189, 9974, 8252, 8429, 8493, 8369, 8507, 8236, 8615, 7742, 8424, 8178, 8800, 8563, 8482, 8750, 8360, 8139, 8419, 9089, 8192, 8644, 8554, 8156, 8332, 8156, 8192, 7817, 8296, 8356, 9136, 7882, 8629, 8538, 8182, 8300, 8219, 8404, 8141, 9629, 8434, 8625, 8444, 7858, 7768, 7976, 8605, 7742, 8673, 8020, 8418, 7968, 8220, 8790, 8326, 8555, 8310, 8146, 8945, 8211, 9636, 8198, 8536, 8035, 7535, 8862, 8207, 8093, 8566, 8139, 8796, 8499, 7865, 9038, 8366, 10731, 8441, 8478, 8321, 7558, 8569, 8621, 8117, 10115, 7816, 8993, 8383, 7862, 8633, 7763, 9704, 8492, 8000, 8373, 8043, 8342, 8295, 7485, 8111, 7929, 8265, 8501, 8292, 8328, 8606, 8592, 7853, 9349, 8287, 10933, 10194, 7601, 8323, 8450, 8453, 8534, 7676, 8198, 8638, 10949, 8651, 8046, 8583, 8043, 9102, 8555, 11473, 8446, 8394, 8288, 7933, 8009, 8187, 8689, 8464, 8264, 9149, 8323, 8099, 8925, 8598, 8432, 8329, 8350, 9209, 8422, 9673, 8493, 7947, 7764, 8264, 8584, 8409, 8090, 8213, 7924, 9309, 8323, 8343, 7831, 8057, 8472, 8422, 8573, 7865, 7854, 8829, 7950, 8760, 8169, 7917, 8600, 8268, 10395, 8072, 8496, 8278, 7783, 8313, 8135, 8803, 7846, 10059, 8253, 8280, 8241, 8307, 8097, 7847, 8029, 8257, 9569, 8267, 8377, 7397, 8141, 7512, 7633, 9264, 7984, 8578, 7672, 8234, 8675, 8271, 8350, 8213, 7997, 8511, 8193, 9288, 8523, 7808, 7723, 8159, 9612], 'WindowCenter': [4239.0, 4171.0, 4196.0, 4144.0, 4161.0, 4159.0, 4140.0, 4157.0, 4144.0, 4135.0, 4146.0, 4147.0, 4147.0, 4138.0, 4147.0, 4136.0, 4147.0, 4145.0, 4143.0, 4122.0, 4141.0, 4119.0, 4119.0, 4109.0, 4106.0, 4109.0, 4097.0, 4107.0, 4094.0, 4105.0, 4107.0, 4096.0, 4108.0, 4108.0, 4106.0, 4108.0, 4117.0, 4119.0, 4119.0, 4121.0, 4110.0, 4130.0, 4111.0, 4121.0, 4135.0, 4143.0, 4112.0, 4123.0, 4122.0, 4133.0, 4132.0, 4135.0, 4133.0, 4135.0, 4135.0, 4146.0, 4134.0, 4133.0, 4125.0, 4133.0, 4135.0, 4134.0, 4148.0, 4146.0, 4148.0, 4147.0, 4137.0, 4146.0, 4135.0, 4147.0, 4147.0, 4146.0, 4146.0, 4137.0, 4137.0, 4148.0, 4158.0, 4150.0, 4149.0, 4149.0, 4160.0, 4160.0, 4149.0, 4148.0, 4137.0, 4148.0, 4150.0, 4149.0, 4137.0, 4147.0, 4137.0, 4136.0, 4126.0, 4144.0, 4147.0, 4166.0, 4146.0, 4124.0, 4123.0, 4114.0, 4133.0, 4133.0, 4135.0, 4136.0, 4137.0, 4125.0, 4134.0, 4134.0, 4123.0, 4146.0, 4145.0, 4135.0, 4134.0, 4123.0, 4132.0, 4124.0, 4122.0, 4134.0, 4134.0, 4134.0, 4135.0, 4133.0, 4136.0, 4133.0, 4124.0, 4134.0, 4135.0, 4147.0, 4135.0, 4137.0, 4149.0, 4139.0, 4148.0, 4150.0, 4150.0, 4149.0, 4151.0, 4150.0, 4162.0, 4161.0, 4150.0, 4149.0, 4150.0, 4140.0, 4147.0, 4150.0, 4149.0, 4148.0, 4147.0, 4148.0, 4139.0, 4137.0, 4148.0, 4136.0, 4146.0, 4147.0, 4148.0, 4138.0, 4150.0, 4149.0, 4150.0, 4161.0, 4150.0, 4148.0, 4139.0, 4149.0, 4138.0, 4138.0, 4137.0, 4137.0, 4148.0, 4150.0, 4161.0, 4150.0, 4149.0, 4149.0, 4138.0, 4149.0, 4159.0, 4138.0, 4148.0, 4136.0, 4136.0, 4136.0, 4135.0, 4146.0, 4137.0, 4135.0, 4136.0, 4134.0, 4136.0, 4126.0, 4137.0, 4137.0, 4137.0, 4151.0, 4161.0, 4160.0, 4150.0, 4151.0, 4150.0, 4149.0, 4151.0, 4152.0, 4160.0, 4139.0, 4138.0, 4149.0, 4136.0, 4149.0, 4140.0, 4148.0, 4138.0, 4147.0, 4149.0, 4159.0, 4147.0, 4149.0, 4150.0, 4137.0, 4136.0, 4135.0, 4136.0, 4136.0, 4137.0, 4137.0, 4137.0, 4148.0, 4147.0, 4136.0, 4137.0, 4125.0, 4146.0, 4127.0, 4137.0, 4148.0, 4149.0, 4137.0, 4135.0, 4136.0, 4135.0, 4137.0, 4146.0, 4136.0, 4159.0, 4149.0, 4139.0, 4151.0, 4160.0, 4150.0, 4164.0, 4142.0, 4141.0, 4149.0, 4160.0, 4151.0, 4151.0, 4152.0, 4129.0, 4162.0, 4129.0, 4147.0, 4149.0, 4137.0, 4147.0, 4137.0, 4148.0, 4148.0, 4128.0, 4149.0, 4139.0, 4148.0, 4127.0, 4129.0, 4149.0, 4128.0, 4146.0, 4138.0, 4137.0, 4149.0, 4135.0, 4135.0, 4114.0, 4134.0, 4113.0, 4133.0, 4112.0, 4132.0, 4125.0, 4136.0, 4135.0, 4113.0, 4133.0, 4124.0, 4147.0, 4137.0, 4129.0, 4160.0, 4141.0, 4160.0, 4150.0, 4150.0, 4150.0, 4141.0, 4160.0, 4140.0, 4151.0, 4160.0, 4159.0, 4150.0, 4148.0, 4137.0, 4125.0, 4145.0, 4125.0, 4136.0, 4137.0, 4136.0, 4138.0, 4125.0, 4135.0, 4126.0, 4146.0, 4126.0, 4135.0, 4146.0, 4135.0, 4135.0, 4122.0, 4146.0, 4137.0, 4148.0, 4149.0, 4148.0, 4147.0, 4139.0, 4160.0, 4139.0, 4147.0, 4146.0, 4150.0, 4139.0, 4137.0, 4160.0, 4149.0, 4149.0, 4151.0, 4152.0, 4172.0, 4153.0, 4132.0, 4162.0, 4142.0, 4173.0, 4141.0, 4160.0, 4151.0, 4169.0, 4147.0, 4146.0, 4135.0, 4123.0, 4134.0, 4113.0, 4134.0, 4121.0, 4132.0, 4125.0, 4144.0, 4125.0, 4136.0, 4150.0, 4152.0, 4159.0, 4150.0, 4139.0, 4161.0, 4162.0, 4164.0, 4163.0, 4173.0, 4163.0, 4162.0, 4148.0, 4127.0, 4147.0, 4127.0, 4135.0, 4146.0, 4147.0, 4135.0, 4125.0, 4134.0, 4137.0, 4137.0, 4149.0, 4138.0, 4146.0, 4147.0, 4146.0, 4139.0, 4126.0, 4147.0, 4126.0, 4149.0, 4130.0, 4136.0, 4125.0, 4123.0, 4113.0, 4111.0, 4113.0, 4110.0, 4103.0, 4112.0, 4112.0, 4112.0, 4123.0, 4113.0, 4121.0, 4124.0, 4134.0, 4124.0, 4134.0, 4125.0, 4126.0, 4136.0, 4137.0, 4148.0, 4139.0, 4149.0, 4139.0, 4138.0, 4148.0, 4139.0, 4149.0, 4151.0, 4140.0, 4151.0, 4138.0, 4147.0, 4129.0, 4146.0, 4136.0, 4148.0, 4158.0, 4128.0, 4135.0, 4125.0, 4136.0, 4137.0, 4136.0, 4136.0, 4136.0, 4135.0, 4128.0, 4143.0, 4125.0, 4134.0, 4126.0, 4123.0, 4124.0, 4125.0, 4124.0, 4123.0, 4124.0, 4123.0, 4133.0, 4123.0, 4151.0, 4160.0, 4139.0, 4147.0, 4147.0, 4147.0, 4148.0, 4136.0, 4158.0, 4128.0, 4176.0, 4124.0, 4124.0, 4122.0, 4121.0, 4123.0, 4133.0, 4122.0, 4135.0, 4134.0, 4121.0, 4122.0, 4110.0, 4121.0, 4112.0, 4122.0, 4122.0, 4133.0, 4124.0, 4134.0, 4124.0, 4133.0, 4122.0, 4125.0, 4124.0, 4124.0, 4135.0, 4124.0, 4137.0, 4146.0, 4128.0, 4160.0, 4150.0, 4162.0, 4150.0, 4150.0, 4149.0, 4139.0, 4147.0, 4142.0, 4149.0, 4150.0, 4148.0, 4149.0, 4137.0, 4148.0, 4141.0, 4149.0, 4137.0, 4129.0, 4138.0, 4138.0, 4148.0, 4150.0, 4151.0, 4150.0, 4125.0, 4125.0, 4115.0, 4135.0, 4114.0, 4149.0, 4127.0, 4137.0, 4137.0, 4128.0, 4137.0, 4137.0, 4135.0, 4138.0, 4150.0, 4139.0, 4137.0, 4127.0, 4147.0, 4140.0, 4136.0, 4138.0, 4137.0, 4127.0, 4125.0, 4135.0, 4137.0, 4136.0, 4134.0, 4137.0, 4148.0, 4138.0, 4125.0, 4136.0, 4126.0, 4135.0, 4125.0, 4135.0, 4126.0, 4133.0, 4123.0, 4112.0, 4136.0, 4136.0, 4136.0, 4125.0, 4136.0, 4135.0, 4135.0, 4126.0, 4136.0, 4136.0, 4135.0, 4125.0, 4147.0, 4125.0, 4113.0, 4123.0, 4125.0, 4134.0, 4135.0, 4148.0, 4149.0, 4147.0, 4149.0, 4149.0, 4137.0, 4160.0, 4152.0, 4163.0, 4161.0, 4137.0, 4158.0, 4126.0, 4138.0, 4138.0, 4137.0, 4115.0, 4124.0, 4126.0, 4114.0, 4145.0, 4127.0, 4136.0, 4148.0, 4150.0, 4147.0, 4125.0, 4135.0, 4135.0, 4127.0, 4145.0, 4148.0, 4126.0, 4149.0, 4149.0, 4156.0, 4135.0, 4124.0, 4134.0, 4114.0, 4113.0, 4125.0, 4143.0, 4123.0, 4111.0, 4122.0, 4112.0, 4132.0, 4123.0, 4137.0, 4149.0, 4130.0, 4147.0, 4148.0, 4149.0, 4150.0, 4150.0, 4158.0, 4149.0, 4160.0, 4139.0, 4147.0, 4137.0, 4124.0, 4137.0, 4122.0, 4135.0, 4136.0, 4124.0, 4112.0, 4123.0, 4124.0, 4132.0, 4134.0, 4135.0, 4145.0, 4135.0, 4124.0, 4135.0, 4145.0, 4135.0, 4135.0, 4147.0, 4126.0, 4136.0, 4124.0, 4124.0, 4114.0, 4124.0, 4136.0, 4145.0, 4125.0, 4134.0, 4133.0, 4125.0, 4135.0, 4135.0, 4135.0, 4127.0, 4145.0, 4126.0, 4134.0, 4124.0, 4136.0, 4127.0, 4124.0, 4137.0, 4126.0, 4137.0, 4137.0, 4150.0, 4138.0, 4138.0, 4150.0, 4148.0, 4148.0, 4140.0, 4139.0, 4150.0, 4138.0, 4148.0, 4138.0, 4136.0, 4125.0, 4127.0, 4148.0, 4139.0, 4127.0, 4137.0, 4138.0, 4147.0, 4148.0, 4138.0, 4158.0, 4150.0, 4168.0, 4136.0, 4123.0, 4124.0, 4114.0, 4134.0, 4135.0, 4124.0, 4144.0, 4113.0, 4122.0, 4123.0, 4112.0, 4133.0, 4124.0, 4142.0, 4123.0, 4125.0, 4124.0, 4125.0, 4137.0, 4137.0, 4127.0, 4125.0, 4124.0, 4138.0, 4149.0, 4150.0, 4148.0, 4148.0, 4147.0, 4138.0, 4158.0, 4149.0, 4168.0, 4156.0, 4114.0, 4124.0, 4126.0, 4124.0, 4134.0, 4113.0, 4125.0, 4135.0, 4153.0, 4134.0, 4113.0, 4121.0, 4125.0, 4132.0, 4122.0, 4164.0, 4112.0, 4110.0, 4111.0, 4112.0, 4111.0, 4121.0, 4122.0, 4122.0, 4121.0, 4145.0, 4135.0, 4136.0, 4158.0, 4161.0, 4148.0, 4150.0, 4139.0, 4148.0, 4137.0, 4159.0, 4150.0, 4138.0, 4114.0, 4125.0, 4134.0, 4125.0, 4124.0, 4124.0, 4125.0, 4147.0, 4136.0, 4125.0, 4114.0, 4125.0, 4125.0, 4136.0, 4135.0, 4139.0, 4128.0, 4134.0, 4123.0, 4135.0, 4135.0, 4124.0, 4136.0, 4134.0, 4158.0, 4126.0, 4135.0, 4126.0, 4112.0, 4124.0, 4112.0, 4132.0, 4124.0, 4144.0, 4113.0, 4111.0, 4123.0, 4120.0, 4123.0, 4124.0, 4125.0, 4137.0, 4143.0, 4125.0, 4123.0, 4114.0, 4125.0, 4116.0, 4127.0, 4146.0, 4128.0, 4135.0, 4127.0, 4137.0, 4147.0, 4150.0, 4149.0, 4137.0, 4137.0, 4150.0, 4139.0, 4159.0, 4149.0, 4128.0, 4126.0, 4126.0, 4146.0], 'WindowWidth': [9393.0, 9285.0, 9304.0, 9230.0, 9248.0, 9240.0, 9215.0, 9230.0, 9208.0, 9195.0, 9213.0, 9218.0, 9221.0, 9206.0, 9219.0, 9202.0, 9216.0, 9209.0, 9204.0, 9174.0, 9196.0, 9165.0, 9163.0, 9150.0, 9141.0, 9148.0, 9130.0, 9143.0, 9123.0, 9137.0, 9143.0, 9127.0, 9148.0, 9148.0, 9145.0, 9149.0, 9161.0, 9165.0, 9164.0, 9171.0, 9154.0, 9183.0, 9157.0, 9173.0, 9200.0, 9206.0, 9163.0, 9177.0, 9175.0, 9192.0, 9189.0, 9201.0, 9194.0, 9199.0, 9199.0, 9214.0, 9196.0, 9194.0, 9185.0, 9192.0, 9199.0, 9196.0, 9220.0, 9214.0, 9223.0, 9219.0, 9204.0, 9214.0, 9199.0, 9217.0, 9219.0, 9216.0, 9215.0, 9203.0, 9205.0, 9222.0, 9237.0, 9227.0, 9225.0, 9226.0, 9244.0, 9242.0, 9223.0, 9220.0, 9206.0, 9222.0, 9227.0, 9225.0, 9204.0, 9220.0, 9204.0, 9202.0, 9187.0, 9210.0, 9216.0, 9243.0, 9214.0, 9180.0, 9178.0, 9169.0, 9193.0, 9193.0, 9197.0, 9200.0, 9204.0, 9184.0, 9195.0, 9193.0, 9178.0, 9216.0, 9211.0, 9196.0, 9193.0, 9177.0, 9188.0, 9180.0, 9175.0, 9193.0, 9194.0, 9195.0, 9196.0, 9194.0, 9200.0, 9192.0, 9181.0, 9195.0, 9198.0, 9215.0, 9200.0, 9205.0, 9225.0, 9212.0, 9222.0, 9226.0, 9227.0, 9225.0, 9231.0, 9228.0, 9247.0, 9245.0, 9227.0, 9225.0, 9225.0, 9214.0, 9219.0, 9228.0, 9226.0, 9221.0, 9219.0, 9219.0, 9208.0, 9205.0, 9220.0, 9204.0, 9216.0, 9220.0, 9220.0, 9210.0, 9228.0, 9226.0, 9229.0, 9244.0, 9228.0, 9220.0, 9208.0, 9222.0, 9206.0, 9207.0, 9204.0, 9205.0, 9221.0, 9226.0, 9245.0, 9228.0, 9226.0, 9224.0, 9208.0, 9224.0, 9238.0, 9207.0, 9221.0, 9201.0, 9199.0, 9201.0, 9196.0, 9213.0, 9202.0, 9198.0, 9201.0, 9194.0, 9200.0, 9187.0, 9205.0, 9207.0, 9208.0, 9231.0, 9244.0, 9242.0, 9228.0, 9231.0, 9227.0, 9227.0, 9230.0, 9236.0, 9241.0, 9209.0, 9207.0, 9224.0, 9203.0, 9221.0, 9213.0, 9222.0, 9207.0, 9218.0, 9223.0, 9236.0, 9217.0, 9225.0, 9227.0, 9205.0, 9198.0, 9198.0, 9200.0, 9200.0, 9202.0, 9204.0, 9206.0, 9223.0, 9220.0, 9202.0, 9202.0, 9185.0, 9215.0, 9189.0, 9203.0, 9223.0, 9226.0, 9204.0, 9199.0, 9201.0, 9200.0, 9203.0, 9215.0, 9203.0, 9237.0, 9224.0, 9212.0, 9234.0, 9243.0, 9227.0, 9253.0, 9217.0, 9214.0, 9222.0, 9241.0, 9230.0, 9230.0, 9232.0, 9196.0, 9244.0, 9194.0, 9215.0, 9221.0, 9200.0, 9214.0, 9202.0, 9216.0, 9216.0, 9190.0, 9221.0, 9211.0, 9216.0, 9190.0, 9193.0, 9222.0, 9191.0, 9214.0, 9203.0, 9202.0, 9219.0, 9196.0, 9194.0, 9165.0, 9191.0, 9161.0, 9189.0, 9159.0, 9187.0, 9183.0, 9199.0, 9197.0, 9162.0, 9190.0, 9180.0, 9213.0, 9205.0, 9199.0, 9239.0, 9216.0, 9240.0, 9226.0, 9226.0, 9226.0, 9216.0, 9241.0, 9213.0, 9229.0, 9239.0, 9239.0, 9227.0, 9217.0, 9200.0, 9183.0, 9209.0, 9183.0, 9198.0, 9200.0, 9201.0, 9205.0, 9182.0, 9198.0, 9185.0, 9211.0, 9185.0, 9199.0, 9214.0, 9195.0, 9195.0, 9177.0, 9214.0, 9202.0, 9219.0, 9225.0, 9219.0, 9217.0, 9208.0, 9237.0, 9210.0, 9218.0, 9217.0, 9227.0, 9209.0, 9204.0, 9239.0, 9223.0, 9223.0, 9228.0, 9234.0, 9262.0, 9236.0, 9205.0, 9245.0, 9219.0, 9263.0, 9215.0, 9240.0, 9229.0, 9250.0, 9216.0, 9212.0, 9195.0, 9177.0, 9190.0, 9163.0, 9193.0, 9173.0, 9187.0, 9182.0, 9207.0, 9181.0, 9200.0, 9227.0, 9234.0, 9238.0, 9226.0, 9212.0, 9244.0, 9247.0, 9254.0, 9248.0, 9263.0, 9251.0, 9246.0, 9221.0, 9190.0, 9216.0, 9188.0, 9198.0, 9216.0, 9215.0, 9196.0, 9182.0, 9195.0, 9201.0, 9201.0, 9222.0, 9210.0, 9215.0, 9215.0, 9213.0, 9207.0, 9187.0, 9218.0, 9187.0, 9225.0, 9199.0, 9199.0, 9183.0, 9177.0, 9162.0, 9156.0, 9161.0, 9153.0, 9147.0, 9160.0, 9161.0, 9159.0, 9174.0, 9161.0, 9170.0, 9179.0, 9192.0, 9182.0, 9195.0, 9183.0, 9186.0, 9200.0, 9203.0, 9218.0, 9210.0, 9224.0, 9208.0, 9207.0, 9218.0, 9209.0, 9222.0, 9231.0, 9213.0, 9229.0, 9208.0, 9217.0, 9196.0, 9214.0, 9201.0, 9222.0, 9235.0, 9194.0, 9196.0, 9181.0, 9198.0, 9200.0, 9200.0, 9201.0, 9199.0, 9199.0, 9192.0, 9204.0, 9182.0, 9193.0, 9182.0, 9176.0, 9179.0, 9182.0, 9178.0, 9175.0, 9179.0, 9177.0, 9188.0, 9179.0, 9228.0, 9239.0, 9209.0, 9218.0, 9218.0, 9217.0, 9220.0, 9201.0, 9230.0, 9193.0, 9252.0, 9177.0, 9176.0, 9172.0, 9169.0, 9172.0, 9185.0, 9172.0, 9196.0, 9193.0, 9171.0, 9171.0, 9154.0, 9169.0, 9159.0, 9172.0, 9173.0, 9188.0, 9179.0, 9190.0, 9178.0, 9189.0, 9174.0, 9184.0, 9179.0, 9178.0, 9195.0, 9182.0, 9201.0, 9215.0, 9194.0, 9240.0, 9230.0, 9245.0, 9226.0, 9226.0, 9224.0, 9212.0, 9218.0, 9218.0, 9224.0, 9225.0, 9220.0, 9220.0, 9204.0, 9220.0, 9215.0, 9222.0, 9203.0, 9193.0, 9205.0, 9205.0, 9217.0, 9224.0, 9230.0, 9225.0, 9182.0, 9181.0, 9169.0, 9196.0, 9169.0, 9220.0, 9189.0, 9203.0, 9200.0, 9193.0, 9201.0, 9202.0, 9196.0, 9206.0, 9227.0, 9208.0, 9203.0, 9188.0, 9216.0, 9211.0, 9199.0, 9205.0, 9204.0, 9187.0, 9182.0, 9196.0, 9201.0, 9198.0, 9195.0, 9200.0, 9220.0, 9206.0, 9183.0, 9198.0, 9183.0, 9194.0, 9181.0, 9194.0, 9185.0, 9188.0, 9176.0, 9158.0, 9199.0, 9201.0, 9200.0, 9182.0, 9198.0, 9196.0, 9197.0, 9185.0, 9200.0, 9197.0, 9194.0, 9184.0, 9212.0, 9180.0, 9160.0, 9175.0, 9180.0, 9193.0, 9195.0, 9221.0, 9224.0, 9218.0, 9222.0, 9222.0, 9207.0, 9236.0, 9232.0, 9249.0, 9240.0, 9200.0, 9230.0, 9185.0, 9204.0, 9202.0, 9200.0, 9168.0, 9177.0, 9181.0, 9166.0, 9209.0, 9188.0, 9198.0, 9219.0, 9224.0, 9215.0, 9182.0, 9195.0, 9196.0, 9188.0, 9210.0, 9218.0, 9187.0, 9222.0, 9220.0, 9223.0, 9194.0, 9176.0, 9189.0, 9163.0, 9162.0, 9179.0, 9201.0, 9173.0, 9155.0, 9170.0, 9159.0, 9184.0, 9176.0, 9201.0, 9222.0, 9197.0, 9215.0, 9220.0, 9221.0, 9226.0, 9225.0, 9233.0, 9224.0, 9237.0, 9205.0, 9212.0, 9198.0, 9177.0, 9200.0, 9172.0, 9196.0, 9196.0, 9177.0, 9158.0, 9174.0, 9176.0, 9185.0, 9192.0, 9195.0, 9210.0, 9196.0, 9179.0, 9195.0, 9208.0, 9197.0, 9196.0, 9214.0, 9185.0, 9197.0, 9176.0, 9177.0, 9163.0, 9177.0, 9197.0, 9210.0, 9182.0, 9190.0, 9189.0, 9179.0, 9195.0, 9193.0, 9197.0, 9188.0, 9208.0, 9182.0, 9191.0, 9178.0, 9200.0, 9186.0, 9178.0, 9200.0, 9184.0, 9199.0, 9201.0, 9223.0, 9207.0, 9206.0, 9222.0, 9218.0, 9217.0, 9208.0, 9207.0, 9223.0, 9203.0, 9216.0, 9203.0, 9195.0, 9181.0, 9189.0, 9218.0, 9206.0, 9187.0, 9200.0, 9205.0, 9214.0, 9219.0, 9204.0, 9234.0, 9225.0, 9241.0, 9197.0, 9174.0, 9178.0, 9162.0, 9190.0, 9192.0, 9178.0, 9202.0, 9158.0, 9169.0, 9174.0, 9157.0, 9189.0, 9179.0, 9199.0, 9174.0, 9181.0, 9179.0, 9183.0, 9202.0, 9202.0, 9191.0, 9181.0, 9180.0, 9204.0, 9222.0, 9225.0, 9219.0, 9219.0, 9216.0, 9203.0, 9231.0, 9221.0, 9242.0, 9224.0, 9164.0, 9176.0, 9180.0, 9176.0, 9189.0, 9161.0, 9182.0, 9195.0, 9214.0, 9189.0, 9159.0, 9168.0, 9179.0, 9184.0, 9170.0, 9228.0, 9156.0, 9150.0, 9154.0, 9157.0, 9154.0, 9167.0, 9172.0, 9172.0, 9172.0, 9208.0, 9197.0, 9199.0, 9233.0, 9242.0, 9219.0, 9223.0, 9204.0, 9215.0, 9199.0, 9233.0, 9222.0, 9204.0, 9165.0, 9178.0, 9190.0, 9179.0, 9178.0, 9179.0, 9181.0, 9214.0, 9197.0, 9179.0, 9163.0, 9181.0, 9180.0, 9196.0, 9194.0, 9206.0, 9189.0, 9191.0, 9176.0, 9195.0, 9195.0, 9178.0, 9196.0, 9194.0, 9231.0, 9184.0, 9192.0, 9180.0, 9158.0, 9175.0, 9158.0, 9185.0, 9178.0, 9201.0, 9158.0, 9153.0, 9171.0, 9166.0, 9174.0, 9175.0, 9183.0, 9201.0, 9201.0, 9180.0, 9175.0, 9165.0, 9180.0, 9172.0, 9190.0, 9209.0, 9187.0, 9194.0, 9186.0, 9199.0, 9214.0, 9224.0, 9221.0, 9203.0, 9202.0, 9223.0, 9206.0, 9233.0, 9221.0, 9189.0, 9186.0, 9185.0, 9210.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.0013646957520091851</td></tr>
<tr><td colspan=3>aqi</td><td>0.038360343742824335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.54798939150573</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0943936726896542</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9487892143103446</td></tr>
<tr><td colspan=3>efc</td><td>0.4515</td></tr>
<tr><td colspan=3>fber</td><td>5428.1719</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09527067992470507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.214695752009185</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478076891746831</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3884996703264574</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764219934095861</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.281511070818176</td></tr>
<tr><td colspan=3>gcor</td><td>0.00905712</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015477696433663368</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02020065300166607</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.813257355985896</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>25.1953</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4133</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.6735</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310321.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>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.784</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.023</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.4117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.8626</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.739</td></tr>
<tr><td colspan=3>tsnr</td><td>31.620624892413616</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>