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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:40:9.642500</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>[1, 0, 0, 0, 1, 0]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0841477</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7683, -7302, 425, -79, -44, 37, 36]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>230.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a821d50a-86ce-4da0-b18b-0532ce85b6fb||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.682926893234253, 0.0, 0.0, 110.0], [0.0, 2.682926893234253, 0.0, -81.07707977294922], [0.0, 0.0, 2.700000047683716, -90.25], [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': ['144009.642500', '144010.102500', '144010.562500', '144011.022500', '144011.482500', '144011.942500', '144012.402500', '144012.862500', '144013.322500', '144013.782500', '144014.242500', '144014.702500', '144015.162500', '144015.622500', '144016.082500', '144016.542500', '144017.002500', '144017.462500', '144017.922500', '144018.382500', '144018.842500', '144019.302500', '144019.762500', '144020.222500', '144020.682500', '144021.142500', '144021.602500', '144022.062500', '144022.522500', '144022.982500', '144023.442500', '144023.902500', '144024.362500', '144024.822500', '144025.282500', '144025.742500', '144026.202500', '144026.662500', '144027.122500', '144027.582500', '144028.042500', '144028.502500', '144028.962500', '144029.422500', '144029.882500', '144030.342500', '144030.802500', '144031.262500', '144031.722500', '144032.182500', '144032.642500', '144033.102500', '144033.562500', '144034.022500', '144034.482500', '144034.942500', '144035.402500', '144035.862500', '144036.322500', '144036.782500', '144037.242500', '144037.702500', '144038.162500', '144038.622500', '144039.082500', '144039.542500', '144040.002500', '144040.462500', '144040.922500', '144041.382500', '144041.842500', '144042.302500', '144042.762500', '144043.222500', '144043.682500', '144044.142500', '144044.602500', '144045.062500', '144045.522500', '144045.982500', '144046.442500', '144046.902500', '144047.362500', '144047.822500', '144048.282500', '144048.742500', '144049.202500', '144049.662500', '144050.122500', '144050.582500', '144051.042500', '144051.502500', '144051.962500', '144052.422500', '144052.882500', '144053.342500', '144053.802500', '144054.262500', '144054.722500', '144055.182500', '144055.642500', '144056.102500', '144056.562500', '144057.022500', '144057.482500', '144057.942500', '144058.402500', '144058.862500', '144059.322500', '144059.782500', '144100.242500', '144100.702500', '144101.162500', '144101.622500', '144102.082500', '144102.542500', '144103.002500', '144103.462500', '144103.922500', '144104.382500', '144104.842500', '144105.302500', '144105.762500', '144106.222500', '144106.682500', '144107.142500', '144107.602500', '144108.062500', '144108.522500', '144108.982500', '144109.442500', '144109.902500', '144110.362500', '144110.822500', '144111.282500', '144111.742500', '144112.202500', '144112.662500', '144113.122500', '144113.582500', '144114.042500', '144114.502500', '144114.962500', '144115.422500', '144115.882500', '144116.342500', '144116.802500', '144117.262500', '144117.722500', '144118.182500', '144118.642500', '144119.102500', '144119.562500', '144120.022500', '144120.482500', '144120.942500', '144121.402500', '144121.862500', '144122.322500', '144122.782500', '144123.242500', '144123.702500', '144124.162500', '144124.622500', '144125.082500', '144125.542500', '144126.002500', '144126.462500', '144126.922500', '144127.382500', '144127.842500', '144128.302500', '144128.762500', '144129.222500', '144129.682500', '144130.142500', '144130.602500', '144131.062500', '144131.522500', '144131.982500', '144132.442500', '144132.902500', '144133.362500', '144133.822500', '144134.282500', '144134.742500', '144135.202500', '144135.662500', '144136.122500', '144136.582500', '144137.042500', '144137.502500', '144137.962500', '144138.422500', '144138.882500', '144139.342500', '144139.802500', '144140.262500', '144140.722500', '144141.182500', '144141.642500', '144142.102500', '144142.562500', '144143.022500', '144143.482500', '144143.942500', '144144.402500', '144144.862500', '144145.322500', '144145.782500', '144146.242500', '144146.702500', '144147.162500', '144147.622500', '144148.082500', '144148.542500', '144149.002500', '144149.462500', '144149.922500', '144150.382500', '144150.842500', '144151.302500', '144151.762500', '144152.222500', '144152.682500', '144153.142500', '144153.602500', '144154.062500', '144154.522500', '144154.982500', '144155.442500', '144155.902500', '144156.362500', '144156.822500', '144157.282500', '144157.742500', '144158.202500', '144158.662500', '144159.122500', '144159.582500', '144200.042500', '144200.502500', '144200.962500', '144201.422500', '144201.882500', '144202.342500', '144202.802500', '144203.262500', '144203.722500', '144204.182500', '144204.642500', '144205.102500', '144205.562500', '144206.022500', '144206.482500', '144206.942500', '144207.402500', '144207.862500', '144208.322500', '144208.782500', '144209.242500', '144209.702500', '144210.162500', '144210.622500', '144211.082500', '144211.542500', '144212.002500', '144212.462500', '144212.922500', '144213.382500', '144213.842500', '144214.302500', '144214.762500', '144215.222500', '144215.682500', '144216.142500', '144216.602500', '144217.062500', '144217.522500', '144217.982500', '144218.442500', '144218.902500', '144219.362500', '144219.822500', '144220.282500', '144220.742500', '144221.202500', '144221.662500', '144222.122500', '144222.582500', '144223.042500', '144223.502500', '144223.962500', '144224.422500', '144224.882500', '144225.342500', '144225.802500', '144226.262500', '144226.722500', '144227.182500', '144227.642500', '144228.102500', '144228.562500', '144229.022500', '144229.482500', '144229.942500', '144230.402500', '144230.862500', '144231.322500', '144231.782500', '144232.242500', '144232.702500', '144233.162500', '144233.622500', '144234.082500', '144234.542500', '144235.002500', '144235.462500', '144235.922500', '144236.382500', '144236.842500', '144237.302500', '144237.762500', '144238.222500', '144238.682500', '144239.142500', '144239.602500', '144240.062500', '144240.522500', '144240.982500', '144241.442500', '144241.902500', '144242.362500', '144242.822500', '144243.282500', '144243.742500', '144244.202500', '144244.662500', '144245.122500', '144245.582500', '144246.042500', '144246.502500', '144246.962500', '144247.422500', '144247.882500', '144248.342500', '144248.802500', '144249.262500', '144249.722500', '144250.182500', '144250.642500', '144251.102500', '144251.562500', '144252.022500', '144252.482500', '144252.942500', '144253.402500', '144253.862500', '144254.322500', '144254.782500', '144255.242500', '144255.702500', '144256.162500', '144256.622500', '144257.082500', '144257.542500', '144258.002500', '144258.462500', '144258.922500', '144259.382500', '144259.842500', '144300.302500', '144300.762500', '144301.222500', '144301.682500', '144302.142500', '144302.602500', '144303.062500', '144303.522500', '144303.982500', '144304.442500', '144304.902500', '144305.362500', '144305.822500', '144306.282500', '144306.742500', '144307.202500', '144307.662500', '144308.122500', '144308.582500', '144309.042500', '144309.502500', '144309.962500', '144310.422500', '144310.882500', '144311.342500', '144311.802500', '144312.262500', '144312.722500', '144313.182500', '144313.642500', '144314.102500', '144314.562500', '144315.022500', '144315.482500', '144315.942500', '144316.402500', '144316.862500', '144317.322500', '144317.782500', '144318.242500', '144318.702500', '144319.162500', '144319.622500', '144320.082500', '144320.542500', '144321.002500', '144321.462500', '144321.922500', '144322.382500', '144322.842500', '144323.302500', '144323.762500', '144324.222500', '144324.682500', '144325.142500', '144325.602500', '144326.062500', '144326.522500', '144326.982500', '144327.442500', '144327.902500', '144328.362500', '144328.822500', '144329.282500', '144329.742500', '144330.202500', '144330.662500', '144331.122500', '144331.582500', '144332.042500', '144332.502500', '144332.962500', '144333.422500', '144333.882500', '144334.342500', '144334.802500', '144335.262500', '144335.722500', '144336.182500', '144336.642500', '144337.102500', '144337.562500', '144338.022500', '144338.482500', '144338.942500', '144339.402500', '144339.862500', '144340.322500', '144340.782500', '144341.242500', '144341.702500', '144342.162500', '144342.622500', '144343.082500', '144343.542500', '144344.002500', '144344.462500', '144344.922500', '144345.382500', '144345.842500', '144346.302500', '144346.762500', '144347.222500', '144347.682500', '144348.142500', '144348.602500', '144349.062500', '144349.522500', '144349.982500', '144350.442500', '144350.902500', '144351.362500', '144351.822500', '144352.282500', '144352.742500', '144353.202500', '144353.662500', '144354.122500', '144354.582500', '144355.042500', '144355.502500', '144355.962500', '144356.422500', '144356.882500', '144357.342500', '144357.802500', '144358.262500', '144358.722500', '144359.182500', '144359.642500', '144400.102500', '144400.562500', '144401.022500', '144401.482500', '144401.942500', '144402.402500', '144402.862500', '144403.322500', '144403.782500', '144404.242500', '144404.702500', '144405.162500', '144405.622500', '144406.082500', '144406.542500', '144407.002500', '144407.462500', '144407.922500', '144408.382500', '144408.842500', '144409.302500', '144409.762500', '144410.222500', '144410.682500', '144411.142500', '144411.602500', '144412.062500', '144412.522500', '144412.982500', '144413.442500', '144413.902500', '144414.362500', '144414.822500', '144415.282500', '144415.742500', '144416.202500', '144416.662500', '144417.122500', '144417.582500', '144418.042500', '144418.502500', '144418.962500', '144419.422500', '144419.882500', '144420.342500', '144420.802500', '144421.262500', '144421.722500', '144422.182500', '144422.642500', '144423.102500', '144423.562500', '144424.022500', '144424.482500', '144424.942500', '144425.402500', '144425.862500', '144426.322500', '144426.782500', '144427.242500', '144427.702500', '144428.162500', '144428.622500', '144429.082500', '144429.542500', '144430.002500', '144430.462500', '144430.922500', '144431.382500', '144431.842500', '144432.302500', '144432.762500', '144433.222500', '144433.682500', '144434.142500', '144434.602500', '144435.062500', '144435.522500', '144435.982500', '144436.442500', '144436.902500', '144437.362500', '144437.822500', '144438.282500', '144438.742500', '144439.202500', '144439.662500', '144440.122500', '144440.582500', '144441.042500', '144441.502500', '144441.962500', '144442.422500', '144442.882500', '144443.342500', '144443.802500', '144444.262500', '144444.722500', '144445.182500', '144445.642500', '144446.102500', '144446.562500', '144447.022500', '144447.482500', '144447.942500', '144448.402500', '144448.862500', '144449.322500', '144449.782500', '144450.242500', '144450.702500', '144451.162500', '144451.622500', '144452.082500', '144452.542500', '144453.002500', '144453.462500', '144453.922500', '144454.382500', '144454.842500', '144455.302500', '144455.762500', '144456.222500', '144456.682500', '144457.142500', '144457.602500', '144458.062500', '144458.522500', '144458.982500', '144459.442500', '144459.902500', '144500.362500', '144500.822500', '144501.282500', '144501.742500', '144502.202500', '144502.662500', '144503.122500', '144503.582500', '144504.042500', '144504.502500', '144504.962500', '144505.422500', '144505.882500', '144506.342500', '144506.802500', '144507.262500', '144507.722500', '144508.182500', '144508.642500', '144509.102500', '144509.562500', '144510.022500', '144510.482500', '144510.942500', '144511.402500', '144511.862500', '144512.322500', '144512.782500', '144513.242500', '144513.702500', '144514.162500', '144514.622500', '144515.082500', '144515.542500', '144516.002500', '144516.462500', '144516.922500', '144517.382500', '144517.842500', '144518.302500', '144518.762500', '144519.222500', '144519.682500', '144520.142500', '144520.602500', '144521.062500', '144521.522500', '144521.982500', '144522.442500', '144522.902500', '144523.362500', '144523.822500', '144524.282500', '144524.742500', '144525.202500', '144525.662500', '144526.122500', '144526.582500', '144527.042500', '144527.502500', '144527.962500', '144528.422500', '144528.882500', '144529.342500', '144529.802500', '144530.262500', '144530.722500', '144531.182500', '144531.642500', '144532.102500', '144532.562500', '144533.022500', '144533.482500', '144533.942500', '144534.402500', '144534.862500', '144535.322500', '144535.782500', '144536.242500', '144536.702500', '144537.162500', '144537.622500', '144538.082500', '144538.542500', '144539.002500', '144539.462500', '144539.922500', '144540.382500', '144540.842500', '144541.302500', '144541.762500', '144542.222500', '144542.682500', '144543.142500', '144543.602500', '144544.062500', '144544.522500', '144544.982500', '144545.442500', '144545.902500', '144546.362500', '144546.822500', '144547.282500', '144547.742500', '144548.202500', '144548.662500', '144549.122500', '144549.582500', '144550.042500', '144550.502500', '144550.962500', '144551.422500', '144551.882500', '144552.342500', '144552.802500', '144553.262500', '144553.722500', '144554.182500', '144554.642500', '144555.102500', '144555.562500', '144556.022500', '144556.482500', '144556.942500', '144557.402500', '144557.862500', '144558.322500', '144558.782500', '144559.242500', '144559.702500', '144600.162500', '144600.622500', '144601.082500', '144601.542500', '144602.002500', '144602.462500', '144602.922500', '144603.382500', '144603.842500', '144604.302500', '144604.762500', '144605.222500', '144605.682500', '144606.142500', '144606.602500', '144607.062500', '144607.522500', '144607.982500', '144608.442500', '144608.902500', '144609.362500', '144609.822500', '144610.282500', '144610.742500', '144611.202500', '144611.662500', '144612.122500', '144612.582500', '144613.042500', '144613.502500', '144613.962500', '144614.422500', '144614.882500', '144615.342500', '144615.802500', '144616.262500', '144616.722500', '144617.182500', '144617.642500', '144618.102500', '144618.562500', '144619.022500', '144619.482500', '144619.942500', '144620.402500', '144620.862500', '144621.322500', '144621.782500', '144622.242500', '144622.702500', '144623.162500', '144623.622500', '144624.082500', '144624.542500', '144625.002500', '144625.462500', '144625.922500', '144626.382500', '144626.842500', '144627.302500', '144627.762500', '144628.222500', '144628.682500', '144629.142500', '144629.602500', '144630.062500', '144630.522500', '144630.982500', '144631.442500', '144631.902500', '144632.362500', '144632.822500', '144633.282500', '144633.742500', '144634.202500', '144634.662500', '144635.122500', '144635.582500', '144636.042500', '144636.502500', '144636.962500', '144637.422500', '144637.882500', '144638.342500', '144638.802500', '144639.262500', '144639.722500', '144640.182500', '144640.642500', '144641.102500', '144641.562500', '144642.022500', '144642.482500', '144642.942500', '144643.402500', '144643.862500', '144644.322500', '144644.782500', '144645.242500', '144645.702500', '144646.162500', '144646.622500', '144647.082500', '144647.542500', '144648.002500', '144648.462500', '144648.922500', '144649.382500', '144649.842500', '144650.302500'], 'ContentTime': ['144028.396000', '144028.399000', '144028.402000', '144028.405000', '144028.410000', '144028.413000', '144028.416000', '144028.418000', '144028.421000', '144028.424000', '144028.426000', '144028.429000', '144028.432000', '144028.434000', '144028.437000', '144028.440000', '144028.442000', '144028.445000', '144028.447000', '144028.450000', '144028.452000', '144028.455000', '144028.458000', '144028.460000', '144028.463000', '144028.465000', '144028.470000', '144028.473000', '144028.475000', '144028.478000', '144028.481000', '144028.483000', '144028.486000', '144028.488000', '144028.491000', '144028.493000', '144028.496000', '144028.499000', '144028.501000', '144048.361000', '144048.364000', '144048.400000', '144048.407000', '144048.409000', '144048.412000', '144048.415000', '144048.417000', '144048.420000', '144048.423000', '144048.425000', '144048.428000', '144048.431000', '144048.433000', '144048.436000', '144048.438000', '144048.441000', '144048.444000', '144048.446000', '144048.449000', '144048.452000', '144048.454000', '144048.457000', '144048.459000', '144048.462000', '144048.465000', '144048.467000', '144048.470000', '144048.472000', '144048.475000', '144048.478000', '144048.480000', '144048.483000', '144048.486000', '144048.488000', '144048.491000', '144048.493000', '144048.496000', '144048.499000', '144048.501000', '144048.504000', '144048.506000', '144048.509000', '144108.360000', '144108.364000', '144108.366000', '144108.369000', '144108.372000', '144108.375000', '144108.377000', '144108.381000', '144108.383000', '144108.386000', '144108.389000', '144108.391000', '144108.394000', '144108.396000', '144108.399000', '144108.402000', '144108.404000', '144108.407000', '144108.409000', '144108.412000', '144108.415000', '144108.417000', '144108.420000', '144108.424000', '144108.426000', '144108.429000', '144108.431000', '144108.435000', '144108.437000', '144108.440000', '144108.442000', '144108.445000', '144108.447000', '144108.450000', '144108.453000', '144108.455000', '144108.458000', '144108.460000', '144108.463000', '144108.466000', '144108.469000', '144108.471000', '144108.474000', '144128.361000', '144128.364000', '144128.367000', '144128.370000', '144128.373000', '144128.375000', '144128.378000', '144128.380000', '144128.383000', '144128.386000', '144128.388000', '144128.391000', '144128.393000', '144128.396000', '144128.399000', '144128.401000', '144128.404000', '144128.407000', '144128.409000', '144128.412000', '144128.415000', '144128.417000', '144128.420000', '144128.422000', '144128.425000', '144128.428000', '144128.432000', '144128.435000', '144128.438000', '144128.440000', '144128.443000', '144128.446000', '144128.448000', '144128.451000', '144128.453000', '144128.456000', '144128.459000', '144128.461000', '144128.464000', '144128.466000', '144128.469000', '144128.471000', '144128.474000', '144128.477000', '144148.361000', '144148.364000', '144148.367000', '144148.369000', '144148.372000', '144148.375000', '144148.377000', '144148.380000', '144148.383000', '144148.385000', '144148.388000', '144148.390000', '144148.393000', '144148.396000', '144148.399000', '144148.403000', '144148.406000', '144148.408000', '144148.411000', '144148.414000', '144148.416000', '144148.419000', '144148.421000', '144148.424000', '144148.427000', '144148.429000', '144148.432000', '144148.435000', '144148.437000', '144148.440000', '144148.442000', '144148.445000', '144148.448000', '144148.450000', '144148.453000', '144148.456000', '144148.458000', '144148.461000', '144148.463000', '144148.466000', '144148.469000', '144148.471000', '144148.474000', '144208.361000', '144208.364000', '144208.367000', '144208.370000', '144208.372000', '144208.375000', '144208.378000', '144208.380000', '144208.383000', '144208.386000', '144208.388000', '144208.391000', '144208.394000', '144208.396000', '144208.399000', '144208.401000', '144208.404000', '144208.407000', '144208.409000', '144208.412000', '144208.415000', '144208.417000', '144208.420000', '144208.422000', '144208.425000', '144208.428000', '144208.430000', '144208.433000', '144208.435000', '144208.438000', '144208.441000', '144208.443000', '144208.446000', '144208.449000', '144208.451000', '144208.454000', '144208.456000', '144208.459000', '144208.462000', '144208.464000', '144208.467000', '144208.469000', '144208.483000', '144208.486000', '144228.362000', '144228.364000', '144228.367000', '144228.370000', '144228.373000', '144228.375000', '144228.378000', '144228.381000', '144228.383000', '144228.386000', '144228.388000', '144228.391000', '144228.394000', '144228.396000', '144228.399000', '144228.402000', '144228.404000', '144228.407000', '144228.410000', '144228.412000', '144228.415000', '144228.417000', '144228.420000', '144228.423000', '144228.425000', '144228.428000', '144228.431000', '144228.433000', '144228.436000', '144228.438000', '144228.441000', '144228.444000', '144228.447000', '144228.450000', '144228.452000', '144228.455000', '144228.457000', '144228.460000', '144228.463000', '144228.467000', '144228.470000', '144228.473000', '144228.475000', '144248.361000', '144248.363000', '144248.366000', '144248.369000', '144248.372000', '144248.375000', '144248.377000', '144248.380000', '144248.383000', '144248.386000', '144248.388000', '144248.391000', '144248.394000', '144248.396000', '144248.399000', '144248.401000', '144248.404000', '144248.407000', '144248.409000', '144248.412000', '144248.415000', '144248.417000', '144248.420000', '144248.422000', '144248.425000', '144248.428000', '144248.430000', '144248.433000', '144248.436000', '144248.438000', '144248.441000', '144248.443000', '144248.446000', '144248.449000', '144248.451000', '144248.454000', '144248.456000', '144248.459000', '144248.462000', '144248.464000', '144248.467000', '144248.469000', '144248.472000', '144248.475000', '144308.360000', '144308.364000', '144308.366000', '144308.369000', '144308.371000', '144308.374000', '144308.377000', '144308.380000', '144308.382000', '144308.385000', '144308.388000', '144308.390000', '144308.393000', '144308.396000', '144308.398000', '144308.401000', '144308.403000', '144308.406000', '144308.409000', '144308.411000', '144308.414000', '144308.417000', '144308.419000', '144308.422000', '144308.425000', '144308.428000', '144308.431000', '144308.434000', '144308.436000', '144308.439000', '144308.442000', '144308.444000', '144308.447000', '144308.450000', '144308.452000', '144308.455000', '144308.457000', '144308.460000', '144308.463000', '144308.465000', '144308.468000', '144308.471000', '144308.473000', '144328.361000', '144328.364000', '144328.366000', '144328.369000', '144328.372000', '144328.374000', '144328.377000', '144328.380000', '144328.382000', '144328.385000', '144328.388000', '144328.390000', '144328.393000', '144328.395000', '144328.398000', '144328.401000', '144328.403000', '144328.406000', '144328.409000', '144328.411000', '144328.414000', '144328.416000', '144328.420000', '144328.422000', '144328.425000', '144328.427000', '144328.430000', '144328.433000', '144328.435000', '144328.438000', '144328.441000', '144328.443000', '144328.446000', '144328.449000', '144328.451000', '144328.454000', '144328.456000', '144328.459000', '144328.462000', '144328.465000', '144328.467000', '144328.470000', '144328.472000', '144328.475000', '144348.362000', '144348.364000', '144348.367000', '144348.370000', '144348.372000', '144348.375000', '144348.378000', '144348.380000', '144348.383000', '144348.386000', '144348.388000', '144348.391000', '144348.394000', '144348.396000', '144348.399000', '144348.401000', '144348.404000', '144348.407000', '144348.409000', '144348.412000', '144348.415000', '144348.417000', '144348.420000', '144348.422000', '144348.425000', '144348.428000', '144348.430000', '144348.433000', '144348.436000', '144348.438000', '144348.441000', '144348.443000', '144348.446000', '144348.449000', '144348.451000', '144348.454000', '144348.457000', '144348.485000', '144348.488000', '144348.490000', '144348.493000', '144348.495000', '144348.498000', '144408.361000', '144408.365000', '144408.367000', '144408.370000', '144408.372000', '144408.375000', '144408.378000', '144408.381000', '144408.383000', '144408.386000', '144408.389000', '144408.391000', '144408.394000', '144408.397000', '144408.400000', '144408.402000', '144408.405000', '144408.407000', '144408.410000', '144408.413000', '144408.415000', '144408.418000', '144408.420000', '144408.423000', '144408.426000', '144408.429000', '144408.431000', '144408.434000', '144408.436000', '144408.439000', '144408.442000', '144408.444000', '144408.447000', '144408.450000', '144408.452000', '144408.455000', '144408.458000', '144408.460000', '144408.463000', '144408.466000', '144408.468000', '144408.472000', '144408.475000', '144408.477000', '144428.362000', '144428.365000', '144428.367000', '144428.370000', '144428.373000', '144428.375000', '144428.378000', '144428.381000', '144428.383000', '144428.386000', '144428.389000', '144428.391000', '144428.394000', '144428.397000', '144428.399000', '144428.402000', '144428.405000', '144428.407000', '144428.410000', '144428.413000', '144428.415000', '144428.418000', '144428.420000', '144428.423000', '144428.426000', '144428.428000', '144428.431000', '144428.434000', '144428.436000', '144428.439000', '144428.442000', '144428.444000', '144428.447000', '144428.449000', '144428.452000', '144428.455000', '144428.457000', '144428.460000', '144428.463000', '144428.465000', '144428.468000', '144428.471000', '144428.473000', '144448.361000', '144448.364000', '144448.367000', '144448.370000', '144448.373000', '144448.375000', '144448.378000', '144448.380000', '144448.383000', '144448.386000', '144448.388000', '144448.391000', '144448.394000', '144448.396000', '144448.399000', '144448.401000', '144448.404000', '144448.407000', '144448.409000', '144448.412000', '144448.415000', '144448.417000', '144448.420000', '144448.423000', '144448.425000', '144448.428000', '144448.431000', '144448.433000', '144448.436000', '144448.439000', '144448.441000', '144448.444000', '144448.446000', '144448.449000', '144448.452000', '144448.454000', '144448.457000', '144448.459000', '144448.462000', '144448.465000', '144448.467000', '144448.470000', '144448.472000', '144448.475000', '144508.361000', '144508.363000', '144508.366000', '144508.369000', '144508.371000', '144508.374000', '144508.377000', '144508.379000', '144508.382000', '144508.384000', '144508.387000', '144508.390000', '144508.392000', '144508.395000', '144508.397000', '144508.400000', '144508.403000', '144508.405000', '144508.408000', '144508.411000', '144508.413000', '144508.416000', '144508.419000', '144508.421000', '144508.424000', '144508.426000', '144508.429000', '144508.432000', '144508.434000', '144508.437000', '144508.439000', '144508.442000', '144508.445000', '144508.447000', '144508.450000', '144508.453000', '144508.455000', '144508.458000', '144508.461000', '144508.463000', '144508.466000', '144508.468000', '144508.471000', '144528.361000', '144528.363000', '144528.366000', '144528.369000', '144528.371000', '144528.388000', '144528.390000', '144528.393000', '144528.396000', '144528.398000', '144528.401000', '144528.404000', '144528.406000', '144528.409000', '144528.412000', '144528.414000', '144528.417000', '144528.420000', '144528.422000', '144528.425000', '144528.428000', '144528.430000', '144528.433000', '144528.436000', '144528.438000', '144528.441000', '144528.443000', '144528.446000', '144528.449000', '144528.451000', '144528.454000', '144528.457000', '144528.459000', '144528.462000', '144528.465000', '144528.467000', '144528.470000', '144528.472000', '144528.475000', '144528.478000', '144528.481000', '144528.483000', '144528.486000', '144528.489000', '144548.361000', '144548.363000', '144548.366000', '144548.369000', '144548.372000', '144548.374000', '144548.377000', '144548.380000', '144548.382000', '144548.385000', '144548.388000', '144548.390000', '144548.393000', '144548.396000', '144548.398000', '144548.401000', '144548.413000', '144548.416000', '144548.418000', '144548.421000', '144548.424000', '144548.426000', '144548.429000', '144548.431000', '144548.434000', '144548.437000', '144548.439000', '144548.442000', '144548.445000', '144548.447000', '144548.450000', '144548.452000', '144548.455000', '144548.458000', '144548.460000', '144548.463000', '144548.466000', '144548.468000', '144548.471000', '144548.474000', '144548.476000', '144548.479000', '144548.482000', '144608.361000', '144608.364000', '144608.367000', '144608.370000', '144608.372000', '144608.375000', '144608.378000', '144608.380000', '144608.383000', '144608.386000', '144608.388000', '144608.391000', '144608.393000', '144608.398000', '144608.401000', '144608.403000', '144608.406000', '144608.409000', '144608.412000', '144608.414000', '144608.417000', '144608.419000', '144608.422000', '144608.425000', '144608.427000', '144608.430000', '144608.433000', '144608.435000', '144608.438000', '144608.440000', '144608.443000', '144608.446000', '144608.448000', '144608.451000', '144608.454000', '144608.456000', '144608.459000', '144608.461000', '144608.464000', '144608.467000', '144608.469000', '144608.472000', '144608.474000', '144608.477000', '144628.361000', '144628.364000', '144628.367000', '144628.370000', '144628.373000', '144628.375000', '144628.379000', '144628.382000', '144628.385000', '144628.387000', '144628.390000', '144628.393000', '144628.395000', '144628.398000', '144628.400000', '144628.403000', '144628.406000', '144628.409000', '144628.411000', '144628.414000', '144628.417000', '144628.419000', '144628.422000', '144628.424000', '144628.427000', '144628.430000', '144628.432000', '144628.435000', '144628.438000', '144628.440000', '144628.443000', '144628.445000', '144628.448000', '144628.451000', '144628.453000', '144628.456000', '144628.459000', '144628.461000', '144628.464000', '144628.466000', '144628.469000', '144628.472000', '144628.474000', '144648.362000', '144648.365000', '144648.367000', '144648.370000', '144648.373000', '144648.375000', '144648.378000', '144648.380000', '144648.383000', '144648.386000', '144648.388000', '144648.391000', '144648.394000', '144648.396000', '144648.399000', '144648.401000', '144648.423000', '144648.425000', '144648.428000', '144648.431000', '144648.433000', '144648.436000', '144648.439000', '144648.441000', '144648.444000', '144648.446000', '144648.449000', '144648.452000', '144648.454000', '144648.457000', '144648.460000', '144648.462000', '144648.465000', '144648.468000', '144648.470000', '144648.473000', '144648.476000', '144648.478000', '144648.481000', '144648.483000', '144648.486000', '144648.489000', '144648.491000', '144648.494000', '144651.519000', '144651.522000', '144651.525000', '144651.528000', '144651.530000', '144651.533000', '144651.536000'], 'InstanceCreationTime': ['144028.396000', '144028.399000', '144028.402000', '144028.405000', '144028.410000', '144028.413000', '144028.416000', '144028.418000', '144028.421000', '144028.424000', '144028.426000', '144028.429000', '144028.432000', '144028.434000', '144028.437000', '144028.440000', '144028.442000', '144028.445000', '144028.447000', '144028.450000', '144028.452000', '144028.455000', '144028.458000', '144028.460000', '144028.463000', '144028.465000', '144028.470000', '144028.473000', '144028.475000', '144028.478000', '144028.481000', '144028.483000', '144028.486000', '144028.488000', '144028.491000', '144028.493000', '144028.496000', '144028.499000', '144028.501000', '144048.361000', '144048.364000', '144048.400000', '144048.407000', '144048.409000', '144048.412000', '144048.415000', '144048.417000', '144048.420000', '144048.423000', '144048.425000', '144048.428000', '144048.431000', '144048.433000', '144048.436000', '144048.438000', '144048.441000', '144048.444000', '144048.446000', '144048.449000', '144048.452000', '144048.454000', '144048.457000', '144048.459000', '144048.462000', '144048.465000', '144048.467000', '144048.470000', '144048.472000', '144048.475000', '144048.478000', '144048.480000', '144048.483000', '144048.486000', '144048.488000', '144048.491000', '144048.493000', '144048.496000', '144048.499000', '144048.501000', '144048.504000', '144048.506000', '144048.509000', '144108.360000', '144108.364000', '144108.366000', '144108.369000', '144108.372000', '144108.375000', '144108.377000', '144108.381000', '144108.383000', '144108.386000', '144108.389000', '144108.391000', '144108.394000', '144108.396000', '144108.399000', '144108.402000', '144108.404000', '144108.407000', '144108.409000', '144108.412000', '144108.415000', '144108.417000', '144108.420000', '144108.424000', '144108.426000', '144108.429000', '144108.431000', '144108.435000', '144108.437000', '144108.440000', '144108.442000', '144108.445000', '144108.447000', '144108.450000', '144108.453000', '144108.455000', '144108.458000', '144108.460000', '144108.463000', '144108.466000', '144108.469000', '144108.471000', '144108.474000', '144128.361000', '144128.364000', '144128.367000', '144128.370000', '144128.373000', '144128.375000', '144128.378000', '144128.380000', '144128.383000', '144128.386000', '144128.388000', '144128.391000', '144128.393000', '144128.396000', '144128.399000', '144128.401000', '144128.404000', '144128.407000', '144128.409000', '144128.412000', '144128.415000', '144128.417000', '144128.420000', '144128.422000', '144128.425000', '144128.428000', '144128.432000', '144128.435000', '144128.438000', '144128.440000', '144128.443000', '144128.446000', '144128.448000', '144128.451000', '144128.453000', '144128.456000', '144128.459000', '144128.461000', '144128.464000', '144128.466000', '144128.469000', '144128.471000', '144128.474000', '144128.477000', '144148.361000', '144148.364000', '144148.367000', '144148.369000', '144148.372000', '144148.375000', '144148.377000', '144148.380000', '144148.383000', '144148.385000', '144148.388000', '144148.390000', '144148.393000', '144148.396000', '144148.399000', '144148.403000', '144148.406000', '144148.408000', '144148.411000', '144148.414000', '144148.416000', '144148.419000', '144148.421000', '144148.424000', '144148.427000', '144148.429000', '144148.432000', '144148.435000', '144148.437000', '144148.440000', '144148.442000', '144148.445000', '144148.448000', '144148.450000', '144148.453000', '144148.456000', '144148.458000', '144148.461000', '144148.463000', '144148.466000', '144148.469000', '144148.471000', '144148.474000', '144208.361000', '144208.364000', '144208.367000', '144208.370000', '144208.372000', '144208.375000', '144208.378000', '144208.380000', '144208.383000', '144208.386000', '144208.388000', '144208.391000', '144208.394000', '144208.396000', '144208.399000', '144208.401000', '144208.404000', '144208.407000', '144208.409000', '144208.412000', '144208.415000', '144208.417000', '144208.420000', '144208.422000', '144208.425000', '144208.428000', '144208.430000', '144208.433000', '144208.435000', '144208.438000', '144208.441000', '144208.443000', '144208.446000', '144208.449000', '144208.451000', '144208.454000', '144208.456000', '144208.459000', '144208.462000', '144208.464000', '144208.467000', '144208.469000', '144208.483000', '144208.486000', '144228.362000', '144228.364000', '144228.367000', '144228.370000', '144228.373000', '144228.375000', '144228.378000', '144228.381000', '144228.383000', '144228.386000', '144228.388000', '144228.391000', '144228.394000', '144228.396000', '144228.399000', '144228.402000', '144228.404000', '144228.407000', '144228.410000', '144228.412000', '144228.415000', '144228.417000', '144228.420000', '144228.423000', '144228.425000', '144228.428000', '144228.431000', '144228.433000', '144228.436000', '144228.438000', '144228.441000', '144228.444000', '144228.447000', '144228.450000', '144228.452000', '144228.455000', '144228.457000', '144228.460000', '144228.463000', '144228.467000', '144228.470000', '144228.473000', '144228.475000', '144248.361000', '144248.363000', '144248.366000', '144248.369000', '144248.372000', '144248.375000', '144248.377000', '144248.380000', '144248.383000', '144248.386000', '144248.388000', '144248.391000', '144248.394000', '144248.396000', '144248.399000', '144248.401000', '144248.404000', '144248.407000', '144248.409000', '144248.412000', '144248.415000', '144248.417000', '144248.420000', '144248.422000', '144248.425000', '144248.428000', '144248.430000', '144248.433000', '144248.436000', '144248.438000', '144248.441000', '144248.443000', '144248.446000', '144248.449000', '144248.451000', '144248.454000', '144248.456000', '144248.459000', '144248.462000', '144248.464000', '144248.467000', '144248.469000', '144248.472000', '144248.475000', '144308.360000', '144308.364000', '144308.366000', '144308.369000', '144308.371000', '144308.374000', '144308.377000', '144308.380000', '144308.382000', '144308.385000', '144308.388000', '144308.390000', '144308.393000', '144308.396000', '144308.398000', '144308.401000', '144308.403000', '144308.406000', '144308.409000', '144308.411000', '144308.414000', '144308.417000', '144308.419000', '144308.422000', '144308.425000', '144308.428000', '144308.431000', '144308.434000', '144308.436000', '144308.439000', '144308.442000', '144308.444000', '144308.447000', '144308.450000', '144308.452000', '144308.455000', '144308.457000', '144308.460000', '144308.463000', '144308.465000', '144308.468000', '144308.471000', '144308.473000', '144328.361000', '144328.364000', '144328.366000', '144328.369000', '144328.372000', '144328.374000', '144328.377000', '144328.380000', '144328.382000', '144328.385000', '144328.388000', '144328.390000', '144328.393000', '144328.395000', '144328.398000', '144328.401000', '144328.403000', '144328.406000', '144328.409000', '144328.411000', '144328.414000', '144328.416000', '144328.420000', '144328.422000', '144328.425000', '144328.427000', '144328.430000', '144328.433000', '144328.435000', '144328.438000', '144328.441000', '144328.443000', '144328.446000', '144328.449000', '144328.451000', '144328.454000', '144328.456000', '144328.459000', '144328.462000', '144328.465000', '144328.467000', '144328.470000', '144328.472000', '144328.475000', '144348.362000', '144348.364000', '144348.367000', '144348.370000', '144348.372000', '144348.375000', '144348.378000', '144348.380000', '144348.383000', '144348.386000', '144348.388000', '144348.391000', '144348.394000', '144348.396000', '144348.399000', '144348.401000', '144348.404000', '144348.407000', '144348.409000', '144348.412000', '144348.415000', '144348.417000', '144348.420000', '144348.422000', '144348.425000', '144348.428000', '144348.430000', '144348.433000', '144348.436000', '144348.438000', '144348.441000', '144348.443000', '144348.446000', '144348.449000', '144348.451000', '144348.454000', '144348.457000', '144348.485000', '144348.488000', '144348.490000', '144348.493000', '144348.495000', '144348.498000', '144408.361000', '144408.365000', '144408.367000', '144408.370000', '144408.372000', '144408.375000', '144408.378000', '144408.381000', '144408.383000', '144408.386000', '144408.389000', '144408.391000', '144408.394000', '144408.397000', '144408.400000', '144408.402000', '144408.405000', '144408.407000', '144408.410000', '144408.413000', '144408.415000', '144408.418000', '144408.420000', '144408.423000', '144408.426000', '144408.429000', '144408.431000', '144408.434000', '144408.436000', '144408.439000', '144408.442000', '144408.444000', '144408.447000', '144408.450000', '144408.452000', '144408.455000', '144408.458000', '144408.460000', '144408.463000', '144408.466000', '144408.468000', '144408.472000', '144408.475000', '144408.477000', '144428.362000', '144428.365000', '144428.367000', '144428.370000', '144428.373000', '144428.375000', '144428.378000', '144428.381000', '144428.383000', '144428.386000', '144428.389000', '144428.391000', '144428.394000', '144428.397000', '144428.399000', '144428.402000', '144428.405000', '144428.407000', '144428.410000', '144428.413000', '144428.415000', '144428.418000', '144428.420000', '144428.423000', '144428.426000', '144428.428000', '144428.431000', '144428.434000', '144428.436000', '144428.439000', '144428.442000', '144428.444000', '144428.447000', '144428.449000', '144428.452000', '144428.455000', '144428.457000', '144428.460000', '144428.463000', '144428.465000', '144428.468000', '144428.471000', '144428.473000', '144448.361000', '144448.364000', '144448.367000', '144448.370000', '144448.373000', '144448.375000', '144448.378000', '144448.380000', '144448.383000', '144448.386000', '144448.388000', '144448.391000', '144448.394000', '144448.396000', '144448.399000', '144448.401000', '144448.404000', '144448.407000', '144448.409000', '144448.412000', '144448.415000', '144448.417000', '144448.420000', '144448.423000', '144448.425000', '144448.428000', '144448.431000', '144448.433000', '144448.436000', '144448.439000', '144448.441000', '144448.444000', '144448.446000', '144448.449000', '144448.452000', '144448.454000', '144448.457000', '144448.459000', '144448.462000', '144448.465000', '144448.467000', '144448.470000', '144448.472000', '144448.475000', '144508.361000', '144508.363000', '144508.366000', '144508.369000', '144508.371000', '144508.374000', '144508.377000', '144508.379000', '144508.382000', '144508.384000', '144508.387000', '144508.390000', '144508.392000', '144508.395000', '144508.397000', '144508.400000', '144508.403000', '144508.405000', '144508.408000', '144508.411000', '144508.413000', '144508.416000', '144508.419000', '144508.421000', '144508.424000', '144508.426000', '144508.429000', '144508.432000', '144508.434000', '144508.437000', '144508.439000', '144508.442000', '144508.445000', '144508.447000', '144508.450000', '144508.453000', '144508.455000', '144508.458000', '144508.461000', '144508.463000', '144508.466000', '144508.468000', '144508.471000', '144528.361000', '144528.363000', '144528.366000', '144528.369000', '144528.371000', '144528.388000', '144528.390000', '144528.393000', '144528.396000', '144528.398000', '144528.401000', '144528.404000', '144528.406000', '144528.409000', '144528.412000', '144528.414000', '144528.417000', '144528.420000', '144528.422000', '144528.425000', '144528.428000', '144528.430000', '144528.433000', '144528.436000', '144528.438000', '144528.441000', '144528.443000', '144528.446000', '144528.449000', '144528.451000', '144528.454000', '144528.457000', '144528.459000', '144528.462000', '144528.465000', '144528.467000', '144528.470000', '144528.472000', '144528.475000', '144528.478000', '144528.481000', '144528.483000', '144528.486000', '144528.489000', '144548.361000', '144548.363000', '144548.366000', '144548.369000', '144548.372000', '144548.374000', '144548.377000', '144548.380000', '144548.382000', '144548.385000', '144548.388000', '144548.390000', '144548.393000', '144548.396000', '144548.398000', '144548.401000', '144548.413000', '144548.416000', '144548.418000', '144548.421000', '144548.424000', '144548.426000', '144548.429000', '144548.431000', '144548.434000', '144548.437000', '144548.439000', '144548.442000', '144548.445000', '144548.447000', '144548.450000', '144548.452000', '144548.455000', '144548.458000', '144548.460000', '144548.463000', '144548.466000', '144548.468000', '144548.471000', '144548.474000', '144548.476000', '144548.479000', '144548.482000', '144608.361000', '144608.364000', '144608.367000', '144608.370000', '144608.372000', '144608.375000', '144608.378000', '144608.380000', '144608.383000', '144608.386000', '144608.388000', '144608.391000', '144608.393000', '144608.398000', '144608.401000', '144608.403000', '144608.406000', '144608.409000', '144608.412000', '144608.414000', '144608.417000', '144608.419000', '144608.422000', '144608.425000', '144608.427000', '144608.430000', '144608.433000', '144608.435000', '144608.438000', '144608.440000', '144608.443000', '144608.446000', '144608.448000', '144608.451000', '144608.454000', '144608.456000', '144608.459000', '144608.461000', '144608.464000', '144608.467000', '144608.469000', '144608.472000', '144608.474000', '144608.477000', '144628.361000', '144628.364000', '144628.367000', '144628.370000', '144628.373000', '144628.375000', '144628.379000', '144628.382000', '144628.385000', '144628.387000', '144628.390000', '144628.393000', '144628.395000', '144628.398000', '144628.400000', '144628.403000', '144628.406000', '144628.409000', '144628.411000', '144628.414000', '144628.417000', '144628.419000', '144628.422000', '144628.424000', '144628.427000', '144628.430000', '144628.432000', '144628.435000', '144628.438000', '144628.440000', '144628.443000', '144628.445000', '144628.448000', '144628.451000', '144628.453000', '144628.456000', '144628.459000', '144628.461000', '144628.464000', '144628.466000', '144628.469000', '144628.472000', '144628.474000', '144648.362000', '144648.365000', '144648.367000', '144648.370000', '144648.373000', '144648.375000', '144648.378000', '144648.380000', '144648.383000', '144648.386000', '144648.388000', '144648.391000', '144648.394000', '144648.396000', '144648.399000', '144648.401000', '144648.423000', '144648.425000', '144648.428000', '144648.431000', '144648.433000', '144648.436000', '144648.439000', '144648.441000', '144648.444000', '144648.446000', '144648.449000', '144648.452000', '144648.454000', '144648.457000', '144648.460000', '144648.462000', '144648.465000', '144648.468000', '144648.470000', '144648.473000', '144648.476000', '144648.478000', '144648.481000', '144648.483000', '144648.486000', '144648.489000', '144648.491000', '144648.494000', '144651.519000', '144651.522000', '144651.525000', '144651.528000', '144651.530000', '144651.533000', '144651.536000'], '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': [6683, 9882, 6025, 9492, 5990, 8194, 6199, 7665, 5845, 6566, 6762, 6254, 8421, 7301, 7732, 6966, 8513, 6735, 10128, 7430, 9444, 6770, 9672, 6330, 10247, 6955, 9950, 7418, 9524, 6733, 9832, 7400, 10490, 8984, 9182, 6737, 8591, 9176, 6032, 10353, 6236, 10886, 7848, 10958, 7340, 10636, 7284, 12927, 8610, 12991, 8344, 12044, 7059, 9846, 6600, 10053, 7483, 8878, 6381, 8939, 6191, 9350, 7093, 7653, 6780, 7473, 7051, 8337, 8318, 5863, 8477, 5931, 9093, 6257, 9645, 5869, 10396, 6071, 9748, 6059, 10496, 6839, 10152, 6063, 9748, 5929, 10046, 6947, 10347, 6245, 9384, 6104, 9967, 7436, 9975, 6855, 10063, 7175, 10760, 8104, 10795, 7251, 10239, 7191, 11394, 8103, 9498, 6689, 9171, 6559, 9451, 6895, 8562, 6904, 7159, 6598, 6733, 7224, 7640, 8102, 5914, 8356, 6018, 8363, 6733, 9174, 5817, 9157, 6010, 9328, 5950, 10016, 6199, 10054, 6035, 9881, 6844, 10454, 8448, 12461, 7721, 9536, 6471, 9906, 8788, 6104, 7748, 6011, 10127, 6810, 10444, 6474, 9814, 7281, 10121, 7795, 7987, 6890, 6028, 7182, 7055, 8106, 6588, 8794, 5840, 8872, 6008, 10015, 5973, 10032, 6176, 9628, 6048, 10339, 7119, 10337, 7034, 10114, 6959, 10270, 7126, 10483, 7599, 10448, 6201, 9806, 6273, 9467, 6420, 9154, 5925, 8198, 6087, 7083, 7747, 7042, 6968, 6489, 7952, 6266, 8952, 6800, 8655, 6689, 9731, 6564, 10551, 7363, 10527, 7425, 10117, 6555, 10067, 7160, 9755, 6347, 9695, 5901, 9781, 6683, 9818, 6249, 9484, 6024, 9896, 6385, 10042, 7254, 10112, 6113, 9592, 6054, 9988, 6668, 10994, 5845, 9115, 5886, 9348, 6478, 10700, 5952, 8886, 5772, 10418, 5912, 10627, 6506, 11919, 8853, 13219, 7344, 11050, 6599, 9863, 7489, 9695, 6738, 9483, 6123, 9564, 6881, 8998, 5917, 8859, 6139, 8772, 5803, 8871, 5838, 8712, 5745, 8912, 5969, 9070, 5703, 8860, 5780, 9396, 6036, 9404, 5820, 9246, 5731, 9418, 6501, 9237, 6009, 9086, 5837, 8256, 8105, 8362, 5875, 8031, 7069, 7664, 8497, 8005, 10342, 7118, 8473, 6834, 9096, 6684, 9975, 7473, 9759, 6691, 9932, 6751, 10220, 7420, 10115, 6883, 10708, 6179, 9788, 5665, 9912, 6658, 10678, 5707, 9478, 6681, 9287, 7189, 6082, 8457, 6461, 9811, 5767, 9274, 5842, 8938, 6300, 9495, 5750, 9426, 5863, 9210, 6144, 9619, 5762, 9680, 5912, 8941, 5829, 9010, 6704, 8803, 5699, 7778, 5782, 7422, 7999, 8159, 7182, 7569, 9242, 7285, 10983, 7793, 9253, 6908, 9011, 6704, 9653, 6911, 10435, 7577, 9290, 6905, 10428, 7378, 11215, 8311, 10652, 6985, 10303, 6814, 10190, 7497, 9853, 6325, 9568, 6173, 9922, 7200, 9649, 6062, 9409, 5918, 10049, 6922, 9378, 5826, 9262, 5839, 9978, 7080, 10455, 6542, 10467, 7360, 10247, 7599, 9528, 7813, 5994, 8864, 6192, 11092, 6438, 10046, 5948, 9352, 5787, 9760, 6274, 9506, 5654, 8811, 5933, 8824, 5742, 8484, 5731, 8494, 5719, 8280, 5778, 9007, 5660, 8399, 5777, 7941, 7039, 8461, 5665, 8660, 5797, 8258, 6963, 8924, 6663, 8754, 10923, 8164, 13718, 8829, 12924, 8174, 10758, 6785, 10295, 6851, 9690, 5801, 8914, 5677, 8642, 6138, 8296, 5673, 7529, 6037, 7171, 7296, 8123, 6846, 7613, 9249, 7616, 11679, 8301, 12401, 7765, 12315, 7281, 10071, 6976, 9949, 6748, 9218, 5833, 8785, 6134, 9105, 6394, 10045, 5932, 9923, 6039, 10089, 6339, 10301, 7095, 9951, 5847, 9316, 5755, 9125, 6512, 8589, 5807, 7230, 8158, 6901, 9598, 7036, 8843, 6639, 8809, 6463, 10220, 6965, 10460, 8194, 9454, 7177, 9990, 7024, 10771, 8199, 10068, 7099, 10869, 7911, 9835, 7718, 11102, 7897, 5729, 8301, 5758, 9661, 6389, 9799, 5863, 8209, 6002, 8132, 9043, 8275, 5733, 7195, 6310, 6991, 6999, 6964, 5775, 6824, 7103, 6897, 8851, 7074, 7431, 7703, 9183, 7343, 11267, 8386, 11794, 7906, 12702, 7459, 10740, 7684, 10406, 7892, 10621, 6288, 9159, 6220, 9431, 6418, 9368, 6099, 8825, 5803, 8989, 6790, 8391, 5707, 7647, 7296, 7306, 10934, 7317, 9692, 6665, 10589, 6745, 10093, 7533, 9657, 6448, 9549, 6006, 9588, 6915, 9168, 6200, 9214, 6323, 9335, 6201, 9389, 6088, 8921, 5983, 8939, 6033, 10471, 5717, 9591, 5504, 8733, 6953, 11626, 7112, 9839, 7588, 8008, 8405, 6774, 8748, 5753, 8678, 6920, 8791, 12300, 8430, 9931, 6880, 8709, 6706, 10285, 7103, 9652, 6432, 9649, 5853, 9750, 6768, 9153, 5944, 9407, 5764, 9273, 6704, 9442, 6273, 9322, 6265, 9865, 6825, 9789, 7173, 10703, 6004, 9725, 6006, 10026, 6118, 9983, 5746, 9302, 6007, 10386, 6382, 11594, 5705, 8650, 5695, 8957, 6013, 10966, 5659, 9324, 5752, 9169, 7370, 11334, 5733, 8732, 5757, 8100, 9142, 7914, 10153, 7736, 5751, 7521, 5673, 7416, 7077, 8456, 5965, 8209, 5719, 7826, 5733, 8718, 6459, 9719, 5972, 9128, 5533, 10678, 7702, 10686, 7396, 7464, 7533, 6927, 7733, 5634, 7941, 5687, 8337, 8132, 8473, 5464, 7498, 5691, 7300, 6552, 7467, 5611, 7405, 5636, 7178, 6887, 7452, 8221, 7661, 7631, 7265, 9118, 7172, 11996, 8386, 12359, 7487, 10407, 6736, 10107, 7392, 9694, 6669, 9487, 6146, 10057, 7404, 9542, 6448, 10028, 6321, 9996, 6884, 11775, 6076, 10218, 7378, 8395, 13706, 8760, 12001, 7062, 11512, 6593, 10263, 6813, 10042, 7314, 9657, 6207, 9254, 6335, 9639, 6961, 9364, 5806, 8187, 5505, 7600, 8801, 7547, 9404, 6844, 9399, 6566, 10936, 7325, 9165, 7212, 8134, 6925, 9305, 7526, 5502, 9206, 5747, 9911, 6037, 10856, 7195, 10655, 8088, 12031, 6794, 9683, 6298, 9966, 6204, 10125, 7119, 9610, 6053, 8999, 5628, 8789, 5659, 9052, 5926, 9406, 5738, 9084, 5634, 9454, 6264, 9519, 5686, 8951, 7034, 8413, 12085, 8043, 11258, 7377, 13315, 7537, 13771, 9330, 13215, 8306, 11505, 6956, 9497, 7006, 10065, 7994, 10745, 6236, 9347, 6086, 9622, 6890, 9539, 6211, 9044, 6185, 8845, 5904, 9598, 6383, 10568, 5772, 7820, 7958], 'WindowCenter': [3592.0, 3610.0, 3564.0, 3595.0, 3562.0, 3582.0, 3549.0, 3571.0, 3549.0, 3561.0, 3559.0, 3562.0, 3583.0, 3573.0, 3582.0, 3572.0, 3582.0, 3573.0, 3604.0, 3584.0, 3593.0, 3573.0, 3593.0, 3573.0, 3606.0, 3585.0, 3605.0, 3585.0, 3605.0, 3573.0, 3605.0, 3585.0, 3616.0, 3595.0, 3594.0, 3573.0, 3582.0, 3594.0, 3562.0, 3605.0, 3564.0, 3617.0, 3596.0, 3605.0, 3583.0, 3604.0, 3584.0, 3613.0, 3582.0, 3613.0, 3581.0, 3601.0, 3559.0, 3590.0, 3561.0, 3591.0, 3572.0, 3581.0, 3560.0, 3591.0, 3562.0, 3593.0, 3584.0, 3582.0, 3574.0, 3583.0, 3585.0, 3595.0, 3595.0, 3563.0, 3595.0, 3563.0, 3596.0, 3575.0, 3606.0, 3563.0, 3605.0, 3563.0, 3605.0, 3562.0, 3606.0, 3573.0, 3605.0, 3562.0, 3593.0, 3562.0, 3604.0, 3573.0, 3603.0, 3562.0, 3593.0, 3563.0, 3604.0, 3583.0, 3604.0, 3574.0, 3593.0, 3583.0, 3603.0, 3584.0, 3604.0, 3572.0, 3593.0, 3572.0, 3602.0, 3582.0, 3590.0, 3560.0, 3591.0, 3560.0, 3592.0, 3571.0, 3582.0, 3571.0, 3571.0, 3572.0, 3572.0, 3583.0, 3583.0, 3583.0, 3550.0, 3582.0, 3562.0, 3583.0, 3572.0, 3594.0, 3550.0, 3593.0, 3561.0, 3594.0, 3563.0, 3605.0, 3563.0, 3605.0, 3563.0, 3604.0, 3573.0, 3604.0, 3596.0, 3615.0, 3584.0, 3594.0, 3563.0, 3593.0, 3594.0, 3562.0, 3584.0, 3574.0, 3606.0, 3574.0, 3604.0, 3573.0, 3604.0, 3584.0, 3603.0, 3584.0, 3582.0, 3572.0, 3562.0, 3573.0, 3572.0, 3583.0, 3571.0, 3593.0, 3551.0, 3593.0, 3561.0, 3605.0, 3563.0, 3605.0, 3563.0, 3594.0, 3564.0, 3604.0, 3574.0, 3605.0, 3574.0, 3605.0, 3574.0, 3603.0, 3573.0, 3604.0, 3584.0, 3593.0, 3561.0, 3592.0, 3561.0, 3591.0, 3559.0, 3581.0, 3548.0, 3580.0, 3548.0, 3571.0, 3569.0, 3571.0, 3570.0, 3560.0, 3571.0, 3562.0, 3592.0, 3573.0, 3594.0, 3574.0, 3604.0, 3575.0, 3606.0, 3586.0, 3606.0, 3585.0, 3606.0, 3574.0, 3606.0, 3586.0, 3605.0, 3574.0, 3606.0, 3564.0, 3605.0, 3574.0, 3605.0, 3575.0, 3605.0, 3575.0, 3606.0, 3575.0, 3606.0, 3586.0, 3605.0, 3564.0, 3605.0, 3564.0, 3606.0, 3573.0, 3604.0, 3563.0, 3594.0, 3552.0, 3593.0, 3562.0, 3604.0, 3561.0, 3594.0, 3550.0, 3604.0, 3561.0, 3604.0, 3573.0, 3616.0, 3595.0, 3615.0, 3572.0, 3604.0, 3562.0, 3592.0, 3571.0, 3581.0, 3560.0, 3580.0, 3550.0, 3591.0, 3572.0, 3581.0, 3551.0, 3582.0, 3561.0, 3582.0, 3551.0, 3594.0, 3562.0, 3593.0, 3564.0, 3607.0, 3564.0, 3596.0, 3564.0, 3595.0, 3564.0, 3608.0, 3575.0, 3607.0, 3564.0, 3607.0, 3564.0, 3607.0, 3575.0, 3595.0, 3562.0, 3594.0, 3551.0, 3584.0, 3583.0, 3583.0, 3550.0, 3582.0, 3571.0, 3571.0, 3582.0, 3582.0, 3592.0, 3570.0, 3580.0, 3560.0, 3580.0, 3560.0, 3592.0, 3572.0, 3580.0, 3560.0, 3591.0, 3560.0, 3591.0, 3571.0, 3591.0, 3570.0, 3591.0, 3561.0, 3592.0, 3551.0, 3593.0, 3561.0, 3603.0, 3552.0, 3593.0, 3573.0, 3595.0, 3585.0, 3564.0, 3596.0, 3574.0, 3607.0, 3562.0, 3594.0, 3551.0, 3595.0, 3561.0, 3594.0, 3550.0, 3592.0, 3550.0, 3592.0, 3561.0, 3593.0, 3550.0, 3592.0, 3550.0, 3581.0, 3550.0, 3583.0, 3560.0, 3582.0, 3549.0, 3571.0, 3550.0, 3571.0, 3582.0, 3582.0, 3570.0, 3572.0, 3592.0, 3572.0, 3604.0, 3571.0, 3581.0, 3571.0, 3582.0, 3561.0, 3591.0, 3572.0, 3603.0, 3583.0, 3582.0, 3572.0, 3602.0, 3573.0, 3604.0, 3582.0, 3593.0, 3572.0, 3591.0, 3561.0, 3592.0, 3572.0, 3591.0, 3560.0, 3592.0, 3560.0, 3593.0, 3572.0, 3592.0, 3560.0, 3592.0, 3550.0, 3592.0, 3572.0, 3592.0, 3551.0, 3592.0, 3562.0, 3593.0, 3572.0, 3604.0, 3563.0, 3604.0, 3585.0, 3605.0, 3584.0, 3593.0, 3583.0, 3563.0, 3594.0, 3562.0, 3605.0, 3561.0, 3593.0, 3560.0, 3581.0, 3550.0, 3592.0, 3560.0, 3592.0, 3549.0, 3580.0, 3549.0, 3592.0, 3551.0, 3581.0, 3550.0, 3583.0, 3552.0, 3595.0, 3563.0, 3594.0, 3553.0, 3595.0, 3553.0, 3585.0, 3573.0, 3595.0, 3563.0, 3595.0, 3564.0, 3596.0, 3575.0, 3596.0, 3573.0, 3595.0, 3605.0, 3595.0, 3616.0, 3594.0, 3614.0, 3583.0, 3592.0, 3560.0, 3592.0, 3560.0, 3580.0, 3549.0, 3581.0, 3549.0, 3581.0, 3549.0, 3581.0, 3548.0, 3570.0, 3549.0, 3572.0, 3572.0, 3583.0, 3560.0, 3582.0, 3582.0, 3583.0, 3603.0, 3583.0, 3602.0, 3571.0, 3602.0, 3571.0, 3591.0, 3559.0, 3590.0, 3560.0, 3580.0, 3550.0, 3581.0, 3562.0, 3592.0, 3561.0, 3604.0, 3564.0, 3605.0, 3564.0, 3605.0, 3575.0, 3607.0, 3573.0, 3594.0, 3551.0, 3593.0, 3551.0, 3593.0, 3561.0, 3582.0, 3549.0, 3572.0, 3570.0, 3572.0, 3591.0, 3571.0, 3582.0, 3561.0, 3581.0, 3561.0, 3603.0, 3572.0, 3605.0, 3584.0, 3592.0, 3572.0, 3592.0, 3572.0, 3603.0, 3584.0, 3592.0, 3572.0, 3602.0, 3583.0, 3593.0, 3584.0, 3603.0, 3582.0, 3551.0, 3583.0, 3551.0, 3593.0, 3560.0, 3591.0, 3549.0, 3569.0, 3548.0, 3570.0, 3580.0, 3570.0, 3538.0, 3560.0, 3559.0, 3571.0, 3561.0, 3572.0, 3550.0, 3572.0, 3573.0, 3585.0, 3595.0, 3585.0, 3585.0, 3586.0, 3596.0, 3586.0, 3617.0, 3585.0, 3606.0, 3584.0, 3614.0, 3572.0, 3592.0, 3572.0, 3591.0, 3571.0, 3591.0, 3561.0, 3580.0, 3549.0, 3580.0, 3560.0, 3580.0, 3549.0, 3580.0, 3538.0, 3581.0, 3559.0, 3570.0, 3537.0, 3569.0, 3558.0, 3570.0, 3590.0, 3570.0, 3580.0, 3560.0, 3591.0, 3562.0, 3592.0, 3572.0, 3591.0, 3560.0, 3592.0, 3550.0, 3592.0, 3572.0, 3593.0, 3563.0, 3593.0, 3562.0, 3594.0, 3562.0, 3593.0, 3562.0, 3593.0, 3562.0, 3594.0, 3562.0, 3604.0, 3551.0, 3593.0, 3551.0, 3583.0, 3572.0, 3615.0, 3574.0, 3605.0, 3585.0, 3584.0, 3584.0, 3562.0, 3583.0, 3550.0, 3582.0, 3560.0, 3582.0, 3603.0, 3570.0, 3579.0, 3559.0, 3569.0, 3560.0, 3591.0, 3571.0, 3592.0, 3561.0, 3591.0, 3551.0, 3592.0, 3573.0, 3593.0, 3563.0, 3594.0, 3565.0, 3606.0, 3576.0, 3607.0, 3576.0, 3607.0, 3577.0, 3607.0, 3576.0, 3607.0, 3575.0, 3606.0, 3564.0, 3606.0, 3563.0, 3606.0, 3563.0, 3605.0, 3563.0, 3594.0, 3563.0, 3605.0, 3562.0, 3604.0, 3550.0, 3582.0, 3551.0, 3582.0, 3550.0, 3604.0, 3550.0, 3581.0, 3550.0, 3592.0, 3570.0, 3592.0, 3538.0, 3580.0, 3537.0, 3569.0, 3580.0, 3569.0, 3590.0, 3569.0, 3536.0, 3569.0, 3537.0, 3559.0, 3559.0, 3569.0, 3548.0, 3569.0, 3537.0, 3570.0, 3549.0, 3580.0, 3549.0, 3581.0, 3548.0, 3580.0, 3538.0, 3591.0, 3571.0, 3603.0, 3572.0, 3572.0, 3583.0, 3572.0, 3572.0, 3551.0, 3582.0, 3550.0, 3582.0, 3582.0, 3582.0, 3539.0, 3571.0, 3550.0, 3573.0, 3562.0, 3572.0, 3551.0, 3573.0, 3551.0, 3574.0, 3574.0, 3586.0, 3595.0, 3585.0, 3583.0, 3585.0, 3594.0, 3575.0, 3617.0, 3585.0, 3615.0, 3573.0, 3593.0, 3572.0, 3593.0, 3584.0, 3593.0, 3562.0, 3592.0, 3562.0, 3593.0, 3573.0, 3593.0, 3563.0, 3593.0, 3562.0, 3593.0, 3561.0, 3603.0, 3549.0, 3592.0, 3559.0, 3570.0, 3601.0, 3569.0, 3589.0, 3558.0, 3588.0, 3547.0, 3579.0, 3558.0, 3579.0, 3559.0, 3579.0, 3548.0, 3579.0, 3548.0, 3580.0, 3558.0, 3579.0, 3537.0, 3569.0, 3537.0, 3569.0, 3580.0, 3570.0, 3580.0, 3559.0, 3579.0, 3559.0, 3592.0, 3570.0, 3580.0, 3570.0, 3570.0, 3573.0, 3594.0, 3585.0, 3554.0, 3595.0, 3563.0, 3606.0, 3564.0, 3616.0, 3586.0, 3606.0, 3584.0, 3615.0, 3562.0, 3593.0, 3562.0, 3592.0, 3561.0, 3593.0, 3572.0, 3593.0, 3562.0, 3582.0, 3562.0, 3594.0, 3564.0, 3596.0, 3565.0, 3606.0, 3565.0, 3607.0, 3566.0, 3608.0, 3577.0, 3608.0, 3565.0, 3597.0, 3575.0, 3597.0, 3617.0, 3586.0, 3605.0, 3584.0, 3615.0, 3584.0, 3615.0, 3594.0, 3614.0, 3582.0, 3602.0, 3560.0, 3591.0, 3560.0, 3591.0, 3571.0, 3590.0, 3549.0, 3580.0, 3549.0, 3580.0, 3560.0, 3580.0, 3549.0, 3580.0, 3549.0, 3580.0, 3538.0, 3580.0, 3548.0, 3590.0, 3537.0, 3558.0, 3568.0], 'WindowWidth': [8149.0, 8163.0, 8095.0, 8133.0, 8085.0, 8111.0, 8065.0, 8094.0, 8063.0, 8081.0, 8077.0, 8085.0, 8114.0, 8101.0, 8111.0, 8100.0, 8111.0, 8103.0, 8145.0, 8117.0, 8128.0, 8102.0, 8128.0, 8103.0, 8150.0, 8123.0, 8147.0, 8123.0, 8145.0, 8104.0, 8147.0, 8123.0, 8164.0, 8135.0, 8131.0, 8102.0, 8112.0, 8130.0, 8088.0, 8147.0, 8093.0, 8165.0, 8136.0, 8147.0, 8117.0, 8144.0, 8116.0, 8156.0, 8111.0, 8154.0, 8108.0, 8134.0, 8075.0, 8118.0, 8081.0, 8122.0, 8097.0, 8107.0, 8080.0, 8121.0, 8087.0, 8128.0, 8118.0, 8113.0, 8105.0, 8116.0, 8121.0, 8135.0, 8135.0, 8089.0, 8133.0, 8089.0, 8137.0, 8108.0, 8148.0, 8090.0, 8146.0, 8089.0, 8146.0, 8088.0, 8149.0, 8103.0, 8145.0, 8086.0, 8128.0, 8087.0, 8143.0, 8103.0, 8140.0, 8086.0, 8127.0, 8090.0, 8145.0, 8116.0, 8144.0, 8104.0, 8128.0, 8117.0, 8142.0, 8119.0, 8143.0, 8099.0, 8126.0, 8098.0, 8137.0, 8110.0, 8119.0, 8080.0, 8121.0, 8081.0, 8123.0, 8094.0, 8110.0, 8094.0, 8094.0, 8097.0, 8097.0, 8115.0, 8113.0, 8115.0, 8068.0, 8112.0, 8085.0, 8115.0, 8099.0, 8129.0, 8068.0, 8127.0, 8082.0, 8130.0, 8089.0, 8145.0, 8090.0, 8148.0, 8090.0, 8143.0, 8103.0, 8145.0, 8135.0, 8159.0, 8117.0, 8128.0, 8087.0, 8127.0, 8131.0, 8086.0, 8117.0, 8107.0, 8150.0, 8105.0, 8145.0, 8103.0, 8144.0, 8118.0, 8142.0, 8116.0, 8110.0, 8099.0, 8084.0, 8100.0, 8099.0, 8114.0, 8097.0, 8127.0, 8070.0, 8126.0, 8084.0, 8145.0, 8088.0, 8146.0, 8089.0, 8130.0, 8092.0, 8145.0, 8105.0, 8147.0, 8106.0, 8145.0, 8103.0, 8141.0, 8101.0, 8143.0, 8116.0, 8126.0, 8083.0, 8124.0, 8080.0, 8121.0, 8077.0, 8107.0, 8060.0, 8104.0, 8060.0, 8093.0, 8090.0, 8095.0, 8092.0, 8081.0, 8094.0, 8085.0, 8125.0, 8103.0, 8130.0, 8105.0, 8145.0, 8109.0, 8150.0, 8125.0, 8150.0, 8122.0, 8149.0, 8107.0, 8151.0, 8124.0, 8147.0, 8105.0, 8148.0, 8093.0, 8148.0, 8108.0, 8148.0, 8110.0, 8148.0, 8110.0, 8149.0, 8108.0, 8151.0, 8126.0, 8149.0, 8093.0, 8146.0, 8093.0, 8148.0, 8103.0, 8143.0, 8089.0, 8132.0, 8074.0, 8129.0, 8085.0, 8142.0, 8083.0, 8127.0, 8067.0, 8143.0, 8085.0, 8143.0, 8104.0, 8163.0, 8134.0, 8160.0, 8099.0, 8142.0, 8085.0, 8125.0, 8094.0, 8107.0, 8079.0, 8103.0, 8065.0, 8120.0, 8096.0, 8108.0, 8069.0, 8109.0, 8083.0, 8110.0, 8070.0, 8128.0, 8087.0, 8128.0, 8093.0, 8152.0, 8093.0, 8137.0, 8092.0, 8134.0, 8095.0, 8155.0, 8110.0, 8152.0, 8093.0, 8152.0, 8093.0, 8152.0, 8107.0, 8133.0, 8087.0, 8131.0, 8069.0, 8116.0, 8115.0, 8115.0, 8066.0, 8110.0, 8095.0, 8095.0, 8110.0, 8111.0, 8125.0, 8093.0, 8104.0, 8079.0, 8105.0, 8081.0, 8123.0, 8096.0, 8105.0, 8079.0, 8119.0, 8079.0, 8121.0, 8095.0, 8119.0, 8093.0, 8121.0, 8081.0, 8125.0, 8071.0, 8126.0, 8083.0, 8140.0, 8072.0, 8126.0, 8103.0, 8134.0, 8122.0, 8092.0, 8137.0, 8105.0, 8151.0, 8087.0, 8129.0, 8071.0, 8131.0, 8084.0, 8129.0, 8066.0, 8123.0, 8065.0, 8124.0, 8081.0, 8127.0, 8067.0, 8123.0, 8067.0, 8109.0, 8067.0, 8111.0, 8079.0, 8109.0, 8064.0, 8095.0, 8065.0, 8097.0, 8110.0, 8111.0, 8093.0, 8097.0, 8124.0, 8098.0, 8142.0, 8095.0, 8108.0, 8094.0, 8109.0, 8083.0, 8122.0, 8098.0, 8138.0, 8113.0, 8109.0, 8098.0, 8138.0, 8100.0, 8142.0, 8112.0, 8125.0, 8096.0, 8119.0, 8081.0, 8123.0, 8097.0, 8120.0, 8080.0, 8122.0, 8081.0, 8125.0, 8097.0, 8124.0, 8080.0, 8122.0, 8068.0, 8125.0, 8098.0, 8124.0, 8070.0, 8125.0, 8087.0, 8126.0, 8100.0, 8142.0, 8089.0, 8143.0, 8119.0, 8146.0, 8117.0, 8129.0, 8115.0, 8088.0, 8130.0, 8086.0, 8146.0, 8082.0, 8126.0, 8080.0, 8106.0, 8066.0, 8122.0, 8077.0, 8121.0, 8062.0, 8104.0, 8064.0, 8124.0, 8068.0, 8109.0, 8068.0, 8114.0, 8073.0, 8133.0, 8089.0, 8131.0, 8074.0, 8132.0, 8075.0, 8121.0, 8102.0, 8133.0, 8089.0, 8133.0, 8093.0, 8137.0, 8108.0, 8138.0, 8104.0, 8134.0, 8148.0, 8133.0, 8162.0, 8129.0, 8155.0, 8112.0, 8124.0, 8080.0, 8124.0, 8079.0, 8103.0, 8062.0, 8106.0, 8062.0, 8107.0, 8062.0, 8107.0, 8060.0, 8092.0, 8064.0, 8098.0, 8097.0, 8113.0, 8079.0, 8111.0, 8110.0, 8114.0, 8141.0, 8114.0, 8138.0, 8094.0, 8137.0, 8093.0, 8120.0, 8076.0, 8118.0, 8078.0, 8103.0, 8066.0, 8107.0, 8085.0, 8123.0, 8085.0, 8143.0, 8091.0, 8146.0, 8092.0, 8146.0, 8107.0, 8151.0, 8103.0, 8129.0, 8071.0, 8128.0, 8070.0, 8128.0, 8082.0, 8110.0, 8064.0, 8095.0, 8091.0, 8097.0, 8122.0, 8095.0, 8109.0, 8082.0, 8107.0, 8084.0, 8139.0, 8100.0, 8145.0, 8116.0, 8125.0, 8100.0, 8125.0, 8099.0, 8140.0, 8116.0, 8125.0, 8099.0, 8137.0, 8113.0, 8125.0, 8116.0, 8140.0, 8112.0, 8071.0, 8113.0, 8070.0, 8126.0, 8078.0, 8120.0, 8061.0, 8088.0, 8059.0, 8090.0, 8105.0, 8089.0, 8045.0, 8077.0, 8074.0, 8094.0, 8080.0, 8097.0, 8065.0, 8100.0, 8101.0, 8120.0, 8133.0, 8122.0, 8120.0, 8122.0, 8136.0, 8124.0, 8165.0, 8120.0, 8148.0, 8116.0, 8158.0, 8097.0, 8123.0, 8097.0, 8121.0, 8094.0, 8120.0, 8079.0, 8104.0, 8062.0, 8104.0, 8078.0, 8105.0, 8061.0, 8103.0, 8045.0, 8105.0, 8074.0, 8089.0, 8044.0, 8088.0, 8072.0, 8089.0, 8117.0, 8090.0, 8102.0, 8078.0, 8120.0, 8083.0, 8122.0, 8096.0, 8120.0, 8079.0, 8121.0, 8066.0, 8123.0, 8099.0, 8126.0, 8087.0, 8126.0, 8087.0, 8130.0, 8085.0, 8126.0, 8084.0, 8126.0, 8086.0, 8130.0, 8086.0, 8141.0, 8070.0, 8126.0, 8070.0, 8112.0, 8099.0, 8160.0, 8104.0, 8145.0, 8120.0, 8118.0, 8117.0, 8083.0, 8113.0, 8067.0, 8109.0, 8078.0, 8108.0, 8136.0, 8089.0, 8100.0, 8074.0, 8086.0, 8077.0, 8119.0, 8094.0, 8125.0, 8081.0, 8120.0, 8069.0, 8125.0, 8102.0, 8127.0, 8090.0, 8131.0, 8095.0, 8151.0, 8112.0, 8152.0, 8112.0, 8152.0, 8114.0, 8154.0, 8113.0, 8152.0, 8109.0, 8148.0, 8091.0, 8149.0, 8090.0, 8149.0, 8089.0, 8145.0, 8089.0, 8131.0, 8087.0, 8144.0, 8084.0, 8142.0, 8067.0, 8109.0, 8068.0, 8111.0, 8068.0, 8141.0, 8065.0, 8109.0, 8064.0, 8124.0, 8092.0, 8122.0, 8046.0, 8104.0, 8044.0, 8088.0, 8102.0, 8088.0, 8115.0, 8087.0, 8041.0, 8086.0, 8042.0, 8074.0, 8073.0, 8088.0, 8058.0, 8088.0, 8045.0, 8089.0, 8062.0, 8104.0, 8062.0, 8105.0, 8059.0, 8103.0, 8046.0, 8120.0, 8096.0, 8139.0, 8098.0, 8098.0, 8114.0, 8098.0, 8097.0, 8068.0, 8110.0, 8067.0, 8112.0, 8110.0, 8109.0, 8048.0, 8093.0, 8064.0, 8098.0, 8084.0, 8099.0, 8069.0, 8101.0, 8071.0, 8105.0, 8104.0, 8124.0, 8134.0, 8119.0, 8115.0, 8119.0, 8130.0, 8107.0, 8165.0, 8119.0, 8158.0, 8099.0, 8125.0, 8099.0, 8126.0, 8118.0, 8125.0, 8085.0, 8123.0, 8086.0, 8126.0, 8100.0, 8125.0, 8087.0, 8126.0, 8084.0, 8127.0, 8082.0, 8139.0, 8063.0, 8122.0, 8075.0, 8090.0, 8132.0, 8085.0, 8112.0, 8069.0, 8110.0, 8055.0, 8099.0, 8072.0, 8100.0, 8074.0, 8099.0, 8059.0, 8100.0, 8060.0, 8102.0, 8072.0, 8099.0, 8042.0, 8086.0, 8043.0, 8088.0, 8103.0, 8090.0, 8102.0, 8075.0, 8100.0, 8076.0, 8121.0, 8090.0, 8103.0, 8092.0, 8092.0, 8100.0, 8129.0, 8119.0, 8077.0, 8133.0, 8089.0, 8148.0, 8093.0, 8163.0, 8123.0, 8148.0, 8117.0, 8157.0, 8085.0, 8124.0, 8085.0, 8123.0, 8083.0, 8125.0, 8098.0, 8124.0, 8083.0, 8110.0, 8087.0, 8132.0, 8092.0, 8136.0, 8096.0, 8151.0, 8098.0, 8154.0, 8101.0, 8158.0, 8114.0, 8155.0, 8095.0, 8140.0, 8107.0, 8138.0, 8164.0, 8123.0, 8144.0, 8117.0, 8159.0, 8115.0, 8160.0, 8127.0, 8154.0, 8109.0, 8135.0, 8077.0, 8119.0, 8077.0, 8118.0, 8093.0, 8117.0, 8061.0, 8102.0, 8061.0, 8104.0, 8077.0, 8103.0, 8062.0, 8102.0, 8061.0, 8104.0, 8047.0, 8104.0, 8059.0, 8116.0, 8041.0, 8070.0, 8082.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.0002915614236509759</td></tr>
<tr><td colspan=3>aqi</td><td>0.026655286452353617</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.835196729655166</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2255041807931046</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9872701973218394</td></tr>
<tr><td colspan=3>efc</td><td>0.4337</td></tr>
<tr><td colspan=3>fber</td><td>8346.332</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06987076165174781</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1148105625717566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.556436367166622</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4760309409668224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7681633885472965</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4251147719857467</td></tr>
<tr><td colspan=3>gcor</td><td>0.00906844</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01119823195040226</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029434874653816223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.94843558294631</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>29.226</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.4034</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>118.8649</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311728.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>547.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>245.4574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8626</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>388.9721</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2882.322</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.7965</td></tr>
<tr><td colspan=3>tsnr</td><td>41.25344108877471</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>