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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-01/func/sub-0124_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1a0a69da2fc4ad634126aa35c25e0ddd</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>17:52:1.135000</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.995597, -0.0856267, 0.0381367, 0.0811533, 0.991, 0.10646]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0837076</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7769, -7244, 317, -100, -25, -50, 74]</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>226.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5334f730-4e8a-4546-b169-a3b80de664db||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.671114444732666, 0.2177283763885498, 0.12665516138076782, 98.30856323242188], [0.22973017394542694, 2.6587796211242676, 0.2778204381465912, -107.38504791259766], [0.10231807082891464, -0.2856246829032898, 2.682680368423462, -69.29043579101562], [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': ['175201.135000', '175201.595000', '175202.055000', '175202.515000', '175202.975000', '175203.435000', '175203.895000', '175204.355000', '175204.815000', '175205.275000', '175205.735000', '175206.195000', '175206.655000', '175207.115000', '175207.575000', '175208.035000', '175208.495000', '175208.955000', '175209.415000', '175209.875000', '175210.335000', '175210.795000', '175211.255000', '175211.715000', '175212.175000', '175212.635000', '175213.095000', '175213.555000', '175214.015000', '175214.475000', '175214.935000', '175215.395000', '175215.855000', '175216.315000', '175216.775000', '175217.235000', '175217.695000', '175218.155000', '175218.615000', '175219.075000', '175219.535000', '175219.995000', '175220.455000', '175220.915000', '175221.375000', '175221.835000', '175222.295000', '175222.755000', '175223.215000', '175223.675000', '175224.135000', '175224.595000', '175225.055000', '175225.515000', '175225.975000', '175226.435000', '175226.895000', '175227.355000', '175227.815000', '175228.275000', '175228.735000', '175229.195000', '175229.655000', '175230.115000', '175230.575000', '175231.035000', '175231.495000', '175231.955000', '175232.415000', '175232.875000', '175233.335000', '175233.795000', '175234.255000', '175234.715000', '175235.175000', '175235.635000', '175236.095000', '175236.555000', '175237.015000', '175237.475000', '175237.935000', '175238.395000', '175238.855000', '175239.315000', '175239.775000', '175240.235000', '175240.695000', '175241.155000', '175241.615000', '175242.075000', '175242.535000', '175242.995000', '175243.455000', '175243.915000', '175244.375000', '175244.835000', '175245.295000', '175245.755000', '175246.215000', '175246.675000', '175247.135000', '175247.595000', '175248.055000', '175248.515000', '175248.975000', '175249.435000', '175249.895000', '175250.355000', '175250.815000', '175251.275000', '175251.735000', '175252.195000', '175252.655000', '175253.115000', '175253.575000', '175254.035000', '175254.495000', '175254.955000', '175255.415000', '175255.875000', '175256.335000', '175256.795000', '175257.255000', '175257.715000', '175258.175000', '175258.635000', '175259.095000', '175259.555000', '175300.015000', '175300.475000', '175300.935000', '175301.395000', '175301.855000', '175302.315000', '175302.775000', '175303.235000', '175303.695000', '175304.155000', '175304.615000', '175305.075000', '175305.535000', '175305.995000', '175306.455000', '175306.915000', '175307.375000', '175307.835000', '175308.295000', '175308.755000', '175309.215000', '175309.675000', '175310.135000', '175310.595000', '175311.055000', '175311.515000', '175311.975000', '175312.435000', '175312.895000', '175313.355000', '175313.815000', '175314.275000', '175314.735000', '175315.195000', '175315.655000', '175316.115000', '175316.575000', '175317.035000', '175317.495000', '175317.955000', '175318.415000', '175318.875000', '175319.335000', '175319.795000', '175320.255000', '175320.715000', '175321.175000', '175321.635000', '175322.095000', '175322.555000', '175323.015000', '175323.475000', '175323.935000', '175324.395000', '175324.855000', '175325.315000', '175325.775000', '175326.235000', '175326.695000', '175327.155000', '175327.615000', '175328.075000', '175328.535000', '175328.995000', '175329.455000', '175329.915000', '175330.375000', '175330.835000', '175331.295000', '175331.755000', '175332.215000', '175332.675000', '175333.135000', '175333.595000', '175334.055000', '175334.515000', '175334.975000', '175335.435000', '175335.895000', '175336.355000', '175336.815000', '175337.275000', '175337.735000', '175338.195000', '175338.655000', '175339.115000', '175339.575000', '175340.035000', '175340.495000', '175340.955000', '175341.415000', '175341.875000', '175342.335000', '175342.795000', '175343.255000', '175343.715000', '175344.175000', '175344.635000', '175345.095000', '175345.555000', '175346.015000', '175346.475000', '175346.935000', '175347.395000', '175347.855000', '175348.315000', '175348.775000', '175349.235000', '175349.695000', '175350.155000', '175350.615000', '175351.075000', '175351.535000', '175351.995000', '175352.455000', '175352.915000', '175353.375000', '175353.835000', '175354.295000', '175354.755000', '175355.215000', '175355.675000', '175356.135000', '175356.595000', '175357.055000', '175357.515000', '175357.975000', '175358.435000', '175358.895000', '175359.355000', '175359.815000', '175400.275000', '175400.735000', '175401.195000', '175401.655000', '175402.115000', '175402.575000', '175403.035000', '175403.495000', '175403.955000', '175404.415000', '175404.875000', '175405.335000', '175405.795000', '175406.255000', '175406.715000', '175407.175000', '175407.635000', '175408.095000', '175408.555000', '175409.015000', '175409.475000', '175409.935000', '175410.395000', '175410.855000', '175411.315000', '175411.775000', '175412.235000', '175412.695000', '175413.155000', '175413.615000', '175414.075000', '175414.535000', '175414.995000', '175415.455000', '175415.915000', '175416.375000', '175416.835000', '175417.295000', '175417.755000', '175418.215000', '175418.675000', '175419.135000', '175419.595000', '175420.055000', '175420.515000', '175420.975000', '175421.435000', '175421.895000', '175422.355000', '175422.815000', '175423.275000', '175423.735000', '175424.195000', '175424.655000', '175425.115000', '175425.575000', '175426.035000', '175426.495000', '175426.955000', '175427.415000', '175427.875000', '175428.335000', '175428.795000', '175429.255000', '175429.715000', '175430.175000', '175430.635000', '175431.095000', '175431.555000', '175432.015000', '175432.475000', '175432.935000', '175433.395000', '175433.855000', '175434.315000', '175434.775000', '175435.235000', '175435.695000', '175436.155000', '175436.615000', '175437.075000', '175437.535000', '175437.995000', '175438.455000', '175438.915000', '175439.375000', '175439.835000', '175440.295000', '175440.755000', '175441.215000', '175441.675000', '175442.135000', '175442.595000', '175443.055000', '175443.515000', '175443.975000', '175444.435000', '175444.895000', '175445.355000', '175445.815000', '175446.275000', '175446.735000', '175447.195000', '175447.655000', '175448.115000', '175448.575000', '175449.035000', '175449.495000', '175449.955000', '175450.415000', '175450.875000', '175451.335000', '175451.795000', '175452.255000', '175452.715000', '175453.175000', '175453.635000', '175454.095000', '175454.555000', '175455.015000', '175455.475000', '175455.935000', '175456.395000', '175456.855000', '175457.315000', '175457.775000', '175458.235000', '175458.695000', '175459.155000', '175459.615000', '175500.075000', '175500.535000', '175500.995000', '175501.455000', '175501.915000', '175502.375000', '175502.835000', '175503.295000', '175503.755000', '175504.215000', '175504.675000', '175505.135000', '175505.595000', '175506.055000', '175506.515000', '175506.975000', '175507.435000', '175507.895000', '175508.355000', '175508.815000', '175509.275000', '175509.735000', '175510.195000', '175510.655000', '175511.115000', '175511.575000', '175512.035000', '175512.495000', '175512.955000', '175513.415000', '175513.875000', '175514.335000', '175514.795000', '175515.255000', '175515.715000', '175516.175000', '175516.635000', '175517.095000', '175517.555000', '175518.015000', '175518.475000', '175518.935000', '175519.395000', '175519.855000', '175520.315000', '175520.775000', '175521.235000', '175521.695000', '175522.155000', '175522.615000', '175523.075000', '175523.535000', '175523.995000', '175524.455000', '175524.915000', '175525.375000', '175525.835000', '175526.295000', '175526.755000', '175527.215000', '175527.675000', '175528.135000', '175528.595000', '175529.055000', '175529.515000', '175529.975000', '175530.435000', '175530.895000', '175531.355000', '175531.815000', '175532.275000', '175532.735000', '175533.195000', '175533.655000', '175534.115000', '175534.575000', '175535.035000', '175535.495000', '175535.955000', '175536.415000', '175536.875000', '175537.335000', '175537.795000', '175538.255000', '175538.715000', '175539.175000', '175539.635000', '175540.095000', '175540.555000', '175541.015000', '175541.475000', '175541.935000', '175542.395000', '175542.855000', '175543.315000', '175543.775000', '175544.235000', '175544.695000', '175545.155000', '175545.615000', '175546.075000', '175546.535000', '175546.995000', '175547.455000', '175547.915000', '175548.375000', '175548.835000', '175549.295000', '175549.755000', '175550.215000', '175550.675000', '175551.135000', '175551.595000', '175552.055000', '175552.515000', '175552.975000', '175553.435000', '175553.895000', '175554.355000', '175554.815000', '175555.275000', '175555.735000', '175556.195000', '175556.655000', '175557.115000', '175557.575000', '175558.035000', '175558.495000', '175558.955000', '175559.415000', '175559.875000', '175600.335000', '175600.795000', '175601.255000', '175601.715000', '175602.175000', '175602.635000', '175603.095000', '175603.555000', '175604.015000', '175604.475000', '175604.935000', '175605.395000', '175605.855000', '175606.315000', '175606.775000', '175607.235000', '175607.695000', '175608.155000', '175608.615000', '175609.075000', '175609.535000', '175609.995000', '175610.455000', '175610.915000', '175611.375000', '175611.835000', '175612.295000', '175612.755000', '175613.215000', '175613.675000', '175614.135000', '175614.595000', '175615.055000', '175615.515000', '175615.975000', '175616.435000', '175616.895000', '175617.355000', '175617.815000', '175618.275000', '175618.735000', '175619.195000', '175619.655000', '175620.115000', '175620.575000', '175621.035000', '175621.495000', '175621.955000', '175622.415000', '175622.875000', '175623.335000', '175623.795000', '175624.255000', '175624.715000', '175625.175000', '175625.635000', '175626.095000', '175626.555000', '175627.015000', '175627.475000', '175627.935000', '175628.395000', '175628.855000', '175629.315000', '175629.775000', '175630.235000', '175630.695000', '175631.155000', '175631.615000', '175632.075000', '175632.535000', '175632.995000', '175633.455000', '175633.915000', '175634.375000', '175634.835000', '175635.295000', '175635.755000', '175636.215000', '175636.675000', '175637.135000', '175637.595000', '175638.055000', '175638.515000', '175638.975000', '175639.435000', '175639.895000', '175640.355000', '175640.815000', '175641.275000', '175641.735000', '175642.195000', '175642.655000', '175643.115000', '175643.575000', '175644.035000', '175644.495000', '175644.955000', '175645.415000', '175645.875000', '175646.335000', '175646.795000', '175647.255000', '175647.715000', '175648.175000', '175648.635000', '175649.095000', '175649.555000', '175650.015000', '175650.475000', '175650.935000', '175651.395000', '175651.855000', '175652.315000', '175652.775000', '175653.235000', '175653.695000', '175654.155000', '175654.615000', '175655.075000', '175655.535000', '175655.995000', '175656.455000', '175656.915000', '175657.375000', '175657.835000', '175658.295000', '175658.755000', '175659.215000', '175659.675000', '175700.135000', '175700.595000', '175701.055000', '175701.515000', '175701.975000', '175702.435000', '175702.895000', '175703.355000', '175703.815000', '175704.275000', '175704.735000', '175705.195000', '175705.655000', '175706.115000', '175706.575000', '175707.035000', '175707.495000', '175707.955000', '175708.415000', '175708.875000', '175709.335000', '175709.795000', '175710.255000', '175710.715000', '175711.175000', '175711.635000', '175712.095000', '175712.555000', '175713.015000', '175713.475000', '175713.935000', '175714.395000', '175714.855000', '175715.315000', '175715.775000', '175716.235000', '175716.695000', '175717.155000', '175717.615000', '175718.075000', '175718.535000', '175718.995000', '175719.455000', '175719.915000', '175720.375000', '175720.835000', '175721.295000', '175721.755000', '175722.215000', '175722.675000', '175723.135000', '175723.595000', '175724.055000', '175724.515000', '175724.975000', '175725.435000', '175725.895000', '175726.355000', '175726.815000', '175727.275000', '175727.735000', '175728.195000', '175728.655000', '175729.115000', '175729.575000', '175730.035000', '175730.495000', '175730.955000', '175731.415000', '175731.875000', '175732.335000', '175732.795000', '175733.255000', '175733.715000', '175734.175000', '175734.635000', '175735.095000', '175735.555000', '175736.015000', '175736.475000', '175736.935000', '175737.395000', '175737.855000', '175738.315000', '175738.775000', '175739.235000', '175739.695000', '175740.155000', '175740.615000', '175741.075000', '175741.535000', '175741.995000', '175742.455000', '175742.915000', '175743.375000', '175743.835000', '175744.295000', '175744.755000', '175745.215000', '175745.675000', '175746.135000', '175746.595000', '175747.055000', '175747.515000', '175747.975000', '175748.435000', '175748.895000', '175749.355000', '175749.815000', '175750.275000', '175750.735000', '175751.195000', '175751.655000', '175752.115000', '175752.575000', '175753.035000', '175753.495000', '175753.955000', '175754.415000', '175754.875000', '175755.335000', '175755.795000', '175756.255000', '175756.715000', '175757.175000', '175757.635000', '175758.095000', '175758.555000', '175759.015000', '175759.475000', '175759.935000', '175800.395000', '175800.855000', '175801.315000', '175801.775000', '175802.235000', '175802.695000', '175803.155000', '175803.615000', '175804.075000', '175804.535000', '175804.995000', '175805.455000', '175805.915000', '175806.375000', '175806.835000', '175807.295000', '175807.755000', '175808.215000', '175808.675000', '175809.135000', '175809.595000', '175810.055000', '175810.515000', '175810.975000', '175811.435000', '175811.895000', '175812.355000', '175812.815000', '175813.275000', '175813.735000', '175814.195000', '175814.655000', '175815.115000', '175815.575000', '175816.035000', '175816.495000', '175816.955000', '175817.415000', '175817.875000', '175818.335000', '175818.795000', '175819.255000', '175819.715000', '175820.175000', '175820.635000', '175821.095000', '175821.555000', '175822.015000', '175822.475000', '175822.935000', '175823.395000', '175823.855000', '175824.315000', '175824.775000', '175825.235000', '175825.695000', '175826.155000', '175826.615000', '175827.075000', '175827.535000', '175827.995000', '175828.455000', '175828.915000', '175829.375000', '175829.835000', '175830.295000', '175830.755000', '175831.215000', '175831.675000', '175832.135000', '175832.595000', '175833.055000', '175833.515000', '175833.975000', '175834.435000', '175834.895000', '175835.355000', '175835.815000', '175836.275000', '175836.735000', '175837.195000', '175837.655000', '175838.115000', '175838.575000', '175839.035000', '175839.495000', '175839.955000', '175840.415000', '175840.875000', '175841.335000', '175841.795000'], 'ContentTime': ['175219.738000', '175219.741000', '175219.744000', '175219.748000', '175219.750000', '175219.753000', '175219.756000', '175219.758000', '175219.761000', '175219.763000', '175219.766000', '175219.768000', '175219.771000', '175219.773000', '175219.782000', '175219.785000', '175219.787000', '175219.790000', '175219.792000', '175219.795000', '175219.798000', '175219.800000', '175219.803000', '175219.810000', '175219.813000', '175219.815000', '175219.818000', '175219.820000', '175219.823000', '175219.826000', '175219.828000', '175219.831000', '175219.833000', '175219.836000', '175219.838000', '175219.841000', '175219.843000', '175219.846000', '175239.689000', '175239.692000', '175239.695000', '175239.697000', '175239.700000', '175239.702000', '175239.705000', '175239.707000', '175239.710000', '175239.712000', '175239.715000', '175239.717000', '175239.720000', '175239.722000', '175239.725000', '175239.727000', '175239.730000', '175239.733000', '175239.735000', '175239.738000', '175239.740000', '175239.743000', '175239.745000', '175239.748000', '175239.750000', '175239.753000', '175239.755000', '175239.758000', '175239.760000', '175239.763000', '175239.765000', '175239.768000', '175239.771000', '175239.773000', '175239.776000', '175239.778000', '175239.781000', '175239.783000', '175239.786000', '175239.788000', '175239.791000', '175239.794000', '175239.796000', '175259.690000', '175259.693000', '175259.696000', '175259.698000', '175259.701000', '175259.703000', '175259.706000', '175259.710000', '175259.713000', '175259.715000', '175259.718000', '175259.720000', '175259.723000', '175259.725000', '175259.728000', '175259.730000', '175259.733000', '175259.736000', '175259.738000', '175259.741000', '175259.743000', '175259.746000', '175259.749000', '175259.752000', '175259.755000', '175259.757000', '175259.760000', '175259.763000', '175259.765000', '175259.768000', '175259.771000', '175259.773000', '175259.776000', '175259.778000', '175259.781000', '175259.784000', '175259.787000', '175259.789000', '175259.792000', '175259.795000', '175259.798000', '175259.802000', '175259.805000', '175259.808000', '175319.690000', '175319.693000', '175319.696000', '175319.698000', '175319.701000', '175319.704000', '175319.706000', '175319.709000', '175319.711000', '175319.714000', '175319.716000', '175319.719000', '175319.721000', '175319.724000', '175319.726000', '175319.785000', '175319.788000', '175319.790000', '175319.793000', '175319.796000', '175319.798000', '175319.801000', '175319.803000', '175319.806000', '175319.809000', '175319.811000', '175319.814000', '175319.816000', '175319.819000', '175319.821000', '175319.824000', '175319.827000', '175319.829000', '175319.832000', '175319.834000', '175319.837000', '175319.839000', '175319.842000', '175319.844000', '175319.847000', '175319.850000', '175319.852000', '175319.855000', '175339.689000', '175339.692000', '175339.695000', '175339.697000', '175339.700000', '175339.702000', '175339.705000', '175339.708000', '175339.710000', '175339.713000', '175339.715000', '175339.718000', '175339.720000', '175339.723000', '175339.726000', '175339.728000', '175339.731000', '175339.733000', '175339.736000', '175339.738000', '175339.741000', '175339.743000', '175339.746000', '175339.749000', '175339.751000', '175339.754000', '175339.756000', '175339.759000', '175339.761000', '175339.764000', '175339.767000', '175339.769000', '175339.772000', '175339.774000', '175339.777000', '175339.779000', '175339.782000', '175339.785000', '175339.787000', '175339.790000', '175339.792000', '175339.795000', '175339.797000', '175339.858000', '175359.689000', '175359.692000', '175359.695000', '175359.697000', '175359.700000', '175359.702000', '175359.705000', '175359.708000', '175359.710000', '175359.713000', '175359.715000', '175359.718000', '175359.721000', '175359.723000', '175359.726000', '175359.728000', '175359.731000', '175359.734000', '175359.736000', '175359.739000', '175359.741000', '175359.744000', '175359.746000', '175359.749000', '175359.751000', '175359.754000', '175359.756000', '175359.759000', '175359.762000', '175359.764000', '175359.767000', '175359.769000', '175359.772000', '175359.774000', '175359.777000', '175359.779000', '175359.782000', '175359.784000', '175359.787000', '175359.789000', '175359.792000', '175359.860000', '175359.863000', '175419.689000', '175419.692000', '175419.695000', '175419.697000', '175419.700000', '175419.702000', '175419.705000', '175419.708000', '175419.710000', '175419.713000', '175419.715000', '175419.718000', '175419.720000', '175419.723000', '175419.726000', '175419.728000', '175419.731000', '175419.733000', '175419.736000', '175419.738000', '175419.741000', '175419.743000', '175419.746000', '175419.749000', '175419.751000', '175419.754000', '175419.756000', '175419.759000', '175419.761000', '175419.764000', '175419.766000', '175419.769000', '175419.772000', '175419.774000', '175419.777000', '175419.779000', '175419.782000', '175419.784000', '175419.787000', '175419.789000', '175419.792000', '175419.795000', '175419.797000', '175419.800000', '175439.689000', '175439.692000', '175439.695000', '175439.697000', '175439.700000', '175439.702000', '175439.705000', '175439.708000', '175439.710000', '175439.713000', '175439.715000', '175439.718000', '175439.720000', '175439.723000', '175439.726000', '175439.728000', '175439.731000', '175439.733000', '175439.736000', '175439.738000', '175439.741000', '175439.744000', '175439.746000', '175439.749000', '175439.751000', '175439.754000', '175439.756000', '175439.759000', '175439.761000', '175439.764000', '175439.767000', '175439.769000', '175439.772000', '175439.774000', '175439.777000', '175439.780000', '175439.782000', '175439.785000', '175439.787000', '175439.790000', '175439.792000', '175439.795000', '175439.798000', '175459.690000', '175459.693000', '175459.696000', '175459.698000', '175459.701000', '175459.704000', '175459.706000', '175459.709000', '175459.711000', '175459.714000', '175459.716000', '175459.719000', '175459.722000', '175459.724000', '175459.727000', '175459.729000', '175459.732000', '175459.734000', '175459.737000', '175459.739000', '175459.742000', '175459.745000', '175459.747000', '175459.750000', '175459.752000', '175459.755000', '175459.768000', '175459.770000', '175459.773000', '175459.776000', '175459.778000', '175459.781000', '175459.783000', '175459.786000', '175459.788000', '175459.791000', '175459.794000', '175459.796000', '175459.799000', '175459.853000', '175459.856000', '175459.858000', '175459.861000', '175459.864000', '175519.690000', '175519.693000', '175519.696000', '175519.698000', '175519.701000', '175519.703000', '175519.706000', '175519.709000', '175519.711000', '175519.714000', '175519.716000', '175519.719000', '175519.721000', '175519.724000', '175519.727000', '175519.729000', '175519.732000', '175519.734000', '175519.737000', '175519.740000', '175519.742000', '175519.745000', '175519.747000', '175519.750000', '175519.753000', '175519.755000', '175519.758000', '175519.760000', '175519.763000', '175519.766000', '175519.768000', '175519.771000', '175519.773000', '175519.776000', '175519.778000', '175519.781000', '175519.783000', '175519.786000', '175519.789000', '175519.791000', '175519.794000', '175519.796000', '175519.799000', '175539.690000', '175539.693000', '175539.696000', '175539.698000', '175539.701000', '175539.703000', '175539.706000', '175539.709000', '175539.712000', '175539.715000', '175539.718000', '175539.721000', '175539.723000', '175539.726000', '175539.728000', '175539.731000', '175539.733000', '175539.736000', '175539.739000', '175539.741000', '175539.744000', '175539.746000', '175539.749000', '175539.751000', '175539.754000', '175539.757000', '175539.759000', '175539.762000', '175539.764000', '175539.767000', '175539.769000', '175539.772000', '175539.774000', '175539.777000', '175539.779000', '175539.782000', '175539.785000', '175539.787000', '175539.790000', '175539.793000', '175539.795000', '175539.798000', '175539.800000', '175559.689000', '175559.692000', '175559.695000', '175559.698000', '175559.700000', '175559.703000', '175559.705000', '175559.708000', '175559.710000', '175559.713000', '175559.716000', '175559.718000', '175559.721000', '175559.723000', '175559.726000', '175559.728000', '175559.731000', '175559.734000', '175559.736000', '175559.739000', '175559.741000', '175559.744000', '175559.746000', '175559.749000', '175559.752000', '175559.754000', '175559.757000', '175559.759000', '175559.762000', '175559.764000', '175559.767000', '175559.769000', '175559.772000', '175559.775000', '175559.777000', '175559.780000', '175559.782000', '175559.785000', '175559.787000', '175559.790000', '175559.792000', '175559.795000', '175559.798000', '175559.837000', '175619.689000', '175619.692000', '175619.695000', '175619.697000', '175619.700000', '175619.702000', '175619.705000', '175619.707000', '175619.710000', '175619.713000', '175619.716000', '175619.719000', '175619.722000', '175619.724000', '175619.727000', '175619.730000', '175619.733000', '175619.736000', '175619.738000', '175619.741000', '175619.743000', '175619.746000', '175619.748000', '175619.751000', '175619.754000', '175619.756000', '175619.759000', '175619.761000', '175619.764000', '175619.766000', '175619.769000', '175619.771000', '175619.774000', '175619.777000', '175619.779000', '175619.782000', '175619.785000', '175619.787000', '175619.790000', '175619.792000', '175619.795000', '175619.798000', '175619.837000', '175639.689000', '175639.692000', '175639.695000', '175639.697000', '175639.700000', '175639.703000', '175639.705000', '175639.708000', '175639.710000', '175639.713000', '175639.715000', '175639.718000', '175639.720000', '175639.723000', '175639.725000', '175639.728000', '175639.731000', '175639.733000', '175639.736000', '175639.738000', '175639.741000', '175639.743000', '175639.746000', '175639.749000', '175639.751000', '175639.754000', '175639.756000', '175639.759000', '175639.761000', '175639.764000', '175639.766000', '175639.769000', '175639.772000', '175639.774000', '175639.777000', '175639.779000', '175639.782000', '175639.784000', '175639.787000', '175639.790000', '175639.792000', '175639.795000', '175639.797000', '175639.851000', '175659.689000', '175659.692000', '175659.695000', '175659.697000', '175659.700000', '175659.703000', '175659.706000', '175659.709000', '175659.712000', '175659.714000', '175659.717000', '175659.720000', '175659.722000', '175659.725000', '175659.727000', '175659.730000', '175659.732000', '175659.735000', '175659.738000', '175659.740000', '175659.743000', '175659.745000', '175659.748000', '175659.750000', '175659.753000', '175659.756000', '175659.758000', '175659.761000', '175659.763000', '175659.766000', '175659.769000', '175659.771000', '175659.774000', '175659.776000', '175659.779000', '175659.781000', '175659.784000', '175659.787000', '175659.789000', '175659.792000', '175659.794000', '175659.797000', '175659.800000', '175719.689000', '175719.692000', '175719.695000', '175719.697000', '175719.700000', '175719.703000', '175719.705000', '175719.708000', '175719.710000', '175719.713000', '175719.715000', '175719.718000', '175719.721000', '175719.723000', '175719.726000', '175719.728000', '175719.731000', '175719.734000', '175719.736000', '175719.739000', '175719.741000', '175719.744000', '175719.746000', '175719.749000', '175719.752000', '175719.754000', '175719.757000', '175719.759000', '175719.762000', '175719.765000', '175719.767000', '175719.770000', '175719.772000', '175719.775000', '175719.778000', '175719.780000', '175719.783000', '175719.785000', '175719.788000', '175719.791000', '175719.793000', '175719.796000', '175719.798000', '175719.801000', '175739.691000', '175739.693000', '175739.696000', '175739.699000', '175739.701000', '175739.710000', '175739.712000', '175739.715000', '175739.717000', '175739.720000', '175739.722000', '175739.725000', '175739.728000', '175739.730000', '175739.733000', '175739.735000', '175739.738000', '175739.740000', '175739.743000', '175739.746000', '175739.749000', '175739.752000', '175739.755000', '175739.757000', '175739.760000', '175739.763000', '175739.765000', '175739.768000', '175739.771000', '175739.774000', '175739.776000', '175739.779000', '175739.781000', '175739.784000', '175739.786000', '175739.789000', '175739.792000', '175739.794000', '175739.797000', '175739.800000', '175739.802000', '175739.805000', '175739.807000', '175759.691000', '175759.693000', '175759.696000', '175759.699000', '175759.701000', '175759.704000', '175759.706000', '175759.709000', '175759.712000', '175759.714000', '175759.717000', '175759.719000', '175759.722000', '175759.724000', '175759.727000', '175759.730000', '175759.732000', '175759.735000', '175759.761000', '175759.764000', '175759.767000', '175759.769000', '175759.772000', '175759.775000', '175759.777000', '175759.780000', '175759.782000', '175759.785000', '175759.788000', '175759.790000', '175759.793000', '175759.795000', '175759.798000', '175759.823000', '175759.825000', '175759.828000', '175759.830000', '175759.833000', '175759.835000', '175759.839000', '175759.842000', '175759.845000', '175759.847000', '175759.850000', '175819.689000', '175819.692000', '175819.695000', '175819.697000', '175819.700000', '175819.703000', '175819.705000', '175819.708000', '175819.710000', '175819.713000', '175819.715000', '175819.718000', '175819.721000', '175819.723000', '175819.726000', '175819.728000', '175819.731000', '175819.733000', '175819.736000', '175819.738000', '175819.741000', '175819.743000', '175819.746000', '175819.749000', '175819.751000', '175819.754000', '175819.756000', '175819.759000', '175819.762000', '175819.765000', '175819.768000', '175819.771000', '175819.773000', '175819.776000', '175819.778000', '175819.781000', '175819.784000', '175819.786000', '175819.789000', '175819.791000', '175819.794000', '175819.796000', '175819.799000', '175839.689000', '175839.692000', '175839.695000', '175839.697000', '175839.700000', '175839.703000', '175839.705000', '175839.708000', '175839.710000', '175839.713000', '175839.715000', '175839.718000', '175839.721000', '175839.723000', '175839.726000', '175839.728000', '175839.731000', '175839.734000', '175839.736000', '175839.739000', '175839.741000', '175839.744000', '175839.746000', '175839.749000', '175839.752000', '175839.754000', '175839.757000', '175839.759000', '175839.762000', '175839.764000', '175839.767000', '175839.770000', '175839.772000', '175839.775000', '175839.777000', '175839.780000', '175839.782000', '175839.785000', '175839.788000', '175839.790000', '175839.793000', '175839.795000', '175839.798000', '175839.858000', '175843.212000', '175843.215000', '175843.218000', '175843.220000', '175843.223000', '175843.226000', '175843.228000', '175843.231000'], 'InstanceCreationTime': ['175219.738000', '175219.741000', '175219.744000', '175219.748000', '175219.750000', '175219.753000', '175219.756000', '175219.758000', '175219.761000', '175219.763000', '175219.766000', '175219.768000', '175219.771000', '175219.773000', '175219.782000', '175219.785000', '175219.787000', '175219.790000', '175219.792000', '175219.795000', '175219.798000', '175219.800000', '175219.803000', '175219.810000', '175219.813000', '175219.815000', '175219.818000', '175219.820000', '175219.823000', '175219.826000', '175219.828000', '175219.831000', '175219.833000', '175219.836000', '175219.838000', '175219.841000', '175219.843000', '175219.846000', '175239.689000', '175239.692000', '175239.695000', '175239.697000', '175239.700000', '175239.702000', '175239.705000', '175239.707000', '175239.710000', '175239.712000', '175239.715000', '175239.717000', '175239.720000', '175239.722000', '175239.725000', '175239.727000', '175239.730000', '175239.733000', '175239.735000', '175239.738000', '175239.740000', '175239.743000', '175239.745000', '175239.748000', '175239.750000', '175239.753000', '175239.755000', '175239.758000', '175239.760000', '175239.763000', '175239.765000', '175239.768000', '175239.771000', '175239.773000', '175239.776000', '175239.778000', '175239.781000', '175239.783000', '175239.786000', '175239.788000', '175239.791000', '175239.794000', '175239.796000', '175259.690000', '175259.693000', '175259.696000', '175259.698000', '175259.701000', '175259.703000', '175259.706000', '175259.710000', '175259.713000', '175259.715000', '175259.718000', '175259.720000', '175259.723000', '175259.725000', '175259.728000', '175259.730000', '175259.733000', '175259.736000', '175259.738000', '175259.741000', '175259.743000', '175259.746000', '175259.749000', '175259.752000', '175259.755000', '175259.757000', '175259.760000', '175259.763000', '175259.765000', '175259.768000', '175259.771000', '175259.773000', '175259.776000', '175259.778000', '175259.781000', '175259.784000', '175259.787000', '175259.789000', '175259.792000', '175259.795000', '175259.798000', '175259.802000', '175259.805000', '175259.808000', '175319.690000', '175319.693000', '175319.696000', '175319.698000', '175319.701000', '175319.704000', '175319.706000', '175319.709000', '175319.711000', '175319.714000', '175319.716000', '175319.719000', '175319.721000', '175319.724000', '175319.726000', '175319.785000', '175319.788000', '175319.790000', '175319.793000', '175319.796000', '175319.798000', '175319.801000', '175319.803000', '175319.806000', '175319.809000', '175319.811000', '175319.814000', '175319.816000', '175319.819000', '175319.821000', '175319.824000', '175319.827000', '175319.829000', '175319.832000', '175319.834000', '175319.837000', '175319.839000', '175319.842000', '175319.844000', '175319.847000', '175319.850000', '175319.852000', '175319.855000', '175339.689000', '175339.692000', '175339.695000', '175339.697000', '175339.700000', '175339.702000', '175339.705000', '175339.708000', '175339.710000', '175339.713000', '175339.715000', '175339.718000', '175339.720000', '175339.723000', '175339.726000', '175339.728000', '175339.731000', '175339.733000', '175339.736000', '175339.738000', '175339.741000', '175339.743000', '175339.746000', '175339.749000', '175339.751000', '175339.754000', '175339.756000', '175339.759000', '175339.761000', '175339.764000', '175339.767000', '175339.769000', '175339.772000', '175339.774000', '175339.777000', '175339.779000', '175339.782000', '175339.785000', '175339.787000', '175339.790000', '175339.792000', '175339.795000', '175339.797000', '175339.858000', '175359.689000', '175359.692000', '175359.695000', '175359.697000', '175359.700000', '175359.702000', '175359.705000', '175359.708000', '175359.710000', '175359.713000', '175359.715000', '175359.718000', '175359.721000', '175359.723000', '175359.726000', '175359.728000', '175359.731000', '175359.734000', '175359.736000', '175359.739000', '175359.741000', '175359.744000', '175359.746000', '175359.749000', '175359.751000', '175359.754000', '175359.756000', '175359.759000', '175359.762000', '175359.764000', '175359.767000', '175359.769000', '175359.772000', '175359.774000', '175359.777000', '175359.779000', '175359.782000', '175359.784000', '175359.787000', '175359.789000', '175359.792000', '175359.860000', '175359.863000', '175419.689000', '175419.692000', '175419.695000', '175419.697000', '175419.700000', '175419.702000', '175419.705000', '175419.708000', '175419.710000', '175419.713000', '175419.715000', '175419.718000', '175419.720000', '175419.723000', '175419.726000', '175419.728000', '175419.731000', '175419.733000', '175419.736000', '175419.738000', '175419.741000', '175419.743000', '175419.746000', '175419.749000', '175419.751000', '175419.754000', '175419.756000', '175419.759000', '175419.761000', '175419.764000', '175419.766000', '175419.769000', '175419.772000', '175419.774000', '175419.777000', '175419.779000', '175419.782000', '175419.784000', '175419.787000', '175419.789000', '175419.792000', '175419.795000', '175419.797000', '175419.800000', '175439.689000', '175439.692000', '175439.695000', '175439.697000', '175439.700000', '175439.702000', '175439.705000', '175439.708000', '175439.710000', '175439.713000', '175439.715000', '175439.718000', '175439.720000', '175439.723000', '175439.726000', '175439.728000', '175439.731000', '175439.733000', '175439.736000', '175439.738000', '175439.741000', '175439.744000', '175439.746000', '175439.749000', '175439.751000', '175439.754000', '175439.756000', '175439.759000', '175439.761000', '175439.764000', '175439.767000', '175439.769000', '175439.772000', '175439.774000', '175439.777000', '175439.780000', '175439.782000', '175439.785000', '175439.787000', '175439.790000', '175439.792000', '175439.795000', '175439.798000', '175459.690000', '175459.693000', '175459.696000', '175459.698000', '175459.701000', '175459.704000', '175459.706000', '175459.709000', '175459.711000', '175459.714000', '175459.716000', '175459.719000', '175459.722000', '175459.724000', '175459.727000', '175459.729000', '175459.732000', '175459.734000', '175459.737000', '175459.739000', '175459.742000', '175459.745000', '175459.747000', '175459.750000', '175459.752000', '175459.755000', '175459.768000', '175459.770000', '175459.773000', '175459.776000', '175459.778000', '175459.781000', '175459.783000', '175459.786000', '175459.788000', '175459.791000', '175459.794000', '175459.796000', '175459.799000', '175459.853000', '175459.856000', '175459.858000', '175459.861000', '175459.864000', '175519.690000', '175519.693000', '175519.696000', '175519.698000', '175519.701000', '175519.703000', '175519.706000', '175519.709000', '175519.711000', '175519.714000', '175519.716000', '175519.719000', '175519.721000', '175519.724000', '175519.727000', '175519.729000', '175519.732000', '175519.734000', '175519.737000', '175519.740000', '175519.742000', '175519.745000', '175519.747000', '175519.750000', '175519.753000', '175519.755000', '175519.758000', '175519.760000', '175519.763000', '175519.766000', '175519.768000', '175519.771000', '175519.773000', '175519.776000', '175519.778000', '175519.781000', '175519.783000', '175519.786000', '175519.789000', '175519.791000', '175519.794000', '175519.796000', '175519.799000', '175539.690000', '175539.693000', '175539.696000', '175539.698000', '175539.701000', '175539.703000', '175539.706000', '175539.709000', '175539.712000', '175539.715000', '175539.718000', '175539.721000', '175539.723000', '175539.726000', '175539.728000', '175539.731000', '175539.733000', '175539.736000', '175539.739000', '175539.741000', '175539.744000', '175539.746000', '175539.749000', '175539.751000', '175539.754000', '175539.757000', '175539.759000', '175539.762000', '175539.764000', '175539.767000', '175539.769000', '175539.772000', '175539.774000', '175539.777000', '175539.779000', '175539.782000', '175539.785000', '175539.787000', '175539.790000', '175539.793000', '175539.795000', '175539.798000', '175539.800000', '175559.689000', '175559.692000', '175559.695000', '175559.698000', '175559.700000', '175559.703000', '175559.705000', '175559.708000', '175559.710000', '175559.713000', '175559.716000', '175559.718000', '175559.721000', '175559.723000', '175559.726000', '175559.728000', '175559.731000', '175559.734000', '175559.736000', '175559.739000', '175559.741000', '175559.744000', '175559.746000', '175559.749000', '175559.752000', '175559.754000', '175559.757000', '175559.759000', '175559.762000', '175559.764000', '175559.767000', '175559.769000', '175559.772000', '175559.775000', '175559.777000', '175559.780000', '175559.782000', '175559.785000', '175559.787000', '175559.790000', '175559.792000', '175559.795000', '175559.798000', '175559.837000', '175619.689000', '175619.692000', '175619.695000', '175619.697000', '175619.700000', '175619.702000', '175619.705000', '175619.707000', '175619.710000', '175619.713000', '175619.716000', '175619.719000', '175619.722000', '175619.724000', '175619.727000', '175619.730000', '175619.733000', '175619.736000', '175619.738000', '175619.741000', '175619.743000', '175619.746000', '175619.748000', '175619.751000', '175619.754000', '175619.756000', '175619.759000', '175619.761000', '175619.764000', '175619.766000', '175619.769000', '175619.771000', '175619.774000', '175619.777000', '175619.779000', '175619.782000', '175619.785000', '175619.787000', '175619.790000', '175619.792000', '175619.795000', '175619.798000', '175619.837000', '175639.689000', '175639.692000', '175639.695000', '175639.697000', '175639.700000', '175639.703000', '175639.705000', '175639.708000', '175639.710000', '175639.713000', '175639.715000', '175639.718000', '175639.720000', '175639.723000', '175639.725000', '175639.728000', '175639.731000', '175639.733000', '175639.736000', '175639.738000', '175639.741000', '175639.743000', '175639.746000', '175639.749000', '175639.751000', '175639.754000', '175639.756000', '175639.759000', '175639.761000', '175639.764000', '175639.766000', '175639.769000', '175639.772000', '175639.774000', '175639.777000', '175639.779000', '175639.782000', '175639.784000', '175639.787000', '175639.790000', '175639.792000', '175639.795000', '175639.797000', '175639.851000', '175659.689000', '175659.692000', '175659.695000', '175659.697000', '175659.700000', '175659.703000', '175659.706000', '175659.709000', '175659.712000', '175659.714000', '175659.717000', '175659.720000', '175659.722000', '175659.725000', '175659.727000', '175659.730000', '175659.732000', '175659.735000', '175659.738000', '175659.740000', '175659.743000', '175659.745000', '175659.748000', '175659.750000', '175659.753000', '175659.756000', '175659.758000', '175659.761000', '175659.763000', '175659.766000', '175659.769000', '175659.771000', '175659.774000', '175659.776000', '175659.779000', '175659.781000', '175659.784000', '175659.787000', '175659.789000', '175659.792000', '175659.794000', '175659.797000', '175659.800000', '175719.689000', '175719.692000', '175719.695000', '175719.697000', '175719.700000', '175719.703000', '175719.705000', '175719.708000', '175719.710000', '175719.713000', '175719.715000', '175719.718000', '175719.721000', '175719.723000', '175719.726000', '175719.728000', '175719.731000', '175719.734000', '175719.736000', '175719.739000', '175719.741000', '175719.744000', '175719.746000', '175719.749000', '175719.752000', '175719.754000', '175719.757000', '175719.759000', '175719.762000', '175719.765000', '175719.767000', '175719.770000', '175719.772000', '175719.775000', '175719.778000', '175719.780000', '175719.783000', '175719.785000', '175719.788000', '175719.791000', '175719.793000', '175719.796000', '175719.798000', '175719.801000', '175739.691000', '175739.693000', '175739.696000', '175739.699000', '175739.701000', '175739.710000', '175739.712000', '175739.715000', '175739.717000', '175739.720000', '175739.722000', '175739.725000', '175739.728000', '175739.730000', '175739.733000', '175739.735000', '175739.738000', '175739.740000', '175739.743000', '175739.746000', '175739.749000', '175739.752000', '175739.755000', '175739.757000', '175739.760000', '175739.763000', '175739.765000', '175739.768000', '175739.771000', '175739.774000', '175739.776000', '175739.779000', '175739.781000', '175739.784000', '175739.786000', '175739.789000', '175739.792000', '175739.794000', '175739.797000', '175739.800000', '175739.802000', '175739.805000', '175739.807000', '175759.691000', '175759.693000', '175759.696000', '175759.699000', '175759.701000', '175759.704000', '175759.706000', '175759.709000', '175759.712000', '175759.714000', '175759.717000', '175759.719000', '175759.722000', '175759.724000', '175759.727000', '175759.730000', '175759.732000', '175759.735000', '175759.761000', '175759.764000', '175759.767000', '175759.769000', '175759.772000', '175759.775000', '175759.777000', '175759.780000', '175759.782000', '175759.785000', '175759.788000', '175759.790000', '175759.793000', '175759.795000', '175759.798000', '175759.823000', '175759.825000', '175759.828000', '175759.830000', '175759.833000', '175759.835000', '175759.839000', '175759.842000', '175759.845000', '175759.847000', '175759.850000', '175819.689000', '175819.692000', '175819.695000', '175819.697000', '175819.700000', '175819.703000', '175819.705000', '175819.708000', '175819.710000', '175819.713000', '175819.715000', '175819.718000', '175819.721000', '175819.723000', '175819.726000', '175819.728000', '175819.731000', '175819.733000', '175819.736000', '175819.738000', '175819.741000', '175819.743000', '175819.746000', '175819.749000', '175819.751000', '175819.754000', '175819.756000', '175819.759000', '175819.762000', '175819.765000', '175819.768000', '175819.771000', '175819.773000', '175819.776000', '175819.778000', '175819.781000', '175819.784000', '175819.786000', '175819.789000', '175819.791000', '175819.794000', '175819.796000', '175819.799000', '175839.689000', '175839.692000', '175839.695000', '175839.697000', '175839.700000', '175839.703000', '175839.705000', '175839.708000', '175839.710000', '175839.713000', '175839.715000', '175839.718000', '175839.721000', '175839.723000', '175839.726000', '175839.728000', '175839.731000', '175839.734000', '175839.736000', '175839.739000', '175839.741000', '175839.744000', '175839.746000', '175839.749000', '175839.752000', '175839.754000', '175839.757000', '175839.759000', '175839.762000', '175839.764000', '175839.767000', '175839.770000', '175839.772000', '175839.775000', '175839.777000', '175839.780000', '175839.782000', '175839.785000', '175839.788000', '175839.790000', '175839.793000', '175839.795000', '175839.798000', '175839.858000', '175843.212000', '175843.215000', '175843.218000', '175843.220000', '175843.223000', '175843.226000', '175843.228000', '175843.231000'], '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': [10739, 11887, 9024, 12297, 7242, 11173, 7627, 11001, 8389, 10123, 7188, 11466, 8157, 11293, 8451, 11040, 7580, 11561, 7601, 11035, 7733, 10659, 8015, 9820, 13212, 9101, 12235, 7598, 11324, 7551, 10845, 7299, 10021, 7240, 8206, 12145, 8247, 11303, 6896, 9784, 7335, 9675, 12098, 7466, 11351, 6654, 9941, 7268, 9735, 6694, 9267, 7491, 8472, 11633, 8202, 11059, 7110, 10101, 6872, 9771, 7480, 9910, 8454, 8807, 12816, 8636, 11836, 7781, 10789, 7285, 10283, 8142, 10018, 9392, 8908, 12399, 9023, 11952, 7862, 10977, 7193, 9792, 9017, 8688, 11801, 7260, 11927, 8129, 11198, 6843, 9689, 7150, 9824, 8096, 8601, 7810, 8107, 11404, 8766, 11188, 8765, 10824, 7188, 11382, 7594, 10950, 7365, 10320, 7336, 10230, 7675, 10188, 7889, 10215, 9279, 9552, 13000, 9290, 12294, 7669, 11645, 7631, 10931, 7139, 9928, 7275, 10107, 8552, 9218, 8227, 8472, 11806, 8768, 11456, 8625, 11169, 7145, 10727, 7123, 10114, 7128, 9810, 7299, 9797, 8172, 9086, 10462, 8280, 11429, 8164, 11409, 8429, 10808, 7032, 10920, 7719, 10641, 7958, 11204, 7174, 11402, 8490, 11029, 7546, 11228, 7787, 11446, 7982, 11057, 6931, 10791, 7787, 10086, 7326, 9802, 7558, 9862, 8625, 9358, 8531, 8428, 11934, 8840, 11772, 7900, 11533, 7461, 11646, 8108, 11375, 7537, 10831, 6869, 10187, 7411, 9881, 7432, 9645, 7698, 10185, 9507, 9034, 10713, 8663, 11976, 8736, 12087, 8297, 12006, 7388, 11695, 7956, 10969, 6714, 10343, 7136, 10387, 7027, 10061, 7152, 9879, 7488, 9709, 7422, 9680, 7382, 9800, 7777, 9878, 7479, 10657, 7393, 10786, 7723, 10328, 7233, 10574, 7341, 11041, 7767, 10575, 7246, 10450, 8115, 10094, 8265, 9486, 7412, 9039, 9863, 9547, 7859, 8576, 7221, 9475, 8229, 9340, 7234, 9068, 7350, 9473, 8563, 9340, 7455, 9685, 8217, 9916, 8622, 9964, 7252, 9911, 8174, 9992, 8114, 9878, 7573, 9856, 8129, 9935, 7721, 9911, 7509, 10111, 7851, 10086, 7313, 10495, 7019, 11075, 7602, 10749, 6971, 10639, 7357, 11086, 7611, 10875, 7198, 11462, 7809, 11166, 8493, 11345, 7608, 11820, 8387, 11751, 8359, 11460, 7358, 12111, 7658, 11306, 7620, 10549, 6821, 10149, 7380, 10222, 7810, 10189, 7416, 9390, 7430, 9641, 8314, 9469, 7510, 9378, 7531, 9582, 8435, 9876, 7479, 9733, 7423, 11149, 7991, 12472, 8690, 11824, 8241, 11681, 9072, 12629, 9002, 12208, 7954, 12079, 8105, 11183, 7395, 10238, 7041, 9504, 7688, 9222, 7169, 8485, 8524, 8754, 11182, 8146, 10872, 7684, 11410, 7719, 10667, 8246, 10571, 6908, 11245, 7809, 10706, 7245, 10898, 7281, 10065, 7707, 10198, 7693, 9721, 7923, 9684, 12715, 9230, 12540, 8087, 12325, 8102, 10829, 8118, 11200, 7035, 10033, 7754, 9653, 7659, 9094, 12725, 9134, 12521, 8660, 10823, 6860, 9532, 7310, 9553, 7448, 8919, 9572, 8670, 11566, 8624, 11438, 7748, 11478, 8274, 10849, 7486, 10366, 7289, 9994, 7962, 9590, 7790, 8816, 9807, 8493, 11668, 8596, 11512, 7880, 11252, 7597, 11087, 7732, 9977, 6787, 10622, 6997, 10075, 7930, 9514, 7134, 9147, 9444, 9243, 11893, 8185, 11603, 7989, 11335, 8001, 10935, 7415, 11127, 7564, 11176, 7588, 10843, 8029, 10928, 7470, 10772, 7465, 10138, 8573, 9393, 7270, 8800, 11873, 9690, 12388, 8576, 11268, 7145, 10187, 7394, 9748, 7624, 8908, 9804, 8485, 11612, 7917, 11223, 7034, 11093, 7586, 10471, 6891, 10049, 6796, 10936, 7472, 9870, 7249, 10058, 7140, 9663, 7804, 9888, 7364, 9792, 7638, 9621, 9137, 9104, 10708, 8876, 11981, 8681, 11733, 7555, 11812, 7535, 10942, 7913, 10416, 7350, 11007, 7537, 10750, 7997, 11009, 7269, 10973, 7412, 10821, 8154, 9899, 7229, 9233, 9914, 9438, 12592, 8630, 12130, 7906, 12181, 8336, 11533, 8260, 11228, 7400, 11455, 7548, 10035, 7127, 9648, 7560, 9142, 11797, 8543, 11789, 7844, 12092, 7902, 10639, 7950, 10392, 7294, 11269, 8057, 10676, 7484, 10366, 7197, 10208, 7632, 10827, 7761, 10508, 6859, 10386, 9072, 9182, 7687, 8433, 7341, 8936, 12660, 8571, 10809, 7107, 10421, 7843, 9729, 9715, 8690, 11979, 7819, 11632, 7935, 10565, 6842, 10163, 7023, 10657, 7503, 10103, 6854, 10094, 7285, 10103, 7634, 9814, 7684, 9721, 10207, 9408, 13663, 8616, 12180, 7426, 12245, 8172, 10912, 7041, 10406, 7162, 10333, 7557, 10114, 7350, 9428, 7670, 9209, 7841, 8578, 8200, 8509, 10648, 9392, 12040, 8361, 11787, 7542, 11485, 7830, 10835, 7171, 10693, 6824, 9790, 8020, 9747, 7195, 8453, 6937, 9076, 8697, 8877, 7366, 8519, 8782, 9450, 11895, 8949, 11773, 8377, 11697, 8245, 11386, 7892, 10228, 6786, 10395, 7186, 9378, 8088, 9180, 7207, 8870, 9298, 9241, 12346, 8323, 11975, 8092, 11902, 8287, 11094, 7527, 10095, 6972, 9618, 7382, 9853, 8882, 8700, 10146, 8579, 11776, 9088, 11382, 8484, 11384, 7451, 11474, 7240, 11026, 7177, 10152, 7070, 9674, 8046, 9181, 9060, 8704, 11584, 9040, 11158, 8130, 10881, 6885, 10345, 7206, 10123, 7232, 10079, 6677, 9369, 7321, 10126, 7234, 9854, 7205, 9767, 7408, 9733, 8004, 9964, 7611, 9239, 10608, 9732, 10272, 8868, 10580, 9309, 12168, 8971, 11147, 8970, 12043, 9432, 12193, 8689, 12162, 8269, 11986, 9171, 12421, 8607, 12212, 7892, 11844, 8563, 11304, 7709, 11670, 8099, 10920, 8389, 11160, 7399, 11614, 8104, 11235, 8339, 10988, 7343, 11291, 7579, 11161, 7894, 10595, 7057, 10576, 7198, 10564, 7786, 10317, 7429, 9963, 7430, 10086, 8267, 9505, 7110, 9415, 9245, 9492, 9278, 9192, 11931, 9058, 11893, 8518, 11846, 7630, 11653, 7632, 11315, 7695, 10571, 7238, 10309, 7653, 11066, 7079, 10920, 6876, 10742, 7734, 10971, 7271, 11331, 7276, 11473, 7858, 11367, 7112, 11158, 6954, 10708, 7842, 10775, 7131, 10966, 7626, 10107, 7810, 10286, 7106, 10475, 7484, 10064, 7580, 10262, 7139, 9826, 8180, 9436, 7696, 9309, 9421, 9383, 10385, 9051, 8906, 8441, 9516, 9320, 10003, 9178, 9883, 8865, 11675, 9666, 12810, 8770, 12697, 8401, 12096, 8489, 11880, 7892, 11860, 7517], 'WindowCenter': [4011.0, 3995.0, 3959.0, 3965.0, 3923.0, 3952.0, 3934.0, 3965.0, 3934.0, 3952.0, 3922.0, 3963.0, 3934.0, 3963.0, 3934.0, 3953.0, 3922.0, 3952.0, 3921.0, 3954.0, 3920.0, 3941.0, 3918.0, 3939.0, 3961.0, 3930.0, 3948.0, 3907.0, 3937.0, 3918.0, 3950.0, 3908.0, 3941.0, 3906.0, 3929.0, 3960.0, 3931.0, 3950.0, 3907.0, 3938.0, 3906.0, 3941.0, 3949.0, 3921.0, 3948.0, 3898.0, 3940.0, 3920.0, 3943.0, 3909.0, 3942.0, 3920.0, 3944.0, 3952.0, 3933.0, 3952.0, 3910.0, 3951.0, 3911.0, 3954.0, 3921.0, 3953.0, 3930.0, 3944.0, 3963.0, 3932.0, 3951.0, 3920.0, 3951.0, 3920.0, 3953.0, 3922.0, 3942.0, 3930.0, 3930.0, 3962.0, 3931.0, 3951.0, 3920.0, 3939.0, 3908.0, 3942.0, 3929.0, 3930.0, 3951.0, 3909.0, 3951.0, 3932.0, 3951.0, 3899.0, 3941.0, 3909.0, 3954.0, 3932.0, 3932.0, 3921.0, 3933.0, 3962.0, 3945.0, 3964.0, 3946.0, 3953.0, 3912.0, 3952.0, 3923.0, 3954.0, 3922.0, 3954.0, 3921.0, 3955.0, 3934.0, 3953.0, 3932.0, 3953.0, 3941.0, 3943.0, 3961.0, 3942.0, 3951.0, 3921.0, 3949.0, 3922.0, 3951.0, 3910.0, 3944.0, 3909.0, 3952.0, 3932.0, 3942.0, 3930.0, 3931.0, 3949.0, 3944.0, 3963.0, 3944.0, 3953.0, 3911.0, 3952.0, 3922.0, 3954.0, 3912.0, 3953.0, 3921.0, 3953.0, 3931.0, 3943.0, 3951.0, 3932.0, 3952.0, 3933.0, 3963.0, 3945.0, 3953.0, 3921.0, 3954.0, 3936.0, 3955.0, 3934.0, 3964.0, 3923.0, 3966.0, 3945.0, 3954.0, 3923.0, 3953.0, 3933.0, 3964.0, 3934.0, 3964.0, 3912.0, 3965.0, 3924.0, 3954.0, 3922.0, 3953.0, 3922.0, 3955.0, 3933.0, 3943.0, 3932.0, 3933.0, 3962.0, 3944.0, 3964.0, 3933.0, 3964.0, 3923.0, 3964.0, 3934.0, 3965.0, 3923.0, 3952.0, 3911.0, 3953.0, 3921.0, 3943.0, 3921.0, 3943.0, 3923.0, 3955.0, 3943.0, 3943.0, 3953.0, 3932.0, 3963.0, 3934.0, 3963.0, 3933.0, 3951.0, 3921.0, 3964.0, 3922.0, 3953.0, 3911.0, 3953.0, 3925.0, 3954.0, 3913.0, 3954.0, 3911.0, 3954.0, 3923.0, 3956.0, 3924.0, 3954.0, 3922.0, 3954.0, 3923.0, 3956.0, 3923.0, 3954.0, 3922.0, 3955.0, 3923.0, 3954.0, 3910.0, 3953.0, 3921.0, 3954.0, 3921.0, 3952.0, 3908.0, 3941.0, 3921.0, 3953.0, 3931.0, 3943.0, 3908.0, 3931.0, 3940.0, 3943.0, 3920.0, 3932.0, 3909.0, 3943.0, 3932.0, 3943.0, 3921.0, 3943.0, 3921.0, 3944.0, 3933.0, 3943.0, 3921.0, 3943.0, 3932.0, 3944.0, 3932.0, 3944.0, 3909.0, 3942.0, 3932.0, 3942.0, 3933.0, 3943.0, 3922.0, 3943.0, 3933.0, 3943.0, 3922.0, 3943.0, 3910.0, 3953.0, 3932.0, 3954.0, 3920.0, 3953.0, 3908.0, 3954.0, 3922.0, 3953.0, 3911.0, 3953.0, 3922.0, 3964.0, 3921.0, 3953.0, 3911.0, 3953.0, 3934.0, 3966.0, 3944.0, 3953.0, 3922.0, 3952.0, 3932.0, 3953.0, 3933.0, 3952.0, 3910.0, 3951.0, 3921.0, 3953.0, 3921.0, 3942.0, 3899.0, 3942.0, 3910.0, 3953.0, 3921.0, 3954.0, 3921.0, 3944.0, 3919.0, 3955.0, 3933.0, 3944.0, 3922.0, 3944.0, 3922.0, 3945.0, 3935.0, 3956.0, 3921.0, 3943.0, 3924.0, 3965.0, 3936.0, 3967.0, 3947.0, 3964.0, 3934.0, 3964.0, 3945.0, 3964.0, 3944.0, 3952.0, 3920.0, 3951.0, 3922.0, 3952.0, 3910.0, 3941.0, 3898.0, 3942.0, 3921.0, 3942.0, 3908.0, 3931.0, 3930.0, 3933.0, 3952.0, 3934.0, 3953.0, 3922.0, 3952.0, 3934.0, 3955.0, 3935.0, 3954.0, 3924.0, 3965.0, 3935.0, 3955.0, 3923.0, 3954.0, 3922.0, 3955.0, 3923.0, 3954.0, 3922.0, 3943.0, 3932.0, 3945.0, 3964.0, 3943.0, 3952.0, 3922.0, 3952.0, 3932.0, 3953.0, 3932.0, 3953.0, 3911.0, 3943.0, 3923.0, 3943.0, 3921.0, 3933.0, 3951.0, 3943.0, 3963.0, 3932.0, 3939.0, 3897.0, 3940.0, 3909.0, 3942.0, 3921.0, 3942.0, 3940.0, 3933.0, 3952.0, 3932.0, 3953.0, 3922.0, 3953.0, 3933.0, 3954.0, 3922.0, 3943.0, 3910.0, 3942.0, 3921.0, 3943.0, 3921.0, 3931.0, 3939.0, 3932.0, 3964.0, 3944.0, 3952.0, 3933.0, 3953.0, 3921.0, 3954.0, 3923.0, 3943.0, 3911.0, 3953.0, 3911.0, 3955.0, 3933.0, 3943.0, 3910.0, 3943.0, 3941.0, 3944.0, 3953.0, 3932.0, 3951.0, 3933.0, 3968.0, 3935.0, 3954.0, 3923.0, 3953.0, 3922.0, 3953.0, 3934.0, 3955.0, 3934.0, 3954.0, 3922.0, 3953.0, 3921.0, 3943.0, 3931.0, 3931.0, 3908.0, 3931.0, 3950.0, 3942.0, 3951.0, 3932.0, 3950.0, 3898.0, 3940.0, 3907.0, 3941.0, 3919.0, 3931.0, 3940.0, 3931.0, 3951.0, 3932.0, 3950.0, 3910.0, 3952.0, 3921.0, 3954.0, 3911.0, 3942.0, 3900.0, 3954.0, 3923.0, 3956.0, 3922.0, 3954.0, 3912.0, 3956.0, 3924.0, 3955.0, 3923.0, 3955.0, 3923.0, 3956.0, 3944.0, 3944.0, 3953.0, 3943.0, 3953.0, 3933.0, 3953.0, 3921.0, 3952.0, 3923.0, 3965.0, 3933.0, 3954.0, 3923.0, 3955.0, 3935.0, 3967.0, 3936.0, 3955.0, 3923.0, 3954.0, 3920.0, 3954.0, 3922.0, 3943.0, 3910.0, 3942.0, 3941.0, 3944.0, 3962.0, 3933.0, 3951.0, 3921.0, 3952.0, 3933.0, 3953.0, 3932.0, 3952.0, 3910.0, 3953.0, 3922.0, 3942.0, 3909.0, 3941.0, 3921.0, 3943.0, 3951.0, 3932.0, 3951.0, 3920.0, 3952.0, 3932.0, 3952.0, 3923.0, 3941.0, 3921.0, 3951.0, 3934.0, 3955.0, 3923.0, 3942.0, 3912.0, 3953.0, 3934.0, 3955.0, 3923.0, 3953.0, 3910.0, 3954.0, 3933.0, 3943.0, 3921.0, 3933.0, 3909.0, 3944.0, 3965.0, 3933.0, 3951.0, 3910.0, 3942.0, 3921.0, 3943.0, 3942.0, 3931.0, 3949.0, 3920.0, 3953.0, 3932.0, 3952.0, 3911.0, 3942.0, 3922.0, 3955.0, 3924.0, 3956.0, 3914.0, 3955.0, 3924.0, 3956.0, 3935.0, 3957.0, 3923.0, 3944.0, 3953.0, 3944.0, 3965.0, 3933.0, 3952.0, 3910.0, 3952.0, 3932.0, 3952.0, 3911.0, 3953.0, 3912.0, 3954.0, 3922.0, 3953.0, 3910.0, 3943.0, 3923.0, 3955.0, 3932.0, 3933.0, 3931.0, 3934.0, 3953.0, 3945.0, 3964.0, 3934.0, 3952.0, 3921.0, 3953.0, 3923.0, 3953.0, 3912.0, 3953.0, 3901.0, 3943.0, 3922.0, 3943.0, 3911.0, 3932.0, 3912.0, 3947.0, 3944.0, 3946.0, 3923.0, 3945.0, 3943.0, 3958.0, 3965.0, 3946.0, 3964.0, 3932.0, 3953.0, 3935.0, 3954.0, 3923.0, 3942.0, 3899.0, 3954.0, 3911.0, 3944.0, 3922.0, 3943.0, 3910.0, 3943.0, 3942.0, 3945.0, 3965.0, 3934.0, 3953.0, 3922.0, 3953.0, 3933.0, 3953.0, 3923.0, 3943.0, 3910.0, 3941.0, 3910.0, 3954.0, 3932.0, 3933.0, 3941.0, 3931.0, 3951.0, 3944.0, 3965.0, 3933.0, 3953.0, 3911.0, 3951.0, 3911.0, 3954.0, 3911.0, 3941.0, 3908.0, 3942.0, 3921.0, 3943.0, 3931.0, 3932.0, 3952.0, 3944.0, 3953.0, 3922.0, 3952.0, 3911.0, 3941.0, 3923.0, 3953.0, 3921.0, 3952.0, 3913.0, 3944.0, 3925.0, 3957.0, 3925.0, 3956.0, 3924.0, 3956.0, 3924.0, 3957.0, 3934.0, 3955.0, 3922.0, 3946.0, 3956.0, 3957.0, 3954.0, 3945.0, 3954.0, 3956.0, 3965.0, 3947.0, 3953.0, 3944.0, 3964.0, 3955.0, 3967.0, 3945.0, 3963.0, 3934.0, 3964.0, 3945.0, 3965.0, 3944.0, 3964.0, 3922.0, 3954.0, 3933.0, 3952.0, 3921.0, 3953.0, 3934.0, 3966.0, 3935.0, 3953.0, 3923.0, 3954.0, 3935.0, 3955.0, 3934.0, 3953.0, 3922.0, 3953.0, 3923.0, 3966.0, 3923.0, 3954.0, 3912.0, 3953.0, 3912.0, 3956.0, 3924.0, 3955.0, 3922.0, 3954.0, 3923.0, 3968.0, 3934.0, 3945.0, 3912.0, 3944.0, 3944.0, 3956.0, 3943.0, 3944.0, 3953.0, 3943.0, 3966.0, 3934.0, 3954.0, 3921.0, 3953.0, 3924.0, 3955.0, 3923.0, 3953.0, 3923.0, 3954.0, 3924.0, 3964.0, 3913.0, 3954.0, 3913.0, 3954.0, 3936.0, 3956.0, 3924.0, 3964.0, 3923.0, 3966.0, 3935.0, 3965.0, 3913.0, 3953.0, 3911.0, 3955.0, 3923.0, 3954.0, 3911.0, 3954.0, 3921.0, 3954.0, 3923.0, 3956.0, 3913.0, 3956.0, 3937.0, 3957.0, 3933.0, 3956.0, 3911.0, 3957.0, 3945.0, 3946.0, 3923.0, 3946.0, 3943.0, 3957.0, 3955.0, 3945.0, 3943.0, 3935.0, 3944.0, 3957.0, 3956.0, 3947.0, 3954.0, 3946.0, 3965.0, 3957.0, 3976.0, 3946.0, 3964.0, 3933.0, 3966.0, 3946.0, 3964.0, 3934.0, 3964.0, 3924.0], 'WindowWidth': [8951.0, 8914.0, 8854.0, 8853.0, 8792.0, 8830.0, 8808.0, 8851.0, 8808.0, 8828.0, 8790.0, 8842.0, 8808.0, 8845.0, 8807.0, 8828.0, 8786.0, 8826.0, 8786.0, 8833.0, 8781.0, 8809.0, 8773.0, 8804.0, 8837.0, 8793.0, 8815.0, 8758.0, 8799.0, 8776.0, 8822.0, 8761.0, 8809.0, 8756.0, 8790.0, 8836.0, 8797.0, 8819.0, 8758.0, 8800.0, 8756.0, 8809.0, 8819.0, 8785.0, 8817.0, 8749.0, 8806.0, 8783.0, 8815.0, 8766.0, 8814.0, 8781.0, 8821.0, 8828.0, 8803.0, 8826.0, 8769.0, 8824.0, 8773.0, 8833.0, 8785.0, 8830.0, 8796.0, 8819.0, 8844.0, 8802.0, 8824.0, 8780.0, 8825.0, 8783.0, 8830.0, 8785.0, 8812.0, 8793.0, 8792.0, 8840.0, 8796.0, 8822.0, 8779.0, 8805.0, 8762.0, 8813.0, 8792.0, 8794.0, 8821.0, 8764.0, 8823.0, 8801.0, 8823.0, 8753.0, 8811.0, 8765.0, 8834.0, 8801.0, 8801.0, 8785.0, 8802.0, 8841.0, 8823.0, 8846.0, 8826.0, 8830.0, 8773.0, 8826.0, 8790.0, 8831.0, 8788.0, 8831.0, 8783.0, 8836.0, 8807.0, 8830.0, 8799.0, 8827.0, 8809.0, 8816.0, 8838.0, 8812.0, 8822.0, 8781.0, 8818.0, 8787.0, 8825.0, 8768.0, 8816.0, 8764.0, 8828.0, 8799.0, 8812.0, 8794.0, 8797.0, 8821.0, 8820.0, 8843.0, 8818.0, 8828.0, 8771.0, 8824.0, 8789.0, 8834.0, 8773.0, 8830.0, 8784.0, 8830.0, 8798.0, 8816.0, 8825.0, 8800.0, 8828.0, 8804.0, 8844.0, 8822.0, 8830.0, 8786.0, 8833.0, 8813.0, 8835.0, 8809.0, 8845.0, 8791.0, 8852.0, 8822.0, 8832.0, 8790.0, 8829.0, 8805.0, 8847.0, 8807.0, 8846.0, 8774.0, 8849.0, 8792.0, 8833.0, 8786.0, 8828.0, 8786.0, 8837.0, 8804.0, 8817.0, 8799.0, 8802.0, 8839.0, 8818.0, 8845.0, 8803.0, 8845.0, 8789.0, 8844.0, 8807.0, 8847.0, 8790.0, 8826.0, 8770.0, 8831.0, 8784.0, 8817.0, 8784.0, 8816.0, 8788.0, 8836.0, 8817.0, 8818.0, 8828.0, 8800.0, 8842.0, 8805.0, 8843.0, 8802.0, 8823.0, 8784.0, 8844.0, 8787.0, 8827.0, 8770.0, 8829.0, 8796.0, 8833.0, 8775.0, 8831.0, 8770.0, 8833.0, 8792.0, 8838.0, 8793.0, 8832.0, 8787.0, 8834.0, 8790.0, 8838.0, 8788.0, 8832.0, 8787.0, 8834.0, 8788.0, 8831.0, 8768.0, 8828.0, 8784.0, 8832.0, 8784.0, 8826.0, 8762.0, 8810.0, 8782.0, 8828.0, 8797.0, 8815.0, 8762.0, 8794.0, 8808.0, 8815.0, 8780.0, 8798.0, 8765.0, 8815.0, 8799.0, 8815.0, 8784.0, 8814.0, 8784.0, 8820.0, 8802.0, 8816.0, 8783.0, 8814.0, 8798.0, 8818.0, 8799.0, 8817.0, 8764.0, 8813.0, 8800.0, 8814.0, 8801.0, 8815.0, 8784.0, 8814.0, 8801.0, 8817.0, 8785.0, 8814.0, 8767.0, 8827.0, 8801.0, 8831.0, 8783.0, 8828.0, 8764.0, 8833.0, 8787.0, 8829.0, 8771.0, 8827.0, 8787.0, 8846.0, 8786.0, 8827.0, 8772.0, 8827.0, 8807.0, 8854.0, 8820.0, 8828.0, 8789.0, 8827.0, 8801.0, 8828.0, 8802.0, 8826.0, 8769.0, 8823.0, 8783.0, 8829.0, 8784.0, 8810.0, 8752.0, 8811.0, 8767.0, 8830.0, 8784.0, 8831.0, 8783.0, 8818.0, 8781.0, 8836.0, 8802.0, 8818.0, 8786.0, 8818.0, 8788.0, 8821.0, 8808.0, 8837.0, 8785.0, 8814.0, 8793.0, 8848.0, 8812.0, 8853.0, 8827.0, 8844.0, 8805.0, 8845.0, 8823.0, 8845.0, 8817.0, 8824.0, 8779.0, 8822.0, 8785.0, 8825.0, 8765.0, 8808.0, 8747.0, 8811.0, 8784.0, 8811.0, 8764.0, 8797.0, 8794.0, 8803.0, 8828.0, 8806.0, 8828.0, 8787.0, 8828.0, 8808.0, 8833.0, 8808.0, 8830.0, 8792.0, 8847.0, 8808.0, 8833.0, 8791.0, 8833.0, 8787.0, 8837.0, 8790.0, 8832.0, 8786.0, 8817.0, 8800.0, 8820.0, 8845.0, 8814.0, 8826.0, 8786.0, 8824.0, 8801.0, 8827.0, 8800.0, 8827.0, 8769.0, 8817.0, 8789.0, 8816.0, 8783.0, 8800.0, 8824.0, 8814.0, 8840.0, 8797.0, 8803.0, 8745.0, 8807.0, 8766.0, 8813.0, 8783.0, 8814.0, 8807.0, 8804.0, 8828.0, 8801.0, 8829.0, 8787.0, 8827.0, 8805.0, 8833.0, 8787.0, 8815.0, 8766.0, 8811.0, 8783.0, 8815.0, 8783.0, 8797.0, 8804.0, 8797.0, 8846.0, 8818.0, 8828.0, 8802.0, 8828.0, 8785.0, 8832.0, 8789.0, 8814.0, 8772.0, 8829.0, 8772.0, 8837.0, 8802.0, 8817.0, 8767.0, 8814.0, 8811.0, 8820.0, 8828.0, 8800.0, 8824.0, 8803.0, 8859.0, 8812.0, 8833.0, 8791.0, 8828.0, 8788.0, 8829.0, 8806.0, 8834.0, 8807.0, 8831.0, 8786.0, 8829.0, 8784.0, 8815.0, 8794.0, 8795.0, 8761.0, 8794.0, 8819.0, 8811.0, 8824.0, 8797.0, 8818.0, 8747.0, 8806.0, 8760.0, 8810.0, 8779.0, 8796.0, 8805.0, 8797.0, 8823.0, 8798.0, 8821.0, 8768.0, 8823.0, 8786.0, 8829.0, 8772.0, 8812.0, 8755.0, 8831.0, 8790.0, 8836.0, 8788.0, 8833.0, 8773.0, 8838.0, 8792.0, 8835.0, 8788.0, 8834.0, 8791.0, 8839.0, 8819.0, 8819.0, 8827.0, 8813.0, 8828.0, 8804.0, 8827.0, 8784.0, 8825.0, 8790.0, 8848.0, 8803.0, 8830.0, 8790.0, 8832.0, 8810.0, 8854.0, 8813.0, 8834.0, 8789.0, 8831.0, 8781.0, 8835.0, 8785.0, 8814.0, 8766.0, 8811.0, 8809.0, 8817.0, 8839.0, 8800.0, 8823.0, 8782.0, 8826.0, 8803.0, 8828.0, 8800.0, 8824.0, 8768.0, 8831.0, 8785.0, 8812.0, 8765.0, 8808.0, 8781.0, 8816.0, 8822.0, 8800.0, 8823.0, 8780.0, 8823.0, 8800.0, 8827.0, 8789.0, 8808.0, 8784.0, 8825.0, 8808.0, 8836.0, 8789.0, 8813.0, 8772.0, 8828.0, 8807.0, 8837.0, 8789.0, 8828.0, 8768.0, 8831.0, 8801.0, 8813.0, 8782.0, 8801.0, 8766.0, 8817.0, 8847.0, 8801.0, 8822.0, 8766.0, 8811.0, 8783.0, 8815.0, 8812.0, 8796.0, 8818.0, 8779.0, 8827.0, 8800.0, 8825.0, 8772.0, 8811.0, 8788.0, 8835.0, 8793.0, 8838.0, 8780.0, 8835.0, 8792.0, 8838.0, 8808.0, 8839.0, 8788.0, 8817.0, 8828.0, 8820.0, 8847.0, 8801.0, 8824.0, 8767.0, 8826.0, 8799.0, 8825.0, 8769.0, 8826.0, 8774.0, 8833.0, 8785.0, 8829.0, 8768.0, 8814.0, 8789.0, 8836.0, 8799.0, 8802.0, 8796.0, 8803.0, 8829.0, 8822.0, 8845.0, 8805.0, 8825.0, 8783.0, 8827.0, 8790.0, 8829.0, 8772.0, 8828.0, 8754.0, 8816.0, 8785.0, 8815.0, 8768.0, 8800.0, 8772.0, 8826.0, 8820.0, 8823.0, 8790.0, 8821.0, 8816.0, 8843.0, 8849.0, 8824.0, 8845.0, 8800.0, 8829.0, 8808.0, 8833.0, 8788.0, 8812.0, 8752.0, 8829.0, 8771.0, 8818.0, 8786.0, 8816.0, 8768.0, 8816.0, 8812.0, 8822.0, 8847.0, 8805.0, 8828.0, 8787.0, 8827.0, 8804.0, 8831.0, 8788.0, 8813.0, 8766.0, 8810.0, 8766.0, 8832.0, 8799.0, 8801.0, 8810.0, 8797.0, 8823.0, 8820.0, 8847.0, 8802.0, 8828.0, 8769.0, 8822.0, 8772.0, 8831.0, 8771.0, 8811.0, 8763.0, 8812.0, 8784.0, 8815.0, 8796.0, 8798.0, 8825.0, 8817.0, 8830.0, 8786.0, 8824.0, 8768.0, 8808.0, 8789.0, 8828.0, 8785.0, 8826.0, 8777.0, 8817.0, 8797.0, 8841.0, 8796.0, 8838.0, 8792.0, 8838.0, 8795.0, 8841.0, 8808.0, 8835.0, 8787.0, 8823.0, 8839.0, 8838.0, 8833.0, 8822.0, 8831.0, 8838.0, 8850.0, 8828.0, 8830.0, 8819.0, 8846.0, 8837.0, 8854.0, 8821.0, 8842.0, 8804.0, 8845.0, 8821.0, 8848.0, 8820.0, 8843.0, 8787.0, 8830.0, 8802.0, 8826.0, 8785.0, 8828.0, 8807.0, 8850.0, 8808.0, 8829.0, 8790.0, 8830.0, 8808.0, 8834.0, 8806.0, 8828.0, 8787.0, 8827.0, 8791.0, 8850.0, 8790.0, 8829.0, 8771.0, 8829.0, 8775.0, 8837.0, 8791.0, 8833.0, 8786.0, 8832.0, 8791.0, 8856.0, 8805.0, 8822.0, 8772.0, 8818.0, 8817.0, 8836.0, 8815.0, 8818.0, 8829.0, 8815.0, 8849.0, 8805.0, 8829.0, 8785.0, 8826.0, 8792.0, 8834.0, 8789.0, 8828.0, 8789.0, 8830.0, 8794.0, 8845.0, 8777.0, 8831.0, 8776.0, 8834.0, 8812.0, 8837.0, 8793.0, 8846.0, 8790.0, 8851.0, 8808.0, 8846.0, 8775.0, 8830.0, 8771.0, 8834.0, 8787.0, 8831.0, 8769.0, 8830.0, 8785.0, 8834.0, 8790.0, 8836.0, 8775.0, 8837.0, 8815.0, 8842.0, 8805.0, 8837.0, 8772.0, 8840.0, 8824.0, 8825.0, 8790.0, 8824.0, 8817.0, 8842.0, 8835.0, 8822.0, 8816.0, 8808.0, 8819.0, 8841.0, 8838.0, 8826.0, 8832.0, 8823.0, 8849.0, 8843.0, 8867.0, 8825.0, 8845.0, 8803.0, 8853.0, 8825.0, 8846.0, 8805.0, 8844.0, 8792.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.0009998965517241378</td></tr>
<tr><td colspan=3>aqi</td><td>0.025859696666666664</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.818774803912525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.217062729182969</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052222573072496</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>5567.2266</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09584533664711138</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.057471264367816</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5975656040979747</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4908021224328314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.887920658419333</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4139740314417586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00375932</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011669524945318699</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023104645311832428</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8547774087821445</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>31.2429</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1891</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.6178</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301541.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.6042</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.23</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.7292</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3138.5522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.3051</td></tr>
<tr><td colspan=3>tsnr</td><td>40.14732492621988</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>