Remove gaia designation from the model to save on disk space
This commit is contained in:
parent
3d9c950751
commit
ea9832a365
@ -31,7 +31,7 @@ class GaiaSource(models.Model):
|
|||||||
#solution identifier
|
#solution identifier
|
||||||
#why charfield and not integerfield?
|
#why charfield and not integerfield?
|
||||||
|
|
||||||
designation = models.CharField(max_length=30, blank=True, default='')
|
#designation = models.CharField(max_length=30, blank=True, default='')
|
||||||
#unique source designation across all DR
|
#unique source designation across all DR
|
||||||
|
|
||||||
#source_id = models.CharField(max_length=19, blank=True, default='')
|
#source_id = models.CharField(max_length=19, blank=True, default='')
|
||||||
@ -68,7 +68,7 @@ class GaiaSource(models.Model):
|
|||||||
#phot_bp_mean_mag = models.FloatField(default=0.0, null=True)
|
#phot_bp_mean_mag = models.FloatField(default=0.0, null=True)
|
||||||
#mean bp magnitude, vega scale
|
#mean bp magnitude, vega scale
|
||||||
|
|
||||||
#phot_rp_mean_mag = models.FloatField(default=0.0, null=True)
|
phot_rp_mean_mag = models.FloatField(default=0.0, null=True)
|
||||||
#mean rp magnitude, vega scale
|
#mean rp magnitude, vega scale
|
||||||
|
|
||||||
healpix_ring_index = models.BigIntegerField(null=True, blank=True)
|
healpix_ring_index = models.BigIntegerField(null=True, blank=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user