Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
skamann
pampelmuse
Commits
8ffbd062
Commit
8ffbd062
authored
Aug 14, 2016
by
skamann
Browse files
Comparison with trunk
parents
f9db30bc
ba9b5e01
Changes
3
Hide whitespace changes
Inline
Side-by-side
.idea/pampelmuse.iml
0 → 100644
View file @
8ffbd062
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
<component
name=
"PyDocumentationSettings"
>
<option
name=
"myDocStringFormat"
value=
"NumPy"
/>
</component>
<component
name=
"TestRunnerService"
>
<option
name=
"PROJECT_TEST_RUNNER"
value=
"Unittests"
/>
</component>
</module>
\ No newline at end of file
.idea/watcherTasks.xml
0 → 100644
View file @
8ffbd062
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectTasksOptions"
>
<TaskOptions
isEnabled=
"true"
>
<option
name=
"arguments"
value=
"$FileName$ -o $FileNameWithoutExtension$.py --from-imports"
/>
<option
name=
"checkSyntaxErrors"
value=
"true"
/>
<option
name=
"description"
value=
""
/>
<option
name=
"exitCodeBehavior"
value=
"ERROR"
/>
<option
name=
"fileExtension"
value=
"ui"
/>
<option
name=
"immediateSync"
value=
"true"
/>
<option
name=
"name"
value=
"PyQT UIC"
/>
<option
name=
"output"
value=
"$FileNameWithoutExtension$.py"
/>
<option
name=
"outputFilters"
>
<array
/>
</option>
<option
name=
"outputFromStdout"
value=
"false"
/>
<option
name=
"program"
value=
"/usr/bin/pyuic5"
/>
<option
name=
"scopeName"
value=
"Project Files"
/>
<option
name=
"trackOnlyRoot"
value=
"false"
/>
<option
name=
"workingDir"
value=
"$FileDir$"
/>
<envs
/>
</TaskOptions>
<TaskOptions
isEnabled=
"true"
>
<option
name=
"arguments"
value=
"$FileName$ -o $FileNameWithoutExtension$_rc.py -py3"
/>
<option
name=
"checkSyntaxErrors"
value=
"true"
/>
<option
name=
"description"
value=
""
/>
<option
name=
"exitCodeBehavior"
value=
"ERROR"
/>
<option
name=
"fileExtension"
value=
"UNKNOWN"
/>
<option
name=
"immediateSync"
value=
"true"
/>
<option
name=
"name"
value=
"PyQT RCC"
/>
<option
name=
"output"
value=
"$FileNameWithoutExtension$_rc.py"
/>
<option
name=
"outputFilters"
>
<array
/>
</option>
<option
name=
"outputFromStdout"
value=
"false"
/>
<option
name=
"program"
value=
"/usr/bin/pyrcc5"
/>
<option
name=
"scopeName"
value=
"Project Files"
/>
<option
name=
"trackOnlyRoot"
value=
"false"
/>
<option
name=
"workingDir"
value=
"$FileDir$"
/>
<envs
/>
</TaskOptions>
</component>
</project>
\ No newline at end of file
pampelmuse/core/coordinates.py
View file @
8ffbd062
...
...
@@ -511,7 +511,7 @@ class Transformation(Parameters):
def
make_hdu
(
self
,
**
kwargs
):
"""
Write the current values of the parameters of the coordinate
tranformation to a fits.BinTableHDU instance. The method is
tran
s
formation to a fits.BinTableHDU instance. The method is
basically a wrapper of the 'make_hdu' instance defined in the
super-class and adds some header keywords that provide further
information about the coordinate transformation in use.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment