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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:21:31.205000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999228, -0.0346096, -0.0185851, 0.0361161, 0.995465, 0.0880068]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0975637</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7251, 430, -15, -21, 56, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07cceee0-15fb-47c0-87dc-7aed792e56af||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6808559894561768, 0.09689684957265854, -0.04172822833061218, 109.320556640625], [0.09285493195056915, 2.670759677886963, 0.23924711346626282, -99.86251068115234], [-0.04986235499382019, -0.2361156940460205, 2.6890554428100586, -45.272769927978516], [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': ['142131.205000', '142131.665000', '142132.125000', '142132.585000', '142133.045000', '142133.505000', '142133.965000', '142134.425000', '142134.885000', '142135.345000', '142135.805000', '142136.265000', '142136.725000', '142137.185000', '142137.645000', '142138.105000', '142138.565000', '142139.025000', '142139.485000', '142139.945000', '142140.405000', '142140.865000', '142141.325000', '142141.785000', '142142.245000', '142142.705000', '142143.165000', '142143.625000', '142144.085000', '142144.545000', '142145.005000', '142145.465000', '142145.925000', '142146.385000', '142146.845000', '142147.305000', '142147.765000', '142148.225000', '142148.685000', '142149.145000', '142149.605000', '142150.065000', '142150.525000', '142150.985000', '142151.445000', '142151.905000', '142152.365000', '142152.825000', '142153.285000', '142153.745000', '142154.205000', '142154.665000', '142155.125000', '142155.585000', '142156.045000', '142156.505000', '142156.965000', '142157.425000', '142157.885000', '142158.345000', '142158.805000', '142159.265000', '142159.725000', '142200.185000', '142200.645000', '142201.105000', '142201.565000', '142202.025000', '142202.485000', '142202.945000', '142203.405000', '142203.865000', '142204.325000', '142204.785000', '142205.245000', '142205.705000', '142206.165000', '142206.625000', '142207.085000', '142207.545000', '142208.005000', '142208.465000', '142208.925000', '142209.385000', '142209.845000', '142210.305000', '142210.765000', '142211.225000', '142211.685000', '142212.145000', '142212.605000', '142213.065000', '142213.525000', '142213.985000', '142214.445000', '142214.905000', '142215.365000', '142215.825000', '142216.285000', '142216.745000', '142217.205000', '142217.665000', '142218.125000', '142218.585000', '142219.045000', '142219.505000', '142219.965000', '142220.425000', '142220.885000', '142221.345000', '142221.805000', '142222.265000', '142222.725000', '142223.185000', '142223.645000', '142224.105000', '142224.565000', '142225.025000', '142225.485000', '142225.945000', '142226.405000', '142226.865000', '142227.325000', '142227.785000', '142228.245000', '142228.705000', '142229.165000', '142229.625000', '142230.085000', '142230.545000', '142231.005000', '142231.465000', '142231.925000', '142232.385000', '142232.845000', '142233.305000', '142233.765000', '142234.225000', '142234.685000', '142235.145000', '142235.605000', '142236.065000', '142236.525000', '142236.985000', '142237.445000', '142237.905000', '142238.365000', '142238.825000', '142239.285000', '142239.745000', '142240.205000', '142240.665000', '142241.125000', '142241.585000', '142242.045000', '142242.505000', '142242.965000', '142243.425000', '142243.885000', '142244.345000', '142244.805000', '142245.265000', '142245.725000', '142246.185000', '142246.645000', '142247.105000', '142247.565000', '142248.025000', '142248.485000', '142248.945000', '142249.405000', '142249.865000', '142250.325000', '142250.785000', '142251.245000', '142251.705000', '142252.165000', '142252.625000', '142253.085000', '142253.545000', '142254.005000', '142254.465000', '142254.925000', '142255.385000', '142255.845000', '142256.305000', '142256.765000', '142257.225000', '142257.685000', '142258.145000', '142258.605000', '142259.065000', '142259.525000', '142259.985000', '142300.445000', '142300.905000', '142301.365000', '142301.825000', '142302.285000', '142302.745000', '142303.205000', '142303.665000', '142304.125000', '142304.585000', '142305.045000', '142305.505000', '142305.965000', '142306.425000', '142306.885000', '142307.345000', '142307.805000', '142308.265000', '142308.725000', '142309.185000', '142309.645000', '142310.105000', '142310.565000', '142311.025000', '142311.485000', '142311.945000', '142312.405000', '142312.865000', '142313.325000', '142313.785000', '142314.245000', '142314.705000', '142315.165000', '142315.625000', '142316.085000', '142316.545000', '142317.005000', '142317.465000', '142317.925000', '142318.385000', '142318.845000', '142319.305000', '142319.765000', '142320.225000', '142320.685000', '142321.145000', '142321.605000', '142322.065000', '142322.525000', '142322.985000', '142323.445000', '142323.905000', '142324.365000', '142324.825000', '142325.285000', '142325.745000', '142326.205000', '142326.665000', '142327.125000', '142327.585000', '142328.045000', '142328.505000', '142328.965000', '142329.425000', '142329.885000', '142330.345000', '142330.805000', '142331.265000', '142331.725000', '142332.185000', '142332.645000', '142333.105000', '142333.565000', '142334.025000', '142334.485000', '142334.945000', '142335.405000', '142335.865000', '142336.325000', '142336.785000', '142337.245000', '142337.705000', '142338.165000', '142338.625000', '142339.085000', '142339.545000', '142340.005000', '142340.465000', '142340.925000', '142341.385000', '142341.845000', '142342.305000', '142342.765000', '142343.225000', '142343.685000', '142344.145000', '142344.605000', '142345.065000', '142345.525000', '142345.985000', '142346.445000', '142346.905000', '142347.365000', '142347.825000', '142348.285000', '142348.745000', '142349.205000', '142349.665000', '142350.125000', '142350.585000', '142351.045000', '142351.505000', '142351.965000', '142352.425000', '142352.885000', '142353.345000', '142353.805000', '142354.265000', '142354.725000', '142355.185000', '142355.645000', '142356.105000', '142356.565000', '142357.025000', '142357.485000', '142357.945000', '142358.405000', '142358.865000', '142359.325000', '142359.785000', '142400.245000', '142400.705000', '142401.165000', '142401.625000', '142402.085000', '142402.545000', '142403.005000', '142403.465000', '142403.925000', '142404.385000', '142404.845000', '142405.305000', '142405.765000', '142406.225000', '142406.685000', '142407.145000', '142407.605000', '142408.065000', '142408.525000', '142408.985000', '142409.445000', '142409.905000', '142410.365000', '142410.825000', '142411.285000', '142411.745000', '142412.205000', '142412.665000', '142413.125000', '142413.585000', '142414.045000', '142414.505000', '142414.965000', '142415.425000', '142415.885000', '142416.345000', '142416.805000', '142417.265000', '142417.725000', '142418.185000', '142418.645000', '142419.105000', '142419.565000', '142420.025000', '142420.485000', '142420.945000', '142421.405000', '142421.865000', '142422.325000', '142422.785000', '142423.245000', '142423.705000', '142424.165000', '142424.625000', '142425.085000', '142425.545000', '142426.005000', '142426.465000', '142426.925000', '142427.385000', '142427.845000', '142428.305000', '142428.765000', '142429.225000', '142429.685000', '142430.145000', '142430.605000', '142431.065000', '142431.525000', '142431.985000', '142432.445000', '142432.905000', '142433.365000', '142433.825000', '142434.285000', '142434.745000', '142435.205000', '142435.665000', '142436.125000', '142436.585000', '142437.045000', '142437.505000', '142437.965000', '142438.425000', '142438.885000', '142439.345000', '142439.805000', '142440.265000', '142440.725000', '142441.185000', '142441.645000', '142442.105000', '142442.565000', '142443.025000', '142443.485000', '142443.945000', '142444.405000', '142444.865000', '142445.325000', '142445.785000', '142446.245000', '142446.705000', '142447.165000', '142447.625000', '142448.085000', '142448.545000', '142449.005000', '142449.465000', '142449.925000', '142450.385000', '142450.845000', '142451.305000', '142451.765000', '142452.225000', '142452.685000', '142453.145000', '142453.605000', '142454.065000', '142454.525000', '142454.985000', '142455.445000', '142455.905000', '142456.365000', '142456.825000', '142457.285000', '142457.745000', '142458.205000', '142458.665000', '142459.125000', '142459.585000', '142500.045000', '142500.505000', '142500.965000', '142501.425000', '142501.885000', '142502.345000', '142502.805000', '142503.265000', '142503.725000', '142504.185000', '142504.645000', '142505.105000', '142505.565000', '142506.025000', '142506.485000', '142506.945000', '142507.405000', '142507.865000', '142508.325000', '142508.785000', '142509.245000', '142509.705000', '142510.165000', '142510.625000', '142511.085000', '142511.545000', '142512.005000', '142512.465000', '142512.925000', '142513.385000', '142513.845000', '142514.305000', '142514.765000', '142515.225000', '142515.685000', '142516.145000', '142516.605000', '142517.065000', '142517.525000', '142517.985000', '142518.445000', '142518.905000', '142519.365000', '142519.825000', '142520.285000', '142520.745000', '142521.205000', '142521.665000', '142522.125000', '142522.585000', '142523.045000', '142523.505000', '142523.965000', '142524.425000', '142524.885000', '142525.345000', '142525.805000', '142526.265000', '142526.725000', '142527.185000', '142527.645000', '142528.105000', '142528.565000', '142529.025000', '142529.485000', '142529.945000', '142530.405000', '142530.865000', '142531.325000', '142531.785000', '142532.245000', '142532.705000', '142533.165000', '142533.625000', '142534.085000', '142534.545000', '142535.005000', '142535.465000', '142535.925000', '142536.385000', '142536.845000', '142537.305000', '142537.765000', '142538.225000', '142538.685000', '142539.145000', '142539.605000', '142540.065000', '142540.525000', '142540.985000', '142541.445000', '142541.905000', '142542.365000', '142542.825000', '142543.285000', '142543.745000', '142544.205000', '142544.665000', '142545.125000', '142545.585000', '142546.045000', '142546.505000', '142546.965000', '142547.425000', '142547.885000', '142548.345000', '142548.805000', '142549.265000', '142549.725000', '142550.185000', '142550.645000', '142551.105000', '142551.565000', '142552.025000', '142552.485000', '142552.945000', '142553.405000', '142553.865000', '142554.325000', '142554.785000', '142555.245000', '142555.705000', '142556.165000', '142556.625000', '142557.085000', '142557.545000', '142558.005000', '142558.465000', '142558.925000', '142559.385000', '142559.845000', '142600.305000', '142600.765000', '142601.225000', '142601.685000', '142602.145000', '142602.605000', '142603.065000', '142603.525000', '142603.985000', '142604.445000', '142604.905000', '142605.365000', '142605.825000', '142606.285000', '142606.745000', '142607.205000', '142607.665000', '142608.125000', '142608.585000', '142609.045000', '142609.505000', '142609.965000', '142610.425000', '142610.885000', '142611.345000', '142611.805000', '142612.265000', '142612.725000', '142613.185000', '142613.645000', '142614.105000', '142614.565000', '142615.025000', '142615.485000', '142615.945000', '142616.405000', '142616.865000', '142617.325000', '142617.785000', '142618.245000', '142618.705000', '142619.165000', '142619.625000', '142620.085000', '142620.545000', '142621.005000', '142621.465000', '142621.925000', '142622.385000', '142622.845000', '142623.305000', '142623.765000', '142624.225000', '142624.685000', '142625.145000', '142625.605000', '142626.065000', '142626.525000', '142626.985000', '142627.445000', '142627.905000', '142628.365000', '142628.825000', '142629.285000', '142629.745000', '142630.205000', '142630.665000', '142631.125000', '142631.585000', '142632.045000', '142632.505000', '142632.965000', '142633.425000', '142633.885000', '142634.345000', '142634.805000', '142635.265000', '142635.725000', '142636.185000', '142636.645000', '142637.105000', '142637.565000', '142638.025000', '142638.485000', '142638.945000', '142639.405000', '142639.865000', '142640.325000', '142640.785000', '142641.245000', '142641.705000', '142642.165000', '142642.625000', '142643.085000', '142643.545000', '142644.005000', '142644.465000', '142644.925000', '142645.385000', '142645.845000', '142646.305000', '142646.765000', '142647.225000', '142647.685000', '142648.145000', '142648.605000', '142649.065000', '142649.525000', '142649.985000', '142650.445000', '142650.905000', '142651.365000', '142651.825000', '142652.285000', '142652.745000', '142653.205000', '142653.665000', '142654.125000', '142654.585000', '142655.045000', '142655.505000', '142655.965000', '142656.425000', '142656.885000', '142657.345000', '142657.805000', '142658.265000', '142658.725000', '142659.185000', '142659.645000', '142700.105000', '142700.565000', '142701.025000', '142701.485000', '142701.945000', '142702.405000', '142702.865000', '142703.325000', '142703.785000', '142704.245000', '142704.705000', '142705.165000', '142705.625000', '142706.085000', '142706.545000', '142707.005000', '142707.465000', '142707.925000', '142708.385000', '142708.845000', '142709.305000', '142709.765000', '142710.225000', '142710.685000', '142711.145000', '142711.605000', '142712.065000', '142712.525000', '142712.985000', '142713.445000', '142713.905000', '142714.365000', '142714.825000', '142715.285000', '142715.745000', '142716.205000', '142716.665000', '142717.125000', '142717.585000', '142718.045000', '142718.505000', '142718.965000', '142719.425000', '142719.885000', '142720.345000', '142720.805000', '142721.265000', '142721.725000', '142722.185000', '142722.645000', '142723.105000', '142723.565000', '142724.025000', '142724.485000', '142724.945000', '142725.405000', '142725.865000', '142726.325000', '142726.785000', '142727.245000', '142727.705000', '142728.165000', '142728.625000', '142729.085000', '142729.545000', '142730.005000', '142730.465000', '142730.925000', '142731.385000', '142731.845000', '142732.305000', '142732.765000', '142733.225000', '142733.685000', '142734.145000', '142734.605000', '142735.065000', '142735.525000', '142735.985000', '142736.445000', '142736.905000', '142737.365000', '142737.825000', '142738.285000', '142738.745000', '142739.205000', '142739.665000', '142740.125000', '142740.585000', '142741.045000', '142741.505000', '142741.965000', '142742.425000', '142742.885000', '142743.345000', '142743.805000', '142744.265000', '142744.725000', '142745.185000', '142745.645000', '142746.105000', '142746.565000', '142747.025000', '142747.485000', '142747.945000', '142748.405000', '142748.865000', '142749.325000', '142749.785000', '142750.245000', '142750.705000', '142751.165000', '142751.625000', '142752.085000', '142752.545000', '142753.005000', '142753.465000', '142753.925000', '142754.385000', '142754.845000', '142755.305000', '142755.765000', '142756.225000', '142756.685000', '142757.145000', '142757.605000', '142758.065000', '142758.525000', '142758.985000', '142759.445000', '142759.905000', '142800.365000', '142800.825000', '142801.285000', '142801.745000', '142802.205000', '142802.665000', '142803.125000', '142803.585000', '142804.045000', '142804.505000', '142804.965000', '142805.425000', '142805.885000', '142806.345000', '142806.805000', '142807.265000', '142807.725000', '142808.185000', '142808.645000', '142809.105000', '142809.565000', '142810.025000', '142810.485000', '142810.945000', '142811.405000', '142811.865000'], 'ContentTime': ['142158.398000', '142158.401000', '142158.404000', '142158.407000', '142158.410000', '142158.413000', '142158.416000', '142158.419000', '142158.421000', '142158.424000', '142158.427000', '142158.430000', '142158.433000', '142158.438000', '142158.441000', '142158.443000', '142158.446000', '142158.449000', '142158.452000', '142158.455000', '142158.458000', '142158.460000', '142158.463000', '142158.466000', '142158.469000', '142158.472000', '142158.474000', '142158.477000', '142158.480000', '142158.483000', '142158.486000', '142158.489000', '142158.492000', '142158.495000', '142158.497000', '142158.500000', '142158.503000', '142158.506000', '142158.509000', '142158.512000', '142158.515000', '142158.517000', '142158.520000', '142158.523000', '142158.526000', '142158.529000', '142158.532000', '142158.535000', '142158.537000', '142158.540000', '142158.543000', '142158.546000', '142158.549000', '142158.552000', '142158.554000', '142158.557000', '142158.560000', '142158.563000', '142218.338000', '142218.341000', '142218.344000', '142218.347000', '142218.349000', '142218.352000', '142218.355000', '142218.358000', '142218.361000', '142218.364000', '142218.367000', '142218.374000', '142218.376000', '142218.379000', '142218.382000', '142218.385000', '142218.388000', '142218.391000', '142218.393000', '142218.396000', '142218.399000', '142218.402000', '142218.405000', '142218.408000', '142218.410000', '142218.413000', '142218.416000', '142218.419000', '142218.422000', '142218.425000', '142218.428000', '142218.430000', '142218.433000', '142218.436000', '142218.439000', '142218.442000', '142218.445000', '142218.447000', '142218.450000', '142218.453000', '142218.456000', '142218.459000', '142218.462000', '142238.338000', '142238.341000', '142238.346000', '142238.350000', '142238.359000', '142238.362000', '142238.365000', '142238.368000', '142238.370000', '142238.373000', '142238.376000', '142238.379000', '142238.382000', '142238.385000', '142238.388000', '142238.391000', '142238.393000', '142238.396000', '142238.399000', '142238.402000', '142238.405000', '142238.408000', '142238.411000', '142238.413000', '142238.416000', '142238.419000', '142238.422000', '142238.425000', '142238.428000', '142238.431000', '142238.434000', '142238.436000', '142238.439000', '142238.442000', '142238.445000', '142238.448000', '142238.451000', '142238.453000', '142238.456000', '142238.459000', '142238.462000', '142238.465000', '142238.468000', '142258.338000', '142258.341000', '142258.344000', '142258.347000', '142258.349000', '142258.352000', '142258.355000', '142258.358000', '142258.361000', '142258.364000', '142258.367000', '142258.370000', '142258.373000', '142258.375000', '142258.378000', '142258.381000', '142258.384000', '142258.387000', '142258.390000', '142258.393000', '142258.396000', '142258.398000', '142258.401000', '142258.404000', '142258.407000', '142258.410000', '142258.413000', '142258.416000', '142258.418000', '142258.425000', '142258.428000', '142258.431000', '142258.434000', '142258.437000', '142258.440000', '142258.442000', '142258.445000', '142258.448000', '142258.451000', '142258.454000', '142258.457000', '142258.460000', '142258.462000', '142258.465000', '142318.338000', '142318.341000', '142318.344000', '142318.347000', '142318.350000', '142318.353000', '142318.355000', '142318.358000', '142318.361000', '142318.364000', '142318.367000', '142318.370000', '142318.373000', '142318.375000', '142318.378000', '142318.381000', '142318.384000', '142318.387000', '142318.390000', '142318.393000', '142318.396000', '142318.398000', '142318.401000', '142318.404000', '142318.407000', '142318.410000', '142318.413000', '142318.416000', '142318.418000', '142318.421000', '142318.424000', '142318.427000', '142318.430000', '142318.433000', '142318.435000', '142318.438000', '142318.441000', '142318.444000', '142318.459000', '142318.462000', '142318.465000', '142318.468000', '142318.471000', '142338.337000', '142338.340000', '142338.343000', '142338.345000', '142338.348000', '142338.351000', '142338.360000', '142338.363000', '142338.366000', '142338.369000', '142338.372000', '142338.375000', '142338.378000', '142338.381000', '142338.383000', '142338.386000', '142338.389000', '142338.392000', '142338.395000', '142338.398000', '142338.401000', '142338.404000', '142338.406000', '142338.409000', '142338.412000', '142338.415000', '142338.418000', '142338.421000', '142338.424000', '142338.427000', '142338.429000', '142338.432000', '142338.435000', '142338.438000', '142338.441000', '142338.444000', '142338.447000', '142338.450000', '142338.453000', '142338.455000', '142338.458000', '142338.461000', '142338.464000', '142338.467000', '142358.337000', '142358.341000', '142358.344000', '142358.347000', '142358.350000', '142358.353000', '142358.355000', '142358.359000', '142358.361000', '142358.364000', '142358.367000', '142358.370000', '142358.373000', '142358.376000', '142358.379000', '142358.381000', '142358.384000', '142358.387000', '142358.390000', '142358.393000', '142358.396000', '142358.399000', '142358.402000', '142358.405000', '142358.407000', '142358.410000', '142358.413000', '142358.416000', '142358.419000', '142358.422000', '142358.425000', '142358.427000', '142358.430000', '142358.433000', '142358.436000', '142358.439000', '142358.442000', '142358.445000', '142358.448000', '142358.450000', '142358.453000', '142358.456000', '142358.459000', '142418.338000', '142418.341000', '142418.344000', '142418.347000', '142418.350000', '142418.352000', '142418.355000', '142418.358000', '142418.361000', '142418.364000', '142418.367000', '142418.370000', '142418.372000', '142418.375000', '142418.378000', '142418.381000', '142418.384000', '142418.387000', '142418.390000', '142418.393000', '142418.395000', '142418.398000', '142418.401000', '142418.404000', '142418.407000', '142418.410000', '142418.413000', '142418.415000', '142418.418000', '142418.421000', '142418.424000', '142418.427000', '142418.430000', '142418.433000', '142418.436000', '142418.438000', '142418.441000', '142418.444000', '142418.447000', '142418.450000', '142418.453000', '142418.456000', '142418.459000', '142418.461000', '142438.338000', '142438.341000', '142438.344000', '142438.347000', '142438.349000', '142438.352000', '142438.355000', '142438.358000', '142438.361000', '142438.364000', '142438.367000', '142438.370000', '142438.374000', '142438.378000', '142438.381000', '142438.384000', '142438.387000', '142438.390000', '142438.393000', '142438.396000', '142438.398000', '142438.401000', '142438.404000', '142438.407000', '142438.410000', '142438.413000', '142438.416000', '142438.418000', '142438.421000', '142438.424000', '142438.427000', '142438.430000', '142438.432000', '142438.435000', '142438.438000', '142438.441000', '142438.444000', '142438.447000', '142438.450000', '142438.453000', '142438.455000', '142438.458000', '142438.461000', '142458.338000', '142458.341000', '142458.344000', '142458.347000', '142458.350000', '142458.353000', '142458.355000', '142458.358000', '142458.361000', '142458.364000', '142458.367000', '142458.370000', '142458.373000', '142458.376000', '142458.378000', '142458.381000', '142458.384000', '142458.387000', '142458.390000', '142458.393000', '142458.410000', '142458.413000', '142458.416000', '142458.419000', '142458.422000', '142458.424000', '142458.427000', '142458.430000', '142458.433000', '142458.436000', '142458.439000', '142458.442000', '142458.444000', '142458.447000', '142458.450000', '142458.453000', '142458.456000', '142458.459000', '142458.462000', '142458.465000', '142458.468000', '142458.471000', '142458.473000', '142458.476000', '142518.338000', '142518.341000', '142518.344000', '142518.347000', '142518.350000', '142518.353000', '142518.356000', '142518.358000', '142518.361000', '142518.364000', '142518.367000', '142518.370000', '142518.373000', '142518.376000', '142518.379000', '142518.382000', '142518.385000', '142518.388000', '142518.390000', '142518.393000', '142518.396000', '142518.399000', '142518.402000', '142518.405000', '142518.408000', '142518.411000', '142518.414000', '142518.417000', '142518.423000', '142518.425000', '142518.428000', '142518.431000', '142518.434000', '142518.437000', '142518.440000', '142518.443000', '142518.446000', '142518.449000', '142518.451000', '142518.454000', '142518.457000', '142518.460000', '142518.463000', '142538.338000', '142538.341000', '142538.344000', '142538.347000', '142538.350000', '142538.352000', '142538.355000', '142538.358000', '142538.361000', '142538.364000', '142538.367000', '142538.370000', '142538.372000', '142538.375000', '142538.378000', '142538.381000', '142538.384000', '142538.387000', '142538.390000', '142538.393000', '142538.395000', '142538.398000', '142538.401000', '142538.404000', '142538.407000', '142538.410000', '142538.413000', '142538.415000', '142538.418000', '142538.421000', '142538.424000', '142538.427000', '142538.430000', '142538.433000', '142538.436000', '142538.438000', '142538.441000', '142538.444000', '142538.447000', '142538.450000', '142538.453000', '142538.456000', '142538.458000', '142538.461000', '142558.337000', '142558.340000', '142558.343000', '142558.346000', '142558.349000', '142558.352000', '142558.354000', '142558.357000', '142558.360000', '142558.363000', '142558.366000', '142558.369000', '142558.372000', '142558.375000', '142558.377000', '142558.380000', '142558.383000', '142558.386000', '142558.389000', '142558.392000', '142558.395000', '142558.398000', '142558.401000', '142558.404000', '142558.407000', '142558.410000', '142558.413000', '142558.415000', '142558.418000', '142558.421000', '142558.424000', '142558.427000', '142558.430000', '142558.433000', '142558.436000', '142558.438000', '142558.441000', '142558.444000', '142558.447000', '142558.450000', '142558.453000', '142558.456000', '142558.458000', '142618.337000', '142618.340000', '142618.343000', '142618.346000', '142618.349000', '142618.352000', '142618.354000', '142618.357000', '142618.360000', '142618.363000', '142618.366000', '142618.369000', '142618.372000', '142618.375000', '142618.377000', '142618.380000', '142618.383000', '142618.386000', '142618.389000', '142618.392000', '142618.395000', '142618.398000', '142618.401000', '142618.403000', '142618.406000', '142618.409000', '142618.412000', '142618.415000', '142618.418000', '142618.421000', '142618.424000', '142618.426000', '142618.429000', '142618.432000', '142618.435000', '142618.438000', '142618.441000', '142618.444000', '142618.447000', '142618.450000', '142618.452000', '142618.455000', '142618.458000', '142618.461000', '142638.347000', '142638.350000', '142638.353000', '142638.357000', '142638.360000', '142638.363000', '142638.366000', '142638.369000', '142638.372000', '142638.374000', '142638.377000', '142638.380000', '142638.383000', '142638.386000', '142638.389000', '142638.392000', '142638.395000', '142638.398000', '142638.400000', '142638.403000', '142638.406000', '142638.409000', '142638.412000', '142638.415000', '142638.418000', '142638.421000', '142638.423000', '142638.428000', '142638.433000', '142638.436000', '142638.439000', '142638.442000', '142638.444000', '142638.447000', '142638.450000', '142638.453000', '142638.456000', '142638.459000', '142638.462000', '142638.464000', '142638.467000', '142638.470000', '142638.473000', '142658.338000', '142658.341000', '142658.344000', '142658.347000', '142658.350000', '142658.353000', '142658.355000', '142658.358000', '142658.361000', '142658.364000', '142658.367000', '142658.370000', '142658.373000', '142658.375000', '142658.378000', '142658.381000', '142658.384000', '142658.387000', '142658.390000', '142658.393000', '142658.396000', '142658.398000', '142658.401000', '142658.404000', '142658.407000', '142658.410000', '142658.413000', '142658.416000', '142658.419000', '142658.422000', '142658.424000', '142658.427000', '142658.430000', '142658.433000', '142658.436000', '142658.439000', '142658.442000', '142658.445000', '142658.447000', '142658.450000', '142658.453000', '142658.456000', '142658.459000', '142658.462000', '142718.338000', '142718.341000', '142718.344000', '142718.347000', '142718.350000', '142718.353000', '142718.355000', '142718.358000', '142718.361000', '142718.364000', '142718.367000', '142718.370000', '142718.373000', '142718.376000', '142718.379000', '142718.381000', '142718.384000', '142718.387000', '142718.390000', '142718.393000', '142718.396000', '142718.399000', '142718.402000', '142718.404000', '142718.407000', '142718.410000', '142718.413000', '142718.416000', '142718.419000', '142718.422000', '142718.425000', '142718.428000', '142718.431000', '142718.433000', '142718.436000', '142718.440000', '142718.445000', '142718.448000', '142718.451000', '142718.456000', '142718.459000', '142718.462000', '142718.464000', '142738.338000', '142738.341000', '142738.344000', '142738.346000', '142738.349000', '142738.352000', '142738.355000', '142738.358000', '142738.361000', '142738.364000', '142738.367000', '142738.369000', '142738.372000', '142738.375000', '142738.378000', '142738.381000', '142738.384000', '142738.387000', '142738.390000', '142738.392000', '142738.395000', '142738.398000', '142738.401000', '142738.404000', '142738.406000', '142738.409000', '142738.412000', '142738.415000', '142738.418000', '142738.421000', '142738.424000', '142738.427000', '142738.430000', '142738.432000', '142738.435000', '142738.438000', '142738.441000', '142738.444000', '142738.447000', '142738.450000', '142738.452000', '142738.455000', '142738.458000', '142738.461000', '142758.338000', '142758.341000', '142758.344000', '142758.347000', '142758.350000', '142758.353000', '142758.355000', '142758.358000', '142758.361000', '142758.364000', '142758.367000', '142758.383000', '142758.386000', '142758.389000', '142758.392000', '142758.396000', '142758.399000', '142758.402000', '142758.405000', '142758.407000', '142758.410000', '142758.413000', '142758.416000', '142758.419000', '142758.422000', '142758.425000', '142758.428000', '142758.430000', '142758.433000', '142758.436000', '142758.439000', '142758.442000', '142758.445000', '142758.448000', '142758.451000', '142758.454000', '142758.457000', '142758.462000', '142758.466000', '142758.468000', '142758.471000', '142758.474000', '142758.477000', '142812.764000', '142812.768000', '142812.771000', '142812.774000', '142812.777000', '142812.780000', '142812.783000', '142812.786000', '142812.789000', '142812.792000', '142812.795000', '142812.798000', '142812.801000', '142812.805000', '142812.808000', '142812.811000', '142812.814000', '142812.817000', '142812.820000', '142812.823000', '142812.826000', '142812.829000', '142812.831000', '142812.834000', '142812.837000', '142812.840000', '142812.844000', '142812.847000', '142812.850000', '142812.853000', '142812.855000', '142812.858000'], 'InstanceCreationTime': ['142158.398000', '142158.401000', '142158.404000', '142158.407000', '142158.410000', '142158.413000', '142158.416000', '142158.419000', '142158.421000', '142158.424000', '142158.427000', '142158.430000', '142158.433000', '142158.438000', '142158.441000', '142158.443000', '142158.446000', '142158.449000', '142158.452000', '142158.455000', '142158.458000', '142158.460000', '142158.463000', '142158.466000', '142158.469000', '142158.472000', '142158.474000', '142158.477000', '142158.480000', '142158.483000', '142158.486000', '142158.489000', '142158.492000', '142158.495000', '142158.497000', '142158.500000', '142158.503000', '142158.506000', '142158.509000', '142158.512000', '142158.515000', '142158.517000', '142158.520000', '142158.523000', '142158.526000', '142158.529000', '142158.532000', '142158.535000', '142158.537000', '142158.540000', '142158.543000', '142158.546000', '142158.549000', '142158.552000', '142158.554000', '142158.557000', '142158.560000', '142158.563000', '142218.338000', '142218.341000', '142218.344000', '142218.347000', '142218.349000', '142218.352000', '142218.355000', '142218.358000', '142218.361000', '142218.364000', '142218.367000', '142218.374000', '142218.376000', '142218.379000', '142218.382000', '142218.385000', '142218.388000', '142218.391000', '142218.393000', '142218.396000', '142218.399000', '142218.402000', '142218.405000', '142218.408000', '142218.410000', '142218.413000', '142218.416000', '142218.419000', '142218.422000', '142218.425000', '142218.428000', '142218.430000', '142218.433000', '142218.436000', '142218.439000', '142218.442000', '142218.445000', '142218.447000', '142218.450000', '142218.453000', '142218.456000', '142218.459000', '142218.462000', '142238.338000', '142238.341000', '142238.346000', '142238.350000', '142238.359000', '142238.362000', '142238.365000', '142238.368000', '142238.370000', '142238.373000', '142238.376000', '142238.379000', '142238.382000', '142238.385000', '142238.388000', '142238.391000', '142238.393000', '142238.396000', '142238.399000', '142238.402000', '142238.405000', '142238.408000', '142238.411000', '142238.413000', '142238.416000', '142238.419000', '142238.422000', '142238.425000', '142238.428000', '142238.431000', '142238.434000', '142238.436000', '142238.439000', '142238.442000', '142238.445000', '142238.448000', '142238.451000', '142238.453000', '142238.456000', '142238.459000', '142238.462000', '142238.465000', '142238.468000', '142258.338000', '142258.341000', '142258.344000', '142258.347000', '142258.349000', '142258.352000', '142258.355000', '142258.358000', '142258.361000', '142258.364000', '142258.367000', '142258.370000', '142258.373000', '142258.375000', '142258.378000', '142258.381000', '142258.384000', '142258.387000', '142258.390000', '142258.393000', '142258.396000', '142258.398000', '142258.401000', '142258.404000', '142258.407000', '142258.410000', '142258.413000', '142258.416000', '142258.418000', '142258.425000', '142258.428000', '142258.431000', '142258.434000', '142258.437000', '142258.440000', '142258.442000', '142258.445000', '142258.448000', '142258.451000', '142258.454000', '142258.457000', '142258.460000', '142258.462000', '142258.465000', '142318.338000', '142318.341000', '142318.344000', '142318.347000', '142318.350000', '142318.353000', '142318.355000', '142318.358000', '142318.361000', '142318.364000', '142318.367000', '142318.370000', '142318.373000', '142318.375000', '142318.378000', '142318.381000', '142318.384000', '142318.387000', '142318.390000', '142318.393000', '142318.396000', '142318.398000', '142318.401000', '142318.404000', '142318.407000', '142318.410000', '142318.413000', '142318.416000', '142318.418000', '142318.421000', '142318.424000', '142318.427000', '142318.430000', '142318.433000', '142318.435000', '142318.438000', '142318.441000', '142318.444000', '142318.459000', '142318.462000', '142318.465000', '142318.468000', '142318.471000', '142338.337000', '142338.340000', '142338.343000', '142338.345000', '142338.348000', '142338.351000', '142338.360000', '142338.363000', '142338.366000', '142338.369000', '142338.372000', '142338.375000', '142338.378000', '142338.381000', '142338.383000', '142338.386000', '142338.389000', '142338.392000', '142338.395000', '142338.398000', '142338.401000', '142338.404000', '142338.406000', '142338.409000', '142338.412000', '142338.415000', '142338.418000', '142338.421000', '142338.424000', '142338.427000', '142338.429000', '142338.432000', '142338.435000', '142338.438000', '142338.441000', '142338.444000', '142338.447000', '142338.450000', '142338.453000', '142338.455000', '142338.458000', '142338.461000', '142338.464000', '142338.467000', '142358.337000', '142358.341000', '142358.344000', '142358.347000', '142358.350000', '142358.353000', '142358.355000', '142358.359000', '142358.361000', '142358.364000', '142358.367000', '142358.370000', '142358.373000', '142358.376000', '142358.379000', '142358.381000', '142358.384000', '142358.387000', '142358.390000', '142358.393000', '142358.396000', '142358.399000', '142358.402000', '142358.405000', '142358.407000', '142358.410000', '142358.413000', '142358.416000', '142358.419000', '142358.422000', '142358.425000', '142358.427000', '142358.430000', '142358.433000', '142358.436000', '142358.439000', '142358.442000', '142358.445000', '142358.448000', '142358.450000', '142358.453000', '142358.456000', '142358.459000', '142418.338000', '142418.341000', '142418.344000', '142418.347000', '142418.350000', '142418.352000', '142418.355000', '142418.358000', '142418.361000', '142418.364000', '142418.367000', '142418.370000', '142418.372000', '142418.375000', '142418.378000', '142418.381000', '142418.384000', '142418.387000', '142418.390000', '142418.393000', '142418.395000', '142418.398000', '142418.401000', '142418.404000', '142418.407000', '142418.410000', '142418.413000', '142418.415000', '142418.418000', '142418.421000', '142418.424000', '142418.427000', '142418.430000', '142418.433000', '142418.436000', '142418.438000', '142418.441000', '142418.444000', '142418.447000', '142418.450000', '142418.453000', '142418.456000', '142418.459000', '142418.461000', '142438.338000', '142438.341000', '142438.344000', '142438.347000', '142438.349000', '142438.352000', '142438.355000', '142438.358000', '142438.361000', '142438.364000', '142438.367000', '142438.370000', '142438.374000', '142438.378000', '142438.381000', '142438.384000', '142438.387000', '142438.390000', '142438.393000', '142438.396000', '142438.398000', '142438.401000', '142438.404000', '142438.407000', '142438.410000', '142438.413000', '142438.416000', '142438.418000', '142438.421000', '142438.424000', '142438.427000', '142438.430000', '142438.432000', '142438.435000', '142438.438000', '142438.441000', '142438.444000', '142438.447000', '142438.450000', '142438.453000', '142438.455000', '142438.458000', '142438.461000', '142458.338000', '142458.341000', '142458.344000', '142458.347000', '142458.350000', '142458.353000', '142458.355000', '142458.358000', '142458.361000', '142458.364000', '142458.367000', '142458.370000', '142458.373000', '142458.376000', '142458.378000', '142458.381000', '142458.384000', '142458.387000', '142458.390000', '142458.393000', '142458.410000', '142458.413000', '142458.416000', '142458.419000', '142458.422000', '142458.424000', '142458.427000', '142458.430000', '142458.433000', '142458.436000', '142458.439000', '142458.442000', '142458.444000', '142458.447000', '142458.450000', '142458.453000', '142458.456000', '142458.459000', '142458.462000', '142458.465000', '142458.468000', '142458.471000', '142458.473000', '142458.476000', '142518.338000', '142518.341000', '142518.344000', '142518.347000', '142518.350000', '142518.353000', '142518.356000', '142518.358000', '142518.361000', '142518.364000', '142518.367000', '142518.370000', '142518.373000', '142518.376000', '142518.379000', '142518.382000', '142518.385000', '142518.388000', '142518.390000', '142518.393000', '142518.396000', '142518.399000', '142518.402000', '142518.405000', '142518.408000', '142518.411000', '142518.414000', '142518.417000', '142518.423000', '142518.425000', '142518.428000', '142518.431000', '142518.434000', '142518.437000', '142518.440000', '142518.443000', '142518.446000', '142518.449000', '142518.451000', '142518.454000', '142518.457000', '142518.460000', '142518.463000', '142538.338000', '142538.341000', '142538.344000', '142538.347000', '142538.350000', '142538.352000', '142538.355000', '142538.358000', '142538.361000', '142538.364000', '142538.367000', '142538.370000', '142538.372000', '142538.375000', '142538.378000', '142538.381000', '142538.384000', '142538.387000', '142538.390000', '142538.393000', '142538.395000', '142538.398000', '142538.401000', '142538.404000', '142538.407000', '142538.410000', '142538.413000', '142538.415000', '142538.418000', '142538.421000', '142538.424000', '142538.427000', '142538.430000', '142538.433000', '142538.436000', '142538.438000', '142538.441000', '142538.444000', '142538.447000', '142538.450000', '142538.453000', '142538.456000', '142538.458000', '142538.461000', '142558.337000', '142558.340000', '142558.343000', '142558.346000', '142558.349000', '142558.352000', '142558.354000', '142558.357000', '142558.360000', '142558.363000', '142558.366000', '142558.369000', '142558.372000', '142558.375000', '142558.377000', '142558.380000', '142558.383000', '142558.386000', '142558.389000', '142558.392000', '142558.395000', '142558.398000', '142558.401000', '142558.404000', '142558.407000', '142558.410000', '142558.413000', '142558.415000', '142558.418000', '142558.421000', '142558.424000', '142558.427000', '142558.430000', '142558.433000', '142558.436000', '142558.438000', '142558.441000', '142558.444000', '142558.447000', '142558.450000', '142558.453000', '142558.456000', '142558.458000', '142618.337000', '142618.340000', '142618.343000', '142618.346000', '142618.349000', '142618.352000', '142618.354000', '142618.357000', '142618.360000', '142618.363000', '142618.366000', '142618.369000', '142618.372000', '142618.375000', '142618.377000', '142618.380000', '142618.383000', '142618.386000', '142618.389000', '142618.392000', '142618.395000', '142618.398000', '142618.401000', '142618.403000', '142618.406000', '142618.409000', '142618.412000', '142618.415000', '142618.418000', '142618.421000', '142618.424000', '142618.426000', '142618.429000', '142618.432000', '142618.435000', '142618.438000', '142618.441000', '142618.444000', '142618.447000', '142618.450000', '142618.452000', '142618.455000', '142618.458000', '142618.461000', '142638.347000', '142638.350000', '142638.353000', '142638.357000', '142638.360000', '142638.363000', '142638.366000', '142638.369000', '142638.372000', '142638.374000', '142638.377000', '142638.380000', '142638.383000', '142638.386000', '142638.389000', '142638.392000', '142638.395000', '142638.398000', '142638.400000', '142638.403000', '142638.406000', '142638.409000', '142638.412000', '142638.415000', '142638.418000', '142638.421000', '142638.423000', '142638.428000', '142638.433000', '142638.436000', '142638.439000', '142638.442000', '142638.444000', '142638.447000', '142638.450000', '142638.453000', '142638.456000', '142638.459000', '142638.462000', '142638.464000', '142638.467000', '142638.470000', '142638.473000', '142658.338000', '142658.341000', '142658.344000', '142658.347000', '142658.350000', '142658.353000', '142658.355000', '142658.358000', '142658.361000', '142658.364000', '142658.367000', '142658.370000', '142658.373000', '142658.375000', '142658.378000', '142658.381000', '142658.384000', '142658.387000', '142658.390000', '142658.393000', '142658.396000', '142658.398000', '142658.401000', '142658.404000', '142658.407000', '142658.410000', '142658.413000', '142658.416000', '142658.419000', '142658.422000', '142658.424000', '142658.427000', '142658.430000', '142658.433000', '142658.436000', '142658.439000', '142658.442000', '142658.445000', '142658.447000', '142658.450000', '142658.453000', '142658.456000', '142658.459000', '142658.462000', '142718.338000', '142718.341000', '142718.344000', '142718.347000', '142718.350000', '142718.353000', '142718.355000', '142718.358000', '142718.361000', '142718.364000', '142718.367000', '142718.370000', '142718.373000', '142718.376000', '142718.379000', '142718.381000', '142718.384000', '142718.387000', '142718.390000', '142718.393000', '142718.396000', '142718.399000', '142718.402000', '142718.404000', '142718.407000', '142718.410000', '142718.413000', '142718.416000', '142718.419000', '142718.422000', '142718.425000', '142718.428000', '142718.431000', '142718.433000', '142718.436000', '142718.440000', '142718.445000', '142718.448000', '142718.451000', '142718.456000', '142718.459000', '142718.462000', '142718.464000', '142738.338000', '142738.341000', '142738.344000', '142738.346000', '142738.349000', '142738.352000', '142738.355000', '142738.358000', '142738.361000', '142738.364000', '142738.367000', '142738.369000', '142738.372000', '142738.375000', '142738.378000', '142738.381000', '142738.384000', '142738.387000', '142738.390000', '142738.392000', '142738.395000', '142738.398000', '142738.401000', '142738.404000', '142738.406000', '142738.409000', '142738.412000', '142738.415000', '142738.418000', '142738.421000', '142738.424000', '142738.427000', '142738.430000', '142738.432000', '142738.435000', '142738.438000', '142738.441000', '142738.444000', '142738.447000', '142738.450000', '142738.452000', '142738.455000', '142738.458000', '142738.461000', '142758.338000', '142758.341000', '142758.344000', '142758.347000', '142758.350000', '142758.353000', '142758.355000', '142758.358000', '142758.361000', '142758.364000', '142758.367000', '142758.383000', '142758.386000', '142758.389000', '142758.392000', '142758.396000', '142758.399000', '142758.402000', '142758.405000', '142758.407000', '142758.410000', '142758.413000', '142758.416000', '142758.419000', '142758.422000', '142758.425000', '142758.428000', '142758.430000', '142758.433000', '142758.436000', '142758.439000', '142758.442000', '142758.445000', '142758.448000', '142758.451000', '142758.454000', '142758.457000', '142758.462000', '142758.466000', '142758.468000', '142758.471000', '142758.474000', '142758.477000', '142812.764000', '142812.768000', '142812.771000', '142812.774000', '142812.777000', '142812.780000', '142812.783000', '142812.786000', '142812.789000', '142812.792000', '142812.795000', '142812.798000', '142812.801000', '142812.805000', '142812.808000', '142812.811000', '142812.814000', '142812.817000', '142812.820000', '142812.823000', '142812.826000', '142812.829000', '142812.831000', '142812.834000', '142812.837000', '142812.840000', '142812.844000', '142812.847000', '142812.850000', '142812.853000', '142812.855000', '142812.858000'], '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': [16650, 16776, 16663, 16011, 15330, 14930, 14186, 15666, 10636, 11646, 9439, 8535, 16635, 9140, 8688, 9534, 9315, 9445, 9745, 10646, 8908, 11744, 9097, 13130, 8996, 13007, 11732, 10676, 15692, 9776, 14566, 11363, 11694, 11039, 9178, 9469, 8728, 11278, 8853, 13951, 9315, 11339, 9264, 10919, 8810, 9426, 9237, 11131, 9292, 15726, 10875, 14968, 13276, 10588, 14934, 9556, 14248, 9151, 15411, 8640, 15128, 9356, 13405, 9034, 13519, 14497, 9660, 10277, 8392, 13705, 9938, 17679, 8546, 15528, 8782, 14814, 8562, 14742, 10559, 10509, 14760, 8645, 15701, 9540, 13239, 12819, 9027, 8771, 8762, 9413, 9452, 15919, 8695, 15656, 9044, 17163, 10531, 16286, 14693, 12393, 18023, 9163, 15565, 12484, 17141, 8917, 9759, 9216, 12995, 9107, 15006, 9570, 14438, 11721, 14737, 9125, 12657, 8816, 14555, 9952, 10545, 13585, 8830, 16991, 8695, 14252, 9108, 12610, 9491, 12717, 8827, 15092, 8859, 11341, 11177, 13274, 13891, 8421, 10702, 8932, 12571, 16236, 9088, 17494, 8600, 14375, 8931, 10288, 8591, 9563, 8767, 9574, 9131, 9465, 9200, 9628, 10828, 9807, 11594, 11320, 8685, 9516, 9066, 11110, 8725, 13138, 8948, 14363, 10221, 10651, 12587, 9302, 14616, 8989, 14298, 8708, 14380, 8848, 14765, 13215, 12379, 8976, 13601, 9076, 15129, 10159, 13208, 9048, 14932, 8983, 14121, 10301, 15047, 8944, 12960, 8818, 12741, 8955, 13043, 9687, 12894, 14549, 13121, 8854, 9831, 9048, 14218, 10328, 11981, 18661, 10615, 17049, 11622, 11272, 14577, 9479, 16383, 8993, 14648, 8860, 10858, 8684, 9956, 8612, 10108, 9699, 9690, 15706, 9410, 14567, 9250, 13034, 9485, 14143, 8648, 9968, 8937, 11084, 9122, 10276, 13105, 11271, 8329, 9708, 8651, 9696, 15445, 9151, 14075, 9028, 12235, 9756, 14972, 8731, 9717, 8768, 11509, 9205, 13236, 12176, 9784, 16376, 9348, 15689, 9194, 14425, 8791, 11225, 8814, 11324, 9034, 15667, 8712, 11707, 8865, 11554, 9344, 11021, 12817, 10761, 15486, 12201, 8486, 9603, 8898, 9849, 14766, 9463, 16079, 11449, 15807, 9108, 10564, 9262, 11541, 11207, 9847, 15734, 9154, 14819, 9458, 13816, 9482, 10526, 12240, 10442, 14654, 11196, 8767, 9806, 10803, 9769, 16065, 9446, 15281, 9481, 12379, 11412, 9835, 16103, 12360, 13909, 9401, 13855, 9324, 12416, 9650, 9964, 13470, 9221, 15523, 12149, 14809, 9100, 13513, 8929, 13571, 9442, 14335, 8884, 11921, 9549, 9793, 16887, 9416, 14828, 9015, 12134, 9239, 10030, 14182, 9520, 14887, 9248, 15247, 9016, 13721, 9543, 10114, 11505, 9946, 13987, 9638, 13093, 9549, 15678, 9294, 13983, 9349, 14095, 9352, 12405, 9648, 10216, 10400, 9390, 15023, 9328, 15163, 9282, 11954, 10988, 10722, 13974, 9276, 15651, 8993, 13081, 9721, 11248, 13871, 9318, 16148, 9306, 13692, 9862, 15137, 9554, 11970, 9688, 12060, 9154, 12477, 9518, 10093, 14900, 12534, 15028, 9501, 12630, 9224, 13884, 10999, 16113, 9238, 14782, 9269, 13828, 9855, 12046, 14521, 9842, 17420, 12714, 16702, 9254, 13114, 9231, 11704, 12476, 9760, 16402, 9507, 14890, 9839, 10624, 15225, 9629, 15518, 9208, 14309, 9412, 11672, 9431, 11179, 8787, 12062, 13760, 11734, 10766, 9539, 14393, 9470, 14721, 9161, 13613, 9511, 15215, 9137, 12623, 9307, 11322, 9265, 13915, 10783, 11624, 9937, 9881, 15736, 9533, 14464, 10107, 15907, 9231, 9730, 9893, 10162, 13006, 9833, 16026, 9477, 14944, 9310, 13758, 10603, 10024, 16637, 9675, 15625, 9466, 12457, 9935, 11726, 12915, 10012, 9824, 9593, 14729, 9435, 13689, 10309, 10166, 9137, 9683, 14702, 9535, 14282, 9345, 14391, 9710, 11734, 9799, 10207, 13798, 9455, 16573, 9501, 14941, 9418, 11494, 12132, 9555, 16266, 11347, 16121, 9870, 11291, 9398, 10951, 11670, 9616, 16278, 9572, 14491, 10121, 10433, 14429, 9486, 15058, 9705, 14583, 9265, 10762, 9485, 9818, 13882, 9560, 14943, 9943, 15282, 9515, 13246, 9412, 12134, 10885, 9709, 16089, 9476, 12618, 13439, 9702, 16408, 9596, 12988, 12871, 9552, 16655, 9651, 14374, 10150, 12058, 12040, 9924, 16007, 9765, 13892, 9620, 11237, 12529, 9388, 14934, 9604, 12458, 9683, 12526, 9463, 9483, 9732, 9183, 14473, 9524, 14290, 9932, 11766, 8955, 9324, 12691, 9894, 14711, 9701, 13986, 9605, 11684, 13518, 9718, 15391, 9896, 13157, 10181, 12457, 9149, 9582, 9334, 9536, 13540, 9658, 14654, 9843, 16458, 9051, 12341, 8979, 9465, 16732, 9904, 13866, 10659, 12329, 8880, 9047, 11582, 9453, 15970, 9542, 13442, 9584, 9639, 15516, 9620, 15417, 9678, 13439, 9342, 14331, 9364, 9513, 9433, 11690, 9387, 13374, 15687, 13106, 15680, 9611, 15099, 9619, 11764, 15193, 9636, 15988, 9612, 11863, 9921, 9477, 14651, 9536, 14878, 9331, 15035, 9635, 13688, 9857, 13615, 9740, 12723, 13973, 9828, 16097, 9858, 15193, 9883, 13145, 9625, 12170, 9329, 9795, 14094, 9498, 15479, 10077, 13360, 10380, 12202, 10320, 9733, 15155, 9537, 15399, 9565, 13473, 10630, 10229, 15317, 10607, 12996, 9306, 14924, 9732, 13478, 10251, 12246, 12969, 9868, 15929, 9675, 14226, 10488, 12427, 11769, 9692, 15969, 10005, 13001, 10381, 11199, 13213, 9855, 16045, 9965, 13737, 10171, 12077, 14634, 10937, 16798, 9829, 15197, 10105, 13040, 14367, 9655, 14956, 9772, 14515, 10045, 14683, 9710, 11906, 9505, 9550, 15604, 9855, 15055, 9905, 11391, 14211, 9557, 15934, 10064, 13620, 9604, 9538, 14022, 9614, 16168, 9627, 14976, 9623, 14354, 10234, 14750, 9792, 12809, 12904, 9932, 16233, 10092, 12974, 11220, 9685, 16070, 10095, 14679, 10069, 10256, 10312, 9546, 12425, 9768, 14707, 9685, 12681, 9731, 9247, 12898, 9844, 15379, 10244, 12033, 10241, 10286, 13254, 9772, 15104, 10079, 14361, 9601, 14524, 9897, 14020, 9978, 13352, 15949, 9621, 17055, 9994, 13855, 10358, 10434, 12327, 9898, 15625, 9952, 12938, 10033, 11340, 9757, 9140, 13131, 10065, 14612, 9841, 12739, 10594, 9690, 17158, 10023, 15512, 10738, 14583, 9671, 12992, 9395, 9334, 13298, 10360, 14659, 9552, 12841, 9633, 10480, 19020, 9802, 15850, 11329, 9425, 17145, 9826, 15532, 9924, 11310, 10727, 9689, 15090, 9744, 15395, 10278, 10160, 10248, 10808, 12810, 9649], 'WindowCenter': [4872.0, 4845.0, 4832.0, 4817.0, 4805.0, 4793.0, 4792.0, 4790.0, 4752.0, 4763.0, 4744.0, 4725.0, 4799.0, 4743.0, 4731.0, 4743.0, 4744.0, 4742.0, 4742.0, 4751.0, 4732.0, 4762.0, 4733.0, 4781.0, 4731.0, 4780.0, 4759.0, 4751.0, 4788.0, 4738.0, 4802.0, 4774.0, 4772.0, 4762.0, 4743.0, 4742.0, 4734.0, 4773.0, 4733.0, 4791.0, 4731.0, 4761.0, 4732.0, 4763.0, 4733.0, 4743.0, 4744.0, 4772.0, 4743.0, 4798.0, 4760.0, 4801.0, 4779.0, 4752.0, 4790.0, 4742.0, 4789.0, 4742.0, 4789.0, 4722.0, 4787.0, 4742.0, 4779.0, 4744.0, 4793.0, 4804.0, 4756.0, 4776.0, 4736.0, 4804.0, 4766.0, 4835.0, 4748.0, 4814.0, 4748.0, 4815.0, 4746.0, 4815.0, 4764.0, 4766.0, 4814.0, 4748.0, 4814.0, 4781.0, 4807.0, 4808.0, 4759.0, 4760.0, 4760.0, 4771.0, 4782.0, 4840.0, 4762.0, 4829.0, 4762.0, 4837.0, 4777.0, 4826.0, 4803.0, 4784.0, 4812.0, 4755.0, 4826.0, 4798.0, 4821.0, 4745.0, 4753.0, 4755.0, 4792.0, 4744.0, 4802.0, 4755.0, 4803.0, 4798.0, 4813.0, 4755.0, 4793.0, 4745.0, 4802.0, 4752.0, 4750.0, 4780.0, 4744.0, 4809.0, 4721.0, 4788.0, 4731.0, 4769.0, 4741.0, 4778.0, 4744.0, 4813.0, 4756.0, 4774.0, 4774.0, 4793.0, 4792.0, 4731.0, 4760.0, 4732.0, 4781.0, 4797.0, 4730.0, 4808.0, 4721.0, 4788.0, 4729.0, 4748.0, 4718.0, 4741.0, 4730.0, 4752.0, 4741.0, 4753.0, 4743.0, 4754.0, 4773.0, 4766.0, 4774.0, 4786.0, 4745.0, 4755.0, 4757.0, 4784.0, 4747.0, 4795.0, 4746.0, 4814.0, 4763.0, 4775.0, 4782.0, 4756.0, 4802.0, 4744.0, 4802.0, 4746.0, 4804.0, 4759.0, 4816.0, 4808.0, 4796.0, 4769.0, 4802.0, 4758.0, 4815.0, 4778.0, 4806.0, 4770.0, 4828.0, 4770.0, 4817.0, 4779.0, 4826.0, 4757.0, 4805.0, 4756.0, 4807.0, 4758.0, 4807.0, 4768.0, 4807.0, 4816.0, 4806.0, 4758.0, 4766.0, 4758.0, 4815.0, 4763.0, 4785.0, 4821.0, 4762.0, 4810.0, 4762.0, 4761.0, 4787.0, 4741.0, 4796.0, 4730.0, 4788.0, 4730.0, 4749.0, 4720.0, 4740.0, 4729.0, 4751.0, 4740.0, 4752.0, 4799.0, 4742.0, 4799.0, 4742.0, 4793.0, 4753.0, 4803.0, 4744.0, 4763.0, 4745.0, 4784.0, 4744.0, 4765.0, 4795.0, 4786.0, 4746.0, 4768.0, 4746.0, 4768.0, 4814.0, 4758.0, 4805.0, 4757.0, 4797.0, 4768.0, 4826.0, 4759.0, 4767.0, 4759.0, 4797.0, 4756.0, 4806.0, 4795.0, 4767.0, 4813.0, 4756.0, 4812.0, 4755.0, 4802.0, 4746.0, 4770.0, 4744.0, 4784.0, 4757.0, 4825.0, 4759.0, 4795.0, 4758.0, 4786.0, 4756.0, 4777.0, 4794.0, 4777.0, 4815.0, 4796.0, 4747.0, 4767.0, 4756.0, 4775.0, 4814.0, 4767.0, 4815.0, 4787.0, 4824.0, 4757.0, 4775.0, 4754.0, 4784.0, 4773.0, 4765.0, 4811.0, 4755.0, 4803.0, 4755.0, 4803.0, 4753.0, 4763.0, 4782.0, 4775.0, 4802.0, 4774.0, 4735.0, 4765.0, 4774.0, 4767.0, 4812.0, 4755.0, 4812.0, 4754.0, 4793.0, 4772.0, 4765.0, 4811.0, 4794.0, 4803.0, 4757.0, 4804.0, 4757.0, 4796.0, 4755.0, 4766.0, 4803.0, 4766.0, 4824.0, 4797.0, 4814.0, 4757.0, 4805.0, 4758.0, 4803.0, 4768.0, 4815.0, 4759.0, 4797.0, 4756.0, 4767.0, 4823.0, 4757.0, 4813.0, 4746.0, 4784.0, 4755.0, 4766.0, 4803.0, 4765.0, 4812.0, 4755.0, 4813.0, 4746.0, 4801.0, 4754.0, 4766.0, 4774.0, 4767.0, 4804.0, 4767.0, 4794.0, 4767.0, 4824.0, 4758.0, 4816.0, 4766.0, 4816.0, 4768.0, 4806.0, 4766.0, 4777.0, 4777.0, 4769.0, 4825.0, 4768.0, 4823.0, 4769.0, 4797.0, 4787.0, 4790.0, 4818.0, 4771.0, 4827.0, 4758.0, 4808.0, 4769.0, 4799.0, 4805.0, 4766.0, 4826.0, 4769.0, 4816.0, 4779.0, 4826.0, 4780.0, 4809.0, 4778.0, 4809.0, 4771.0, 4810.0, 4768.0, 4789.0, 4827.0, 4811.0, 4829.0, 4781.0, 4818.0, 4780.0, 4819.0, 4801.0, 4839.0, 4771.0, 4828.0, 4772.0, 4817.0, 4769.0, 4807.0, 4817.0, 4779.0, 4836.0, 4807.0, 4825.0, 4768.0, 4804.0, 4757.0, 4786.0, 4784.0, 4766.0, 4811.0, 4754.0, 4813.0, 4753.0, 4764.0, 4800.0, 4752.0, 4801.0, 4743.0, 4802.0, 4744.0, 4772.0, 4754.0, 4771.0, 4745.0, 4794.0, 4793.0, 4784.0, 4774.0, 4766.0, 4802.0, 4766.0, 4811.0, 4756.0, 4804.0, 4767.0, 4826.0, 4768.0, 4793.0, 4768.0, 4787.0, 4768.0, 4806.0, 4776.0, 4786.0, 4765.0, 4766.0, 4813.0, 4766.0, 4813.0, 4766.0, 4823.0, 4757.0, 4755.0, 4765.0, 4776.0, 4793.0, 4766.0, 4812.0, 4755.0, 4812.0, 4744.0, 4803.0, 4762.0, 4754.0, 4809.0, 4753.0, 4800.0, 4751.0, 4782.0, 4754.0, 4784.0, 4793.0, 4764.0, 4764.0, 4766.0, 4812.0, 4754.0, 4804.0, 4764.0, 4765.0, 4755.0, 4766.0, 4813.0, 4765.0, 4815.0, 4766.0, 4814.0, 4767.0, 4797.0, 4768.0, 4789.0, 4805.0, 4769.0, 4836.0, 4768.0, 4824.0, 4757.0, 4786.0, 4795.0, 4767.0, 4823.0, 4784.0, 4824.0, 4767.0, 4786.0, 4757.0, 4786.0, 4785.0, 4767.0, 4823.0, 4766.0, 4814.0, 4765.0, 4776.0, 4802.0, 4766.0, 4811.0, 4766.0, 4811.0, 4757.0, 4786.0, 4768.0, 4791.0, 4805.0, 4768.0, 4827.0, 4780.0, 4827.0, 4779.0, 4807.0, 4770.0, 4809.0, 4776.0, 4769.0, 4824.0, 4767.0, 4797.0, 4804.0, 4766.0, 4823.0, 4765.0, 4804.0, 4783.0, 4756.0, 4812.0, 4755.0, 4804.0, 4765.0, 4796.0, 4795.0, 4764.0, 4823.0, 4767.0, 4804.0, 4766.0, 4786.0, 4794.0, 4768.0, 4813.0, 4767.0, 4796.0, 4767.0, 4808.0, 4768.0, 4779.0, 4769.0, 4770.0, 4817.0, 4780.0, 4828.0, 4779.0, 4799.0, 4760.0, 4779.0, 4822.0, 4792.0, 4828.0, 4778.0, 4819.0, 4770.0, 4808.0, 4818.0, 4781.0, 4828.0, 4778.0, 4818.0, 4780.0, 4821.0, 4771.0, 4781.0, 4771.0, 4781.0, 4817.0, 4792.0, 4830.0, 4793.0, 4851.0, 4773.0, 4820.0, 4770.0, 4781.0, 4837.0, 4778.0, 4819.0, 4779.0, 4811.0, 4771.0, 4772.0, 4800.0, 4781.0, 4826.0, 4769.0, 4818.0, 4768.0, 4769.0, 4816.0, 4769.0, 4826.0, 4770.0, 4818.0, 4770.0, 4827.0, 4771.0, 4770.0, 4770.0, 4811.0, 4781.0, 4832.0, 4840.0, 4820.0, 4838.0, 4782.0, 4827.0, 4768.0, 4797.0, 4814.0, 4766.0, 4825.0, 4767.0, 4797.0, 4766.0, 4767.0, 4815.0, 4780.0, 4828.0, 4770.0, 4827.0, 4780.0, 4818.0, 4777.0, 4818.0, 4769.0, 4809.0, 4806.0, 4779.0, 4826.0, 4779.0, 4816.0, 4779.0, 4806.0, 4770.0, 4808.0, 4757.0, 4780.0, 4816.0, 4779.0, 4826.0, 4777.0, 4818.0, 4779.0, 4809.0, 4778.0, 4770.0, 4814.0, 4769.0, 4826.0, 4768.0, 4818.0, 4778.0, 4780.0, 4826.0, 4788.0, 4804.0, 4767.0, 4828.0, 4780.0, 4819.0, 4779.0, 4811.0, 4809.0, 4781.0, 4837.0, 4781.0, 4818.0, 4776.0, 4809.0, 4798.0, 4781.0, 4827.0, 4777.0, 4821.0, 4778.0, 4789.0, 4808.0, 4781.0, 4837.0, 4780.0, 4816.0, 4779.0, 4811.0, 4828.0, 4791.0, 4838.0, 4781.0, 4829.0, 4779.0, 4819.0, 4818.0, 4770.0, 4815.0, 4780.0, 4817.0, 4780.0, 4828.0, 4782.0, 4823.0, 4780.0, 4782.0, 4827.0, 4780.0, 4828.0, 4780.0, 4800.0, 4817.0, 4770.0, 4827.0, 4769.0, 4816.0, 4765.0, 4768.0, 4816.0, 4780.0, 4838.0, 4781.0, 4829.0, 4782.0, 4829.0, 4791.0, 4829.0, 4781.0, 4811.0, 4808.0, 4780.0, 4825.0, 4778.0, 4809.0, 4788.0, 4769.0, 4826.0, 4779.0, 4827.0, 4779.0, 4779.0, 4780.0, 4781.0, 4808.0, 4780.0, 4829.0, 4771.0, 4811.0, 4781.0, 4772.0, 4809.0, 4779.0, 4829.0, 4780.0, 4809.0, 4781.0, 4793.0, 4808.0, 4783.0, 4831.0, 4792.0, 4844.0, 4796.0, 4839.0, 4795.0, 4843.0, 4795.0, 4834.0, 4841.0, 4782.0, 4839.0, 4781.0, 4819.0, 4779.0, 4792.0, 4809.0, 4778.0, 4839.0, 4782.0, 4811.0, 4782.0, 4803.0, 4784.0, 4785.0, 4818.0, 4793.0, 4831.0, 4782.0, 4819.0, 4790.0, 4785.0, 4848.0, 4793.0, 4839.0, 4803.0, 4842.0, 4794.0, 4832.0, 4794.0, 4796.0, 4844.0, 4793.0, 4844.0, 4785.0, 4823.0, 4783.0, 4793.0, 4848.0, 4781.0, 4830.0, 4778.0, 4770.0, 4837.0, 4780.0, 4828.0, 4769.0, 4789.0, 4789.0, 4781.0, 4814.0, 4771.0, 4839.0, 4790.0, 4792.0, 4792.0, 4804.0, 4821.0, 4785.0], 'WindowWidth': [10592.0, 10538.0, 10515.0, 10482.0, 10464.0, 10441.0, 10440.0, 10432.0, 10383.0, 10399.0, 10378.0, 10351.0, 10446.0, 10376.0, 10360.0, 10374.0, 10376.0, 10371.0, 10370.0, 10381.0, 10358.0, 10397.0, 10361.0, 10422.0, 10355.0, 10420.0, 10390.0, 10380.0, 10426.0, 10364.0, 10454.0, 10421.0, 10412.0, 10400.0, 10378.0, 10373.0, 10364.0, 10416.0, 10360.0, 10436.0, 10356.0, 10396.0, 10359.0, 10401.0, 10362.0, 10376.0, 10378.0, 10415.0, 10376.0, 10447.0, 10395.0, 10451.0, 10417.0, 10386.0, 10433.0, 10372.0, 10431.0, 10373.0, 10430.0, 10346.0, 10427.0, 10373.0, 10420.0, 10383.0, 10446.0, 10464.0, 10403.0, 10430.0, 10375.0, 10463.0, 10414.0, 10508.0, 10392.0, 10477.0, 10394.0, 10478.0, 10387.0, 10478.0, 10407.0, 10412.0, 10476.0, 10392.0, 10477.0, 10445.0, 10472.0, 10473.0, 10412.0, 10416.0, 10412.0, 10431.0, 10448.0, 10523.0, 10421.0, 10507.0, 10418.0, 10514.0, 10429.0, 10497.0, 10459.0, 10433.0, 10469.0, 10398.0, 10498.0, 10461.0, 10483.0, 10384.0, 10390.0, 10399.0, 10441.0, 10381.0, 10455.0, 10397.0, 10460.0, 10463.0, 10475.0, 10401.0, 10449.0, 10384.0, 10456.0, 10386.0, 10383.0, 10422.0, 10380.0, 10461.0, 10344.0, 10429.0, 10355.0, 10404.0, 10371.0, 10418.0, 10381.0, 10476.0, 10402.0, 10425.0, 10424.0, 10446.0, 10445.0, 10362.0, 10396.0, 10360.0, 10426.0, 10442.0, 10357.0, 10459.0, 10344.0, 10430.0, 10352.0, 10378.0, 10337.0, 10373.0, 10355.0, 10388.0, 10373.0, 10393.0, 10378.0, 10395.0, 10420.0, 10415.0, 10424.0, 10443.0, 10387.0, 10400.0, 10405.0, 10438.0, 10391.0, 10452.0, 10389.0, 10478.0, 10409.0, 10427.0, 10432.0, 10400.0, 10456.0, 10383.0, 10457.0, 10388.0, 10464.0, 10412.0, 10485.0, 10475.0, 10458.0, 10427.0, 10461.0, 10410.0, 10481.0, 10435.0, 10470.0, 10428.0, 10505.0, 10429.0, 10489.0, 10439.0, 10499.0, 10408.0, 10467.0, 10404.0, 10471.0, 10408.0, 10472.0, 10420.0, 10474.0, 10485.0, 10471.0, 10410.0, 10417.0, 10408.0, 10482.0, 10407.0, 10438.0, 10482.0, 10401.0, 10467.0, 10400.0, 10398.0, 10428.0, 10371.0, 10439.0, 10356.0, 10430.0, 10356.0, 10379.0, 10342.0, 10369.0, 10356.0, 10387.0, 10371.0, 10390.0, 10450.0, 10376.0, 10449.0, 10376.0, 10446.0, 10393.0, 10459.0, 10384.0, 10407.0, 10386.0, 10437.0, 10381.0, 10414.0, 10453.0, 10442.0, 10390.0, 10422.0, 10391.0, 10423.0, 10478.0, 10407.0, 10466.0, 10406.0, 10460.0, 10424.0, 10498.0, 10415.0, 10421.0, 10414.0, 10461.0, 10405.0, 10472.0, 10454.0, 10418.0, 10474.0, 10400.0, 10474.0, 10398.0, 10458.0, 10387.0, 10414.0, 10382.0, 10438.0, 10404.0, 10496.0, 10411.0, 10455.0, 10409.0, 10443.0, 10403.0, 10431.0, 10450.0, 10431.0, 10481.0, 10456.0, 10390.0, 10418.0, 10404.0, 10429.0, 10476.0, 10419.0, 10482.0, 10445.0, 10492.0, 10406.0, 10427.0, 10398.0, 10437.0, 10419.0, 10412.0, 10468.0, 10398.0, 10460.0, 10398.0, 10460.0, 10392.0, 10408.0, 10430.0, 10425.0, 10459.0, 10424.0, 10372.0, 10413.0, 10425.0, 10417.0, 10472.0, 10399.0, 10471.0, 10394.0, 10448.0, 10416.0, 10413.0, 10470.0, 10449.0, 10463.0, 10406.0, 10464.0, 10407.0, 10456.0, 10399.0, 10417.0, 10461.0, 10417.0, 10492.0, 10459.0, 10478.0, 10407.0, 10470.0, 10410.0, 10466.0, 10423.0, 10482.0, 10411.0, 10460.0, 10401.0, 10420.0, 10488.0, 10403.0, 10476.0, 10387.0, 10438.0, 10397.0, 10414.0, 10459.0, 10413.0, 10472.0, 10400.0, 10476.0, 10389.0, 10460.0, 10398.0, 10415.0, 10423.0, 10419.0, 10463.0, 10419.0, 10451.0, 10421.0, 10492.0, 10409.0, 10484.0, 10419.0, 10484.0, 10422.0, 10472.0, 10416.0, 10435.0, 10432.0, 10427.0, 10496.0, 10424.0, 10493.0, 10425.0, 10461.0, 10446.0, 10457.0, 10491.0, 10431.0, 10502.0, 10411.0, 10476.0, 10425.0, 10468.0, 10469.0, 10420.0, 10498.0, 10425.0, 10487.0, 10440.0, 10498.0, 10442.0, 10481.0, 10442.0, 10482.0, 10431.0, 10483.0, 10423.0, 10456.0, 10502.0, 10488.0, 10507.0, 10445.0, 10493.0, 10448.0, 10494.0, 10472.0, 10521.0, 10432.0, 10506.0, 10433.0, 10490.0, 10425.0, 10476.0, 10488.0, 10438.0, 10512.0, 10475.0, 10497.0, 10422.0, 10466.0, 10405.0, 10442.0, 10436.0, 10414.0, 10470.0, 10395.0, 10474.0, 10390.0, 10408.0, 10451.0, 10390.0, 10454.0, 10381.0, 10458.0, 10383.0, 10418.0, 10396.0, 10418.0, 10386.0, 10453.0, 10446.0, 10438.0, 10425.0, 10418.0, 10460.0, 10417.0, 10471.0, 10402.0, 10466.0, 10420.0, 10498.0, 10422.0, 10452.0, 10424.0, 10448.0, 10421.0, 10472.0, 10429.0, 10442.0, 10413.0, 10417.0, 10475.0, 10415.0, 10478.0, 10415.0, 10488.0, 10406.0, 10399.0, 10413.0, 10429.0, 10449.0, 10416.0, 10472.0, 10399.0, 10472.0, 10383.0, 10460.0, 10402.0, 10395.0, 10463.0, 10392.0, 10452.0, 10388.0, 10430.0, 10396.0, 10438.0, 10446.0, 10411.0, 10411.0, 10418.0, 10473.0, 10398.0, 10467.0, 10409.0, 10412.0, 10399.0, 10418.0, 10475.0, 10416.0, 10481.0, 10418.0, 10480.0, 10420.0, 10460.0, 10422.0, 10455.0, 10469.0, 10427.0, 10514.0, 10423.0, 10495.0, 10407.0, 10445.0, 10455.0, 10421.0, 10491.0, 10438.0, 10492.0, 10421.0, 10442.0, 10405.0, 10445.0, 10439.0, 10419.0, 10491.0, 10416.0, 10478.0, 10414.0, 10428.0, 10459.0, 10415.0, 10472.0, 10415.0, 10472.0, 10406.0, 10443.0, 10422.0, 10460.0, 10467.0, 10421.0, 10504.0, 10444.0, 10503.0, 10440.0, 10475.0, 10430.0, 10480.0, 10431.0, 10425.0, 10495.0, 10419.0, 10459.0, 10466.0, 10417.0, 10491.0, 10413.0, 10465.0, 10432.0, 10401.0, 10471.0, 10397.0, 10464.0, 10413.0, 10458.0, 10454.0, 10414.0, 10489.0, 10419.0, 10464.0, 10416.0, 10445.0, 10450.0, 10423.0, 10478.0, 10418.0, 10457.0, 10419.0, 10480.0, 10424.0, 10440.0, 10426.0, 10430.0, 10489.0, 10442.0, 10504.0, 10439.0, 10465.0, 10415.0, 10443.0, 10505.0, 10464.0, 10507.0, 10439.0, 10493.0, 10428.0, 10480.0, 10489.0, 10444.0, 10504.0, 10439.0, 10492.0, 10442.0, 10502.0, 10431.0, 10447.0, 10431.0, 10447.0, 10492.0, 10465.0, 10512.0, 10466.0, 10542.0, 10437.0, 10499.0, 10428.0, 10446.0, 10517.0, 10437.0, 10496.0, 10438.0, 10487.0, 10432.0, 10436.0, 10469.0, 10447.0, 10502.0, 10426.0, 10490.0, 10420.0, 10427.0, 10483.0, 10424.0, 10500.0, 10429.0, 10491.0, 10429.0, 10503.0, 10432.0, 10429.0, 10433.0, 10488.0, 10448.0, 10517.0, 10524.0, 10498.0, 10520.0, 10449.0, 10503.0, 10422.0, 10460.0, 10476.0, 10415.0, 10495.0, 10418.0, 10459.0, 10414.0, 10421.0, 10482.0, 10443.0, 10504.0, 10430.0, 10503.0, 10444.0, 10491.0, 10437.0, 10489.0, 10427.0, 10479.0, 10469.0, 10437.0, 10498.0, 10438.0, 10485.0, 10438.0, 10473.0, 10428.0, 10478.0, 10407.0, 10443.0, 10485.0, 10440.0, 10500.0, 10435.0, 10491.0, 10440.0, 10480.0, 10436.0, 10428.0, 10480.0, 10424.0, 10497.0, 10422.0, 10491.0, 10436.0, 10441.0, 10498.0, 10450.0, 10466.0, 10423.0, 10504.0, 10444.0, 10494.0, 10440.0, 10487.0, 10480.0, 10445.0, 10517.0, 10445.0, 10492.0, 10432.0, 10481.0, 10463.0, 10444.0, 10502.0, 10436.0, 10501.0, 10437.0, 10454.0, 10477.0, 10444.0, 10516.0, 10441.0, 10488.0, 10439.0, 10486.0, 10505.0, 10457.0, 10520.0, 10445.0, 10508.0, 10439.0, 10493.0, 10488.0, 10426.0, 10483.0, 10442.0, 10487.0, 10441.0, 10504.0, 10449.0, 10508.0, 10444.0, 10448.0, 10502.0, 10443.0, 10505.0, 10440.0, 10469.0, 10487.0, 10428.0, 10501.0, 10424.0, 10486.0, 10414.0, 10425.0, 10484.0, 10445.0, 10519.0, 10445.0, 10506.0, 10449.0, 10507.0, 10458.0, 10508.0, 10444.0, 10484.0, 10476.0, 10440.0, 10496.0, 10435.0, 10478.0, 10448.0, 10425.0, 10498.0, 10438.0, 10501.0, 10439.0, 10438.0, 10440.0, 10444.0, 10478.0, 10445.0, 10506.0, 10431.0, 10485.0, 10443.0, 10436.0, 10480.0, 10441.0, 10506.0, 10443.0, 10481.0, 10443.0, 10463.0, 10480.0, 10452.0, 10515.0, 10465.0, 10538.0, 10473.0, 10526.0, 10472.0, 10533.0, 10470.0, 10522.0, 10525.0, 10447.0, 10521.0, 10445.0, 10493.0, 10437.0, 10460.0, 10478.0, 10440.0, 10521.0, 10448.0, 10486.0, 10448.0, 10477.0, 10456.0, 10457.0, 10493.0, 10465.0, 10513.0, 10446.0, 10497.0, 10455.0, 10458.0, 10533.0, 10466.0, 10525.0, 10478.0, 10530.0, 10470.0, 10522.0, 10474.0, 10475.0, 10541.0, 10468.0, 10540.0, 10458.0, 10504.0, 10449.0, 10465.0, 10533.0, 10444.0, 10509.0, 10435.0, 10428.0, 10514.0, 10442.0, 10502.0, 10425.0, 10452.0, 10452.0, 10444.0, 10482.0, 10431.0, 10521.0, 10459.0, 10461.0, 10461.0, 10480.0, 10499.0, 10455.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.0007338523644752019</td></tr>
<tr><td colspan=3>aqi</td><td>0.017948166320645904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.49931911605086</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2399255186258678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027446611085453</td></tr>
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
<tr><td colspan=3>fber</td><td>5170.979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07151286636761775</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.845444059976932</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.403745618448865</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.367626943551375</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6097692105055263</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233840701289694</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174094</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013996132649481297</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027869263663887978</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.797571469199396</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>34.683</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6326</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.8777</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295482.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.0485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3862</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>684.1225</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3933.4898</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1089.3737</td></tr>
<tr><td colspan=3>tsnr</td><td>42.230856999987736</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>