-
Notifications
You must be signed in to change notification settings - Fork 2
/
Updating.txt
42 lines (39 loc) · 985 Bytes
/
Updating.txt
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
run_test_masers
numpy
pylab
IRDC3
ParseDS9Contour
BlueStarDistances
atpy
Maser
IRDC3
astLib
urllib2
pyfits
scipy
completeness
sextractor
montage
coord
calibrate_ukidss
calibrate_ukidss
make_images
aplpy
numdisplay.zscale
reproject_map
subprocess
Current Workflow
run_test_masers.py -> Make Maser Object (to store information)
-> Make IRDC3 Object (in charge of fetching and loading NIR data) <-- A much simpler class can handle this information
-> Parse DS9 Contour <-- But where is the contour generated? Maybe it was by hand? This should not be too hard to fix.
-> IRDC3.findStarsInContour
-> IRDC3.countBlueStarsInContour
-> BlueStarDistances
-> Save to Masers.pkl
Separately, we must run completeness.py
-> calibrate_ukidss.py
We need to plot
-> plotcompleteness.py
Separately, we need to run
-> make_images.py
Sextractor is install in scisoft. Fine. But if I load scisoft my python environment is clobbered, so I can't use it.