Skip to content

Instantly share code, notes, and snippets.

View jbkalmbach's full-sized avatar

Bryce Kalmbach jbkalmbach

View GitHub Profile
------------------------------------------------------------
/Users/Bryce/anaconda/bin/pip run on Thu Oct 3 15:32:04 2013
Downloading/unpacking healpy
Getting page http://pypi.python.org/simple/healpy/
URLs to search for versions for healpy:
* http://pypi.python.org/simple/healpy/
Analyzing links from page https://pypi.python.org/simple/healpy/
Found link https://pypi.python.org/packages/source/h/healpy/healpy-1.0.tar.gz#md5=f5dfd1e195568a2a767368ac78e4d422 (from https://pypi.python.org/simple/healpy/), version: 1.0
Found link https://pypi.python.org/packages/source/h/healpy/healpy-1.1.tar.gz#md5=c193c0dff00ce702c4fbcd3207425843 (from https://pypi.python.org/simple/healpy/), version: 1.1
This file has been truncated, but you can view the full file.
Opsim_obshistid 88625744
SIM_SEED 144139611
Unrefracted_RA 1.56010678
Unrefracted_Dec -4.80940773
Opsim_moonra 167.711622
Opsim_moondec 6.90356847
Opsim_rotskypos 85.7041729
Opsim_rottelpos 307.096211
Opsim_filter 2
Opsim_rawseeing 1.223
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
/Users/Bryce/lsst/DarwinX86/sims_coordUtils/sims_2.1.0+1/python/lsst/sims/coordUtils/AstrometryUtils.py:440: FutureWarning: Numpy has detected that you (may be) writing to an array returned
by numpy.diagonal or by selecting multiple fields in a record
array. This code will likely break in a future numpy release --
see numpy.diagonal or arrays.indexing reference docs for details.
The quick fix is to make an explicit copy (e.g., do
arr.diagonal().copy() or arr[['f0','f1']].copy()).
raOut,decOut = palpy.mapqkVector(ra,dec,pm_ra_corrected,pm_dec,arcsecFromRadians(parallax),v_rad,prms)
{
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### SIM-1467\tFind common features in PCA outliers of new MLT library"
]
},
{
This file has been truncated, but you can view the full file.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### SIMS-1465: Investigate modifications to blackbody function for PCA of stellar libraries"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### SIMS-1468: Compare PCA fits of multiple burst galaxies to single burst SEDs"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### SIM-1466 Investigate selecting different subsets of components"
]
},
{
Traceback (most recent call last):
File "generatePhosimInput.py", line 95, in <module>
generatePhosimInput()
File "generatePhosimInput.py", line 91, in generatePhosimInput
totalCat.write_catalog(filename)
File "/Users/Bryce/lsst/DarwinX86/sims_catalogs_measures/sims_2.1.1+1/python/lsst/sims/catalogs/measures/instance/CompoundInstanceCatalog.py", line 121, in write_catalog
constraint=self._constraint)
File "/Users/Bryce/lsst/DarwinX86/sims_catalogs_measures/sims_2.1.1+1/python/lsst/sims/catalogs/measures/instance/InstanceCatalog.py", line 495, in _query_and_write
chunk_size=chunk_size)
File "/Users/Bryce/lsst/DarwinX86/sims_catUtils/sims_2.1.1b/python/lsst/sims/catUtils/baseCatalogModels/BaseCatalogModels.py", line 130, in query_columns