Skip to content

Commit

Permalink
Update sex_analisis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piexpiex authored Sep 29, 2021
1 parent b60d059 commit 997d30e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CFC_configuration/python_scripts/sex_analisis.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
name_mag='APASS rmag'
limit_detection=17 #Vmag
limit_sat=7 #Vmag
Vmag=['Vmag']
Vmag=catalog['Vmag']
e_Vmag=catalog['e_Vmag']
elif color=='v'or color=='V':
exit()
Expand All @@ -565,15 +565,15 @@
name_mag='APASS gmag'
limit_detection=17 #Vmag
limit_sat=7 #Vmag
Vmag=['Vmag']
Vmag=catalog['Vmag']
e_Vmag=catalog['e_Vmag']
elif color=='i'or color=='I':
pmag=catalog['ipmag']
e_pmag=catalog['e_ipmag']
name_mag='APASS imag'
limit_detection=17 #Vmag
limit_sat=7 #Vmag
Vmag=['Vmag']
Vmag=catalog['Vmag']
e_Vmag=catalog['e_Vmag']
else:
print('no SDSS/APASS coverage')
Expand Down

0 comments on commit 997d30e

Please sign in to comment.