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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-04_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-04_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-0073/ses-04/func/sub-0073_ses-04_task-social_acq-mb8_run-04_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>b56daa43287cad1bae08d80fbedbbb1b</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:40:38.197500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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-04_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.115584</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</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>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>305d5b79-f679-4d5d-8745-8d0185c97ff8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['184038.197500', '184038.657500', '184039.117500', '184039.577500', '184040.037500', '184040.497500', '184040.957500', '184041.417500', '184041.877500', '184042.337500', '184042.797500', '184043.257500', '184043.717500', '184044.177500', '184044.637500', '184045.097500', '184045.557500', '184046.017500', '184046.477500', '184046.937500', '184047.397500', '184047.857500', '184048.317500', '184048.777500', '184049.237500', '184049.697500', '184050.157500', '184050.617500', '184051.077500', '184051.537500', '184051.997500', '184052.457500', '184052.917500', '184053.377500', '184053.837500', '184054.297500', '184054.757500', '184055.217500', '184055.677500', '184056.137500', '184056.597500', '184057.057500', '184057.517500', '184057.977500', '184058.437500', '184058.897500', '184059.357500', '184059.817500', '184100.277500', '184100.737500', '184101.197500', '184101.657500', '184102.117500', '184102.577500', '184103.037500', '184103.497500', '184103.957500', '184104.417500', '184104.877500', '184105.337500', '184105.797500', '184106.257500', '184106.717500', '184107.177500', '184107.637500', '184108.097500', '184108.557500', '184109.017500', '184109.477500', '184109.937500', '184110.397500', '184110.857500', '184111.317500', '184111.777500', '184112.237500', '184112.697500', '184113.157500', '184113.617500', '184114.077500', '184114.537500', '184114.997500', '184115.457500', '184115.917500', '184116.377500', '184116.837500', '184117.297500', '184117.757500', '184118.217500', '184118.677500', '184119.137500', '184119.597500', '184120.057500', '184120.517500', '184120.977500', '184121.437500', '184121.897500', '184122.357500', '184122.817500', '184123.277500', '184123.737500', '184124.197500', '184124.657500', '184125.117500', '184125.577500', '184126.037500', '184126.497500', '184126.957500', '184127.417500', '184127.877500', '184128.337500', '184128.797500', '184129.257500', '184129.717500', '184130.177500', '184130.637500', '184131.097500', '184131.557500', '184132.017500', '184132.477500', '184132.937500', '184133.397500', '184133.857500', '184134.317500', '184134.777500', '184135.237500', '184135.697500', '184136.157500', '184136.617500', '184137.077500', '184137.537500', '184137.997500', '184138.457500', '184138.917500', '184139.377500', '184139.837500', '184140.297500', '184140.757500', '184141.217500', '184141.677500', '184142.137500', '184142.597500', '184143.057500', '184143.517500', '184143.977500', '184144.437500', '184144.897500', '184145.357500', '184145.817500', '184146.277500', '184146.737500', '184147.197500', '184147.657500', '184148.117500', '184148.577500', '184149.037500', '184149.497500', '184149.957500', '184150.417500', '184150.877500', '184151.337500', '184151.797500', '184152.257500', '184152.717500', '184153.177500', '184153.637500', '184154.097500', '184154.557500', '184155.017500', '184155.477500', '184155.937500', '184156.397500', '184156.857500', '184157.317500', '184157.777500', '184158.237500', '184158.697500', '184159.157500', '184159.617500', '184200.077500', '184200.537500', '184200.997500', '184201.457500', '184201.917500', '184202.377500', '184202.837500', '184203.297500', '184203.757500', '184204.217500', '184204.677500', '184205.137500', '184205.597500', '184206.057500', '184206.517500', '184206.977500', '184207.437500', '184207.897500', '184208.357500', '184208.817500', '184209.277500', '184209.737500', '184210.197500', '184210.657500', '184211.117500', '184211.577500', '184212.037500', '184212.497500', '184212.957500', '184213.417500', '184213.877500', '184214.337500', '184214.797500', '184215.257500', '184215.717500', '184216.177500', '184216.637500', '184217.097500', '184217.557500', '184218.017500', '184218.477500', '184218.937500', '184219.397500', '184219.857500', '184220.317500', '184220.777500', '184221.237500', '184221.697500', '184222.157500', '184222.617500', '184223.077500', '184223.537500', '184223.997500', '184224.457500', '184224.917500', '184225.377500', '184225.837500', '184226.297500', '184226.757500', '184227.217500', '184227.677500', '184228.137500', '184228.597500', '184229.057500', '184229.517500', '184229.977500', '184230.437500', '184230.897500', '184231.357500', '184231.817500', '184232.277500', '184232.737500', '184233.197500', '184233.657500', '184234.117500', '184234.577500', '184235.037500', '184235.497500', '184235.957500', '184236.417500', '184236.877500', '184237.337500', '184237.797500', '184238.257500', '184238.717500', '184239.177500', '184239.637500', '184240.097500', '184240.557500', '184241.017500', '184241.477500', '184241.937500', '184242.397500', '184242.857500', '184243.317500', '184243.777500', '184244.237500', '184244.697500', '184245.157500', '184245.617500', '184246.077500', '184246.537500', '184246.997500', '184247.457500', '184247.917500', '184248.377500', '184248.837500', '184249.297500', '184249.757500', '184250.217500', '184250.677500', '184251.137500', '184251.597500', '184252.057500', '184252.517500', '184252.977500', '184253.437500', '184253.897500', '184254.357500', '184254.817500', '184255.277500', '184255.737500', '184256.197500', '184256.657500', '184257.117500', '184257.577500', '184258.037500', '184258.497500', '184258.957500', '184259.417500', '184259.877500', '184300.337500', '184300.797500', '184301.257500', '184301.717500', '184302.177500', '184302.637500', '184303.097500', '184303.557500', '184304.017500', '184304.477500', '184304.937500', '184305.397500', '184305.857500', '184306.317500', '184306.777500', '184307.237500', '184307.697500', '184308.157500', '184308.617500', '184309.077500', '184309.537500', '184309.997500', '184310.457500', '184310.917500', '184311.377500', '184311.837500', '184312.297500', '184312.757500', '184313.217500', '184313.677500', '184314.137500', '184314.597500', '184315.057500', '184315.517500', '184315.977500', '184316.437500', '184316.897500', '184317.357500', '184317.817500', '184318.277500', '184318.737500', '184319.197500', '184319.657500', '184320.117500', '184320.577500', '184321.037500', '184321.497500', '184321.957500', '184322.417500', '184322.877500', '184323.337500', '184323.797500', '184324.257500', '184324.717500', '184325.177500', '184325.637500', '184326.097500', '184326.557500', '184327.017500', '184327.477500', '184327.937500', '184328.397500', '184328.857500', '184329.317500', '184329.777500', '184330.237500', '184330.697500', '184331.157500', '184331.617500', '184332.077500', '184332.537500', '184332.997500', '184333.457500', '184333.917500', '184334.377500', '184334.837500', '184335.297500', '184335.757500', '184336.217500', '184336.677500', '184337.137500', '184337.597500', '184338.057500', '184338.517500', '184338.977500', '184339.437500', '184339.897500', '184340.357500', '184340.817500', '184341.277500', '184341.737500', '184342.197500', '184342.657500', '184343.117500', '184343.577500', '184344.037500', '184344.497500', '184344.957500', '184345.417500', '184345.877500', '184346.337500', '184346.797500', '184347.257500', '184347.717500', '184348.177500', '184348.637500', '184349.097500', '184349.557500', '184350.017500', '184350.477500', '184350.937500', '184351.397500', '184351.857500', '184352.317500', '184352.777500', '184353.237500', '184353.697500', '184354.157500', '184354.617500', '184355.077500', '184355.537500', '184355.997500', '184356.457500', '184356.917500', '184357.377500', '184357.837500', '184358.297500', '184358.757500', '184359.217500', '184359.677500', '184400.137500', '184400.597500', '184401.057500', '184401.517500', '184401.977500', '184402.437500', '184402.897500', '184403.357500', '184403.817500', '184404.277500', '184404.737500', '184405.197500', '184405.657500', '184406.117500', '184406.577500', '184407.037500', '184407.497500', '184407.957500', '184408.417500', '184408.877500', '184409.337500', '184409.797500', '184410.257500', '184410.717500', '184411.177500', '184411.637500', '184412.097500', '184412.557500', '184413.017500', '184413.477500', '184413.937500', '184414.397500', '184414.857500', '184415.317500', '184415.777500', '184416.237500', '184416.697500', '184417.157500', '184417.617500', '184418.077500', '184418.537500', '184418.997500', '184419.457500', '184419.917500', '184420.377500', '184420.837500', '184421.297500', '184421.757500', '184422.217500', '184422.677500', '184423.137500', '184423.597500', '184424.057500', '184424.517500', '184424.977500', '184425.437500', '184425.897500', '184426.357500', '184426.817500', '184427.277500', '184427.737500', '184428.197500', '184428.657500', '184429.117500', '184429.577500', '184430.037500', '184430.497500', '184430.957500', '184431.417500', '184431.877500', '184432.337500', '184432.797500', '184433.257500', '184433.717500', '184434.177500', '184434.637500', '184435.097500', '184435.557500', '184436.017500', '184436.477500', '184436.937500', '184437.397500', '184437.857500', '184438.317500', '184438.777500', '184439.237500', '184439.697500', '184440.157500', '184440.617500', '184441.077500', '184441.537500', '184441.997500', '184442.457500', '184442.917500', '184443.377500', '184443.837500', '184444.297500', '184444.757500', '184445.217500', '184445.677500', '184446.137500', '184446.597500', '184447.057500', '184447.517500', '184447.977500', '184448.437500', '184448.897500', '184449.357500', '184449.817500', '184450.277500', '184450.737500', '184451.197500', '184451.657500', '184452.117500', '184452.577500', '184453.037500', '184453.497500', '184453.957500', '184454.417500', '184454.877500', '184455.337500', '184455.797500', '184456.257500', '184456.717500', '184457.177500', '184457.637500', '184458.097500', '184458.557500', '184459.017500', '184459.477500', '184459.937500', '184500.397500', '184500.857500', '184501.317500', '184501.777500', '184502.237500', '184502.697500', '184503.157500', '184503.617500', '184504.077500', '184504.537500', '184504.997500', '184505.457500', '184505.917500', '184506.377500', '184506.837500', '184507.297500', '184507.757500', '184508.217500', '184508.677500', '184509.137500', '184509.597500', '184510.057500', '184510.517500', '184510.977500', '184511.437500', '184511.897500', '184512.357500', '184512.817500', '184513.277500', '184513.737500', '184514.197500', '184514.657500', '184515.117500', '184515.577500', '184516.037500', '184516.497500', '184516.957500', '184517.417500', '184517.877500', '184518.337500', '184518.797500', '184519.257500', '184519.717500', '184520.177500', '184520.637500', '184521.097500', '184521.557500', '184522.017500', '184522.477500', '184522.937500', '184523.397500', '184523.857500', '184524.317500', '184524.777500', '184525.237500', '184525.697500', '184526.157500', '184526.617500', '184527.077500', '184527.537500', '184527.997500', '184528.457500', '184528.917500', '184529.377500', '184529.837500', '184530.297500', '184530.757500', '184531.217500', '184531.677500', '184532.137500', '184532.597500', '184533.057500', '184533.517500', '184533.977500', '184534.437500', '184534.897500', '184535.357500', '184535.817500', '184536.277500', '184536.737500', '184537.197500', '184537.657500', '184538.117500', '184538.577500', '184539.037500', '184539.497500', '184539.957500', '184540.417500', '184540.877500', '184541.337500', '184541.797500', '184542.257500', '184542.717500', '184543.177500', '184543.637500', '184544.097500', '184544.557500', '184545.017500', '184545.477500', '184545.937500', '184546.397500', '184546.857500', '184547.317500', '184547.777500', '184548.237500', '184548.697500', '184549.157500', '184549.617500', '184550.077500', '184550.537500', '184550.997500', '184551.457500', '184551.917500', '184552.377500', '184552.837500', '184553.297500', '184553.757500', '184554.217500', '184554.677500', '184555.137500', '184555.597500', '184556.057500', '184556.517500', '184556.977500', '184557.437500', '184557.897500', '184558.357500', '184558.817500', '184559.277500', '184559.737500', '184600.197500', '184600.657500', '184601.117500', '184601.577500', '184602.037500', '184602.497500', '184602.957500', '184603.417500', '184603.877500', '184604.337500', '184604.797500', '184605.257500', '184605.717500', '184606.177500', '184606.637500', '184607.097500', '184607.557500', '184608.017500', '184608.477500', '184608.937500', '184609.397500', '184609.857500', '184610.317500', '184610.777500', '184611.237500', '184611.697500', '184612.157500', '184612.617500', '184613.077500', '184613.537500', '184613.997500', '184614.457500', '184614.917500', '184615.377500', '184615.837500', '184616.297500', '184616.757500', '184617.217500', '184617.677500', '184618.137500', '184618.597500', '184619.057500', '184619.517500', '184619.977500', '184620.437500', '184620.897500', '184621.357500', '184621.817500', '184622.277500', '184622.737500', '184623.197500', '184623.657500', '184624.117500', '184624.577500', '184625.037500', '184625.497500', '184625.957500', '184626.417500', '184626.877500', '184627.337500', '184627.797500', '184628.257500', '184628.717500', '184629.177500', '184629.637500', '184630.097500', '184630.557500', '184631.017500', '184631.477500', '184631.937500', '184632.397500', '184632.857500', '184633.317500', '184633.777500', '184634.237500', '184634.697500', '184635.157500', '184635.617500', '184636.077500', '184636.537500', '184636.997500', '184637.457500', '184637.917500', '184638.377500', '184638.837500', '184639.297500', '184639.757500', '184640.217500', '184640.677500', '184641.137500', '184641.597500', '184642.057500', '184642.517500', '184642.977500', '184643.437500', '184643.897500', '184644.357500', '184644.817500', '184645.277500', '184645.737500', '184646.197500', '184646.657500', '184647.117500', '184647.577500', '184648.037500', '184648.497500', '184648.957500', '184649.417500', '184649.877500', '184650.337500', '184650.797500', '184651.257500', '184651.717500', '184652.177500', '184652.637500', '184653.097500', '184653.557500', '184654.017500', '184654.477500', '184654.937500', '184655.397500', '184655.857500', '184656.317500', '184656.777500', '184657.237500', '184657.697500', '184658.157500', '184658.617500', '184659.077500', '184659.537500', '184659.997500', '184700.457500', '184700.917500', '184701.377500', '184701.837500', '184702.297500', '184702.757500', '184703.217500', '184703.677500', '184704.137500', '184704.597500', '184705.057500', '184705.517500', '184705.977500', '184706.437500', '184706.897500', '184707.357500', '184707.817500', '184708.277500', '184708.737500', '184709.197500', '184709.657500', '184710.117500', '184710.577500', '184711.037500', '184711.497500', '184711.957500', '184712.417500', '184712.877500', '184713.337500', '184713.797500', '184714.257500', '184714.717500', '184715.177500', '184715.637500', '184716.097500', '184716.557500', '184717.017500', '184717.477500', '184717.937500', '184718.397500', '184718.857500'], 'ContentTime': ['184056.913000', '184056.916000', '184056.919000', '184056.922000', '184056.924000', '184056.927000', '184056.929000', '184056.932000', '184056.935000', '184056.937000', '184056.940000', '184056.943000', '184056.945000', '184056.948000', '184056.950000', '184056.953000', '184056.955000', '184056.958000', '184056.961000', '184056.963000', '184056.966000', '184056.969000', '184056.971000', '184056.974000', '184056.976000', '184056.979000', '184056.982000', '184056.984000', '184056.987000', '184057.000000', '184057.003000', '184057.005000', '184057.008000', '184057.010000', '184057.013000', '184057.015000', '184057.018000', '184057.021000', '184116.879000', '184116.882000', '184116.884000', '184116.887000', '184116.889000', '184116.892000', '184116.895000', '184116.897000', '184116.900000', '184116.902000', '184116.905000', '184116.908000', '184116.910000', '184116.913000', '184116.916000', '184116.918000', '184116.921000', '184116.937000', '184116.939000', '184116.942000', '184116.944000', '184116.947000', '184116.949000', '184116.952000', '184116.955000', '184116.957000', '184116.960000', '184116.962000', '184116.965000', '184116.968000', '184116.970000', '184116.973000', '184116.975000', '184116.978000', '184116.981000', '184116.983000', '184116.986000', '184116.988000', '184116.991000', '184116.993000', '184116.996000', '184117.000000', '184117.002000', '184136.878000', '184136.881000', '184136.885000', '184136.887000', '184136.890000', '184136.892000', '184136.895000', '184136.898000', '184136.900000', '184136.903000', '184136.905000', '184136.908000', '184136.910000', '184136.913000', '184136.915000', '184136.918000', '184136.921000', '184136.923000', '184136.926000', '184136.928000', '184136.931000', '184136.934000', '184136.936000', '184136.939000', '184136.941000', '184136.944000', '184136.946000', '184136.949000', '184136.952000', '184136.954000', '184136.957000', '184136.960000', '184136.962000', '184136.965000', '184136.967000', '184136.970000', '184136.972000', '184136.975000', '184136.978000', '184136.980000', '184136.983000', '184136.985000', '184136.988000', '184136.990000', '184156.877000', '184156.880000', '184156.883000', '184156.886000', '184156.888000', '184156.891000', '184156.894000', '184156.896000', '184156.899000', '184156.901000', '184156.904000', '184156.907000', '184156.909000', '184156.912000', '184156.914000', '184156.917000', '184156.920000', '184156.922000', '184156.925000', '184156.927000', '184156.930000', '184156.933000', '184156.935000', '184156.938000', '184156.941000', '184156.943000', '184156.946000', '184156.948000', '184156.951000', '184156.954000', '184156.956000', '184156.959000', '184156.962000', '184156.964000', '184156.967000', '184156.969000', '184156.972000', '184156.974000', '184156.977000', '184156.980000', '184156.982000', '184156.985000', '184156.987000', '184216.877000', '184216.880000', '184216.883000', '184216.886000', '184216.888000', '184216.897000', '184216.899000', '184216.902000', '184216.905000', '184216.907000', '184216.910000', '184216.912000', '184216.915000', '184216.918000', '184216.920000', '184216.923000', '184216.926000', '184216.928000', '184216.931000', '184216.933000', '184216.936000', '184216.939000', '184216.941000', '184216.944000', '184216.946000', '184216.949000', '184216.952000', '184216.954000', '184216.957000', '184216.960000', '184216.962000', '184216.965000', '184216.967000', '184216.970000', '184216.973000', '184216.975000', '184216.978000', '184216.980000', '184216.983000', '184216.986000', '184216.988000', '184216.991000', '184216.993000', '184216.996000', '184236.878000', '184236.881000', '184236.884000', '184236.887000', '184236.889000', '184236.892000', '184236.894000', '184236.897000', '184236.900000', '184236.902000', '184236.905000', '184236.908000', '184236.910000', '184236.913000', '184236.915000', '184236.918000', '184236.921000', '184236.923000', '184236.926000', '184236.928000', '184236.931000', '184236.934000', '184236.936000', '184236.939000', '184236.941000', '184236.944000', '184236.947000', '184236.949000', '184236.952000', '184236.954000', '184236.957000', '184236.960000', '184236.962000', '184236.965000', '184236.967000', '184236.970000', '184236.973000', '184236.975000', '184236.978000', '184236.981000', '184236.983000', '184236.986000', '184236.988000', '184256.878000', '184256.881000', '184256.884000', '184256.886000', '184256.889000', '184256.892000', '184256.894000', '184256.897000', '184256.900000', '184256.902000', '184256.905000', '184256.908000', '184256.910000', '184256.947000', '184256.950000', '184256.952000', '184256.955000', '184256.958000', '184256.961000', '184256.963000', '184256.966000', '184256.969000', '184256.971000', '184256.974000', '184256.976000', '184256.979000', '184256.982000', '184256.984000', '184256.987000', '184256.990000', '184256.992000', '184256.995000', '184256.997000', '184257.001000', '184257.004000', '184257.006000', '184257.009000', '184257.012000', '184257.014000', '184257.017000', '184257.019000', '184257.022000', '184257.025000', '184257.027000', '184316.878000', '184316.881000', '184316.884000', '184316.887000', '184316.889000', '184316.892000', '184316.895000', '184316.897000', '184316.900000', '184316.902000', '184316.905000', '184316.908000', '184316.910000', '184316.913000', '184316.916000', '184316.918000', '184316.921000', '184316.923000', '184316.926000', '184316.929000', '184316.931000', '184316.934000', '184316.936000', '184316.939000', '184316.941000', '184316.944000', '184316.947000', '184316.949000', '184316.952000', '184316.954000', '184316.957000', '184316.960000', '184316.962000', '184316.965000', '184316.968000', '184316.970000', '184316.973000', '184316.975000', '184316.978000', '184316.980000', '184316.983000', '184316.986000', '184316.988000', '184336.879000', '184336.881000', '184336.884000', '184336.887000', '184336.889000', '184336.892000', '184336.895000', '184336.898000', '184336.900000', '184336.903000', '184336.906000', '184336.909000', '184336.912000', '184336.914000', '184336.917000', '184336.919000', '184336.922000', '184336.924000', '184336.927000', '184336.930000', '184336.932000', '184336.935000', '184336.937000', '184336.940000', '184336.943000', '184336.945000', '184336.948000', '184336.951000', '184336.953000', '184336.956000', '184336.958000', '184336.961000', '184336.964000', '184336.966000', '184336.969000', '184336.971000', '184336.974000', '184336.977000', '184336.979000', '184336.982000', '184336.985000', '184336.987000', '184336.990000', '184336.992000', '184356.878000', '184356.881000', '184356.884000', '184356.887000', '184356.889000', '184356.892000', '184356.895000', '184356.897000', '184356.900000', '184356.902000', '184356.905000', '184356.908000', '184356.910000', '184356.913000', '184356.916000', '184356.918000', '184356.921000', '184356.924000', '184356.926000', '184356.929000', '184356.931000', '184356.934000', '184356.936000', '184356.939000', '184356.942000', '184356.944000', '184356.947000', '184356.949000', '184356.952000', '184356.955000', '184356.957000', '184356.960000', '184356.962000', '184356.965000', '184356.968000', '184356.970000', '184356.973000', '184356.976000', '184356.978000', '184356.981000', '184356.983000', '184356.986000', '184356.989000', '184416.877000', '184416.880000', '184416.883000', '184416.885000', '184416.888000', '184416.891000', '184416.894000', '184416.896000', '184416.899000', '184416.902000', '184416.905000', '184416.907000', '184416.910000', '184416.912000', '184416.915000', '184416.918000', '184416.920000', '184416.923000', '184416.925000', '184416.928000', '184416.931000', '184416.933000', '184416.936000', '184416.938000', '184416.941000', '184416.944000', '184416.946000', '184416.949000', '184416.952000', '184416.954000', '184416.957000', '184416.959000', '184416.962000', '184416.965000', '184416.967000', '184416.970000', '184416.972000', '184416.975000', '184416.978000', '184416.980000', '184416.983000', '184416.986000', '184416.988000', '184436.878000', '184436.881000', '184436.883000', '184436.886000', '184436.888000', '184436.891000', '184436.894000', '184436.896000', '184436.899000', '184436.929000', '184436.932000', '184436.934000', '184436.937000', '184436.939000', '184436.942000', '184436.945000', '184436.947000', '184436.950000', '184436.952000', '184436.955000', '184436.958000', '184436.960000', '184436.963000', '184436.965000', '184436.968000', '184436.971000', '184436.973000', '184436.976000', '184436.979000', '184436.981000', '184436.984000', '184436.986000', '184436.989000', '184436.992000', '184436.994000', '184436.997000', '184437.001000', '184437.003000', '184437.006000', '184437.009000', '184437.011000', '184437.014000', '184437.017000', '184437.019000', '184456.878000', '184456.881000', '184456.884000', '184456.887000', '184456.889000', '184456.892000', '184456.894000', '184456.897000', '184456.900000', '184456.902000', '184456.905000', '184456.908000', '184456.910000', '184456.913000', '184456.916000', '184456.918000', '184456.921000', '184456.923000', '184456.927000', '184456.929000', '184456.932000', '184456.935000', '184456.937000', '184456.940000', '184456.942000', '184456.947000', '184456.949000', '184456.952000', '184456.954000', '184456.957000', '184456.960000', '184456.962000', '184456.965000', '184456.968000', '184456.970000', '184456.973000', '184456.976000', '184456.978000', '184456.981000', '184456.983000', '184456.986000', '184456.989000', '184456.991000', '184516.878000', '184516.881000', '184516.884000', '184516.886000', '184516.889000', '184516.892000', '184516.894000', '184516.897000', '184516.900000', '184516.902000', '184516.905000', '184516.907000', '184516.910000', '184516.913000', '184516.915000', '184516.918000', '184516.921000', '184516.923000', '184516.926000', '184516.928000', '184516.931000', '184516.934000', '184516.936000', '184516.939000', '184516.941000', '184516.944000', '184516.947000', '184516.949000', '184516.952000', '184516.955000', '184516.957000', '184516.960000', '184516.962000', '184516.965000', '184516.967000', '184516.970000', '184516.973000', '184516.976000', '184516.978000', '184516.981000', '184516.984000', '184516.986000', '184516.989000', '184516.991000', '184536.878000', '184536.881000', '184536.884000', '184536.887000', '184536.889000', '184536.892000', '184536.895000', '184536.897000', '184536.900000', '184536.903000', '184536.906000', '184536.908000', '184536.911000', '184536.914000', '184536.916000', '184536.919000', '184536.922000', '184536.924000', '184536.927000', '184536.929000', '184536.932000', '184536.935000', '184536.937000', '184536.940000', '184536.943000', '184536.945000', '184536.948000', '184536.950000', '184536.953000', '184536.956000', '184536.958000', '184536.961000', '184536.963000', '184536.966000', '184536.969000', '184536.971000', '184536.974000', '184536.977000', '184536.979000', '184536.982000', '184536.984000', '184536.987000', '184536.990000', '184556.879000', '184556.881000', '184556.884000', '184556.887000', '184556.890000', '184556.892000', '184556.895000', '184556.898000', '184556.900000', '184556.903000', '184556.905000', '184556.908000', '184556.911000', '184556.913000', '184556.916000', '184556.918000', '184556.921000', '184556.924000', '184556.926000', '184556.929000', '184556.962000', '184556.965000', '184556.967000', '184556.970000', '184556.973000', '184556.975000', '184556.978000', '184556.980000', '184556.983000', '184556.986000', '184556.988000', '184556.991000', '184556.994000', '184556.996000', '184557.000000', '184557.003000', '184557.005000', '184557.008000', '184557.011000', '184557.013000', '184557.016000', '184557.018000', '184557.021000', '184557.024000', '184616.879000', '184616.882000', '184616.884000', '184616.887000', '184616.889000', '184616.892000', '184616.895000', '184616.897000', '184616.900000', '184616.903000', '184616.905000', '184616.908000', '184616.910000', '184616.913000', '184616.916000', '184616.918000', '184616.921000', '184616.924000', '184616.926000', '184616.929000', '184616.931000', '184616.934000', '184616.937000', '184616.939000', '184616.942000', '184616.945000', '184616.947000', '184616.950000', '184616.952000', '184616.955000', '184616.958000', '184616.960000', '184616.963000', '184616.966000', '184616.968000', '184616.971000', '184616.974000', '184616.976000', '184616.979000', '184616.981000', '184616.985000', '184616.988000', '184616.990000', '184636.878000', '184636.880000', '184636.884000', '184636.886000', '184636.889000', '184636.892000', '184636.894000', '184636.897000', '184636.899000', '184636.902000', '184636.905000', '184636.907000', '184636.910000', '184636.912000', '184636.915000', '184636.918000', '184636.920000', '184636.923000', '184636.926000', '184636.928000', '184636.931000', '184636.933000', '184636.936000', '184636.939000', '184636.941000', '184636.944000', '184636.947000', '184636.949000', '184636.952000', '184636.954000', '184636.957000', '184636.960000', '184636.963000', '184636.965000', '184636.968000', '184636.971000', '184636.973000', '184636.976000', '184636.978000', '184636.981000', '184636.984000', '184636.986000', '184636.989000', '184636.991000', '184656.878000', '184656.880000', '184656.883000', '184656.886000', '184656.889000', '184656.891000', '184656.894000', '184656.896000', '184656.899000', '184656.902000', '184656.904000', '184656.907000', '184656.910000', '184656.912000', '184656.915000', '184656.917000', '184656.920000', '184656.923000', '184656.926000', '184656.928000', '184656.931000', '184656.934000', '184656.936000', '184656.939000', '184656.941000', '184656.944000', '184656.947000', '184656.949000', '184656.952000', '184656.955000', '184656.957000', '184656.960000', '184656.963000', '184656.965000', '184656.968000', '184656.971000', '184656.973000', '184656.976000', '184656.978000', '184656.981000', '184656.984000', '184656.986000', '184656.989000', '184716.879000', '184716.882000', '184716.884000', '184716.887000', '184716.890000', '184716.892000', '184716.895000', '184716.897000', '184716.900000', '184716.903000', '184716.905000', '184716.908000', '184716.910000', '184716.913000', '184716.916000', '184716.918000', '184716.921000', '184716.928000', '184716.931000', '184716.933000', '184716.936000', '184716.938000', '184716.941000', '184716.944000', '184716.946000', '184716.949000', '184716.951000', '184716.954000', '184716.956000', '184716.959000', '184716.962000', '184716.964000', '184716.967000', '184716.970000', '184716.972000', '184716.975000', '184716.977000', '184716.980000', '184716.983000', '184716.985000', '184716.988000', '184716.991000', '184716.993000', '184716.996000', '184720.432000', '184720.435000', '184720.438000', '184720.441000', '184720.444000', '184720.447000', '184720.450000', '184720.453000'], 'InstanceCreationTime': ['184056.913000', '184056.916000', '184056.919000', '184056.922000', '184056.924000', '184056.927000', '184056.929000', '184056.932000', '184056.935000', '184056.937000', '184056.940000', '184056.943000', '184056.945000', '184056.948000', '184056.950000', '184056.953000', '184056.955000', '184056.958000', '184056.961000', '184056.963000', '184056.966000', '184056.969000', '184056.971000', '184056.974000', '184056.976000', '184056.979000', '184056.982000', '184056.984000', '184056.987000', '184057.000000', '184057.003000', '184057.005000', '184057.008000', '184057.010000', '184057.013000', '184057.015000', '184057.018000', '184057.021000', '184116.879000', '184116.882000', '184116.884000', '184116.887000', '184116.889000', '184116.892000', '184116.895000', '184116.897000', '184116.900000', '184116.902000', '184116.905000', '184116.908000', '184116.910000', '184116.913000', '184116.916000', '184116.918000', '184116.921000', '184116.937000', '184116.939000', '184116.942000', '184116.944000', '184116.947000', '184116.949000', '184116.952000', '184116.955000', '184116.957000', '184116.960000', '184116.962000', '184116.965000', '184116.968000', '184116.970000', '184116.973000', '184116.975000', '184116.978000', '184116.981000', '184116.983000', '184116.986000', '184116.988000', '184116.991000', '184116.993000', '184116.996000', '184117.000000', '184117.002000', '184136.878000', '184136.881000', '184136.885000', '184136.887000', '184136.890000', '184136.892000', '184136.895000', '184136.898000', '184136.900000', '184136.903000', '184136.905000', '184136.908000', '184136.910000', '184136.913000', '184136.915000', '184136.918000', '184136.921000', '184136.923000', '184136.926000', '184136.928000', '184136.931000', '184136.934000', '184136.936000', '184136.939000', '184136.941000', '184136.944000', '184136.946000', '184136.949000', '184136.952000', '184136.954000', '184136.957000', '184136.960000', '184136.962000', '184136.965000', '184136.967000', '184136.970000', '184136.972000', '184136.975000', '184136.978000', '184136.980000', '184136.983000', '184136.985000', '184136.988000', '184136.990000', '184156.877000', '184156.880000', '184156.883000', '184156.886000', '184156.888000', '184156.891000', '184156.894000', '184156.896000', '184156.899000', '184156.901000', '184156.904000', '184156.907000', '184156.909000', '184156.912000', '184156.914000', '184156.917000', '184156.920000', '184156.922000', '184156.925000', '184156.927000', '184156.930000', '184156.933000', '184156.935000', '184156.938000', '184156.941000', '184156.943000', '184156.946000', '184156.948000', '184156.951000', '184156.954000', '184156.956000', '184156.959000', '184156.962000', '184156.964000', '184156.967000', '184156.969000', '184156.972000', '184156.974000', '184156.977000', '184156.980000', '184156.982000', '184156.985000', '184156.987000', '184216.877000', '184216.880000', '184216.883000', '184216.886000', '184216.888000', '184216.897000', '184216.899000', '184216.902000', '184216.905000', '184216.907000', '184216.910000', '184216.912000', '184216.915000', '184216.918000', '184216.920000', '184216.923000', '184216.926000', '184216.928000', '184216.931000', '184216.933000', '184216.936000', '184216.939000', '184216.941000', '184216.944000', '184216.946000', '184216.949000', '184216.952000', '184216.954000', '184216.957000', '184216.960000', '184216.962000', '184216.965000', '184216.967000', '184216.970000', '184216.973000', '184216.975000', '184216.978000', '184216.980000', '184216.983000', '184216.986000', '184216.988000', '184216.991000', '184216.993000', '184216.996000', '184236.878000', '184236.881000', '184236.884000', '184236.887000', '184236.889000', '184236.892000', '184236.894000', '184236.897000', '184236.900000', '184236.902000', '184236.905000', '184236.908000', '184236.910000', '184236.913000', '184236.915000', '184236.918000', '184236.921000', '184236.923000', '184236.926000', '184236.928000', '184236.931000', '184236.934000', '184236.936000', '184236.939000', '184236.941000', '184236.944000', '184236.947000', '184236.949000', '184236.952000', '184236.954000', '184236.957000', '184236.960000', '184236.962000', '184236.965000', '184236.967000', '184236.970000', '184236.973000', '184236.975000', '184236.978000', '184236.981000', '184236.983000', '184236.986000', '184236.988000', '184256.878000', '184256.881000', '184256.884000', '184256.886000', '184256.889000', '184256.892000', '184256.894000', '184256.897000', '184256.900000', '184256.902000', '184256.905000', '184256.908000', '184256.910000', '184256.947000', '184256.950000', '184256.952000', '184256.955000', '184256.958000', '184256.961000', '184256.963000', '184256.966000', '184256.969000', '184256.971000', '184256.974000', '184256.976000', '184256.979000', '184256.982000', '184256.984000', '184256.987000', '184256.990000', '184256.992000', '184256.995000', '184256.997000', '184257.001000', '184257.004000', '184257.006000', '184257.009000', '184257.012000', '184257.014000', '184257.017000', '184257.019000', '184257.022000', '184257.025000', '184257.027000', '184316.878000', '184316.881000', '184316.884000', '184316.887000', '184316.889000', '184316.892000', '184316.895000', '184316.897000', '184316.900000', '184316.902000', '184316.905000', '184316.908000', '184316.910000', '184316.913000', '184316.916000', '184316.918000', '184316.921000', '184316.923000', '184316.926000', '184316.929000', '184316.931000', '184316.934000', '184316.936000', '184316.939000', '184316.941000', '184316.944000', '184316.947000', '184316.949000', '184316.952000', '184316.954000', '184316.957000', '184316.960000', '184316.962000', '184316.965000', '184316.968000', '184316.970000', '184316.973000', '184316.975000', '184316.978000', '184316.980000', '184316.983000', '184316.986000', '184316.988000', '184336.879000', '184336.881000', '184336.884000', '184336.887000', '184336.889000', '184336.892000', '184336.895000', '184336.898000', '184336.900000', '184336.903000', '184336.906000', '184336.909000', '184336.912000', '184336.914000', '184336.917000', '184336.919000', '184336.922000', '184336.924000', '184336.927000', '184336.930000', '184336.932000', '184336.935000', '184336.937000', '184336.940000', '184336.943000', '184336.945000', '184336.948000', '184336.951000', '184336.953000', '184336.956000', '184336.958000', '184336.961000', '184336.964000', '184336.966000', '184336.969000', '184336.971000', '184336.974000', '184336.977000', '184336.979000', '184336.982000', '184336.985000', '184336.987000', '184336.990000', '184336.992000', '184356.878000', '184356.881000', '184356.884000', '184356.887000', '184356.889000', '184356.892000', '184356.895000', '184356.897000', '184356.900000', '184356.902000', '184356.905000', '184356.908000', '184356.910000', '184356.913000', '184356.916000', '184356.918000', '184356.921000', '184356.924000', '184356.926000', '184356.929000', '184356.931000', '184356.934000', '184356.936000', '184356.939000', '184356.942000', '184356.944000', '184356.947000', '184356.949000', '184356.952000', '184356.955000', '184356.957000', '184356.960000', '184356.962000', '184356.965000', '184356.968000', '184356.970000', '184356.973000', '184356.976000', '184356.978000', '184356.981000', '184356.983000', '184356.986000', '184356.989000', '184416.877000', '184416.880000', '184416.883000', '184416.885000', '184416.888000', '184416.891000', '184416.894000', '184416.896000', '184416.899000', '184416.902000', '184416.905000', '184416.907000', '184416.910000', '184416.912000', '184416.915000', '184416.918000', '184416.920000', '184416.923000', '184416.925000', '184416.928000', '184416.931000', '184416.933000', '184416.936000', '184416.938000', '184416.941000', '184416.944000', '184416.946000', '184416.949000', '184416.952000', '184416.954000', '184416.957000', '184416.959000', '184416.962000', '184416.965000', '184416.967000', '184416.970000', '184416.972000', '184416.975000', '184416.978000', '184416.980000', '184416.983000', '184416.986000', '184416.988000', '184436.878000', '184436.881000', '184436.883000', '184436.886000', '184436.888000', '184436.891000', '184436.894000', '184436.896000', '184436.899000', '184436.929000', '184436.932000', '184436.934000', '184436.937000', '184436.939000', '184436.942000', '184436.945000', '184436.947000', '184436.950000', '184436.952000', '184436.955000', '184436.958000', '184436.960000', '184436.963000', '184436.965000', '184436.968000', '184436.971000', '184436.973000', '184436.976000', '184436.979000', '184436.981000', '184436.984000', '184436.986000', '184436.989000', '184436.992000', '184436.994000', '184436.997000', '184437.001000', '184437.003000', '184437.006000', '184437.009000', '184437.011000', '184437.014000', '184437.017000', '184437.019000', '184456.878000', '184456.881000', '184456.884000', '184456.887000', '184456.889000', '184456.892000', '184456.894000', '184456.897000', '184456.900000', '184456.902000', '184456.905000', '184456.908000', '184456.910000', '184456.913000', '184456.916000', '184456.918000', '184456.921000', '184456.923000', '184456.927000', '184456.929000', '184456.932000', '184456.935000', '184456.937000', '184456.940000', '184456.942000', '184456.947000', '184456.949000', '184456.952000', '184456.954000', '184456.957000', '184456.960000', '184456.962000', '184456.965000', '184456.968000', '184456.970000', '184456.973000', '184456.976000', '184456.978000', '184456.981000', '184456.983000', '184456.986000', '184456.989000', '184456.991000', '184516.878000', '184516.881000', '184516.884000', '184516.886000', '184516.889000', '184516.892000', '184516.894000', '184516.897000', '184516.900000', '184516.902000', '184516.905000', '184516.907000', '184516.910000', '184516.913000', '184516.915000', '184516.918000', '184516.921000', '184516.923000', '184516.926000', '184516.928000', '184516.931000', '184516.934000', '184516.936000', '184516.939000', '184516.941000', '184516.944000', '184516.947000', '184516.949000', '184516.952000', '184516.955000', '184516.957000', '184516.960000', '184516.962000', '184516.965000', '184516.967000', '184516.970000', '184516.973000', '184516.976000', '184516.978000', '184516.981000', '184516.984000', '184516.986000', '184516.989000', '184516.991000', '184536.878000', '184536.881000', '184536.884000', '184536.887000', '184536.889000', '184536.892000', '184536.895000', '184536.897000', '184536.900000', '184536.903000', '184536.906000', '184536.908000', '184536.911000', '184536.914000', '184536.916000', '184536.919000', '184536.922000', '184536.924000', '184536.927000', '184536.929000', '184536.932000', '184536.935000', '184536.937000', '184536.940000', '184536.943000', '184536.945000', '184536.948000', '184536.950000', '184536.953000', '184536.956000', '184536.958000', '184536.961000', '184536.963000', '184536.966000', '184536.969000', '184536.971000', '184536.974000', '184536.977000', '184536.979000', '184536.982000', '184536.984000', '184536.987000', '184536.990000', '184556.879000', '184556.881000', '184556.884000', '184556.887000', '184556.890000', '184556.892000', '184556.895000', '184556.898000', '184556.900000', '184556.903000', '184556.905000', '184556.908000', '184556.911000', '184556.913000', '184556.916000', '184556.918000', '184556.921000', '184556.924000', '184556.926000', '184556.929000', '184556.962000', '184556.965000', '184556.967000', '184556.970000', '184556.973000', '184556.975000', '184556.978000', '184556.980000', '184556.983000', '184556.986000', '184556.988000', '184556.991000', '184556.994000', '184556.996000', '184557.000000', '184557.003000', '184557.005000', '184557.008000', '184557.011000', '184557.013000', '184557.016000', '184557.018000', '184557.021000', '184557.024000', '184616.879000', '184616.882000', '184616.884000', '184616.887000', '184616.889000', '184616.892000', '184616.895000', '184616.897000', '184616.900000', '184616.903000', '184616.905000', '184616.908000', '184616.910000', '184616.913000', '184616.916000', '184616.918000', '184616.921000', '184616.924000', '184616.926000', '184616.929000', '184616.931000', '184616.934000', '184616.937000', '184616.939000', '184616.942000', '184616.945000', '184616.947000', '184616.950000', '184616.952000', '184616.955000', '184616.958000', '184616.960000', '184616.963000', '184616.966000', '184616.968000', '184616.971000', '184616.974000', '184616.976000', '184616.979000', '184616.981000', '184616.985000', '184616.988000', '184616.990000', '184636.878000', '184636.880000', '184636.884000', '184636.886000', '184636.889000', '184636.892000', '184636.894000', '184636.897000', '184636.899000', '184636.902000', '184636.905000', '184636.907000', '184636.910000', '184636.912000', '184636.915000', '184636.918000', '184636.920000', '184636.923000', '184636.926000', '184636.928000', '184636.931000', '184636.933000', '184636.936000', '184636.939000', '184636.941000', '184636.944000', '184636.947000', '184636.949000', '184636.952000', '184636.954000', '184636.957000', '184636.960000', '184636.963000', '184636.965000', '184636.968000', '184636.971000', '184636.973000', '184636.976000', '184636.978000', '184636.981000', '184636.984000', '184636.986000', '184636.989000', '184636.991000', '184656.878000', '184656.880000', '184656.883000', '184656.886000', '184656.889000', '184656.891000', '184656.894000', '184656.896000', '184656.899000', '184656.902000', '184656.904000', '184656.907000', '184656.910000', '184656.912000', '184656.915000', '184656.917000', '184656.920000', '184656.923000', '184656.926000', '184656.928000', '184656.931000', '184656.934000', '184656.936000', '184656.939000', '184656.941000', '184656.944000', '184656.947000', '184656.949000', '184656.952000', '184656.955000', '184656.957000', '184656.960000', '184656.963000', '184656.965000', '184656.968000', '184656.971000', '184656.973000', '184656.976000', '184656.978000', '184656.981000', '184656.984000', '184656.986000', '184656.989000', '184716.879000', '184716.882000', '184716.884000', '184716.887000', '184716.890000', '184716.892000', '184716.895000', '184716.897000', '184716.900000', '184716.903000', '184716.905000', '184716.908000', '184716.910000', '184716.913000', '184716.916000', '184716.918000', '184716.921000', '184716.928000', '184716.931000', '184716.933000', '184716.936000', '184716.938000', '184716.941000', '184716.944000', '184716.946000', '184716.949000', '184716.951000', '184716.954000', '184716.956000', '184716.959000', '184716.962000', '184716.964000', '184716.967000', '184716.970000', '184716.972000', '184716.975000', '184716.977000', '184716.980000', '184716.983000', '184716.985000', '184716.988000', '184716.991000', '184716.993000', '184716.996000', '184720.432000', '184720.435000', '184720.438000', '184720.441000', '184720.444000', '184720.447000', '184720.450000', '184720.453000'], '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': [12387, 13922, 10624, 8747, 8110, 13472, 7181, 11017, 7123, 8284, 7444, 6849, 8170, 13012, 10653, 11499, 8091, 9097, 17358, 13577, 15225, 13189, 10949, 8248, 8548, 6956, 7551, 10638, 7461, 9046, 6799, 7498, 6600, 7132, 11608, 7434, 9842, 8943, 9372, 7266, 8410, 6632, 7750, 11224, 7274, 11428, 7092, 9777, 7065, 7973, 16923, 10559, 12414, 9156, 9689, 14549, 7672, 14616, 9206, 9491, 6587, 7780, 18376, 9995, 10935, 7256, 8656, 6859, 8495, 6586, 7763, 10881, 8965, 9773, 7244, 7244, 14165, 10805, 10531, 14292, 9655, 16343, 10151, 10400, 10371, 11023, 16201, 12186, 11124, 6919, 7658, 6668, 7810, 11006, 8622, 9150, 6593, 7834, 8728, 8049, 13943, 10580, 13142, 10631, 16273, 9708, 7730, 7564, 8689, 7087, 8415, 7872, 7439, 12392, 9224, 11647, 8837, 9975, 17340, 12544, 13800, 9178, 11351, 17391, 13503, 14570, 8885, 11160, 7926, 8149, 13319, 7616, 10179, 6987, 9185, 6572, 8405, 7108, 7606, 8902, 6995, 8836, 6733, 7906, 10174, 7286, 10620, 7475, 8553, 6708, 7240, 11441, 7121, 8951, 6676, 7737, 6549, 7320, 7028, 7855, 6877, 9483, 7269, 8070, 7530, 8946, 13601, 8854, 12690, 8870, 8544, 7850, 7645, 16660, 7721, 12604, 9538, 9794, 7065, 8382, 6629, 7505, 8290, 7359, 9887, 8892, 8770, 7181, 8606, 6707, 7724, 10781, 7766, 6459, 7403, 11595, 7284, 9370, 7034, 7508, 9476, 7112, 13173, 8100, 8868, 11041, 8348, 16660, 10063, 15314, 10057, 10936, 7390, 8352, 12526, 7895, 15180, 7920, 12797, 7905, 8776, 8619, 6795, 9623, 7592, 10927, 7944, 16100, 9643, 16487, 8519, 11704, 7584, 10341, 7913, 8631, 7448, 7701, 8077, 11371, 9395, 10861, 8909, 11209, 7316, 8690, 8691, 7574, 15112, 7526, 10932, 7373, 8414, 7579, 7141, 12900, 7317, 10216, 7226, 8310, 6740, 7318, 7264, 6982, 6345, 7313, 6390, 7798, 9618, 7907, 11957, 10166, 12082, 8008, 8679, 15242, 8164, 13888, 9859, 10730, 7644, 7651, 9874, 7325, 8836, 7675, 8899, 6874, 7553, 14285, 9086, 11299, 9639, 10321, 7117, 8065, 11015, 7367, 17689, 8960, 14056, 7026, 9764, 7062, 7899, 6870, 7248, 6919, 7756, 6808, 7502, 10999, 8350, 9905, 7621, 10201, 8438, 9385, 9968, 7723, 6525, 8508, 10614, 9292, 16827, 12204, 17863, 11951, 12143, 14838, 9145, 16322, 10655, 9130, 6771, 7883, 9329, 7290, 10262, 8727, 9597, 7232, 8010, 7357, 9158, 7321, 9478, 6996, 7055, 7999, 7195, 12596, 8053, 9994, 11023, 8723, 12766, 7936, 16935, 10160, 13358, 10512, 11290, 7580, 10042, 7014, 7485, 11791, 7354, 14734, 9032, 10910, 10524, 8814, 15206, 7140, 12919, 7475, 8707, 6508, 7757, 6581, 7733, 7571, 8594, 7027, 8403, 7023, 9775, 7698, 10653, 10354, 8778, 7494, 7933, 15211, 8658, 12682, 10261, 11579, 7393, 9094, 6601, 8401, 7266, 7613, 7961, 7369, 7904, 7710, 10718, 8186, 9725, 7042, 7658, 9257, 7515, 10236, 8191, 9357, 7325, 7576, 13095, 8036, 10082, 7080, 7618, 6705, 7447, 9251, 7382, 9376, 7661, 7963, 10125, 7300, 12882, 10164, 10941, 11741, 9482, 7788, 7748, 17558, 7964, 11307, 7790, 8099, 7022, 8254, 6515, 7793, 10357, 8314, 10095, 7830, 9742, 8148, 9290, 13163, 9176, 14777, 10157, 14197, 9251, 8931, 16999, 10715, 15675, 9833, 14190, 9181, 8655, 7116, 7749, 8549, 7513, 16221, 7651, 11371, 9822, 8568, 10640, 7737, 18509, 7939, 9928, 7416, 7681, 6938, 7535, 15517, 7297, 10122, 7273, 8075, 10624, 7625, 16225, 9279, 9486, 15658, 9731, 15468, 9898, 11658, 7341, 7754, 16210, 7864, 10884, 8457, 9233, 7346, 8562, 6970, 8767, 7374, 7888, 6740, 8606, 6563, 8337, 7222, 8498, 7038, 8110, 6628, 7772, 16816, 8974, 12599, 10845, 11942, 7570, 8595, 19149, 8467, 13490, 7818, 9152, 6983, 7607, 9010, 7244, 9702, 7948, 9129, 7612, 7856, 6831, 7569, 11637, 7897, 10054, 7503, 7981, 7091, 8532, 6952, 8067, 8312, 8130, 9094, 12187, 8534, 6630, 7713, 9411, 13219, 7778, 11446, 7673, 8302, 17747, 9885, 13643, 9346, 10200, 17297, 10121, 14865, 9397, 14458, 11928, 11799, 18425, 14538, 14836, 9381, 12768, 7276, 9504, 6803, 7807, 6536, 8479, 7187, 9436, 7662, 7417, 9117, 13593, 10573, 15474, 11664, 13797, 7266, 9078, 8029, 8056, 12284, 7729, 9810, 7363, 8570, 7343, 7368, 9965, 7123, 9239, 6669, 7827, 8942, 7441, 9675, 7614, 9507, 7179, 8576, 6731, 8383, 8573, 7679, 12783, 7839, 10403, 9159, 9725, 7342, 8670, 7071, 7728, 13448, 8574, 12722, 7889, 10654, 7044, 9105, 8548, 9600, 9078, 7934, 16122, 7789, 13557, 9624, 9026, 7352, 8815, 7220, 8607, 7784, 9348, 9568, 8357, 13190, 7455, 14407, 9621, 12923, 9791, 13901, 9308, 12353, 8682, 12065, 6990, 8468, 6846, 8326, 12469, 9807, 13051, 7911, 17671, 10495, 11938, 6641, 8312, 11295, 7090, 9613, 6695, 8127, 15497, 10340, 12705, 7531, 8203, 12827, 7235, 9551, 7144, 8591, 6459, 7726, 9854, 7851, 10521, 8471, 9866, 6805, 8422, 7153, 9205, 7352, 8154, 13350, 9696, 15226, 8934, 11904, 8274, 7808, 14490, 8332, 11898, 7368, 9547, 6933, 8324, 6686, 8311, 6625, 8606, 6552, 8171, 12622, 8956, 14547, 10756, 14183, 8124, 8583, 15625, 7853, 13653, 9229, 10740, 6749, 7560, 6426, 6650, 6452, 6829, 7997, 6748, 8582, 7366, 7899, 7819, 7172, 12902, 8010, 10587, 7386, 8007, 8158, 7029, 6513, 7267, 6382, 7713, 11543, 9620, 10662, 8427, 8833, 15873, 13175, 13826, 9584, 9862, 17713, 13858, 13821, 8810, 10933, 6915, 7041, 15370, 7714, 10366, 7630, 9032, 7589, 9191, 6725, 8993, 11047, 8641, 8248, 8015, 9647, 8603, 9500, 6999, 7794, 12351, 8090, 12338, 8906, 9188, 6895, 7930, 10251, 7388, 12587, 8428, 10185, 7217, 7929, 7900, 7813, 10907, 10947, 7869, 6922, 8359, 10225, 8172, 9475, 12135, 8478, 11390, 8546, 8809, 17126, 12895, 14059, 13815, 11233, 18100, 13243, 14092, 12982, 10932, 18352, 12749, 13290, 8058, 10065, 7459, 9264, 7445, 8863, 8282, 8873, 8481, 10467, 9472, 13275, 9504, 12753, 9004, 11575, 8167, 10323, 6866, 8390], 'WindowCenter': [4212.0, 4206.0, 4160.0, 4127.0, 4117.0, 4166.0, 4117.0, 4157.0, 4106.0, 4127.0, 4117.0, 4134.0, 4154.0, 4181.0, 4161.0, 4160.0, 4117.0, 4139.0, 4202.0, 4181.0, 4180.0, 4166.0, 4134.0, 4114.0, 4113.0, 4090.0, 4115.0, 4145.0, 4106.0, 4124.0, 4095.0, 4105.0, 4095.0, 4106.0, 4157.0, 4118.0, 4135.0, 4126.0, 4125.0, 4103.0, 4114.0, 4094.0, 4114.0, 4144.0, 4105.0, 4142.0, 4103.0, 4134.0, 4093.0, 4114.0, 4187.0, 4146.0, 4155.0, 4124.0, 4123.0, 4162.0, 4103.0, 4175.0, 4124.0, 4122.0, 4079.0, 4114.0, 4185.0, 4121.0, 4131.0, 4091.0, 4111.0, 4092.0, 4124.0, 4094.0, 4118.0, 4156.0, 4138.0, 4147.0, 4105.0, 4116.0, 4166.0, 4148.0, 4149.0, 4167.0, 4137.0, 4190.0, 4147.0, 4146.0, 4132.0, 4131.0, 4172.0, 4143.0, 4130.0, 4079.0, 4100.0, 4079.0, 4101.0, 4143.0, 4124.0, 4124.0, 4093.0, 4104.0, 4112.0, 4112.0, 4166.0, 4146.0, 4154.0, 4132.0, 4164.0, 4124.0, 4091.0, 4092.0, 4110.0, 4092.0, 4112.0, 4100.0, 4103.0, 4152.0, 4125.0, 4144.0, 4113.0, 4123.0, 4172.0, 4141.0, 4140.0, 4098.0, 4118.0, 4147.0, 4128.0, 4137.0, 4085.0, 4105.0, 4072.0, 4074.0, 4124.0, 4073.0, 4092.0, 4064.0, 4093.0, 4052.0, 4085.0, 4064.0, 4075.0, 4095.0, 4077.0, 4096.0, 4067.0, 4098.0, 4118.0, 4089.0, 4118.0, 4088.0, 4099.0, 4079.0, 4092.0, 4143.0, 4093.0, 4126.0, 4106.0, 4127.0, 4097.0, 4103.0, 4091.0, 4139.0, 4135.0, 4162.0, 4120.0, 4129.0, 4118.0, 4139.0, 4179.0, 4139.0, 4181.0, 4139.0, 4128.0, 4117.0, 4118.0, 4188.0, 4115.0, 4167.0, 4149.0, 4136.0, 4105.0, 4115.0, 4094.0, 4105.0, 4115.0, 4118.0, 4146.0, 4127.0, 4126.0, 4106.0, 4126.0, 4106.0, 4132.0, 4160.0, 4117.0, 4095.0, 4118.0, 4169.0, 4119.0, 4149.0, 4120.0, 4121.0, 4150.0, 4121.0, 4180.0, 4129.0, 4153.0, 4203.0, 4175.0, 4219.0, 4151.0, 4179.0, 4134.0, 4116.0, 4089.0, 4128.0, 4183.0, 4144.0, 4189.0, 4130.0, 4167.0, 4113.0, 4113.0, 4113.0, 4094.0, 4134.0, 4116.0, 4157.0, 4129.0, 4187.0, 4136.0, 4176.0, 4113.0, 4144.0, 4105.0, 4133.0, 4115.0, 4112.0, 4102.0, 4103.0, 4115.0, 4157.0, 4136.0, 4145.0, 4124.0, 4144.0, 4102.0, 4124.0, 4125.0, 4116.0, 4175.0, 4105.0, 4133.0, 4104.0, 4116.0, 4115.0, 4105.0, 4154.0, 4103.0, 4132.0, 4093.0, 4114.0, 4095.0, 4118.0, 4117.0, 4106.0, 4094.0, 4105.0, 4095.0, 4128.0, 4148.0, 4129.0, 4159.0, 4150.0, 4171.0, 4117.0, 4128.0, 4178.0, 4127.0, 4165.0, 4136.0, 4147.0, 4114.0, 4116.0, 4136.0, 4106.0, 4136.0, 4117.0, 4137.0, 4106.0, 4117.0, 4178.0, 4140.0, 4158.0, 4136.0, 4135.0, 4092.0, 4103.0, 4133.0, 4105.0, 4174.0, 4113.0, 4153.0, 4092.0, 4121.0, 4094.0, 4115.0, 4091.0, 4102.0, 4093.0, 4113.0, 4093.0, 4118.0, 4157.0, 4127.0, 4147.0, 4117.0, 4147.0, 4127.0, 4153.0, 4149.0, 4118.0, 4097.0, 4138.0, 4162.0, 4151.0, 4190.0, 4157.0, 4186.0, 4144.0, 4155.0, 4165.0, 4125.0, 4176.0, 4134.0, 4121.0, 4080.0, 4101.0, 4122.0, 4117.0, 4146.0, 4113.0, 4123.0, 4103.0, 4102.0, 4103.0, 4123.0, 4106.0, 4136.0, 4104.0, 4106.0, 4116.0, 4107.0, 4167.0, 4116.0, 4148.0, 4147.0, 4127.0, 4155.0, 4115.0, 4188.0, 4135.0, 4165.0, 4148.0, 4157.0, 4116.0, 4135.0, 4092.0, 4103.0, 4142.0, 4093.0, 4164.0, 4113.0, 4145.0, 4134.0, 4125.0, 4164.0, 4092.0, 4142.0, 4091.0, 4113.0, 4082.0, 4103.0, 4083.0, 4104.0, 4103.0, 4126.0, 4093.0, 4113.0, 4105.0, 4135.0, 4120.0, 4161.0, 4148.0, 4127.0, 4104.0, 4115.0, 4177.0, 4128.0, 4157.0, 4123.0, 4134.0, 4093.0, 4111.0, 4082.0, 4113.0, 4104.0, 4105.0, 4113.0, 4104.0, 4114.0, 4117.0, 4147.0, 4128.0, 4137.0, 4107.0, 4130.0, 4138.0, 4118.0, 4138.0, 4129.0, 4139.0, 4107.0, 4118.0, 4168.0, 4116.0, 4146.0, 4105.0, 4115.0, 4094.0, 4116.0, 4135.0, 4131.0, 4150.0, 4128.0, 4128.0, 4147.0, 4117.0, 4168.0, 4149.0, 4160.0, 4158.0, 4136.0, 4103.0, 4104.0, 4185.0, 4114.0, 4145.0, 4104.0, 4102.0, 4093.0, 4114.0, 4094.0, 4117.0, 4147.0, 4128.0, 4146.0, 4117.0, 4137.0, 4129.0, 4140.0, 4169.0, 4138.0, 4178.0, 4148.0, 4166.0, 4125.0, 4125.0, 4188.0, 4146.0, 4175.0, 4136.0, 4164.0, 4123.0, 4125.0, 4105.0, 4117.0, 4125.0, 4106.0, 4187.0, 4115.0, 4157.0, 4148.0, 4126.0, 4135.0, 4104.0, 4185.0, 4113.0, 4133.0, 4103.0, 4103.0, 4092.0, 4104.0, 4176.0, 4104.0, 4134.0, 4104.0, 4115.0, 4144.0, 4104.0, 4174.0, 4123.0, 4134.0, 4175.0, 4136.0, 4164.0, 4123.0, 4142.0, 4089.0, 4101.0, 4173.0, 4114.0, 4132.0, 4114.0, 4121.0, 4092.0, 4111.0, 4092.0, 4123.0, 4103.0, 4115.0, 4093.0, 4124.0, 4093.0, 4125.0, 4116.0, 4127.0, 4105.0, 4116.0, 4094.0, 4116.0, 4187.0, 4138.0, 4156.0, 4147.0, 4156.0, 4116.0, 4126.0, 4185.0, 4113.0, 4153.0, 4114.0, 4124.0, 4092.0, 4103.0, 4111.0, 4102.0, 4123.0, 4114.0, 4124.0, 4103.0, 4114.0, 4091.0, 4103.0, 4144.0, 4113.0, 4134.0, 4105.0, 4101.0, 4091.0, 4112.0, 4093.0, 4116.0, 4114.0, 4115.0, 4125.0, 4145.0, 4127.0, 4095.0, 4117.0, 4136.0, 4154.0, 4103.0, 4157.0, 4116.0, 4128.0, 4187.0, 4136.0, 4166.0, 4125.0, 4136.0, 4174.0, 4133.0, 4163.0, 4111.0, 4153.0, 4131.0, 4131.0, 4171.0, 4154.0, 4152.0, 4108.0, 4137.0, 4075.0, 4095.0, 4066.0, 4086.0, 4067.0, 4111.0, 4092.0, 4122.0, 4103.0, 4103.0, 4125.0, 4165.0, 4147.0, 4175.0, 4131.0, 4140.0, 4078.0, 4099.0, 4088.0, 4102.0, 4140.0, 4089.0, 4108.0, 4089.0, 4113.0, 4090.0, 4091.0, 4119.0, 4081.0, 4110.0, 4079.0, 4102.0, 4112.0, 4103.0, 4122.0, 4102.0, 4122.0, 4093.0, 4112.0, 4083.0, 4114.0, 4111.0, 4102.0, 4153.0, 4104.0, 4134.0, 4125.0, 4134.0, 4105.0, 4125.0, 4093.0, 4116.0, 4165.0, 4127.0, 4155.0, 4117.0, 4147.0, 4120.0, 4138.0, 4125.0, 4136.0, 4124.0, 4104.0, 4176.0, 4104.0, 4153.0, 4124.0, 4111.0, 4105.0, 4123.0, 4105.0, 4128.0, 4118.0, 4140.0, 4138.0, 4128.0, 4166.0, 4106.0, 4176.0, 4136.0, 4154.0, 4135.0, 4166.0, 4126.0, 4156.0, 4126.0, 4156.0, 4093.0, 4113.0, 4081.0, 4116.0, 4167.0, 4136.0, 4155.0, 4105.0, 4187.0, 4132.0, 4132.0, 4080.0, 4103.0, 4131.0, 4092.0, 4121.0, 4082.0, 4103.0, 4163.0, 4122.0, 4140.0, 4088.0, 4099.0, 4128.0, 4078.0, 4108.0, 4079.0, 4100.0, 4068.0, 4090.0, 4122.0, 4102.0, 4133.0, 4125.0, 4134.0, 4092.0, 4111.0, 4094.0, 4124.0, 4103.0, 4114.0, 4166.0, 4136.0, 4164.0, 4113.0, 4144.0, 4102.0, 4103.0, 4164.0, 4113.0, 4140.0, 4092.0, 4136.0, 4094.0, 4126.0, 4094.0, 4115.0, 4094.0, 4125.0, 4083.0, 4116.0, 4155.0, 4128.0, 4166.0, 4148.0, 4166.0, 4103.0, 4113.0, 4175.0, 4102.0, 4153.0, 4124.0, 4133.0, 4091.0, 4115.0, 4093.0, 4092.0, 4079.0, 4079.0, 4099.0, 4091.0, 4111.0, 4102.0, 4113.0, 4113.0, 4093.0, 4154.0, 4113.0, 4132.0, 4090.0, 4103.0, 4102.0, 4080.0, 4080.0, 4092.0, 4084.0, 4116.0, 4156.0, 4137.0, 4147.0, 4126.0, 4126.0, 4176.0, 4156.0, 4154.0, 4111.0, 4121.0, 4159.0, 4141.0, 4140.0, 4100.0, 4135.0, 4092.0, 4080.0, 4150.0, 4089.0, 4117.0, 4078.0, 4097.0, 4091.0, 4111.0, 4082.0, 4125.0, 4132.0, 4112.0, 4112.0, 4101.0, 4119.0, 4111.0, 4121.0, 4091.0, 4102.0, 4141.0, 4103.0, 4155.0, 4124.0, 4123.0, 4080.0, 4103.0, 4121.0, 4091.0, 4141.0, 4101.0, 4122.0, 4090.0, 4104.0, 4103.0, 4106.0, 4133.0, 4134.0, 4103.0, 4093.0, 4116.0, 4135.0, 4114.0, 4123.0, 4144.0, 4116.0, 4156.0, 4125.0, 4127.0, 4186.0, 4155.0, 4165.0, 4152.0, 4132.0, 4161.0, 4140.0, 4141.0, 4129.0, 4120.0, 4160.0, 4140.0, 4139.0, 4087.0, 4108.0, 4078.0, 4108.0, 4075.0, 4094.0, 4087.0, 4096.0, 4098.0, 4118.0, 4110.0, 4138.0, 4110.0, 4129.0, 4098.0, 4118.0, 4090.0, 4109.0, 4068.0, 4088.0], 'WindowWidth': [9339.0, 9318.0, 9245.0, 9193.0, 9180.0, 9245.0, 9183.0, 9233.0, 9166.0, 9195.0, 9184.0, 9218.0, 9244.0, 9273.0, 9247.0, 9241.0, 9180.0, 9213.0, 9306.0, 9272.0, 9268.0, 9244.0, 9196.0, 9170.0, 9167.0, 9135.0, 9176.0, 9211.0, 9162.0, 9185.0, 9149.0, 9161.0, 9148.0, 9164.0, 9232.0, 9183.0, 9200.0, 9190.0, 9186.0, 9156.0, 9170.0, 9144.0, 9172.0, 9211.0, 9159.0, 9206.0, 9156.0, 9197.0, 9141.0, 9171.0, 9277.0, 9214.0, 9226.0, 9182.0, 9180.0, 9232.0, 9153.0, 9253.0, 9183.0, 9176.0, 9116.0, 9172.0, 9269.0, 9174.0, 9187.0, 9134.0, 9160.0, 9140.0, 9185.0, 9145.0, 9184.0, 9232.0, 9208.0, 9219.0, 9161.0, 9178.0, 9244.0, 9220.0, 9222.0, 9243.0, 9205.0, 9283.0, 9221.0, 9218.0, 9194.0, 9188.0, 9249.0, 9206.0, 9182.0, 9115.0, 9144.0, 9115.0, 9148.0, 9207.0, 9183.0, 9183.0, 9140.0, 9153.0, 9162.0, 9164.0, 9244.0, 9215.0, 9224.0, 9187.0, 9234.0, 9178.0, 9131.0, 9134.0, 9157.0, 9139.0, 9162.0, 9145.0, 9154.0, 9219.0, 9184.0, 9210.0, 9165.0, 9178.0, 9246.0, 9198.0, 9196.0, 9135.0, 9162.0, 9203.0, 9176.0, 9186.0, 9113.0, 9137.0, 9091.0, 9096.0, 9162.0, 9092.0, 9116.0, 9082.0, 9120.0, 9065.0, 9113.0, 9082.0, 9101.0, 9125.0, 9106.0, 9130.0, 9095.0, 9137.0, 9163.0, 9127.0, 9162.0, 9124.0, 9139.0, 9112.0, 9136.0, 9206.0, 9142.0, 9189.0, 9165.0, 9195.0, 9156.0, 9154.0, 9134.0, 9217.0, 9223.0, 9250.0, 9190.0, 9198.0, 9184.0, 9213.0, 9265.0, 9211.0, 9272.0, 9211.0, 9194.0, 9178.0, 9180.0, 9275.0, 9174.0, 9246.0, 9225.0, 9203.0, 9161.0, 9173.0, 9145.0, 9161.0, 9171.0, 9182.0, 9218.0, 9194.0, 9189.0, 9164.0, 9190.0, 9165.0, 9208.0, 9242.0, 9180.0, 9150.0, 9184.0, 9253.0, 9187.0, 9227.0, 9191.0, 9192.0, 9228.0, 9192.0, 9270.0, 9198.0, 9237.0, 9325.0, 9292.0, 9339.0, 9230.0, 9263.0, 9194.0, 9156.0, 9128.0, 9194.0, 9278.0, 9230.0, 9283.0, 9203.0, 9248.0, 9166.0, 9165.0, 9165.0, 9142.0, 9197.0, 9175.0, 9234.0, 9199.0, 9276.0, 9201.0, 9258.0, 9166.0, 9207.0, 9158.0, 9193.0, 9172.0, 9163.0, 9153.0, 9155.0, 9175.0, 9233.0, 9205.0, 9214.0, 9185.0, 9209.0, 9153.0, 9183.0, 9187.0, 9179.0, 9254.0, 9159.0, 9193.0, 9155.0, 9175.0, 9176.0, 9161.0, 9221.0, 9153.0, 9189.0, 9138.0, 9170.0, 9149.0, 9186.0, 9180.0, 9164.0, 9147.0, 9162.0, 9149.0, 9200.0, 9223.0, 9198.0, 9237.0, 9228.0, 9256.0, 9180.0, 9193.0, 9261.0, 9192.0, 9241.0, 9202.0, 9219.0, 9171.0, 9175.0, 9202.0, 9166.0, 9203.0, 9180.0, 9206.0, 9165.0, 9179.0, 9260.0, 9214.0, 9235.0, 9201.0, 9197.0, 9138.0, 9152.0, 9192.0, 9159.0, 9252.0, 9166.0, 9219.0, 9139.0, 9174.0, 9143.0, 9174.0, 9138.0, 9152.0, 9141.0, 9170.0, 9142.0, 9184.0, 9235.0, 9195.0, 9220.0, 9182.0, 9220.0, 9195.0, 9240.0, 9226.0, 9182.0, 9153.0, 9209.0, 9250.0, 9233.0, 9282.0, 9232.0, 9274.0, 9210.0, 9225.0, 9238.0, 9185.0, 9259.0, 9197.0, 9174.0, 9119.0, 9147.0, 9177.0, 9181.0, 9216.0, 9169.0, 9178.0, 9153.0, 9150.0, 9155.0, 9182.0, 9165.0, 9201.0, 9160.0, 9163.0, 9176.0, 9167.0, 9245.0, 9178.0, 9223.0, 9220.0, 9191.0, 9226.0, 9174.0, 9277.0, 9200.0, 9238.0, 9220.0, 9235.0, 9176.0, 9199.0, 9138.0, 9153.0, 9202.0, 9139.0, 9236.0, 9166.0, 9212.0, 9194.0, 9184.0, 9237.0, 9135.0, 9201.0, 9133.0, 9165.0, 9125.0, 9153.0, 9125.0, 9155.0, 9156.0, 9190.0, 9140.0, 9167.0, 9160.0, 9199.0, 9187.0, 9246.0, 9221.0, 9190.0, 9156.0, 9170.0, 9258.0, 9197.0, 9232.0, 9179.0, 9193.0, 9137.0, 9160.0, 9122.0, 9164.0, 9155.0, 9158.0, 9167.0, 9156.0, 9169.0, 9177.0, 9216.0, 9195.0, 9204.0, 9163.0, 9200.0, 9210.0, 9181.0, 9206.0, 9195.0, 9210.0, 9165.0, 9182.0, 9246.0, 9175.0, 9216.0, 9159.0, 9172.0, 9144.0, 9178.0, 9201.0, 9206.0, 9229.0, 9198.0, 9198.0, 9220.0, 9181.0, 9248.0, 9226.0, 9242.0, 9233.0, 9202.0, 9152.0, 9155.0, 9269.0, 9171.0, 9212.0, 9157.0, 9152.0, 9141.0, 9171.0, 9145.0, 9180.0, 9220.0, 9196.0, 9218.0, 9183.0, 9207.0, 9198.0, 9214.0, 9251.0, 9208.0, 9262.0, 9221.0, 9244.0, 9185.0, 9187.0, 9276.0, 9214.0, 9255.0, 9202.0, 9239.0, 9181.0, 9184.0, 9164.0, 9179.0, 9187.0, 9163.0, 9273.0, 9174.0, 9235.0, 9223.0, 9192.0, 9200.0, 9157.0, 9270.0, 9167.0, 9195.0, 9154.0, 9154.0, 9139.0, 9157.0, 9256.0, 9157.0, 9197.0, 9160.0, 9174.0, 9209.0, 9158.0, 9253.0, 9180.0, 9196.0, 9254.0, 9201.0, 9237.0, 9180.0, 9202.0, 9129.0, 9148.0, 9249.0, 9170.0, 9190.0, 9170.0, 9174.0, 9137.0, 9162.0, 9139.0, 9183.0, 9155.0, 9174.0, 9144.0, 9184.0, 9141.0, 9187.0, 9178.0, 9193.0, 9163.0, 9175.0, 9146.0, 9176.0, 9276.0, 9207.0, 9228.0, 9215.0, 9228.0, 9177.0, 9188.0, 9269.0, 9166.0, 9220.0, 9170.0, 9184.0, 9138.0, 9153.0, 9163.0, 9152.0, 9178.0, 9169.0, 9184.0, 9155.0, 9169.0, 9136.0, 9154.0, 9209.0, 9168.0, 9197.0, 9158.0, 9148.0, 9137.0, 9164.0, 9140.0, 9175.0, 9170.0, 9174.0, 9184.0, 9212.0, 9195.0, 9147.0, 9179.0, 9203.0, 9222.0, 9155.0, 9230.0, 9177.0, 9194.0, 9273.0, 9200.0, 9244.0, 9185.0, 9201.0, 9252.0, 9191.0, 9235.0, 9160.0, 9219.0, 9184.0, 9186.0, 9242.0, 9221.0, 9218.0, 9152.0, 9188.0, 9101.0, 9128.0, 9091.0, 9116.0, 9095.0, 9163.0, 9138.0, 9178.0, 9154.0, 9154.0, 9186.0, 9240.0, 9219.0, 9252.0, 9186.0, 9194.0, 9108.0, 9137.0, 9124.0, 9149.0, 9197.0, 9128.0, 9150.0, 9128.0, 9167.0, 9133.0, 9132.0, 9165.0, 9119.0, 9157.0, 9115.0, 9149.0, 9163.0, 9154.0, 9175.0, 9151.0, 9175.0, 9139.0, 9163.0, 9125.0, 9168.0, 9160.0, 9149.0, 9219.0, 9156.0, 9194.0, 9185.0, 9197.0, 9159.0, 9185.0, 9141.0, 9176.0, 9239.0, 9190.0, 9225.0, 9177.0, 9215.0, 9190.0, 9209.0, 9186.0, 9201.0, 9182.0, 9155.0, 9254.0, 9157.0, 9220.0, 9182.0, 9161.0, 9157.0, 9179.0, 9161.0, 9196.0, 9184.0, 9212.0, 9208.0, 9195.0, 9242.0, 9161.0, 9256.0, 9201.0, 9223.0, 9199.0, 9241.0, 9187.0, 9228.0, 9187.0, 9226.0, 9139.0, 9166.0, 9121.0, 9176.0, 9248.0, 9201.0, 9223.0, 9157.0, 9274.0, 9188.0, 9187.0, 9115.0, 9149.0, 9185.0, 9135.0, 9173.0, 9123.0, 9151.0, 9231.0, 9173.0, 9195.0, 9123.0, 9137.0, 9175.0, 9109.0, 9149.0, 9115.0, 9142.0, 9097.0, 9130.0, 9176.0, 9147.0, 9191.0, 9189.0, 9197.0, 9139.0, 9160.0, 9143.0, 9182.0, 9153.0, 9170.0, 9240.0, 9198.0, 9236.0, 9164.0, 9207.0, 9147.0, 9151.0, 9234.0, 9165.0, 9197.0, 9135.0, 9203.0, 9145.0, 9189.0, 9144.0, 9174.0, 9147.0, 9187.0, 9129.0, 9173.0, 9224.0, 9194.0, 9241.0, 9220.0, 9240.0, 9152.0, 9165.0, 9252.0, 9149.0, 9220.0, 9182.0, 9191.0, 9136.0, 9175.0, 9143.0, 9140.0, 9118.0, 9116.0, 9143.0, 9136.0, 9161.0, 9149.0, 9166.0, 9170.0, 9141.0, 9223.0, 9166.0, 9187.0, 9130.0, 9154.0, 9148.0, 9117.0, 9118.0, 9135.0, 9129.0, 9177.0, 9230.0, 9207.0, 9220.0, 9187.0, 9189.0, 9256.0, 9226.0, 9220.0, 9157.0, 9170.0, 9223.0, 9198.0, 9195.0, 9138.0, 9197.0, 9136.0, 9115.0, 9210.0, 9126.0, 9158.0, 9106.0, 9132.0, 9131.0, 9157.0, 9121.0, 9185.0, 9188.0, 9159.0, 9164.0, 9147.0, 9165.0, 9160.0, 9173.0, 9133.0, 9150.0, 9199.0, 9151.0, 9227.0, 9185.0, 9176.0, 9117.0, 9149.0, 9170.0, 9131.0, 9198.0, 9145.0, 9172.0, 9129.0, 9152.0, 9152.0, 9160.0, 9190.0, 9191.0, 9148.0, 9138.0, 9174.0, 9198.0, 9166.0, 9178.0, 9207.0, 9173.0, 9227.0, 9185.0, 9191.0, 9270.0, 9225.0, 9235.0, 9213.0, 9186.0, 9227.0, 9194.0, 9195.0, 9175.0, 9164.0, 9224.0, 9195.0, 9191.0, 9120.0, 9145.0, 9107.0, 9147.0, 9099.0, 9123.0, 9116.0, 9128.0, 9136.0, 9160.0, 9152.0, 9186.0, 9151.0, 9174.0, 9135.0, 9160.0, 9125.0, 9147.0, 9094.0, 9119.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.001907462686567164</td></tr>
<tr><td colspan=3>aqi</td><td>0.024060167623421357</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.574922954103464</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1619215550919537</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020725327045978</td></tr>
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
<tr><td colspan=3>fber</td><td>6432.7119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11568599305245533</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.103329506314582</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5903725244975</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.537769484949406</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8612222045104194</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3721258840326755</td></tr>
<tr><td colspan=3>gcor</td><td>0.01658</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01413214672356844</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024131232872605324</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.526282668203171</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>27.7898</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.0592</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.0943</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.6247</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7157</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.3126</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3288.474</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.7789</td></tr>
<tr><td colspan=3>tsnr</td><td>37.52133644383866</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>