Skip to content

Commit

Permalink
Update sex_analisis_saved.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piexpiex authored Sep 29, 2021
1 parent 997d30e commit 0925825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CFC_configuration/python_scripts/sex_analisis_saved.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,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 @@ -560,15 +560,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 0925825

Please sign in to comment.