<?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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-01/func/sub-0122_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>d3d94d1bc26dd9e6b4a82644faedb767</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>16:50:30.050000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999732, -0.0051843, -0.0225391, 0.00610707, 0.999138, 0.0410665]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0878736</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7751, -7194, 417, -140, 90, 40, 58]</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>237.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a45c087-1f66-465c-a4f0-48d475a30160||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822092533111572, 0.01638481207191944, -0.06022818386554718, 113.28207397460938], [0.013909101486206055, 2.6806135177612305, 0.11122161895036697, -108.11051177978516], [-0.06047067791223526, -0.11017849296331406, 2.697036027908325, -58.367530822753906], [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': ['165030.050000', '165030.510000', '165030.970000', '165031.430000', '165031.890000', '165032.350000', '165032.810000', '165033.270000', '165033.730000', '165034.190000', '165034.650000', '165035.110000', '165035.570000', '165036.030000', '165036.490000', '165036.950000', '165037.410000', '165037.870000', '165038.330000', '165038.790000', '165039.250000', '165039.710000', '165040.170000', '165040.630000', '165041.090000', '165041.550000', '165042.010000', '165042.470000', '165042.930000', '165043.390000', '165043.850000', '165044.310000', '165044.770000', '165045.230000', '165045.690000', '165046.150000', '165046.610000', '165047.070000', '165047.530000', '165047.990000', '165048.450000', '165048.910000', '165049.370000', '165049.830000', '165050.290000', '165050.750000', '165051.210000', '165051.670000', '165052.130000', '165052.590000', '165053.050000', '165053.510000', '165053.970000', '165054.430000', '165054.890000', '165055.350000', '165055.810000', '165056.270000', '165056.730000', '165057.190000', '165057.650000', '165058.110000', '165058.570000', '165059.030000', '165059.490000', '165059.950000', '165100.410000', '165100.870000', '165101.330000', '165101.790000', '165102.250000', '165102.710000', '165103.170000', '165103.630000', '165104.090000', '165104.550000', '165105.010000', '165105.470000', '165105.930000', '165106.390000', '165106.850000', '165107.310000', '165107.770000', '165108.230000', '165108.690000', '165109.150000', '165109.610000', '165110.070000', '165110.530000', '165110.990000', '165111.450000', '165111.910000', '165112.370000', '165112.830000', '165113.290000', '165113.750000', '165114.210000', '165114.670000', '165115.130000', '165115.590000', '165116.050000', '165116.510000', '165116.970000', '165117.430000', '165117.890000', '165118.350000', '165118.810000', '165119.270000', '165119.730000', '165120.190000', '165120.650000', '165121.110000', '165121.570000', '165122.030000', '165122.490000', '165122.950000', '165123.410000', '165123.870000', '165124.330000', '165124.790000', '165125.250000', '165125.710000', '165126.170000', '165126.630000', '165127.090000', '165127.550000', '165128.010000', '165128.470000', '165128.930000', '165129.390000', '165129.850000', '165130.310000', '165130.770000', '165131.230000', '165131.690000', '165132.150000', '165132.610000', '165133.070000', '165133.530000', '165133.990000', '165134.450000', '165134.910000', '165135.370000', '165135.830000', '165136.290000', '165136.750000', '165137.210000', '165137.670000', '165138.130000', '165138.590000', '165139.050000', '165139.510000', '165139.970000', '165140.430000', '165140.890000', '165141.350000', '165141.810000', '165142.270000', '165142.730000', '165143.190000', '165143.650000', '165144.110000', '165144.570000', '165145.030000', '165145.490000', '165145.950000', '165146.410000', '165146.870000', '165147.330000', '165147.790000', '165148.250000', '165148.710000', '165149.170000', '165149.630000', '165150.090000', '165150.550000', '165151.010000', '165151.470000', '165151.930000', '165152.390000', '165152.850000', '165153.310000', '165153.770000', '165154.230000', '165154.690000', '165155.150000', '165155.610000', '165156.070000', '165156.530000', '165156.990000', '165157.450000', '165157.910000', '165158.370000', '165158.830000', '165159.290000', '165159.750000', '165200.210000', '165200.670000', '165201.130000', '165201.590000', '165202.050000', '165202.510000', '165202.970000', '165203.430000', '165203.890000', '165204.350000', '165204.810000', '165205.270000', '165205.730000', '165206.190000', '165206.650000', '165207.110000', '165207.570000', '165208.030000', '165208.490000', '165208.950000', '165209.410000', '165209.870000', '165210.330000', '165210.790000', '165211.250000', '165211.710000', '165212.170000', '165212.630000', '165213.090000', '165213.550000', '165214.010000', '165214.470000', '165214.930000', '165215.390000', '165215.850000', '165216.310000', '165216.770000', '165217.230000', '165217.690000', '165218.150000', '165218.610000', '165219.070000', '165219.530000', '165219.990000', '165220.450000', '165220.910000', '165221.370000', '165221.830000', '165222.290000', '165222.750000', '165223.210000', '165223.670000', '165224.130000', '165224.590000', '165225.050000', '165225.510000', '165225.970000', '165226.430000', '165226.890000', '165227.350000', '165227.810000', '165228.270000', '165228.730000', '165229.190000', '165229.650000', '165230.110000', '165230.570000', '165231.030000', '165231.490000', '165231.950000', '165232.410000', '165232.870000', '165233.330000', '165233.790000', '165234.250000', '165234.710000', '165235.170000', '165235.630000', '165236.090000', '165236.550000', '165237.010000', '165237.470000', '165237.930000', '165238.390000', '165238.850000', '165239.310000', '165239.770000', '165240.230000', '165240.690000', '165241.150000', '165241.610000', '165242.070000', '165242.530000', '165242.990000', '165243.450000', '165243.910000', '165244.370000', '165244.830000', '165245.290000', '165245.750000', '165246.210000', '165246.670000', '165247.130000', '165247.590000', '165248.050000', '165248.510000', '165248.970000', '165249.430000', '165249.890000', '165250.350000', '165250.810000', '165251.270000', '165251.730000', '165252.190000', '165252.650000', '165253.110000', '165253.570000', '165254.030000', '165254.490000', '165254.950000', '165255.410000', '165255.870000', '165256.330000', '165256.790000', '165257.250000', '165257.710000', '165258.170000', '165258.630000', '165259.090000', '165259.550000', '165300.010000', '165300.470000', '165300.930000', '165301.390000', '165301.850000', '165302.310000', '165302.770000', '165303.230000', '165303.690000', '165304.150000', '165304.610000', '165305.070000', '165305.530000', '165305.990000', '165306.450000', '165306.910000', '165307.370000', '165307.830000', '165308.290000', '165308.750000', '165309.210000', '165309.670000', '165310.130000', '165310.590000', '165311.050000', '165311.510000', '165311.970000', '165312.430000', '165312.890000', '165313.350000', '165313.810000', '165314.270000', '165314.730000', '165315.190000', '165315.650000', '165316.110000', '165316.570000', '165317.030000', '165317.490000', '165317.950000', '165318.410000', '165318.870000', '165319.330000', '165319.790000', '165320.250000', '165320.710000', '165321.170000', '165321.630000', '165322.090000', '165322.550000', '165323.010000', '165323.470000', '165323.930000', '165324.390000', '165324.850000', '165325.310000', '165325.770000', '165326.230000', '165326.690000', '165327.150000', '165327.610000', '165328.070000', '165328.530000', '165328.990000', '165329.450000', '165329.910000', '165330.370000', '165330.830000', '165331.290000', '165331.750000', '165332.210000', '165332.670000', '165333.130000', '165333.590000', '165334.050000', '165334.510000', '165334.970000', '165335.430000', '165335.890000', '165336.350000', '165336.810000', '165337.270000', '165337.730000', '165338.190000', '165338.650000', '165339.110000', '165339.570000', '165340.030000', '165340.490000', '165340.950000', '165341.410000', '165341.870000', '165342.330000', '165342.790000', '165343.250000', '165343.710000', '165344.170000', '165344.630000', '165345.090000', '165345.550000', '165346.010000', '165346.470000', '165346.930000', '165347.390000', '165347.850000', '165348.310000', '165348.770000', '165349.230000', '165349.690000', '165350.150000', '165350.610000', '165351.070000', '165351.530000', '165351.990000', '165352.450000', '165352.910000', '165353.370000', '165353.830000', '165354.290000', '165354.750000', '165355.210000', '165355.670000', '165356.130000', '165356.590000', '165357.050000', '165357.510000', '165357.970000', '165358.430000', '165358.890000', '165359.350000', '165359.810000', '165400.270000', '165400.730000', '165401.190000', '165401.650000', '165402.110000', '165402.570000', '165403.030000', '165403.490000', '165403.950000', '165404.410000', '165404.870000', '165405.330000', '165405.790000', '165406.250000', '165406.710000', '165407.170000', '165407.630000', '165408.090000', '165408.550000', '165409.010000', '165409.470000', '165409.930000', '165410.390000', '165410.850000', '165411.310000', '165411.770000', '165412.230000', '165412.690000', '165413.150000', '165413.610000', '165414.070000', '165414.530000', '165414.990000', '165415.450000', '165415.910000', '165416.370000', '165416.830000', '165417.290000', '165417.750000', '165418.210000', '165418.670000', '165419.130000', '165419.590000', '165420.050000', '165420.510000', '165420.970000', '165421.430000', '165421.890000', '165422.350000', '165422.810000', '165423.270000', '165423.730000', '165424.190000', '165424.650000', '165425.110000', '165425.570000', '165426.030000', '165426.490000', '165426.950000', '165427.410000', '165427.870000', '165428.330000', '165428.790000', '165429.250000', '165429.710000', '165430.170000', '165430.630000', '165431.090000', '165431.550000', '165432.010000', '165432.470000', '165432.930000', '165433.390000', '165433.850000', '165434.310000', '165434.770000', '165435.230000', '165435.690000', '165436.150000', '165436.610000', '165437.070000', '165437.530000', '165437.990000', '165438.450000', '165438.910000', '165439.370000', '165439.830000', '165440.290000', '165440.750000', '165441.210000', '165441.670000', '165442.130000', '165442.590000', '165443.050000', '165443.510000', '165443.970000', '165444.430000', '165444.890000', '165445.350000', '165445.810000', '165446.270000', '165446.730000', '165447.190000', '165447.650000', '165448.110000', '165448.570000', '165449.030000', '165449.490000', '165449.950000', '165450.410000', '165450.870000', '165451.330000', '165451.790000', '165452.250000', '165452.710000', '165453.170000', '165453.630000', '165454.090000', '165454.550000', '165455.010000', '165455.470000', '165455.930000', '165456.390000', '165456.850000', '165457.310000', '165457.770000', '165458.230000', '165458.690000', '165459.150000', '165459.610000', '165500.070000', '165500.530000', '165500.990000', '165501.450000', '165501.910000', '165502.370000', '165502.830000', '165503.290000', '165503.750000', '165504.210000', '165504.670000', '165505.130000', '165505.590000', '165506.050000', '165506.510000', '165506.970000', '165507.430000', '165507.890000', '165508.350000', '165508.810000', '165509.270000', '165509.730000', '165510.190000', '165510.650000', '165511.110000', '165511.570000', '165512.030000', '165512.490000', '165512.950000', '165513.410000', '165513.870000', '165514.330000', '165514.790000', '165515.250000', '165515.710000', '165516.170000', '165516.630000', '165517.090000', '165517.550000', '165518.010000', '165518.470000', '165518.930000', '165519.390000', '165519.850000', '165520.310000', '165520.770000', '165521.230000', '165521.690000', '165522.150000', '165522.610000', '165523.070000', '165523.530000', '165523.990000', '165524.450000', '165524.910000', '165525.370000', '165525.830000', '165526.290000', '165526.750000', '165527.210000', '165527.670000', '165528.130000', '165528.590000', '165529.050000', '165529.510000', '165529.970000', '165530.430000', '165530.890000', '165531.350000', '165531.810000', '165532.270000', '165532.730000', '165533.190000', '165533.650000', '165534.110000', '165534.570000', '165535.030000', '165535.490000', '165535.950000', '165536.410000', '165536.870000', '165537.330000', '165537.790000', '165538.250000', '165538.710000', '165539.170000', '165539.630000', '165540.090000', '165540.550000', '165541.010000', '165541.470000', '165541.930000', '165542.390000', '165542.850000', '165543.310000', '165543.770000', '165544.230000', '165544.690000', '165545.150000', '165545.610000', '165546.070000', '165546.530000', '165546.990000', '165547.450000', '165547.910000', '165548.370000', '165548.830000', '165549.290000', '165549.750000', '165550.210000', '165550.670000', '165551.130000', '165551.590000', '165552.050000', '165552.510000', '165552.970000', '165553.430000', '165553.890000', '165554.350000', '165554.810000', '165555.270000', '165555.730000', '165556.190000', '165556.650000', '165557.110000', '165557.570000', '165558.030000', '165558.490000', '165558.950000', '165559.410000', '165559.870000', '165600.330000', '165600.790000', '165601.250000', '165601.710000', '165602.170000', '165602.630000', '165603.090000', '165603.550000', '165604.010000', '165604.470000', '165604.930000', '165605.390000', '165605.850000', '165606.310000', '165606.770000', '165607.230000', '165607.690000', '165608.150000', '165608.610000', '165609.070000', '165609.530000', '165609.990000', '165610.450000', '165610.910000', '165611.370000', '165611.830000', '165612.290000', '165612.750000', '165613.210000', '165613.670000', '165614.130000', '165614.590000', '165615.050000', '165615.510000', '165615.970000', '165616.430000', '165616.890000', '165617.350000', '165617.810000', '165618.270000', '165618.730000', '165619.190000', '165619.650000', '165620.110000', '165620.570000', '165621.030000', '165621.490000', '165621.950000', '165622.410000', '165622.870000', '165623.330000', '165623.790000', '165624.250000', '165624.710000', '165625.170000', '165625.630000', '165626.090000', '165626.550000', '165627.010000', '165627.470000', '165627.930000', '165628.390000', '165628.850000', '165629.310000', '165629.770000', '165630.230000', '165630.690000', '165631.150000', '165631.610000', '165632.070000', '165632.530000', '165632.990000', '165633.450000', '165633.910000', '165634.370000', '165634.830000', '165635.290000', '165635.750000', '165636.210000', '165636.670000', '165637.130000', '165637.590000', '165638.050000', '165638.510000', '165638.970000', '165639.430000', '165639.890000', '165640.350000', '165640.810000', '165641.270000', '165641.730000', '165642.190000', '165642.650000', '165643.110000', '165643.570000', '165644.030000', '165644.490000', '165644.950000', '165645.410000', '165645.870000', '165646.330000', '165646.790000', '165647.250000', '165647.710000', '165648.170000', '165648.630000', '165649.090000', '165649.550000', '165650.010000', '165650.470000', '165650.930000', '165651.390000', '165651.850000', '165652.310000', '165652.770000', '165653.230000', '165653.690000', '165654.150000', '165654.610000', '165655.070000', '165655.530000', '165655.990000', '165656.450000', '165656.910000', '165657.370000', '165657.830000', '165658.290000', '165658.750000', '165659.210000', '165659.670000', '165700.130000', '165700.590000', '165701.050000', '165701.510000', '165701.970000', '165702.430000', '165702.890000', '165703.350000', '165703.810000', '165704.270000', '165704.730000', '165705.190000', '165705.650000', '165706.110000', '165706.570000', '165707.030000', '165707.490000', '165707.950000', '165708.410000', '165708.870000', '165709.330000', '165709.790000', '165710.250000', '165710.710000'], 'ContentTime': ['165040.802000', '165040.811000', '165040.813000', '165040.816000', '165040.819000', '165040.821000', '165040.824000', '165040.826000', '165040.829000', '165040.831000', '165040.834000', '165040.836000', '165040.839000', '165040.842000', '165040.844000', '165040.847000', '165040.853000', '165040.855000', '165040.858000', '165040.860000', '165040.870000', '165100.771000', '165100.774000', '165100.777000', '165100.779000', '165100.782000', '165100.784000', '165100.787000', '165100.789000', '165100.792000', '165100.794000', '165100.797000', '165100.799000', '165100.802000', '165100.804000', '165100.807000', '165100.809000', '165100.812000', '165100.814000', '165100.817000', '165100.820000', '165100.822000', '165100.829000', '165100.832000', '165100.835000', '165100.837000', '165100.840000', '165100.842000', '165100.845000', '165100.847000', '165100.850000', '165100.852000', '165100.855000', '165100.857000', '165100.860000', '165100.873000', '165100.875000', '165100.878000', '165100.880000', '165100.883000', '165100.885000', '165100.888000', '165100.890000', '165100.893000', '165120.771000', '165120.774000', '165120.777000', '165120.779000', '165120.782000', '165120.785000', '165120.787000', '165120.790000', '165120.792000', '165120.795000', '165120.797000', '165120.800000', '165120.802000', '165120.805000', '165120.807000', '165120.810000', '165120.812000', '165120.815000', '165120.817000', '165120.820000', '165120.822000', '165120.825000', '165120.827000', '165120.830000', '165120.833000', '165120.835000', '165120.838000', '165120.840000', '165120.843000', '165120.845000', '165120.848000', '165120.850000', '165120.853000', '165120.855000', '165120.858000', '165120.860000', '165120.863000', '165120.865000', '165120.868000', '165120.870000', '165120.873000', '165120.875000', '165120.883000', '165120.885000', '165140.772000', '165140.775000', '165140.778000', '165140.780000', '165140.783000', '165140.785000', '165140.788000', '165140.790000', '165140.793000', '165140.796000', '165140.799000', '165140.801000', '165140.804000', '165140.807000', '165140.809000', '165140.812000', '165140.815000', '165140.817000', '165140.820000', '165140.822000', '165140.825000', '165140.827000', '165140.830000', '165140.832000', '165140.835000', '165140.837000', '165140.840000', '165140.842000', '165140.845000', '165140.847000', '165140.850000', '165140.852000', '165140.855000', '165140.858000', '165140.860000', '165140.863000', '165140.865000', '165140.868000', '165140.870000', '165140.873000', '165140.875000', '165140.878000', '165140.880000', '165200.772000', '165200.775000', '165200.778000', '165200.780000', '165200.783000', '165200.785000', '165200.788000', '165200.790000', '165200.793000', '165200.795000', '165200.798000', '165200.801000', '165200.803000', '165200.806000', '165200.808000', '165200.811000', '165200.813000', '165200.816000', '165200.818000', '165200.821000', '165200.823000', '165200.826000', '165200.828000', '165200.831000', '165200.833000', '165200.836000', '165200.839000', '165200.841000', '165200.844000', '165200.846000', '165200.849000', '165200.851000', '165200.854000', '165200.856000', '165200.859000', '165200.862000', '165200.864000', '165200.867000', '165200.869000', '165200.872000', '165200.874000', '165200.877000', '165200.879000', '165200.882000', '165220.772000', '165220.774000', '165220.777000', '165220.780000', '165220.782000', '165220.785000', '165220.787000', '165220.790000', '165220.793000', '165220.795000', '165220.798000', '165220.800000', '165220.803000', '165220.805000', '165220.808000', '165220.811000', '165220.813000', '165220.816000', '165220.818000', '165220.821000', '165220.823000', '165220.826000', '165220.829000', '165220.831000', '165220.834000', '165220.836000', '165220.839000', '165220.841000', '165220.844000', '165220.846000', '165220.849000', '165220.851000', '165220.854000', '165220.857000', '165220.859000', '165220.862000', '165220.864000', '165220.867000', '165220.869000', '165220.872000', '165220.874000', '165220.877000', '165220.879000', '165220.882000', '165240.772000', '165240.774000', '165240.777000', '165240.779000', '165240.782000', '165240.785000', '165240.787000', '165240.790000', '165240.792000', '165240.795000', '165240.797000', '165240.800000', '165240.802000', '165240.805000', '165240.807000', '165240.810000', '165240.813000', '165240.815000', '165240.818000', '165240.820000', '165240.823000', '165240.825000', '165240.828000', '165240.831000', '165240.833000', '165240.836000', '165240.838000', '165240.841000', '165240.843000', '165240.869000', '165240.872000', '165240.874000', '165240.877000', '165240.879000', '165240.882000', '165240.884000', '165240.887000', '165240.889000', '165240.892000', '165240.894000', '165240.897000', '165240.899000', '165240.902000', '165300.771000', '165300.774000', '165300.777000', '165300.780000', '165300.783000', '165300.785000', '165300.788000', '165300.790000', '165300.793000', '165300.795000', '165300.798000', '165300.800000', '165300.803000', '165300.806000', '165300.808000', '165300.811000', '165300.814000', '165300.816000', '165300.819000', '165300.821000', '165300.824000', '165300.826000', '165300.829000', '165300.831000', '165300.834000', '165300.837000', '165300.839000', '165300.842000', '165300.845000', '165300.848000', '165300.851000', '165300.854000', '165300.856000', '165300.859000', '165300.862000', '165300.864000', '165300.867000', '165300.869000', '165300.872000', '165300.874000', '165300.877000', '165300.879000', '165300.882000', '165320.772000', '165320.774000', '165320.777000', '165320.780000', '165320.782000', '165320.785000', '165320.787000', '165320.790000', '165320.792000', '165320.795000', '165320.797000', '165320.800000', '165320.803000', '165320.805000', '165320.808000', '165320.810000', '165320.813000', '165320.815000', '165320.818000', '165320.820000', '165320.823000', '165320.826000', '165320.828000', '165320.831000', '165320.833000', '165320.836000', '165320.838000', '165320.841000', '165320.843000', '165320.846000', '165320.848000', '165320.851000', '165320.853000', '165320.856000', '165320.859000', '165320.861000', '165320.864000', '165320.866000', '165320.869000', '165320.871000', '165320.874000', '165320.876000', '165320.879000', '165320.882000', '165340.772000', '165340.774000', '165340.777000', '165340.779000', '165340.782000', '165340.784000', '165340.787000', '165340.789000', '165340.792000', '165340.795000', '165340.797000', '165340.800000', '165340.802000', '165340.805000', '165340.808000', '165340.810000', '165340.813000', '165340.815000', '165340.818000', '165340.820000', '165340.823000', '165340.825000', '165340.828000', '165340.830000', '165340.833000', '165340.836000', '165340.838000', '165340.841000', '165340.843000', '165340.846000', '165340.848000', '165340.851000', '165340.853000', '165340.856000', '165340.859000', '165340.861000', '165340.864000', '165340.866000', '165340.869000', '165340.871000', '165340.874000', '165340.877000', '165340.879000', '165340.882000', '165400.772000', '165400.775000', '165400.778000', '165400.780000', '165400.783000', '165400.785000', '165400.788000', '165400.790000', '165400.793000', '165400.796000', '165400.798000', '165400.801000', '165400.803000', '165400.806000', '165400.808000', '165400.811000', '165400.814000', '165400.816000', '165400.819000', '165400.821000', '165400.824000', '165400.826000', '165400.829000', '165400.831000', '165400.834000', '165400.836000', '165400.839000', '165400.841000', '165400.844000', '165400.847000', '165400.849000', '165400.852000', '165400.854000', '165400.857000', '165400.859000', '165400.862000', '165400.864000', '165400.867000', '165400.869000', '165400.872000', '165400.875000', '165400.877000', '165400.880000', '165420.772000', '165420.775000', '165420.778000', '165420.780000', '165420.783000', '165420.785000', '165420.788000', '165420.790000', '165420.793000', '165420.796000', '165420.798000', '165420.801000', '165420.803000', '165420.806000', '165420.809000', '165420.811000', '165420.814000', '165420.817000', '165420.821000', '165420.823000', '165420.826000', '165420.828000', '165420.831000', '165420.833000', '165420.836000', '165420.851000', '165420.854000', '165420.856000', '165420.859000', '165420.861000', '165420.864000', '165420.866000', '165420.870000', '165420.873000', '165420.875000', '165420.878000', '165420.881000', '165420.883000', '165420.886000', '165420.888000', '165420.891000', '165420.893000', '165420.896000', '165440.771000', '165440.774000', '165440.777000', '165440.779000', '165440.782000', '165440.784000', '165440.787000', '165440.790000', '165440.792000', '165440.795000', '165440.797000', '165440.800000', '165440.802000', '165440.805000', '165440.808000', '165440.810000', '165440.813000', '165440.815000', '165440.818000', '165440.820000', '165440.823000', '165440.825000', '165440.828000', '165440.830000', '165440.833000', '165440.836000', '165440.838000', '165440.841000', '165440.843000', '165440.846000', '165440.848000', '165440.851000', '165440.853000', '165440.856000', '165440.858000', '165440.861000', '165440.864000', '165440.866000', '165440.869000', '165440.871000', '165440.874000', '165440.876000', '165440.879000', '165440.882000', '165500.772000', '165500.774000', '165500.777000', '165500.780000', '165500.782000', '165500.785000', '165500.787000', '165500.790000', '165500.792000', '165500.795000', '165500.797000', '165500.800000', '165500.803000', '165500.805000', '165500.808000', '165500.810000', '165500.813000', '165500.816000', '165500.818000', '165500.821000', '165500.823000', '165500.826000', '165500.828000', '165500.831000', '165500.834000', '165500.836000', '165500.839000', '165500.841000', '165500.844000', '165500.846000', '165500.849000', '165500.851000', '165500.854000', '165500.856000', '165500.859000', '165500.862000', '165500.864000', '165500.867000', '165500.869000', '165500.872000', '165500.874000', '165500.877000', '165500.879000', '165520.772000', '165520.774000', '165520.777000', '165520.780000', '165520.782000', '165520.785000', '165520.787000', '165520.790000', '165520.792000', '165520.795000', '165520.797000', '165520.800000', '165520.803000', '165520.805000', '165520.808000', '165520.810000', '165520.813000', '165520.815000', '165520.818000', '165520.821000', '165520.823000', '165520.826000', '165520.828000', '165520.831000', '165520.833000', '165520.836000', '165520.839000', '165520.841000', '165520.844000', '165520.846000', '165520.849000', '165520.851000', '165520.854000', '165520.856000', '165520.859000', '165520.862000', '165520.864000', '165520.867000', '165520.869000', '165520.872000', '165520.874000', '165520.877000', '165520.880000', '165520.882000', '165540.771000', '165540.774000', '165540.777000', '165540.779000', '165540.782000', '165540.784000', '165540.787000', '165540.790000', '165540.792000', '165540.795000', '165540.797000', '165540.800000', '165540.802000', '165540.805000', '165540.807000', '165540.810000', '165540.813000', '165540.815000', '165540.818000', '165540.820000', '165540.823000', '165540.825000', '165540.828000', '165540.830000', '165540.833000', '165540.836000', '165540.838000', '165540.841000', '165540.843000', '165540.846000', '165540.848000', '165540.851000', '165540.854000', '165540.857000', '165540.860000', '165540.862000', '165540.883000', '165540.886000', '165540.888000', '165540.891000', '165540.894000', '165540.896000', '165540.899000', '165600.771000', '165600.774000', '165600.777000', '165600.779000', '165600.782000', '165600.784000', '165600.787000', '165600.790000', '165600.792000', '165600.795000', '165600.797000', '165600.800000', '165600.803000', '165600.805000', '165600.808000', '165600.810000', '165600.813000', '165600.815000', '165600.818000', '165600.820000', '165600.823000', '165600.826000', '165600.828000', '165600.831000', '165600.833000', '165600.836000', '165600.838000', '165600.841000', '165600.843000', '165600.846000', '165600.848000', '165600.851000', '165600.854000', '165600.856000', '165600.859000', '165600.861000', '165600.864000', '165600.867000', '165600.869000', '165600.872000', '165600.874000', '165600.877000', '165600.879000', '165600.882000', '165620.772000', '165620.775000', '165620.778000', '165620.780000', '165620.783000', '165620.786000', '165620.788000', '165620.791000', '165620.793000', '165620.796000', '165620.798000', '165620.801000', '165620.804000', '165620.806000', '165620.809000', '165620.811000', '165620.814000', '165620.817000', '165620.819000', '165620.822000', '165620.824000', '165620.827000', '165620.829000', '165620.832000', '165620.834000', '165620.837000', '165620.840000', '165620.842000', '165620.845000', '165620.847000', '165620.850000', '165620.852000', '165620.856000', '165620.859000', '165620.862000', '165620.865000', '165620.868000', '165620.870000', '165620.873000', '165620.876000', '165620.878000', '165620.881000', '165620.883000', '165640.773000', '165640.775000', '165640.778000', '165640.780000', '165640.783000', '165640.786000', '165640.788000', '165640.791000', '165640.793000', '165640.796000', '165640.798000', '165640.801000', '165640.804000', '165640.806000', '165640.809000', '165640.811000', '165640.814000', '165640.816000', '165640.819000', '165640.821000', '165640.824000', '165640.826000', '165640.829000', '165640.832000', '165640.834000', '165640.837000', '165640.839000', '165640.842000', '165640.844000', '165640.847000', '165640.849000', '165640.852000', '165640.854000', '165640.857000', '165640.859000', '165640.862000', '165640.864000', '165640.867000', '165640.870000', '165640.872000', '165640.875000', '165640.877000', '165640.880000', '165640.883000', '165700.771000', '165700.774000', '165700.777000', '165700.779000', '165700.782000', '165700.784000', '165700.787000', '165700.790000', '165700.792000', '165700.795000', '165700.797000', '165700.800000', '165700.802000', '165700.805000', '165700.808000', '165700.810000', '165700.813000', '165700.815000', '165700.818000', '165700.821000', '165700.823000', '165700.826000', '165700.828000', '165700.831000', '165700.834000', '165700.836000', '165700.839000', '165700.841000', '165700.844000', '165700.846000', '165700.849000', '165700.852000', '165700.854000', '165700.857000', '165700.859000', '165700.862000', '165700.865000', '165700.867000', '165700.870000', '165700.873000', '165700.875000', '165700.878000', '165700.880000', '165711.889000', '165711.892000', '165711.895000', '165711.897000', '165711.909000', '165711.912000', '165711.915000', '165711.917000', '165711.920000', '165711.923000', '165711.925000', '165711.928000', '165711.932000', '165711.935000', '165711.937000', '165711.940000', '165711.943000', '165711.945000', '165711.948000', '165711.951000', '165711.954000', '165711.956000', '165711.959000', '165711.961000', '165711.964000'], 'InstanceCreationTime': ['165040.802000', '165040.811000', '165040.813000', '165040.816000', '165040.819000', '165040.821000', '165040.824000', '165040.826000', '165040.829000', '165040.831000', '165040.834000', '165040.836000', '165040.839000', '165040.842000', '165040.844000', '165040.847000', '165040.853000', '165040.855000', '165040.858000', '165040.860000', '165040.870000', '165100.771000', '165100.774000', '165100.777000', '165100.779000', '165100.782000', '165100.784000', '165100.787000', '165100.789000', '165100.792000', '165100.794000', '165100.797000', '165100.799000', '165100.802000', '165100.804000', '165100.807000', '165100.809000', '165100.812000', '165100.814000', '165100.817000', '165100.820000', '165100.822000', '165100.829000', '165100.832000', '165100.835000', '165100.837000', '165100.840000', '165100.842000', '165100.845000', '165100.847000', '165100.850000', '165100.852000', '165100.855000', '165100.857000', '165100.860000', '165100.873000', '165100.875000', '165100.878000', '165100.880000', '165100.883000', '165100.885000', '165100.888000', '165100.890000', '165100.893000', '165120.771000', '165120.774000', '165120.777000', '165120.779000', '165120.782000', '165120.785000', '165120.787000', '165120.790000', '165120.792000', '165120.795000', '165120.797000', '165120.800000', '165120.802000', '165120.805000', '165120.807000', '165120.810000', '165120.812000', '165120.815000', '165120.817000', '165120.820000', '165120.822000', '165120.825000', '165120.827000', '165120.830000', '165120.833000', '165120.835000', '165120.838000', '165120.840000', '165120.843000', '165120.845000', '165120.848000', '165120.850000', '165120.853000', '165120.855000', '165120.858000', '165120.860000', '165120.863000', '165120.865000', '165120.868000', '165120.870000', '165120.873000', '165120.875000', '165120.883000', '165120.885000', '165140.772000', '165140.775000', '165140.778000', '165140.780000', '165140.783000', '165140.785000', '165140.788000', '165140.790000', '165140.793000', '165140.796000', '165140.799000', '165140.801000', '165140.804000', '165140.807000', '165140.809000', '165140.812000', '165140.815000', '165140.817000', '165140.820000', '165140.822000', '165140.825000', '165140.827000', '165140.830000', '165140.832000', '165140.835000', '165140.837000', '165140.840000', '165140.842000', '165140.845000', '165140.847000', '165140.850000', '165140.852000', '165140.855000', '165140.858000', '165140.860000', '165140.863000', '165140.865000', '165140.868000', '165140.870000', '165140.873000', '165140.875000', '165140.878000', '165140.880000', '165200.772000', '165200.775000', '165200.778000', '165200.780000', '165200.783000', '165200.785000', '165200.788000', '165200.790000', '165200.793000', '165200.795000', '165200.798000', '165200.801000', '165200.803000', '165200.806000', '165200.808000', '165200.811000', '165200.813000', '165200.816000', '165200.818000', '165200.821000', '165200.823000', '165200.826000', '165200.828000', '165200.831000', '165200.833000', '165200.836000', '165200.839000', '165200.841000', '165200.844000', '165200.846000', '165200.849000', '165200.851000', '165200.854000', '165200.856000', '165200.859000', '165200.862000', '165200.864000', '165200.867000', '165200.869000', '165200.872000', '165200.874000', '165200.877000', '165200.879000', '165200.882000', '165220.772000', '165220.774000', '165220.777000', '165220.780000', '165220.782000', '165220.785000', '165220.787000', '165220.790000', '165220.793000', '165220.795000', '165220.798000', '165220.800000', '165220.803000', '165220.805000', '165220.808000', '165220.811000', '165220.813000', '165220.816000', '165220.818000', '165220.821000', '165220.823000', '165220.826000', '165220.829000', '165220.831000', '165220.834000', '165220.836000', '165220.839000', '165220.841000', '165220.844000', '165220.846000', '165220.849000', '165220.851000', '165220.854000', '165220.857000', '165220.859000', '165220.862000', '165220.864000', '165220.867000', '165220.869000', '165220.872000', '165220.874000', '165220.877000', '165220.879000', '165220.882000', '165240.772000', '165240.774000', '165240.777000', '165240.779000', '165240.782000', '165240.785000', '165240.787000', '165240.790000', '165240.792000', '165240.795000', '165240.797000', '165240.800000', '165240.802000', '165240.805000', '165240.807000', '165240.810000', '165240.813000', '165240.815000', '165240.818000', '165240.820000', '165240.823000', '165240.825000', '165240.828000', '165240.831000', '165240.833000', '165240.836000', '165240.838000', '165240.841000', '165240.843000', '165240.869000', '165240.872000', '165240.874000', '165240.877000', '165240.879000', '165240.882000', '165240.884000', '165240.887000', '165240.889000', '165240.892000', '165240.894000', '165240.897000', '165240.899000', '165240.902000', '165300.771000', '165300.774000', '165300.777000', '165300.780000', '165300.783000', '165300.785000', '165300.788000', '165300.790000', '165300.793000', '165300.795000', '165300.798000', '165300.800000', '165300.803000', '165300.806000', '165300.808000', '165300.811000', '165300.814000', '165300.816000', '165300.819000', '165300.821000', '165300.824000', '165300.826000', '165300.829000', '165300.831000', '165300.834000', '165300.837000', '165300.839000', '165300.842000', '165300.845000', '165300.848000', '165300.851000', '165300.854000', '165300.856000', '165300.859000', '165300.862000', '165300.864000', '165300.867000', '165300.869000', '165300.872000', '165300.874000', '165300.877000', '165300.879000', '165300.882000', '165320.772000', '165320.774000', '165320.777000', '165320.780000', '165320.782000', '165320.785000', '165320.787000', '165320.790000', '165320.792000', '165320.795000', '165320.797000', '165320.800000', '165320.803000', '165320.805000', '165320.808000', '165320.810000', '165320.813000', '165320.815000', '165320.818000', '165320.820000', '165320.823000', '165320.826000', '165320.828000', '165320.831000', '165320.833000', '165320.836000', '165320.838000', '165320.841000', '165320.843000', '165320.846000', '165320.848000', '165320.851000', '165320.853000', '165320.856000', '165320.859000', '165320.861000', '165320.864000', '165320.866000', '165320.869000', '165320.871000', '165320.874000', '165320.876000', '165320.879000', '165320.882000', '165340.772000', '165340.774000', '165340.777000', '165340.779000', '165340.782000', '165340.784000', '165340.787000', '165340.789000', '165340.792000', '165340.795000', '165340.797000', '165340.800000', '165340.802000', '165340.805000', '165340.808000', '165340.810000', '165340.813000', '165340.815000', '165340.818000', '165340.820000', '165340.823000', '165340.825000', '165340.828000', '165340.830000', '165340.833000', '165340.836000', '165340.838000', '165340.841000', '165340.843000', '165340.846000', '165340.848000', '165340.851000', '165340.853000', '165340.856000', '165340.859000', '165340.861000', '165340.864000', '165340.866000', '165340.869000', '165340.871000', '165340.874000', '165340.877000', '165340.879000', '165340.882000', '165400.772000', '165400.775000', '165400.778000', '165400.780000', '165400.783000', '165400.785000', '165400.788000', '165400.790000', '165400.793000', '165400.796000', '165400.798000', '165400.801000', '165400.803000', '165400.806000', '165400.808000', '165400.811000', '165400.814000', '165400.816000', '165400.819000', '165400.821000', '165400.824000', '165400.826000', '165400.829000', '165400.831000', '165400.834000', '165400.836000', '165400.839000', '165400.841000', '165400.844000', '165400.847000', '165400.849000', '165400.852000', '165400.854000', '165400.857000', '165400.859000', '165400.862000', '165400.864000', '165400.867000', '165400.869000', '165400.872000', '165400.875000', '165400.877000', '165400.880000', '165420.772000', '165420.775000', '165420.778000', '165420.780000', '165420.783000', '165420.785000', '165420.788000', '165420.790000', '165420.793000', '165420.796000', '165420.798000', '165420.801000', '165420.803000', '165420.806000', '165420.809000', '165420.811000', '165420.814000', '165420.817000', '165420.821000', '165420.823000', '165420.826000', '165420.828000', '165420.831000', '165420.833000', '165420.836000', '165420.851000', '165420.854000', '165420.856000', '165420.859000', '165420.861000', '165420.864000', '165420.866000', '165420.870000', '165420.873000', '165420.875000', '165420.878000', '165420.881000', '165420.883000', '165420.886000', '165420.888000', '165420.891000', '165420.893000', '165420.896000', '165440.771000', '165440.774000', '165440.777000', '165440.779000', '165440.782000', '165440.784000', '165440.787000', '165440.790000', '165440.792000', '165440.795000', '165440.797000', '165440.800000', '165440.802000', '165440.805000', '165440.808000', '165440.810000', '165440.813000', '165440.815000', '165440.818000', '165440.820000', '165440.823000', '165440.825000', '165440.828000', '165440.830000', '165440.833000', '165440.836000', '165440.838000', '165440.841000', '165440.843000', '165440.846000', '165440.848000', '165440.851000', '165440.853000', '165440.856000', '165440.858000', '165440.861000', '165440.864000', '165440.866000', '165440.869000', '165440.871000', '165440.874000', '165440.876000', '165440.879000', '165440.882000', '165500.772000', '165500.774000', '165500.777000', '165500.780000', '165500.782000', '165500.785000', '165500.787000', '165500.790000', '165500.792000', '165500.795000', '165500.797000', '165500.800000', '165500.803000', '165500.805000', '165500.808000', '165500.810000', '165500.813000', '165500.816000', '165500.818000', '165500.821000', '165500.823000', '165500.826000', '165500.828000', '165500.831000', '165500.834000', '165500.836000', '165500.839000', '165500.841000', '165500.844000', '165500.846000', '165500.849000', '165500.851000', '165500.854000', '165500.856000', '165500.859000', '165500.862000', '165500.864000', '165500.867000', '165500.869000', '165500.872000', '165500.874000', '165500.877000', '165500.879000', '165520.772000', '165520.774000', '165520.777000', '165520.780000', '165520.782000', '165520.785000', '165520.787000', '165520.790000', '165520.792000', '165520.795000', '165520.797000', '165520.800000', '165520.803000', '165520.805000', '165520.808000', '165520.810000', '165520.813000', '165520.815000', '165520.818000', '165520.821000', '165520.823000', '165520.826000', '165520.828000', '165520.831000', '165520.833000', '165520.836000', '165520.839000', '165520.841000', '165520.844000', '165520.846000', '165520.849000', '165520.851000', '165520.854000', '165520.856000', '165520.859000', '165520.862000', '165520.864000', '165520.867000', '165520.869000', '165520.872000', '165520.874000', '165520.877000', '165520.880000', '165520.882000', '165540.771000', '165540.774000', '165540.777000', '165540.779000', '165540.782000', '165540.784000', '165540.787000', '165540.790000', '165540.792000', '165540.795000', '165540.797000', '165540.800000', '165540.802000', '165540.805000', '165540.807000', '165540.810000', '165540.813000', '165540.815000', '165540.818000', '165540.820000', '165540.823000', '165540.825000', '165540.828000', '165540.830000', '165540.833000', '165540.836000', '165540.838000', '165540.841000', '165540.843000', '165540.846000', '165540.848000', '165540.851000', '165540.854000', '165540.857000', '165540.860000', '165540.862000', '165540.883000', '165540.886000', '165540.888000', '165540.891000', '165540.894000', '165540.896000', '165540.899000', '165600.771000', '165600.774000', '165600.777000', '165600.779000', '165600.782000', '165600.784000', '165600.787000', '165600.790000', '165600.792000', '165600.795000', '165600.797000', '165600.800000', '165600.803000', '165600.805000', '165600.808000', '165600.810000', '165600.813000', '165600.815000', '165600.818000', '165600.820000', '165600.823000', '165600.826000', '165600.828000', '165600.831000', '165600.833000', '165600.836000', '165600.838000', '165600.841000', '165600.843000', '165600.846000', '165600.848000', '165600.851000', '165600.854000', '165600.856000', '165600.859000', '165600.861000', '165600.864000', '165600.867000', '165600.869000', '165600.872000', '165600.874000', '165600.877000', '165600.879000', '165600.882000', '165620.772000', '165620.775000', '165620.778000', '165620.780000', '165620.783000', '165620.786000', '165620.788000', '165620.791000', '165620.793000', '165620.796000', '165620.798000', '165620.801000', '165620.804000', '165620.806000', '165620.809000', '165620.811000', '165620.814000', '165620.817000', '165620.819000', '165620.822000', '165620.824000', '165620.827000', '165620.829000', '165620.832000', '165620.834000', '165620.837000', '165620.840000', '165620.842000', '165620.845000', '165620.847000', '165620.850000', '165620.852000', '165620.856000', '165620.859000', '165620.862000', '165620.865000', '165620.868000', '165620.870000', '165620.873000', '165620.876000', '165620.878000', '165620.881000', '165620.883000', '165640.773000', '165640.775000', '165640.778000', '165640.780000', '165640.783000', '165640.786000', '165640.788000', '165640.791000', '165640.793000', '165640.796000', '165640.798000', '165640.801000', '165640.804000', '165640.806000', '165640.809000', '165640.811000', '165640.814000', '165640.816000', '165640.819000', '165640.821000', '165640.824000', '165640.826000', '165640.829000', '165640.832000', '165640.834000', '165640.837000', '165640.839000', '165640.842000', '165640.844000', '165640.847000', '165640.849000', '165640.852000', '165640.854000', '165640.857000', '165640.859000', '165640.862000', '165640.864000', '165640.867000', '165640.870000', '165640.872000', '165640.875000', '165640.877000', '165640.880000', '165640.883000', '165700.771000', '165700.774000', '165700.777000', '165700.779000', '165700.782000', '165700.784000', '165700.787000', '165700.790000', '165700.792000', '165700.795000', '165700.797000', '165700.800000', '165700.802000', '165700.805000', '165700.808000', '165700.810000', '165700.813000', '165700.815000', '165700.818000', '165700.821000', '165700.823000', '165700.826000', '165700.828000', '165700.831000', '165700.834000', '165700.836000', '165700.839000', '165700.841000', '165700.844000', '165700.846000', '165700.849000', '165700.852000', '165700.854000', '165700.857000', '165700.859000', '165700.862000', '165700.865000', '165700.867000', '165700.870000', '165700.873000', '165700.875000', '165700.878000', '165700.880000', '165711.889000', '165711.892000', '165711.895000', '165711.897000', '165711.909000', '165711.912000', '165711.915000', '165711.917000', '165711.920000', '165711.923000', '165711.925000', '165711.928000', '165711.932000', '165711.935000', '165711.937000', '165711.940000', '165711.943000', '165711.945000', '165711.948000', '165711.951000', '165711.954000', '165711.956000', '165711.959000', '165711.961000', '165711.964000'], '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': [9248, 10749, 19475, 10982, 15960, 12016, 12353, 13833, 10211, 13756, 10220, 15536, 10024, 13323, 9506, 10340, 16512, 10233, 15045, 9906, 12406, 10128, 10895, 8767, 10278, 15086, 9787, 12775, 9961, 11898, 9960, 12158, 9427, 12242, 9246, 11518, 8978, 11094, 9159, 11066, 19240, 11595, 15908, 14455, 12212, 17759, 11639, 9068, 10616, 16694, 10458, 16024, 10909, 14322, 10306, 11687, 14767, 11240, 8141, 10030, 8979, 9726, 16510, 10054, 8947, 11880, 9965, 12705, 10170, 14605, 12605, 12227, 19159, 10455, 15249, 10340, 10646, 10863, 9532, 10726, 10272, 14073, 16141, 14036, 18869, 11118, 15625, 10535, 12732, 9540, 10473, 18365, 10489, 15594, 10294, 11093, 9643, 10457, 8836, 10016, 8949, 9926, 9028, 10123, 13470, 9968, 14440, 10266, 14560, 10163, 15563, 10384, 14594, 9790, 13902, 19418, 13907, 16609, 11226, 16379, 11115, 14132, 10434, 11593, 10201, 11349, 18740, 10412, 15878, 10661, 11304, 8610, 10519, 13506, 10083, 11904, 10381, 11614, 9327, 10816, 9733, 8670, 10126, 9284, 11146, 9633, 13803, 15863, 13136, 16706, 11891, 16758, 9908, 12385, 10738, 10300, 18496, 13622, 16675, 10055, 14534, 9907, 10844, 8899, 9960, 11099, 9599, 12715, 9882, 10699, 8755, 9533, 13638, 9402, 12014, 9177, 9591, 9860, 9496, 12570, 9338, 12162, 9386, 11688, 9497, 10236, 8751, 9399, 8399, 10061, 8433, 11722, 8915, 12759, 9650, 16054, 12396, 16725, 11267, 15943, 12030, 13735, 19586, 12584, 16036, 12012, 11759, 16920, 9302, 15635, 9182, 11678, 8860, 11207, 8807, 10340, 8268, 9520, 7829, 8921, 12692, 8577, 11538, 9123, 10798, 8194, 9859, 17728, 9035, 14768, 9245, 10918, 8265, 9691, 17403, 8942, 12376, 9382, 10831, 10917, 9331, 16322, 8979, 11195, 8825, 10843, 8100, 10303, 8663, 9889, 8775, 14394, 11160, 10307, 8727, 11440, 8670, 10899, 19207, 13144, 16400, 11384, 15350, 10195, 10621, 17748, 9052, 16996, 11018, 12911, 10984, 9923, 9740, 9118, 13700, 9116, 12336, 9438, 11824, 8229, 10131, 18309, 8989, 14996, 9297, 10624, 16986, 9081, 16487, 8904, 10720, 9311, 8654, 11706, 8914, 11107, 8476, 10181, 8107, 9436, 9374, 8919, 12402, 8585, 10520, 8027, 10269, 8350, 9920, 8424, 8825, 15964, 8606, 14007, 11538, 12067, 14469, 9502, 17324, 8562, 11634, 8510, 10060, 8604, 9259, 7901, 8986, 7898, 9579, 8209, 11171, 8632, 13538, 16463, 14090, 17898, 10098, 14987, 11191, 11402, 18556, 12471, 15434, 9250, 14167, 8589, 9678, 14393, 8696, 11413, 8624, 10078, 7782, 8733, 9795, 7969, 11646, 8545, 10530, 8162, 9753, 15175, 8466, 12063, 8950, 9538, 10640, 8645, 13948, 8665, 11679, 8816, 10786, 7974, 11768, 8335, 7740, 9874, 11119, 9139, 16086, 10976, 12122, 9482, 11511, 14148, 13197, 17870, 14311, 17394, 11772, 11341, 18012, 10949, 14736, 11302, 11009, 18500, 9174, 15633, 8929, 11153, 8385, 9204, 9826, 8395, 11322, 8243, 11279, 8841, 9458, 8507, 7651, 8037, 7625, 9517, 8009, 11264, 10091, 8560, 13412, 17192, 13983, 15601, 10045, 11351, 8558, 11175, 8501, 13135, 9363, 14950, 12584, 11117, 17392, 9655, 14341, 9887, 11045, 7980, 10206, 8404, 9028, 11249, 8932, 11927, 9732, 8428, 9962, 7754, 11313, 14369, 10002, 15500, 9181, 12497, 8631, 8869, 9109, 8356, 11982, 10067, 15798, 13845, 16785, 11791, 16152, 13514, 10527, 15261, 12386, 9782, 10576, 8472, 13074, 8475, 11689, 17577, 10495, 14936, 9926, 11638, 12783, 9323, 11957, 8480, 10374, 7797, 9431, 10529, 8526, 10910, 8006, 10640, 7783, 9481, 8131, 9231, 12789, 9042, 12028, 9041, 9881, 8698, 8994, 7674, 9979, 7686, 10555, 16527, 12046, 13187, 10414, 10298, 16976, 9704, 14336, 10987, 10595, 13617, 8858, 13770, 8675, 11631, 12184, 9115, 14840, 8863, 11880, 8466, 9350, 12842, 9038, 12391, 9026, 11354, 8367, 11233, 8480, 10718, 8223, 10622, 11558, 10373, 14188, 10883, 9071, 11903, 8652, 14459, 9335, 12507, 9858, 16798, 16097, 12551, 16564, 9880, 11305, 15742, 9110, 14357, 8919, 11564, 8632, 9451, 13811, 8651, 11171, 8483, 10673, 9586, 8507, 12575, 8638, 11018, 7724, 10328, 9600, 8396, 12029, 9364, 12314, 8774, 11203, 8363, 12566, 10277, 10713, 16009, 10222, 13645, 11304, 11006, 13464, 9729, 16789, 8917, 13801, 12779, 10572, 17092, 9960, 13954, 9130, 11284, 8366, 9551, 14125, 8822, 11450, 9073, 9615, 14837, 9608, 12500, 8283, 11200, 8899, 9374, 14477, 8839, 12438, 9254, 11062, 8282, 9461, 14964, 8753, 12418, 10268, 9776, 16768, 10175, 14426, 8087, 10552, 11376, 8905, 12937, 8747, 11568, 7735, 10421, 8275, 8282, 11838, 8264, 10921, 7832, 10828, 8436, 9485, 14116, 8692, 13013, 10554, 10068, 7845, 9981, 11096, 9158, 14128, 9235, 12759, 8737, 11316, 8241, 10582, 12339, 9451, 15585, 9393, 13270, 8942, 9739, 16758, 9429, 13695, 9055, 10712, 16942, 8974, 12906, 8785, 10141, 8218, 9262, 10006, 8508, 12708, 8688, 11806, 8410, 11031, 8315, 9558, 14685, 9255, 14435, 11252, 10962, 14334, 9835, 10056, 9010, 15088, 8696, 12063, 15337, 9740, 15091, 11163, 14644, 9724, 12625, 8487, 12164, 17745, 11269, 15183, 9896, 10742, 16353, 9042, 13008, 8841, 10172, 13927, 8841, 12499, 8502, 11352, 7972, 10097, 13506, 8924, 12258, 8657, 11289, 8554, 10133, 12909, 9291, 13084, 10090, 10275, 8976, 7660, 9924, 15770, 11176, 12971, 9087, 12267, 8701, 15046, 9464, 14246, 8788, 16039, 13404, 12107, 17064, 13084, 13713, 10011, 11191, 9588, 9827, 10025, 10346, 11348, 9813, 11631, 8305, 12433, 17799, 12277, 16026, 11050, 11455, 16202, 10100, 16032, 9281, 14087, 8620, 11156, 8271, 10703, 9856, 8793, 13235, 9703, 12850, 8651, 11103, 8034, 11122, 9129, 9282, 14949, 8732, 12192, 9169, 10950, 8801, 12168, 8159, 10255, 8074, 7693, 9892, 15403, 10862, 10946, 15347, 10128, 14139, 9377, 15680, 12357, 11434, 17256, 11464, 14509, 11313, 10653, 16397, 11018, 14695, 11374, 14667, 9086, 10402, 8131, 9250, 13339, 9142, 12155, 9108, 10955, 9311, 10429, 7913, 10282, 7971, 9308, 14028, 8877, 12195, 13762, 9439, 14285, 8564, 12093, 8662, 10275, 8024, 8816, 12148, 8498, 11645, 8820, 9653, 12474, 8687, 11668, 8584, 10153, 8141], 'WindowCenter': [4690.0, 4693.0, 4719.0, 4655.0, 4695.0, 4649.0, 4649.0, 4656.0, 4627.0, 4644.0, 4625.0, 4655.0, 4625.0, 4644.0, 4601.0, 4613.0, 4651.0, 4615.0, 4654.0, 4613.0, 4632.0, 4613.0, 4623.0, 4602.0, 4623.0, 4653.0, 4627.0, 4646.0, 4627.0, 4645.0, 4637.0, 4648.0, 4627.0, 4648.0, 4615.0, 4647.0, 4617.0, 4638.0, 4616.0, 4638.0, 4677.0, 4635.0, 4657.0, 4644.0, 4634.0, 4665.0, 4624.0, 4604.0, 4626.0, 4654.0, 4615.0, 4643.0, 4613.0, 4646.0, 4638.0, 4639.0, 4656.0, 4622.0, 4581.0, 4613.0, 4592.0, 4615.0, 4652.0, 4612.0, 4605.0, 4648.0, 4627.0, 4645.0, 4627.0, 4667.0, 4632.0, 4633.0, 4664.0, 4614.0, 4643.0, 4614.0, 4622.0, 4635.0, 4626.0, 4634.0, 4626.0, 4659.0, 4668.0, 4645.0, 4663.0, 4624.0, 4641.0, 4611.0, 4620.0, 4601.0, 4612.0, 4648.0, 4612.0, 4639.0, 4599.0, 4610.0, 4602.0, 4612.0, 4591.0, 4610.0, 4602.0, 4613.0, 4611.0, 4637.0, 4644.0, 4626.0, 4656.0, 4625.0, 4656.0, 4627.0, 4655.0, 4627.0, 4657.0, 4614.0, 4645.0, 4664.0, 4633.0, 4643.0, 4612.0, 4643.0, 4611.0, 4640.0, 4612.0, 4621.0, 4611.0, 4621.0, 4650.0, 4613.0, 4640.0, 4601.0, 4610.0, 4579.0, 4612.0, 4629.0, 4611.0, 4619.0, 4600.0, 4633.0, 4616.0, 4625.0, 4626.0, 4614.0, 4637.0, 4640.0, 4647.0, 4629.0, 4671.0, 4668.0, 4657.0, 4666.0, 4634.0, 4653.0, 4614.0, 4632.0, 4610.0, 4601.0, 4649.0, 4629.0, 4638.0, 4599.0, 4628.0, 4587.0, 4609.0, 4577.0, 4600.0, 4607.0, 4599.0, 4618.0, 4598.0, 4610.0, 4589.0, 4601.0, 4628.0, 4601.0, 4620.0, 4600.0, 4602.0, 4600.0, 4611.0, 4631.0, 4613.0, 4633.0, 4616.0, 4635.0, 4615.0, 4636.0, 4618.0, 4627.0, 4616.0, 4626.0, 4619.0, 4647.0, 4630.0, 4660.0, 4642.0, 4681.0, 4661.0, 4677.0, 4650.0, 4681.0, 4647.0, 4646.0, 4663.0, 4632.0, 4638.0, 4619.0, 4620.0, 4648.0, 4589.0, 4637.0, 4600.0, 4618.0, 4601.0, 4618.0, 4613.0, 4622.0, 4603.0, 4624.0, 4593.0, 4616.0, 4645.0, 4617.0, 4635.0, 4615.0, 4635.0, 4606.0, 4627.0, 4674.0, 4616.0, 4655.0, 4615.0, 4636.0, 4604.0, 4626.0, 4665.0, 4616.0, 4645.0, 4614.0, 4635.0, 4623.0, 4616.0, 4664.0, 4615.0, 4624.0, 4615.0, 4640.0, 4621.0, 4636.0, 4619.0, 4627.0, 4630.0, 4684.0, 4661.0, 4639.0, 4621.0, 4662.0, 4618.0, 4639.0, 4675.0, 4645.0, 4666.0, 4636.0, 4654.0, 4612.0, 4624.0, 4661.0, 4601.0, 4650.0, 4610.0, 4620.0, 4609.0, 4611.0, 4600.0, 4600.0, 4630.0, 4590.0, 4619.0, 4589.0, 4619.0, 4580.0, 4611.0, 4648.0, 4588.0, 4628.0, 4589.0, 4609.0, 4637.0, 4588.0, 4639.0, 4586.0, 4606.0, 4585.0, 4588.0, 4617.0, 4602.0, 4608.0, 4591.0, 4610.0, 4590.0, 4612.0, 4600.0, 4602.0, 4632.0, 4604.0, 4623.0, 4606.0, 4626.0, 4605.0, 4636.0, 4606.0, 4617.0, 4678.0, 4630.0, 4668.0, 4634.0, 4634.0, 4651.0, 4613.0, 4661.0, 4600.0, 4633.0, 4590.0, 4612.0, 4602.0, 4613.0, 4605.0, 4616.0, 4606.0, 4640.0, 4631.0, 4648.0, 4629.0, 4684.0, 4690.0, 4667.0, 4676.0, 4625.0, 4653.0, 4620.0, 4621.0, 4652.0, 4630.0, 4650.0, 4600.0, 4639.0, 4588.0, 4598.0, 4639.0, 4600.0, 4619.0, 4590.0, 4611.0, 4591.0, 4602.0, 4612.0, 4604.0, 4634.0, 4614.0, 4625.0, 4605.0, 4626.0, 4663.0, 4615.0, 4646.0, 4615.0, 4625.0, 4623.0, 4615.0, 4655.0, 4604.0, 4647.0, 4628.0, 4647.0, 4607.0, 4648.0, 4618.0, 4609.0, 4650.0, 4649.0, 4629.0, 4680.0, 4650.0, 4659.0, 4626.0, 4648.0, 4668.0, 4659.0, 4668.0, 4642.0, 4654.0, 4608.0, 4597.0, 4626.0, 4586.0, 4614.0, 4582.0, 4585.0, 4622.0, 4572.0, 4612.0, 4562.0, 4592.0, 4551.0, 4573.0, 4571.0, 4565.0, 4593.0, 4591.0, 4608.0, 4600.0, 4600.0, 4604.0, 4606.0, 4618.0, 4593.0, 4610.0, 4593.0, 4647.0, 4639.0, 4628.0, 4669.0, 4667.0, 4644.0, 4654.0, 4613.0, 4624.0, 4604.0, 4633.0, 4630.0, 4656.0, 4613.0, 4654.0, 4630.0, 4621.0, 4638.0, 4599.0, 4640.0, 4598.0, 4634.0, 4590.0, 4609.0, 4589.0, 4600.0, 4608.0, 4601.0, 4619.0, 4599.0, 4590.0, 4613.0, 4596.0, 4635.0, 4641.0, 4613.0, 4652.0, 4616.0, 4645.0, 4617.0, 4613.0, 4628.0, 4619.0, 4646.0, 4639.0, 4666.0, 4645.0, 4656.0, 4635.0, 4657.0, 4645.0, 4624.0, 4644.0, 4633.0, 4612.0, 4611.0, 4580.0, 4619.0, 4577.0, 4609.0, 4637.0, 4597.0, 4627.0, 4587.0, 4608.0, 4603.0, 4600.0, 4604.0, 4575.0, 4595.0, 4566.0, 4614.0, 4610.0, 4602.0, 4609.0, 4591.0, 4622.0, 4593.0, 4613.0, 4592.0, 4614.0, 4632.0, 4603.0, 4645.0, 4617.0, 4627.0, 4616.0, 4615.0, 4594.0, 4637.0, 4609.0, 4650.0, 4666.0, 4646.0, 4647.0, 4636.0, 4626.0, 4664.0, 4614.0, 4653.0, 4621.0, 4623.0, 4639.0, 4600.0, 4629.0, 4590.0, 4621.0, 4620.0, 4601.0, 4639.0, 4600.0, 4621.0, 4589.0, 4600.0, 4618.0, 4590.0, 4618.0, 4601.0, 4621.0, 4594.0, 4623.0, 4615.0, 4624.0, 4605.0, 4635.0, 4635.0, 4625.0, 4654.0, 4636.0, 4616.0, 4662.0, 4629.0, 4669.0, 4629.0, 4646.0, 4627.0, 4680.0, 4654.0, 4633.0, 4641.0, 4600.0, 4611.0, 4638.0, 4589.0, 4628.0, 4586.0, 4607.0, 4576.0, 4585.0, 4626.0, 4586.0, 4607.0, 4577.0, 4609.0, 4599.0, 4590.0, 4617.0, 4602.0, 4610.0, 4580.0, 4611.0, 4611.0, 4602.0, 4632.0, 4613.0, 4644.0, 4617.0, 4635.0, 4617.0, 4658.0, 4625.0, 4637.0, 4666.0, 4626.0, 4656.0, 4623.0, 4625.0, 4643.0, 4615.0, 4662.0, 4602.0, 4643.0, 4631.0, 4612.0, 4651.0, 4610.0, 4641.0, 4601.0, 4621.0, 4592.0, 4612.0, 4637.0, 4599.0, 4620.0, 4589.0, 4612.0, 4642.0, 4613.0, 4631.0, 4605.0, 4634.0, 4600.0, 4612.0, 4640.0, 4602.0, 4632.0, 4602.0, 4634.0, 4602.0, 4626.0, 4653.0, 4603.0, 4632.0, 4610.0, 4613.0, 4652.0, 4612.0, 4642.0, 4591.0, 4622.0, 4617.0, 4602.0, 4631.0, 4602.0, 4632.0, 4608.0, 4636.0, 4617.0, 4629.0, 4645.0, 4616.0, 4635.0, 4606.0, 4646.0, 4615.0, 4627.0, 4665.0, 4618.0, 4655.0, 4634.0, 4626.0, 4605.0, 4626.0, 4633.0, 4626.0, 4654.0, 4626.0, 4658.0, 4617.0, 4636.0, 4616.0, 4638.0, 4656.0, 4628.0, 4666.0, 4625.0, 4657.0, 4614.0, 4626.0, 4666.0, 4626.0, 4656.0, 4614.0, 4624.0, 4664.0, 4613.0, 4643.0, 4602.0, 4623.0, 4602.0, 4614.0, 4622.0, 4617.0, 4655.0, 4616.0, 4646.0, 4606.0, 4635.0, 4604.0, 4627.0, 4655.0, 4616.0, 4668.0, 4635.0, 4636.0, 4654.0, 4624.0, 4622.0, 4615.0, 4654.0, 4603.0, 4634.0, 4651.0, 4614.0, 4654.0, 4623.0, 4653.0, 4615.0, 4644.0, 4615.0, 4635.0, 4652.0, 4619.0, 4641.0, 4599.0, 4621.0, 4650.0, 4598.0, 4629.0, 4588.0, 4610.0, 4628.0, 4589.0, 4618.0, 4590.0, 4620.0, 4592.0, 4622.0, 4641.0, 4603.0, 4632.0, 4602.0, 4633.0, 4603.0, 4624.0, 4642.0, 4614.0, 4642.0, 4626.0, 4636.0, 4627.0, 4608.0, 4651.0, 4682.0, 4649.0, 4656.0, 4629.0, 4657.0, 4617.0, 4665.0, 4625.0, 4665.0, 4617.0, 4667.0, 4643.0, 4633.0, 4653.0, 4644.0, 4641.0, 4613.0, 4622.0, 4613.0, 4612.0, 4614.0, 4611.0, 4624.0, 4613.0, 4634.0, 4605.0, 4646.0, 4654.0, 4621.0, 4640.0, 4609.0, 4610.0, 4637.0, 4600.0, 4637.0, 4589.0, 4629.0, 4590.0, 4608.0, 4578.0, 4608.0, 4599.0, 4590.0, 4630.0, 4612.0, 4629.0, 4603.0, 4621.0, 4593.0, 4634.0, 4602.0, 4614.0, 4651.0, 4603.0, 4633.0, 4613.0, 4622.0, 4615.0, 4647.0, 4620.0, 4637.0, 4608.0, 4619.0, 4640.0, 4667.0, 4624.0, 4640.0, 4655.0, 4638.0, 4667.0, 4628.0, 4679.0, 4635.0, 4634.0, 4652.0, 4607.0, 4630.0, 4597.0, 4598.0, 4626.0, 4596.0, 4617.0, 4595.0, 4615.0, 4562.0, 4584.0, 4551.0, 4573.0, 4601.0, 4572.0, 4593.0, 4562.0, 4584.0, 4574.0, 4583.0, 4554.0, 4586.0, 4565.0, 4575.0, 4613.0, 4564.0, 4605.0, 4603.0, 4575.0, 4614.0, 4576.0, 4605.0, 4573.0, 4596.0, 4565.0, 4576.0, 4603.0, 4575.0, 4606.0, 4575.0, 4598.0, 4616.0, 4589.0, 4619.0, 4588.0, 4598.0, 4576.0], 'WindowWidth': [10284.0, 10274.0, 10308.0, 10202.0, 10262.0, 10185.0, 10180.0, 10186.0, 10146.0, 10164.0, 10140.0, 10182.0, 10140.0, 10166.0, 10104.0, 10121.0, 10169.0, 10124.0, 10179.0, 10120.0, 10145.0, 10119.0, 10135.0, 10103.0, 10136.0, 10178.0, 10145.0, 10171.0, 10146.0, 10168.0, 10164.0, 10179.0, 10149.0, 10176.0, 10129.0, 10174.0, 10133.0, 10163.0, 10131.0, 10164.0, 10222.0, 10154.0, 10188.0, 10165.0, 10150.0, 10194.0, 10137.0, 10110.0, 10141.0, 10176.0, 10121.0, 10158.0, 10116.0, 10168.0, 10163.0, 10164.0, 10185.0, 10131.0, 10070.0, 10117.0, 10087.0, 10125.0, 10174.0, 10118.0, 10111.0, 10176.0, 10148.0, 10169.0, 10147.0, 10203.0, 10144.0, 10145.0, 10192.0, 10120.0, 10156.0, 10120.0, 10129.0, 10155.0, 10144.0, 10152.0, 10142.0, 10194.0, 10208.0, 10166.0, 10189.0, 10135.0, 10154.0, 10111.0, 10125.0, 10098.0, 10113.0, 10161.0, 10112.0, 10147.0, 10093.0, 10108.0, 10103.0, 10115.0, 10086.0, 10111.0, 10102.0, 10120.0, 10120.0, 10160.0, 10163.0, 10141.0, 10184.0, 10140.0, 10183.0, 10142.0, 10181.0, 10144.0, 10185.0, 10120.0, 10164.0, 10193.0, 10144.0, 10161.0, 10115.0, 10162.0, 10114.0, 10151.0, 10118.0, 10128.0, 10114.0, 10128.0, 10167.0, 10116.0, 10152.0, 10098.0, 10109.0, 10065.0, 10113.0, 10135.0, 10112.0, 10120.0, 10095.0, 10149.0, 10132.0, 10138.0, 10142.0, 10127.0, 10162.0, 10171.0, 10178.0, 10153.0, 10212.0, 10207.0, 10188.0, 10199.0, 10151.0, 10176.0, 10120.0, 10145.0, 10109.0, 10098.0, 10166.0, 10134.0, 10148.0, 10091.0, 10131.0, 10075.0, 10107.0, 10061.0, 10093.0, 10100.0, 10094.0, 10117.0, 10092.0, 10109.0, 10080.0, 10099.0, 10133.0, 10100.0, 10125.0, 10097.0, 10103.0, 10096.0, 10115.0, 10143.0, 10121.0, 10147.0, 10128.0, 10151.0, 10126.0, 10160.0, 10140.0, 10148.0, 10132.0, 10145.0, 10140.0, 10174.0, 10155.0, 10196.0, 10177.0, 10231.0, 10200.0, 10218.0, 10185.0, 10234.0, 10174.0, 10171.0, 10196.0, 10143.0, 10150.0, 10119.0, 10126.0, 10162.0, 10081.0, 10145.0, 10098.0, 10119.0, 10101.0, 10122.0, 10123.0, 10134.0, 10109.0, 10140.0, 10096.0, 10132.0, 10170.0, 10134.0, 10156.0, 10129.0, 10156.0, 10117.0, 10149.0, 10211.0, 10130.0, 10183.0, 10129.0, 10158.0, 10113.0, 10145.0, 10198.0, 10130.0, 10169.0, 10126.0, 10156.0, 10135.0, 10128.0, 10194.0, 10127.0, 10134.0, 10127.0, 10167.0, 10146.0, 10160.0, 10139.0, 10147.0, 10158.0, 10238.0, 10204.0, 10168.0, 10144.0, 10205.0, 10137.0, 10167.0, 10214.0, 10166.0, 10203.0, 10158.0, 10181.0, 10118.0, 10138.0, 10184.0, 10102.0, 10171.0, 10111.0, 10127.0, 10108.0, 10114.0, 10098.0, 10099.0, 10138.0, 10084.0, 10122.0, 10081.0, 10121.0, 10070.0, 10114.0, 10161.0, 10079.0, 10133.0, 10081.0, 10109.0, 10143.0, 10078.0, 10149.0, 10073.0, 10100.0, 10068.0, 10078.0, 10116.0, 10106.0, 10107.0, 10089.0, 10112.0, 10087.0, 10119.0, 10100.0, 10105.0, 10146.0, 10111.0, 10136.0, 10120.0, 10145.0, 10115.0, 10160.0, 10118.0, 10134.0, 10225.0, 10159.0, 10210.0, 10153.0, 10152.0, 10173.0, 10122.0, 10187.0, 10101.0, 10148.0, 10086.0, 10121.0, 10107.0, 10125.0, 10117.0, 10132.0, 10119.0, 10174.0, 10164.0, 10181.0, 10157.0, 10243.0, 10247.0, 10205.0, 10218.0, 10142.0, 10182.0, 10125.0, 10128.0, 10177.0, 10139.0, 10170.0, 10101.0, 10153.0, 10079.0, 10095.0, 10150.0, 10102.0, 10125.0, 10086.0, 10116.0, 10089.0, 10107.0, 10121.0, 10115.0, 10155.0, 10125.0, 10143.0, 10117.0, 10145.0, 10194.0, 10132.0, 10173.0, 10128.0, 10142.0, 10136.0, 10129.0, 10183.0, 10112.0, 10180.0, 10156.0, 10177.0, 10121.0, 10178.0, 10140.0, 10128.0, 10186.0, 10180.0, 10155.0, 10229.0, 10183.0, 10196.0, 10147.0, 10180.0, 10207.0, 10196.0, 10215.0, 10162.0, 10180.0, 10104.0, 10087.0, 10130.0, 10068.0, 10109.0, 10060.0, 10065.0, 10117.0, 10047.0, 10103.0, 10032.0, 10073.0, 10016.0, 10047.0, 10043.0, 10040.0, 10077.0, 10091.0, 10108.0, 10099.0, 10100.0, 10111.0, 10119.0, 10140.0, 10097.0, 10113.0, 10092.0, 10176.0, 10168.0, 10153.0, 10211.0, 10212.0, 10164.0, 10179.0, 10118.0, 10135.0, 10111.0, 10149.0, 10161.0, 10188.0, 10123.0, 10181.0, 10140.0, 10127.0, 10152.0, 10093.0, 10154.0, 10091.0, 10155.0, 10087.0, 10111.0, 10082.0, 10100.0, 10106.0, 10100.0, 10123.0, 10097.0, 10086.0, 10120.0, 10103.0, 10154.0, 10156.0, 10120.0, 10178.0, 10128.0, 10169.0, 10131.0, 10122.0, 10150.0, 10140.0, 10173.0, 10167.0, 10205.0, 10165.0, 10186.0, 10152.0, 10187.0, 10168.0, 10135.0, 10163.0, 10149.0, 10119.0, 10114.0, 10069.0, 10120.0, 10059.0, 10105.0, 10145.0, 10083.0, 10128.0, 10074.0, 10105.0, 10091.0, 10097.0, 10093.0, 10055.0, 10081.0, 10044.0, 10127.0, 10111.0, 10104.0, 10109.0, 10089.0, 10133.0, 10093.0, 10119.0, 10092.0, 10123.0, 10145.0, 10109.0, 10169.0, 10134.0, 10148.0, 10131.0, 10128.0, 10100.0, 10162.0, 10130.0, 10184.0, 10205.0, 10171.0, 10174.0, 10157.0, 10144.0, 10195.0, 10123.0, 10178.0, 10128.0, 10133.0, 10150.0, 10099.0, 10139.0, 10085.0, 10129.0, 10124.0, 10101.0, 10152.0, 10100.0, 10130.0, 10082.0, 10097.0, 10121.0, 10084.0, 10122.0, 10102.0, 10129.0, 10096.0, 10134.0, 10129.0, 10139.0, 10113.0, 10156.0, 10156.0, 10141.0, 10180.0, 10157.0, 10133.0, 10203.0, 10154.0, 10208.0, 10154.0, 10169.0, 10148.0, 10232.0, 10181.0, 10146.0, 10157.0, 10097.0, 10114.0, 10147.0, 10080.0, 10135.0, 10072.0, 10101.0, 10058.0, 10072.0, 10126.0, 10074.0, 10101.0, 10062.0, 10108.0, 10095.0, 10085.0, 10118.0, 10104.0, 10112.0, 10071.0, 10114.0, 10115.0, 10108.0, 10145.0, 10123.0, 10166.0, 10136.0, 10157.0, 10136.0, 10191.0, 10142.0, 10160.0, 10203.0, 10144.0, 10187.0, 10136.0, 10142.0, 10162.0, 10129.0, 10191.0, 10105.0, 10164.0, 10140.0, 10119.0, 10174.0, 10113.0, 10157.0, 10101.0, 10130.0, 10091.0, 10119.0, 10149.0, 10098.0, 10127.0, 10083.0, 10118.0, 10160.0, 10120.0, 10144.0, 10115.0, 10152.0, 10100.0, 10119.0, 10155.0, 10105.0, 10146.0, 10106.0, 10150.0, 10107.0, 10144.0, 10179.0, 10108.0, 10146.0, 10113.0, 10120.0, 10174.0, 10117.0, 10160.0, 10088.0, 10132.0, 10120.0, 10105.0, 10144.0, 10106.0, 10144.0, 10127.0, 10162.0, 10139.0, 10158.0, 10171.0, 10132.0, 10157.0, 10120.0, 10175.0, 10129.0, 10148.0, 10199.0, 10138.0, 10186.0, 10154.0, 10146.0, 10117.0, 10147.0, 10152.0, 10145.0, 10185.0, 10145.0, 10194.0, 10135.0, 10160.0, 10134.0, 10166.0, 10188.0, 10152.0, 10204.0, 10145.0, 10189.0, 10126.0, 10146.0, 10203.0, 10147.0, 10190.0, 10124.0, 10140.0, 10196.0, 10125.0, 10165.0, 10106.0, 10136.0, 10106.0, 10126.0, 10134.0, 10135.0, 10186.0, 10132.0, 10172.0, 10119.0, 10158.0, 10115.0, 10147.0, 10184.0, 10131.0, 10207.0, 10154.0, 10157.0, 10179.0, 10139.0, 10135.0, 10130.0, 10182.0, 10107.0, 10152.0, 10172.0, 10125.0, 10182.0, 10137.0, 10177.0, 10127.0, 10165.0, 10130.0, 10154.0, 10179.0, 10123.0, 10157.0, 10096.0, 10129.0, 10168.0, 10095.0, 10140.0, 10079.0, 10110.0, 10135.0, 10083.0, 10120.0, 10087.0, 10126.0, 10093.0, 10134.0, 10157.0, 10108.0, 10145.0, 10106.0, 10148.0, 10107.0, 10138.0, 10161.0, 10126.0, 10162.0, 10145.0, 10160.0, 10151.0, 10126.0, 10190.0, 10235.0, 10182.0, 10188.0, 10156.0, 10191.0, 10136.0, 10199.0, 10145.0, 10198.0, 10134.0, 10204.0, 10160.0, 10149.0, 10180.0, 10164.0, 10158.0, 10121.0, 10132.0, 10121.0, 10118.0, 10122.0, 10117.0, 10137.0, 10120.0, 10149.0, 10115.0, 10169.0, 10185.0, 10127.0, 10156.0, 10105.0, 10108.0, 10145.0, 10095.0, 10144.0, 10081.0, 10136.0, 10084.0, 10105.0, 10063.0, 10106.0, 10093.0, 10083.0, 10137.0, 10116.0, 10138.0, 10106.0, 10128.0, 10096.0, 10150.0, 10105.0, 10123.0, 10171.0, 10107.0, 10149.0, 10120.0, 10134.0, 10126.0, 10175.0, 10144.0, 10162.0, 10125.0, 10141.0, 10170.0, 10204.0, 10137.0, 10167.0, 10182.0, 10163.0, 10203.0, 10153.0, 10227.0, 10154.0, 10150.0, 10177.0, 10102.0, 10138.0, 10085.0, 10087.0, 10129.0, 10083.0, 10115.0, 10080.0, 10109.0, 10032.0, 10065.0, 10015.0, 10046.0, 10084.0, 10045.0, 10075.0, 10031.0, 10062.0, 10051.0, 10062.0, 10023.0, 10069.0, 10041.0, 10054.0, 10104.0, 10035.0, 10094.0, 10087.0, 10051.0, 10107.0, 10057.0, 10094.0, 10050.0, 10085.0, 10041.0, 10057.0, 10091.0, 10055.0, 10099.0, 10056.0, 10089.0, 10112.0, 10081.0, 10121.0, 10078.0, 10090.0, 10060.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.0025665132336018404</td></tr>
<tr><td colspan=3>aqi</td><td>0.03614510230149598</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.9732067969125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2666892744470057</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0022016245391694</td></tr>
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
<tr><td colspan=3>fber</td><td>6653.9937</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1086790937547209</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.860759493670885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3663685497697284</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.33018648989857</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5280599397263543</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2408592196842614</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174083</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013131381943821907</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023694870993494987</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.334965501941021</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>20.6359</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2262</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2654</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297153.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>936.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.337</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2452</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.3553</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3843.4809</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.2622</td></tr>
<tr><td colspan=3>tsnr</td><td>35.8871218462009</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>